 .store_locator_country{display:none;} .store_locator_tel{display:none;} .store_locator_fax{display:none;} .store_locator_distance{display:none;} .store_locator_mobile{display:none;} .store_locator_website{display:none;} .store_locator_email{display:none;} .store_locator_description{display:none;} .store_locator_excerpt{display:none;} .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_loading{background-color:#FFFFFF;opacity: 0.8;} .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;}.store_locator_infowindow .store_locator_name {
    font-size: 1rem;
    font-weight: bold;
    padding: 15px 25px 0 25px;
}

.store_locator_infowindow .store_locator_address {
    line-height: 1.5;
    padding-left: 25px;
    padding-right: 25px;
}

#store_locator .gm-style-iw {
    padding: 0;
    border-radius: 0;
    border-bottom: 6px solid var(--e-global-color-primary);
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(
45deg
,var(--e-global-color-primary) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
    
}

.store_locator_infowindow .store_locator_details {
    padding: 0;
    margin-bottom: 15px;
}

.store_locator_infowindow .store_locator_actions {
    margin: 0 25px;
}

.store_locator_infowindow .store_locator_get_direction {
    color: var(--e-global-color-primary);
    padding: 0!important;
    margin: 0!important;
    font-size: 1rem;
    font-weight: 400;
}

.store_locator_infowindow .store_locator_get_direction:hover {
    color: #5CB85C;
}

.store_locator_result_list_box hr {
    margin-top: 24px!important;
}

.store_locator_details {
	display: flex;
	flex-direction: column;
}

.store_locator_details > .store_locator_custom_field {
	order: 1;
}

.store_locator_details > .store_locator_name {
	order: 2;
}

.store_locator_details > .store_locator_address {
	order: 3;
}

.store_locator_details > .store_locator_contact {
	order: 4;
}

.store_locator_details > .store_locator_actions {
	order: 5;
}

.store_locator_custom_fields {
	margin-bottom: 0;
}

.store_locator_infowindow .store_locator_custom_fields {
    order: 1;
    margin: 15px 25px 0 25px;
}

.store_locator_infowindow .store_locator_name {
    padding-top: 0;
}