.elementor-1255 .elementor-element.elementor-element-0f2b93c{--display:flex;--min-height:36vh;--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;--overlay-opacity:0.6;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1255 .elementor-element.elementor-element-0f2b93c:not(.elementor-motion-effects-element-type-background), .elementor-1255 .elementor-element.elementor-element-0f2b93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://agsmfoods.com/wp-content/uploads/2025/09/spices-footer-bg-e1757426828820.jpg");background-position:center center;background-size:cover;}.elementor-1255 .elementor-element.elementor-element-0f2b93c::before, .elementor-1255 .elementor-element.elementor-element-0f2b93c > .elementor-background-video-container::before, .elementor-1255 .elementor-element.elementor-element-0f2b93c > .e-con-inner > .elementor-background-video-container::before, .elementor-1255 .elementor-element.elementor-element-0f2b93c > .elementor-background-slideshow::before, .elementor-1255 .elementor-element.elementor-element-0f2b93c > .e-con-inner > .elementor-background-slideshow::before, .elementor-1255 .elementor-element.elementor-element-0f2b93c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-text );--background-overlay:'';}.elementor-1255 .elementor-element.elementor-element-d4c3c48{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1255 .elementor-element.elementor-element-d4c3c48:not(.elementor-motion-effects-element-type-background), .elementor-1255 .elementor-element.elementor-element-d4c3c48 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1255 .elementor-element.elementor-element-c4ddaa0{--display:flex;}/* Start custom CSS for container, class: .elementor-element-d4c3c48 *//* ---------- Force Poppins Font ---------- */
.woocommerce, 
.woocommerce * {
    font-family: 'Poppins', sans-serif !important;
}

/* ---------- Cart Form Container ---------- */
.woocommerce-cart-form {
    width: 100%;
    background: #fff8f0; /* warm subtle background */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    box-sizing: border-box;
}

/* ---------- Cart Table ---------- */
.woocommerce-cart-form table.shop_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.woocommerce-cart-form th, 
.woocommerce-cart-form td {
    padding: 15px 12px;
    text-align: left;
    border-bottom: 1px solid #f2c9a0;
    vertical-align: middle;
}

.woocommerce-cart-form th {
    color: #b71c1c;
    font-weight: 600;
    background: #fff0e5;
}

.woocommerce-cart-form td {
    color: #333;
}

.woocommerce-cart-form a {
    color: #b71c1c;
    text-decoration: underline;
    transition: color 0.3s;
}

.woocommerce-cart-form a:hover {
    color: #e53935;
}

/* ---------- Product Remove Button ---------- */
.woocommerce-cart-form .product-remove a {
    color: #b71c1c;
    font-weight: bold;
    transition: all 0.3s ease;
}

.woocommerce-cart-form .product-remove a:hover {
    color: #ffeb3b;
}

/* ---------- Quantity Input ---------- */
.woocommerce-cart-form input.qty {
    width: 60px;
    padding: 6px 8px;
    border: 1px solid #f2c9a0;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
}

/* ---------- Cart Actions ---------- */
.woocommerce-cart-form .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 15px;
}

.woocommerce-cart-form .actions .button {
    background: #b71c1c;
    color: #ffeb3b;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.woocommerce-cart-form .actions .button:hover {
    background: #e53935;
    color: #fff;
}

/* ---------- Coupon Input ---------- */
.woocommerce-cart-form .coupon input.input-text {
    padding: 8px 12px;
    border: 1px solid #f2c9a0;
    border-radius: 6px;
    margin-right: 10px;
}

.woocommerce-cart-form .coupon button.button {
    background: #b71c1c;
    color: #ffeb3b;
}

.woocommerce-cart-form .coupon button.button:hover {
    background: #e53935;
    color: #fff;
}

/* ---------- Cart Totals ---------- */
.cart_totals {
    margin-top: 25px;
    padding: 20px;
    background: #fff8f0;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.cart_totals h2 {
    color: #b71c1c;
    margin-bottom: 15px;
    font-weight: 700;
}

.cart_totals table {
    width: 100%;
    border-collapse: collapse;
}

.cart_totals th {
    text-align: left;
    font-weight: 600;
    color: #b71c1c;
    padding: 10px 8px;
}

.cart_totals td {
    padding: 10px 8px;
    color: #333;
    font-weight: 500;
}

/* ---------- Proceed to Checkout Button ---------- */
.wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    margin-top: 15px;
    background: #b71c1c !important;
    color: #ffeb3b !important;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.wc-proceed-to-checkout a.checkout-button:hover {
    background: #e53935 !important;
    color: #fff !important;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 768px) {
    .woocommerce-cart-form table.shop_table,
    .cart_totals table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .woocommerce-cart-form th, 
    .woocommerce-cart-form td,
    .cart_totals th,
    .cart_totals td {
        padding: 10px;
    }

    .woocommerce-cart-form .actions {
        flex-direction: column;
        gap: 10px;
    }

    .wc-proceed-to-checkout a.checkout-button {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */