.elementor-10 .elementor-element.elementor-element-7c1ba0a{--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;}/* Start custom CSS for shortcode, class: .elementor-element-dc36c73 */.woocommerce-cart{
    font-family: inherit;
}

.woocommerce table.shop_table{
    border:0;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.woocommerce table.shop_table thead{
    background:#0F172A;
}

.woocommerce table.shop_table thead th{
    color:#fff;
    font-weight:600;
    padding:18px;
    border:none;
    text-align:center;
}

.woocommerce table.shop_table td{
    padding:22px 18px;
    border-top:1px solid #eef2f7;
    vertical-align:middle;
    text-align:center;
}

.woocommerce-cart table.cart img{
    width:90px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.woocommerce-cart table.cart td.product-name a{
    color:#1f2937;
    font-size:17px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.woocommerce-cart table.cart td.product-name a:hover{
    color:#2563eb;
}

.woocommerce a.remove{
    width:36px;
    height:36px;
    line-height:34px;
    border-radius:50%;
    background:#f3f4f6;
    color:#ef4444 !important;
    transition:.3s;
}

.woocommerce a.remove:hover{
    background:#ef4444;
    color:#fff!important;
}

.woocommerce .quantity .qty{
    width:75px;
    height:45px;
    border-radius:12px;
    border:1px solid #ddd;
    text-align:center;
    font-size:16px;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button{
    background:#2563eb !important;
    color:#fff !important;
    border-radius:12px;
    padding:14px 28px;
    font-weight:600;
    transition:.3s;
    border:none;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    background:#1d4ed8 !important;
    transform:translateY(-2px);
}

.coupon input{
    border-radius:12px;
    border:1px solid #ddd;
    padding:12px 16px;
}

.cart_totals{
    background:#fff;
    border-radius:18px;
    padding:28px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.cart_totals h2{
    font-size:24px;
    margin-bottom:20px;
}

.cart_totals table{
    border:none;
}

.cart_totals td,
.cart_totals th{
    padding:16px 0;
    border-bottom:1px solid #eee;
}

.wc-proceed-to-checkout a{
    width:100%;
    display:block;
    text-align:center;
    padding:18px;
    border-radius:14px;
    font-size:17px;
    font-weight:700;
    background:#16a34a!important;
}

.wc-proceed-to-checkout a:hover{
    background:#15803d!important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
    border-radius:14px;
    border:none;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

@media(max-width:768px){

    .woocommerce table.shop_table{
        border-radius:12px;
    }

    .woocommerce table.shop_table td{
        padding:14px;
    }

    .woocommerce-cart table.cart img{
        width:65px;
    }

    .cart_totals{
        margin-top:25px;
    }

}/* End custom CSS */