/**
* Theme Name: Uroan Child
* Description: This is a child theme of Uroan, generated by Auto Installer.
* Author: <a href="https://teconce.com/about">Teconce</a>
* Template: uroan
* Version: 1.4.4
*/

.woocommerce ul.products li.product .button {
    display: none !important;
}
.woocommerce ul.products li.product:hover .button {
    display: none !important;
}
.add-to-cart-button {
  display: inline-block;
  background-color: #ff6600;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 10px;
}


