.elementor-kit-14{--e-global-color-primary:#2C2C2C;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#2C2C2C;--e-global-color-accent:#2C2C2C;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;color:#1A1A1A;font-size:16px;overscroll-behavior:none;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{background-color:#FFFFFF;font-size:13px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#000000;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-14 a{color:#FFFFFF;}.elementor-kit-14 h1{color:#1A1A1A;font-size:10px;}.elementor-kit-14 h2{color:#1A1A1A;}.elementor-kit-14 h3{color:#1A1A1A;}.elementor-kit-14 h4{color:#1A1A1A;}.elementor-kit-14 h5{color:#1A1A1A;}.elementor-kit-14 h6{color:#1A1A1A;}.elementor-kit-14 button:hover,.elementor-kit-14 button:focus,.elementor-kit-14 input[type="button"]:hover,.elementor-kit-14 input[type="button"]:focus,.elementor-kit-14 input[type="submit"]:hover,.elementor-kit-14 input[type="submit"]:focus,.elementor-kit-14 .elementor-button:hover,.elementor-kit-14 .elementor-button:focus{border-style:solid;}.elementor-kit-14 img{border-style:none;}.elementor-kit-14 img:hover{border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* UNIFIED CART & CHECKOUT TWO-COLUMN LAYOUT - NO ORANGE COLORS */
/* Using consistent theme colors only */

/* ===== SHARED STRUCTURE FOR BOTH PAGES ===== */

/* Main container - applies to both cart and checkout */
.woocommerce-checkout .col2-set,
.woocommerce-cart .woocommerce {
    display: flex !important;
    gap: 2rem !important;
    align-items: flex-start !important;
    padding: 2rem !important;
    background: white !important;
    flex-wrap: wrap !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Left column - Main content area (65%) */
.woocommerce-checkout .col-1,
.woocommerce-cart .woocommerce-cart-form {
    flex: 1.85 !important;
    max-width: 65% !important;
    padding-right: 1rem !important;
    min-width: 0 !important;
}

/* Right column - Summary/Totals area (35%) */
.woocommerce-checkout .col-2,
.woocommerce-checkout-review-order,
#order_review,
.woocommerce-cart .cart-collaterals {
    flex: 1 !important;
    max-width: 35% !important;
    position: sticky !important;
    top: 2rem !important;
    height: fit-content !important;
    min-width: 0 !important;
}

/* ===== SUMMARY BOX STYLING (SAME FOR BOTH) ===== */

/* Summary container */
.woocommerce-checkout-review-order,
#order_review,
.woocommerce-cart .cart_totals {
    background: #F6F5F3 !important;
    border-radius: 15px !important;
    padding: 1.5rem !important;
    margin: 0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    border: 1px solid #E5E5E5 !important;
    width: 100% !important;
}

/* Summary headers */
.woocommerce-checkout-review-order h3,
.woocommerce-cart .cart_totals h2 {
    background: #2C2C2C !important;
    color: #FFFFFF !important;
    padding: 1rem !important;
    margin: -1.5rem -1.5rem 1rem -1.5rem !important;
    border-radius: 15px 15px 0 0 !important;
    text-align: center !important;
    font-size: 1.2rem !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

/* Summary tables */
.woocommerce-checkout-review-order-table,
.woocommerce-cart .cart_totals table {
    background: white !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin-bottom: 1rem !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    width: 100% !important;
    border-collapse: collapse !important;
}

/* Table headers */
.woocommerce-checkout-review-order-table th,
.woocommerce-cart .cart_totals th {
    background: #F6F5F3 !important;
    color: #2C2C2C !important;
    padding: 12px 15px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-align: left !important;
    border: none !important;
}

/* Table cells */
.woocommerce-checkout-review-order-table td,
.woocommerce-cart .cart_totals td {
    padding: 12px 15px !important;
    color: #555555 !important;
    font-size: 0.9rem !important;
    border-bottom: 1px solid #F0F0F0 !important;
    border: none !important;
}

/* Cart totals - right align amounts */
.woocommerce-cart .cart_totals td {
    text-align: right !important;
}

/* Cart totals - left column styling */
.woocommerce-cart .cart_totals th {
    text-align: left !important;
    font-weight: 600 !important;
}

/* Product names */
.woocommerce-checkout-review-order-table .product-name {
    font-weight: 500 !important;
    color: #2C2C2C !important;
}

/* Quantity styling */
.woocommerce-checkout-review-order-table .product-quantity {
    color: #777 !important;
    font-size: 0.85rem !important;
}

/* Total/Order total rows - highlighted in dark theme color (NO ORANGE) */
.order-total th,
.order-total td,
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    background: #2C2C2C !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 1.1rem !important;
    padding: 15px !important;
}

/* ===== MAIN CONTENT STYLING ===== */

/* Billing details header (checkout) - NO ORANGE */
.woocommerce-billing-fields h3 {
    background: #F6F5F3 !important;
    color: #2C2C2C !important;
    padding: 1rem !important;
    margin: 0 0 1rem 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    border-left: 4px solid #2C2C2C !important;
    border-radius: 0 6px 6px 0 !important;
}

/* Form fields */
.woocommerce-checkout .col-1 .form-row {
    padding: 0 !important;
    margin-bottom: 1rem !important;
}

/* Cart table styling */
.woocommerce-cart .shop_table {
    background: white !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    border: 1px solid #E5E5E5 !important;
    width: 100% !important;
    border-collapse: collapse !important;
}

.woocommerce-cart .shop_table th {
    background: #F6F5F3 !important;
    color: #2C2C2C !important;
    padding: 15px !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #E5E5E5 !important;
    border: none !important;
}

.woocommerce-cart .shop_table td {
    padding: 15px !important;
    border-bottom: 1px solid #F0F0F0 !important;
    vertical-align: middle !important;
    border-left: none !important;
    border-right: none !important;
}

.woocommerce-cart .shop_table .product-name {
    font-weight: 500 !important;
    color: #2C2C2C !important;
}

/* ===== BUTTONS - UNIFIED STYLING (NO ORANGE) ===== */

/* Primary buttons (Place Order & Proceed to Checkout) - Dark theme */
.woocommerce-checkout #place_order,
.woocommerce-cart .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background-color: #2C2C2C !important;
    color: white !important;
    border: none !important;
    padding: 15px 25px !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
    line-height: 1.4 !important;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-cart .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #1a1a1a !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(44, 44, 44, 0.3) !important;
    color: white !important;
    text-decoration: none !important;
}

/* Secondary buttons */
.woocommerce-cart .button[name="update_cart"] {
    background: #F6F5F3 !important;
    color: #2C2C2C !important;
    border: 1px solid #E5E5E5 !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 1rem !important;
}

.woocommerce-cart .button[name="update_cart"]:hover {
    background: #E5E5E5 !important;
}

/* Coupon button - dark theme style (NO ORANGE) */
.woocommerce-cart .coupon .button {
    background: #2C2C2C !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.woocommerce-cart .coupon .button:hover {
    background: #1a1a1a !important;
    color: white !important;
}

/* ===== PRODUCT ADD TO CART STYLING (NO ORANGE) ===== */

/* Force add to cart buttons to always be visible */
.woocommerce ul.products li.product .button {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
}

/* Product item container - ensure proper layout */
.woocommerce ul.products li.product {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
}

/* Product image and link - keep them at the top */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block !important;
    margin-bottom: 10px !important;
    order: 1 !important;
}

