#wpsl-search-wrap {
    padding: 15px 0 0 0;
}

#wpsl-search-wrap .wpsl-input {
    width: 100%;
    display: inline-flex;
    align-items: center;
}

#wpsl-search-wrap .wpsl-input label {
    width: 385px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #707070 !important;
    font-weight: 700;
}

#wpsl-search-input {
    width: -webkit-fill-available !important;
}

#wpsl-category {
    display: inline-flex;
    width: 80%;
}

#wpsl-category-list {
    padding: 8px 20px;
}

#wpsl-search-wrap div label {
    line-height: 20px !important;
}

#wpsl-search-input, #wpsl-category .wpsl-dropdown {
    width: 100% !important;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: 178px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #707070 !important;
    font-weight: 700;
}

#wpsl-search-btn  {
    position: absolute;
    margin-top: 6px;
    right: 0;
    left: 0;
    background-image: unset !important;
    background-color: #fcc423 !important;
    color: #fff;
    font-weight: 700;
    padding: 8px 0;
    border-radius: 40px !important;
    width: 65%;
    transition: opacity 0.3s ease;
}

#wpsl-search-btn:hover {
    opacity: 0.5 !important;
}

.wpsl-search-btn-wrap {
    position: relative;
    width: 55%;
}

#wpsl-search-btn, #wpsl-search-wrap div {
    margin-right: unset !important;
}

.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li {
    color: #707070 !important;
}

.wpsl-selected-item:after {
    border: 11px solid transparent !important;
    border-top: 14px solid #707070 !important;
}

.wpsl-active .wpsl-selected-item:after {
    margin-top: -17px;
    border: 11px solid transparent !important;
    border-bottom: 14px solid #707070 !important;
}

#wpsl-checkbox-filter li:first-child label {
    color: #FA8419 !important;
    font-weight: 700;
}

#wpsl-checkbox-filter li:nth-child(2) label {
    color: #0175BB !important;
    font-weight: 700;
}

#wpsl-checkbox-filter, .wpsl-custom-checkboxes {
    display: flex !important;
    flex-direction: column-reverse !important;
    max-width: 380px;
    min-width: 380px;
}

#wpsl-checkbox-filter.wpsl-checkbox-3-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-3-columns li {
    width: 100% !important;
}

.wpsl-store-location .wpsl-street:nth-child(2) {
    font-weight: 700 !important;
}

@media (max-width: 1011px) {
    #wpsl-search-btn {
        position: relative !important;
    }
}

@media (max-width: 992px) {
    #wpsl-search-wrap .wpsl-input {
        flex-direction: column !important;
        align-items: unset !important;
    }
    #wpsl-category {
        width: 100% !important;
        flex-direction: column  !important;
    }
    #wpsl-search-btn {
        width: 100% !important;
    }
    #wpsl-search-wrap label {
        margin-bottom: 10px !important;
    }
}

/* @media (min-width: 992px) {
    #wpsl-search-btn  {
        left: 25% !important;
        right: 25% !important;
    }
} */

@media screen and (max-width: 767px) {
    #wpsl-search-wrap {
        padding: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    #wpsl-checkbox-filter, 
    .wpsl-search-btn-wrap {
        width: 100% !important;
    }
    #wpsl-search-wrap .wpsl-input label {
        width: 100% !important;
    }
}