 #results {
     position: fixed;
     z-index: 999;
     background: #fff;
     width: 68%;
     left: 50%;
     transform: translate(-50%, 30px);
     padding: 15px;
     top: 60px;
     border-radius: 10px;
     display: none;
     border: solid 1px #ccc
 }

 .search-filter-title {
     font-size: 24px
 }

 .result-cont {
     max-height: 600px;
     overflow: auto
 }

 #results.show-results {
     display: block
 }

 .search-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: .7;
}

.search-backdrop.search-backdrop-mobile
{
    z-index: 11;
}

 .result-brands,
 .result-categories {
     max-height: 300px;
     overflow: auto;
     padding: 10px
 }


 .result-cont .item-box
{
    padding: 5px;
    text-align: center;
}



#results.m-s-m
{
    top: 0;
}

#results.m-s-m #search_mobile_cont
{
    display: block !important;
}



#results.m-s-m #accordion_filters
{
    display: none;
}

.search_result_title
{
    font-weight: bold;
    font-size: 19px;

}

.icona-cerca-mobile{
    position: absolute;
    right: 7px;

}


 @media screen and (max-width:991px) {
     #results {
         width: 95%;
         transform: translate(-50%, 5px);
     }






 }