.add_to_cart_button {
  position: relative;
}
.add_to_cart_button.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 12px;
  right: 6px;
  animation: spin 2s linear infinite;
}

.add_to_cart_button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  top: 12px;
  right: 6px;
  position: absolute;
}

.products .product {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.products .product .woocommerce-loop-product__title {
  font-size: 20px !important;
}

.products .product .price {
  font-size: 20px !important;
  color: #5BA3A3;
}

.products .product .onsale {
  border-radius: 10px;
  background-color: #EE6F5D;
  padding: 0px 10px;
}