@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;
}

:root {
    --wpsl-white: #fff;
    --wpsl-gray: #808080FF;
    --wpsl-black: #000000FF;
    --wpsl-gray-theme: #f7f6f6;
    --wpsl-blue-sky: #2196f3;
    --wpsl-search-button: #e5e5e5;
    --wpsl-filter-block-color: #f7f6f6;
}

input {
    -webkit-border-radius:0;
    border-radius:0;
}

input[type="search"] {
    -webkit-appearance: none;
}


#wpsl-map-show {
    display: none;
}

#wpsl-list-users {
    display: none;
}

/* MAP BLOCK */

#wpsl-gmap {
    /*width: 100%;*/
    height: 100%;
}

.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;
    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;
}

#wpsl-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;

    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.4
}

/* FLEX */
.wpsl-flex {
    display: flex;
}

.wpsl-flex-no-wrap {
    flex-wrap: nowrap;
}

.wpsl-flex-grow-1 {
    flex-grow: 1;
}

.wpsl-flex-content-start {
    justify-content: flex-start;
}
/* END FLEX */

/* CONTAINER */
.wpsl-container {
    width: 100%;
    height: 600px;
    /*padding-right: 10px;*/
    background-color: var(--wpsl-white);
}
/* END CONTAINER */

/* SEARCHING BLOCK*/
.wpsl-searching {
    padding: 0;
}

.wpsl-filters {
    margin-top: 0;
    width: 100%;
}

.wpsl-filters-container {
    display: flex;

    flex-direction: column;

    /*grid-gap: 7px;*/
}

.wpsl-no-results-msg  {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    width: 349px;
}
/* END SEARCHING BLOCK*/

/* SEARCH INPUT */
.wpsl-input-group {
    display: flex;
    align-content: stretch;

    box-sizing: border-box;

    border-radius: 6px;
    border: 2px solid var(--wpsl-search-button);
}

.wpsl-input-loupe {
    flex-grow: 1;
}

.wpsl-loupe-img {
    display: none;
}

.wpsl-filters-btn-icon-block {
    display: none;
}

/*.wpsl-input-group-addon-filters {*/
/*    !*margin-left: 10px;*!*/
/*    !*visibility: visible;*!*/
/*    !*padding: 0.5em 1em;*!*/
/*    background: #e2e3e6;*/
/*    border: none;*/
/*    border-top-left-radius: 6px;*/
/*    border-bottom-left-radius: 6px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    font-size: 16px !important;*/
/*}*/

#wpsl-search-input {
    /*flex: 1 0 auto !important;*/
    padding: 7px 20px !important;

    background: var(--wpsl-white) !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
    appearance: none !important;

    width: 100% !important;

    line-height: 1.428571429 !important;
    font-weight: normal !important;

    text-indent: 5px !important;
    font-size: 15px !important;
    caret-color: var(--wpsl-black) !important;
}

#wpsl-search-input:focus {
    outline: none;
}

#wpsl-search-btn {
    padding: 7px 20px  !important;
    width: auto !important;

    background-color: var(--wpsl-white);
    box-shadow: none !important;

    border-radius: 0 !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left: 2px solid var(--wpsl-search-button) !important;

    font-size: 14px !important;
    line-height: initial !important;;
    font-weight: 400 !important;;
    text-transform: initial !important;;
    color: var(--wpsl-black) !important;
    letter-spacing: normal !important;
}

#wpsl-search-btn:hover {
    text-decoration: none !important;
    color: black !important;

    border-radius: 0 !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left: 2px solid var(--wpsl-search-button) !important;
}
/* SEARCH INPUT END */

/* FILTER BLOCK */
.wpsl-filters {
    display: flex;

    height: 600px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.wpsl-filters-search-btn-mobile {
    display: none;
}

.wpsl-filter-block {
    max-height: 250px !important;
    width: 300px !important;
    padding: 10px 10px;
    border-radius: 7px;
    border: 10px solid var(--wpsl-filter-block-color);
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;

    margin: 6px;

    background-color: var(--wpsl-filter-block-color);
}

.wpsl-filters-block-btn {
    width: 300px;
    display: flex;
    justify-content: end;
}

.wpsl-dispaly-block {
    display: none !important;
}

.wpsl-filter-block::-webkit-scrollbar {
    width: 12px !important;
    background-color: var(--wpsl-filter-block-color);
    border-radius: 10px;
    cursor: pointer !important;
}

.wpsl-filter-block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--wpsl-gray);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    cursor: pointer !important;
}
/*this is css remove title content form google dialog*/
.gm-style-iw-chr {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
}

