/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2025 | 05:28:44 */
/* Force visible text inside WooCommerce Cart/Checkout buttons */
.wc-block-components-button__text,
.wc-block-cart__submit-button .wc-block-components-button__text,
.wc-block-mini-cart__footer .wc-block-components-button__text {
  color: #ffffff !important;   /* White text */
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
/* Add your 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 */ 

