.country_changer {
    padding: 0 .625rem;
    white-space: nowrap;
    margin: .9375rem .9375rem;
}

#mobile_top_menu_wrapper .country_changer {
    padding: .625rem;
    margin: .0;
}

#countryChangerLightBox .select2-container{
    width: 100% !important;
}
.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}
.modal{
    /* bug fix - custom overlay */
    background-color: rgba(10,10,10,0.45);
}
.first_address_msg {
    margin-top: 10px;
}
#countryChangerLightBox .modal-content {
    width: 100%;
}
#select2-select2_country_changer-container, #countryChangerLightBox .select2-container {
    text-align: left;
}
@media (max-width: 575.98px) {
    #countryChangerLightBox .modal-content {
        min-height: inherit;}
    #countryChangerLightBox .modal-footer {
        padding: 10px 2px;
        justify-content: center;}
}