#wpsl-search-btn, #wpsl-search-wrap input {
    clear: both;
    float: left;
    margin-right: 5px;
}
#wpsl-search-input{
    height: 38px;
}
#wpsl-search-btn {
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.8em 1.4em;
    background: #8d1633;
    border-color: transparent;
    color: #ffffff !important;
}
#wpsl-search-wrap div label {
    float: none;
    width: 100%;
}

.wpsl-search {
    background-color: #8d1633;
    border: 1px solid #eee;
}

#wpsl-search-wrap input {
    background: white;
}

#wpsl-search-wrap .wpsl-input label {
    color: #FFFFff;
    font-weight: bold;
}

#wpsl-stores {
    border-top-left-radius: 5px;
    border: 1px solid #eee;
}

#wpsl-search-btn, #wpsl-search-btn:hover {
    background: #fff !important;
    color: #1D1D1D !important;
    padding: 15px;
}
.button-additional, .button-additional:hover{
    background: #8d1633 !important;
    color: #FFFFFF !important;
    width: 43%;
    float: left;
    cursor: pointer;
}
.button-additional i{
    color:#ffffff !important;
}
a.button.button-additional {
    font-size: 15px;
    border-radius: 10px;
}
.button-right, .button-right:hover{
    float: right;
}
#wpsl-store-location i{
    color:#B97077 !important;
}/*
.quform-submit, .quform-submit:hover, .quform-button-submit-text {
    background: #8d1633 !important;
    color: #FFFFFF !important;
}*/
.quform input[type=checkbox], .quform input[type=radio] {
    width: 1.5em !important;
}

@media only screen and (max-width: 1023px) {
    .wpsl-search{
        width:100%;
    }
    #wpsl-stores a {
        width:100%;
        float:none;
        margin-top: 5px;
    }

}