@media (max-width: 992px) {   
  #header .logo{
  margin-top:20px;
  margin-bottom:20px;
  }
  
  #submenu_panel{
  border-bottom:0px;
  } 
  
  .main-menu-area {
  margin-top:0px;
  }
  
  #main_menu .submenu{
  width:150px;
  }
    
  .homepage_products_headers, .homepage_products_body{
  display:none;
  }
  
  #filter .prices .range
  {
	  margin-left: 19px;
	  margin-right: 19px;
	  padding-top: 50px;
  }
}