/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2025 | 05:30:47 */
/* Add y/* Make ALL WooCommerce primary buttons show text */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-cart__submit-button,
.wc-block-components-button,
.wp-element-button {
  background-color: #ff8800 !important;   /* your orange */
  color: #ffffff !important;               /* white text */
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 20px !important;
  display: inline-flex !important;         /* ensure text lays out */
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;              /* un-hide text if set to 0 */
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-indent: 0 !important;               /* undo hidden text tricks */
  text-shadow: none !important;
}

/* Text node inside block buttons */
.wc-block-components-button__text,
.wp-element-button > span {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

/* Hover */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover,
.wc-block-cart__submit-
our CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

