/* html{
    overflow-x: hidden;
} */
.m-cart #chat-widget-container{
    bottom: 37px !important;
}
.cart_totals .shop_table.shop_table_responsive,
.cart_totals .checkout-button.button.alt.wc-forward,
.cart_totals .wc-stripe-payment-method.or {
    display: none!important;
}
#zoid-paypal-buttons-uid_d615a188bc_mtc6mdm6ntc > iframe{
    border:none;
}
#zoid-paypal-buttons-uid_d615a188bc_mtc6mdm6ntc > iframe.visible{
    border-radius: 8px;
}
body.woocommerce-cart #wc-ppcp-cart-button-container .paypal-buttons{
    height: 48px;
    width: 184px;
    z-index: 0;
}
.your-order .promo-code-value a{
    display: none;
}
.topbar_contactus{
    z-index: 21;
}
a:focus{
    outline: none;
}
.jdgm-star, .jdgm-qa-badge__icon{
    font-family: 'JudgemeStar' !important;
}
.jdgm-qa-badge__icon{
    font-family: "JudgemeIcons" !important;
}
.perfect-pairings .woocommerce-price-suffix {
    display: none;
}
.perfect-pairings del bdi {
    font-size: 12px;
    line-height: 12px;
    color: #666;
}
.perfect-pairings ins bdi {
    color: #BB3DA1;
}
/* .topbar-wrapper {
    padding: 0 1rem!important;
} */
body{
    background-color: #FFF;
}
body.woocommerce-cart *{
    font-family: "Ubuntu", sans-serif;
    /* box-sizing:border-box; */
}
/* body .col-full{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
} */
body.woocommerce-cart .content-area {
    margin-bottom: 0 !important;
    padding-top: 20px;
}
/* #masthead{
    padding: 5px 20px 32px !important;
    background: transparent;
} */
table.cart td.product-subtotal{
    padding-bottom: 0;
}
table.cart .product-thumbnail img{
    max-width: 60px !important;
}
table.shop_table_responsive dl.variation, .backorder_notification,  .woocommerce-message{
    display: none;
}
ins, mark{
    font-weight: 500;
}
p{
    padding: 0;
    margin: 0;
}
body table.cart td, body table.cart th{
    padding: 0;
}
body table.cart td {
    border-bottom: none;
}
/* //card// */
body.woocommerce-cart .woocommerce-cart-form_block .cart_totals .wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active{
    display: flex;
    gap: 16px;
    margin-bottom: 32px !important;
    height: 48px;
}
.wc-proceed-to-checkout{
    margin-bottom: 0;
}
body.woocommerce-cart .woocommerce-cart-form_block .cart_totals .wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li .wc-stripe-payment-method.payment_method_ppcp{
    background: #F6C557;
    z-index: 0;
    width: 184px;
}
body.woocommerce-cart .woocommerce-cart-form_block .cart_totals .wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li .wc-stripe-payment-method.payment_method_ppcp .paypal-button.paypal-button-shape-rect{
    border-radius: 8px !important;
}

.gpay-card-info-container.gpay-card-info-custom-radius, .gpay-button.gpay-card-info-custom-radius {
    border-radius: 8px !important;
    overflow: hidden !important;
    outline: none !important;
    height: 48px !important;
}

body.woocommerce-cart .woocommerce-cart-form_block{
    max-width: 787px;
}
body.woocommerce-cart .express-checkout-label,.cart-label{
   color: #0B0B0B;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 32px;
}
/* Coupon */
body.woocommerce-cart .coupon{
    position: relative;
    margin-top: 32px;
}
body.woocommerce-cart .woocommerce-cart-form_block .coupon-alert-error p{
    color: #ff0000;
}
body.woocommerce-cart .woocommerce-cart-form_block .coupon-alert-duplicate p{
    color: #B0CB1F;
}
body.woocommerce-cart .have-coupon {
    color: #B0CB1F;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; 
    margin-top: 32px;
    transition: all 0.3s;
    display: inline-block;
}

body.woocommerce-cart .have-coupon:hover a {
  color: #2E2E2E;
}

body.woocommerce-cart .have-coupon a {
    color: #B0CB1F;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; 
    transition: all 0.3s;
}

