@font-face {
    font-family: 'wpsl-fontello';
    src: url('../font/fontello.eot?28897909');
    src: url('../font/fontello.eot?28897909#iefix') format('embedded-opentype'), url('../font/fontello.woff?28897909') format('woff'), url('../font/fontello.ttf?28897909') format('truetype'), url('../font/fontello.svg?28897909#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Loading Extra Params for .loading-spinner */
#store-details-loader {
    width: calc(100% - 2rem);
    height: calc(100% - 4rem);
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* WPSL Map */
#wpsl-gmap {
    width: 65.5%;
    height: 350px;
    margin-bottom: 0;
}

.wpsl-store-below #wpsl-gmap {
    float: none;
    width: 100%;
}

.wpsl-gmap-canvas {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

#wpsl-reset-map:hover {
    cursor: pointer;
}


/*
Some themes set a box-shadow or max-width for all image /
div elements, we disable it to prevent it from messing up the map

The .gv-iv- class is used in streetview, and they should not be included.
*/

#wpsl-gmap div:not[class^="gv-iv"],
#wpsl-gmap img,
.wpsl-gmap-canvas div:not[class^="gv-iv"],
.wpsl-gmap-canvas img {
    box-shadow: none !important;
    max-width: none !important;
    background: none;
}

#wpsl-gmap img,
.wpsl-gmap-canvas img {
    display: inline !important;
    opacity: 1 !important;
    max-height: none !important;
}


/*
Fix a problem where the background color used
in street view mode doesn't cover the control area.
*/

#wpsl-gmap * {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

#wpsl-gmap div.gm-iv-marker,
.wpsl-gmap-canvas div.gm-iv-marker {
    backgroud-image: inherit;
}

.gm-style-pbc-map{
    background-color: rgba(20, 34, 76, 0.9);
}

#wpsl-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

#wpsl-gmap .store-details-wrap{
    transform: none !important;
}

#wpsl-wrap .store_location_list{
    display: none;
}

#wpsl-search-wrap {
    float: left;
    width: 100%;
}

#wpsl-search-wrap form {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

#wpsl-gmap img[src*="red@2x"] {
    display: none !important;
}

/* Map Controls */

#wpsl-gmap #wpsl-map-controls {
    position: absolute;
    height: 28px;
    right: 10px;
    bottom: 24px;
    border-radius: 2px;
    z-index: 3;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
}

#wpsl-gmap #wpsl-map-controls.wpsl-street-view-exists {
    right: 48px;
}

#wpsl-map-controls .wpsl-direction-preloader {
    margin: 5px 5px 0 5px;
}

#wpsl-map-controls div {
    float: left;
    background: #fff;
    border-radius: 2px;
}

#wpsl-map-controls div:hover {
    cursor: pointer;
}

#wpsl-wrap [class^="wpsl-icon-"],
#wpsl-wrap [class*=" wpsl-icon-"] {
    position: relative;
    float: left;
    padding: 7px 9px 7px 8px;
    display: inline-block;
    font-family: "wpsl-fontello";
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    color: #737373;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*
 * Make sure the CSS from a theme doesn't set a different font family, or font size
 * for the font icons. Otherwise the icons either don't show, or are to large.
 */

#wpsl-map-controls span {
    font-family: inherit;
    font-size: inherit;
}


/* Fix the padding for the icon fonts in IE 8-11 :( */

#wpsl-wrap .wpsl-ie [class^="wpsl-icon-"],
#wpsl-wrap .wpsl-ie [class*=" wpsl-icon-"] {
    padding: 9px 8px 4px 8px;
}


/* Make the clickable area bigger for the buttons on mobile devices */

#wpsl-wrap.wpsl-mobile [class^="wpsl-icon-"],
#wpsl-wrap.wpsl-mobile [class*=" wpsl-icon-"] {
    padding: 8px 10px;
}

#wpsl-wrap .wpsl-icon-reset {
    border-radius: 2px 0 0 2px;
    z-index: 2;
    padding-left: 9px;
    padding-right: 4px;
}

#wpsl-wrap .wpsl-icon-direction {
    z-index: 1;
}

#wpsl-map-controls.wpsl-reset-exists .wpsl-icon-direction {
    border-radius: 0 2px 2px 0;
}

#wpsl-wrap .wpsl-active-icon,
#wpsl-wrap [class^="wpsl-icon-"]:hover,
#wpsl-wrap [class*=" wpsl-icon-"]:hover {
    color: #000;
}

#wpsl-wrap [class^="wpsl-icon-"]:active,
#wpsl-wrap [class*=" wpsl-icon-"]:focus {
    outline: 0;
}

#wpsl-wrap .wpsl-in-progress:hover,
#wpsl-wrap .wpsl-in-progress {
    color: #c6c6c6;
}


/* Map reset button */

#wpsl-gmap #wpsl-reset-map {
    position: absolute;
    display: none;
    right: 37px;
    top: 37px;
    padding: 6px 14px;
    background: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    z-index: 3;
}

#wpsl-reset-map:hover {
    cursor: pointer;
}


/* Possible fix for vertical text issue in IE9? */

.gm-style-cc {
    word-wrap: normal;
}


/* #wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap {
    display:table;
} */