/* Product title styling - keep below image */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 8px !important;
    color: #2C2C2C !important;
    order: 2 !important;
}

/* Price styling - keep below title */
.woocommerce ul.products li.product .price {
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    order: 3 !important;
}

/* Add to cart button - dark styled button like in image (NO ORANGE) */
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button.product_type_simple,
.woocommerce ul.products li.product .ajax_add_to_cart,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce ul.products li.product .product_type_grouped,
.woocommerce ul.products li.product .product_type_external {
    background: #2C2C2C !important;
    color: white !important;
    border: none !important;
    padding: 4px 15px !important;
    border-radius: 25px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    text-align: center !important;
    text-decoration: none !important;
    display: block !important;
    margin: 10px 0 0 0 !important;
    box-shadow: 0 2px 8px rgba(44, 44, 44, 0.2) !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    order: 4 !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

/* Hover effect for add to cart button */
.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .button.product_type_simple:hover,
.woocommerce ul.products li.product .ajax_add_to_cart:hover,
.woocommerce ul.products li.product .product_type_variable:hover,
.woocommerce ul.products li.product .product_type_grouped:hover,
.woocommerce ul.products li.product .product_type_external:hover {
    background: #1a1a1a !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(44, 44, 44, 0.3) !important;
    text-decoration: none !important;
}

/* Override any theme hover effects that hide/move buttons */
.woocommerce ul.products li.product:hover .button {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: translateY(-2px) !important;
}

/* ===== BUTTON CONTAINERS ===== */

/* Payment methods & button containers */
.woocommerce-checkout .payment_methods,
.woocommerce-checkout .place-order,
.woocommerce-cart .wc-proceed-to-checkout {
    background: white !important;
    padding: 1rem !important;
    border-radius: 10px !important;
    margin-top: 1rem !important;
    border: 1px solid #E5E5E5 !important;
}

/* ===== FORM ELEMENTS ===== */

/* Quantity inputs and form fields */
.woocommerce-cart .quantity input,
.woocommerce-cart .coupon input[type="text"] {
    padding: 10px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 4px !important;
    font-family: 'Poppins', sans-serif !important;
}

.woocommerce-cart .quantity input {
    width: 60px !important;
    text-align: center !important;
}

.woocommerce-cart .coupon input[type="text"] {
    flex: 1 !important;
}

/* Coupon form */
.woocommerce-cart .coupon {
    background: #F6F5F3 !important;
    padding: 1rem !important;
    border-radius: 10px !important;
    margin-top: 1rem !important;
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
}

/* Additional information section */
.woocommerce-additional-fields {
    margin-top: 2rem !important;
    padding-top: 2rem !important;
    border-top: 2px solid #F6F5F3 !important;
}

/* Cart actions (update button container) */
.woocommerce-cart .actions {
    background: #F6F5F3 !important;
    padding: 1rem !important;
    border-radius: 10px !important;
    margin-top: 1rem !important;
    text-align: left !important;
}

/* ===== ADDITIONAL BUTTON STYLING (NO ORANGE ANYWHERE) ===== */

/* All other WooCommerce buttons - ensure no orange */
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button {
    background: #2C2C2C !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover {
    background: #1a1a1a !important;
    color: white !important;
    text-decoration: none !important;
}

/* Secondary/alternate buttons */
.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt {
    background: #F6F5F3 !important;
    color: #2C2C2C !important;
    border: 1px solid #E5E5E5 !important;
}

.woocommerce .button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover {
    background: #E5E5E5 !important;
    color: #2C2C2C !important;
}

/* ===== RESPONSIVE DESIGN ===== */

/* Large screens - ensure proper spacing */
@media (min-width: 1200px) {
    .woocommerce-checkout .col2-set,
    .woocommerce-cart .woocommerce {
        max-width: 1400px !important;
    }
}

/* Tablet breakpoint */
@media (max-width: 1024px) {
    .woocommerce-checkout .col2-set,
    .woocommerce-cart .woocommerce {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .woocommerce-checkout .col-1,
    .woocommerce-checkout .col-2,
    .woocommerce-checkout-review-order,
    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals {
        max-width: 100% !important;
        position: relative !important;
        top: auto !important;
        flex: 1 !important;
    }
}

/* Mobile breakpoint */
@media (max-width: 768px) {
    .woocommerce-checkout .col2-set,
    .woocommerce-cart .woocommerce {
        padding: 1rem !important;
        gap: 1rem !important;
    }
    
    .woocommerce-checkout-review-order,
    #order_review,
    .woocommerce-cart .cart_totals {
        padding: 1rem !important;
    }
    
    .woocommerce-checkout-review-order h3,
    .woocommerce-cart .cart_totals h2 {
        margin: -1rem -1rem 1rem -1rem !important;
    }
    
    /* Mobile cart table - responsive design */
    .woocommerce-cart .shop_table,
    .woocommerce-cart .shop_table thead,
    .woocommerce-cart .shop_table tbody,
    .woocommerce-cart .shop_table th,
    .woocommerce-cart .shop_table td,
    .woocommerce-cart .shop_table tr {
        display: block !important;
    }
    
    .woocommerce-cart .shop_table thead tr {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }
    
    .woocommerce-cart .shop_table tr {
        border: 1px solid #E5E5E5 !important;
        margin-bottom: 10px !important;
        padding: 15px !important;
        border-radius: 8px !important;
        background: white !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    }
    
    .woocommerce-cart .shop_table td {
        border: none !important;
        position: relative !important;
        padding-left: 50% !important;
        text-align: right !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 15px !important;
    }
    
    .woocommerce-cart .shop_table td:before {
        content: attr(data-title) ": " !important;
        position: absolute !important;
        left: 15px !important;
        width: 45% !important;
        padding-right: 10px !important;
        white-space: nowrap !important;
        text-align: left !important;
        font-weight: bold !important;
        color: #2C2C2C !important;
    }
    
    /* Mobile coupon form - stack elements */
    .woocommerce-cart .coupon {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }
    
    .woocommerce-cart .coupon input[type="text"] {
        margin-bottom: 0 !important;
        width: 100% !important;
    }
}

/* Very small mobile screens */
@media (max-width: 480px) {
    .woocommerce-checkout .col2-set,
    .woocommerce-cart .woocommerce {
        padding: 0.5rem !important;
    }
}/* End custom CSS */