div.nav-search > div.lupa-container .search{
    border-bottom: 1px #cecece solid;
    margin-top: -5px;
}
.autosearch-wrapper.input-group #search input{
    outline: 0;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    height: 36px;
    background: transparent;
    border-radius: 0;
    border: none;
    font-style: normal;
    padding: 9px 10px;
}
.autosearch-wrapper.input-group #search .input-group-btn{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 42px;
    height: 100%;
    z-index: 1;
    background: #fff;
}
.autosearch-wrapper.input-group #search .input-group-btn button{
    padding: 2px;
    color: #141414;
    background: transparent;
    border-radius: 0;
}
.sphinxsearch {
    display: none;
    width: 350px;
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #cecece;
    z-index: 99;
    padding: 3px;
}
.sphinxsearch .categories span,
.sphinxsearch .products span {
    display: block;
    padding: 10px 0;
    text-align: left;
    background: #eee;
}
.sphinxsearch a {
    cursor: pointer;
    display: block;
    padding: 5px;
    color: #a9a9a9;
    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 {
    color: #f48026;
}
.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 .old {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 15px;
}
.price_sp .old .fa{
    font-size: 15px!important;
}
.price_sp .price {
    margin-left: 0;
}
.price_sp .old + .price {
    color: #f48026;
}

#view-all{
    min-height: 22px;
    padding: 4px 0 0;
    line-height: 35px;
}
#view-all span{
    padding: 8px;
    color: #fff;
}
.sphinx-viewall-no-res{
    font-weight: bold;
    text-align: center;
    height: 20px;
    width: 100%;
}
#input-search + .sphinxsearch {
    width: calc(100% - 30px);
    right: auto;
    margin-top: -1px;
    border: 1px solid #e5e5e5;
}
@media (max-width: 1400px){
    .autosearch-wrapper.input-group #search input{
        height: 35px;
    }
}
@media (max-width: 1200px){
    .autosearch-wrapper.input-group #search input{
        height: 36px;
    }
    #input-search + .sphinxsearch {
        width: 360px;
    }
}
@media (max-width: 767px){
    #input-search + .sphinxsearch {
        width: calc(100% - 30px);
    }
}
@media (max-width: 420px){
    .sphinxsearch{
        width: calc(100vw - 30px);
    }
}
