.elementor-1110 .elementor-element.elementor-element-54591b92{--display:flex;--border-radius:5px 5px 5px 5px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1110 .elementor-element.elementor-element-54591b92:not(.elementor-motion-effects-element-type-background), .elementor-1110 .elementor-element.elementor-element-54591b92 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7e43d57 );}.elementor-1110 .elementor-element.elementor-element-256301d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-1110 .elementor-element.elementor-element-54591b92{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-3ad2cb2e *//* ================================
   GLOBAL FONT
   ================================ */

.delivery-checker,
.delivery-checker *,
.delivery-modal,
.delivery-modal *,
.delivery-modal-content,
.delivery-modal-content * {
    font-family: var(--e-global-typography-text-font-family) !important;
}

/* ================================
   DELIVERY CHECKER
   ================================ */

.delivery-checker {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.delivery-checker input {
    flex: 1;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.delivery-checker button {
    background: #3c673e;
    color: #fff;
    border: none;
    padding: 14px 24px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 400;
    font-size: 1rem;
    transition: .3s ease;
}

.delivery-checker button:hover {
    background: #d4cb0c;
    color: #000;
}

/* ================================
   MODAL
   ================================ */

.delivery-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.delivery-modal.is-open {
    display: flex;
}

.delivery-modal-content {
    background: #fff;
    width: 100%;
    max-width: 650px;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

/* ================================
   CLOSE BUTTON
   ================================ */

.delivery-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 50%;

    color: #6b7280;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;

    cursor: pointer;
    transition: all .25s ease;

    padding: 0;
    margin: 0;
    z-index: 10;
}

.delivery-modal-close:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: #fff;
    transform: scale(1.05);
}

/* ================================
   RESULTS
   ================================ */

.delivery-result-success,
.delivery-result-warning {
    padding: 0;
    line-height: 1.6;
    text-align: center;
}

.delivery-result-success {
    background: transparent;
    border: none;
    color: #3c673e;
}

.delivery-result-warning {
    background: transparent;
    border: none;
    color: #6a5e00;
}

.delivery-result-success h3,
.delivery-result-warning h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: var(--e-global-typography-primary-font-family) !important;
    font-size: 2rem !important;
    line-height: 1.2;
}

.delivery-result-success p,
.delivery-result-warning p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.delivery-next-step {
    margin: 25px 0 15px;
    font-weight: 600;
    text-align: center;
}

/* ================================
   CTA BUTTONS
   ================================ */

.delivery-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.delivery-cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background: #3c673e;
    color: #fff !important;
    padding: 14px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem !important;
    transition: .3s ease;
}

.delivery-cta-btn:hover {
    background: #d4cb0c;
    color: #000 !important;
}

/* ================================
   MOBILE
   ================================ */

@media (max-width: 767px) {

    .delivery-checker {
        flex-direction: column;
    }

    .delivery-modal {
        padding: 10px;
    }

    .delivery-modal-content {
        padding: 20px;
    }

    .delivery-result-success h3,
    .delivery-result-warning h3 {
        font-size: 1.5rem !important;
        line-height: 1.2;
    }

    .delivery-cta-btn {
        font-size: 1rem !important;
    }

    .delivery-checker button {
        font-size: 0.95rem !important;
    }

}
/* Prevent Elementor focus colour after click */

.delivery-checker button:focus,
.delivery-checker button:active,
.delivery-checker button:focus-visible {
    background: #3c673e !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.delivery-checker button:hover {
    background: #d4cb0c !important;
    color: #000 !important;
}/* End custom CSS */