.gm-style-iw.gm-style-iw-c {
    padding-top: 14px !important;
}

. gm-style-iw gm-style-iw-c {
    padding: 14px !important;
}

.wpsl-filter-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.wpsl-filter-block-title {
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 10px;
}

.wpsl-filter-block label {
    display: block;
    width: 260px;

    margin: 0 !important;
}

.wpsl-filter-block li {
    font-size: 0.87em;
    padding: 0 5px 5px 0;
}
/* END FILTER BLOCK */

/* USER LIST */
.wpsl-store-location {

    background-color: var(--wpsl-white);

    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);

    margin-bottom: 25px;
    padding: 10px 0px;
    box-sizing: border-box;
}

.wpsl-user-info-icon {
    display: flex;

    align-items: baseline;
    flex-wrap: nowrap;

    margin: 2px;
}

.wpsl-user-info-icon-container {
    position: relative;
    top: 0px;
    width: 12px;
    height: 17px;
    margin-right: 9px;
}

.wpsl-user-info-icon img {
    margin-right: 5px;
}

.wpsl-user-info-icon-location {
    /*margin-right: 5px;*/
    position: absolute;
    top: 5px;
}

.wpsl-search-btn-wrap {
    visibility: visible;
    display:contents;
}

.wpsl-user-info-buttons {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 20px;
    font-size: 12px !important;
    font-weight: normal !important;
    color: var(--wpsl-white) !important;
}

.wpsl-user-info-btn {
    font-size: 12px !important;
    font-weight: normal !important;
    color: var(--wpsl-white) !important;
}

.wpsl-user-info-buttons-direction {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 5px;
    font-size: 15px;
    font-weight: normal;
}

.wpsl-user-info-btn {
    display: block;
    text-align: center;
    width: 150px;

    border-radius: 6px;
    background-color: var(--wpsl-blue-sky);
    color: var(--wpsl-white);
    text-decoration: none;

    padding: 7px 5px;
    box-sizing: border-box;
}

.wpsl-user-list-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.wpsl-switcher-back {
    border: none;
    border-top: 2px solid black;
    border-left: 2px solid black;
    height: 7px;
    width: 7px;
    transform: rotate(315deg);
}

.wpsl-switcher-next {
    border: none;
    border-top: 2px solid black;
    border-left: 2px solid black;
    height: 7px;
    width: 7px;
    transform: rotate(135deg);
}

.wpsl-switcher-result {
    font-size: 0.9em;
}

#wpsl-stores {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2px;
    box-sizing: border-box;
    scroll-margin-right: 20px;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
}

#wpsl-stores::-webkit-scrollbar {
    margin-left: 123px;
    width: 12px !important;
    background-color: var(--wpsl-filter-block-color);
    border-radius: 10px;
}

#wpsl-google-marker img {
    border-radius: 100px;
    border: 2px solid rgba(255,255,255, 0.1);
}

#wpsl-stores::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--wpsl-gray);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    cursor: pointer !important;
}

#wpsl-stores::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


#wpsl-stores > ul {
    display: block;
    margin: 0 !important;
    padding: 0 !important;

}

#wpsl-stores li {
    margin-right: 0px !important;
}

#wpsl-stores > ul > li {
    display: block;
    list-style-type: none;

    margin: 0px 3px 0px 0px !important;
}

.wpsl-user-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpsl-user-avatar {
    width: 110px;
    display: flex;

    justify-content: center;
}

.wpsl-user-avatar img {
    width:90px !important;
    height:90px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    overflow: hidden !important;
}

.wpsl-user-info {
    width: 220px;
}

.wpsl-user-info-list {
    display: flex;
    flex-direction: column;

}

.wpsl-user-info-name {
    font-size: 0.9em;
    font-weight: 550;
}

.wpsl-user-info-employer {
    display: block;
    width: 200px;
    font-size: 0.8em;
    font-weight: normal;
}

.wpsl-user-info-street {
    display: block;
    width: 200px;
    font-size: 0.8em;
    font-weight: normal;
}

.wpsl-user-link-location {
    word-break: keep-all; /*this stops the word breaking*/
    text-decoration: none;
}

.wpsl-hide-el {
    display: none;
}

.wpsl-user-info-phone {
    display: block;
    width: 200px;
    font-size: 0.8em;
    font-weight: normal;
}
/* END USER LIST */

