@keyframes rotate {
    from {
        rotate: 0deg;
    }
    to {
        rotate: 360deg;
    }
}

li[data-custom-store-id]{
    cursor: pointer;
    transition: .2s;
}
li[data-custom-store-id]:hover{
    background-color: #F4F4F4;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > .loading{
    display: inline-flex !important;
    align-items: center;
    gap:5px;
    pointer-events: none;
    opacity: .5;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > .loading:after{
    content:"";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border:solid 2px grey;
    border-bottom-color: transparent;
    animation: rotate 1s infinite;
}

.wpslEmailContainer .wpslEmailBtn{
    padding: 5px 20px;
}

#wpsl-gmap div[style*="assets/wpsl-clusters/m"]{
    color:white !important;
    font-family: "GRAVUR Condensed Regular", Montserrat !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

#wpsl-stores .wpsl-preloader{
    font-family: "GRAVUR Condensed Regular", Montserrat !important;
}
li[data-custom-store-id]{
    position:relative;
    border-bottom: solid 1px #F4F4F4 !important;
    padding: 15px 10px !important;
}
li[data-custom-store-id] .wpsl-store-location{
    font-family: "GRAVUR Condensed Regular", Montserrat;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container{
    display: flex;
    flex-wrap: wrap;
    gap:0 10px;
    margin:0 !important;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container a:not(.wpsl-directions):hover{
    text-decoration: underline;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span:not(.wpsl-store-name):not(.wpsl-distance){
    width: 100%;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-store-name,
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-distance{
    margin-bottom: 5px;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-store-name{
    width: calc(100% - 160px);
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-distance{
    width:150px;
    text-align: right;
    font-size: 14px;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span{
    color:#061127BF;
    font-size: 18px;
    font-weight: 400;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > .wpsl-store-name{
    color:#CB0D00;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-phone{
    margin-top: 10px;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-website{
    margin-top:5px;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-email{
    margin-top:5px;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-email:hover button{
    color: #CB0D00;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-phone:hover button{
    background-color: #E3E3E3;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-phone > button,
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-email > button{
    padding:6px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    text-transform: none;
    text-align: left;
    border:none;
    transition:.3s;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-phone > button:before,
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-email > button:before{
    content:"";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 16px;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-phone > button:before{
    height: 16px;
    background-image: url('./img/phone.svg');
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-email > button:before{
    height: 12px;
    background-image: url('./img/mail.svg');
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-phone > button{
    background-color: #F4F4F4;
    border-radius: 50px;
    color:#CB0D00;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > span.wpsl-email > button{
    text-decoration: underline;
    background-color: transparent;
    border-radius: 0px;
    color:#061127BF;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > a.wpsl-directions{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    padding:6px 16px 4px;
    background-color: transparent;
    border: solid 1px #CB0D00;
    border-bottom: solid 1px #CB0D00 !important; /* Override plugin style */
    color:#CB0D00;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    border-radius: 25px;
    margin-top: 10px;
    text-transform: uppercase;
    transition:.2s;
}
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > a.wpsl-directions:hover,
li[data-custom-store-id] .wpsl-store-location > .wpsl-store-container > a.wpsl-directions:focus-visible{
    background-color: #CB0D00;
    color:#FFF;
}


#wpsl-wrap .wpsl-search{
    margin: 0;
    padding:12px;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap{
    font-family: "GRAVUR Condensed Regular", Montserrat !important;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form{
    display: flex;
    justify-content: flex-start;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input{
    margin:0;
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: flex-start;
    position:relative;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input:after{
    content:"";
    position:absolute;
    top:50%;
    right:12px;
    translate:0 -50%;
    width: 14px;
    height: 14px;
    background-image: url('./img/navigation.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input div{
    margin:0;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input label{
    font-size: 18px;
    font-weight: 400;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input{
    border:solid 1px #CB0D00;
    background-color: #FFF;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 40px;
    max-width: 60vw;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap{
    margin:0;
    display: flex;
    align-items: center;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn{
    border:solid 1px #CB0D00;
    background:#CB0D00;
    color:#FFF;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    text-transform: uppercase !important;
    padding:7px 20px;
    height: 40px;
    margin:0;
}

#wpsl-gmap .wpsl-infobox{
    border-radius: 8px;
    padding: 16px 12px;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
    border:none;
}
#wpsl-gmap .wpsl-infobox > img{
    width: 24px;
    height: 24px;
    top: -8px;
    right: -6px;
    opacity:.6 !important;
}
#wpsl-gmap .wpsl-info-window *:focus,
#wpsl-gmap .wpsl-info-window *:focus-visible{
    outline: none;
}
#wpsl-gmap .wpsl-info-window .wpsl-info-window-title{
    color:#CB0D00;
    font-weight: 600;
    padding-right: 24px;
    font-size: 14px;
}
#wpsl-gmap .wpsl-info-window .wpsl-info-window-address{
    margin-top: 10px;
}
#wpsl-gmap .wpsl-info-window .wpsl-info-window-address,
#wpsl-gmap .wpsl-info-window .wpsl-info-window-address-2{
    color:initial;
    font-weight: 400;
}

#wpsl-gmap .wpsl-info-actions{
    display: none !important;
}