body {
  color: #333;
}

.cart-section {
  width: 100%;
  max-width: 1440px;
  margin: 15px auto;
  display: flex;
  /* display: none; */
}
.cart-left {
  width: 54.33333%;
  margin: 0.5rem 2%;
  padding-right: 2rem;
  min-height: 0.125rem;
  background-color: #fff;
  box-sizing: border-box;
  width: calc();
}

.cart-heading {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cart-heading h1 {
  padding-top: 8px;
  padding-right: 5px;
  font-size: 1.5rem;
}

.cart-heading span {
  padding-top: 12px;
}

.cart-heading a {
  margin-left: 1rem;
  padding-top: 12px;
  display: inline-block;
  font-weight: 700;
  color: #001952;
}

.deliver-heading {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}

.icon-shipping {
  width: 25px;
  height: 25px;
  padding: 0;
  display: inline-block;
  min-width: 40px;
  max-width: 35px;
  max-height: 40px;
}

.deliver-heading h4 {
  padding-left: 2.5rem;
  padding-right: 5px;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}

.items-heading {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid #333;
  box-sizing: border-box;
}

.items-heading.only-oneitem .cart-checkbox__total {
  display: none;
}

.icon-items.cart-checkbox__checked>svg {
  visibility: visible;
}

.icon-items>svg {
  position: absolute;
  left: -1px;
  top: -1px;
  visibility: hidden;
}

.icon-items {
  position: relative;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
  cursor: pointer;
  margin: 5px;
}

.cart-item:last-child .remove {
  border-bottom: 0 none;
}

.cart-item__info {
  width: 100%;
  margin: 0.5rem 0;
  padding-bottom: 0.5rem;
}

.cart-item__info {
  width: 100%;
  margin: 0.5rem 0;
  padding-bottom: 0.5rem;
  display: flex;
  box-sizing: border-box;
}

.prod-checkbox {
  display: flex;
  align-items: center;
}

.prod-img {
  position: relative;
  width: 15%;
  /* margin: 0.5rem 2%; */
  min-height: 0.125rem;
  box-sizing: border-box;
  /* background-color: rgb(243, 243, 243); */
}

/* .prod-img::after {
  content: "";
  display: block;
  margin-top: 100%;
} */

.prod-img>a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.prod-img img {
  width: 100%;
}

.prod-item {
  width: 58%;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
  box-sizing: border-box;
}

.prod-price {
  display: flex;
  align-items: center;
}

.prod-sku {
  margin-top: 18px;
}

.prod-name {
  color: #333;
}

.prod-name a {
  line-height: 1.6em;
  font-size: .9375em;
  color: #001952;
  text-decoration: none;
}

.prod-qty {
  width: 30%;
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.prod-qty .counter-minus,
.prod-qty .counter-plus {
  width: 25%;
  height: 35px;
  flex-shrink: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.prod-qty .counter-minus {
  border: 1px solid #a9b5ba;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.prod-qty .counter-plus {
  border: 1px solid #a9b5ba;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.prod-qty .cart-qty__input {
  width: 50%;
  height: 35px;
  flex-shrink: 0;
  font-size: .9375em;
  border: 1px solid #a9b5ba;
  border-left: 0;
  border-right: 0;
  text-align: center;
  color: #333;
  outline: none;
  box-sizing: border-box;
}

.cart-delivery {
  margin: 0.5rem 2%;
  font-weight: 700;
  color: #001952;
}

.prod-line__price {
  margin: 0.5rem 2%;
  min-height: 0.125rem;
  flex: 1;
  text-align: right;
  box-sizing: border-box;
}

.prod-price span,
.prod-line__price span {
  font-weight: 700;
  font-size: 1.25em;
}

.remove {
  margin: 0.5rem 2% 0.5rem 17%;
  min-height: 0.125rem;
  text-align: right;
  border-bottom: 1.5px solid #d4dadc;
  box-sizing: border-box;
}

.remove span {
  margin: 1rem 2%;
  min-height: 0.125rem;
  display: inline-block;
  font-weight: 700;
  color: #001952;
  box-sizing: border-box;
  cursor: pointer;
}

.cart-right {
  width: 37.66667%;
  margin: 0.5rem 2%;
  padding: 3rem;
  min-height: 0.125rem;
  box-sizing: border-box;
  background-color: #f2f2f2;
}

.cart-promo {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}

.cart-promo input {
  width: 65%;
  height: 56px;
  padding: 10px;
  font-size: .9375em;
  color: #333;
  border: 1px solid #a9b5ba;
  background: #fff;
  box-sizing: border-box;
  outline: none;
}

.cart-promo button {
  width: 33%;
  padding: 18px;
  height: 56px;
  display: inline-block;
  font-size: .9375em;
  font-weight: 700;
  vertical-align: top;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #001952;
}

.cart-summary {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.summary-title {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-title h5 {
  font-size: 20px;
  font-weight: bold;
}

.summary-title span {
  font-size: 12px;
  text-align: right;
}

.summary-item {
  margin: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-item:last-child {
  font-weight: bolder;
}

.auto-prod {
  max-width: 1440px;
  padding: 0 16px;
  box-sizing: border-box;
}

.kib-input-select {
  display: block;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -.03em;
  width: 8rem;
}

.kib-input-select_field {
  position: relative;
}

.kib-input-select_outline {
  position: absolute;
  top: -1px;
  left: 0;
  border: 0.1rem solid #666;
  border-radius: 0.8rem;
  display: block;
  height: 100%;
  width: 100%;
}

.kib-input-select_icon {
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 0.5rem;
  height: 1.4rem;
  width: 1.4rem;
  transform: rotate(90deg);
}

.kib-input-select_icon .iconfont.icon-shouye-cela {
  height: 100%;
  width: 100%;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.m-kib-input-select__label{display: none;}
.kib-input-select__label, .m-kib-input-select__label {
  position: absolute;
  top: -0.9rem;
  left: 18%;
  margin: auto;
  padding: 0 0.1rem;
  color: #666;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.dt-input-select__control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline: none;
  border-radius: 0.8rem;
  box-shadow: none;
  color: #121212;
  display: block;
  font: inherit;
  font-size: 1.4rem;
  height: 3rem;
  padding-left: 2.4rem;
  padding-right: 2.5rem;
  position: relative;
  width: 100%;
}

.cart-checkout {
  width: 100%;
  padding: 15px;
  display: block;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #011a52;
  background-color: #ffd305;
  cursor: pointer;
  box-sizing: border-box;
}

.payment a {
  width: 100%;
  margin-top: 1rem;
  padding: 5px 15px;
  background-color: #fff;
  color: #001952;
  border-radius: 5px;
  display: inline-block;
  font-size: .9375em;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.payment a img {
  width: 150px;
  height: 38px;
}

.mobile-only {
  display: none;
}

.empty-cart-section {
  margin: 0 auto;
  padding: 50px 0;
  display: none;
  text-align: center;
}

.empty-cart-section h1 {
  padding: 2% 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
}

.empty-cart-section .text-normal {
  font-size: .9375em;
  line-height: 1.6em;
  color: #666;
}

.empty-cart-section .signin-btn {
  width: 250px;
  margin: 15px auto;
  padding: 10px 15px;
  display: block;
  font-size: .9375em;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background-color: #001952;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}

.empty-cart-section .font-blod {
  display: inline-block;
  font-weight: 700;
  color: #001952;
}

@media screen and (max-width: 768px) {
  .cart-section {
    flex-direction: column;
  }

  .prod-qty {
    width: 100%;
  }

  .cart-left {
    width: 96%;
    padding-right: 0;
  }

  .remove span {
    margin: 0.5rem;
  }

  .cart-right {
    width: 96%;
    padding: 1rem;
  }

  .cart-promo {
    padding: 0 0 1rem;
  }

  .cart-delivery {
    display: none;
  }

  .prod-item {
    width: 37.66667%;
  }

  .mobile-only {
    width: 96%;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
    padding-left: 17%;
    display: block;
    box-sizing: border-box;
  }

  .mobile-only .radio-wrapper {
    padding: 0.75rem 0;
    border-top: 1.5px solid #d4dadc;
    border-bottom: 1.5px solid #d4dadc;
    font-weight: bold;
  }

  .remove {
    border-top: none;
  }
}

/* 购物车页面样式表 */

body {
  background-color: #fff !important;
  /* font-family: Roboto, Franklin Gothic Medium, Tahoma, sans-serif; */
}

.cart-page__container {
  max-width: 144rem;
  margin: auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.cart__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cart__container .cart_items {
  width: 100%;
}

.cart__title {
  font-family: Roboto, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.1111111111;
  margin-bottom: 30px;
  padding-top: 30px;
  font-weight: 300;
  color: #121212;
  border: none;
}

.cart__title-inspired {
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 3rem;
  line-height: 1.1111111111;
  margin-top: -0.25em;
  margin-bottom: 0.8333333333em;
  padding-top: 1.1111111111em;
  font-weight: 300;
  color: #121212;
  border: none;
}
.cart_card {
  position: relative;
  display: flex;
  padding: 1.6rem 2rem;
  margin-bottom: 0.8rem;
  color: #121212;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 0.4rem;
}

.cartItemBase_details {
  position: relative;
  width: calc(100% - 13.6rem);
}

.card-image-details {
  display: flex;
  width: calc(100% - 13.6rem);
}

.cartItemBase_image {
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  width: 13.6rem;
  margin-right: 18px;
}

.cartItemBase_image a {
  width: 100%;
}

.cartItemBase_image img {
  height: 100%;
  object-fit: contain;
}

.cartItemBase_image p {
  color: #327435;
  margin-bottom: 0;
  margin-top: 0.6rem;
  text-align: center;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.cartItem_name {
  display: block;
  display: -webkit-box;
  line-height: 1.6rem;
  height: 3.2rem;
  max-width: 37.5rem;;
  font-size: 1.4rem;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;  
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cartItem_name:hover {
  color: #0e70be;
  text-decoration: underline;
}

.cartItem_attr,
.cartItem_price {
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  line-height: 1.6rem;
  letter-spacing: -.03em;
}
.cartItem_price {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #121212;
}
.cartItem_price.line-price {
  bottom: 0;
  font-weight: 700;
  color: #bc2848;
}
.off_cart_item .cartItem_price.line-price,
.off_cart_item .cartItem_price,
.off_cart_item .cartItem_name
{
  color: #999;
}

.cartItem_message {
  display: inline-block;
  color: #fff;
  background-color: #006b2b;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -.03em;
  margin-top: 2.4rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
}

.cartItem_details {
  flex: 1 0;
  color: #0e70be;
  font-family: Roboto, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  cursor: pointer;
}

.cartItem_details:hover {
  text-decoration: underline;
}
.cartItemBase_controls{
  position: absolute;
  right: 0;
  top: 1.6rem;
}
.autoship_Badge {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.autoship_Badge img {
  height: 1.6rem;
}

.autoship_Badge span {
  margin-left: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.kib-form-select__label {
  color: #666;
  display: block;
  left: .2rem;
  top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: .8rem;
  margin-top: -.4375em;
  max-width: calc(100% - .2rem);
  overflow: hidden;
  padding-left: .8rem;
  padding-right: .8rem;
  padding-top: .4rem;
  pointer-events: none;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: none;
  transition: all .15s ease-out;
  white-space: nowrap;
  width: calc(100% - .2rem);
  z-index: 1;
}

.cartItem__delete {
  margin-left: 0.6rem;
  font-size: 1.4rem;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;  font-weight: 400;
  color: #999999;
}
.kib-tile {
  background-color: #fff;
  color: #333;
  margin: 0 0 2.4rem 1.6rem;
  padding: 0.8rem 0 1.6rem 0;
  border: 0.1rem solid #ddd;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  box-shadow: 0 0.1rem 0 0 rgb(0 0 0 / 25%);
  z-index: 2;
}

.kib-tile_body {
  padding: 0.8rem 2.4rem 0 2.4rem;
}

.shipping-meter {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 1rem;
}

.shipping-meter span {
  margin-right: 0.8rem;
  font-family: Roboto, Franklin Gothic Medium, Tahoma, sans-serif;
}

.shipping-meter img {
  height: 2.4rem;
  width: 2.4rem;
}

.kib-progress-bar {
  display: block;
  background-color: #ddd;
  border-radius: 0.3rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
  width: 100%;
  height: 0.8rem;
}

.kib-progress-bar_indicator {
  display: block;
  background-color: #327435;
  height: 100%;
  transform-origin: left;
}

.shipping-details_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.8rem;
  margin: 1.6rem auto 0.8rem auto;
  font-family: Roboto, Franklin Gothic Medium, Tahoma, sans-serif;
}

.shipping_price {
  font-weight: 600;
  color: #d0021b;
  font-size: 1.7rem;
  line-height: 2.4rem;
}

.shipping-tile_btn {
  display: block;
  padding: 1.5rem 3.5rem;
  border-radius: 0.4rem;
  background-color: #ef6c00;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.shipping-tile_btn:hover {
  background-color: #C15000;
}

.kib-tile_sticky {
  position: sticky;
  top: 8rem;
}

.cart-swiper_wrap {
  margin: 1.6rem auto;
}

.cart-carousel_item {
  display: inline-block;
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0 0 rgb(0 0 0 / 25%);
  color: #333;
  text-align: left;
  margin-top: 0;
  /* width: calc((100% - 4.8rem)/5); */
  padding: 1.6rem 2.4rem;
  height: 100%;
  min-height: 15rem;
  box-sizing: border-box;
  overflow: hidden;
}

.cart-carousel_item:hover {
  box-shadow: none;
}

.cart-card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  font-family: Roboto, Franklin Gothic Medium, Tahoma, sans-serif;
}

.cart-content-image img {
  width: 12rem;
}

.cart-content-title {
  flex-grow: 1;
  font-size: 1.4rem;
}

.cart-content-title p {
  margin: 1rem auto 1rem auto;
}

.cart-item_price {
  display: block;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #d0021b;
}

.cart-content-bottom {
  width: 100%;
}

.cart-item_rating {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}

.cart-item_rating img {
  height: 1.6rem;
}

.cart-item_rating span {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-left: 0.8rem;
}

.addToCart_btn {
  border: 0.1rem solid transparent;
  border-radius: 0.4rem;
  padding: 0.8rem;
  width: 100%;
  background-color: #ef6c00;
  color: #fff;
  font-family: Roboto, Franklin Gothic Medium, Tahoma, sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.addToCart_btn:hover {
  background-color: #C15000;
}

.cart-content-promo {
  display: inline-block;
  margin: 0.4rem 0.4rem 1rem 0;
  font-size: 1.2rem;
  color: #fff;
  background-color: #327435;
  border: 0.2rem solid #327435;
  border-radius: 0.4rem;
  padding: 0.2rem 0.4rem;
}
.single-quantity{
  height: 100%;
  right: 2.4rem;
  top: 2.4rem;
}
.single-quantity-del{
  position: absolute;
  right: 0rem;
  bottom: 3.4rem;
}
.single-quantity div:first-child{width: 8.4rem;}
.cart-page_section {
  position: relative;
  margin-bottom: 4rem;
}

.button-group {
  position: absolute;
  top: 29px;
  right: 0;
  display: flex;
}

.swiper-button {
  display: flex;
  align-items: center;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: #0E70BE;
  margin-left: 0.8rem;
  cursor: pointer;
  transition: 0.2s;
}

.swiper-button img {
  display: block;
  margin: auto;
  height: 3rem;
  width: 3rem;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.kib-form-select__wrapper {
  position: relative;
}

.emptyCart_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 11.2rem;
}

.emptyCart_wrapper h2 {
  font-family: Roboto, sans-serif;
  font-size: 3.6rem;
  line-height: 1.1111111111;
  margin-top: -0.25em;
  margin-bottom: 0.8333333333em;
  padding-top: 1.1111111111em;
  font-weight: 300;
  color: #333;
  border: none;
}

.emptyCart_wrapper .iconfont.icon-meiyoudingdan {
  color: #0e70be;
  font-size: 50rem;
}

.emptyCart_wrapper img {
  height: 50rem;
  width: 50rem;
}
.box-flex {
  display: flex;
}

.bindcart {
  margin-bottom: 20px;
}

.bindcart-title {
  line-height: 46px;
  height: 46px;
  border-bottom: 1px solid #e4dede;
  border-top: 1px solid #e4dede;
  margin-bottom: 10px;
}

.bindcart-title p {
  flex: 1 0 25%;
  text-align: center;
}

.bindcart-title p.title-qty {
  flex: 1 0 15%;
}

.bindcart-title p.title-item {
  flex: 1 0 35%;
}

.bindcart-head {
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 24px 0;
}

.bindcart-opr {
  justify-content: space-around;
}

.bindcart-saving {
  color: #333;
}

.bindcart-saving>span {
  margin-right: 20px;
}

.bindcart-btn {
  align-items: center;
}

.bindcart-btn button {
  padding: 0 8px;
  border: 0 none;
  cursor: pointer;
  background: none;
}

.bindcart-btn button.disabled {
  cursor: no-drop;
}

.bindcart-btn [data-count] {
  padding: 0 10px;
}

.bindcart-del {
  margin-left: 2rem;
  display: flex;
  align-items: baseline;
}

.bindcart-del .icon-shanchu {
  font-size: 1.4rem;
  color: #999;
}

.bindcart-sku {
  justify-content: space-between;
}

.bindcart-sku>div {
  flex: 1 0 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bindcart-sku>div.bindcart-sku-qty {
  flex: 1 0 15%;
}

.bindcart-sku>div.bindcart-sku-item {
  flex: 1 0 35%;
}

.bindcart-sku .cart-thumb {
  width: 300px;
  display: flex;
  align-items: center;
}

.bindcart-sku .product-img {
  width: 100px;
}

.bindcart-sku .product-info {
  text-align: left;
  white-space: nowrap;
  text-indent: 2em;
}
.bindcart-saveper {
  background: #FFF5E6;
  border-radius: 4px;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  color: #EF6C00;
  margin-left: 24px;
}
 .cartItem_attr {
   font-size: 14px;
   font-weight: 400;
   color: #999;
   margin-top: 1.2rem;
 }
 .m-item-count{display: none;}
/* 手机端 */

@media screen and (max-width: 768px) {
  .cart_item.bindcart>div{border: none !important;}
    .bindcart-saveper {
      margin-left:0;
      font-size: 12px;
    }
  
    .saving-total span {
      font-size: 14px;
      font-family: Poppins;
      font-weight: 400;
      color: #121212;
    }
  
    .saving-total strong {
      font-size: 18px !important;
      font-family: Poppins;
      color: #EF6C00;
    }
  
    .saving-discount {
      font-size: 13px;
      font-family: Poppins;
      font-weight: 400;
      color: #121212;
      margin: 14px 0 12px 0;
    }
  
    .kib-input-select_outline {
      background: #FFFFFF;
      border: 1px solid #696969;
    }
    .m-kib-input-select__label {
      display: block;
      color: #696969;
    }
    .kib-input-select__label {
      display: none;
    }
    
    .bindcart-opr {
      flex: 1 0 70%;
    }
  
    .bindcart-btn {
      flex-direction: column;
    }
    .bindcart-del{
      margin: 3.5rem 0 0 0;
    }
  
    .bindcart-saving {
      flex-direction: column;
    }
    .bindcart-delete {
      font-size: 14px;
      font-family: Poppins;
      font-weight: 400;
      color: #999999;
    }
  
    #cartItem_quantity_field {
      border: none;
      margin-left: 12px;
    }
  
    #cartItemBase_controls {
      position: absolute;
      top: 47px;
      left: 360px;
    }
  
    .bindcart-skus {
      background: #fff;
    }
  
    .select__wrapper {
      display: none;
    }
  .cart-page__container {
    padding: 0;
    width: 100%;
  }

  .cart__title {
    font-size: 2.4rem;
    color: #333;
    line-height: 1.25;
    font-weight: 600;
    padding-top: 1em;
    margin-top: -0.2916666667em;
    margin-left: 1.6rem;
    margin-bottom: 10px;
  }

  .cart__container {
    flex-direction: column-reverse;
  }

  .cart__container .cart_items {
    background: #F5F6F8;
  }

  .cart_card {
    flex-direction: column;
    margin: 0 1.5rem;
    padding: 1.5rem 0;
    border: none;
    box-shadow:0 0 0 0 rgb(0 0 0 / 0) ;
    border-radius: 0;
    margin-bottom: 0;
    border-top: 1.5px dashed #E0E0E0;
    
  }
  .single-item{
    margin: 0 0 1rem 0;
    padding: 1.5rem;
    border: 0;
  }
  .bindcart{margin-bottom: 1rem;}
  .cartItem_quantity_field{display: none;}
  .bindcart-head {
    box-sizing: border-box;
    height: auto;
    padding: 15px;
  }
  .kib-input-select { 
    width: 100px;
  }
  .kib-tile {
    margin-left: 0;
    margin-bottom: 2.4rem;
    margin-top: 0;
    width: 100%;
    background-color: #f5f5f5;
    box-shadow: 0 0.3rem 0.3rem 0 rgb(0 0 0 / 25%);
    box-sizing: border-box;
  }

  .kib-tile_sticky {
    position: sticky;
    top: 0;
  }

  .button-group {
    display: none;
  }

  .cart__title-inspired {
    font-size: 2rem;
    line-height: 1.3;
    color: #333;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }

  .cart-page_section-inspired {
    padding: 0.8rem;
  }

  .cart-carousel_item {
    padding: 1.6rem;
  }

  /* .swiper-slide {
      width: 15rem !important;
  } */
  .cart-page_section {
    overflow: hidden;
  }
  .cartItemBase_image {
    margin-right: 1rem;
    width: 95px;
    height: 95px;
  }

  .cartItemBase_image a {
    display: flex;
    justify-content: center;
    width: 95px;
    height: 100%;
    margin: 0;
  }

  .cartItemBase_image img {
    height: 100%;
    width: 100%;
  }
  .cartItemBase_details{
    width: 100%;
  }
  .single-quantity{
    right: 1.5rem;
    top: 5.5rem
  }
  .cartItem_name {
    font-size: 1.3rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
  .card-image-details {
    width: 100%;
  }


  .cartItem_price {
    bottom: 2rem;
    font-size: 1.4rem;
  }
  .autoship_Badge {
    display: inline-block;
  }

  .cartItem_quantity_field {
    position: relative;
    width: 120px;
    height: 35px;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 10px;
  }

  /* .kib-form-select__control {
    min-height: 10px;
    width: 100px;
    padding: 5px 0 0 15px;
    margin-top: 3px;
    border: none;
  } */

  .kib-form-select__label {
    position: absolute;
    top: -13px;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    color: #999999;
  }

  .single-quantity-del{
    top: 0.5rem;
    right: 1rem;
  }
  .cartItem_attr {
    margin-top: 0.7rem;
    font-size: 1.3rem;
  }
  .single-item .cartItem_attr, .cartItem_attr span:first-child{
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  }
  .cartItem_attr span:first-child {display: inline-block;}
  .single-item .cartItem_attr{max-width: 55%;}
  .m-item-count{
    display: block;
    position: absolute;
    top: 40px;
    right: 15px;
  }
  
}


/* 电脑端 */

@media screen and (min-width: 769px) {
  .cart__container .cart_items .cart_card {
    height: 13.2rem;
  }
 #cart_card {
  border: none;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0);
  border-top: 1px dashed  #E0E0E0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 0;
 }
 #cart_card .cartItem_quantity_field {
  border: none;
  font-size: 1.4rem;
 }
  .bindcart-skus {
    margin: 0 2.4rem;
  }
  .bindcart-saving{
    width:100%;
    height: 25px;
    line-height: 25px;
  }
  .bindcart-btn {
    margin-right: 15px;

  }
  .kib-form-select__wrappers {
    display: none;
  }
  
  .saving-discount {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #121212;
  }
  .saving-total span {
    font-size: 14px !important;
    font-family: Poppins;
    font-weight: 400;
    color: #121212;
  }
  .saving-total strong {
    font-size: 16px !important;
    font-family: Poppins;
    color: #EF6C00;
  }

  .cartItemBase_image {
    margin-right: 1.6rem;
    width: 130px;
    height: 130px;
  }

  .cartItemBase_image a {
    display: flex;
    justify-content: center;
    width: 130px;
    height: 100%;
    margin: 0;
  }

  .cartItemBase_image img {
    height: unset;
    height: 100%;
    width: 100%;
  }
  .kib-form-select__label {
    position: absolute;
    top: -13px;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    color: #999999;
  }

  
  .bindcart-delete {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #999999;
  }
 
}