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;
}

.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;
  padding-top: 0.8rem;
  margin-bottom: 1.6rem;
  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: 0;
  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;
}

.kib-input-select__label {
  position: absolute;
  top: -0.8rem;
  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;
  height: 3rem;
  padding-left: 2.4rem;
  padding-right: 2.5rem;
  position: relative;
  width: 100%;
}

.bindcart-quantity-select {
  /* width: 100%;
  outline: none;
  border: 1px solid #ddd;
  padding: 4px 20px 4px 10px;
  border-radius: 4px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent; */
}

.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: #333;
  border: none;
}

.cart__title-inspired {
  font-family: Roboto, 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: #333;
  border: none;
}

.cart_card {
  display: flex;
  padding: 1.6rem 2.4rem;
  margin-bottom: 0.8rem;
  color: #333;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0 0 rgb(0 0 0 / 25%);
}

.cartItemBase_details {
  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;
  /* margin-bottom: 1.6rem; */
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.cartItem_name:hover {
  color: #0e70be;
  text-decoration: underline;
}

.cartItem_attr,
.cartItem_price {
  margin-bottom: 0.8rem;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  line-height: 2rem;
  letter-spacing: -.03em;
}

.cartItem_price.line-price {
  font-size: 1.8rem;
  font-weight: 600;
  color: #bc2848;
  margin-top: 0.8rem;
}

.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;
}

.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;
}

.cartItemBase_controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.4rem;
  width: 11.2rem;
  box-sizing: border-box;
}

.kib-form-select__control {
  appearance: none;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.2rem;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  width: 9.2rem;
  height: auto;
  line-height: 1.5;
  margin: 0 0.1rem;
  min-height: 4.8rem;
  outline: none;
  padding: 2rem 2.4rem 0.4rem 0.8rem;
  text-align: left;
  text-overflow: ellipsis;
  transition: border-color .2s ease-out, box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
  white-space: nowrap;
}

.kib-form-select__control:focus {
  border-color: #ff9800;
  box-shadow: 0 0 0 0.1 #ff9800;
}

.kib-form-select__control:hover {
  border-color: #ff9800;
}

.kib-form-select__control:not([multiple]) {
  background-size: 1.2rem;
  background-position: right 0.6rem center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-right: 2.4rem;
}

.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: 1.6rem 0 0 0;
  font-size: 1.6rem;
}

.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;
}

/* .swiper-slide {
  width: calc((100% - 4.8rem)/5) !important;
} */

.cart-page_section {
  position: relative;
  margin-bottom: 9rem;
}

.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;
}

/* 手机端 */

@media screen and (max-width: 768px) {
  .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 {
    width: 100%;
    background: #F5F6F8;
  }

  .cart_card {
    position: relative;
    flex-direction: column;
    padding: 1.6rem;
    border: none;
    box-shadow:0 0 0 0 rgb(0 0 0 / 0) ;
    border-radius: 0;
  }
  #cart_card {
    border-top: none;
    background: #fff;
    padding: 7px 0;
    margin-bottom: 0;
    border-top: 1.5px dashed #E0E0E0;
    margin: 0 16px;
  }
  .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: 1.6rem;
    width: 95px;
    height: 95px;
  }

  .cartItemBase_image a {
    display: flex;
    justify-content: center;
    width: 95px;
    height: 100%;
    margin: 0;
  }

  .cartItemBase_image img {
    height: unset;
    height: 100%;
    width: 100%;
  }
  .cartItemBase_controls {
    position: absolute;
    top: 50px;
    left: 270px;
    justify-content: space-between;
    /* flex-direction: row; */
    margin-left: 0;
    width: 100%;
  }

 .cartItem_name {
    font-size: 13px;
    font-family: Poppins;
    font-weight: 400;
    color: #121212;
  }
  .card-image-details {
    width: 100%;
  }


  .cartItem_price {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #121212;
    margin-bottom: 0;
  }
  .cartItem_price.line-price {
    font-size: 14px;
    font-weight: 600;
    color: #bc2848;
    margin: 0;
}
  .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;
  }

  .cartItem__delete {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #999999;
    margin: 6px 0 0 35px;
  }
  .cartItem_attr {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0;
  }
}


/* 电脑端 */

@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;
 }
  .bindcart-skus {
    margin: 0 24px;
  }
  .bindcart-saving{
    width:100%;
    height: 25px;
    line-height: 25px;
  }
  .bindcart-btn {
    margin-right: 15px;

  }
  .kib-form-select__wrappers {
    display: none;
  }
  .bindcart-saveper {
    background: #FFF5E6;
    border-radius: 4px;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #EF6C00;
    margin-left: 10px;
  }
  .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%;
  }

  .cartItem_name {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .cartItem_attr {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #333333;
    margin: 0;
  }

  .cartItem_price {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    color: #666666;
    margin: 18px 0 5px;
  }

  .line-price {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .cartItem_quantity_field {
    position: relative;
    width: 86px;
    height: 38px;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 10px;
  }

  .kib-form-select__control {
    min-height: 20px;
    width: 84px;
    padding: 9px 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;
  }

  .cartItem__delete {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #999999;
    margin: 60px 0 0 35px;
  }
  .bindcart-delete {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #999999;
  }
 
}