/* Global button styles with round corners */

.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.porto-button {
  background-color: #b79b6f;
  color: #ffffff;
  border-radius: 20px;
}

.button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.porto-button:hover {
  background-color: #B79B6F;
  color: #ffffff;
}