/* WoolEstonia recovery: correct floated product rows on the homepage. */
@media (min-width: 992px) {
  body#index .tab-content ul.product_list.grid > li.first-in-line {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body#index .tab-content ul.product_list.grid > li.first-item-of-tablet-line {
    clear: left;
  }
}
