.cart_products {
  padding: 2.4rem 0 12.9rem;
}
.cart_products .content {
  max-width: 141.8rem;
}
.cart_products .cart_products_swiper {
  overflow: hidden;
  margin-top: 2.2rem;
  border-radius: 7px;
}
.cart_products .cart_products_swiper .swiper-slide {
  max-width: 45.7rem;
}
.cart_products .cart_products_swiper .active .img .pd_bg {
  opacity: 1;
  transform: scale(1);
}
.cart_products .cart_products_swiper .active .img .pd_img {
  opacity: 0;
  transform: scale(1.05);
}
.cart_products .item .wrap {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.cart_products .item .img {
  display: block;
  width: 100%;
  padding-bottom: 75.0547%;
}
.cart_products .item .img img {
  transition: all 0.5s linear;
}
.cart_products .item .img .pd_img {
  background-color: var(--bg);
}
.cart_products .item .img .pd_bg {
  opacity: 0;
  object-fit: cover;
  transform: scale(1.05);
}
.cart_products .item .off {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  line-height: 3.3rem;
  padding: 0 1rem;
  color: #fff;
  background-color: var(--primary);
  border-bottom-right-radius: 6px;
  letter-spacing: 0.12px;
}
.cart_products .item .info {
  flex: 1;
  margin-top: 1.4rem;
  color: #000000;
}
.cart_products .item h3 {
  font-size: 2.1rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cart_products .item .info_wrap {
  margin-top: 1.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.cart_products .item .info_wrap .btn {
  padding: 0 2.4rem;
  font-size: 1.6rem;
  line-height: 3.7rem;
}
.cart_products .item .info_wrap .price {
  font-size: 2.1rem;
  font-weight: 600;
  white-space: nowrap;
}
.cart_products .swiper_btns {
  max-width: 170rem;
}

.payment_list {
  display: flex;
  gap: 1rem;
}
.payment_list li{
  flex: 1;
  background-color: #fff;
  display: inline-block;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment_list li img{
  width: 100%;
}

.cart-payment strong{
  font-size: 2rem;
  font-weight: 600;
}
.woocommerce-cart table.cart .product-thumbnail{
  display: block;
  background-color: #f0f0f0;
}
.woocommerce-cart .description_content{
  padding-top: 84px;
  max-width: 142rem;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .cart_products .content {
    max-width: 1024px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .cart_products .content {
    max-width: 896px;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .cart_products .content {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .cart_products {
    overflow: hidden;
    padding: 3rem 0 4rem;
  }
  .cart_products .cart_products_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .cart_products .cart_products_swiper .swiper-slide {
    max-width: 322px;
  }
  .cart_products .item .off {
    font-size: 14px;
    line-height: 2;
    letter-spacing: unset;
    padding: 0 10px;
  }
  .cart_products .item .info {
    margin-top: 1rem;
  }
  .cart_products .item h3 {
    font-size: 18px;
  }
  .cart_products .item .info_wrap {
    margin-top: 1rem;
    gap: 1rem;
    align-items: flex-end;
  }
  .cart_products .item .info_wrap .btn {
    font-size: 14px;
    line-height: 41px;
    padding: 0 20px;
  }
  .cart_products .item .info_wrap .price {
    font-size: 18px;
  }
  .cart_products .swiper_btns {
    display: none;
  }
}
/*# sourceMappingURL=cart.css.map */