/* info window */

.wpsl-info-window {
    overflow: hidden !important;
    font-size: 13px;
}
.gm-style-iw-d {
    overflow: hidden !important;
}

.wpsl-info-window-title {

    padding-left: 17px;
    /*white-space:nowrap;*/
    /*white-space: pre-wrap;*/
    /*white-space: pre-line;*/
    /*margin-bottom: 5px;*/
    text-align: left;
    width: 190px;
    font-size: 14px;
}

.wpsl-info-window-body {
    width: 230px;
    word-break: break-all;
    /*margin-bottom: 5px;*/
    padding-right: 8px;
    padding-top: 8px;
}

.wpsl-info-window-footer {
    word-break: break-all;
    margin-top: 5px;
    /*padding-right: 8px;*/

    /*padding-bottom: 8px;*/
}

.wpsl-info-window-footer-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 2px;
    text-align: center;
}

.wpsl-info-window-btn {
    padding: 5px 10px;

    width: 70px;

    border-radius: 6px;

    background: var(--wpsl-blue-sky);

    color: var(--wpsl-white) !important;

    margin: 5px;
}

.wpsl-info-window-icon {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.wpsl-info-window-icon img{
    margin-right: 3px;
}

.wpsl-info-window-footer-buttons a {
    text-decoration: none;
    /*color: var(--wpsl-blue-sky);*/
    font-size: 10px;
}

#wpsl-search-wrap {
    /*float: left;*/
    /*width: 100%;*/
}

#wpsl-search-wrap form {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/* Map Controls */
#wpsl-gmap #wpsl-map-controls {
    position: absolute;
    height: 40px;
    right: 10px;
    bottom: 24px;
    border-radius: 2px;
    z-index: 3;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#wpsl-gmap #wpsl-map-controls.wpsl-street-view-exists {
    right: 60px;
}

#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: 12px 13px;
    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;
}

#wpsl-wrap .wpsl-icon-reset {
    border-radius: 2px 0 0 2px;
    z-index: 2;
    padding-right: 4px;
}

/* Fix the padding for the icon fonts in IE 8-11 :( */
#wpsl-wrap .wpsl-ie .wpsl-icon-reset {
    margin-right: -1px;
}

#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:0;
}

#wpsl-search-wrap input,
#wpsl-search-btn {
    /*border: 1px solid #d2d2d2;*/
    /*border-radius: 3px;*/
}

#wpsl-search-btn {
    /*padding: 7px 10px;*/
    /*line-height: 1.428571429;*/
    /*font-weight: normal;*/
    /*color: #7c7c7c;*/
    /*background-color: #e6e6e6;*/
    /*background-repeat: repeat-x;*/
    /*background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);*/
    /*background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);*/
    /*background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);*/
    /*background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);*/
    /*background-image: linear-gradient(top, #f4f4f4, #e6e6e6);*/
    /*box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);*/
    /*text-transform: none !important;*/
}

#wpsl-search-input.wpsl-error {
    border:1px solid #bd0028 !important;
}

.wpsl-search {
    margin-bottom:12px;
    padding:12px 12px 0 12px;
    background:#f4f3f3;
}

.wpsl-search.wpsl-checkboxes-enabled {
    padding: 12px;
}

/*.wpsl-pl-checkbox {*/
/*    -webkit-transform: scale(1,1) !important;*/
/*}*/

.wpsl-aop-checkbox, .wpsl-pl-checkbox {
    /* remove browser chrome */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    /*add styling */
    position: relative;
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid #767676;
    overflow: hidden;
    border-radius: 3px;
    /*box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.6);*/
    cursor: pointer;
    vertical-align: center !important;
    padding: 7px 7px !important;
    background: #ffffff !important;
}
.wpsl-aop-checkbox::before, .wpsl-pl-checkbox::before {
    content: '';
    color: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    /* base64 encoded to make things easier to show
        normally you would use an image or a font
    */
    background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZD0iTTQxNy43NSAxNDEuNWMwIDYuMjUtMi41IDEyLjUtNyAxN2wtMjE1IDIxNWMtNC41IDQuNS0xMC43NSA3LTE3IDdzLTEyLjUtMi41LTE3LTdsLTEyNC41LTEyNC41Yy00LjUtNC41LTctMTAuNzUtNy0xN3MyLjUtMTIuNSA3LTE3bDM0LTM0YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsNzMuNSA3My43NSAxNjQtMTY0LjI1YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsMzQgMzRjNC41IDQuNSA3IDEwLjc1IDcgMTd6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

.wpsl-aop-checkbox:checked::before, .wpsl-pl-checkbox:checked::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/* Result list */
.wpsl-back {
    display: inline-block;
}

#wpsl-result-list {
    /*min-width: 369px;*/
    /*width: 360px;*/
    padding: 0 10px 0 10px;
    /*width:33%;*/
    /*margin-right:0.5%;*/
}