/* #wpsl-search-wrap .wpsl-input label,
#wpsl-search-wrap .wpsl-input input,
#wpsl-search-wrap #wpsl-radius,
#wpsl-search-wrap #wpsl-results,
#wpsl-search-btn {
    display:table-cell;
} */

#wpsl-search-wrap label {
    margin-bottom: 0px;
}

#wpsl-search-input {
    width: 179px;
    height: auto;
    padding: 7px 12px;
    font-size: 100%;
    margin: 0;
}

#wpsl-search-input.wpsl-error {
    border: 1px solid #bd0028 !important;
}


/* Result list */

.wpsl-back {
    display: inline-block;
}

.wpsl-store-below #wpsl-result-list {
    width: 100%;
    margin: 12px 0 0 0;
}

#wpsl-stores,
#wpsl-direction-details {
    height: 350px;
    overflow-y: auto;
}

.wpsl-hide,
#wpsl-direction-details {
    display: none;
}

#wpsl-result-list p {
    padding-left: 10px;
}

.wpsl-store-below #wpsl-result-list p {
    padding-left: 0;
}

#wpsl-result-list a {
    outline: none;
}

#wpsl-result-list a.wpsl-store-details {
    position: absolute;
    right: 0;
    top: 16px;
    background: #0095da;
    color: #ffffff;
    padding: 7px 7px 5px;
    text-transform: uppercase;
    font-size: 11px;
}

.wpsl-direction-before {
    margin: 14px 0 21px 0;
    padding-left: 10px;
}

.wpsl-store-below .wpsl-direction-before {
    padding-left: 0;
}

.wpsl-direction-before div {
    margin-top: 10px;
}

#wpsl-wrap #wpsl-result-list li {
    border-top: 1px solid #cccccc;
    margin-left: 0;
    overflow: hidden;
    list-style: none outside none !important;
    text-indent: 0;
    position: relative;
    cursor: pointer;
}

#wpsl-wrap #wpsl-result-list li li {
    padding: 0;
    border-bottom: 0;
    margin-left: 14px;
    overflow: visible;
}

#wpsl-wrap #wpsl-result-list ul li {
    list-style: none !important;
}

#wpsl-wrap #wpsl-result-list ol li {
    list-style: decimal !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    padding: 10px 10px 10px 0;
}

#wpsl-result-list li p.wpsl-phone {
    padding-left: 0;
    padding-top: 5px;
}
#wpsl-result-list li a.wpsl-phone {
    display: none;
}

#wpsl-result-list li .wpsl-direction-wrap {
    display: inline-block;
    color: #1d2f68;
}

.page-template-page-store_locator .entry-content {
    margin-top: -127px;
}

.wpsl-store-details.wpsl-store-listing {
    position: relative;
    padding-right: 20px;
}

.wpsl-store-details.wpsl-store-listing:before,
.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before {
    position: absolute;
    content: '';
    bottom: 6px;
    right: 0;
    border-top: 5px solid #000000;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}

.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before {
    border-bottom: 5px solid #000000;
    border-top: none;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}

#wpsl-stores .wpsl-store-thumb {
    float: right;
    border-radius: 3px;
    margin: 7px 0 0 10px;
    padding: 0;
    border: none;
}

.wpsl-direction-index {
    float: left;
    width: 8%;
    margin: 0 5% 0 0;
}

.wpsl-direction-txt {
    float: left;
    width: 62%;
}

.wpsl-direction-distance {
    float: left;
    width: 20%;
    margin: 0 0 0 5%;
}

.wpsl-direction-txt span {
    display: block;
    margin-top: 10px;
}

.wpsl-street,
.wpsl-country {
    display: inline-block;
    border-bottom: none !important;
}

.wpsl-directions {
    display: table;
    border-bottom: none !important;
}


/* Preloader */

#wpsl-wrap #wpsl-result-list li.wpsl-preloader {
    position: relative;
    border-bottom: none;
    padding: 10px 10px 10px 35px;
}

.wpsl-preloader img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    box-shadow: none !important;
    border: none !important;
}

.wpsl-preloader span {
    float: left;
    margin: -5px 0 0 11px;
}


/* #wpsl-search-wrap div,
#wpsl-search-btn {
    margin-right: 10px;
    float: left;
} */

#wpsl-search-wrap .wpsl-select-wrap {
    position: relative;
    z-index: 2;
    margin-right: 0;
}

#wpsl-search-wrap .wpsl-input-field {
    position: relative;
}

#wpsl-radius,
#wpsl-results {
    float: left;
    margin-right: 15px;
}

#wpsl-category {
    position: relative;
    z-index: 1;
    clear: both;
}

#wpsl-search-wrap .wpsl-dropdown div {
    position: absolute;
    float: none;
    margin: -1px 0 0 0;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #ccc;
    background: #fff;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#wpsl-search-wrap .wpsl-dropdown.wpsl-active div {
    opacity: 1;
}

.wpsl-input label {
    color: #000;
}

#wpsl-search-wrap .wpsl-input label {
    margin-right: 0;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding-left: 2px;
}

#wpsl-radius,
#wpsl-results {
    display: inline;
}

#wpsl-radius {
    margin-right: 10px;
}

#wpsl-search-btn:hover {
    cursor: pointer;
}

