would like to change the color of the button https://gyazo.com/3b81956554b5ad72d1dae276b7bc16cb
i have tried it with this in custom CSS but didnt work
.product-content .single_add_to_cart_button{
background-color: #ca3110;
border-color: #ca3110;
}
.product-content .single_add_to_cart_button:hover{
background-color: #9e2c13 !important;
border-color: #9e2c13 !important;
}
thanks