.elementor-11 .elementor-element.elementor-element-19f489f{--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;--padding-top:30px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-6cd2260{--update-cart-automatically-display:none;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-6cd2260 *//*==================================================
        PREMIUM WOOCOMMERCE CART DESIGN
        Elementor Global Color Compatible
==================================================*/

/*====================================
    Dynamic Global Colors
=====================================*/
:root{
    --primary: var(--e-global-color-primary, #00A651);
    --secondary: var(--e-global-color-secondary, #2E3192);
    --accent: var(--e-global-color-accent, #00A651);
    --text: var(--e-global-color-text, #222222);

    --white: #ffffff;
    --bg: #f8f9fa;
    --border: #e5e7eb;
    --border-light: #f3f4f6;

    --danger: #ef4444;
    --danger-bg: #fee2e2;

    --shadow: 0 4px 20px rgba(0,0,0,.08);
}

/*====================================
    Main Cart Container
=====================================*/
.woocommerce-cart-form{
    background:transparent!important;
    border:none!important;
}

/*====================================
    Desktop Design
=====================================*/
@media(min-width:769px){

.shop_table.cart{
    background:var(--white);
    border:none!important;
    border-radius:18px;
    overflow:hidden;
    box-shadow:var(--shadow);
}

.shop_table.cart thead th{
    background:var(--secondary)!important;
    color:var(--white)!important;
    padding:20px!important;
    font-weight:700;
    text-transform:uppercase;
    border:none!important;
}

.shop_table.cart td{
    padding:20px!important;
    background:var(--white);
    color:var(--text);
    border-color:var(--border)!important;
}

.product-name a{
    color:var(--secondary)!important;
    font-weight:700;
    transition:.3s;
}

.product-name a:hover{
    color:var(--primary)!important;
}

.amount{
    color:var(--primary);
    font-weight:700;
}

.quantity input.qty{
    border:1px solid var(--primary)!important;
    color:var(--text);
}

}

/*====================================
    Mobile Responsive Card Layout
=====================================*/
@media(max-width:768px){

.shop_table.cart thead{
    display:none;
}

.shop_table.cart tr.cart_item{
    display:block;
    background:var(--white);
    margin-bottom:20px;
    padding:18px;
    border-radius:16px;
    border:1px solid var(--border);
    box-shadow:var(--shadow);
    position:relative;
}

.product-remove{
    position:absolute;
    right:15px;
    top:15px;
    padding:0!important;
    border:none!important;
}

.product-remove a.remove{
    width:34px!important;
    height:34px!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    border-radius:50%!important;
    background:var(--danger-bg)!important;
    color:var(--danger)!important;
    transition:.3s;
}

.product-remove a.remove:hover{
    background:var(--danger)!important;
    color:var(--white)!important;
}

.product-thumbnail{
    display:block!important;
    text-align:center;
    margin-bottom:15px;
    border:none!important;
}

.product-thumbnail img{
    width:100px!important;
    border-radius:10px;
}

.shop_table.cart td{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0!important;
    border:none!important;
    border-bottom:1px dashed var(--border-light)!important;
    color:var(--text);
}

.shop_table.cart td:last-child{
    border-bottom:none!important;
}

.shop_table.cart td::before{
    content:attr(data-title);
    color:var(--secondary);
    font-weight:700;
}

.product-name a{
    color:var(--secondary)!important;
    font-weight:700;
}

.product-name a:hover{
    color:var(--primary)!important;
}

.amount{
    color:var(--primary);
    font-weight:700;
}

/*====================================
    Mobile Quantity Fix
=====================================*/

.shop_table.cart td.product-quantity{
    align-items:center !important;
}

.shop_table.cart td.product-quantity .quantity{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    gap:8px;
    flex-wrap:nowrap;
    width:auto;
}

.shop_table.cart td.product-quantity .quantity input.qty{
    width:48px !important;
    min-width:48px !important;
    height:40px;
    text-align:center;
    border:1px solid var(--primary)!important;
    border-radius:6px;
    color:var(--text);
    padding:0;
    margin:0;
    flex:0 0 48px;
}

.shop_table.cart td.product-quantity .quantity .minus,
.shop_table.cart td.product-quantity .quantity .plus,
.shop_table.cart td.product-quantity .quantity button{
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 36px;
}

}

/*====================================
    Coupon Area
=====================================*/
.coupon input{
    border:1px solid var(--border)!important;
    border-radius:8px!important;
    color:var(--text)!important;
}

.coupon input:focus{
    border-color:var(--primary)!important;
}

.coupon button,
button[name="apply_coupon"]{
    background:var(--secondary)!important;
    color:var(--white)!important;
    border:none!important;
    border-radius:8px!important;
    transition:.3s;
}

.coupon button:hover,
button[name="apply_coupon"]:hover{
    background:var(--primary)!important;
}

/*====================================
    Update Cart Button
=====================================*/
button[name="update_cart"]{
    background:var(--primary)!important;
    color:var(--white)!important;
    border:none!important;
    border-radius:8px!important;
    transition:.3s;
}

button[name="update_cart"]:hover{
    background:var(--secondary)!important;
}

/*====================================
    Cart Totals
=====================================*/
.cart-collaterals .cart_totals{
    background:var(--white)!important;
    border-top:5px solid var(--primary)!important;
    border-radius:18px!important;
    padding:25px!important;
    box-shadow:var(--shadow)!important;
}

.cart_totals h2{
    color:var(--secondary);
    font-size:22px;
    font-weight:700;
    text-transform:uppercase;
}

.cart_totals table th{
    color:var(--secondary);
}

.cart_totals table td{
    color:var(--text);
}

.cart_totals .amount{
    color:var(--primary);
}

/*====================================
    Checkout Button
=====================================*/
.wc-proceed-to-checkout a.checkout-button{
    background:var(--primary)!important;
    color:var(--white)!important;
    border-radius:50px!important;
    padding:18px!important;
    font-size:16px!important;
    font-weight:700!important;
    text-transform:uppercase;
    letter-spacing:.5px;
    transition:.35s;
    border:none!important;
    box-shadow:0 8px 18px rgba(0,0,0,.15);
}

.wc-proceed-to-checkout a.checkout-button:hover{
    background:var(--secondary)!important;
    transform:translateY(-2px);
}

/*====================================
    Links
=====================================*/
a{
    transition:.3s;
}

a:hover{
    color:var(--primary);
}

/*====================================
    Input Focus
=====================================*/
input:focus,
select:focus,
textarea:focus{
    outline:none!important;
    border-color:var(--primary)!important;
    box-shadow:0 0 0 3px rgba(0,166,81,.15)!important;
}/* End custom CSS */