#wpsl-search-wrap select,
#wpsl-search select {
    display: none;
}

#wpsl-search-wrap div label {
    margin-right: 10px;
    line-height: 30px;
    display: inline-block;
    width: auto;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.25px;
    cursor: pointer;
}

#wpsl-results label {
    width: auto;
}

#wpsl-result-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 539px;
    border: 1px solid #cccccc;
    border-width: 0 1px;
}

.wpsl-direction-details {
    display: none;
}


/* Infowindow */

#wpsl-gmap .wpsl-info-window,
.wpsl-gmap-canvas .wpsl-info-window {
    max-width: 225px;
}

.wpsl-more-info-listings span,
.wpsl-info-window span {
    display: block;
}

.wpsl-info-window .wpsl-no-margin {
    margin: 0;
}


/* More info details in the store listings */

.wpsl-more-info-listings {
    display: none;
}

.wpsl-info-window-products {
  display: flex;
}

.wpsl-info-window-products .store_prod p,
.wpsl-info-window-middle h5 {
    color: #c0d44f;
    font-size: 16px;
    font-weight: 400;
}

.details-store {
    width: 700px !important;
}
.open-store-details .gm-style-pbc + div{
    background-color: rgb(20,34,76 ,0.8)
}

.gm-style .gm-style-iw {
    width: 665px!important;
    /* width: 100% !important; */
    left: 0 !important;
    top: 0 !important;
}

.gm-style-iw>div {
    max-width: 664px!important;
    max-height: 533px !important;
    width: 100%;
}

.details-store>div:first-child>div:last-child {
    width: 716px !important;
    left: -24px!important;
    height: 599px!important;
    top: -25px!important;
}

.gm-style-iw-wrap {
    width: 700px !important;
}

/* Fix for Google Voice breaking the phone numbers */

.wpsl-info-window span span {
    display: inline !important;
}

.wpsl-info-window-products .store_prod p {
    margin: 0 0 10px 0;
}

#wpsl-wrap .wpsl-info-window .content_editor > p {
    color: #c0d44f;
}
#wpsl-wrap .wpsl-info-window .content_editor > span,.store_prod > span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px !important;
    min-height: 40px;
}

.wpsl-store-hours {
    margin-top: 10px;
}

.wpsl-store-hours strong {
    display: block;
}

#wpsl-gmap .wpsl-info-actions {
    display: block;
    margin: 10px 0 !important;
}

.wpsl-info-actions a {
    float: left;
    margin-right: 7px;
}

.wpsl-info-actions .wpsl-zoom-here {
    margin-right: 0;
}


/* --- dropdowns --- */

.wpsl-dropdown {
    position: relative;
    width: 90px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-right: 0 !important;
    z-index: 2;
}

#wpsl-results .wpsl-dropdown {
    width: 70px;
}

.wpsl-dropdown ul {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    overflow: hidden;
}

.wpsl-dropdown:hover {
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.15);
}

.wpsl-dropdown .wpsl-selected-item,
.wpsl-dropdown li {
    position: relative;
    display: block;
    line-height: normal;
    color: #000;
    overflow: hidden;
}

#wpsl-radius .wpsl-dropdown .wpsl-selected-item,
#wpsl-radius .wpsl-dropdown li,
#wpsl-results .wpsl-dropdown .wpsl-selected-item,
#wpsl-results .wpsl-dropdown li {
    white-space: nowrap;
}

.wpsl-selected-item:after {
    position: absolute;
    content: "";
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border: 6px solid transparent;
    border-top: 8px solid #000;
}

.wpsl-active .wpsl-selected-item:after {
    margin-top: -10px;
    border: 6px solid transparent;
    border-bottom: 8px solid #000;
}

.wpsl-dropdown li:hover {
    background: #f8f9f8;
    position: relative;
    z-index: 3;
    color: #000;
}

.wpsl-dropdown .wpsl-selected-item,
.wpsl-dropdown li,
.wpsl-selected-item {
    list-style: none;
    padding: 9px 12px !important;
    margin: 0 !important;
}

.wpsl-selected-dropdown {
    font-weight: bold;
}

.wpsl-clearfix:before,
.wpsl-clearfix:after {
    content: " ";
    display: table;
}

.wpsl-clearfix:after {
    clear: both;
}

#wpsl-wrap .wpsl-selected-item {
    position: static;
    padding-right: 35px !important;
}

#wpsl-category,
.wpsl-input,
.wpsl-select-wrap {
    position: relative;
}

#wpsl-search-wrap .wpsl-scroll-required div {
    overflow-y: scroll;
}

.wpsl-scroll-required ul {
    overflow: visible;
}

.wpsl-provided-by {
    float: right;
    padding: 5px 0;
    text-align: right;
    font-size: 12px;
    width: 100%;
}

#wpsl-wrap .wpsl-results-only label {
    width: auto;
}


/* wpsl custom post type pages */

.wpsl-locations-details,
.wpsl-location-address,
.wpsl-contact-details {
    margin-bottom: 15px;
}

.wpsl-contact-details {
    clear: both;
}

table.wpsl-opening-hours td {
    vertical-align: top;
    padding: 0 15px 0 0;
    text-align: left;
}

table.wpsl-opening-hours time {
    display: block;
}

