@media (max-width: 1370px) {
  .hh-160 {
    height: 160px;
  }

  .hh-160 img {
    height: 100%
  }
}

@media (max-width: 550px) {
  .hh-160 img {
    display: none;
    /*height: auto;*/
  }

  .hh-160 {
    height: 30px;
  }

  .img-text-c {
    position: relative;
  }

  .subcategory-row {
    margin-top: 0;
  }

  .category-all-row {
    margin-top: 0;
  }

  .img-text-c {
    margin-bottom: 0;
  }

  .row.category-all-row, .row.subcategory-row {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .row.subcategory-row .cl-xs-4.col-md-12 {
    margin-bottom: 0;
  }

  .img-c.hh-160 {
    height: 0;
  }

  .card-underline-c {
    display: none;
  }

  .row.subcategory-row .cl-xs-4.col-md-12 a, .row.category-all-row .col-md-12 a {
    font-size: 18px;
  }

  .row.subcategory-row .card-underline-c {
    display: none;
  }

  .img-c.hh-160 img {
    width: 80px;;
  }

  .subcategory-row div {
    margin-bottom: 20px;
  }

  span.current {
    font-size: 15px;
  }

  .breadcrumbs {
    margin-top: 0px
  }

  .page-title {
    display: none;
  }
}