body.woocommerce-cart .coupon input{
    border-radius: 16px;
    border: 1px solid #C6C6C6;
    background: #FFF;
    backdrop-filter: blur(4px);
    height: 64px;
    max-width: 100%;
    color: #737373;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 24px;
}
body.woocommerce-cart .coupon button {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 48px;
    padding: 18px 32px;
    align-items: center;
    border-radius: 8px;
    background: #B0CB1F;
    color:#FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    border: 1px solid #B0CB1F;
    transition: all 0.3s;
}
body.woocommerce-cart .coupon button:hover {
    background-color: #FFF;
    color:#B0CB1F;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table{
   border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.03);
    padding: 32px 32px 8px;
    margin: 0;
    overflow-x: hidden; 
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody{
    position: relative;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item{
    display: flex;
    align-items:center;
    position: relative;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .static-border-container:not(:last-child){
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #C6C6C6;
    left: 0;
    pointer-events: none; 
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item:not(:first-child){
    padding-top: 24px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item:not(:last-child){
    padding-bottom: 24px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a{
    width: 24px;
    height: 24px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove{
    margin-right: 16px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail{
    width: 75px;
    height: 75px;
    margin-right: 16px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a:before{
    width: 24px;
    height: 24px;
    background:#737373;
    transition: all 0.3s;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a:hover::before{
    background:#B0CB1F;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info{
    width: 38%;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item  .product-info .product-name{
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 60%;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info .product-name a{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info .product-name p{
    position: relative;
    width: 315px;
    font-size: 14px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail a {
    pointer-events: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item  .product-info .product-price{
    display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a{
    color: #2E2E2E;
    display: flex;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity{
    width: 140px;
    height: 56px;
    align-items: center;
    border-radius:8px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity .qty{
    color: #2E2E2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.03px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity .quantity-nav .quantity-up::before{
    background: #727272;
    height: 22px;
    width: 22px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity .quantity-nav .quantity-up:hover:before{
    background: #2E2E2E;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity .quantity-nav .quantity-down:hover:before{
    background: #2E2E2E;
}
body.woocommerce-cart .processing .shop_table .woocommerce-cart-form__cart-item .quantity .quantity-nav .quantity-up::before{
    background: #2E2E2E;
}
body.woocommerce-cart .processing .shop_table .woocommerce-cart-form__cart-item .quantity .quantity-nav .quantity-down::before{
    background: #2E2E2E !important;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity .quantity-nav .quantity-down::before{
    background: #727272;
    height: 22px;
    width: 22px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity .quantity-nav .quantity-up{
    right: 16px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity .quantity-nav .quantity-down{
    left: 16px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal{
    margin-left: auto;
    display: flex;
    flex-direction: column-reverse;
    color: #2E2E2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal>span{
    color:#BB3DA1;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal br{
    display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal span bdi{
    color: #2E2E2E;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal del{
    color: #666;
    font-size: 16px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal del.regular-price{
    order: 2;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal ins.sale-price{
    color: #BB3DA1;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
/* ///your-order */
body.woocommerce-cart .woocommerce-cart-form{
    display:grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    float: none;
    column-gap: 80px;
}
.cart-collaterals .checkout-button:before{
    display: none;
}
body.woocommerce-cart .processing .product-quantity .buttons_added{
    border: 1px solid #2E2E2E;
    background: rgba(176, 203, 31, 0.05);
}
body.woocommerce-cart .cart-collaterals {
    float: none;
    width: 413px;
    margin: 0;
    max-width: 100%;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary {
    padding: 25px 16px 32px 16px;
    margin-top: 0;
    border-radius: 16px;
    border-top: 7px solid #B0CB1F;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 32px;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order{
    display: grid;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .order-total .total-value{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .order-total .total-value small{
    width: 100%;
    color: #BB3DA1;
    text-align: right;
}
body.woocommerce-cart .cart-collaterals .your-order .order-total .total-value small bdi{
    font-size: 100%;
    font-weight: normal;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .coupons-order-summary{
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items:center;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .coupons-order-summary .remove-coupon a{
   color:#B0CB1F;
   transition: all 0.3s;
   font-size: 16px;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .coupons-order-summary .remove-coupon a:hover{
   color:#2E2E2E;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .coupons-order-summary .promo-code-value{
    margin-left: auto;
}
.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .coupons-order-summary .promo-code-label{
    color: #484848;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items:center;
    gap: 12px;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .coupons-order-summary .promo-code-label span{
    color: #BB3DA1;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .coupons-order-summary .promo-code-value bdi{
    color: #24211F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .product-carts-block{
    padding-bottom: 32px;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .product-carts-block .cart_item{
    padding: 24px 0;
    border-bottom: 1px solid #C6C6C6;
}
body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .product-carts-block:last-child{
    margin-bottom: 32px;
}
body.woocommerce-cart .cart-collaterals .your-order .product-name, .product-total-label, .shipping-label {
    color: #484848;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width:  230px;
}
body.woocommerce-cart .cart-collaterals .your-order .product-total,.product-total-value,.shipping-value{
    color:  #24211F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
body.woocommerce-cart .cart-collaterals .your-order .product-total{
    display: grid;
    justify-items: end;
}
body.woocommerce-cart .cart-collaterals .your-order .product-total del{
    color: #666;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    grid-row: 2;
}
body.woocommerce-cart .cart-collaterals .your-order .product-total ins.sale-price{
    color: #BB3DA1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
body.woocommerce-cart .cart-collaterals .your-order .order-total .total-label {
    color:  #24211F;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
body.woocommerce-cart .cart-collaterals .your-order .order-total .total-value bdi .woocommerce-Price-currencySymbol {
    color:  #BB3DA1;
    font-size: inherit;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
body.woocommerce-cart .cart-collaterals .your-order .order-total .total-value bdi{
    color:  #BB3DA1;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
body.woocommerce-cart .cart-collaterals .proceed-to-checkout a{
    display: flex;
    justify-content: center;
    align-items:center;
    height: 48px;
    color: #FFF;
    border: 1px solid #B0CB1F !important;
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 24px;
    border-radius:16px !important;
    transition: all 0.3s;
    font-family: "Ubuntu", sans-serif !important;
}
body.woocommerce-cart .cart-collaterals .proceed-to-checkout a:hover{
    color: #B0CB1F;
    background: transparent;
    border: 1px solid  #B0CB1F;
}

body.woocommerce-cart .cart-collaterals .your-order-title, .product-details, .order-summary, .order-total{
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding: 0 4px;
}
body.woocommerce-cart .cart-collaterals .order-summary, .coupons-order-summary{
    margin-bottom: 16px;
    padding: 0 4px;
}
body.woocommerce-cart .cart-collaterals .your-order-title h2{
    margin: 0;
    color: #24211F;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
/* //coupon */
body.woocommerce-cart .cart-coupone__code{
    padding-top: 32px;
}
body.woocommerce-cart .cart-coupone__code a{
  font-size: 18px;
  transition: all 0.3s;
}
body.woocommerce-cart .cart-coupone__code a:hover{
  color: #2E2E2E;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
    display: none;
}

/* ///slider perfect-pairings */
 body.woocommerce-cart .woocommerce .perfect-pairings {
    margin-top: 74px;
    padding-bottom: 120px;
    width: 100%;
    position: relative;
    overflow: hidden;
 }

body.woocommerce-cart .woocommerce .perfect-pairings h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 24px;
    } 

/* slider */
.woocommerce .perfect-pairings .buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 24px;
}
.woocommerce .perfect-pairings .buttons > *{
    background: transparent;
    padding: 0;
    cursor: pointer;
}
.woocommerce .perfect-pairings .buttons .slider-prev::before,
.woocommerce .perfect-pairings .buttons .slider-next::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
}
.woocommerce .perfect-pairings .buttons .slider-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.09 19.9201L8.56997 13.4001C7.79997 12.6301 7.79997 11.3701 8.56997 10.6001L15.09 4.08008' stroke='%23292D32' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.woocommerce .perfect-pairings .buttons .slider-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.91003 19.9201L15.43 13.4001C16.2 12.6301 16.2 11.3701 15.43 10.6001L8.91003 4.08008' stroke='%23292D32' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.woocommerce .perfect-pairings .buttons > *:hover::before {
    filter: brightness(0) saturate(100%) invert(67%) sepia(100%) saturate(370%) hue-rotate(22deg) brightness(95%) contrast(92%);
}
.woocommerce .perfect-pairings .products-grid {
    margin-top: 28px;
}
.woocommerce .perfect-pairings .slider-container {
    width: 100%;
    overflow: hidden;
}
.woocommerce .perfect-pairings .slider-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    gap: 18px;
}
.woocommerce .perfect-pairings .slider-slide {
    flex: 0 0 calc((100% - 100px) / 6);
    box-sizing: border-box;
    min-width: 197px;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .product-item {
    display: block;
    border-radius: 16px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(38, 38, 38, 0.02);
    padding: 16px 8px;
    height: auto;
    transition: all 0.3s;
    cursor: pointer;
    min-height: 271px;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .product-item:hover {
    border-color: #2E2E2E;
    background: rgba(176, 203, 31, 0.05);
    box-shadow: 0px 0px 12px 0px rgba(38, 38, 38, 0.02);
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .button{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    max-width: 100%;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius:16px;
    transition: all 0.3s;
    border: 1px solid #b0cb1f;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .button svg{
    transition: all 0.3s;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .button:hover {
    background-color: transparent;
    border: 1px solid #b0cb1f;
    color:#B0CB1F;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .button:hover svg path{
    stroke-width: 1.5px;
    stroke: #B0CB1F;
    transition: all 0.3s;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .product-category {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #737373;
    max-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .product-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #24211F;
    padding-top: 16px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    border-top: 1px solid #D5D5D5;;
    margin-top: 8px;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .product-image {
    height: 80px;
    width: 80px;
    text-align: center;
    margin: 8px auto;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .product-image img {
    max-height: 100%;
    width: auto;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .product-price {
    border-top: 1px solid #D5D5D5;
    padding-top: 8px;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #0B0B0B;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .product-price span.starting-price{
    margin-left: 30px;
    line-height: 20px;
}
body.woocommerce-cart .woocommerce .perfect-pairings .slider-slide .product-price .amount{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
} 

/* //srcroll */
.woocommerce-cart-form__cart-item {
    position: relative;
    transition: transform 0.3s ease;
    will-change: transform;
}
.woocommerce-cart-form__cart-item.swipe-left {
    transform: translateX(-50px); 
}
.woocommerce-cart-form__cart-item {
    overflow: visible;
}

.wt_sc_giveaway_products_cart_page {
    display: none;
}

body.woocommerce-cart .site-content {
    min-height: calc(100vh - 749.89px);
}

@media screen and (max-width:1200px) {
    .woocommerce .perfect-pairings .slider-slide{
        flex: 0 0 calc((100% - 40px) / 3);
    }
    body:not(.page-template-template-fullwidth-php) table.cart td, body:not(.page-template-template-fullwidth-php) table.cart th{
        padding: 0 !important;
    }
    body.woocommerce-cart .woocommerce-cart-form{
        grid-template-columns: 1fr;
        gap: 32px;
    }
    body.woocommerce-cart .cart-coupone__code {
        padding-bottom: 32px;   
    }
    body.woocommerce-cart .cart-collaterals{
        width: 100%;
    }
    #page table.cart td.product-remove{
        padding: 0;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal{
        display: grid !important;
    }

    table.cart .product-thumbnail img{
        max-width: 60px;
    }
    body.woocommerce-cart .coupon{
        margin-bottom: 10px;
    }
    body.woocommerce-cart .woocommerce-cart-form_block{
        max-width: 100%;
    }
}
@media screen and (max-width:992px) {
    body.woocommerce-cart .woocommerce-notices-wrapper{
    margin-top: 72px;
    }
}

@media screen and (max-width:768px) {
    .m-cart table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item{
        border-bottom: none !important;
    }
    .woocommerce-cart-form__cart-item.swipe-left .product-remove {
        right: 10px;
    }
    body{
        background-color: #FFF;
}
    body .col-full{
        padding: 0;
    }
    /* .m-search-bh .site-search{
        display: none;
    } */
    body.woocommerce-cart .woocommerce-notices-wrapper{
        margin-top: 0;
    }
    body.woocommerce-cart .have-coupon{
        margin-top: 0;
        padding: 0  0 0 20px;
    }
    body.woocommerce-cart .coupon{
       padding: 0 20px;
       margin-top: 0;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a.remove{
        top: 10px !important;
    }
    body.woocommerce-cart .coupon button{
        right: 30px;
    }
    body.woocommerce-cart .woocommerce-cart-form_block #coupon-message{
        padding: 0 20px;
    }
    .m-cart .woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item{
        padding-left: 0;
        min-height: auto;
    }
    .m-cart #page table.woocommerce-cart-form__contents tr td::before{
        display: none !important;
    }
    body.woocommerce-cart .express-checkout-label, .cart-label{
    padding: 0 20px;
    }
    body.woocommerce-cart .woocommerce .perfect-pairings h1 {
        font-size: 24px;
        font-weight: 500;
        line-height: 20px;
    }
    body.woocommerce-cart .woocommerce .perfect-pairings{
        padding: 24px 20px;
        background-color: #FAFAFA;
        margin-top: 0;
    }
    body.woocommerce-cart .woocommerce .perfect-pairings >*:first-child{
        color: #0B0B0B;
        font-size: 24px;
        font-weight: 500;
        line-height: 20px;
    }
    body.woocommerce-cart .woocommerce .perfect-pairings .buttons{
        top: 24px;
        padding-right: 20px;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item{
        display: grid;
        grid-template-columns: 90px 1fr;
        padding-bottom: 12px !important;
        margin: 0;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info .product-price{
        display: none;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item:not(:first-child){
        padding-top: 12px;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item:not(:last-child){
        padding-bottom: 12px;
        padding-top: 12px;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table{
        border-radius:0;
        padding: 32px 20px;
        box-shadow: none;
        overflow: hidden;
    }
    .m-cart #page table.shop_table_responsive.woocommerce-cart-form__contents tr td{
        display: grid;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info .product-name a{
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info .product-name span{
        display: none;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info .product-price {
        display: flex;
        align-items:center;
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 5px;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info .product-price .regular-price span.amount bdi{
        color:  #666;
        font-size: 12px;
        font-weight: 300;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info .product-price .sale-price span.amount bdi{
        color: #BB3DA1;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .entry-content:not(.wc-tab) .woocommerce-form-login p, body table.cart td{
        font-size: 12px;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity{
        width: 106px;
        height: 48px;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity .quantity-nav .quantity-up {
        right: 8px;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .quantity .quantity-nav .quantity-down {
        left: 8px;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity{
        grid-column: 4;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price bdi{
        color: #2E2E2E;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    body.woocommerce-cart .cart-collaterals .proceed-to-checkout{
        padding: 0 20px;
    }    
    .m-cart #page table.shop_table_responsive.woocommerce-cart-form__contents tr td:last-child {
        display: none !important;
    }
    .m-cart .woocommerce-cart-form__contents td.product-thumbnail{
        position: static;
    }
    #page .cart-collaterals, #page .woocommerce-cart-form{
        padding-bottom: 32px;
    }
    body.woocommerce-cart .express-checkout-label, .cart_totals {
       display: none;
    }
    body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary{
        padding: 64px 20px 32px 20px;
        margin: 0;
        border-top: none;
        box-shadow:none;
    }
    body.woocommerce-cart .cart-collaterals .your-order-title, .product-carts-block{
        display: none;
    }
    body.woocommerce-cart .cart-collaterals .order-summary, .coupons-order-summary{
        padding-bottom: 23px;
        border-bottom: 1px solid #C6C6C6;
    }
    body.woocommerce-cart .cart-collaterals .your-order .order-total .total-label {
        font-weight: 400;
        line-height: 24px;
    }
    body.woocommerce-cart .cart-collaterals .your-order .product-name, .product-total-label, .shipping-label{
        color: #2E2E2E;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
    }
    body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .coupons-order-summary .promo-code-label{
        display: grid;
        gap:0;
        color: #2E2E2E;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
    }
    body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .coupons-order-summary .promo-code-label span{    
        font-size: 16px;
    }
    body.woocommerce-cart .cart-collaterals .your-order .promo-code-valuel{
        color: #2E2E2E;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
    }
    body.woocommerce-cart .cart-collaterals .your-order .product-total, .product-total-value, .shipping-value span{
        color: #2E2E2E;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    body.woocommerce-cart .cart-collaterals .woocommerce-cart-summary .your-order .coupons-order-summary .promo-code-value bdi{
        color: #2E2E2E;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    body.woocommerce-cart .cart-collaterals .your-order .order-total .total-value bdi{
        font-size: 24px;
        line-height: 24px;
    }
    body.woocommerce-cart .cart-coupone__code {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
    /* // scroll/// */
    .woocommerce-cart-form__cart-item {
        position: relative;
        overflow: visible; 
        transition: transform 0.3s ease;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove{
        top: 10px;
        height: 100%;
        transition: transform 0.3s ease; 
        transform: translateX(170%); 
        margin-right: 0;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info{
        width: 100%;
    }
    .woocommerce .perfect-pairings .slider-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 16px;
        width: 100%;
        overflow: hidden; 
    }
    .woocommerce .perfect-pairings .slider-slide {
        min-width: auto;
        width: 100%;
    }
}

@media screen and (max-width:490px) {
    body.woocommerce-cart .coupon button{
        font-size: 14px;
        height: 39px;
        padding: 15px;
    }
    body.woocommerce-cart .coupon input{
        height: 54px;
        font-size: 14px;
        padding: 7px 10px;
    }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info .product-name p {
        width: 100%;
    }
}
@media screen and (max-width:320px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-info .product-price{
        display: grid;
        justify-content: start;
        gap: 0;
    }
}

body.woocommerce-cart .quantity-up.plus.disabled,
body.woocommerce-cart .quantity-down.minus.disabled {
    pointer-events: none;
}