.products {
  gap: 20px;
}

.woocommerce.columns-4 .products .product.product-category {
  width: calc(25% - 15px);
  padding: 10px;
  margin: 0;
}

.product-category {
  background-color: #fff;
}

.product-category h3 a {
  display: flex;
  justify-content: center;
}

.products {
  display: flex;
  flex-wrap: wrap;
}




@media only screen and (max-width: 770px) {
  body .pfWidget.desktop_bottom-right {
    top: unset !important;
    right: 5px !important;
    bottom: 91px !important;
  }

  .wrapper_main_content {
    display: flex;
    padding: 0 20px;
  }
  .woocommerce.columns-4 .products .product.product-category {
    width: calc(50% - 10px);
}
}




@media only screen and (max-width: 480px) {
  .woocommerce.columns-4 .products .product.product-category {
    width: 100%;
  }
}