.best-products-loader {
 height: 400px;
 background: url("../images/spinner.gif") no-repeat center;
}

.discount-info p,
.discount-info div,
.discount-info span {
 height: 28px;
}

@media all and (max-width: 992px) {
 .ss-best-products-wrapper .woocommerce ul.products {
  flex-direction: row !important;
 }

 .ss-best-products-wrapper .woocommerce ul.products li.product {
  width: 50% !important;
 }
}

@media all and (max-width: 767px) {
 .ss-best-products-wrapper .woocommerce ul.products li.product {
  width: 100% !important;
 }
}