.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-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 {
    /*padding: 10px;*/
    /*border-bottom: 1px dotted #ccc;*/
    /*margin-left: 0;*/
    /*overflow: hidden;*/
    /*list-style: none outside none !important;*/
    /*text-indent: 0;*/
}

#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 {
    /*padding-left: 0;*/
    /*margin: 0 0 20px 0;*/
}

.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: block;
    border-bottom: none !important;
}

.wpsl-directions {
    display: table;
    border-bottom: none !important;
}

/* Preloader */
#wpsl-wrap #wpsl-result-list li.wpsl-preloader {
    display: flex;
    justify-content: center;
    /*border-bottom: none;*/
    padding: 25px;
    /*display: block;*/
    box-sizing: border-box;
    width: 349px;
}

.wpsl-preloader img {
    /*position: absolute;*/
    /*left: 110px;*/
    /*right: 110px;*/
    /*top: 50%;*/
    /*margin-top: -8px;*/
    /*margin-left: 20px;*/
    /*margin-right:80px;*/
    width: 22px !important;
    height: 18px !important;
    /*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-search-wrap .wpsl-input label {
    /*margin-right:0;*/
}

#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 {
    /*float:left;*/
    /*margin-right:10px;*/
    /*line-height: 32px;*/
}

#wpsl-results label {
   width: auto;
}

#wpsl-result-list ul {
    /*list-style: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
}
.wpsl-direction-details {
    display: none;
}

/* Infowindow */
#wpsl-gmap .wpsl-info-window,
.wpsl-gmap-canvas .wpsl-info-window {
    max-width:325px;
}

.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;
}

/* Fix for Google Voice breaking the phone numbers */
.wpsl-info-window span span {
    display:inline !important;
}

#wpsl-wrap .wpsl-info-window p {
    margin: 0 0 10px 0;
}

.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;
    /*margin-bottom: 10px;*/
}

#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 */
.wpsl-gmap-canvas .wpsl-infobox {
    min-width:155px;
    max-width:350px !important;
    padding:10px;
    border-radius:4px;
    font-size:13px;
    font-weight:300;
    border:1px solid #ccc;
    background:#fff !important;
}

.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 {
    font-size: 13px;
    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;
}

/* Only used when the TwentyNinteen theme is active */
.wpsl-twentynineteen .wpsl-input {
    width: 100%;
}

.wpsl-twentynineteen #wpsl-search-input {
    /*line-height: 1.3em;*/
}

.wpsl-twentynineteen #wpsl-search-wrap label {
    margin-top: 6px;
}

.wpsl-twentynineteen .wpsl-dropdown {
    width: 116px;
}

#wpsl-results .wpsl-dropdown {
    width: 81px;
}

.wpsl-map-show-additional-block {
    display: block;
}

/*@media (max-width: 1200px) {*/
/*    .wpsl-container {*/
/*        flex-wrap: wrap;*/
/*        height: 1200px;*/
/*        !*overflow-y: scroll;*!*/
/*        !*overflow-x: hidden;*!*/
/*    }*/

/*    .wpsl-user-info-buttons {*/
/*        display: flex;*/
/*        width: 100%;*/
/*        justify-content: space-evenly;*/
/*        margin-top: 20px;*/
/*        font-size: 15px;*/
/*    }*/

/*    .wpsl-input-group {*/
/*        width: 100%;*/
/*    }*/

/*    !*.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;*!*/
/*    !*}*!*/

/*    .wpsl-input label {*/
/*        width: auto;*/
/*    }*/

/*    .wpsl-searching {*/
/*        display: flex;*/
/*        justify-content: space-evenly;*/
/*        width: 1200px;*/
/*        padding: 10px;*/
/*    }*/

/*    #wpsl-search-wrap {*/
/*        !*float: left;*!*/
/*        min-width: 420px;*/
/*    }*/

/*    .wpsl-filter-block {*/
/*        max-height: 250px;*/
/*        min-width: 400px;*/
/*    }*/

