#search input.no-bottom-borders {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.sphinxsearch {
    display: none;
    width: 100%;
    position: absolute;
    top: 40px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: 0;
    z-index: 10;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.sphinxsearch .categories span,
.sphinxsearch .products span {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background: #eee;
}

.sphinxsearch a {
    display: block;
    padding: 5px 10px;
    color: #224417;
    line-height: 15px;
    border-top: 1px solid #e9e9e9;
    min-height: 76px;
    position: relative;
}

.sphinxsearch .categories a {
    text-transform: uppercase;
    text-indent: 10px;
}

.sphinxsearch a:hover {
    color: #224417;
    background: #e6e6e687;
}

.sphinxsearch a img {
    float: left;
    margin: 0 10px 0 0;
}

.sphinx-viewall {
    font-weight: bold;
    text-align: center;
}

.price_sp {
    color: #ea640b;
    font-size: 22px;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.price_sp .old {
    text-decoration: line-through;
    color: #666;
    margin-right: 5px;
    font-size: 15px;
}

#view-all {
    max-height: 30px;
    min-height: 30px;
}

.product_sp{
    text-align: left;
    height: 60%;
}

#input-search + .sphinxsearch{
    top: 50px;
    width: calc(100% - 30px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    right: auto;
}

.sphinx-viewall-no-res{
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    max-height: 30px;
    min-height: 30px;
}

#top .search_form .autosearch-wrapper input, #top .search_form .autosearch-wrapper input:focus{
    border: 1px solid #ebebeb;
}
.autosearch-wrapper.input-group{
    display: block;
}
.autosearch-wrapper.input-group > form{
    width: 100%;
}
.autosearch-wrapper.input-group .input-group-btn{
    display: none;
}
.search_form .button-search{
    z-index: 1;
}
@media (max-width: 991px){
    .sphinxsearch {
        width: 335px;
        right: 0;
    }
    #input-search + .sphinxsearch{
        width: 390px;
    }
}

@media (max-width: 767px){
    .sphinxsearch {
        width: 100%;
        top: 34px;
    }
    #input-search + .sphinxsearch{
        width: calc(100% - 20px);
        top: 45px;
    }
}
@media (max-width: 600px){
    .sphinxsearch {
        width: 310px;
        left: 0;
    }
    #input-search + .sphinxsearch{
        left: auto;
    }
}
@media (max-width: 423px){
    .sphinxsearch {
        width: 285px;
    }
}


