#colophon .widgets .widget-title {
  color: #d1a536;
  font-size: 20px;
  font-variant: normal;
  text-transform: none;
}

.woocommerce.single #content div.product .single_add_to_cart_button {
  background-color: #71de28;
  border-radius: 15px;
  font-variant: normal;
  text-transform: uppercase;
  padding: 20px;
  color: #ffffff;
  font-family: Arial;
  font-weight: 600;
  font-size: 13px;
  border-width: 0px;
}

.woocommerce.single #content div.product .single_add_to_cart_button:hover {
  background-color: #b08a2d;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #f70a0a;
  font-weight: 600;
  text-indent: 0px;
}

bdi {
  color: #242424;
  font-size: 18px;
  font-weight: normal;
}