﻿#body-cart {
  z-index: 99999992;
}

.all-contents,
.right-ends {
  position: fixed;
  z-index: 99999993;
}

.all-contents {
  width: 300px;
  height: 100%;
  background: #fff;
  top: 0;
  right: -6px;
  border-right: 1px solid #eee;
  overflow: scroll;
  overflow-x: hidden;
  transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  padding: 5px;
}

.open-all-contents {
  visibility: visible;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.trust-box {
  margin-bottom: 20px;
}

.tittle-trust {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.content-trust-item {
  padding: 10px 5px 5px;
  margin-top: 10px;
  border-top: 1px dashed #eee;
}

.content-trust-item:first-child {
  border-top: none;
  padding-top: 0;
}

.content-trust-item:first-child {
  border-top: none;
  padding-top: 0;
}

.a-shopcart-remove {
  position: absolute;
  top: 3px;
  right: -3px;
  display: inline-block;
}

.color-del {
  color: #f42b2b;
  font-size: 12px;
}

.color-del i {
  color: #f42b2b;
}

.trust-item {
  position: relative;
  text-align: left;
}

.trust-item a {
  display: block;
  max-width: 165px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.all-monney {
  border-bottom: 1px dashed #eee;
  border-top: 1px dashed #eee;
  padding: 20px 0;
  margin-top: 20px;
}

.pull-right {
  float: right !important;
}

.fx {
  color: #f42b2b !important;
  font-weight: 600;
}

.right-ends {
  display: block;
  right: 294px;
  transform: translateX(294px);
  -webkit-transform: translateX(294px);
  -ms-transform: translateX(294px);
  -o-transform: translateX(294px);
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  bottom: 200px;
}

.right-ends a i {
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.right-ends a span {
  position: absolute;
  z-index: 99999999;
  left: 30px;
  color: #fff;
  background: #f42b2b;
  padding: 2px 7px;
  border-radius: 20px;
  top: -15px;
  font-size: 10px;
}

.overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.52);
  display: inline-block;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  cursor: pointer;
  /* visibility: hidden; */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.content-trust-item table tbody tr td {
  padding: 0px 5px;
  border: none;
}
