Add the next code in Theme Options > Theme Custom CSS:
.single-product .single_add_to_cart_button.button {
background-color: red;
color: black;
}
.single-product .single_add_to_cart_button.button:hover {
background-color: black;
color: red;
}
Regards