 /* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
 }
 .cart_hero{
    background: url(https://innovnational.com/reinette/wp-content/uploads/2024/04/about-us-main-featured.jpg) no-repeat center center / cover;
    min-height: 600px;
    display: flex;
    align-items: center;
 }
 .cart_hero .content{
    text-align: center;
  }
  .cart_hero .content p:first-child {
    font-weight: 400;
    font-size: 20px;
  }
 /* Firefox */
 input[type=number] {
   -moz-appearance: textfield;
 }
 img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
    /* width: 120px; */
    max-width: 120px;
    height: 143px;
    object-fit: cover;
 }
#main_cart_tabl{
    display: flex;
    flex-direction: column;
    padding: 50px;
    border-radius: 10px;
    background: #FFF;
}
.woocommerce-cart-form__cart-item.cart_item,
.table_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 15px;
}
.table_head>div{
    font-family: "Urbanist";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 60px;
    color: #413F39;
}
.table_head{
    margin-bottom: 35px;
}
#main_cart_tabl h1{
    color: var(--26004-d, #26004D);
    font-family: 'Inter',sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.product_list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.product_item{
    display: flex;
    align-items: center;
    gap: 0 24px;
}
.table_head .product-name{
    max-width: 373px;
    width: 100%;
}
.table_head .product-price,
.table_head .product-quantity,
.woocommerce-cart-form__cart-item.cart_item .product-price,
.woocommerce-cart-form__cart-item.cart_item .product-quantity{
    max-width: 130px;
    width: 100%;
}
.cart-collaterals::before, .cart-collaterals{
    display: none !important;
}
/* .cart_totals{
    width: 100% !important;
} */
section.cart{
    background-color: #150029;
}

.cart_totals_contents .coupon_total h5 {
    margin-bottom: 34px;
    color: #413F39;
}

.product-name a, .product-price bdi{
    color: #21201D;
    font-family: "Urbanist";
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; 
}
.flex_cart{
    /* justify-content: center; */
    gap: 50px;
}
 .cart_contents, .cart_totals_contents {
    padding: 60px 42px;
    border-radius: 0px;
    border: 1.5px solid rgba(65, 63, 57, 0.50);
    
}
.cart_contents {
    width: 100%;
}
.cart_totals_contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}
.ctas_ {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.cta_gray, .cta_gray_transparent{
    max-width: 100%;
    font-family: "Urbanist";
    width: 100%;
    font-weight: 600;
}
.cta_gray_transparent:hover {
    border: 1px solid #937957;
    background: #BFA078;
    color: white;
}
.cart_totals_contents{
    background-color: #FAF6EB;
    max-width: 372px;
    width: 100%;
}
.flex_name_prices, .flex_grandtotal {
    justify-content: space-between;
}
.flex_name_prices:last-of-type {
    margin-bottom: 16px !important;
}


.coupon_{
    margin-bottom: 60px;
}
.flex_grandtotal p.product_total{
    font-family: "Urbanist";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
/* .flex_name_prices .product_nme{
    white-space: nowrap;
    width: 170px;
    overflow: hidden;
    text-overflow: clip;
} */
.cart-totals-title h3,
.coupon h5{
    color: var(--26004-d, #26004D);
    font-family: 'Inter',sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.cart-totals-label,
.cart-totals-value bdi,
.cart-totals-label,
span.woocommerce-Price-amount.amount{
    color: var(--d-9-d-9-d-9, #212121);
    text-align: right;
    font-family: 'Inter',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: fit-content;
}
/* .woocommerce-notices-wrapper{
    display: none;
} */
.quantity input.qty{
    order: 2;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #F0F0F0;
    border: 1px solid rgba(65, 63, 57, 0.50);
    background: #FFF;
}
.quantity{
    display: flex;
}
.quantity button.minus{
    order: 1;
}
.quantity button.plus{
    order: 3;
}
.quantity button{
    background-color: var(--textColor);
    width: 100%;
    max-width: 36px;
    height: 36px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.cart-discount.coupon-tcgcoupon{
    display: flex;
    flex-wrap: wrap;
}
.coupon{
    display: flex;
}
.coupon input#coupon_code{
    max-width: 188px;
    width: 100%;
    border: 1px solid rgba(65, 63, 57, 0.50);
    background: #FFF;
    padding: 10px 20px;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}
.coupon input#coupon_code::placeholder{
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}
.coupon .cta_gray{
    border: 0;
    width: 100%;
    max-width: 100px;
    height: 100%;
    padding: 18px 20px;
}
.wc-proceed-to-checkout{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wc-proceed-to-checkout>*{
    width: calc(50% - 7.5px);
    padding: 20px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    color: #FFF;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
    background-color: #26004C;
    margin-bottom: 0;
}
.wc-proceed-to-checkout .browse_product{
    background-color: #00CBFF;
}
.wc-proceed-to-checkout::after,.wc-proceed-to-checkout::before,
.order-total::after,.order-total::before{
    display: none !important;
}
.order-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
/* .coupon{
    margin-bottom: 30px;
} */

.cart-totals-label p.product_title,
.cart-totals-label p.product_title_total{
    color: var(--d-9-d-9-d-9, #212121);
    font-family: 'Inter',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}
.cart-totals-label{
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
}
.coupon .group{
    display: flex;
    justify-content: space-between;
}

div.product-price span.woocommerce-Price-currencySymbol {
    display: none;
}

/* p.product_tot, p.product_subt, p.product_grandtotal {
    font-weight: 700;
    font-size: 16px;
}

p.product_tot span.woocommerce-Price-amount.amount, p.product_subt span.woocommerce-Price-amount.amount, p.product_grandtotal span.woocommerce-Price-amount.amount {
    color: #413F39;
} */

.product_nme, p.product_subt span.woocommerce-Price-amount.amount{
    color: #212121;
}

p.product_subt span.woocommerce-Price-amount.amount {
    font-size: 18px;
    font-family: "Urbanist";
}

p.product_grandtotal span.woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #413F39;
    font-family: "Urbanist";
}

p.product_subt span.woocommerce-Price-amount.amount {
    font-weight: 300;
}

.prod_desc {
    max-width: 372px;
    width: 100%;
}

.prod_details {
    display: flex;
    /* justify-content: space-between; */
    gap: 35px;
    width: 100%;
}

.product_nme:last-child, .product_subt:last-child {
    margin-bottom: 0 !important;
}

section.cart_main .product_lists .paging {
    margin-top: 60px;
}

.product-remove {
    padding-bottom: 9px;
}

section.cart .woocommerce{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}
@media (max-width:13660px) {
    section.cart .wrapper{
        padding: 0;
    }
    section.cart{
        padding: 70px 30px;
    }
}

@media (max-width: 1199px) {
    .flex_cart{
        flex-direction: column;
    }

    .cart_totals_contents {
        max-width: 100%;
    }

    .coupon input#coupon_code {
        max-width: 100%;
    }
}


@media screen and (max-width: 991px) {
    
    /* .cart_hero {
        padding: 100px 30px !important;
    } */

   

    .coupon{
        margin-bottom: 30px;
    }

    .cart_contents, .cart_totals_contents {
        padding: 30px;
    }

    .cart_hero {
        min-height: 400px;
    }
}


@media screen and (max-width:767px) {
    .cart_contets, .cart_totals_contents{
        padding: 30px;
    }
    .flex_cart .product_list{
        gap: 15px;
    }
    .woocommerce-cart-form__cart-item.cart_item{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .flex_cart .table_head{
        display: none;
    }
    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .prod_details {
        flex-direction: column;
        align-items: center;
    }
    .woocommerce .quantity .qty {
        width: 100%;
        height: 100% 
    }
    .woocommerce-cart-form__cart-item.cart_item .product-price, .woocommerce-cart-form__cart-item.cart_item .product-quantity {
        max-width: 100%;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-price {
        justify-content: center;
    }
    .prod_desc {
        max-width: 100%;
    }
    /* .cart_hero {
        padding: 225px 30px 100px !important;
    } */
    .woocommerce>div{
        width: 100% !important;
    }

    .prod_details {
        gap: 15px;
    }

    .quantity {
        height: 51px;
    }

    .quantity button {
        height: 100%;
    }

    .product-remove {
        border: 1px solid black;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 10px 20px 15px 20px;
    }
}

@media (max-width: 575px) {
    .product-thumbnail {
        max-width: 100%;
        width: 100%;
    }

    
}