.elementor-2337 .elementor-element.elementor-element-aba3ac2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2337 .elementor-element.elementor-element-57a7fbd{--display:flex;}.elementor-2337 .elementor-element.elementor-element-fbeac10 .elementor-heading-title{font-family:"Tanker", Sans-serif;font-size:24px;font-weight:400;}.elementor-2337 .elementor-element.elementor-element-5ebd2af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2337 .elementor-element.elementor-element-b8cf16e{--display:flex;}.elementor-2337 .elementor-element.elementor-element-50eba1d{--update-cart-automatically-display:none;--product-link-normal-color:#000000;--product-link-hover-color:#EC4176;--order-summary-remove-icon-hover-color:#000000;--checkout-button-normal-text-color:#EC4176;--checkout-button-hover-text-color:var( --e-global-color-b2efeb3 );--checkout-button-border-radius:50px 50px 50px 50px;}.elementor-2337 .elementor-element.elementor-element-50eba1d .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-b2efeb3 );}.elementor-2337 .elementor-element.elementor-element-50eba1d .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background-color:#EC4176;}.elementor-2337 .elementor-element.elementor-element-50eba1d .cart_totals h2{font-family:"Tanker", Sans-serif;font-size:24px;font-weight:400;}.elementor-2337 .elementor-element.elementor-element-50eba1d .e-cart-content, .elementor-2337 .elementor-element.elementor-element-50eba1d .woocommerce-shipping-destination, .elementor-2337 .elementor-element.elementor-element-50eba1d .shipping-calculator-button{font-family:"Onest", Sans-serif;}.elementor-2337 .elementor-element.elementor-element-50eba1d .coupon .input-text, .elementor-2337 .elementor-element.elementor-element-50eba1d .cart-collaterals .input-text, .elementor-2337 .elementor-element.elementor-element-50eba1d select, .elementor-2337 .elementor-element.elementor-element-50eba1d .select2-selection--single{font-family:"Onest", Sans-serif;}.elementor-2337 .elementor-element.elementor-element-50eba1d .shop_table .button{font-family:"Onest", Sans-serif;}.elementor-2337 .elementor-element.elementor-element-50eba1d .e-shop-table .cart th, .elementor-2337 .elementor-element.elementor-element-50eba1d .e-shop-table .cart td:before{font-family:"Onest", Sans-serif;}.elementor-2337 .elementor-element.elementor-element-50eba1d .cart td span, .elementor-2337 .elementor-element.elementor-element-50eba1d .cart td, .elementor-2337 .elementor-element.elementor-element-50eba1d .input-text.qty{font-family:"Onest", Sans-serif;}.elementor-2337 .elementor-element.elementor-element-50eba1d .cart_totals .shop_table td:before, .elementor-2337 .elementor-element.elementor-element-50eba1d .cart_totals .shop_table td .woocommerce-Price-amount{font-family:"Onest", Sans-serif;}.elementor-2337 .elementor-element.elementor-element-50eba1d .checkout-button{font-family:"Onest", Sans-serif;border-style:solid;border-width:1px 1px 1px 1px;border-color:#EC4176;}.elementor-2337 .elementor-element.elementor-element-50eba1d .e-shop-table{--sections-border-type:none;}.elementor-2337 .elementor-element.elementor-element-50eba1d .e-cart-totals{--sections-background-color:var( --e-global-color-9ad5c7e );--sections-border-type:none;--sections-border-radius:24px 24px 24px 24px;}@media(max-width:767px){.elementor-2337 .elementor-element.elementor-element-50eba1d .e-shop-table{--sections-border-radius:0px 0px 0px 0px;--sections-padding:0px 0px 0px 0px;--sections-margin:0px 0px 0px 0px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-50eba1d *//* --- 1. GENERAL TABLE & ROW STYLING --- */
table.shop_table {
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100%;
}
tr.cart_item {
    border-bottom: 1px solid #f5f5f5;
}
tr.cart_item td {
    padding: 25px 10px !important;
    vertical-align: middle;
    border: none !important;
}

/* --- 2. HEADER STYLING --- */
thead{
    background-color: #F3F3F5;
}

th{
    padding-top: 10px !important;
}
table.shop_table thead tr:first-child th:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
table.shop_table thead tr:first-child th:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* --- 3. COLUMN STYLING (CSS ONLY) --- */
td.product-thumbnail img {
    border: 1px solid #F0D9DB;
    border-radius: 10px;
    width: 80px;
    height: auto;
}
td.product-thumbnail {
    padding-right: 0 !important;
}
td.product-name {
    padding-left: 15px !important;
    text-align: left;
}
td.product-name a {
    text-decoration: none;
    font-weight: 500;
    color: #333;
}
td.product-price {
    text-align: center;
}
td.product-price .woocommerce-Price-amount {
    font-weight: 600;
    color: #000;
    font-size: 1.1em;
}
td.product-price del {
    display: block; 
    font-size: 0.9em;
    color: #999;
}
td.product-remove a.remove {
    font-size: 0 !important;
    text-decoration: none;
    display: block; 
    text-align: center;
}
td.product-remove a.remove::before {
    content: '\f2ed';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #E74C3C;
    border: 1px solid #F0D9DB;
    border-radius: 5px;
    padding: 8px 10px;
    line-height: 1;
}
td.product-remove a.remove:hover::before {
    background-color: #fefafa;
}

/* --- 4. QUANTITY COLUMN (Number Input) --- */
td.product-quantity .quantity {
    text-align: center;
}
td.product-quantity .quantity input.qty {
    border: none !important;
    text-align: center;
    width: 40px; 
    font-weight: 600;
    color: #000;
    font-size: 1.1em;
    padding: 0 !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
}
td.product-quantity .quantity input.qty::-webkit-outer-spin-button,
td.product-quantity .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* --- 5. MOBILE RESPONSIVE OVERRIDE (THE "FIT EVERYTHING" FIX) --- */
@media (max-width: 767px) {
    
    /* --- Force Table Behavior --- */
    table.shop_table.cart {
        display: table !important;
        table-layout: fixed; /* Force columns to obey widths */
        width: 100% !important;
    }
    table.shop_table.cart tbody {
        display: table-row-group !important;
    }
    table.shop_table.cart tr.cart_item {
        display: table-row !important;
    }
    table.shop_table.cart td,
    table.shop_table.cart th {
        display: table-cell !important;
        vertical-align: middle !important;
        border-top: none !important;
        text-align: center;
        /* Aggressive padding removal */
        padding: 10px 2px !important; 
        word-wrap: break-word; /* Break long words */
    }

    /* --- Hide the "data-title" labels --- */
    table.shop_table.cart td::before {
        display: none !important;
    }

    /* --- THIS IS THE FIX: HIDE THUMBNAIL, SHRINK OTHERS --- */
    /* Hide Thumbnail on mobile */
    table.shop_table.cart th.product-thumbnail,
    table.shop_table.cart td.product-thumbnail {
        display: none !important;
    }

    /* Assign widths to columns */
    table.shop_table.cart th.product-remove,
    table.shop_table.cart td.product-remove {
        width: 15% !important;
    }
    
    table.shop_table.cart th.product-name,
    table.shop_table.cart td.product-name {
        width: 30% !important;
        text-align: left;
        padding-left: 5px !important;
    }

    table.shop_table.cart th.product-price,
    table.shop_table.cart td.product-price {
        width: 20% !important;
    }

    table.shop_table.cart th.product-quantity,
    table.shop_table.cart td.product-quantity {
        width: 15% !important;
    }

    table.shop_table.cart th.product-subtotal,
    table.shop_table.cart td.product-subtotal {
        width: 20% !important;
        padding-right: 5px !important;
    }

    /* --- Adjust Font & Input Sizes --- */
    td.product-name a {
        font-size: 13px;
    }
    
    td.product-price .woocommerce-Price-amount,
    td.product-subtotal .woocommerce-Price-amount {
        font-size: 13px;
    }
    td.product-price del {
        display: none;
    }

    td.product-remove a.remove::before {
        font-size: 14px;
        padding: 5px 6px;
    }

    td.product-quantity .quantity input.qty {
        width: 28px;
        font-size: 13px;
        padding: 0 2px !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Tanker';
	font-display: auto;
	src: url('https://heaven.style/wp-content/uploads/2025/09/Tanker-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */