.elementor-15 .elementor-element.elementor-element-39ae6849{--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 );}body.elementor-page-15 .container{max-width:1200px;}body.elementor-page-15 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1200px;}/* Start custom CSS for container, class: .elementor-element-39ae6849 *//* Greenwala Checkout - Clean Centered CSS */

body.woocommerce-checkout {
    background: #eef5f0 !important;
}

/* Center full checkout area */
body.woocommerce-checkout .woocommerce {
    width: 1280px !important;
    max-width: calc(100vw - 40px) !important;
    margin: 0 auto !important;
    padding: 36px 0 80px !important;
    font-family: inherit !important;
}

/* Main layout */
body.woocommerce-checkout .greenwala-checkout-layout {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 auto !important;
    font-family: inherit !important;
}

/* Billing box */
body.woocommerce-checkout .greenwala-checkout-left {
    width: 850px !important;
    flex: 0 0 850px !important;
    background: #fff !important;
    border: 1px solid #e2e7e2 !important;
    border-radius: 6px !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}

/* Order summary box - no green border */
body.woocommerce-checkout .greenwala-checkout-right {
    width: 405px !important;
    flex: 0 0 405px !important;
    background: #fff !important;
    border: 1px solid #222 !important;
    border-radius: 6px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    font-family: inherit !important;
}

/* Reset WooCommerce widths */
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #order_review_heading {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Order summary heading */
body.woocommerce-checkout #order_review_heading {
    padding: 18px 20px !important;
    border-bottom: 1px solid #e5e7e5 !important;
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    color: #111 !important;
}

/* Hide ugly duplicate heading text if theme prints both */
body.woocommerce-checkout #order_review_heading {
    font-size: 0 !important;
}

body.woocommerce-checkout #order_review_heading::before {
    content: "Order Summary";
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #111 !important;
}

/* Order review inner */
body.woocommerce-checkout #order_review {
    padding: 18px 20px 20px !important;
    border: 0 !important;
    background: transparent !important;
}

/* Order table */
body.woocommerce-checkout .greenwala-checkout-right table.shop_table {
    width: 100% !important;
    table-layout: fixed !important;
    border: 0 !important;
    margin: 0 !important;
    font-family: inherit !important;
}

/* Product rows */
body.woocommerce-checkout .greenwala-checkout-right tr.cart_item td {
    padding: 14px 0 !important;
    border-bottom: 1px solid #edf0ed !important;
    vertical-align: middle !important;
}

/* Product description gets more space */
body.woocommerce-checkout .greenwala-checkout-right td.product-name {
    width: 75% !important;
    padding-right: 12px !important;
    font-family: inherit !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    color: #111 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

/* Product image */
body.woocommerce-checkout .greenwala-checkout-right td.product-name img {
    width: 46px !important;
    height: 46px !important;
    object-fit: cover !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
}

/* Quantity */
body.woocommerce-checkout .greenwala-checkout-right .product-quantity {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 70px !important;
    min-height: 24px !important;
    margin-top: 8px !important;
    margin-left: 56px !important;
    background: #f2f4f4 !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #111 !important;
}

/* Price */
body.woocommerce-checkout .greenwala-checkout-right td.product-total {
    width: 25% !important;
    text-align: right !important;
    white-space: nowrap !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
}

/* Totals */
body.woocommerce-checkout .greenwala-checkout-right tfoot th,
body.woocommerce-checkout .greenwala-checkout-right tfoot td {
    padding: 12px 0 !important;
    border-bottom: 1px solid #edf0ed !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    font-family: inherit !important;
}

body.woocommerce-checkout .greenwala-checkout-right tfoot td {
    text-align: right !important;
    font-weight: 600 !important;
}

body.woocommerce-checkout .greenwala-checkout-right .order-total th,
body.woocommerce-checkout .greenwala-checkout-right .order-total td {
    font-size: 18px !important;
    font-weight: 700 !important;
    border-bottom: 0 !important;
}

/* Input fields */
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select {
    width: 100% !important;
    min-height: 44px !important;
    border: 1px solid #dfe5df !important;
    border-radius: 4px !important;
    padding: 10px 12px !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    box-sizing: border-box !important;
}

/* Field layout */
body.woocommerce-checkout .form-row {
    margin-bottom: 16px !important;
}

body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
    width: calc(50% - 10px) !important;
}

body.woocommerce-checkout .form-row-first {
    float: left !important;
    clear: left !important;
}

body.woocommerce-checkout .form-row-last {
    float: right !important;
    clear: right !important;
}

body.woocommerce-checkout .form-row-wide {
    width: 100% !important;
    clear: both !important;
}

/* Place order button */
body.woocommerce-checkout #place_order {
    width: 100% !important;
    min-height: 46px !important;
    border-radius: 999px !important;
    background: #00b916 !important;
    color: #fff !important;
    border: 0 !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Coupon */
body.woocommerce-checkout .greenwala-checkout-coupon {
    margin-top: 12px !important;
}

body.woocommerce-checkout .greenwala-coupon-row {
    display: flex !important;
    gap: 10px !important;
}

body.woocommerce-checkout .greenwala-coupon-row input {
    flex: 1 !important;
    background: #f5f6f8 !important;
    border: 0 !important;
}

body.woocommerce-checkout .greenwala-coupon-row button {
    min-width: 120px !important;
    min-height: 42px !important;
    background: #00b916 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 4px !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Hide country */
.greenwala-hidden-country {
    display: none !important;
}

/* Mobile */
@media (max-width: 1200px) {
    body.woocommerce-checkout .woocommerce {
        width: calc(100% - 32px) !important;
    }

    body.woocommerce-checkout .greenwala-checkout-layout {
        flex-direction: column !important;
        align-items: center !important;
    }

    body.woocommerce-checkout .greenwala-checkout-left,
    body.woocommerce-checkout .greenwala-checkout-right {
        width: 100% !important;
        max-width: 850px !important;
        flex: 0 0 auto !important;
    }
}

@media (max-width: 600px) {
    body.woocommerce-checkout .woocommerce {
        width: calc(100% - 20px) !important;
        padding: 20px 0 50px !important;
    }

    body.woocommerce-checkout .greenwala-checkout-left,
    body.woocommerce-checkout .greenwala-checkout-right {
        padding: 18px !important;
    }

    body.woocommerce-checkout .form-row-first,
    body.woocommerce-checkout .form-row-last {
        width: 100% !important;
        float: none !important;
        clear: both !important;
    }

    body.woocommerce-checkout .greenwala-coupon-row {
        flex-direction: column !important;
    }
}/* End custom CSS */