/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


/* FORCE Add to Cart button color (X Pro override) */
.single_add_to_cart_button.button.alt {
    background-color: #ff3b2f !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 1px solid #ff3b2f !important;
}

/* Hover */
.single_add_to_cart_button.button.alt:hover {
    background-color: #d9342a !important;
    border-color: #d9342a !important;
    color: #ffffff !important;
}




