.product_list .products {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1600px) {
  .product_list .products .product.col-xl-4 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .product_list .products .product.col-lg-4 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .product_list .products .product.col-md-4 {
    width: 25%;
  }
}
.product_list .products .product .view-mode-grid {
  max-width: unset;
}
.product_list .products .clearfix {
  display: none !important;
}

#product_detailed .product-details #product-collapsable .prices_discount_box .original_price {
  display: block;
}

@media (max-width: 758px) {
  body.category_view main .product-category .product_list .products > div.product {
    width: 100%;
  }
}