@media (max-width:1200px) {
  #search-results-body .item-list.full .price-item-tile .img-wrap .item-image {
    width: 200px;
  }
  #search-results-body .item-list.full .price-item-tile .img-wrap .item-image .discount-badge {
    font-size: 25px;
    line-height: 35px;
    padding: 0px 7px;
  }
  #search-results-body .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  #search-results-body .cat-photos {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width:991px) {
  /*Offers tiles full*/
  #search-results-body .item-list.full .price-item-tile {
    display: block;
  }
  #search-results-body .item-list.full .price-item-tile > div {
    display: block;
  }
  #search-results-body .item-list.full .price-item-tile > div > * {
    display: block;
    float: left;
  }
  #search-results-body .item-list.full .price-item-tile .img-wrap {
    padding-right: 0;
  }
  #search-results-body .item-list.full .price-item-tile .img-wrap .item-image {
    width: 150px;
  }
  #search-results-body .item-list.full .price-item-tile .img-wrap .item-image .discount-badge {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 4px;
  }
  #search-results-body .item-list.full .price-item-tile .description-wrap {
    padding: 0 0 10px 15px;
    width: calc(100% - 150px);
  }
  #search-results-body .item-list.full .price-item-tile .price-wrap {
    display: table;
    width: 100%;
  }
  #search-results-body .item-list.full .price-item-tile .price-wrap > div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
    width: 33.333333%;
  }
  #search-results-body .item-list.full .price-item-tile .price-wrap > div:nth-of-type(2) {
  padding: 15px;
  }
  #search-results-body .item-list.full .price-item-tile .price {
      margin-bottom: 0;
  }
  /*/Offers tiles full*/
  /*Offers tiles vertical*/
  #search-results-body .item-list.vertical .offer-tile .specifications {
    display: none;
  }
  /*/Offers tiles vertical*/
  #search-results-body .cat-photos .cat-photo {
    width: 25%;
  }
  #search-results-body .cat-photos .cat-photo-link {
    height: 120px;
  }
}
@media (max-width: 768px) {
  #search-results-body .page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  #search-results-body .page-title > span {
    display: block;
  }
  /*Dropdown from tabs*/
  #search-results-body .tab-content {
    padding-top: 15px;
  }
  /*/Dropdown from tabs*/
  #search-results-body .item-tabs {
    /*padding-top: 0;*/
  }
  #search-results-body .cat-photos .cat-photo {
    width: 33.33333333%;
  }
  #search-results-body .cat-photos .cat-photo-link {
    height: 90px;
  }
}
