@media (min-width: 1366px) {
  .product-list.thumbs .product-item {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .product-list.thumbs .product-item {
    width: 50%;
  }
}
