.ngw-wc-checkout-widget {
    --ngw-green: #0f3624;
    --ngw-heading-bg: #0f3624;
    --ngw-brown: #2c1810;
    --ngw-surface: #f5f1e6;
    --ngw-border: rgba(44, 24, 16, 0.12);
    --ngw-shadow: 0 1px 4px rgba(44, 24, 16, 0.06);
    --ngw-radius: 8px;
    --ngw-radius-sm: 5px;
    width: 100%;
    color: var(--ngw-text, var(--ngw-brown));
}

.ngw-wc-checkout-widget__content .woocommerce {
    color: var(--ngw-brown);
}

.ngw-wc-checkout-widget__content .woocommerce form.checkout {
    display: block;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 16px;
    align-items: start;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__left,
.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right {
    min-width: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky {
    position: sticky;
    top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ngw-wc-checkout-widget__content .woocommerce .e-checkout__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 16px;
    align-items: start;
}

.ngw-wc-checkout-widget__content .woocommerce .e-checkout__column {
    float: none;
    width: 100%;
    min-width: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .e-checkout__column-end {
    position: relative;
}

.ngw-wc-checkout-widget__content .woocommerce .e-checkout__column-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ngw-wc-checkout-widget__content .woocommerce #customer_details {
    float: none;
    width: 100%;
}

.ngw-wc-checkout-widget__content .woocommerce #customer_details > .col-1,
.ngw-wc-checkout-widget__content .woocommerce #customer_details > .col-2,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-additional-fields {
    float: none;
    width: 100%;
    background: var(--ngw-address-panel-bg, var(--ngw-surface));
    border: 1px solid var(--ngw-address-panel-border, var(--ngw-border));
    border-radius: var(--ngw-radius);
    box-shadow: var(--ngw-shadow);
    padding: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}


.woocommerce #customer_details > .col-1.ngwwccheckout-col-empty,
.woocommerce #customer_details > .col-2.ngwwccheckout-col-empty {
    display: none !important;
}

.woocommerce #customer_details > .col-1.ngwwccheckout-col-empty,
.woocommerce #customer_details > .col-2.ngwwccheckout-col-empty {
    display: none !important;
}


.ngwwccheckout-billing-only #ship-to-different-address,
.ngwwccheckout-billing-only .woocommerce-shipping-fields {
    display: none !important;
}

.ngw-wc-checkout-widget__content .woocommerce #customer_details > .col-1 .woocommerce-additional-fields,
.ngw-wc-checkout-widget__content .woocommerce #customer_details > .col-2 .woocommerce-additional-fields,
form.checkout.woocommerce-checkout #customer_details > .col-1 .woocommerce-additional-fields,
form.checkout.woocommerce-checkout #customer_details > .col-2 .woocommerce-additional-fields {
    float: none;
    width: 100%;
    margin: 12px 0 0;
    padding: 12px 0 0;
    border: 0;
    border-top: 1px solid var(--ngw-border);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    box-sizing: border-box;
}

