/*  FOOTER  */

body.single-stores .elementor-location-footer span.wordpress-store-locator-store-in {
    display: none !important;
}

/* MISE EN FORME DU STORE LOCATOR */


.store_modal_title {
    font-size: 28px;
    line-height: 1.2em !important;
    font-weight: 500;
}
a#store_locator_get_all_stores {
    float: right;
}
input#store_locator_address_field {
    margin-bottom: 10px;
}

@media only screen and (max-width: 960px){
    a.btn.button.btn-primary.btn-lg.store_locator_get_direction {
        margin-bottom: 4px;
        padding: 10px;
    }
    a.btn.button.btn-primary.btn-lg.store_locator_call_now{
        padding: 10px;
    }
    #store_locator_result_list{
        min-height: 500px !important;
        max-height: 520px !important;
    }
}



.store_locator_single_opening_hours, .store_locator_single_opening_hours2 {
    display: none;
}

.standish-store-locator .store-locator-row {
    margin-left: 0px;
    margin-right: 0px;
}
.standish-store-locator .store-locator-col-sm-12.store_locator_details {
    width: 255px;
    margin: 20px;
}
.standish-store-locator #custom_store_locator_result_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.standish-store-locator h3.store_locator_name,
h3.store_locator_name{
    color: #252D40;
    font-size: 19px !important;
}

.store_locator_details i.fas{
    color:#252D40;
}

.standish-store-locator h3.store_locator_name:hover,
h3.store_locator_name:hover {
    color: #000;
}
.standish-store-locator h3.store_locator_name .fa-chevron-right:before,
h3.store_locator_name .fa-chevron-right:before {
    display: none;
}
.standish-store-locator .store-locator-row:hover{
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.27);
    background-color: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.btn-contact-standish-store-locator{
    margin-top: 15px !important;
    padding: 10px 12px !important;
    text-align: left !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    text-transform: inherit !important;
    border-radius: 4px !important;
    background: #8FB9E4 !important;
   /* color: #fff !important;*/
    color:#252D40;
    font-weight: 600;
}
.btn-contact-standish-store-locator:hover{
    opacity: 0.8;
}
body.single-stores .store_locator_single_address h2,
body.single-stores .store_locator_single_contact h2,
body.single-stores .store_locator_single_opening_hours h2,
body.single-stores .store_locator_single_opening_hours2 h2
{
    font-size: 20px;
}
body.single-stores .store_locator_single_categories{
    display: none;
}
span.store_locator_zip,
span.store_locator_tel,
span.store_locator_city,
span.store_locator_region,
span.store_locator_street,
span.store_locator_country
{
    margin-right: 5px;
    color: #000;
}


span.store_locator_tel{
    margin-right: 5px;
    color: #000;
    /*white-space: nowrap;*/
    display: inline-block;
    padding-bottom: 5px;
    /*flex-direction: row;*/

}

span.store_locator_tel > a{
    display: inline-block;
    padding-left: 5px;
    overflow-wrap: anywhere;
}

.single_filter_filter {
    display: none;
}
p.store_locator_filters{
    font-weight: bold;
    color: #000;
}
.theplus-tabs-content-wrapper .plus-tab-content p {
    margin-bottom: 20px !important;
}

/********** Where to buy ***********/

span#store_locator_filter_active_filter_box{
    display: none;
}
.store_locator_result_list_description{
    padding-left: 0px !important;
}

select#store_locator_filter_categories {
    display: none;
}
input#store_locator_address_field {
    margin-bottom: 14px;
}
button#store_locator_find_stores_button {
    font-weight: bold;
    font-size: 17px;
    border-radius: 4px;
}
a#store_locator_get_my_position {
    margin: 5px 20px 0 0;
    font-weight: bold;
    display: block;
}
strong.store_locator_single_categories_title{
    padding-right: 5px;
}
a.btn.button.btn-primary.btn-lg.store_locator_get_direction {
    border-radius: 4px;
}
a#store_locator_get_all_stores {
    font-weight: bold;
    margin: 0;
    float: left;
    display: block;
}
.store_locator_single_opening_hours, .store_locator_single_opening_hours2 {
    padding-top: 20px;
}
a.btn.button.btn-primary.btn-lg.store_locator_call_now,
a.btn.button.btn-primary.btn-lg.store_locator_contact_store,
a.btn.button.btn-primary.btn-lg.store_locator_visit_website {
    border-radius: 4px;
}
p.store_locator_actions a{
    padding: 12px;
    margin-top: 3px;
}
div#store_locator_result_list_box > hr.grey {
    border: 0px;
}
.store_locator_result_list_item {
    border: 1px solid #E6E6E6;
    padding-bottom: 10px;
    position: relative;
    border-radius: 8px;
    margin-bottom: 12px;
}
.store_locator_result_list_item {
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
}



@media only screen and (max-width: 1210px){
    p.store_locator_actions a{
        padding: 10px;
        margin-top: 3px;
    }
}