/* Location sear Area CSS - Starts */
#wpsl-search-wrap form {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    margin: 0;
    padding-bottom: 15px;
    font-weight: normal !important;
}

#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap .wpsl-search-btn-wrap {
    margin: 0;
}

#wpsl-search-wrap .wpsl-input {
    width: 55%;
    padding-right: 1%;
}

#wpsl-search-wrap .wpsl-select-wrap {
    width: 25%;
}

#wpsl-search-wrap .wpsl-select-wrap > div {
    width: calc(48% - 5px);
    margin: 0;
}

#wpsl-search-wrap .wpsl-select-wrap > div:last-child {
    margin-left: 10px;
}

#wpsl-search-wrap .wpsl-input:before {
    content: "Your Zip Code";
}

#wpsl-search-wrap .wpsl-select-wrap > div:first-child:before {
    content: "Radius";
}

#wpsl-search-wrap .wpsl-select-wrap > div:last-child:before {
    content: "Results";
}

#wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown {
    width: 100% !important;
}

#wpsl-search-wrap input,
#wpsl-search-wrap select {
    margin: 0 !important;
}

#wpsl-search-wrap label {
    display: none !important;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
    width: 20%;
    position: relative;
    top: 28px;
}

#wpsl-search-wrap .wpsl-search-btn-wrap input {
    width: 100% !important;
}

@media (max-width: 920px) {
    #wpsl-search-wrap .wpsl-input {
        width: 50%;
    }
    #wpsl-search-wrap .wpsl-select-wrap {
        width: 30%;
    }
}

@media (max-width:767px) {
    #wpsl-search-wrap .wpsl-input {
        width: 100%;
        padding-right: 0 !important;
    }

    #wpsl-search-wrap .wpsl-select-wrap {
        width: 50%;
    }

    #wpsl-search-wrap .wpsl-search-btn-wrap {
        width: 50%;
    }
}

#wpsl-stores li {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal !important
}

#wpsl-stores .wpsl-store-location strong {
    font-size: 20px;
    margin-bottom: 10px !important;
    display: block;
}

#wpsl-stores .wpsl-contact-details strong {
    font-size: 15px;
    font-weight: normal;
    display: inline;
}

#wpsl-stores .wpsl-store-location p {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

/* Location sear Area CSS - Ends */

#wpsl-stores .wpsl-direction-wrap,
#wpsl-stores .wpsl-store-location span {
    display: none;
}

#wpsl-stores .wpsl-store-location strong a:after {
    content: 'View Location »';
    display: block;
    font-weight: 400;
    color: #484848;
    font-size: 14px;
    margin-top: 10px;
}

.wpsl-dropdown,
input#wpsl-search-input {
    min-height: 44px;
    background: #fff !important;
}

.locations-grid {
    display: grid;
    gap: 30px;
}

@media (min-width:768px) {
    .locations-grid {grid-template-columns: 1fr 1fr;}
}

@media (min-width:1024px) {
    .locations-grid {grid-template-columns: 1fr 1fr 1fr;}
}

@media (min-width:1367px) {
    .locations-grid {grid-template-columns: 1fr 1fr 1fr 1fr;}
}

.locations-grid li,
.locations-grid a {
    color: #fff !important
}