.elementor-9880 .elementor-element.elementor-element-297959b9{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9880 .elementor-element.elementor-element-e0d0a35{width:var( --container-widget-width, 80% );max-width:80%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-9880 .elementor-element.elementor-element-01e390e{width:100%;max-width:100%;}@media(max-width:767px){.elementor-9880 .elementor-element.elementor-element-e0d0a35{width:100%;max-width:100%;}}@media(min-width:768px){.elementor-9880 .elementor-element.elementor-element-297959b9{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-e0d0a35 *//* Hide quantity on cart page */
.woocommerce td.product-quantity,
.woocommerce th.product-quantity,
.e-cart-content td.product-quantity,
.e-cart-content th.product-quantity {
    display: none !important;
}

/* Hide quantity on checkout order review */
.woocommerce-checkout .product-quantity,
.woocommerce-checkout-review-order .product-quantity {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-01e390e */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&family=Satisfy&display=swap');

.woocommerce-cart .woocommerce,
.woocommerce-cart .woocommerce-page {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, rgba(118, 213, 246, 0.06) 0%, rgba(13, 128, 168, 0.03) 100%);
    padding: 30px 20px;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .woocommerce table.shop_table {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(13, 128, 168, 0.15);
    border: none;
    position: relative;
    margin-bottom: 30px;
}

.woocommerce-cart .woocommerce table.shop_table::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #76d5f6, #0D80A8);
    border-radius: 20px 20px 0 0;
}

.woocommerce-cart .woocommerce table.shop_table thead {
    background: transparent;
}

.woocommerce-cart .woocommerce table.shop_table th {
    background: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 20px 15px;
    border-bottom: 3px solid #f5f5f5;
}

.woocommerce-cart .woocommerce table.shop_table td {
    padding: 25px 15px;
    border-bottom: 2px solid #f5f5f5;
    vertical-align: middle;
}

.woocommerce-cart .woocommerce table.shop_table tbody tr {
    transition: all 0.3s ease;
}

.woocommerce-cart .woocommerce table.shop_table tbody tr:hover {
    background: rgba(118, 213, 246, 0.05);
}

.woocommerce-cart .woocommerce table.shop_table img {
    border-radius: 12px;
    border: 2px solid #f0f0f0;
    max-width: 300px;
    transition: all 0.3s ease;
}

.woocommerce-cart .woocommerce table.shop_table img:hover {
    border-color: #76d5f6;
    transform: scale(1.08);
}

.woocommerce-cart .woocommerce table.shop_table .product-name a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-cart .woocommerce table.shop_table .product-name a:hover {
    color: #0D80A8;
}

.woocommerce-cart .woocommerce table.shop_table .product-price,
.woocommerce-cart .woocommerce table.shop_table .product-subtotal {
    font-size: 20px;
    font-weight: 700;
    color: #0D80A8;
}

.woocommerce-cart .woocommerce .quantity {
    display: inline-flex;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-cart .woocommerce .quantity input.qty {
    border: none;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    width: 70px;
    background: #fff;
}

.woocommerce-cart .woocommerce .quantity button {
    background: #f8f8f8;
    color: #0D80A8;
    font-weight: 700;
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

.woocommerce-cart .woocommerce .quantity button:hover {
    background: #76d5f6;
    color: #ffffff;
}

.woocommerce-cart .woocommerce table.shop_table .remove {
    color: #999 !important;
    font-size: 24px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.woocommerce-cart .woocommerce table.shop_table .remove:hover {
    color: #0D80A8 !important;
    background: transparent !important;
}

.woocommerce-cart .woocommerce-cart-form .coupon {
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    margin: 25px 0 20px 0;
    border: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce-cart .woocommerce-cart-form .coupon label {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    color: #333;
    white-space: nowrap;
    flex-shrink: 0;
}

.woocommerce-cart .woocommerce-cart-form .coupon input[type="text"] {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 14px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    flex: 1;
    margin: 0;
    transition: all 0.3s ease;
    min-width: 250px;
}

.woocommerce-cart .woocommerce-cart-form .coupon input[type="text"]:focus {
    border-color: #76d5f6;
    outline: none;
    box-shadow: 0 0 0 4px rgba(118, 213, 246, 0.15);
}

.woocommerce-cart .woocommerce-cart-form .coupon button {
    background: linear-gradient(135deg, #0D80A8 0%, #0a6585 100%);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(13, 128, 168, 0.3);
    white-space: nowrap;
    flex-shrink: 0;
}

.woocommerce-cart .woocommerce-cart-form .coupon button:hover {
    background: linear-gradient(135deg, #076089 0%, #054d6a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(13, 128, 168, 0.4);
}

.woocommerce-cart .woocommerce button[name="update_cart"] {
    background: linear-gradient(135deg, #0D80A8 0%, #0a6585 100%);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(13, 128, 168, 0.3);
}

.woocommerce-cart .woocommerce button[name="update_cart"]:hover {
    background: linear-gradient(135deg, #076089 0%, #054d6a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(13, 128, 168, 0.4);
}

.woocommerce-cart .cart_totals {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(13, 128, 168, 0.15);
    border: none;
    position: relative;
}

.woocommerce-cart .cart_totals::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #76d5f6, #0D80A8);
    border-radius: 20px 20px 0 0;
}

.woocommerce-cart .cart_totals h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.woocommerce-cart .cart_totals table {
    border: none;
    width: 100%;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}

.woocommerce-cart .cart_totals table th {
    color: #666;
    font-weight: 500;
    text-align: left;
}

.woocommerce-cart .cart_totals table td {
    color: #000000;
    font-weight: 600;
    text-align: right;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    padding-top: 20px;
    margin-top: 15px;
    border-top: 4px solid #0D80A8;
    border-bottom: none;
}

.woocommerce-cart .cart_totals .order-total th {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.woocommerce-cart .cart_totals .order-total td {
    font-size: 26px;
    font-weight: 900;
    color: #0D80A8;
}

.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 25px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: linear-gradient(135deg, #0D80A8 0%, #0a6585 100%);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 22px 50px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(13, 128, 168, 0.35);
    border: none;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after {
    content: '→';
    font-size: 24px;
    transition: transform 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover::after {
    transform: translateX(6px);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: linear-gradient(135deg, #076089 0%, #054d6a 100%);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(13, 128, 168, 0.45);
}

.woocommerce-cart .cross-sells {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(13, 128, 168, 0.15);
    margin-top: 30px;
    position: relative;
}

.woocommerce-cart .cross-sells::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #76d5f6, #0D80A8);
    border-radius: 20px 20px 0 0;
}

.woocommerce-cart .cross-sells h2 {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    text-align: center;
}

.woocommerce-cart .cross-sells ul.products li.product {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    padding: 25px;
    transition: all 0.4s ease;
    position: relative;
}

.woocommerce-cart .cross-sells ul.products li.product:hover {
    border-color: #76d5f6;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(118, 213, 246, 0.25);
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info {
    border-radius: 12px;
    border-left: 5px solid #76d5f6;
    padding: 18px 25px 18px 50px;
    margin-bottom: 25px;
    background: rgba(118, 213, 246, 0.1);
    font-weight: 500;
    position: relative;
}

.woocommerce-cart .woocommerce-message::before,
.woocommerce-cart .woocommerce-error::before,
.woocommerce-cart .woocommerce-info::before {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-cart .return-to-shop {
    text-align: center;
    margin-top: 40px;
}

.woocommerce-cart .return-to-shop a.button {
    background: linear-gradient(135deg, #0D80A8 0%, #0a6585 100%);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    box-shadow: 0 6px 25px rgba(13, 128, 168, 0.3);
}

.woocommerce-cart .return-to-shop a.button:hover {
    background: linear-gradient(135deg, #076089 0%, #054d6a 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(13, 128, 168, 0.4);
}

.woocommerce-cart .woocommerce span.onsale {
    background: linear-gradient(135deg, #0D80A8 0%, #0a6585 100%);
    color: #ffffff;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 14px;
    font-size: 13px;
}

@keyframes cartTotalsHighlight {
    0% { box-shadow: 0 10px 40px rgba(13, 128, 168, 0.15); }
    50% { box-shadow: 0 10px 50px rgba(13, 128, 168, 0.45); }
    100% { box-shadow: 0 10px 40px rgba(13, 128, 168, 0.15); }
}

.woocommerce-cart .cart_totals.coupon-applied {
    animation: cartTotalsHighlight 1.5s ease 2;
}

@media (max-width: 1024px) {
    .woocommerce-cart .woocommerce,
    .woocommerce-cart .woocommerce-page {
        padding: 40px 15px;
    }
    
    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .woocommerce table.shop_table,
    .woocommerce-cart .cart_totals,
    .woocommerce-cart .cross-sells {
        padding: 35px 25px;
    }
}

@media (max-width: 768px) {
    .woocommerce-cart .woocommerce table.shop_table {
        font-size: 14px;
    }
    
    .woocommerce-cart .woocommerce table.shop_table thead {
        display: none;
    }
    
    .woocommerce-cart .woocommerce table.shop_table,
    .woocommerce-cart .woocommerce table.shop_table tbody,
    .woocommerce-cart .woocommerce table.shop_table tr,
    .woocommerce-cart .woocommerce table.shop_table td {
        display: block;
        width: 100%;
    }
    
    .woocommerce-cart .woocommerce table.shop_table tr {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 3px solid #f0f0f0;
    }
    
    .woocommerce-cart .woocommerce table.shop_table td {
        padding: 10px 0;
        border: none;
        text-align: left !important;
    }
    
    .woocommerce-cart .woocommerce table.shop_table td::before {
        content: attr(data-title);
        font-weight: 700;
        display: block;
        margin-bottom: 8px;
        color: #000;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .woocommerce-cart .woocommerce table.shop_table .product-thumbnail {
        text-align: center;
    }
    
    .woocommerce-cart .woocommerce table.shop_table img {
        max-width: 150px;
        margin: 0 auto;
    }
    
    .woocommerce-cart .woocommerce table.shop_table .product-name a {
        font-size: 20px;
    }
    
    .woocommerce-cart .woocommerce table.shop_table .product-price,
    .woocommerce-cart .woocommerce table.shop_table .product-subtotal {
        font-size: 22px;
    }
    
    .woocommerce-cart .woocommerce-cart-form .coupon {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    
    .woocommerce-cart .woocommerce-cart-form .coupon label {
        text-align: left;
    }
    
    .woocommerce-cart .woocommerce-cart-form .coupon input[type="text"] {
        width: 100%;
        min-width: unset;
    }
    
    .woocommerce-cart .woocommerce-cart-form .coupon button {
        width: 100%;
        padding: 14px 25px;
    }
    
    .woocommerce-cart .cart_totals h2 {
        font-size: 22px;
    }
    
    .woocommerce-cart .cart_totals .order-total th {
        font-size: 18px;
    }
    
    .woocommerce-cart .cart_totals .order-total td {
        font-size: 24px;
    }
    
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        padding: 18px 35px;
        font-size: 16px;
    }
    
    .woocommerce-cart .cross-sells h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .woocommerce-cart .woocommerce,
    .woocommerce-cart .woocommerce-page {
        padding: 20px 10px;
    }
    
    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .woocommerce table.shop_table,
    .woocommerce-cart .cart_totals,
    .woocommerce-cart .cross-sells {
        padding: 25px 18px;
        border-radius: 15px;
    }
    
    .woocommerce-cart .woocommerce table.shop_table .product-name a {
        font-size: 18px;
    }
    
    .woocommerce-cart .woocommerce table.shop_table .product-price,
    .woocommerce-cart .woocommerce table.shop_table .product-subtotal {
        font-size: 20px;
    }
    
    .woocommerce-cart .woocommerce .quantity input.qty {
        width: 60px;
        font-size: 15px;
    }
    
    .woocommerce-cart .cart_totals h2 {
        font-size: 20px;
    }
    
    .woocommerce-cart .cart_totals table th,
    .woocommerce-cart .cart_totals table td {
        font-size: 15px;
    }
    
    .woocommerce-cart .cart_totals .order-total th {
        font-size: 17px;
    }
    
    .woocommerce-cart .cart_totals .order-total td {
        font-size: 22px;
    }
    
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        padding: 16px 30px;
        font-size: 15px;
    }
    
    .woocommerce-cart .woocommerce-cart-form .coupon input[type="text"] {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .woocommerce-cart .woocommerce-cart-form .coupon button {
        padding: 12px 25px;
        font-size: 13px;
    }
}




/* Make product image and name non-clickable in cart */
.woocommerce-cart .woocommerce table.shop_table .product-name a,
.woocommerce-cart .woocommerce table.shop_table .product-thumbnail a {
    pointer-events: none !important;
    cursor: default !important;
    color: #000000 !important;
}
 
.woocommerce-cart .woocommerce table.shop_table .product-name a:hover {
    color: #000000 !important;
}
 
/* Ensure strikethrough renders through WooCommerce nested price spans */
.woocommerce-cart .woocommerce table.shop_table td span[style*="line-through"],
.woocommerce-cart .woocommerce table.shop_table td span[style*="line-through"] span,
.woocommerce-cart .woocommerce table.shop_table td span[style*="line-through"] bdi,
.woocommerce-cart .woocommerce table.shop_table td span[style*="line-through"] .woocommerce-Price-amount,
.woocommerce-cart .woocommerce table.shop_table td span[style*="line-through"] .woocommerce-Price-currencySymbol {
    text-decoration: line-through !important;
    color: #999 !important;
}

.woocommerce-cart .woocommerce table.shop_table td.product-price > ins,
.woocommerce-cart .woocommerce table.shop_table td.product-price > ins .woocommerce-Price-amount {
    font-weight: 700 !important;
}



button[name="update_cart"] {
    display: none !important;
}



/* Hide the subtotal column header and cells */
.woocommerce-cart-form table.cart th.product-subtotal,
.woocommerce-cart-form table.cart td.product-subtotal {
    display: none;
}



/* Hide product thumbnails in cart */
.woocommerce-cart .woocommerce table.shop_table th.product-thumbnail,
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail {
    display: none;
}
 
 
 
 
 
 .woocommerce-cart .woocommerce table.shop_table .product-price, .woocommerce-cart .woocommerce table.shop_table .product-subtotal {
     font-weight: 900;
 }/* End custom CSS */