If you use the WordPress DIVI theme with WooCommerce, then perhaps you have noticed the style of the buttons have changed.

This CSS snippet is all you need to fix the issue.

.woocommerce .button {
background:red !important;
color: #fff !important;
}