.select2-container--default {
    width: 482px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
    background-color: transparent !important;
    opacity: 1 !important;
    line-height: 20px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    text-decoration: none !important;
    background: rgba(19,16,13,0.6) !important;;
    color: white !important;;
}

.select2-search--dropdown {
    padding: 1.125em !important;
    background: rgba(19,16,13,0.1);
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid white !important;
    border-radius: 0px !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent !important;
    padding-top: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    padding: 11px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-results__option[aria-selected] {
    font-size: 12px;
    padding: 1.125em 1em;
}

@media only screen and (max-width: 600px) {
    .select2-container--default {
        width: 90% !important;
    }
}

.custom-store-locator-select-wrapper{
    padding: 18px 0px;
    margin-bottom: 40px;
}