.elementor-17 .elementor-element.elementor-element-3c83358{--display:flex;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-d3fdcdb */.custom-cart .woocommerce{
    direction: rtl;
}

.custom-cart .shop_table{
    border:none !important;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    background:#fff;
}

.custom-cart .shop_table th{
    background:#f8fafc;
    padding:18px !important;
    font-weight:700;
}

.custom-cart .shop_table td{
    padding:18px !important;
    vertical-align:middle;
}

.custom-cart .product-thumbnail img{
    border-radius:12px;
}

.custom-cart .coupon input{
    height:48px;
    border-radius:12px !important;
}

.custom-cart .button{
    border-radius:14px !important;
    padding:14px 24px !important;
    font-weight:700 !important;
}

.custom-cart .cart_totals{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.custom-cart .checkout-button{
    background:#000 !important;
    color:#fff !important;
    border-radius:14px !important;
    padding:16px !important;
}

.custom-cart .checkout-button:hover{
    transform:translateY(-2px);
}/* End custom CSS */