@charset "utf-8";
/* CSS Document */

#wpsl-wrap .wpsl-search{background:transparent; margin-bottom:10px; padding:10px 0 10px 10px}


.wpsl-input{width:min-content; margin-bottom:0}

#wpsl-wrap{margin-bottom:0}
#wpsl-wrap input#wpsl-search-input{font-family: 'MSLondonDemibold'; color:#333; font-size:16px; padding:12.5px 12px; border-width:0; border:solid 1px #ccc; border-radius:0; transition:background, color .2s}

#wpsl-wrap input#wpsl-search-input:focus{background-color:#f5f5f5; color:#000; transition:background, color .4s}
#wpsl-wrap input#wpsl-search-input::placeholder{font-family: 'MSLondonSemibold'}
#wpsl-wrap input#wpsl-search-input:focus-visible{outline-color:#005641}


input#wpsl-search-btn{height:48px; border:solid 2px #005641; -webkit-appearance:none; border-radius:0; font-family:'MSLondonDemibold'; font-size:16px; background:#fff; color:#000; transition:background, color.2s; line-height:1}


input#wpsl-search-btn:hover{background-color:#005641; color:#fff; transition:background, color.4s}

#wpsl-wrap *::-webkit-scrollbar{width:5px; height:5px}

#wpsl-wrap *::-webkit-scrollbar-thumb{background:#757575}

#wpsl-wrap *::-webkit-scrollbar-thumb:hover{background:#333}

#wpsl-wrap *::-webkit-scrollbar-track{background:#fff}

@-moz-document url-prefix() {
#wpsl-wrap * {
    scrollbar-width:thin;
    scrollbar-color:#757575 #fff
  }
} 

.wpsl-preloader{font-family: 'MSLondonDemibold'}
.wpsl-preloader img{width:16px}

#wpsl-stores ul{font-family:'MSLondonSemibold'; padding-right:6px}


#wpsl-wrap #wpsl-result-list li{border-bottom:solid 1px #ccc; height:53px; min-height:53px; padding:16px 10px; cursor:pointer; transition:min-height .2s}
#wpsl-wrap #wpsl-result-list li:last-of-type{border-bottom:0}


#wpsl-stores a{font-family: 'MSLondonSemibold'; color:inherit; -webkit-text-decoration:solid underline #000; text-decoration:solid underline #005641; text-decoration-thickness:1px; text-underline-offset:4px; transition:color, text-decoration.2s}
#wpsl-stores a:hover{color:#000; -webkit-text-decoration:solid underline #005641; text-decoration:solid underline #005641; text-decoration-thickness:2px; transition: color, text-decoration .4s}
  
.wpsl-store-details.wpsl-store-listing{padding-right:30px}

.wpsl-store-details.wpsl-store-listing:before{content: ""; bottom:0; background-image: url(/wp-content/themes/mns-ced/assets/img/down-chevron.svg); background-position: center center; height:18px; width:18px; display:inline-flex; border:0; background-repeat:no-repeat; background-size:cover; transition:transform .2s}

.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before{border:0; bottom:0; transform:rotate(-180deg); transition:transform .4s}


.wpsl-direction-wrap{margin-top:20px}
.wpsl-store-hours > strong{margin-bottom:10px}
.wpsl-direction-wrap a{margin-top:10px}

.wpsl-store-location > p > strong{display:flex; justify-content:space-between; align-items:center; padding-bottom:16px}
.wpsl-store-location > p > strong:after{content: ""; background-image:url(/wp-content/themes/mns-ced/assets/img/down-chevron.svg); background-position:right; height:18px; width:18px; display:inline-flex; background-repeat:no-repeat; background-size: cover; transform:rotate(0deg); transition:transform .2s}

#wpsl-wrap #wpsl-result-list li.location_show{display:flex; flex-direction:column; align-items:stretch; justify-content:flex-start;   height:auto; min-height:225px; transition:min-height .4s}

@supports (-webkit-hyphens:none) {
    #wpsl-wrap #wpsl-result-list li.location_show{min-height:unset}
}

li.location_show .wpsl-store-location > p > strong:after{transform:rotate(180deg); transition:transform.4s}


/* Potrait Tablets */
@media all and (max-width : 1023px) and (-webkit-min-device-pixel-ratio:1.5)  {
   
#wpsl-wrap .wpsl-search{padding:10px 0}     
    
#wpsl-wrap #wpsl-gmap{width:100%; float:unset; height:250px!important}  
    
#wpsl-wrap #wpsl-result-list{width:100%; margin-right:0}   
#wpsl-wrap #wpsl-stores{height:auto!important}   
    
#wpsl-wrap .wpsl-direction-wrap{display:flex; align-items:center}    
.wpsl-direction-wrap a{margin:0 0 0 10px}
    
#wpsl-wrap #wpsl-result-list li.location_show{min-height:194px}    
 
@supports (-webkit-hyphens:none) {
    #wpsl-wrap #wpsl-result-list li.location_show{min-height:unset}
}    
    
    
}


@media all and (max-width : 825px) {

#wpsl-search-wrap .wpsl-input{width:min-content!important; margin-bottom:0}
#wpsl-wrap .wpsl-search{margin-bottom:0}    
    
}

@media all and (max-width : 675px) {
    
#wpsl-wrap #wpsl-gmap{margin:0}   
#wpsl-wrap #wpsl-result-list{margin-bottom:0}  
    
}



@media all and (max-width : 570px) {
.wpsl-no-filters #wpsl-search-wrap .wpsl-input{width:min-content!important; width:calc(100% - 90px)!important; margin-right:10px}
#wpsl-wrap input#wpsl-search-input{width:179px!important; width:100%!important}
.wpsl-search-btn-wrap{clear:none; margin-top:unset}    
    
#wpsl-search-wrap #wpsl-search-btn{margin:0}
    
}