table.wpsl-opening-hours {
    width: auto !important;
    font-size: 100% !important;
}

table.wpsl-opening-hours,
table.wpsl-opening-hours td {
    border: none !important;
}


/* Custom Infobox */
@media(max-width: 1023px) {
    .wpsl-gmap-canvas .wpsl-infobox {
        min-width: 155px;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 300;
        border: 1px solid #ccc;
        background: #fff !important;
        width: calc(100% - 50px) !important;
        left: 0% !important;
        bottom: 50% !important;
        transform: translate(-50%,50%) !important;
    }
    .wpsl-info-window-products {
        flex-direction: column;
    }
    .wpsl-info-window-products .store_prod {
        padding: 1.5rem 2rem 1.5rem 6rem;
        background: url('../images/sprite.png') no-repeat 1.5rem -2005px
    }
    .wpsl-info-window-products .store_prod.prod_left {
        border-bottom: 1px solid #c0d44f;
    }
}

@media(min-width: 1023px) {
    .wpsl-gmap-canvas .wpsl-infobox {
        min-width: 155px;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 300;
        border: 1px solid #ccc;
        background: #fff !important;
        width: calc(100% - 50px) !important;
        left: -350.222px !important;
        bottom: -300.33px !important;
        height: 599px !important;
    }
    .wpsl-info-window-products .store_prod {
        float: left;
        background: url(../images/sprite.png) no-repeat 41px -1947px;
        padding: 0px 65px 0 113px;
        flex:1;
    }

    .wpsl-info-window-products .store_prod.prod_left {
        border-right: 1px solid #c0d44f;
        padding-bottom: 68px;
    }

    .wpsl-info-window-section.wpsl-info-window-top {
        min-height: 120px;
    }
}
.wpsl-infobox:before{
    content: '\2716';
    right: -14px;
    position: absolute;
    color: white;
    top: -10px;
}
#wpsl-gmap .wpsl-infobox > img{
    opacity: 0 !important;
    right: -18px;
    top: -10px;
}

/* .wpsl-gmap-canvas .wpsl-infobox:after,
.wpsl-gmap-canvas .wpsl-infobox:before {
    position: absolute;
    content: "";
    left: 40px;
    bottom: -11px;
}

.wpsl-gmap-canvas .wpsl-infobox:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff;
}

.wpsl-gmap-canvas .wpsl-infobox:before {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #ccc;
    bottom: -13px;
    left: 38px;
} */

#wpsl-checkbox-filter,
.wpsl-custom-checkboxes {
    display: block;
    float: left;
    margin: 5px 0 15px;
    padding: 0;
    width: 100%;
}

#wpsl-checkbox-filter li,
.wpsl-custom-checkboxes li {
    float: left;
    list-style: none;
    margin: 0 1% 0 0;
}

#wpsl-checkbox-filter.wpsl-checkbox-1-columns li,
.wpsl-custom-checkboxes.wpsl-checkbox-1-columns li {
    width: 99%;
}

#wpsl-checkbox-filter.wpsl-checkbox-2-columns li,
.wpsl-custom-checkboxes.wpsl-checkbox-2-columns li {
    width: 49%;
}

#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,
.wpsl-custom-checkboxes.wpsl-checkbox-3-columns li {
    width: 32%;
}

#wpsl-checkbox-filter.wpsl-checkbox-4-columns li,
.wpsl-custom-checkboxes.wpsl-checkbox-4-columns li {
    width: 24%;
}

#wpsl-checkbox-filter input,
.wpsl-custom-checkboxes input {
    margin-right: 5px;
}

#wpsl-result-list .wpsl-contact-details span {
    display: block !important;
}


/*
Hide the select2 ( https://select2.org/ ) dropdowns to
prevent duplicate dropdowns from showing up in the search bar.
*/

#wpsl-search-wrap .select2 {
    display: none !important;
}


/*
Make a few adjustments for themes that use RTL languages
*/

.rtl #wpsl-result-list {
    float: left;
}

.rtl #wpsl-checkbox-filter input,
.rtl .wpsl-custom-checkboxes input {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .wpsl-info-actions a {
    float: right;
    margin: 0 0 0 7px;
}

.rtl #wpsl-gmap .wpsl-info-window {
    padding-right: 22px;
}

.rtl #wpsl-wrap #wpsl-result-list li.wpsl-preloader {
    padding: 10px 35px 10px 0;
}

.rtl .wpsl-preloader img {
    left: 0;
    right: 10px;
}

#wpsl-search-wrap .filter_wrap {
    cursor: pointer;
}
#wpsl-search-wrap .first_filter .filter_wrap {
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
}

body #wpsl-stores {
    height: auto !important;
}

/* .store_locator_search #wpsl-checkbox-filter .filter_wrap.filter_cat { display: none; } */
.wpsl-search-btn-wrap, .filter_cat {
    display: none;
}
#wpsl-checkbox-filter .filter_box .filter_content {
    display: none;
}
#wpsl-checkbox-filter .filter_box.active .filter_content {
    display: block;
}
#wpsl-checkbox-filter .filter_wrap {
    padding: .5rem 0;
}
#wpsl-checkbox-filter .filter_wrap.shop_online {
    padding: 0;
}

