.elementor-43 .elementor-element.elementor-element-273a5653{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-273a5653 *//* ================================================= */
/* HFU PROFESSIONAL CART PAGE CUSTOM STYLING         */
/* ================================================= */

/* Cart Wrapper & Container Layout */
.woocommerce-cart .woocommerce {
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

/* Cart Table Styling */
.woocommerce-cart table.shop_table {
    border: 1px solid #eaeaea !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.woocommerce-cart table.shop_table th {
    background-color: #f9fafb !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 16px !important;
    border-bottom: 1px solid #eaeaea !important;
}

.woocommerce-cart table.shop_table td {
    padding: 16px !important;
    vertical-align: middle !important;
    border-top: 1px solid #f1f1f1 !important;
    color: #333333;
    font-size: 14px;
}

/* Product Thumbnail Image Styling */
.woocommerce-cart table.shop_table img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover;
    border-radius: 8px !important;
    border: 1px solid #eaeaea;
}

/* Quantity Input Box Styling */
.woocommerce-cart table.shop_table .quantity input.qty {
    width: 55px !important;
    text-align: center;
    padding: 8px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    background: #f9fafb !important;
    font-weight: 600;
    color: #333;
    outline: none;
}
.woocommerce-cart table.shop_table .quantity input.qty:focus {
    border-color: #2D5A27 !important;
    background: #ffffff !important;
}

/* Remove Product Link Styling */
.woocommerce-cart table.shop_table a.remove {
    color: #ef4444 !important;
    font-size: 18px !important;
    font-weight: 700;
    background: rgba(239, 68, 68, 0.1);
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none !important;
}
.woocommerce-cart table.shop_table a.remove:hover {
    background: #ef4444 !important;
    color: #ffffff !important;
}

/* Coupon & Update Cart Buttons Area */
.woocommerce-cart table.shop_table .actions {
    padding: 20px !important;
    background: #fcfcfc;
}

.woocommerce-cart table.shop_table .actions .coupon input.input-text {
    padding: 11px 16px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    outline: none;
    margin-right: 8px;
    background: #ffffff !important;
}

.woocommerce-cart table.shop_table .actions button.button,
.woocommerce-cart .cart-collaterals .checkout-button {
    background-color: #2D5A27 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 22px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(45, 90, 39, 0.2);
}

.woocommerce-cart table.shop_table .actions button.button:hover,
.woocommerce-cart .cart-collaterals .checkout-button:hover {
    background-color: #1e3d1a !important;
    transform: translateY(-1px);
}

/* Cart Totals Box Styling */
.woocommerce-cart .cart-collaterals {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    max-width: 420px !important;
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box;
}

.woocommerce-cart .cart_totals h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    border-bottom: 2px solid #f0f2f5 !important;
    padding-bottom: 12px !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-cart .cart_totals table.shop_table {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    margin-bottom: 20px !important;
}

.woocommerce-cart .cart_totals table.shop_table th, 
.woocommerce-cart .cart_totals table.shop_table td {
    border-top: 1px solid #f1f1f1 !important;
    padding: 12px 0 !important;
    background: transparent !important;
}

/* Proceed to Checkout Button */
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    width: 100% !important;
    box-sizing: border-box;
}

/* ================================================= */
/* MOBILE RESPONSIVE OPTIMIZATIONS                   */
/* ================================================= */
@media (max-width: 768px) {
    .woocommerce-cart table.shop_table_responsive tr.cart_item {
        border-bottom: 2px solid #eaeaea !important;
        margin-bottom: 15px !important;
        display: block;
        background: #ffffff;
        border-radius: 8px;
        padding: 10px;
    }
    
    .woocommerce-cart table.shop_table_responsive td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        text-align: right !important;
        border: none !important;
        padding: 8px 10px !important;
    }

    .woocommerce-cart table.shop_table_responsive td::before {
        content: attr(data-title);
        font-weight: 700;
        color: #6b7280;
        text-align: left;
    }

    .woocommerce-cart table.shop_table_responsive td.product-remove {
        justify-content: flex-end !important;
    }
    .woocommerce-cart table.shop_table_responsive td.product-remove::before {
        display: none;
    }

    .woocommerce-cart table.shop_table_responsive td.product-thumbnail {
        justify-content: center !important;
    }
    .woocommerce-cart table.shop_table_responsive td.product-thumbnail::before {
        display: none;
    }

    .woocommerce-cart table.shop_table .actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .woocommerce-cart table.shop_table .actions .coupon {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .woocommerce-cart table.shop_table .actions .coupon input.input-text {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .woocommerce-cart table.shop_table .actions button.button {
        width: 100% !important;
    }

    .woocommerce-cart .cart-collaterals {
        justify-content: center !important;
    }

    .woocommerce-cart .cart-collaterals .cart_totals {
        max-width: 100% !important;
        padding: 15px !important;
    }
}/* End custom CSS */