/*    .wpsl-store-location {*/
/*        width:100%;*/
/*        !*height: 160px;*!*/
/*    }*/

/*    #wpsl-result-list {*/
/*        !*max-width: 800px;*!*/
/*        width: 100%;*/
/*        !*width:33%;*!*/
/*        !*margin-right:0.5%;*!*/
/*    }*/

/*!*    *!*/
/*    .wpsl-user-card {*/
/*        !*padding: 0 25px;*!*/
/*    }*/

/*    !*.wpsl-user-avatar {*!*/
/*    !*    !*min-width: 200px;*!*!*/
/*    !*    !*display: flex;*!*!*/
/*    !*    !*align-items: center;*!*!*/
/*    !*    !*justify-content: center;*!*!*/

/*    !*    !*height: 100px;*!*!*/
/*    !*}*!*/

/*    .wpsl-user-avatar {*/
/*        width:150px;*/
/*    }*/

/*    .wpsl-user-avatar img {*/
/*        width:150px;*/
/*        height:150px;*/
/*    }*/

/*    .wpsl-user-info {*/
/*        font-size: 18px;*/
/*    }*/

/*    .wpsl-user-info-btn {*/
/*        font-size: 12px;*/
/*        font-weight: normal;*/
/*        width: 150px;*/
/*    }*/

/*}*/

/*@media (max-width: 860px) {*/
/*    .wpsl-user-card {*/
/*        width: 100%;*/
/*    }*/

/*    .wpsl-user-avatar {*/
/*        width:110px;*/
/*    }*/

/*    .wpsl-user-info {*/
/*        font-size: 16px;*/
/*        width: 200px;*/
/*        !*width: 100%;*!*/
/*    }*/

/*    .wpsl-user-avatar img {*/
/*        width:110px;*/
/*        height:110px;*/
/*    }*/

/*    #wpsl-search-wrap {*/
/*        !*float: left;*!*/
/*        min-width: 320px;*/
/*    }*/

/*    .wpsl-filter-block {*/
/*        max-height: 250px;*/
/*        !*min-width: 300px;*!*/
/*    }*/

/*    !*.wpsl-user-info-btn {*!*/
/*    !*    font-size: 0.7em;*!*/
/*    !*    font-weight: lighter;*!*/
/*    !*    width: 150px;*!*/
/*    !*}*!*/

/*    #wpsl-search-input {*/
/*        border: none;*/
/*        padding: 0 !important;*/
/*        !*width: auto; !important;*!*/
/*        !*border-right-width: 2px;*!*/
/*        !*border-right-style: solid;*!*/
/*        border-right-color: var(--wpsl-search-button);*/
/*        line-height: 1.428571429;*/
/*        font-weight: normal;*/
/*        !*padding-left: 15px;*!*/
/*        font-size: 13px !important;*/
/*    }*/

/*    #wpsl-search-input:focus {*/
/*        outline: none;*/
/*    }*/
/*}*/

