#category #left_column {
  width: 20%;
}

#category #center_column {
  width: 80%;
}

body#category[class^="category-por-look"] #center_column,
body#category[class*=" category-por-look"] #center_column,
body#category[class^="category-by-look"] #center_column,
body#category[class*=" category-by-look"] #center_column {
  width: 100%;
}
body#category[class^="category-por-look"] #center_column .ajax_block_product .img-responsive,
body#category[class*=" category-por-look"] #center_column .ajax_block_product .img-responsive,
body#category[class^="category-by-look"] #center_column .ajax_block_product .img-responsive,
body#category[class*=" category-by-look"] #center_column .ajax_block_product .img-responsive {
  max-width: 100%;
}

body#category[class^="category-rebajas"] #center_column,
body#category[class*=" category-rebajas"] #center_column,
body#category[class^="category-rebajas"] #center_column,
body#category[class*=" category-rebajas"] #center_column {
  width: 100%;
}

body#category[class^="category-rebajas"] #center_column .ajax_block_product .img-responsive,
body#category[class*=" category-rebajas"] #center_column .ajax_block_product .img-responsive,
body#category[class^="category-rebajas"] #center_column .ajax_block_product .img-responsive,
body#category[class*=" category-rebajas"] #center_column .ajax_block_product .img-responsive {
  max-width: 100%;
}

#categories_block_left{
  text-align: center;
}
#categories_block_left h2{
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

#categories_block_left ul{
  text-align: left;
}
#categories_block_left ul li{
  margin: 15px 0;
  font-size: 14px;
  line-height: 16px;
}
#categories_block_left ul li a:hover{
  text-decoration:underline;
}
#categories_block_left .blockcategories_end{
  max-width: 100px;
  width: 100%;
  display: none;
}
#categories_block_left .left_column_description{
  text-align: justify;
  margin: 25px 0;
  font-size: 13px;
  line-height: 15px;
}

#categories_block_left .block_content2 {
  display: block;
}

@media(max-width: 768px){
  #category #left_column {
    width: 100%;
    float: left;
    margin-bottom: 50px;
  }

  #category #center_column {
    width: 100%;
    float: left;
  }
  #categories_block_left ul li {
    float: left;
    width: 50%;
    margin: 7px 0;
  }
  #categories_block_left h2::after {
      content: "\f0d7";
      font-family: "FontAwesome";
      display: inline-block;
      float: right;
      font-size: 18px;
      color: #fff;
      padding: 0;
  }

  #categories_block_left h2.hid::after {
    content: "\f0d8";
  }

  #categories_block_left h2:not(.hid) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #categories_block_left .block_content2 {
    display: none;
  }
}

@media(max-width: 767px){
    #categories_block_left .left_column_description{
        display: none;
    }
}
@media(max-width: 600px){
  #categories_block_left ul li {
    width: 100%;
  }
}