@media(min-width: 1023px) {
    #wpsl-search-wrap .breadcrumbs .container {
        padding: 0;
        margin: 0 -15px;
    }

    #wpsl-result-list,.wpsl-input {
        width: 32.6%;
        margin-right: 0.5%;
    }
    #wpsl-search-wrap .filter_wrap.first {
        margin-right: 13px;
        margin-left: 32px;
    }
    #wpsl-search-wrap .first_filter .filter_wrap {
        width: 342px;
    }
    #wpsl-wrap #wpsl-result-list li {
        padding: 13px 21px;
    }
    .store_locator_search #wpsl-checkbox-filter {
        border: 1px solid #f2f2f2;
        margin: 0;
        padding: 29px;
    }
    .store_location_list{
        margin-bottom: 75px;
    }
    .store_location_list .row {
        /* display: flex; */
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
    }
    .store_location_list .row #wpsl-gmap{
        overflow: hidden;
        width: 64%;
        position: absolute;
        right: 0;
        height: 100% !important;
    }
    .store_location_list .row .wpsl-input {
        width: 34%;
        margin-right: 1%;
    }
    .store_location_list .row #wpsl-result-list {
        width: 34%;
        margin-right: 1%;
    }
    .store_locator_search .filterby_wrap .col-sm-24 {
        padding: 5px 24px 0px;
        color: #013771;
    }
    .wpsl-info-window-products .store_prod p,
    .wpsl-info-window-middle h5 {
        padding-top: 77px;
    }
    #wpsl-checkbox-filter .wpsl-search-btn-wrap {
        padding: 2rem 0 0;
    }
    .store_locator_search #wpsl-checkbox-filter .filter_wrap .wrap_countries{
        padding-top: 40px;
    }

    .store_locator_search #wpsl-checkbox-filter .filter_wrap .wrap_countries.blog_2{
        display: none;
    }

    .store_locator_search #wpsl-checkbox-filter .filter_wrap .wrap_countries h5{
        padding-bottom: 15px;
    }
    .store_locator_search #wpsl-checkbox-filter .filter_wrap .wrap_countries select{
        width: 244px;
        height: 35px;
        border: 1px solid #cccccc;
        padding-left: 10px;
        color: #000000;
        font-size: 15px;
    }
    .filter_wrap_categories {
        padding-right: 25%;
    }
    .filter_wrap_categories > div {
        display: inline-block;
        width: 25%;
    }
    .filter_wrap_categories > div > label {
        font-size: 13px;
    }
}
.store_location_list .row #wpsl-result-list.shop_online {
    width: 100%;
    margin: 0;
}
.store_location_list .row #wpsl-result-list.shop_online #wpsl-stores{
    max-height: 321px;
    min-height: 0;
}
.store_location_list .row #wpsl-result-list.shop_online #wpsl-stores::-webkit-scrollbar,
.store_location_list .row #wpsl-result-list.shop_online::-webkit-scrollbar,
.wpsl-info-window-middle::-webkit-scrollbar {
    width: 15px;
}
.store_location_list .row #wpsl-result-list.shop_online #wpsl-stores::-webkit-scrollbar-track,
.store_location_list .row #wpsl-result-list.shop_online::-webkit-scrollbar-track,
.wpsl-info-window-middle::-webkit-scrollbar-track {
    background: #cccccc;
}
.store_location_list .row #wpsl-result-list.shop_online #wpsl-stores::-webkit-scrollbar-thumb,
.store_location_list .row #wpsl-result-list.shop_online::-webkit-scrollbar-thumb,
.wpsl-info-window-middle::-webkit-scrollbar-thumb {
    background: #0095da;
}
.store_location_list .row #wpsl-result-list.shop_online ul{
    min-height: 0;
}
.store_location_list .row #wpsl-result-list.shop_online .store_location{
    display: none;
}
.store_location_list .row #wpsl-result-list.shop_online .shop_online{
    display: inline-block;
    width: 100%;
}
.store_location_list .shop_online.wpsl-search-result-title{
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 14px;
    padding-top: 32px;
}
.store_location_list .row #wpsl-result-list.shop_online .title_table{
    border: 1px solid #cccccc;
    border-bottom: 0;
    background-color: #f2f2f2;
    line-height: 42px;
    color: #1d2f68;
    font-weight: 600;
    margin-bottom: -4px;
}
.store_location_list .row #wpsl-result-list.shop_online .title_table .col-sm-8{
    padding-left: 27px;
}
.store_location_list .row #wpsl-result-list.shop_online .title_table .country{
    padding-left: 50px;
}
.store_location_list .row #wpsl-result-list.shop_online ul li{
    padding: 6px 13px 4px !important;
    min-height: 80px;
    cursor: default !important;
}
.store_location_list .row #wpsl-result-list.shop_online ul li:nth-child(even){
    background-color: #eaf0f6;
}
.store_location_list .row #wpsl-result-list.shop_online .wpsl-top-url,
.store_location_list .row #wpsl-result-list.shop_online .wpsl-top-url:hover{
    color: #000000 !important;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.store_location_list .row #wpsl-result-list.shop_online .wpsl-top-details{
    align-self: flex-start;
    word-break: break-all;
}
.store_location_list .row #wpsl-result-list.shop_online .wpsl-country div{
    width: 65%;
    text-align: center;
    padding: 4px 0 0;
}
.store_location_list .row #wpsl-result-list.shop_online .content_editor{
    padding: 0;
    display: flex;
    align-items: center;
}
.store_location_list .row #wpsl-result-list.shop_online .content_editor p,
.store_location_list .row #wpsl-result-list.shop_online .content_editor .wpsl-top-logo{
    font-size: 15px;
    line-height: 19px;
    padding: 4px 0 0;
    display: flex;
    justify-content: center;
}
.store_location_list .row #wpsl-result-list.shop_online .content_editor p img{
    margin: 0;
    width: initial;
    max-height: 60px;
}
.store_location_list .row #wpsl-result-list.shop_online .store_prod{
    padding-left: 40px;
}
.store_location_list .row #wpsl-result-list.shop_online .store_prod span{
    line-height: 27px !important;
    text-decoration: underline;
}
.store_location_list .row #wpsl-result-list.shop_online .wpsl-top-logo{
    /* width: 55px; */
    padding: 0;
    margin-right: 0;
}
#wpsl-search-wrap .filter_wrap input[type=radio] {
    display: none;
}