@media (max-width: 1100px) {
    /* CONTAINER */
    .wpsl-container {
        background: var(--wpsl-gray-theme);

        flex-direction: column-reverse;

        align-items: center;
        justify-content: start;

        overflow: hidden;
        height: 700px;
        padding: 0;
    }
    /* END CONTAINER */

    /* SEARCHING BLOCK */
    .wpsl-searching {
        max-width: 375px;

        order: 1;
    }
    /* END SEARCHING BLOCK*/

    /* SEARCH INPUT */
    .wpsl-input-group {
        display: flex;

        justify-content: space-evenly;
        align-items: center;

        border: none;

        background: var(--wpsl-gray-theme);

        height: 50px;
    }
    .wpsl-input-loupe {
        display: flex;

        border-radius: 3px;

        flex-grow: 1;
        background: #e2e3e6 !important;

        visibility: visible;
    }

    .wpsl-loupe-img {
        display: block !important;

        padding-left: 10px;
        padding-top: 8px;

        height: 23px !important;
        width: 25px !important;
        max-width: none !important;
        border: none !important;
        border-radius: 0 !important;
    }

    #wpsl-search-input {
        flex: 1 0 auto !important;

        padding: 5px 0 !important;

        background: #e2e3e6 !important;

        -webkit-border-radius: 0 6px 6px 0 !important;

        font-size: 15px !important;
        line-height: 1.428571429 !important;
        font-weight: normal !important;
        caret-color: var(--wpsl-blue-sky) !important;

        appearance: none !important;

        text-indent: 3px !important;

        width: auto !important;
    }

    .wpsl-filters-name {
        width: 45px;
        color: var(--wpsl-blue-sky);
    }

    .wpsl-filters-btn-icon-block {
        padding: 0 5px;
    }

    .wpsl-filters-btn-icon-block {
        visibility: visible;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .wpsl-filters-search-btn-mobile {
        border: none !important;
        font-size: 15px !important;

        padding: 4px 12px !important;
        margin: 6px 0 0 0;
        border-radius: 4px !important;
        background-color: var(--wpsl-gray) !important;
        color: var(--wpsl-white) !important;
        box-sizing: border-box !important;
    }

    .wpsl-filters-search-btn-mobile:active {
        transform: scale(0.9);
    }

    .wpsl-filters-search-btn-mobile:focus {
        border: none !important;
        outline: none !important;
    }

    .wpsl-filters-btn {
        text-decoration: none;
        color: var(--wpsl-blue-sky);
    }

    #wpsl-filters-btn-a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #wpsl-search-btn {
        display: none;
    }
    /* SEARCH INPUT END */

    .wpsl-filters {
        height: auto;
    }

    .wpsl-filters-absolute {
        position: absolute;
        margin-top: 15px;
        top: 55px;

        left: 0;
        right: 0;

        z-index: 10;

        background-color: var(--wpsl-white);
    }

    .wpsl-filters-container {
        display: flex;

        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .wpsl-filter-block, .wpsl-filters-search-btn-mobile {
        display: none;
    }

    .wpsl-filters-btns {
        display: flex;

        justify-content: center;
        align-items: center;
    }

    .wpsl-d-flex {
        display: flex;
    }

    .wpsl-justify-content-center {
        justify-content: center;
    }

    .wpsl-align-items-center {
        align-items: center;
    }

    .wpsl-justify-content-end {
        justify-content: end;
    }

    .wpsl-checkbox-filter li label {
        font-size: 13px;
    }

    .gm-ui-hover-effect img {
        width: 8px !important;
        height: 8px !important;
    }

    .gm-ui-hover-effect {
        right: 10px !important;
    }

    .wpsl-search-wrap {
        width: 100%;
    }
    #wpsl-list-users {
        position: absolute;
        bottom: 24px;

        width: 100%;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wpsl-list-users-btn {
        background: var(--wpsl-blue-sky);

        border-radius: 5px;

        font-size: 12px !important;

        box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;

        padding: 8px;

        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 5px;
    }

    #wpsl-map-show {
        /*position: absolute;*/
        /*bottom: 15px;*/

        /*width: 350px;*/
        padding-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wpsl-map-show-btn {
        background: var(--wpsl-blue-sky) !important;

        border-radius: 5px;

        font-size: 12px !important;

        box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;

        padding: 8px;

        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 5px;
    }

    .wpsl-list-users-btn a, #wpsl-map-show a {
        text-decoration: none !important;
        color: white !important;
    }

    .wpsl-user-list-switcher {
        margin: 0;
    }

    #wpsl-result-list {
        display: none;
        background-color: #f7f6f6;
    }

    #wpsl-result-list {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .wpsl-map-show-additional-block {
        display: block;
    }

    .wpsl-map-show-buttons {
        width: 100px;
    }

    /* GOOGLE MODAL   */
    .wpsl-info-window-title {
        padding-left: 17px;
        width: 150px;
    }

    .wpsl-info-window-body {
        width: 200px;
    }
}

@media (max-width: 685px) {
    .wpsl-filter-block {
        max-height: 250px;
    }
}

@media (max-width: 580px) {
    .wpsl-filter-block {
        max-height: 250px;
        width: 420px;
    }
}

@media (max-width: 440px) {
    .wpsl-filter-block {
        max-height: 250px;
        width: 380px;
    }
}

@media (max-width: 400px) {
    .wpsl-filter-block {
        max-height: 250px;
        width: 350px;
    }

    #wpsl-search-input {
        border: none;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    #wpsl-search-input {
        padding-left: 0;
    }

    .wpsl-input-group-addon-filters {
        padding:10px;
    }

    .wpsl-user-info-btn {
        width: 120px;
    }

    .wpsl-user-avatar {
        flex-shrink: 0;
    }

    /* USER LIST */
    .wpsl-user-info {
        width: 200px;
    }
    /* END USER LIST */
}