#wpsl-wrap {
    margin-top: 20px;
}

#wpsl-result-list {
    font-size: 16px !important;
    line-height: 1;
}

.wpsl-search {
    background-color: #52658D;
    color: #fff;
}

#wpsl-search-input {
    height: 35px;
}

#wpsl-radius .wpsl-dropdown {
    height: 38px;
}

#wpsl-radius .wpsl-dropdown .wpsl-selected-item {
    padding: 4px 6px !important;
}

#wpsl-search-btn {
    height: 38px;
    line-height: 1;
    color: #fff;
    background-color: #479629;
    background-image: none;
    font-size: 16px;
}


.wpsl-search {
    padding: 0 !important;
}

#wpsl-search-wrap {
    padding: 12px 12px 0 12px;
}

.wpsl-search:before {
    content: "Enter your zip code to find distributors near you";
    background-color: #fff;
    color: #000;
    padding: 12px;
    width: 100%;
    font-size: 16px;
}

@media screen and (min-width: 1110px) {

    .wpsl-search {
        float: left;
        width: 33%;
        margin-right: .5%;
        min-width: 345px;
    }

    #wpsl-wrap #wpsl-stores {
        height: calc(650px - 118px - 48px) !important;
        width: 100%;
    }

    #wpsl-wrap #wpsl-direction-details {
        height: calc(650px - 118px - 48px) !important;
        width: 100%;
    }
}

@media screen and (max-width: 1110px) {

    #wpsl-gmap,
    #wpsl-result-list {
        float: none;
        width: 100%;
    }

}

@media (max-width: 570px) {

    #wpsl-radius,
    #wpsl-results {
        width: 100%;
    }
}

@media (max-width: 675px) {
    .wpsl-select-wrap {
        margin-bottom: 10px;
    }
}

@media (max-width: 720px) {
    #wpsl-search-wrap .wpsl-dropdown {
        width: 90px;
    }
}