#wpsl-search-wrap .filter_wrap.filter_cons input[type=radio] {
    vertical-align: top;
    display: inline-block;
    float: left;
}

#wpsl-search-wrap .filter_wrap input[type=radio]+label {
    width: 100%;
    text-align: left;
    color: #7f8286;
    background: url(../images/sprite-check.png) no-repeat 0 -58px;
    height: 47px;
    padding-left: 47px;
    height: 41px;
    padding-left: 66px;
    letter-spacing: -0.1px;
    float: left;
    padding-top: 6px;
}

#wpsl-search-wrap .filter_wrap input[type=radio]:checked+label {
    color: #0a2e53;
    background: url(../images/sprite-check.png) no-repeat 0 0;
}

.first_filter .filter_wrap:first {
    margin-right: 12px;
}

@media(max-width: 1023px) {
    body #wpsl-gmap {
        width: calc(100% - 2rem);
        height: 400px !important;
        margin: 1rem;
        border: 1px solid #cccccc;
        position: relative;
    }
    #wpsl-result-list,.wpsl-input {
        max-width: 100%;
        margin: 0;
    }
    #wpsl-search-wrap .filter_wrap.first {
        margin: 0 0 0.7rem 0;
    }
    #wpsl-search-wrap .first_filter .filter_wrap {
        width: 100%;
        text-align: left;
    }
    #wpsl-search-wrap .first_filter .filter_wrap label{
        font-size: 14px;
    }
    #wpsl-search-wrap .first_filter.background_image_blue {
        padding: 1rem;
        width: 100%;
        margin: auto;
    }
    #wpsl-search-wrap .store_locator_search {
        padding: 0;
        margin: 1.5rem 0 0;
    }
    #wpsl-search-wrap .store_locator_search .filterby_wrap {
        margin-top: 1.3rem;
    }
    #wpsl-search-wrap  .store_locator_search .first_filter h3 {
        margin-bottom: 1rem;
        font-size: 16px;
    }

    #wpsl-search-wrap .filter_wrap input[type=radio]+label{
        background-position: -6px -58px !important;
        height: 37px !important;
        padding-left: 60px !important;
    }
    #wpsl-search-wrap .filter_wrap input[type=radio]:checked+label{
        background-position: -6px 0px !important;
    }

    .page-template-page-store_locator .main-page-slider .image_text.display_title{
        padding: 1rem 2rem .8rem;
    }
    .page-template-page-store_locator .main-page-slider .image_text.display_title h1 {
        font-size: 22px;
        line-height: 1em;
    }
    .container.wrap-boxs-footer {
        margin: 1rem;
        flex-direction: column;
    }
    .container.wrap-boxs-footer .box-desc {
        width: 100%;
        margin: .7rem 0;
    }
    .container.wrap-boxs-footer .box-desc p {
        white-space: normal;
    }
    #wpsl-wrap #wpsl-result-list li {
        padding: 1.5rem 2rem 1.5rem 1.5rem;
        background-image: url('../images/icon_arrow.png');
        background-repeat: no-repeat;
        background-position: calc(100% - 1rem) center;
    }
    .store_location_list .row #wpsl-result-list.shop_online ul li {
        padding: 6px 10px 4px !important;
        background-image: none !important;
    }
    #wpsl-wrap #wpsl-result-list li .wpsl-country {
        width: 20%;
        font-size: 15px;
    }
    .store_location_list .row #wpsl-result-list.shop_online .content_editor{
        width: 80%;
        float: left;
    }
    .store_location_list .row #wpsl-result-list.shop_online .wpsl-search-result-title{
        padding: 16px 1rem;
        font-size: 16px;
    }

    #wpsl-wrap .wpsl-input {
        margin: 1rem 1rem 0;
        padding: 14px 13px 8px;
    }
    .wpsl-input .wpsl-search-input-wrapper {
        display: flex;
    }
    .wpsl-input .wpsl-search-input-wrapper > label {
        width: 50%;
        color: #000;
        align-self: center;
        padding-right: .5rem;
        font-size: 15px;
    }
    .wpsl-input .wpsl-search-input-wrapper > #wpsl-search-input {
        width: 50%;
        margin: 0;
        font-size: 13px;
        padding: 8px 10px 6px;
    }
    .wpsl-input .wpsl-search-result-title{
        font-size: 16px;
    }

    .wpsl-store-details .wpsl-store-location strong {
        font-size: 16px;
        /* font-size: 18px; */
    }

    #wpsl-result-list li p.wpsl-phone {
        display: none;
    }
    #wpsl-result-list li a.wpsl-phone {
        display: block;
        color: #000;
        padding-top: 5px;

    }

    .wpsl-store-details .wpsl-store-location {
        font-size: 15px;
    }

    .store_locator_search #wpsl-checkbox-filter {
        margin: 0;
    }
    #wpsl-result-list .wpsl-stores-pagination {
        border-top: none;
        padding-top: 1px;
    }
    .store_locator_search #wpsl-checkbox-filter .filter_wrap > div {
        width: 100%;
        display: inline-block;
    }
    .store_locator_search #wpsl-checkbox-filter .filter_wrap > div.wrap_countries.blog_2{
        display: none;
    }
    .store_locator_search #wpsl-checkbox-filter .filter_wrap > div .block-content {
        width: calc(100% - 1.5rem);
        display: inline-block;
        line-height: 1em;
    }
    .store_locator_search #wpsl-checkbox-filter .filter_wrap > div .block-content > span {
        padding-bottom: .5rem;
    }
    .wpsl-checkboxes-enabled .wpsl-search-btn-wrap {
        padding: 19px 26px;
        border-bottom: 1px solid #ccc;
    }
    .wpsl-checkboxes-enabled .wpsl-search-btn-wrap .clear-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .wpsl-checkboxes-enabled .wpsl-search-btn-wrap .clear-wrapper .clearfilterby {
        align-self: center;
    }
    .store_locator_search .filterby_wrap .col-sm-24 {
        padding: 5px 45px 0px;
        color: #013771;
        background: url('../images/icon_filter.png') no-repeat;
        background-position: 20px center;
    }

    #wpsl-checkbox-filter .filter_box.store_location,
    #wpsl-checkbox-filter .filter_wrap.shop_online .filter_wrap_categories,
    #wpsl-checkbox-filter .filter_wrap.shop_online .wrap_countries {
        border-bottom: 1px solid #ccc;
        padding: 1rem 1.5rem;
    }
    .store_locator_search #wpsl-checkbox-filter .filter_title.store_location,
    .store_locator_search #wpsl-checkbox-filter .filter_cat.store_location{
        padding: 1rem 1.5rem;
    }
    #wpsl-checkbox-filter .filter_wrap.shop_online .wrap_countries h5{
        padding: 14px 0;
    }

    .store_locator_search #wpsl-checkbox-filter .filter_box .filter_wrap h5 {
        position: relative;
    }
    .store_locator_search #wpsl-checkbox-filter .filter_wrap .wrap_countries select{
        display: inline-block;
        width: 100%;
        height: 35px;
        border: 1px solid #cccccc;
        padding-left: 10px;
        color: #000000;
        font-size: 15px;
        margin-bottom: 13px;
    }
    .store_locator_search #wpsl-checkbox-filter .clearfilterby{
        float: right;
        margin-top: 9px;
    }
    .store_locator_search #wpsl-checkbox-filter .filter_box .filter_wrap h5:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: url('../images/icon_plus.png') no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .store_locator_search #wpsl-checkbox-filter .filter_box.active .filter_wrap h5:after {
        background: url('../images/icon_minus.png') no-repeat;
        background-position: center;
    }

    .store_location_list .row #wpsl-result-list.shop_online,
    .store_location_list .row #wpsl-result-list.shop_online #wpsl-stores{
        width: 993px !important;
        overflow-x: auto;
        padding: 0;
    }
    .store_location_list .row #wpsl-result-list.shop_online{
        border-right: 1px solid #cccccc;
    }
    .store_location_list .row #wpsl-result-list.shop_online .title_table{
        width: 993px;
        margin-bottom:0;
    }
    .store_location_list .row #wpsl-result-list.shop_online .wpsl-top-logo{
        width: 40%;
    }
    .store_location_list .row #wpsl-result-list.shop_online .wpsl-top-url{
        font-size: 14px !important;
        float: left;
        width: 28%;
        word-break: break-all;
        padding: 0 11px;
        line-height: 20px;
    }
    .store_location_list .row #wpsl-result-list.shop_online .wpsl-top-details{
        width: 75%;
    }
    .store_location_list .row #wpsl-result-list.shop_online .title_table .col-sm-8{
        width: 37%;
        float: left;
        padding-left: 15px;
    }
    .store_location_list .row #wpsl-result-list.shop_online .title_table .col-sm-10{
        width: 45%;
        float: left;
        padding-left: 20px;
    }
    .wpsl-stores-wrap{
        margin: 0 15px;
    }
    .store_location_list .shop_online.wpsl-search-result-title{
        font-size: 16px;
    }
    body.store-details-fixed {
        overflow: hidden;
        position: relative;
    }
    body.store-details-fixed .site-header{
        position: static;
    }
    body.store-details-fixed .wpsl-infobox.cloned {
        position: fixed !important;
        top: 0rem !important;
        left: 0rem !important;
        bottom: 0rem !important;
        right: 0rem !important;
        width: 100% !important
    }
    body.store-details-fixed .wpsl-infobox.cloned:before {
        top: 1rem;
        right: 1rem;
    }
    body.store-details-fixed #page:after {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.8);
        z-index: 1;
    }
    body.store-details-fixed .wpsl-infobox.cloned > img { display: none; }
    body.store-details-fixed .wpsl-infobox.cloned .wpsl-info-window {
        background: #fff;
        margin: 2rem 1rem;
    }
    .wpsl-info-window-products .store_prod p{
        padding-bottom: 10px;
    }
    .wpsl-info-window-section{
        display: flex;
        padding: 30px 20px 25px !important;
    }
    .wpsl-top-logo{
        margin-right: 10px !important;
    }
    .wpsl-info-window-section .content_editor p{
        color: #b9cf3c;
        font-size: 16px;
    }
    .wpsl-info-window-section .content_editor span p{
        color: #000000;
    }
}

