/* Start custom CSS */#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    border-radius: 15px;
}

.wpsl-input label {
    width: 125px !important;
    padding-left: 10px !important;
}


.wpsl-search {
    border-radius: 15px;
}

input#wpsl-search-btn {
    background: #B4B276;
    color: #fff;
    width: 100px;
    font-size: 18px;
}

.wpsl-select-wrap label {
    padding-left: 20px;
}


#wpsl-category, .wpsl-input, .wpsl-select-wrap {
    margin-bottom: 0px;
}

.wpsl-search.wpsl-checkboxes-enabled {
    margin-bottom: 30px;
}/* End custom CSS */