@media screen and (max-width: 768px) {
  .xs-center {
    text-align: center!important;
  }
}

@media screen and (max-width: 768px) {
  .xs-left {
    text-align: left!important;
  }
}

@media screen and (max-width: 768px) {
  .top-line-0 {
    margin-top:0 !important;
  }
}

@media screen and (max-width: 768px) {
  .right-line-0 {
    border-right:none !important;
  }
}


@media screen and (max-width: 768px) {
  .xs-bottom {
    margin-bottom:25px;
  }
}

@media screen and (max-width: 768px) {
  .top-title{
    background: #000;
    height: 51px;
    margin-right: 0;
    padding-top: 8px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding-left:10px;
    padding-right:10px;    
    margin-left:0;
   }  
   
  .in-cart-button p.icb2 input{
    width:80px;          
    height:32px;  
  }
   
}


@media screen and (max-width: 768px) {
    .search .search-top{                      
      height: 65px!important;
    }
    
    .search .search-top input[name="search"] {      
      margin-top:2px!important;
      width: 280px!important;
    }                          
    
    .search .search-top button[name="code"]{
      width: 35px!important;
      margin-top:2px!important;      
    }           
    
    .block-search-height ul{
      width: 300px!important;
      text-align:left!important;
    }  
    
    .basket{
      height:0!important;
    }   
    
    .cgi {
      height:78px;
      width:85px;
    }
    
    .cgi img {
      width:80px;
    }    
}

@media screen and (max-width: 1300px) {
  .list-tree {
    max-height:350px!important;
  }
}

@media screen and (max-width: 1000px) {
  .list-tree {
    max-height:440px!important;
  }
}