@media (max-width: 825px) {
    #wpsl-search-input {
        width: 348px;
    }
    .wpsl-results-only #wpsl-search-wrap .wpsl-dropdown {
        width: 70px;
    }
    #wpsl-search-wrap .wpsl-input {
        width: 100%;
        margin-bottom: 10px;
    }
    .wpsl-input label,
    #wpsl-radius label,
    #wpsl-category label,
    .wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input,
    .wpsl-no-filters #wpsl-search-wrap .wpsl-input,
    .wpsl-results-only #wpsl-search-wrap .wpsl-input {
        width: auto;
    }
}

@media (max-width: 720px) {
    #wpsl-search-wrap .wpsl-dropdown {
        width: 114px;
    }
}

@media (max-width: 675px) {
    .wpsl-results-only #wpsl-search-wrap .wpsl-input,
    .wpsl-dropdown {
        width: 100%;
    }
    .wpsl-search {
        padding: 2%;
    }
    .wpsl-input {
        margin-right: 0;
    }
    #wpsl-result-list,
    #wpsl-gmap {
        width: 49.75%;
    }
    #wpsl-result-list,
    #wpsl-gmap {
        float: none;
        width: 100%;
    }
    .wpsl-direction-before {
        padding-left: 0;
    }
    #wpsl-gmap {
        margin-bottom: 15px;
    }
    .wpsl-cat-results-filter .wpsl-select-wrap,
    .wpsl-filter .wpsl-select-wrap,
    #wpsl-result-list {
        margin-bottom: 10px;
    }
    #wpsl-result-list p,
    #wpsl-result-list li {
        padding-left: 0;
    }
    #wpsl-result-list li.wpsl-preloader {
        padding-left: 25px;
    }
    .wpsl-preloader img {
        left: 0;
    }
    #wpsl-stores.wpsl-not-loaded {
        height: 25px;
    }
    #wpsl-reset-map {
        top: 25px;
    }
    .wpsl-no-filters #wpsl-search-wrap .wpsl-input,
    #wpsl-category,
    .wpsl-input,
    .wpsl-select-wrap,
    .wpsl-input,
    #wpsl-search-btn {
        margin-bottom: 0;
    }
    #wpsl-stores.wpsl-no-autoload {
        height: auto !important;
    }
    #wpsl-checkbox-filter.wpsl-checkbox-3-columns li,
    #wpsl-checkbox-filter.wpsl-checkbox-4-columns li {
        width: 49%;
    }
}

