/*#search-result-sidebar{
    overflow: auto !important;
}*/
@media screen and (max-width:1100px) {
   #search-result{
       padding-top: 180px !important;
   }

   #lbl-title-search-section{
    padding-left: 20px;
   }

   .search-result-container .item-box a>.item-info{
       height: auto;

   }

   .item-search-res .item-box .item-image img{
        height: 140px !important;
        max-width: 140px !important;
        margin: 5px !important;
   }

   .item-search-res .item-box #icon-recon-carousel{
        min-width: 68px !important;
    }

    .item-search-res .item-box #star-recon-carousel{
        padding-left: 5px !important;
    }
    /*
   #search-result-sidebar{
       overflow: scroll !important;
   }*/
}

@media screen and (min-height:200px) and  (max-height:500px){

    #search-result-sidebar{
        height: 300px !important;
    }
 }

@media screen and (min-height:500px) and  (max-height:2680px){

    #search-result-sidebar{
        height: 500px !important;
    }
 }

 @media screen and (min-height:800px) and  (max-height:2680px){

    #search-result-sidebar{
        height: 620px !important;
    }
 }

 
 @media screen and (min-height:900px) and  (max-height:2680px){

    #search-result-sidebar{
        height: 730px !important;
    }
 }

 @media screen and (min-height:1100px) and  (max-height:2680px){

    #search-result-sidebar{
        height: 900px !important;
    }
 }

 @media screen and (min-height:1200px) and  (max-height:2680px){

    #search-result-sidebar{
        height: 1100px !important;
    }
 }