.elementor-6390 .elementor-element.elementor-element-4d7d6ca{--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:20px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px;}.elementor-6390 .elementor-element.elementor-element-d20ea33 > .elementor-widget-container{padding:10px 20px 10px 20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-6390 .elementor-element.elementor-element-4d7d6ca{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-6390 .elementor-element.elementor-element-d20ea33 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for wc-elements, class: .elementor-element-d20ea33 */body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .woocommerce-cart-form *,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals * {
    font-family: 'DM Sans', sans-serif !important;
}

.woocommerce-message{
    font-family: 'DM Sans', sans-serif !important;
}
.woocommerce-message .button{
    background: #2563EB;
    font-family: 'DM Sans', sans-serif !important;
    
    
} 
.woocommerce-message::before{
    color:#2563EB !important;
}
.cart-empty{
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500;
    color: #000;
}
.return-to-shop .button {
    background-color: #2563EB !important;
    color: #fff !important;
    padding: 10px 20px !important;
}
.woocommerce-cart-form .shop_table {
    border: 1px solid #e5e7eb !important;
    border-radius: 6px;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    width: 100%;
}
.product-remove a:hover{
    background: #2563EB !important;
    text-align: end 
}


.woocommerce-cart-form .shop_table th,
.woocommerce-cart-form .shop_table td {
    border: 1px solid #e5e7eb !important;
    padding: 14px 16px;
    vertical-align: middle;
    font-size: 15px;
}
table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th{
    background: none !important;
}

.woocommerce-cart-form th {
    font-size: 16px;
    font-weight: 600;
    background: #f9fafb;
    color: #111827;
    text-align: left;
}


.woocommerce-cart-form tbody tr:hover {
    background: #f9fbff !important;
}


.woocommerce-cart-form tbody .product-remove a {
    color: #2563EB !important;
    font-size: 22px !important;
    transition: all 0.2s ease;
}
.woocommerce-cart-form tbody .product-remove a:hover {
    color: #1e40af !important;
    transform: scale(1.2);
}


.woocommerce-cart-form .woocommerce-cart-form__cart-item td,
.woocommerce-cart-form .woocommerce-cart-form__cart-item td a {
    color: #111827 !important;
    font-size: 15px;
    font-weight: 500;
}


.woocommerce-cart-form .quantity .input-text {
    width: 70px;
    padding: 6px 8px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
}


.coupon .input-text {
    width: 230px !important;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

.coupon .button,
.actions .button {
    padding: 10px 26px !important;
    background-color: #2563EB !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: .5px;
    transition: all 0.3s ease;
}
.coupon .button:hover,
.actions .button:hover {
    background: #1e40af !important;
    box-shadow: 0 3px 8px rgba(37,99,235,0.25);
    transform: translateY(-1px);
}


.woocommerce .cart_totals {
    background: #fff !important;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}


.woocommerce .cart_totals h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #111827;
}


.woocommerce .cart_totals .shop_table {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}
.woocommerce .cart_totals .shop_table th,
.woocommerce .cart_totals .shop_table td {
    border: 1px solid #e5e7eb;
    padding: 12px 16px;
    font-size: 15px;
}
.woocommerce .cart_totals .shop_table th {
    font-weight: 600;
    color: #111827;
}
.woocommerce .cart_totals .shop_table td {
    text-align: right;
    font-weight: 500;
}


.woocommerce .cart_totals .checkout-button {
    display: block;
    text-align: center;
    background: #2563EB !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 0;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.woocommerce .cart_totals .checkout-button:hover {
    background: #1e40af !important;
    box-shadow: 0 4px 10px rgba(37,99,235,0.3);
    transform: translateY(-2px);
}


@media (max-width: 768px) {
    .woocommerce-cart-form .shop_table th {
        font-size: 14px;
    }
    .woocommerce-cart-form .shop_table td {
        font-size: 14px;
        padding: 12px;
    }
    
    .coupon .input-text {
        width: 55% !important;
        margin-bottom: 10px;
    }
    .coupon .button     {
        width: 44% !important;
    }
    .woocommerce .cart_totals {
        margin-top: 20px;
    }
    .woocommerce .cart_totals .checkout-button {
        width: 100%;
    }
    
}
@media (max-width: 526px){
    .coupon .input-text {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .coupon .button{
        width: 100% !important;
    }
    .coupon{
        padding:10px 0;
    }
}/* End custom CSS */