@media (max-width: 570px) {
    .wpsl-search {
        padding: 4%;
    }
    .wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input,
    .wpsl-cat-results-filter #wpsl-search-input,
    .wpsl-no-results #wpsl-search-input,
    .wpsl-results-only #wpsl-search-input {
        width: 100% !important;
    }
    .wpsl-search-btn-wrap {
        margin-top: 15px;
    }
    .wpsl-checkboxes-enabled .wpsl-search-btn-wrap {
        margin-top: 0;
    }
    #wpsl-search-btn {
        margin-right: 0;
    }
    #wpsl-search-wrap div label {
        display: block;
        width: 100%;
    }
    #wpsl-results {
        width: auto;
    }
    .wpsl-select-wrap {
        width: 100%;
    }
    #wpsl-radius,
    #wpsl-results {
        width: 50%;
    }
    #wpsl-radius {
        margin-right: 4%;
    }
    #wpsl-search-wrap .wpsl-dropdown {
        width: 96% !important;
    }
    .wpsl-search-btn-wrap {
        clear: both;
    }
    .wpsl-no-filters #wpsl-search-wrap .wpsl-input,
    .wpsl-no-filters #wpsl-search-input {
        width: 100% !important;
    }
}

@media (max-width: 420px) {
    #wpsl-checkbox-filter li {
        margin: 0;
    }
    #wpsl-checkbox-filter.wpsl-checkbox-1-columns li,
    #wpsl-checkbox-filter.wpsl-checkbox-2-columns li,
    #wpsl-checkbox-filter.wpsl-checkbox-3-columns li,
    #wpsl-checkbox-filter.wpsl-checkbox-4-columns li {
        width: 100%;
    }
}
