#popup-cart .modal-title {
  text-transform: uppercase;
}
#popup-cart .modal-body .wrap-cart {
  padding: 0px;
  box-shadow: none;
  border: 0px;
}
#popup-cart .modal-footer {
  padding: 0.75rem 0 0 0;
  border-top: 0px;
}
.buymore-cart {
  color: var(--color-red);
  cursor: pointer;
  margin: 0px;
}
.buymore-cart i {
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: top;
  font-size: 12px;
}
.wrap-cart {
  padding: 20px 15px;
  background: #ffffff; /* border:1px solid #d8d8d8; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  background: #ecf0f3;
  box-shadow:
    14px 14px 20px #cbced1,
    -14px -14px 20px white;
}
.top-cart {
  border-right: 1px solid #eee;
}
.procart {
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  border-top: 0px;
}
.pic-procart {
  text-align: center;
}
.pic-procart img {
  max-height: 100px;
  height: inherit;
}
.pic-procart .del-procart {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}
.pic-procart .del-procart:hover {
  color: red;
}
.name-procart a {
  font-size: 14px;
  color: #000;
  display: block;
}
.name-procart a:hover {
  color: var(--color-red);
}
.properties-procart {
  display: block;
}
.properties-procart p {
  display: inline-block;
  margin-bottom: 0px;
}
.properties-procart p:first-child {
  margin-right: 10px;
}
.properties-procart p strong {
  font-weight: 600;
}
.quantity-procart p {
  margin-bottom: 0px;
}
.quantity-counter-procart {
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 30px;
  line-height: normal;
  text-align: center;
  border-radius: 3px;
}
.counter-procart {
  background-color: transparent;
  border: 0px;
  width: 30%;
  color: #333;
  outline: none;
  cursor: pointer;
  font-size: 23px;
}
.counter-procart:hover,
.counter-procart:focus {
  color: var(--color-red);
}
.counter-procart:disabled,
.counter-procart:disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}
.counter-procart-minus {
  line-height: 26px;
}
.counter-procart-plus {
  line-height: 24px;
}
.quantity-counter-procart .quantity-procart {
  width: 40%;
  box-sizing: border-box;
  border: 0px;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  outline: none;
  box-shadow: none;
  padding: 0px;
  color: #333;
  text-align: center;
}
.price-procart {
  width: 20%;
  text-align: right;
}
.price-procart-rp {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13.5px;
}
.price-new-cart {
  color: var(--color-red);
  margin-bottom: 0px;
}
.price-old-cart {
  color: #999;
  text-decoration: line-through;
}
.procart-label {
  border: 0px; /* background:#eee; */
  padding: 10px;
  margin: 0px;
  text-transform: capitalize;
  background-color: #0066cc;
  background-image: linear-gradient(to right, #0066cc, #cc3333);
  color: #fff;
}
.procart-label .quantity-procart p:last-child {
  display: none;
}
.money-procart {
  margin-top: 15px;
}
.total-procart {
  /* background:#eee; */
  padding: 7px 10px; /* border:1px solid #dddfe2; */
  margin-bottom: -1px;
  background-color: #0066cc;
  background-image: linear-gradient(to right, #0066cc, #cc3333);
  color: #fff;
}
.total-procart p {
  margin-bottom: 0px;
  font-size: 15px;
}
.total-procart p:last-child {
  color: #fff;
}
.section-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}
.title-cart {
  font-size: 15px;
  text-transform: capitalize;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}
.title-cart span {
  font-weight: 400;
  font-size: 13px;
}
.title-cart b {
  color: #f00;
}
.information-cart {
  margin-bottom: 1.5rem;
}
.input-cart {
  margin-bottom: 0.5rem;
  position: relative;
}
.input-cart textarea {
  resize: none;
  height: 100px;
}
.input-cart select {
  width: 100%;
  cursor: pointer; /* background: #ecf0f3; */
  padding: 10px;
  padding-left: 20px;
  height: 50px;
  font-size: 14px;
  box-shadow:
    inset 6px 6px 6px #cbced1,
    inset -6px -6px 6px white;
}
.payments-cart {
  text-align: left;
  margin-bottom: 5px;
  min-height: auto;
}
.payments-cart:last-child {
  margin-bottom: 0px;
}
.payments-cart input {
  top: calc(50% - 1.25rem / 2);
}
.payments-label {
  cursor: pointer;
  background: #ecf0f3;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 0px;
  color: #313131 !important;
}
.payments-label::before,
.payments-label::after {
  top: calc(50% - 1rem / 2);
}
.payments-label.active {
  background: var(--color-red);
  color: #ffffff !important;
}
.payments-info {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  background: #ababab24;
  border-radius: 5px;
}
.payments-info p {
  margin-bottom: 1em;
}
.payments-info.active {
  padding: 10px 15px;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.btn-cart {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  font-size: 14px;
  text-transform: uppercase; /* background:#fd6e1d; */ /* background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000)); */ /* background:-webkit-linear-gradient(top,#f59000,#fd6e1d); */
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
  background-color: #0066cc;
  background-image: linear-gradient(to right, #0066cc, #cc3333);
}
.empty-cart {
  padding: 25px 30px;
  display: block;
  text-align: center;
  color: #23527c !important;
  width: 100%;
}
.empty-cart i {
  color: red;
  font-size: 70px;
}
.empty-cart p {
  margin: 15px 0px;
  color: #333;
  font-size: 18px;
}
.empty-cart span {
  display: inline-block;
  border: 1px solid #f00;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  max-width: 325px;
  background: #da251c;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .top-cart {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .quantity-procart {
    text-align: right;
  }
  .price-procart,
  .procart-label .quantity-procart p:first-child {
    display: none;
  }
  .price-procart-rp,
  .procart-label .quantity-procart p:last-child {
    display: block;
  }
}
@media (max-width: 567px) {
  .procart-label,
  .name-procart a {
    font-size: 13px;
  }
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}
