body .woocommerce ul.products li.product a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 0px;
    border-radius: 25px 25px 0 0;
}
body .woocommerce .products ul, body .woocommerce ul.products{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product{
  margin: 0 2.5% 45px 2.5%;
  max-width: 20%;
}
body .woocommerce ul.products li.product .button {
    border-radius: 10px;

    border: 0px;
}
body .slideshow .woocommerce ul.products li.product .button {
    border-radius: 10px;
    border: 0px;
}
body .woocommerce ul.products li.product{

  background-color: #FFFFFF70;
  border-radius: 25px;
  margin-bottom: 0px;

  /* padding: 15px 15px 0px 15px;
  margin-bottom: 15px; */
}
body .woocommerce ul.products li.product a img{
  padding: 2px 5px 5px 5px;
  border-radius: 25px 25px 25px 25px;
}
.woocommerce .product .sale-img{
  position: relative;
}
.woocommerce .product .sale-img .onsale{
  top: 0;
  right: 0px;
  left: auto;
  margin: -0.5em -0.5em 0 0;
  position: absolute;
  text-align: center;
}
/*=========Single==========*/
 body .woocommerce.columns-4 ul.products li.product:hover{

  animation: hoverProd 0.1s forwards ;
}
@keyframes hoverProd {
  0% {

  }
  100% {
    background-color: #c3c3c360
  }
}
