 .store_locator_fax{display:none;} .store_locator_mobile{display:none;} .store_locator_description{display:none;} .store_locator_get_direction{display:none !important;} .store_locator_call_now{display:none !important;} .store_locator_visit_website{display:none !important;} .store_locator_write_email{display:none !important;} .store_locator_show_on_map{display:none !important;} .store_locator_visit_store{display:none !important;} .store_locator_image{display:none !important;} .store-locator-categories{display:none !important;} .store-locator-filters{display:none !important;} .store_locator_loading{background-color:#FFFFFF;opacity: 0.7;} .store_locator_loading i{color:#000000;} .gm-style-iw, .store_locator_infowindow{max-width: 350px !important; width: 100% !important; max-height: 400px; white-space: nowrap; overflow: auto;}body .btn-primary {
    background: #fff;
    color: #383838;
    font-weight: normal;
    padding: 10px;
    width: auto;
    max-width: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

body .btn-primary:hover, .btn-primary:hover:focus {
    background: #6f7175;
    color: #fff;
    outline: none;
    border: 0;
}

/*

body .store-locator-row #store_locator_sidebar {
    background: #383838;
    padding: 40px;
    color: #fff;
}

*/

body .store-locator-row #store_locator_sidebar {
    background: #383838;
    padding: 40px;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 50px;
    overflow: auto;
    z-index: 99;
        width: 510px;
}

@media( max-width: 1100px ) {
    
    body .store-locator-row #store_locator_sidebar {
        width: 370px;
    }
    
}


body .store-locator-row #store_locator_sidebar h2,
body .store-locator-row #store_locator_sidebar h3.store_locator_filter_title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

body .store-locator-row #store_locator_sidebar .store_locator_filter_active_filter_box, 
body .store-locator-row #store_locator_sidebar .store_locator_filter_active_filter_box *,
body .store-locator-row #store_locator_sidebar h1,
body .store-locator-row #store_locator_sidebar h2,
body .store-locator-row #store_locator_sidebar h3,
body .store-locator-row #store_locator_sidebar h4,
body .store-locator-row #store_locator_sidebar h5,
body .store-locator-row #store_locator_sidebar h6{
    color: #fff;
}

.store_locator .store_locator_address_field,
.store_locator .store_locator_name_search_field,
.store_locator .select {
    background: none !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: 10px !important;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100% !important;
    max-width: 100% !important;
}

.store_locator .select option {
    color: #383838;
}

.store_locator .store_locator_address_field:focus, .store_locator_name_search_field:focus {
    background: none;
    opacity: 0.7;
}

body .store-locator-row #store_locator_sidebar a:not(.btn) {
    color: #fff;
}

body .store-locator-row #store_locator_sidebar a:not(.btn):hover,
body .store-locator-row #store_locator_sidebar a:not(.btn):focus {
    color: #6f7175;
}

body .store-locator-row #store_locator_sidebar #store_locator_address_field {
    margin-bottom: 10px;
}

body .store_locator_filter_open_close i {
    margin: 6px 0;
}

body .store_locator_result_list_item {
    padding: 15px 0;
    margin: 10px 15px;
    width: calc( 100% - 30px );
}

body .store_locator_result_list_item:hover {
    background: none;
}

body .store-locator-row #store_locator_sidebar .store_locator_details {
    line-height: 1.6;
}

#store_locator_result_list h4.store_locator_no_stores {
    text-align: center;
    font-size: 16px;
    margin: 20px;
    padding: 0;
}

#store_locator_main { padding: 0; }

#store_locator > .store-locator-row {
    display: flex;
}

/*

@media( min-width: 992px ) {

#store_locator > .store-locator-row div#store_locator_map {
    height: 100% !important;
}

}

*/


.store_locator_infowindow>div {
    line-height: 1.6;
}

.store_locator_infowindow>div a.btn {
    background: #383838;
    color: #fff;
    padding: 5px 10px;
}

.store_locator_infowindow>div a.btn:hover,
.store_locator_infowindow>div a.btn:focus{
    background: #6f7175;
}

@media( max-width: 991px ) {
    
    #store_locator > .store-locator-row {
    flex-wrap: wrap;
}
    
}

#store_locator_map {
    height: 700px !important;
}

#store_locator > .store-locator-row {
    position: relative;
}

#store_locator_main {
    padding: 0;
    width: 90%;
    margin-left: auto;
}

body #store_locator_result_list .btn-primary {
    margin-bottom: 5px;
}

@media( max-width: 991px ) {
    
    body .store-locator-row #store_locator_sidebar {
        width: 100%;
        position: relative;
        top: 0;
        bottom: 0;
    }
    
    #store_locator_map {
        height: 500px !important;
    }
    
    #store_locator_main {
        width: 100%;
    }
    
}