body #header-layout .autosearch-wrapper{
    width: 100%;
}
body .autosearch-wrapper .autosearch-input{
    width: 92%;
}
.sphinxsearch {
    display: none;
    width: 100%;
    right: 0;
    position: absolute;
    top: 36px;
    margin-top: 1px;
    background: #fff;
    border: 1px solid #ebebeb;
    z-index: 99999;
}

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

.sphinxsearch a {
    cursor: pointer;
    display: block;
    padding: 5px;
    color: initial;
    line-height: 17px;
    min-height: 75px;
    border-top: 1px solid #e9e9e9;
    position: relative;
}
.sphinxsearch > a:first-child {
    border-top: none;
}
.sphinxsearch .categories a {
    text-transform: uppercase;
    text-indent: 10px;
}
.sphinxsearch a:hover {
    background: #f8f8f8;
}
.sphinxsearch a img {
    float: left;
    margin: 0 10px 0 0;
    max-width: 100%;
    max-height: 64px;
}
.product_sp {
    height: 60%;
    color: #666;
    text-align: left;
    font-size: 13px;
    margin-left: 75px;
}
.price_sp {
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 5px;
}
.price_sp .old {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 13px;
}
.price_sp .old + .price {
    color: red;
}
.sphinx-viewall {
    font-weight: bold;
    text-align: center;
    height: 35px;
}
.sphinx-viewall #view-all{
    min-height: 35px;
}
.sphinx-viewall-no-res{
    font-weight: bold;
    text-align: center;
    height: 30px;
    color: #000;
    width: 100%;
    line-height: 30px;
}
#input-search + .sphinxsearch {
    right: auto;
    margin-top: -1px;
    margin-right: 0;
    min-width: 350px;
    width: calc(100% - 20px);
}
.fa{
    margin-right: 3px;
}
@media (max-width: 500px){
    #input-search+.sphinxsearch{
        min-width: initial;
    }
}