#wa-detect-location {
    background: #262262;
    border: 1px #262262 solid;
    color: white;
}

#wa-detect-location:hover {
    background: #8f82f5;
}

.wa-submit-btn {
    background: #075E54 !important;
    border: 1px #075E54 solid !important;
    color: white !important;
}

/* Modal wrapper */
#wa-checkout-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: none !important;
    justify-content: center !important;
    align-items: center !important;
    background: rgba(0,0,0,0.65) !important;
    z-index: 9999999 !important;
}

/* Show modal */
#wa-checkout-modal.wa-open {
    display: flex !important;
}

/* Overlay */
.wa-modal-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.55) !important;
    z-index: 9999998 !important;
}

/* Modal box */
.wa-modal-box {
    position: relative !important;
    z-index: 99999999 !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 25px !important;
    max-width: 420px !important;
    width: 95% !important;
    animation: waZoomIn .25s ease !important;
}

/* Close button */
.wa-modal-close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    font-size: 26px !important;
    z-index: 99999999 !important;
    cursor: pointer !important;
    background: transparent !important;
    border: none !important;
}
