cart-items {
  display: block;
}
.footer-inpoint{
    display: none;
}
.cart-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.cart-title-wrapper a {
  text-decoration: underline;
}

.main-cart-items-header {
  display: flex;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(var(--color-light-text));
}

.main-cart-items-wrapper {
  border-top: 1px solid rgb(var(--color-entry-line));
}

.cart__header-item {
  flex-grow: 1;
}

.cart__header-quantity {
  min-width: 200px;
  width: 18.3%;
  flex-shrink: 0;
  margin: 0 20px;
}

.cart__header-total {
  width: 16.2%;
  flex-shrink: 0;
  min-width: 140px;
  text-align: right;
}
/* lery added start */
.main-content {
  background: #fafafa;
}
#shopline-section-cart-items .page-width.section-padding {
  padding-top: 15px;
}
.main_wrapper .trade-cart-continue-btn {
  text-transform: uppercase;
  letter-spacing: .15em;
  padding: 15px 45px;
  text-decoration: unset;
  background-color: #e60044;
  color: #fff;
}
.main_wrapper .cart-title-tag {
  color: #777;
}
.trade_cart_empty_wrapper_top {
  display:none;
}
.trade_cart_empty_wrapper_top.cart-empty {
  display: block;
}
.cart__items.cart-empty {
  display: none;
}
.cart__items .trade_cart_empty_wrapper {
  margin-top:0;
}
div#cart-insurance {
    padding-top: 30px;
}
.main-cart-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.main-cart-container .main-cart-items-container {
  width: 100%;
  background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.main-cart-container .cart__checkout-container {
  width: 100%;
}
.slot-cart.slot-cart-list-header .cart-continue {
  margin-bottom: 0;
  padding: 15px 1rem;
}
.main__trade-cart-checkout button {
  width: 100%;
  color: #fff;
  font-weight: 600;
  background: #d43625;
}
.main__trade-cart-checkout svg {
  width: 20px;
  height: 20px;
  color: #000;
  transform: translateY(4px);
}
.main__trade-cart-checkout button::after {
  border-color: #d43625;
  box-shadow: 0 0 0 1px #d43625;
}
.trade-cart-checkout-module .tishi-content {
  margin: 12px 0;
  font-size: 12px;
  zoom: 0.98;
}
.trade-cart-checkout-module .cart_subtotal_text{
    line-height: 1;
    margin: 15px 0;
    font-size: 13px;
    text-align: right;
}
.main__trade-cart-checkout {
    text-align: right;
}
.main__trade-cart-checkout form {
    width: 30%;
    display: inline-block;
}
.trade-cart-checkout-module h2{
  font-size: 16px;
  margin: 0;
  margin-bottom: 25px;
}
body{
  background: #eff1f1;
}
@media (max-width: 959px) {
  .main__trade-cart-checkout form{
    width: 100%;
  }
  .main-cart-items-header {
    display: none;
  }
  .cart-title-wrapper {
    padding-bottom: 20px;
  }
  .trade-cart-checkout-module .cart_subtotal_text{
    
  }
  .trade-cart-checkout-module .tishi-content{
    margin: 10px 0;
  }
  #shopline-section-cart-items .page-width.section-padding{
    padding-top: 0;
  }
  .before_html.before_html_trade-cart-sku-list{
    padding: 15px 10px 15px;
  }
  .slot-cart.slot-cart-list-header .cart-continue{
    padding: 10px 1rem;
  }
  .shipping-insurance-info{
    align-items: center;
  }
  .shipping-insurance-info label {   
    font-size: 12px;
  }
  .slot-cart.slot-cart-list-header .cart-continue a.charms-links{
    font-size: 12px;
  }
}

/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
