/* remove font-awesome */
.tagmultisite-store i.fa-classic,
 .tagmultisite-store i.fa-regular,
  .tagmultisite-store i.fa-solid,
   .tagmultisite-store i.far,
    .tagmultisite-store i.fas {
    display:none;
}
.tagmultisite-store #wpsl-result-list #wpsl-stores li .lct_storewp .wpsl-store-location .address-wrap,
#wpsl-result-list #wpsl-stores li a {
    font-size: 16px;
}
.links-wrap, #wpsl-result-list #wpsl-stores .links-wrap li a  {
    font-size: 15px;
}
.gm-style-iw-d .wpsl-info-window a:hover {
    opacity:0.5;
    font-size:14px;

}

.link-out, .wpsl-direction-wrap {
    padding-left: 8px;
        padding-right: 8px;
}
.wpsl-direction-wrap {
    padding-top: 0;
}

 .multi2.v2 #wpsl-category {
 	clear:unset;
	float:left;
}
.multi2 .wpsl-search {
    margin-bottom: 0px;
}
 .multi2 #wpsl-category label {
    width: 100%;
}

#wpsl-result-list {
  position: relative;
 z-index: 0; /* Ensure it's behind pseudo-elements */
}

.multi2 #wpsl-search-wrap .wpsl-search-btn-wrap {
    clear:both;
}
body .gm-style-iw-a .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
   box-shadow: none;
    opacity: 1;
    top: 0px !important;
    right: 0px !important;
    width: unset !important;
    height: unset !important;
}
/* Top shadow mask */
#wpsl-result-list::before,
#wpsl-result-list::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  pointer-events: none;
  z-index: 1;
}

/* Top gradient shadow */
#wpsl-result-list::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), transparent);
}

/* Bottom gradient shadow */
#wpsl-result-list::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}
.lctm_title .glyphicon::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
}


.link-out a,
.wpsl-direction-wrap span {
	width:48%;
}

#wpsl-search-btn-ele:hover {
	cursor:pointer;
}
.img-address-wrap {
    display: flex;
    flex-direction:row;
}

#wpsl-result-list ::-webkit-scrollbar {
    width: 10px
}

#wpsl-result-list ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #e4e4e4;
    border-radius: 0px;
    background: #efefef
}

#wpsl-result-list ::-webkit-scrollbar-thumb {
    height: 50px;
    background: #d4d4d4;
    box-shadow: inset 0 0 5px #bdbdbd;
    border-radius: 0px;
    transition: all 0.3s ease-in-out
}

#wpsl-result-list ::-webkit-scrollbar-thumb:hover {
    background: #a5a5a5;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}

/* desktop only */
@media (min-width: 1441px){ 
.multi2.v2 #wpsl-gmap {
	width:75%;
 }
}

/* below 1440 */
@media (max-width: 1440px){ 
.multi2.v2 #wpsl-gmap {
   width: 70%;
 }
}

/* below 1280 */
@media (max-width: 1279px){ 
.multi2.v2 #wpsl-gmap {
   width: 58%;
 }

.img-address-wrap {
    flex-direction:column;
 }
 .img-wrap, .address-phone-wrap {
    width: 100%;
 }
 .link-out a:first-of-type,
.wpsl-direction-wrap span:first-of-type {
	width:30%;
}
.link-out a,
.wpsl-direction-wrap span {
	width:68%;
 }
}

/* below 1024 */
@media (max-width: 1023px){ 
	.link-out  {
	flex-direction:column;
}
.link-out a, .link-out span,
.link-out a:first-of-type,
.wpsl-direction-wrap span:first-of-type {
	width:100%;
 }
 .link-out a:first-of-type {
	margin:7px 0;
 }
}

/* below 675 */
@media (max-width: 675px){ 
.multi2.v2 #wpsl-gmap {
   width: 100%;
 }
}