.ngw-wc-checkout-widget__content .woocommerce #customer_details > .col-1 .woocommerce-additional-fields > h3,
.ngw-wc-checkout-widget__content .woocommerce #customer_details > .col-2 .woocommerce-additional-fields > h3,
form.checkout.woocommerce-checkout #customer_details > .col-1 .woocommerce-additional-fields > h3,
form.checkout.woocommerce-checkout #customer_details > .col-2 .woocommerce-additional-fields > h3 {
    margin: 0 0 10px;
    padding: 0;
    color: var(--ngw-additional-heading-text, var(--ngw-brown));
    background: none;
    border-radius: 0;
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section {
    float: none;
    width: 100%;
    background: var(--ngw-sidebar-panel-bg, var(--ngw-surface));
    border: 1px solid var(--ngw-sidebar-panel-border, var(--ngw-border));
    border-radius: var(--ngw-radius);
    box-shadow: var(--ngw-shadow);
    padding: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields > h3,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-fields > h3,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-additional-fields > h3,
.ngw-wc-checkout-widget__content .woocommerce .e-checkout-secondary-title {
    margin: -14px -14px 12px;
    padding: 11px 14px;
    color: var(--ngw-address-heading-text, #fff);
    background-color: var(--ngw-address-heading-bg, var(--ngw-heading-bg, #0f3624));
    border: 0;
    border-radius: var(--ngw-radius) var(--ngw-radius) 0 0;
    box-shadow: none;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.2;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section > h3,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section > #order_review_heading,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section > .ngwwccheckout-coupon-heading,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section > .ngwwccheckout-shipping-heading,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section > .ngwwccheckout-payment-heading,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section > .ngwwccheckout-place-order-heading {
    margin: -14px -14px 12px;
    padding: 11px 14px;
    color: var(--ngw-sidebar-heading-text, #fff);
    background-color: var(--ngw-sidebar-heading-bg, var(--ngw-heading-bg, #0f3624));
    border: 0;
    border-radius: var(--ngw-radius) var(--ngw-radius) 0 0;
    box-shadow: none;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.2;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-fields > h3#ship-to-different-address {
    margin-bottom: 10px;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-fields > h3#ship-to-different-address label {
    color: #fff;
}

.ngw-wc-checkout-widget__content .woocommerce p#ship-to-different-address label,
.ngw-wc-checkout-widget__content .woocommerce #ship-to-different-address:not(h3) label {
    color: var(--ngw-ship-to-different-color, var(--ngw-brown));
    font-weight: 700;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields > p#ship-to-different-address,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields > .ngwwccheckout-ship-to-different-row {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields #billing_phone_field,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields #billing_email_field,
form.checkout.woocommerce-checkout .woocommerce-billing-fields #billing_phone_field,
form.checkout.woocommerce-checkout .woocommerce-billing-fields #billing_email_field,
#ngwwccheckout-phone-order-address .woocommerce-billing-fields #billing_phone_field,
#ngwwccheckout-phone-order-address .woocommerce-billing-fields #billing_email_field {
    display: none !important;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-fields .shipping_address,
form.checkout.woocommerce-checkout .woocommerce-shipping-fields .shipping_address,
#ngwwccheckout-phone-order-address .woocommerce-shipping-fields .shipping_address {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transition: none !important;
    animation: none !important;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-fields.ngwwccheckout-shipping-inactive .shipping_address {
    opacity: 0.55;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-fields.ngwwccheckout-shipping-inactive .shipping_address .form-row {
    pointer-events: none;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields .billing_address,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: block !important;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields.ngwwccheckout-billing-inactive .billing_address,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields.ngwwccheckout-billing-inactive .woocommerce-billing-fields__field-wrapper {
    opacity: 0.55;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields.ngwwccheckout-billing-inactive .billing_address .form-row,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields.ngwwccheckout-billing-inactive .woocommerce-billing-fields__field-wrapper .form-row {
    pointer-events: none;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields > h3#ship-to-different-address,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields > p#ship-to-different-address {
    opacity: 1;
    pointer-events: auto;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields.ngwwccheckout-billing-inactive > h3#ship-to-different-address,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields.ngwwccheckout-billing-inactive > p#ship-to-different-address {
    opacity: 1;
    pointer-events: auto;
}

.ngwwccheckout-email-on-shipping,
.ngwwccheckout-guest-email-on-shipping {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section #order_review,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section .ngwwccheckout-review-order-panel,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section .ngwwccheckout-coupon-panel,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section .ngwwccheckout-shipping-panel,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section .ngwwccheckout-payment-methods-panel,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-checkout-section .ngwwccheckout-place-order-panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

.ngw-wc-checkout-widget__content .woocommerce #order_review {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-review-section #order_review {
    gap: 12px;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-review-section + .ngwwccheckout-shipping-section,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-shipping-section {
    margin: 0;
}

.ngw-wc-checkout-widget__content .woocommerce #payment .ngwwccheckout-place-order {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ngw-wc-checkout-widget__content .woocommerce #payment .form-row.place-order {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}

.ngw-wc-checkout-widget__content .woocommerce #payment .ngwwccheckout-place-order {
    margin-top: 0.85rem;
    padding-top: 0;
    width: 100%;
}

.ngw-wc-checkout-widget__content .woocommerce .e-checkout__order_review #order_review,
.ngw-wc-checkout-widget__content .woocommerce #order_review {
    float: none !important;
    width: 100% !important;
    clear: none;
    display: block;
}

.ngw-wc-checkout-widget__content .woocommerce #order_review_heading + #order_review {
    margin-top: 0;
}

.ngw-wc-checkout-widget__content .woocommerce #payment {
    padding: 0;
    margin-top: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.ngw-wc-checkout-widget__content .woocommerce #payment > ul.payment_methods,
.ngw-wc-checkout-widget__content .woocommerce #payment .ngwwccheckout-payment-methods-panel {
    margin-top: 0;
}

.ngw-wc-checkout-widget__content .woocommerce #payment .ngwwccheckout-place-order {
    margin-top: 0.85rem;
    padding-top: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__consents {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__consents .woocommerce-terms-and-conditions-wrapper:empty,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__consents .woocommerce-privacy-policy-text:empty {
    display: none;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__consents .woocommerce-terms-and-conditions-wrapper {
    margin: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-consent-label,
form.checkout.woocommerce-checkout .ngwwccheckout-consent-label {
    display: flex !important;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0 !important;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(44, 24, 16, 0.14);
    border-radius: 6px;
    background: #fff;
    clear: none !important;
    float: none !important;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400 !important;
    font-size: 0.82rem;
    line-height: 1.45;
    color: var(--ngw-brown, var(--sections-radio-buttons-color, #2c1810)) !important;
    cursor: pointer;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-consent-label:has(.ngwwccheckout-consent-input:checked),
form.checkout.woocommerce-checkout .ngwwccheckout-consent-label:has(.ngwwccheckout-consent-input:checked) {
    border-color: rgba(15, 54, 36, 0.35);
    background: #fff;
    box-shadow: 0 0 0 1px rgba(15, 54, 36, 0.12);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-consent-input,
form.checkout.woocommerce-checkout .ngwwccheckout-consent-input {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin: 0.12rem 0 0 !important;
    accent-color: var(--ngw-green);
    cursor: pointer;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-consent-text,
form.checkout.woocommerce-checkout .ngwwccheckout-consent-text {
    flex: 1 1 auto;
    min-width: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-consent-text a,
form.checkout.woocommerce-checkout .ngwwccheckout-consent-text a {
    font-weight: 700;
    color: var(--ngw-green);
    text-decoration: underline;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-consent-text a:hover,
form.checkout.woocommerce-checkout .ngwwccheckout-consent-text a:hover {
    color: #443322;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-consent-text .required,
form.checkout.woocommerce-checkout .ngwwccheckout-consent-text .required {
    color: #e2401c;
    font-weight: 700;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__submit-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(44, 24, 16, 0.1);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__submit-row > br {
    display: none;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-recaptcha-wrap,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__submit-row .g-recaptcha,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__submit-row .g-recaptcha-v3 {
    margin: 0 !important;
    flex: 1 1 200px;
    max-width: 100%;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__button-wrap {
    flex: 0 0 auto;
    margin-left: auto;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__button-wrap #place_order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 11.5rem;
    margin: 0 !important;
    padding: 0.65rem 1.75rem;
    font-size: 0.95rem;
}

@media screen and (max-width: 980px) {
    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__submit-row,
    .ngw-wc-checkout-widget .woocommerce .ngwwccheckout-place-order__submit-row,
    form.checkout.woocommerce-checkout .ngwwccheckout-place-order__submit-row {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__button-wrap,
    .ngw-wc-checkout-widget .woocommerce .ngwwccheckout-place-order__button-wrap,
    form.checkout.woocommerce-checkout .ngwwccheckout-place-order__button-wrap {
        margin-left: 0;
        width: 100%;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__button-wrap #place_order,
    .ngw-wc-checkout-widget .woocommerce .ngwwccheckout-place-order__button-wrap #place_order,
    form.checkout.woocommerce-checkout .ngwwccheckout-place-order__button-wrap #place_order {
        width: 100%;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__submit-row .ngwwccheckout-recaptcha-wrap,
    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__submit-row .g-recaptcha,
    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__submit-row .g-recaptcha-v3,
    .ngw-wc-checkout-widget .woocommerce .ngwwccheckout-place-order__submit-row .ngwwccheckout-recaptcha-wrap,
    .ngw-wc-checkout-widget .woocommerce .ngwwccheckout-place-order__submit-row .g-recaptcha,
    .ngw-wc-checkout-widget .woocommerce .ngwwccheckout-place-order__submit-row .g-recaptcha-v3,
    form.checkout.woocommerce-checkout .ngwwccheckout-place-order__submit-row .ngwwccheckout-recaptcha-wrap,
    form.checkout.woocommerce-checkout .ngwwccheckout-place-order__submit-row .g-recaptcha,
    form.checkout.woocommerce-checkout .ngwwccheckout-place-order__submit-row .g-recaptcha-v3 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-place-order__submit-row > div:not(.ngwwccheckout-place-order__button-wrap):not(.ngwwccheckout-recaptcha-wrap):not(.g-recaptcha):not(.g-recaptcha-v3),
    .ngw-wc-checkout-widget .woocommerce .ngwwccheckout-place-order__submit-row > div:not(.ngwwccheckout-place-order__button-wrap):not(.ngwwccheckout-recaptcha-wrap):not(.g-recaptcha):not(.g-recaptcha-v3),
    form.checkout.woocommerce-checkout .ngwwccheckout-place-order__submit-row > div:not(.ngwwccheckout-place-order__button-wrap):not(.ngwwccheckout-recaptcha-wrap):not(.g-recaptcha):not(.g-recaptcha-v3) {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}


.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods::before,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods::after {
    display: none;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 0.55rem;
    row-gap: 0.15rem;
    width: 100%;
    margin: 0;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(44, 24, 16, 0.14);
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    transition:
        border-color 0.15s ease,
        background-color 0.15s ease,
        box-shadow 0.15s ease;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > input[type="radio"] + label {
    flex: 1 1 auto;
    min-width: 0;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li:has(input[type="radio"]:checked) {
    border-color: rgba(15, 54, 36, 0.35);
    background: #fff;
    box-shadow: 0 0 0 1px rgba(15, 54, 36, 0.12);
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li.ngwwccheckout-no-payment-methods,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li.ngwwccheckout-no-payment-methods {
    display: block;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li.ngwwccheckout-no-payment-methods .ngwwccheckout-no-payment-methods__text,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li.ngwwccheckout-no-payment-methods .ngwwccheckout-no-payment-methods__text {
    margin: 0;
    color: var(--ngw-method-label-color, var(--ngw-brown));
    font-weight: 600;
    line-height: 1.4;
}


.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > input[type="radio"],
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > input[type="radio"] {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.12rem 0 0;
    cursor: pointer;
    
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    clip: auto !important;
    box-sizing: border-box !important;
    border: 2px solid var(--ngw-method-radio-color, var(--ngw-green, #0f3624)) !important;
    border-radius: 50% !important;
    background: #fff !important;
    display: inline-grid !important;
    place-content: center !important;
    accent-color: var(--ngw-method-radio-color, var(--ngw-green, #0f3624));
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > input[type="radio"]::before,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > input[type="radio"]::before {
    content: "" !important;
    display: block !important;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: var(--ngw-method-radio-color, var(--ngw-green, #0f3624)) !important;
    transform: scale(0);
    transition: transform 0.12s ease;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > input[type="radio"]:checked::before,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > input[type="radio"]:checked::before {
    transform: scale(1) !important;
}


.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > label,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > label,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > label {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 0;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--ngw-method-label-color, var(--ngw-brown));
    cursor: pointer;
}

.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-label,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-label,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-label {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left !important;
    position: static !important;
}


.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons,
.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons {
    display: flex !important;
    flex: 1 1 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start !important;
    align-self: stretch !important;
    gap: 0.35rem;
    width: 100%;
    margin: 0 !important;
    padding: 0 0 0 calc(1.125rem + 0.55rem) !important;
    text-align: left !important;
    float: none !important;
    line-height: 0;
    position: static !important;
    box-sizing: border-box;
}

.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons a,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons a,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons a,
.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons a,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons a,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons a {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: transparent !important;
    text-align: left !important;
    text-decoration: none !important;
    line-height: 0;
    vertical-align: top;
}


body.woocommerce-checkout .woocommerce #payment ul.payment_methods > li img,
.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li img,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li img,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li img {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top !important;
    box-shadow: none !important;
}

.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons img,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons img,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons img,
.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons img,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons img,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons img,
.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > label > a img,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > label > a img,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li > label > a img {
    display: block !important;
    max-width: min(20rem, 100%);
    max-height: 5rem;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: static !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons,
    .ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons,
    form.checkout.woocommerce-checkout #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons,
    .ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons,
    .ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons,
    form.checkout.woocommerce-checkout #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons {
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons a,
    .ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons a,
    form.checkout.woocommerce-checkout #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons a,
    .ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons a,
    .ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons a,
    form.checkout.woocommerce-checkout #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons a {
        max-width: 100%;
    }

    .ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons img,
    .ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons img,
    form.checkout.woocommerce-checkout #payment ul.payment_methods > li > .ngwwccheckout-payment-method-icons img,
    .ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons img,
    .ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons img,
    form.checkout.woocommerce-checkout #payment ul.payment_methods > li > label .ngwwccheckout-payment-method-icons img,
    .ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li > label > a img,
    .ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li > label > a img,
    form.checkout.woocommerce-checkout #payment ul.payment_methods > li > label > a img,
    .payment_method_simplepay-gateway > .ngwwccheckout-payment-method-icons img,
    .payment_method_simplepay-gateway .ngwwccheckout-payment-method-icons img,
    .payment_method_simplepay-gateway > label > img,
    .payment_method_simplepay-gateway label img {
        max-width: 100% !important;
        max-height: 2.75rem;
        width: auto !important;
        height: auto !important;
        object-fit: contain;
    }
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0.35rem 0 0.1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(44, 24, 16, 0.1);
    border-radius: 6px;
    background: #fff;
    color: var(--ngw-brown);
    box-sizing: border-box;
    overflow: hidden;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box p,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box label,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box .simplepay-data-transfer-declaration,
.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box .simplepay-data-transfer-text {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-wrap: break-word;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box .simplepay-data-transfer-declaration {
    margin-top: 0.65rem !important;
    margin-bottom: 0.65rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0.65rem 0.1rem !important;
    border-top: 1px solid rgba(44, 24, 16, 0.12) !important;
    border-bottom: 1px solid rgba(44, 24, 16, 0.12) !important;
    color: var(--ngw-brown) !important;
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box .simplepay-data-transfer-declaration p {
    margin: 0 !important;
    padding: 0 !important;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer,
.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 0.55rem;
    width: 100% !important;
    margin: 0.65rem 0 0 !important;
    margin-left: 0 !important;
    padding: 0.55rem 0.65rem !important;
    border: 1px solid rgba(44, 24, 16, 0.14);
    border-radius: 6px;
    background: #fff;
    font-size: 0.82rem !important;
    line-height: 1.45 !important;
    color: var(--ngw-brown) !important;
    clear: both !important;
    float: none !important;
    box-sizing: border-box;
    cursor: pointer;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer input[type="checkbox"],
.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer input[type="checkbox"],
form.checkout.woocommerce-checkout #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer input[type="checkbox"] {
    flex: 0 0 auto;
    order: -1;
    width: 1rem;
    height: 1rem;
    margin: 0.12rem 0 0 !important;
    accent-color: var(--ngw-green);
    cursor: pointer;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer .simplepay-acceptance-label-text,
.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer .simplepay-acceptance-label-text,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer .simplepay-acceptance-label-text {
    flex: 1 1 auto;
    min-width: 0;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer .simplepay-acceptance-label-text a,
.ngw-wc-checkout-widget .woocommerce #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer .simplepay-acceptance-label-text a,
form.checkout.woocommerce-checkout #payment ul.payment_methods > li .payment_box label.simplepay-data-transfer .simplepay-acceptance-label-text a {
    display: inline;
    text-decoration: underline;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box::before {
    display: none;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box p {
    margin: 0 0 0.45rem;
    font-size: 0.82rem;
    line-height: 1.4;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box p:last-child {
    margin-bottom: 0;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods > li .payment_box .form-row {
    margin-bottom: 0;
}

.ngw-wc-checkout-widget__content .woocommerce #payment ul.payment_methods {
    border-bottom-color: var(--ngw-border);
}

.ngw-wc-checkout-widget__content .woocommerce #payment div.payment_box {
    background: #fff;
    color: var(--ngw-brown);
}

.ngw-wc-checkout-widget__content .woocommerce #payment div.payment_box::before {
    border-bottom-color: rgba(255, 255, 255, 0.75);
}

.ngw-wc-checkout-widget__content .woocommerce .shop_table .woocommerce-shipping-totals th {
    color: var(--ngw-green);
    font-weight: 800;
}


.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-panel {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table {
    border: 0;
    background: transparent;
    table-layout: auto;
    overflow: visible;
    width: 100%;
}


.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr th {
    text-align: left;
    width: 1%;
    white-space: nowrap;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr td {
    text-align: right;
    width: auto;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.cart-subtotal th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.cart-subtotal td {
    border-top: 2px solid rgba(15, 54, 36, 0.14);
    padding-top: 0.75rem;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr td {
    background: rgba(15, 54, 36, 0.02);
}


.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.cart-subtotal th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.cart-subtotal td,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.ngwwccheckout-shipping-cost-total th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.ngwwccheckout-shipping-cost-total td,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.cart-discount th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.cart-discount td,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.fee th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.fee td,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.tax-rate th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.tax-rate td,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.tax-total th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.tax-total td {
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ngw-summary-row-color, var(--ngw-brown));
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.cart-subtotal td .amount,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.cart-discount td .amount,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.fee td .amount,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.tax-rate td .amount,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.tax-total td .amount {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.ngwwccheckout-shipping-cost-total td .amount,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.ngwwccheckout-shipping-cost-total td .ngwwccheckout-shipping-free-label,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.ngwwccheckout-shipping-cost-total td .ngwwccheckout-shipping-free-label bdi {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: var(--ngw-shipping-free-color, var(--ngw-green));
}


.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.order-total th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.order-total td {
    background: var(--ngw-summary-total-bg, rgba(15, 54, 36, 0.1));
    border-top: 3px solid rgba(15, 54, 36, 0.28);
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.order-total th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.order-total td,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.order-total td strong,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.order-total td .amount,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.order-total td .woocommerce-Price-amount {
    color: var(--ngw-summary-total-color, var(--ngw-green));
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.25;
}


.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-shipping-package__label {
    margin: 0 0 0.55rem;
    padding: 0 0 0.45rem calc(0.15rem + 3px);
    border-bottom: 1px solid rgba(44, 24, 16, 0.1);
    border-left: 3px solid var(--ngw-green);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ngw-green);
    line-height: 1.3;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-shipping-package + .ngwwccheckout-shipping-package {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(44, 24, 16, 0.1);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-shipping-package__content {
    padding-top: 0.15rem;
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-destination {
    margin: 0 0 0.55rem;
    font-size: 0.78rem;
    line-height: 1.35;
    color: rgba(44, 24, 16, 0.78);
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(44, 24, 16, 0.14);
    border-radius: 6px;
    background: #fff;
    transition:
        border-color 0.15s ease,
        background-color 0.15s ease,
        box-shadow 0.15s ease;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method li:has(input[type="radio"]:checked) {
    border-color: rgba(15, 54, 36, 0.35);
    background: rgba(15, 54, 36, 0.06);
    box-shadow: 0 0 0 1px rgba(15, 54, 36, 0.12);
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method li:last-child {
    margin-bottom: 0;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method input[type="radio"],
form.checkout.woocommerce-checkout ul#shipping_method input[type="radio"] {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.12rem 0 0;
    padding: 0 !important;
    cursor: pointer;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    clip: auto !important;
    box-sizing: border-box !important;
    border: 2px solid var(--ngw-method-radio-color, var(--ngw-green, #0f3624)) !important;
    border-radius: 50% !important;
    background: #fff !important;
    display: inline-block !important;
    vertical-align: top;
    accent-color: var(--ngw-method-radio-color, var(--ngw-green, #0f3624));
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method input[type="radio"]::before,
form.checkout.woocommerce-checkout ul#shipping_method input[type="radio"]::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    display: block !important;
    width: 0.62rem !important;
    height: 0.62rem !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: var(--ngw-method-radio-color, var(--ngw-green, #0f3624)) !important;
    transform: translate(-50%, -50%) scale(0) !important;
    transform-origin: center center !important;
    transition: transform 0.12s ease;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method input[type="radio"]:checked::before,
form.checkout.woocommerce-checkout ul#shipping_method input[type="radio"]:checked::before {
    transform: translate(-50%, -50%) scale(1) !important;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method label {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--ngw-method-label-color, var(--ngw-brown));
    cursor: pointer;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method label .woocommerce-Price-amount {
    font-weight: 800;
    color: var(--ngw-green);
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-methods .amount {
    font-weight: 800;
    color: var(--ngw-green);
}


.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method li.ngwwccheckout-shipping-method--vp-pont {
    flex-wrap: wrap;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method li.ngwwccheckout-shipping-method--vp-pont > label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method label .vp-woo-pont-shipping-method-label {
    display: block;
    width: 100%;
    position: static !important;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method label .vp-woo-pont-shipping-method-label-price,
.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method label .vp-woo-pont-shipping-method-label-cost,
.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method label .vp-woo-pont-shipping-method-label-price .woocommerce-Price-amount,
.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method label .vp-woo-pont-shipping-method-label-cost .woocommerce-Price-amount {
    display: inline;
    color: var(--ngw-green);
    font-weight: 800;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method label .vp-woo-pont-shipping-method-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    width: 100%;
    margin: 0.35rem 0 0;
    position: static !important;
}

.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method label .vp-woo-pont-shipping-method-icons i {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0;
}

.ngwwccheckout-vp-pont-map-link {
    display: inline-block;
    font-weight: 700;
    color: var(--ngw-green);
    text-decoration: none;
}

.ngwwccheckout-vp-pont-map-link:hover,
.ngwwccheckout-vp-pont-map-link:focus {
    color: var(--ngw-green);
    text-decoration: underline;
}


.ngw-wc-checkout-widget__content .woocommerce ul#shipping_method li .ngwwccheckout-vp-pont-block,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block {
    flex: 1 0 100%;
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(44, 24, 16, 0.12);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block__label {
    margin: 0 0 0.55rem;
    padding: 0 0 0.45rem calc(0.15rem + 3px);
    border-bottom: 1px solid rgba(44, 24, 16, 0.1);
    border-left: 3px solid var(--ngw-green);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ngw-green);
    line-height: 1.3;
}

.ngwwccheckout-vp-pont-block__content .vp-woo-pont-review-order-selected {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.ngwwccheckout-vp-pont-block__content .vp-woo-pont-review-order-selected > i {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    margin: 0;
}

.ngwwccheckout-vp-pont-block__content .vp-woo-pont-review-order-selected-info {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--ngw-brown);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block .vp-woo-pont-review-order-selected-info strong,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block .vp-woo-pont-review-order-selected-info .amount,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block .vp-woo-pont-review-order-selected-info .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block__content .vp-woo-pont-review-order-selected-provider {
    font-weight: 600;
    color: var(--ngw-brown);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block__content .vp-woo-pont-review-order-selected-cost,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block__content .vp-woo-pont-review-order-selected-cost .amount,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block__content .vp-woo-pont-review-order-selected-cost .woocommerce-Price-amount {
    font-weight: 800;
    color: var(--ngw-green);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block__content .vp-woo-pont-review-order-selected-address {
    font-size: 0.78rem;
    font-weight: 400;
    line-height: 1.35;
    color: rgba(44, 24, 16, 0.78);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-vp-pont-block__content .ngwwccheckout-vp-pont-map-link {
    font-size: 0.78rem;
    font-weight: 700;
}

.ngwwccheckout-vp-woo-pont-active .vp-woo-pont-modal {
    z-index: 100001;
}

.ngwwccheckout-vp-woo-pont-active .vp-woo-pont-modal-bg {
    z-index: 100000;
}

.ngwwccheckout-vp-woo-pont-active .vp-woo-pont-modal.show {
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.ngwwccheckout-vp-woo-pont-active .vp-woo-pont-modal:not(.show) {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.ngwwccheckout-vp-modal-closed .vp-woo-pont-modal,
body.ngwwccheckout-vp-modal-closed .vp-woo-pont-modal-bg {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    display: none !important;
}


body:not(.vp-woo-pont-modal-visible) .vp-woo-pont-modal-bg,
body:not(.vp-woo-pont-modal-visible) .vp-woo-pont-modal-bg.show {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.vp-woo-pont-modal-visible .vp-woo-pont-modal-map,
body.vp-woo-pont-modal-visible #vp-woo-pont-modal-map,
body.vp-woo-pont-modal-visible #vp-woo-pont-modal-map.leaflet-container {
    min-height: 320px;
    height: 100%;
}

body.vp-woo-pont-modal-visible .vp-woo-pont-modal .leaflet-container img.leaflet-tile,
body.vp-woo-pont-modal-visible .vp-woo-pont-modal .leaflet-tile-pane img {
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transition: none !important;
    visibility: visible !important;
}

body.vp-woo-pont-modal-visible .vp-woo-pont-modal .leaflet-container.leaflet-fade-anim .leaflet-tile,
body.vp-woo-pont-modal-visible .vp-woo-pont-modal .leaflet-container.leaflet-fade-anim .leaflet-tile-loaded,
body.vp-woo-pont-modal-visible .vp-woo-pont-modal .leaflet-container.leaflet-fade-anim .leaflet-tile-loading {
    opacity: 1 !important;
    transition: none !important;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.cart-subtotal th,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-review-order-summary-table tfoot tr.cart-subtotal td {
    border-top: 2px solid rgba(15, 54, 36, 0.14);
}

.ngw-wc-checkout-widget__content .woocommerce h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1rem;
    color: var(--ngw-brown);
}

.ngw-wc-checkout-widget__content .woocommerce .e-coupon-box:not(.ngwwccheckout-checkout-section) {
    background: var(--ngw-surface);
    border: 1px solid var(--ngw-border);
    border-radius: var(--ngw-radius);
    box-shadow: var(--ngw-shadow);
    padding: 12px;
}

.ngw-wc-checkout-widget__content .woocommerce .form-row label {
    font-weight: 700;
    color: var(--ngw-label-color, var(--ngw-brown));
}


.ngw-wc-checkout-widget__content .woocommerce .form-row label .required,
.ngw-wc-checkout-widget__content .woocommerce .form-row label abbr.required,
.ngw-wc-checkout-widget__content .woocommerce .form-row.validate-required > label .required,
.ngwwccheckout-address-form .woocommerce .form-row label .required,
.ngwwccheckout-address-form .woocommerce .form-row label abbr.required,
form.checkout.woocommerce-checkout .form-row label .required,
form.checkout.woocommerce-checkout .form-row label abbr.required,
form.ngwwccheckout-address-form .form-row label .required,
form.ngwwccheckout-address-form .form-row label abbr.required,
#ngwwccheckout-phone-order-address .form-row label .required,
#ngwwccheckout-phone-order-address .form-row label abbr.required,
body.wp-admin #ngwwccheckout-phone-order-address label .required,
body.wp-admin #ngwwccheckout-phone-order-address label abbr.required,
body.wp-admin .ngwwccheckout-phone-order-address label .required,
body.wp-admin .ngwwccheckout-phone-order-address label abbr.required {
    color: #e2401c !important;
    font-weight: 700;
    text-decoration: none;
    border: 0;
}

.ngw-wc-checkout-widget__content .woocommerce #billing_address_1,
.ngw-wc-checkout-widget__content .woocommerce #shipping_address_1,
.ngwwccheckout-address-form .woocommerce #billing_address_1,
.ngwwccheckout-address-form .woocommerce #shipping_address_1 {
    max-height: none;
}

.ngw-wc-checkout-widget__content .woocommerce #billing_address_1_field .woocommerce-input-wrapper,
.ngw-wc-checkout-widget__content .woocommerce #shipping_address_1_field .woocommerce-input-wrapper,
.ngwwccheckout-address-form .woocommerce #billing_address_1_field .woocommerce-input-wrapper,
.ngwwccheckout-address-form .woocommerce #shipping_address_1_field .woocommerce-input-wrapper {
    display: block;
}


@media screen and (min-width: 981px) {
.ngw-wc-checkout-widget__content .woocommerce #billing_country_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #shipping_country_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_address_1_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #shipping_address_1_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_postcode_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #shipping_postcode_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_country_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #shipping_country_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_address_1_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #shipping_address_1_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_postcode_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #shipping_postcode_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_company_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_last_name_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #shipping_last_name_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_phone_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #shipping_phone_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_state_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #shipping_state_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_address_2_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #shipping_address_2_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_city_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #shipping_city_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_first_name_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #shipping_first_name_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_tax_number_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_email_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #shipping_email_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_state_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #shipping_state_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_address_2_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #shipping_address_2_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_city_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #shipping_city_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_first_name_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #shipping_first_name_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_tax_number_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_email_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_id_card_number_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_auth_code_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_id_card_number_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_auth_code_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #shipping_email_field.form-row-last {
    width: 48% !important;
    clear: none !important;
}

.ngw-wc-checkout-widget__content .woocommerce #billing_tax_number_field .description,
.ngwwccheckout-address-form .woocommerce #billing_tax_number_field .description,
form.checkout.woocommerce-checkout #billing_tax_number_field .description {
    display: none !important;
}

.ngw-wc-checkout-widget__content .woocommerce #billing_country_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #shipping_country_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_address_1_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #shipping_address_1_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_postcode_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #shipping_postcode_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_company_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_last_name_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #shipping_last_name_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_phone_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #shipping_phone_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_country_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #shipping_country_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_address_1_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #shipping_address_1_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_postcode_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #shipping_postcode_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_company_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_last_name_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #shipping_last_name_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_phone_field.form-row-first,
.ngw-wc-checkout-widget__content .woocommerce #billing_id_card_number_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #billing_id_card_number_field.form-row-first,
.ngwwccheckout-address-form .woocommerce #shipping_phone_field.form-row-first {
    float: left !important;
    margin-right: 4% !important;
}

.ngw-wc-checkout-widget__content .woocommerce #billing_state_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #shipping_state_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_address_2_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #shipping_address_2_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_city_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #shipping_city_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_first_name_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #shipping_first_name_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_tax_number_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_email_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #shipping_email_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_state_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #shipping_state_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_address_2_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #shipping_address_2_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_city_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #shipping_city_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_first_name_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #shipping_first_name_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_tax_number_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_email_field.form-row-last,
.ngw-wc-checkout-widget__content .woocommerce #billing_auth_code_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #billing_auth_code_field.form-row-last,
.ngwwccheckout-address-form .woocommerce #shipping_email_field.form-row-last {
    float: right !important;
}
}


@media screen and (max-width: 980px) {
    .ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields .form-row,
    .ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-fields .form-row,
    .ngw-wc-checkout-widget__content .woocommerce .shipping_address .form-row,
    .ngw-wc-checkout-widget .woocommerce .woocommerce-billing-fields .form-row,
    .ngw-wc-checkout-widget .woocommerce .woocommerce-shipping-fields .form-row,
    .ngw-wc-checkout-widget .woocommerce .shipping_address .form-row,
    .ngwwccheckout-address-form .woocommerce .woocommerce-billing-fields .form-row,
    .ngwwccheckout-address-form .woocommerce .woocommerce-shipping-fields .form-row,
    .ngwwccheckout-address-form .woocommerce .shipping_address .form-row,
    form.checkout.woocommerce-checkout .woocommerce-billing-fields .form-row,
    form.checkout.woocommerce-checkout .woocommerce-shipping-fields .form-row,
    form.checkout.woocommerce-checkout .shipping_address .form-row,
    .ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields .form-row-first,
    .ngw-wc-checkout-widget__content .woocommerce .woocommerce-billing-fields .form-row-last,
    .ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-fields .form-row-first,
    .ngw-wc-checkout-widget__content .woocommerce .woocommerce-shipping-fields .form-row-last,
    .ngw-wc-checkout-widget__content .woocommerce .shipping_address .form-row-first,
    .ngw-wc-checkout-widget__content .woocommerce .shipping_address .form-row-last,
    form.checkout.woocommerce-checkout .woocommerce-billing-fields .form-row-first,
    form.checkout.woocommerce-checkout .woocommerce-billing-fields .form-row-last,
    form.checkout.woocommerce-checkout .woocommerce-shipping-fields .form-row-first,
    form.checkout.woocommerce-checkout .woocommerce-shipping-fields .form-row-last,
    form.checkout.woocommerce-checkout .shipping_address .form-row-first,
    form.checkout.woocommerce-checkout .shipping_address .form-row-last {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .ngwwccheckout-address-selector-row {
        flex-direction: column;
    }

    .ngwwccheckout-address-selector-row .form-row {
        width: 100% !important;
    }
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-form-coupon-toggle,
.ngw-wc-checkout-widget__content .woocommerce form.checkout_coupon,
.ngw-wc-checkout-widget__content .woocommerce form.woocommerce-form-coupon {
    display: none !important;
}

.ngw-wc-checkout-widget__content .woocommerce .input-text,
.ngw-wc-checkout-widget__content .woocommerce textarea,
.ngw-wc-checkout-widget__content .woocommerce select,
.ngwwccheckout-address-form .woocommerce .input-text,
.ngwwccheckout-address-form .woocommerce textarea,
.ngwwccheckout-address-form .woocommerce select {
    border: 1px solid var(--ngw-border);
    border-radius: var(--ngw-radius-sm);
    background-color: #fff;
    color: var(--ngw-input-color, var(--ngw-brown));
    min-height: 42px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.ngw-wc-checkout-widget__content .woocommerce select.ngwwccheckout-styled-select,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-styled-select,
.ngwwccheckout-address-form .woocommerce select.ngwwccheckout-styled-select,
.ngwwccheckout-address-form .woocommerce .ngwwccheckout-styled-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232c1810' d='M1.4.6 6 5.2 10.6.6 12 2l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px 8px;
    cursor: pointer;
    line-height: 1.35;
}

.ngw-wc-checkout-widget__content .woocommerce select.ngwwccheckout-location-select--loading,
.ngwwccheckout-address-form .woocommerce select.ngwwccheckout-location-select--loading,
.ngw-wc-checkout-widget__content select.ngwwccheckout-location-select--loading,
.ngwwccheckout-address-form select.ngwwccheckout-location-select--loading {
    opacity: 0.72;
    cursor: wait;
    color: #646970;
    font-style: italic;
    background-image: none;
}

.ngw-wc-checkout-widget__content .woocommerce .form-row .woocommerce-input-wrapper select,
.ngwwccheckout-address-form .woocommerce .form-row .woocommerce-input-wrapper select {
    display: block;
}

.ngw-wc-checkout-widget__content .woocommerce textarea {
    min-height: 90px;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table {
    border: 1px solid var(--ngw-border);
    border-radius: var(--ngw-radius-sm);
    overflow: hidden;
    margin: 0;
    background: #fff;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table {
    border-spacing: 0;
}


.ngw-wc-checkout-widget__content .woocommerce table.ngw-wc-review-order-table--cart.ngw-wc-review-order-table--traditional,
.ngw-wc-checkout-widget__content .woocommerce table.ngwwccheckout-review-order-summary-table {
    border-collapse: separate;
    border-spacing: 0;
}


.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table--foodcal-cart {
    border: 0;
    background: transparent;
    overflow: visible;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table--foodcal-cart thead {
    display: none;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table--traditional .ngw-wc-review-order-item__title-row {
    justify-content: flex-start;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table--no-line-qty .ngw-wc-review-order-item__qty,
.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table--no-line-qty td.product-name .product-quantity {
    display: none !important;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-cart-panel-row > td,
.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-cart-panel-cell {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    vertical-align: top;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-cart-panel {
    padding: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-cart-panel .ngwfoodcal__sidebar-cart-sections {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table--foodcal-cart tbody tr.cart_item td {
    border-bottom: 1px solid rgba(44, 24, 16, 0.08);
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table th,
.ngw-wc-checkout-widget__content .woocommerce table.shop_table td {
    border-color: var(--ngw-border);
    vertical-align: middle;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table thead th {
    background: rgba(15, 54, 36, 0.07);
    color: var(--ngw-brown);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 0.65rem 0.85rem;
    border-bottom: 1px solid rgba(15, 54, 36, 0.12);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table thead th.product-name {
    width: 72%;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table thead th.product-total {
    width: 28%;
    text-align: right;
}


@media (max-width: 600px) {
    .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table thead th {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table thead th.product-name {
        width: 58%;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table thead th.product-total {
        width: 42%;
    }
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table tbody tr.cart_item td {
    padding: 0.75rem 0.85rem;
    background: #fff;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table tbody tr.cart_item td {
    border-top: 0;
    border-bottom: 1px solid rgba(44, 24, 16, 0.08);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-table tbody tr.cart_item:last-child td {
    border-bottom: 0;
}


.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-full-row > td {
    position: relative;
    width: 100% !important;
    max-width: none;
    padding: 0 !important;
    border-top: 0;
    border-bottom: 1px solid rgba(15, 54, 36, 0.1);
    background: transparent;
    overflow: hidden;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-full-row > td::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-day-row > td::before {
    background: linear-gradient(90deg, rgba(15, 54, 36, 0.11) 0%, rgba(15, 54, 36, 0.06) 100%);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-menu-row > td::before {
    background: rgba(15, 54, 36, 0.04);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-group-row > td::before {
    background: rgba(44, 24, 16, 0.03);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-day {
    position: relative;
    z-index: 1;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-day__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.65rem;
    padding: 0.62rem 0.85rem 0.62rem calc(0.85rem + 3px);
    border-left: 3px solid var(--ngw-green);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-day__label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ngw-green);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-day__value {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--ngw-brown);
    line-height: 1.25;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-group {
    position: relative;
    z-index: 1;
    padding: 0.5rem 0.85rem;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-group__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(15, 54, 36, 0.1);
    color: var(--ngw-green);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-menu {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.55rem;
    padding: 0.52rem 0.85rem 0.52rem 1.15rem;
    border-left: 2px solid rgba(15, 54, 36, 0.18);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-menu__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: rgba(15, 54, 36, 0.12);
    color: var(--ngw-green);
    font-size: 0.72rem;
    font-weight: 800;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-menu__variant {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ngw-brown);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-menu__note,
.ngwwccheckout-review-order-panel .ngw-wc-review-order-menu__note {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(44, 24, 16, 0.65);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-menu-total-row td {
    background: rgba(15, 54, 36, 0.025);
    padding: 0.45rem 0.85rem;
    border-top: 0;
    border-bottom: 1px solid rgba(44, 24, 16, 0.06);
    font-size: 0.8rem;
    color: rgba(44, 24, 16, 0.78);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-menu-total-row .product-total {
    text-align: right;
    font-weight: 800;
    color: var(--ngw-green);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-menu-total-row--grand td {
    border-bottom: 1px solid var(--ngw-border);
    background: rgba(15, 54, 36, 0.05);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item-row--bundle-part td {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    padding-left: 1.15rem;
    background: rgba(15, 54, 36, 0.015);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item-row--bundle-part .ngw-wc-review-order-item__thumb {
    width: 44px;
    flex: 0 0 44px;
    height: 44px;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item-row--bundle-part .ngw-wc-review-order-item__title {
    font-weight: 600;
    font-size: 0.86rem;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-group__badge--standalone {
    background: rgba(44, 24, 16, 0.08);
    color: rgba(44, 24, 16, 0.82);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(44, 24, 16, 0.1);
    background: var(--ngw-item-thumb-bg, transparent);
    box-shadow: 0 1px 2px rgba(44, 24, 16, 0.06);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__content {
    flex: 1 1 auto;
    min-width: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__title {
    font-weight: 700;
    line-height: 1.35;
    font-size: 0.9rem;
    color: var(--ngw-brown);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__qty {
    flex-shrink: 0;
    color: var(--ngw-item-qty-color, rgba(15, 54, 36, 0.75));
    font-weight: 700;
    font-size: 0.82rem;
    line-height: 1.2;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-quantity-suffix-wrap,
.ngw-wc-order-confirmation-widget .ngw-quantity-suffix-wrap {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-quantity-suffix-wrap .inline-suffix,
.ngw-wc-order-confirmation-widget .ngw-quantity-suffix-wrap .inline-suffix {
    font-weight: 600;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.35rem;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__meal-tag,
.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__side-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.2;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__meal-tag {
    background: rgba(15, 54, 36, 0.1);
    color: var(--ngw-green);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__side-tag {
    background: rgba(44, 24, 16, 0.06);
    color: rgba(44, 24, 16, 0.78);
    text-transform: none;
    font-weight: 600;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table td.product-name {
    font-weight: inherit;
    line-height: 1.35;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table td.product-name .product-quantity {
    color: var(--ngw-item-qty-color, rgba(15, 54, 36, 0.75));
    font-weight: 700;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table td.product-name dl.variation {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 4px;
    row-gap: 2px;
    margin-top: 6px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table td.product-name dl.variation dt,
.ngw-wc-checkout-widget__content .woocommerce table.shop_table td.product-name dl.variation dd {
    font-size: 0.82rem;
    line-height: 1.3;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table td.product-name dl.variation dt {
    display: inline;
    margin: 0;
    color: var(--ngw-green);
    font-weight: 700;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table td.product-name dl.variation dd {
    display: inline;
    margin: 0;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table td.product-name dl.variation dd p {
    display: inline;
    margin: 0;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table td.product-total {
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-review-order-item__line-total {
    display: inline-block;
    font-weight: 800;
    color: var(--ngw-green);
    font-size: 0.9rem;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table tfoot tr th,
.ngw-wc-checkout-widget__content .woocommerce table.shop_table tfoot tr td {
    background: rgba(15, 54, 36, 0.02);
    padding: 0.65rem 0.85rem;
    border-top: 1px solid rgba(44, 24, 16, 0.08);
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table tfoot tr.cart-subtotal th,
.ngw-wc-checkout-widget__content .woocommerce table.shop_table tfoot tr.cart-subtotal td {
    border-top: 2px solid rgba(15, 54, 36, 0.12);
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table tfoot tr th {
    font-weight: 700;
    font-size: 0.86rem;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table tfoot tr.order-total th,
.ngw-wc-checkout-widget__content .woocommerce table.shop_table tfoot tr.order-total td {
    background: rgba(15, 54, 36, 0.1);
    border-top: 2px solid rgba(15, 54, 36, 0.18);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.ngw-wc-checkout-widget__content .woocommerce table.shop_table tfoot tr.order-total th,
.ngw-wc-checkout-widget__content .woocommerce table.shop_table tfoot tr.order-total td strong,
.ngw-wc-checkout-widget__content .woocommerce table.shop_table tfoot tr.order-total td .amount {
    color: var(--ngw-green);
    font-size: 1rem;
    font-weight: 800;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__body,
.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-coupon-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ngw-brown);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__input {
    min-height: 40px;
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__input:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__btn--busy {
    opacity: 0.85;
    cursor: wait;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__feedback {
    margin: 0;
    padding: 0.55rem 0.65rem;
    border-radius: 6px;
    font-size: 0.82rem;
    line-height: 1.4;
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__feedback--error {
    color: #7a1f1f;
    background: rgba(226, 64, 28, 0.1);
    border: 1px solid rgba(226, 64, 28, 0.25);
}

.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__feedback--success {
    color: #0f3624;
    background: rgba(15, 54, 36, 0.08);
    border: 1px solid rgba(15, 54, 36, 0.2);
}

.ngw-wc-checkout-widget__content .woocommerce .e-coupon-box .e-checkout-secondary-title {
    margin: -12px -12px 10px;
    padding: 10px 12px;
}

.ngw-wc-checkout-widget__content .woocommerce button.button,
.ngw-wc-checkout-widget__content .woocommerce a.button,
.ngw-wc-checkout-widget__content .woocommerce input.button,
.ngw-wc-checkout-widget__content .woocommerce #payment #place_order {
    background-color: var(--ngw-btn-bg, var(--ngw-green));
    color: var(--ngw-btn-text, #fff);
    border: 0;
    border-radius: var(--ngw-radius-sm);
    font-weight: 700;
    line-height: 1.2;
    min-height: 42px;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.ngw-wc-checkout-widget__content .woocommerce #payment #place_order {
    border-radius: var(--ngw-btn-radius, var(--ngw-radius-sm));
}

.ngw-wc-checkout-widget__content .woocommerce button.button.ngw-wc-coupon-box__btn,
.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__btn {
    background-color: var(--ngw-btn-bg, var(--ngw-green));
    color: var(--ngw-btn-text, #fff);
    border-radius: var(--ngw-btn-radius, var(--ngw-radius-sm));
}

.ngw-wc-checkout-widget__content .woocommerce button.button:hover,
.ngw-wc-checkout-widget__content .woocommerce a.button:hover,
.ngw-wc-checkout-widget__content .woocommerce input.button:hover {
    background-color: var(--ngw-btn-hover-bg, #443322);
    color: var(--ngw-btn-hover-text, #fff);
}

.ngw-wc-checkout-widget__content .woocommerce #payment #place_order:hover,
.ngw-wc-checkout-widget__content .woocommerce button.button.ngw-wc-coupon-box__btn:hover,
.ngw-wc-checkout-widget__content .woocommerce .ngw-wc-coupon-box__btn:hover {
    background-color: var(--ngw-btn-hover-bg, #443322);
    color: var(--ngw-btn-hover-text, #fff);
}

.ngw-wc-checkout-widget__content .woocommerce .woocommerce-info,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-message,
.ngw-wc-checkout-widget__content .woocommerce .woocommerce-error {
    border-radius: var(--ngw-radius-sm);
}

.ngw-wc-checkout-widget__notice {
    padding: 10px 12px;
    border: 1px solid #cc1818;
    border-radius: 6px;
    background: #fff0f0;
}

.ngwwccheckout-address-form .woocommerce .form-row label {
    font-weight: 700;
    color: var(--ngw-brown, #2c1810);
}

.ngwwccheckout-address-form .ngwwccheckout-address-form__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin: 1rem 0 0;
}

.ngwwccheckout-address-form .ngwwccheckout-address-form__actions .button,
.ngwwccheckout-address-form button.button[name="save_address"],
.ngwwccheckout-address-form a.button,
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .ngwwccheckout-address-form .ngwwccheckout-address-form__actions .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-address-form .ngwwccheckout-address-form__actions .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-address-form button.button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-address-form a.button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .ngwwccheckout-address-form .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.55rem 1.15rem;
    min-height: 42px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background: var(--ngw-btn-bg, var(--ngw-green));
    background-color: var(--ngw-btn-bg, var(--ngw-green));
    border: 0;
    border-radius: var(--ngw-btn-radius, var(--ngw-radius-sm));
    color: var(--ngw-btn-text, #fff);
    text-decoration: none;
    box-shadow: none;
    filter: none;
}

.ngwwccheckout-address-form .ngwwccheckout-address-form__actions .button:hover,
.ngwwccheckout-address-form .ngwwccheckout-address-form__actions .button:focus,
.ngwwccheckout-address-form button.button[name="save_address"]:hover,
.ngwwccheckout-address-form button.button[name="save_address"]:focus,
.ngwwccheckout-address-form a.button:hover,
.ngwwccheckout-address-form a.button:focus,
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .ngwwccheckout-address-form .ngwwccheckout-address-form__actions .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .ngwwccheckout-address-form .ngwwccheckout-address-form__actions .button:focus,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-address-form .ngwwccheckout-address-form__actions .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-address-form .ngwwccheckout-address-form__actions .button:focus,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-address-form button.button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-address-form button.button:focus,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-address-form a.button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-address-form a.button:focus {
    filter: none;
    background: var(--ngw-btn-hover-bg, #443322);
    background-color: var(--ngw-btn-hover-bg, #443322);
    border-color: var(--ngw-btn-hover-bg, #443322);
    color: var(--ngw-btn-hover-text, #fff);
    text-decoration: none;
}

.ngwwccheckout-phone-control {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 0;
    border: 1px solid var(--ngw-border, rgba(44, 24, 16, 0.2));
    border-radius: var(--ngw-radius-sm, 5px);
    background: #fff;
    overflow: hidden;
}

.ngwwccheckout-phone-prefix {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    font-weight: 700;
    color: var(--ngw-phone-prefix-text, var(--ngw-brown, #2c1810));
    background: var(--ngw-phone-prefix-bg, #f5f1e6);
    border-right: 1px solid var(--ngw-border, rgba(44, 24, 16, 0.12));
    white-space: nowrap;
    user-select: none;
}

.ngwwccheckout-phone-national {
    flex: 1 1 auto;
    min-width: 0;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.ngwwccheckout-phone-control:focus-within {
    border-color: var(--ngw-phone-focus-border, var(--ngw-green, #0f3624));
    box-shadow: 0 0 0 1px var(--ngw-phone-focus-border, var(--ngw-green, #0f3624));
}

#billing_phone_field .woocommerce-input-wrapper,
#shipping_phone_field .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.ngwwccheckout-address-selectors {
    margin-bottom: 1rem;
}

.ngwwccheckout-address-selector-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
}

.ngwwccheckout-saved-address-field {
    margin-bottom: 1em;
}

.ngwwccheckout-saved-address-field select {
    width: 100%;
}

.ngwwccheckout-saved-address-field--empty .ngwwccheckout-saved-address-select--empty {
    color: rgba(44, 24, 16, 0.68);
    background-color: rgba(15, 54, 36, 0.04);
    cursor: not-allowed;
    opacity: 1;
}

.woocommerce-billing-fields > .ngwwccheckout-saved-address-field,
.woocommerce-shipping-fields > .ngwwccheckout-saved-address-field,
.shipping_address > .ngwwccheckout-saved-address-field {
    clear: both;
}



.ngwwccheckout-my-account-addresses-wrap {
    background: var(--ngw-address-panel-bg, var(--ngw-surface));
    border: 1px solid var(--ngw-address-panel-border, var(--ngw-border));
    border-radius: var(--ngw-radius);
    box-shadow: var(--ngw-shadow);
    padding: 16px;
    box-sizing: border-box;
    color: var(--ngw-text, var(--ngw-brown));
}

.ngwwccheckout-my-account-addresses-intro {
    margin: 0 0 1.25rem;
    color: var(--ngw-text, var(--ngw-brown));
}

.ngwwccheckout-my-account-addresses {
    color: var(--ngw-text, var(--ngw-brown));
}

.ngwwccheckout-my-account-addresses .woocommerce-Address {
    float: none;
    width: 100%;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-address-column__head {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1rem;
    margin: 0 0 1rem;
    padding: 0;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-address-column__head h2 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    color: var(--ngw-text, var(--ngw-brown));
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-address-add,
.ngwwccheckout-my-account-addresses a.button.ngwwccheckout-address-add,
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .ngwwccheckout-my-account-addresses a.button.ngwwccheckout-address-add,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-my-account-addresses a.button.ngwwccheckout-address-add {
    position: static !important;
    top: auto !important;
    right: auto !important;
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.45rem 0.95rem;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
    background: var(--ngw-btn-bg, var(--ngw-green));
    background-color: var(--ngw-btn-bg, var(--ngw-green));
    border: 1px solid var(--ngw-btn-bg, var(--ngw-green));
    border-radius: var(--ngw-btn-radius, var(--ngw-radius-sm));
    color: var(--ngw-btn-text, #fff);
    text-decoration: none;
    box-shadow: none;
    filter: none;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-address-add:hover,
.ngwwccheckout-my-account-addresses .ngwwccheckout-address-add:focus,
.ngwwccheckout-my-account-addresses a.button.ngwwccheckout-address-add:hover,
.ngwwccheckout-my-account-addresses a.button.ngwwccheckout-address-add:focus,
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .ngwwccheckout-my-account-addresses a.button.ngwwccheckout-address-add:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .ngwwccheckout-my-account-addresses a.button.ngwwccheckout-address-add:focus,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-my-account-addresses a.button.ngwwccheckout-address-add:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .ngwwccheckout-my-account-addresses a.button.ngwwccheckout-address-add:focus {
    filter: none;
    background: var(--ngw-btn-hover-bg, #443322);
    background-color: var(--ngw-btn-hover-bg, #443322);
    border-color: var(--ngw-btn-hover-bg, #443322);
    color: var(--ngw-btn-hover-text, #fff);
    text-decoration: none;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-address-column__list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-saved-address-card {
    margin: 0;
    padding: 0.85rem 1rem 0.75rem;
    background: transparent;
    border: 1px solid var(--ngw-border);
    border-radius: var(--ngw-radius);
    box-shadow: none;
    color: var(--ngw-text, var(--ngw-brown));
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-saved-address-card--empty {
    min-height: 84px;
    display: flex;
    align-items: center;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-saved-address-card.is-default {
    border-color: var(--ngw-btn-bg, var(--ngw-green));
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-saved-address-card__head {
    min-height: 1.35rem;
    margin-bottom: 0.35rem;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-saved-address-default {
    display: inline-block;
    padding: 0.12rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ngw-btn-text, #fff);
    background: var(--ngw-btn-bg, var(--ngw-green));
    border-radius: 999px;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-saved-address-default--placeholder {
    visibility: hidden;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-saved-address-card__body,
.ngwwccheckout-my-account-addresses address.ngwwccheckout-saved-address-card__body {
    display: block;
    margin: 0;
    padding: 0.35rem 0.25rem 0.2rem !important;
    min-height: 0 !important;
    height: auto !important;
    font-style: normal;
    line-height: 1.55;
    color: inherit;
    box-shadow: none !important;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-saved-address-empty {
    margin: 0;
    color: var(--ngw-text, var(--ngw-brown));
    opacity: 0.72;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-saved-address-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    margin: 0.65rem 0 0;
    padding-top: 0.55rem;
    border-top: 1px solid var(--ngw-border);
    font-size: 0.9rem;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-address-action {
    color: var(--ngw-btn-bg, var(--ngw-green));
    font-weight: 600;
    text-decoration: none;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-address-action:hover,
.ngwwccheckout-my-account-addresses .ngwwccheckout-address-action:focus {
    text-decoration: underline;
}

.ngwwccheckout-my-account-addresses .ngwwccheckout-address-action--delete {
    color: var(--ngw-danger, #8a2f2f);
}


.e-my-account-tab__edit-address .ngwwccheckout-my-account-addresses .woocommerce-Address-title .edit {
    position: static !important;
}

.e-my-account-tab__edit-address .ngwwccheckout-my-account-addresses address,
[class*="e-my-account-tab"] .ngwwccheckout-my-account-addresses address,
[class*="e-my-account-tab"] .ngwwccheckout-my-account-addresses .ngwwccheckout-saved-address-card {
    box-shadow: none !important;
}

.e-my-account-tab__edit-address .ngwwccheckout-my-account-addresses address {
    height: auto !important;
    min-height: 0 !important;
    padding: 0.35rem 0.25rem 0.2rem !important;
}

@media (max-width: 768px) {
    .ngwwccheckout-my-account-addresses.col2-set {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .ngwwccheckout-my-account-addresses .u-column1,
    .ngwwccheckout-my-account-addresses .u-column2 {
        width: 100%;
        float: none;
    }

    .ngwwccheckout-my-account-addresses .ngwwccheckout-address-column__head {
        flex-direction: column;
        align-items: stretch;
    }

    .ngwwccheckout-my-account-addresses .ngwwccheckout-address-add {
        width: 100%;
    }
}


.ngw-wc-checkout-widget .form-row.ngwwccheckout-field-highlight,
#ngwwccheckout-phone-order-address .form-row.ngwwccheckout-field-highlight,
form.checkout.woocommerce-checkout .form-row.ngwwccheckout-field-highlight {
    position: relative;
}


.ngw-wc-checkout-widget .form-row label.error,
.ngw-wc-checkout-widget .form-row .wc-block-components-validation-error,
.ngw-wc-checkout-widget .form-row > .woocommerce-error,
#ngwwccheckout-phone-order-address .form-row label.error,
#ngwwccheckout-phone-order-address .form-row .wc-block-components-validation-error,
#ngwwccheckout-phone-order-address .form-row > .woocommerce-error,
form.checkout.woocommerce-checkout .form-row label.error,
form.checkout.woocommerce-checkout .form-row .wc-block-components-validation-error,
form.checkout.woocommerce-checkout .form-row > .woocommerce-error,
form.ngwwccheckout-address-form .form-row label.error,
form.ngwwccheckout-address-form .form-row .wc-block-components-validation-error,
form.ngwwccheckout-address-form .form-row > .woocommerce-error {
    display: none !important;
}

.ngw-wc-checkout-widget .form-row.ngwwccheckout-field-highlight input.input-text,
.ngw-wc-checkout-widget .form-row.ngwwccheckout-field-highlight select,
.ngw-wc-checkout-widget .form-row.ngwwccheckout-field-highlight textarea,
#ngwwccheckout-phone-order-address .form-row.ngwwccheckout-field-highlight input.input-text,
#ngwwccheckout-phone-order-address .form-row.ngwwccheckout-field-highlight select,
#ngwwccheckout-phone-order-address .form-row.ngwwccheckout-field-highlight textarea,
form.checkout.woocommerce-checkout .form-row.ngwwccheckout-field-highlight input.input-text,
form.checkout.woocommerce-checkout .form-row.ngwwccheckout-field-highlight select,
form.checkout.woocommerce-checkout .form-row.ngwwccheckout-field-highlight textarea {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 1px rgba(192, 57, 43, 0.35);
    background-color: rgba(192, 57, 43, 0.04);
}

.ngw-wc-checkout-widget .form-row.ngwwccheckout-field-highlight .ngwwccheckout-phone-control,
#ngwwccheckout-phone-order-address .form-row.ngwwccheckout-field-highlight .ngwwccheckout-phone-control,
form.checkout.woocommerce-checkout .form-row.ngwwccheckout-field-highlight .ngwwccheckout-phone-control {
    border: 1px solid #c0392b;
    box-shadow: 0 0 0 1px rgba(192, 57, 43, 0.35);
    border-radius: 4px;
    background-color: rgba(192, 57, 43, 0.04);
}

.ngw-wc-checkout-widget .ngwwccheckout-consent-label.ngwwccheckout-field-highlight,
form.checkout.woocommerce-checkout .ngwwccheckout-consent-label.ngwwccheckout-field-highlight,
form.ngwwccheckout-order-pay .ngwwccheckout-consent-label.ngwwccheckout-field-highlight,
.ngw-wc-checkout-widget .payment_method_simplepay-gateway label.simplepay-data-transfer.ngwwccheckout-field-highlight,
.ngw-wc-checkout-widget .payment_method_simplepay-gateway label.simplepay-payment-info.ngwwccheckout-field-highlight,
form.checkout.woocommerce-checkout .payment_method_simplepay-gateway label.simplepay-data-transfer.ngwwccheckout-field-highlight,
form.checkout.woocommerce-checkout .payment_method_simplepay-gateway label.simplepay-payment-info.ngwwccheckout-field-highlight,
form.ngwwccheckout-order-pay .payment_method_simplepay-gateway label.simplepay-data-transfer.ngwwccheckout-field-highlight,
form.ngwwccheckout-order-pay .payment_method_simplepay-gateway label.simplepay-payment-info.ngwwccheckout-field-highlight,
form.ngwwccheckout-order-pay label.simplepay-data-transfer.ngwwccheckout-field-highlight,
form.ngwwccheckout-order-pay label.simplepay-payment-info.ngwwccheckout-field-highlight {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 1px rgba(192, 57, 43, 0.35);
    background-color: rgba(192, 57, 43, 0.04);
}

.ngwwccheckout-invalid-fields-payload,
.ngwfoodcal-order-minimum-block {
    display: none !important;
}


body.ngwwccheckout-order-pay-page .woocommerce-notices-wrapper:not(.ngwwccheckout-order-pay-notices),
body.ngwwccheckout-order-pay-page .woocommerce-NoticeGroup-checkout {
    display: none !important;
}

.ngw-wc-checkout-widget__content .woocommerce form.ngwwccheckout-order-pay .ngw-wc-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 16px;
    align-items: start;
}

.ngw-wc-checkout-widget__content .woocommerce form.ngwwccheckout-order-pay .ngw-wc-checkout-layout__right-sticky {
    position: sticky;
    top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ngw-wc-checkout-widget__content .woocommerce form.ngwwccheckout-order-pay .ngw-wc-checkout-layout__right-sticky > .ngwwccheckout-checkout-section,
.ngw-wc-checkout-widget__content .woocommerce form.ngwwccheckout-order-pay .ngw-wc-checkout-layout__right-sticky > #payment {
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.ngw-wc-checkout-widget--order-pay .ngw-wc-checkout-layout__right > .e-coupon-box,
.ngw-wc-checkout-widget--order-pay .ngw-wc-checkout-layout__right > .ngwwccheckout-coupon-section:not(.ngw-wc-checkout-layout__right-sticky > .ngwwccheckout-coupon-section) {
    display: none !important;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-alerts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-alert {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 0.95rem;
    border-radius: var(--ngw-radius);
    border: 1px solid transparent;
    box-shadow: var(--ngw-shadow);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-alert--error {
    background: rgba(192, 57, 43, 0.08);
    border-color: rgba(192, 57, 43, 0.35);
    color: #6b1f14;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-alert--warning {
    background: rgba(243, 156, 18, 0.12);
    border-color: rgba(243, 156, 18, 0.35);
    color: #7a4a00;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-alert__icon {
    flex: 0 0 1.35rem;
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.1rem;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.18;
    position: relative;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-alert__icon::after {
    content: "!";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 800;
    color: #fff;
    opacity: 1;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-alert__content {
    min-width: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-alert__title {
    display: block;
    margin: 0 0 0.25rem;
    font-size: 0.92rem;
    line-height: 1.35;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-alert__message {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.5;
    font-weight: 500;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card {
    background: var(--ngw-surface);
    border: 1px solid var(--ngw-border);
    border-radius: var(--ngw-radius);
    box-shadow: var(--ngw-shadow);
    overflow: hidden;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card__heading {
    margin: 0;
    padding: 12px 14px;
    color: #fff;
    background-color: var(--ngw-heading-bg, #0f3624);
    border-bottom: 1px solid var(--ngw-heading-bg, #0f3624);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card__body {
    padding: 14px;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card__lead {
    margin: 0 0 0.85rem;
    font-size: 0.88rem;
    line-height: 1.55;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card__order-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--ngw-border);
    border-radius: var(--ngw-radius-sm);
    background: #fff;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card__order-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.75;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card__order-value {
    font-size: 1rem;
    font-weight: 800;
    color: var(--ngw-green);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card__body--address {
    --ngw-oc-label-col: 38%;
    --ngw-oc-value-col: 62%;
    --ngw-oc-col-gap: 10px;
    --ngw-oc-cell-padding-x: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card .ngwwccheckout-order-confirmation-meta {
    display: grid;
    gap: 6px;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card .ngwwccheckout-order-confirmation-meta__row {
    display: grid;
    grid-template-columns: var(--ngw-oc-label-col) var(--ngw-oc-value-col);
    gap: 8px var(--ngw-oc-col-gap);
    align-items: baseline;
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(44, 24, 16, 0.08);
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card .ngwwccheckout-order-confirmation-meta__row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card .ngwwccheckout-order-confirmation-meta__row dt {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    opacity: 0.8;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card .ngwwccheckout-order-confirmation-meta__row dd {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.45;
    word-break: break-word;
}

.ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card--shipping .ngwwccheckout-order-pay-shipping-extension {
    margin-top: 0.35rem;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(44, 24, 16, 0.08);
}

.ngw-wc-checkout-widget__content .woocommerce form.ngwwccheckout-order-pay .ngwwccheckout-order-pay-alert__message strong {
    font-weight: 800;
}

.ngw-wc-checkout-widget__content .woocommerce form.ngwwccheckout-order-pay .ngwwccheckout-order-confirmation-foodcal-panel {
    margin: 0;
}

@media (max-width: 980px) {
    .ngw-wc-checkout-widget__content .woocommerce form.ngwwccheckout-order-pay .ngw-wc-checkout-layout {
        grid-template-columns: 1fr;
    }

    .ngw-wc-checkout-widget__content .woocommerce form.ngwwccheckout-order-pay .ngw-wc-checkout-layout__left {
        order: 2;
    }

    .ngw-wc-checkout-widget__content .woocommerce form.ngwwccheckout-order-pay .ngw-wc-checkout-layout__right {
        order: 1;
    }

    .ngw-wc-checkout-widget__content .woocommerce form.ngwwccheckout-order-pay .ngw-wc-checkout-layout__right-sticky {
        position: static;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card .ngwwccheckout-order-confirmation-meta__row {
        grid-template-columns: 1fr;
        gap: 0.2rem;
        padding: 0.55rem 0;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card .ngwwccheckout-order-confirmation-meta__row dt {
        font-size: 0.72rem;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card .ngwwccheckout-order-confirmation-meta__row dd {
        font-size: 0.86rem;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngwwccheckout-order-pay-card__order-number {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}

@media (max-width: 980px) {
    .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout:not(.ngw-wc-checkout-layout--server) {
        grid-template-columns: 1fr;
    }

    .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout:not(.ngw-wc-checkout-layout--server) .ngw-wc-checkout-layout__right-sticky {
        position: static;
    }

    .ngw-wc-checkout-widget__content .woocommerce .e-checkout__container {
        grid-template-columns: 1fr;
    }

}




.ngw-wc-checkout-widget--editor-live .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout,
.ngw-wc-checkout-widget--editor-canvas .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
    gap: 16px;
    align-items: start;
}

.ngw-wc-checkout-widget--editor-live .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky,
.ngw-wc-checkout-widget--editor-canvas .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky {
    position: sticky;
    top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


@media (max-width: 980px) {
    .ngw-wc-checkout-widget--editor-live .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout,
    .ngw-wc-checkout-widget--editor-canvas .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout {
        grid-template-columns: 1fr;
    }

    .ngw-wc-checkout-widget--editor-live .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky,
    .ngw-wc-checkout-widget--editor-canvas .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky {
        position: static;
    }
}


@media (min-width: 981px) {
    .ngw-wc-checkout-widget--editor-live[data-ngw-editor-device="desktop"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout,
    .ngw-wc-checkout-widget--editor-canvas[data-ngw-editor-device="desktop"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
    }

    .ngw-wc-checkout-widget--editor-live[data-ngw-editor-device="desktop"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky,
    .ngw-wc-checkout-widget--editor-canvas[data-ngw-editor-device="desktop"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky {
        position: sticky;
        top: 16px;
    }
}


.ngw-wc-checkout-widget--editor-live[data-ngw-editor-device="tablet"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout,
.ngw-wc-checkout-widget--editor-live[data-ngw-editor-device="mobile"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout,
.ngw-wc-checkout-widget--editor-canvas[data-ngw-editor-device="tablet"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout,
.ngw-wc-checkout-widget--editor-canvas[data-ngw-editor-device="mobile"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout {
    grid-template-columns: 1fr;
}

.ngw-wc-checkout-widget--editor-live[data-ngw-editor-device="tablet"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky,
.ngw-wc-checkout-widget--editor-live[data-ngw-editor-device="mobile"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky,
.ngw-wc-checkout-widget--editor-canvas[data-ngw-editor-device="tablet"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky,
.ngw-wc-checkout-widget--editor-canvas[data-ngw-editor-device="mobile"] .ngw-wc-checkout-widget__content .woocommerce .ngw-wc-checkout-layout__right-sticky {
    position: static;
}


.ngw-wc-order-confirmation-widget {
    --ngw-green: #0f3624;
    --ngw-heading-bg: #0f3624;
    --ngw-brown: #2c1810;
    --ngw-surface: #f5f1e6;
    --ngw-border: rgba(44, 24, 16, 0.12);
    --ngw-shadow: 0 1px 4px rgba(44, 24, 16, 0.06);
    --ngw-radius: 8px;
    --ngw-oc-label-col: 40%;
    --ngw-oc-value-col: 60%;
    --ngw-oc-col-gap: 12px;
    --ngw-oc-cell-padding-x: 0.85rem;
    width: 100%;
    color: var(--ngw-brown);
}

.ngw-wc-order-confirmation-widget__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ngwwccheckout-order-confirmation {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ngwwccheckout-order-confirmation-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ngw-wc-order-confirmation-widget .ngwwccheckout-order-confirmation-heading {
    margin: 0;
    padding: 12px 14px;
    color: var(--ngw-heading-text, #fff);
    background-color: var(--ngw-heading-bg, #0f3624);
    border: 1px solid var(--ngw-heading-bg, #0f3624);
    border-radius: var(--ngw-radius);
    box-shadow: var(--ngw-shadow);
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.ngwwccheckout-order-confirmation-panel {
    background: var(--ngw-surface);
    border: 1px solid var(--ngw-border);
    border-radius: var(--ngw-radius);
    box-shadow: var(--ngw-shadow);
    padding: 14px;
    box-sizing: border-box;
}

.ngwwccheckout-order-confirmation-intro {
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ngw-green);
}

.ngwwccheckout-order-confirmation-customer-note {
    margin: 0;
    white-space: pre-wrap;
    line-height: 1.5;
    color: var(--ngw-brown);
}

.ngwwccheckout-order-confirmation-meta {
    margin: 0;
    display: grid;
    gap: 8px;
}

.ngwwccheckout-order-confirmation-meta__row {
    display: grid;
    grid-template-columns: var(--ngw-oc-label-col) var(--ngw-oc-value-col);
    gap: 8px var(--ngw-oc-col-gap);
    align-items: baseline;
    padding-inline: var(--ngw-oc-cell-padding-x);
    box-sizing: border-box;
}

.ngwwccheckout-order-confirmation-meta__row dt {
    margin: 0;
    font-weight: 700;
    color: var(--ngw-brown);
}

.ngwwccheckout-order-confirmation-meta__row dd {
    margin: 0;
    font-weight: 600;
}

.ngwwccheckout-order-confirmation-payment-table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.ngw-wc-order-confirmation-widget .ngwwccheckout-order-confirmation-payment-table th,
.ngw-wc-order-confirmation-widget .ngwwccheckout-order-confirmation-payment-table td {
    padding: 6px var(--ngw-oc-cell-padding-x);
    border: 0;
    vertical-align: top;
    text-align: left;
}

.ngwwccheckout-order-confirmation-payment-table th {
    width: var(--ngw-oc-label-col);
    font-weight: 700;
    padding-right: var(--ngw-oc-col-gap);
    box-sizing: border-box;
}

.ngwwccheckout-order-confirmation-payment-table td {
    width: var(--ngw-oc-value-col);
    box-sizing: border-box;
}

.ngwwccheckout-order-confirmation-payment-status--success {
    color: #1e7e34;
    font-weight: 700;
}

.ngwwccheckout-order-confirmation-payment-status--cancelled {
    color: #b86e00;
    font-weight: 700;
}

.ngwwccheckout-order-confirmation-payment-status--failed {
    color: #c0392b;
    font-weight: 700;
}

.ngw-wc-order-confirmation-widget table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 10px;
}

.ngw-wc-order-confirmation-widget table.shop_table:last-child {
    margin-bottom: 0;
}

.ngw-wc-order-confirmation-widget table.shop_table:not(.ngwwccheckout-order-confirmation-order-table):not(.ngwwccheckout-order-confirmation-payment-table) th,
.ngw-wc-order-confirmation-widget table.shop_table:not(.ngwwccheckout-order-confirmation-order-table):not(.ngwwccheckout-order-confirmation-payment-table) td {
    padding: 0.65rem var(--ngw-oc-cell-padding-x);
    border-top: 1px solid var(--ngw-border);
    vertical-align: middle;
}

.ngw-wc-order-confirmation-widget table.shop_table thead th {
    border-top: 0;
    padding-top: 0.65rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--ngw-green);
    font-weight: 800;
    text-align: left;
}

.ngw-wc-order-confirmation-widget table.shop_table tbody tr:first-child td,
.ngw-wc-order-confirmation-widget table.shop_table tbody tr:first-child th {
    border-top: 0;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table {
    table-layout: fixed;
    width: 100%;
    margin: 0;
}


.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table--foodcal thead {
    display: none;
}

.ngw-wc-order-confirmation-widget .ngwwccheckout-order-confirmation-foodcal-panel-row > td,
.ngw-wc-order-confirmation-widget .ngwwccheckout-order-confirmation-foodcal-panel-cell {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    vertical-align: top;
}

.ngw-wc-order-confirmation-widget .ngwwccheckout-order-confirmation-foodcal-panel {
    padding: 0;
}

.ngw-wc-order-confirmation-widget .ngwwccheckout-order-confirmation-foodcal-panel .ngwfoodcal__sidebar-cart-sections {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
}

.ngwwccheckout-order-confirmation-section--details .ngwwccheckout-order-confirmation-panel {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table th,
.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table td {
    padding: 6px var(--ngw-oc-cell-padding-x);
    border-top: 1px solid var(--ngw-border);
    vertical-align: top;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table thead th {
    border-top: 0;
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--ngw-green);
    font-weight: 800;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tbody tr:first-child td {
    border-top: 0;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table thead th.product-name,
.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tbody td.product-name,
.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot th {
    width: var(--ngw-oc-label-col);
    text-align: left;
    padding-right: var(--ngw-oc-col-gap);
    box-sizing: border-box;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tbody td.product-name {
    font-weight: 600;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tbody td.product-name .product-quantity {
    font-weight: 700;
    color: var(--ngw-item-qty-color, var(--ngw-green));
}


.ngw-wc-order-confirmation-widget__content .wc-item-meta,
.ngw-wc-checkout-widget__content .wc-item-meta,
form.checkout.woocommerce-checkout .wc-item-meta {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
}

.ngw-wc-order-confirmation-widget__content .wc-item-meta li,
.ngw-wc-checkout-widget__content .wc-item-meta li,
form.checkout.woocommerce-checkout .wc-item-meta li {
    margin: 0 0 2px;
    padding: 0;
    line-height: 1.3;
    list-style: none;
}

.ngw-wc-order-confirmation-widget__content .wc-item-meta li:last-child,
.ngw-wc-checkout-widget__content .wc-item-meta li:last-child,
form.checkout.woocommerce-checkout .wc-item-meta li:last-child {
    margin-bottom: 0;
}

.ngw-wc-order-confirmation-widget__content .wc-item-meta li strong,
.ngw-wc-order-confirmation-widget__content .wc-item-meta .wc-item-meta-label,
.ngw-wc-checkout-widget__content .wc-item-meta li strong,
.ngw-wc-checkout-widget__content .wc-item-meta .wc-item-meta-label,
form.checkout.woocommerce-checkout .wc-item-meta li strong,
form.checkout.woocommerce-checkout .wc-item-meta .wc-item-meta-label {
    display: inline;
    margin: 0;
    font-weight: 700;
}

.ngw-wc-order-confirmation-widget__content .wc-item-meta li p,
.ngw-wc-checkout-widget__content .wc-item-meta li p,
form.checkout.woocommerce-checkout .wc-item-meta li p {
    display: inline;
    margin: 0;
    padding: 0;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table thead th.product-total,
.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tbody td.product-total,
.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot td {
    width: var(--ngw-oc-value-col);
    text-align: left;
    padding-left: 0;
    padding-right: var(--ngw-oc-cell-padding-x);
    box-sizing: border-box;
    font-weight: 600;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table thead th.product-total {
    font-weight: 800;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tbody td.product-total {
    font-weight: 700;
    white-space: nowrap;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot th {
    font-weight: 700;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot tr:first-child th,
.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot tr:first-child td {
    border-top-width: 2px;
    padding-top: 10px;
}

.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot tr.order-total th,
.ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot tr.order-total td {
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--ngw-green);
}

.ngwwccheckout-order-confirmation-shipping-method {
    font-weight: 600;
}

.ngwwccheckout-order-confirmation-addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ngwwccheckout-order-confirmation-bacs-instructions {
    margin-bottom: 10px;
}

.ngwwccheckout-order-confirmation-bacs-instructions > :last-child {
    margin-bottom: 0;
}

.ngwwccheckout-order-confirmation-addresses > .ngwwccheckout-order-confirmation-section {
    min-width: 0;
}

.ngwwccheckout-order-confirmation-address .ngwwccheckout-order-confirmation-meta {
    margin: 0;
}


@media (max-width: 980px) {
    .ngw-wc-order-confirmation-widget .ngwwccheckout-order-confirmation-addresses {
        grid-template-columns: 1fr;
    }
}

.ngwwccheckout-order-confirmation-preview-note {
    margin: 0 0 10px;
    padding: 8px 12px;
    border: 1px dashed var(--ngw-border, rgba(44, 24, 16, 0.2));
    border-radius: var(--ngw-radius-sm, 5px);
    background: rgba(15, 54, 36, 0.06);
    color: var(--ngw-green, #0f3624);
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
}

.ngwwccheckout-checkout-preview-note {
    margin: 0 0 12px;
    padding: 8px 12px;
    border: 1px dashed var(--ngw-border, rgba(44, 24, 16, 0.2));
    border-radius: var(--ngw-radius-sm, 5px);
    background: rgba(245, 241, 230, 0.65);
    font-size: 0.92rem;
    line-height: 1.45;
}

.ngwwccheckout-checkout-preview-field__label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.ngwwccheckout-checkout-preview-field__value {
    display: block;
    padding: 10px 12px;
    border: 1px solid var(--ngw-border, rgba(44, 24, 16, 0.12));
    border-radius: var(--ngw-radius-sm, 5px);
    background: #fff;
}

.ngwwccheckout-checkout-preview-item-meta {
    display: block;
    margin-top: 4px;
    font-size: 0.88rem;
    opacity: 0.85;
}

.ngw-wc-checkout-widget--preview .ngwwccheckout-checkout-preview-form,
.ngw-wc-checkout-widget--editor-canvas .ngwwccheckout-checkout-preview-form {
    pointer-events: none;
}

.ngw-wc-checkout-widget--preview #payment .button,
.ngw-wc-checkout-widget--editor-canvas #payment .button {
    opacity: 0.75;
}

.ngw-wc-checkout-widget--editor-canvas .ngwwccheckout-checkout-preview-note {
    display: none;
}

.ngwwccheckout-elementor-editor-notice {
    margin: 0 0 14px;
    padding: 10px 14px;
    border: 1px dashed var(--ngw-border, rgba(44, 24, 16, 0.25));
    border-radius: var(--ngw-radius-sm, 5px);
    background: rgba(15, 54, 36, 0.06);
    color: var(--ngw-brown, #2c1810);
    font-size: 0.88rem;
    line-height: 1.45;
}

.ngwwccheckout-elementor-editor-notice p {
    margin: 0 0 8px;
}

.ngwwccheckout-elementor-editor-notice p:last-child {
    margin-bottom: 0;
}

.ngwwccheckout-elementor-editor-notice--empty-cart {
    border-color: rgba(180, 80, 0, 0.35);
    background: rgba(255, 244, 230, 0.85);
}

.ngwwccheckout-elementor-editor-notice a {
    font-weight: 700;
    color: var(--ngw-green, #0f3624);
}

.ngwwccheckout-order-confirmation--preview .ngwwccheckout-order-confirmation-preview-note {
    display: block;
}

.ngw-wc-order-confirmation-widget--unavailable .ngw-wc-checkout__notice,
.ngwwccheckout-order-confirmation--empty .ngw-wc-checkout__notice {
    margin: 0;
    padding: 12px 14px;
    background: var(--ngw-surface);
    border: 1px solid var(--ngw-border);
    border-radius: var(--ngw-radius);
}

@media (max-width: 640px) {
    .ngw-wc-order-confirmation-widget {
        --ngw-oc-label-col: 100%;
        --ngw-oc-value-col: 100%;
        --ngw-oc-col-gap: 4px;
    }

    .ngwwccheckout-order-confirmation-heading {
        font-size: 0.88rem;
        padding: 10px 12px;
    }

    .ngwwccheckout-order-confirmation-panel {
        padding: 12px;
    }

    .ngwwccheckout-order-confirmation-meta__row {
        grid-template-columns: 1fr;
        gap: 2px 0;
    }

    .ngwwccheckout-order-confirmation-meta__row dt {
        margin-bottom: 2px;
    }

    .ngwwccheckout-order-confirmation-meta__row dd {
        margin-bottom: 8px;
    }

    .ngwwccheckout-order-confirmation-meta__row:last-child dd {
        margin-bottom: 0;
    }

    .ngw-wc-order-confirmation-widget .ngwwccheckout-order-confirmation-addresses {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ngwwccheckout-order-confirmation-address .ngwwccheckout-order-confirmation-meta__row {
        padding-inline: 0;
    }

    .ngwwccheckout-order-confirmation-address .ngwwccheckout-order-confirmation-meta__row dt,
    .ngwwccheckout-order-confirmation-address .ngwwccheckout-order-confirmation-meta__row dd {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .ngwwccheckout-order-confirmation-payment-table,
    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table {
        table-layout: auto;
    }

    .ngwwccheckout-order-confirmation-payment-table tbody tr {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2px 0;
        padding-bottom: 8px;
        margin-bottom: 4px;
    }

    .ngwwccheckout-order-confirmation-payment-table tbody tr:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .ngwwccheckout-order-confirmation-payment-table th,
    .ngwwccheckout-order-confirmation-payment-table td {
        display: block;
        width: 100%;
        padding: 0;
    }

    .ngwwccheckout-order-confirmation-payment-table th {
        margin-bottom: 2px;
    }

    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table thead {
        display: none;
    }

    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tbody tr,
    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot tr {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2px 0;
        padding: 8px 0;
        border-top: 1px solid var(--ngw-border);
    }

    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tbody tr:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tbody td,
    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot th,
    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot td {
        display: block;
        width: 100%;
        border: 0;
        padding: 0;
        text-align: left;
    }

    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tbody td.product-total,
    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot td {
        margin-top: 2px;
        font-weight: 700;
    }

    .ngw-wc-order-confirmation-widget table.shop_table.ngwwccheckout-order-confirmation-order-table tfoot tr:first-child {
        border-top-width: 2px;
        padding-top: 10px;
    }

}


body:has(.ngw-wc-order-confirmation-widget) .woocommerce-order > .woocommerce-notice,
body:has(.ngw-wc-order-confirmation-widget) .woocommerce-order > .woocommerce-thankyou-order-received,
body:has(.ngw-wc-order-confirmation-widget) .woocommerce-order > .woocommerce-order-overview,
body:has(.ngw-wc-order-confirmation-widget) .woocommerce-order > .woocommerce-order-details,
body:has(.ngw-wc-order-confirmation-widget) .woocommerce-order > .woocommerce-customer-details {
    display: none !important;
}


body:has(.ngw-wc-order-confirmation-widget) .woocommerce-order:not(:has(.ngw-wc-order-confirmation-widget)),
body:has(.ngw-wc-order-confirmation-widget) .woocommerce-notices-wrapper:empty {
    display: none !important;
}
