.product-search #content {
    min-height: 600px;
}

.sphinxsearch {
    width: 400px;
    position: absolute;
    top: 100%;
    right: -15px;
    background: #fff;
    border: 1px solid #79b51c;
    z-index: 101;
    padding: 3px;
}
.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: 19px;
    min-height: 75px;
    border-top: 1px solid #e9e9e9;
    position: relative;
}
.sphinxsearch > a:first-child {
    border-top: 1px solid #fff;
}
.sphinxsearch a:hover {
    background: #f3f3f3;
    color: initial;
}
.sphinxsearch .categories a {
    text-transform: uppercase;
    text-indent: 10px;
}
.sphinxsearch a img {
    float: left;
    margin: 0 10px 0 0;
}
.sphinx-viewall {
    font-weight: bold;
    text-align: center;
}
.product_sp {
    height: 60%;
    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 .price {
    margin-left: 0;
}
.price_sp .old {
    text-decoration: line-through;
    color: #666;
    margin-right: 5px;
    font-size: 15px;
}
#view-all{
    min-height: 22px;
    padding: 9px 0 5px;
    line-height: 35px;
}
#view-all span{
    background: #79b51c;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 17px;
}
.sphinx-viewall-no-res{
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
#input-search + .sphinxsearch {
    width: 400px;
    right: auto;
}
.fa{
    margin-right: 3px;
}
@media (max-width: 767px){
    .sphinxsearch{
        width: 100%;
        right: 0;
    }
}
@media (max-width: 460px){
    #input-search + .sphinxsearch {
        width: calc(100% - 30px);
    }
}
@media (max-width: 420px){
    .sphinxsearch{
        width: 275px;
    }
}