<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 768px) {   
  #header .logo .subtitle{
  font-size:20px;
  }   
  
  #submenu_panel .body{
  float:none;
  }  
  
  #user_panel a, #cart_box{
  margin-left:0px;
  margin-right:10px;
  }   
  
  #main_body, #left_column{
  margin-top:20px;
  } 
  
  #top_slideshow{
  display:none;
  } 
  
  #left_column .header .open-menu{
  display:block;
  position:absolute;
  right:10px;
  top:15px;
  width:21px;
  height:20px;
  cursor:pointer;
  }
  
  #left_column .header .open-menu{
  background:url('../images/menu-open.png') right center no-repeat;
  }
  
  #left_column .header.active .open-menu{
  background:url('../images/menu-close.png') right center no-repeat;
  }
  
  #categories_tree.inactive, #manufacturers_tree.inactive{
  display:none;
  }
  
  #discussion_content .date{
  clear:both;
  float:left;
  }
  
  #discussion_content .user{
  float:left;
  }
  
  #back-top {    
  display: none !important;
  }
  
  #filter .prices .range
  {
	  margin-left: 19px;
	  margin-right: 19px;
	  padding-top: 50px;
  }
}</pre></body></html>