/* Start custom CSS */#store_locator_address_field {
    border-color: #006939!important;
    border-width: 2px!important;
    margin-bottom: 10px;
    padding: 15px;
}

.store_locator_result_list_item:hover, .store_locator_result_list_item_hover {
  background-color: #f9f9f9!important;
}

.store_locator_name {
    line-height: 1.25em!important;
}

.store_locator_infowindow h3.store_locator_opening_hours_title {
    display: none;
}

#store-locator-opening-hours {
    display: none;
}


store-locator-opening-hours {
    font-size: 12px;
    line-height: 1.5em;
}

.wordpress-store-locator-address-title, #store_locator_dragged_button {
    display: none;
}

h3.store_locator_opening_hours_title {
    font-size: 12px;
    color: #c74141;
}

h3.store_locator_opening_hours_title:hover {
    color: #006939;
}

#store_locator_address_field:focus, #store_locator_address_field:active, #store_locator_address_field:hover {
    border-color: #BD2C34!important;
    outline: none;
    
}/* End custom CSS */