.hide-option {
    display: none !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-customer-details address {
    display: none !important;
}

.modal-form-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    visibility: hidden;
}

.modal-form-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-form {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    height: 500px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    z-index: 1043;
}
.modal-form-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    background-attachment: scroll !important;
    visibility: hidden;
}
.shipping_region_speedy {
    pointer-events: none;
}
.modal-form-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    font-style: normal;
    font-size: 28px;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
}
.modal-form-search-wrapper {
    border-bottom: 1px solid #b1b1b1;
}
.modal-form-search {
    border: 1px solid #999;
    background: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 40px;
    padding: 7px 5px 5px 5px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border-radius: 2px;
    width: 90%;
}
.modal-form-content {
    overflow-y: scroll;
    max-height: 400px;
}
.no-scroll {
    overflow: hidden;
}
.modal-radio-label {
    color: #000;
    font-weight: 300 !important;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 1px dashed #aaa;
    padding: 10px 5px 12px 5px;
    display: flex;
    transition: 0.3s;
    font-size: 14px !important;
    text-align: left;
}
.modal-radio-span {
    min-width: 62px;
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 14px;
    margin-left: 15px;
}


#loader-wrapper {
    position: relative;
}


.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none; /* Скрий по подразбиране */
    z-index: 9999; /* Задайте висока стойност, за да бъде преди всички други елементи */
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9d9d9 !important;
}

.loading-overlay.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

#custom_checkout_field_display {
    padding-top: 50px;
}

.speedy-shipping-details {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}
.speedy-shipping-details p {
    margin: 0px;
}
.speedy-logo {
    height: 30px !important;
    width: auto !important;
    margin-left: 5px;
    margin-right: 5px;
}
#invoice_details {
    display: none;
}

#shipping_region_speedy,
#shipping_neighborhood_speedy,
#shipping_street_speedy,
#to_address_more,
#shipping_office_speedy,
#eik_number,
#firm_name {
    width: 100%;
}
.space-line {
    width: 100%;
    margin-bottom: 2em;;
}
.space-line::after {
    content: " ";
}
.woocommerce-thankyou-order-received {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 900px) {
    .speedy-shipping-details {
        margin-top: 20px;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;    
    }

    .speedy-shipping-details label {
        margin: 5px 0px;
    }

}