/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
h1 {
    letter-spacing: 4px;
}

/* "Add to cart" button on single product page */
.single-product .product .single_add_to_cart_button.button {
    background-color: #FF0000;
    color: #FFFFFF;
}

/* "Add to cart" button on archives (e.g. shop, category page) */
.woocommerce .product .add_to_cart_button.button {
    background-color: #FF0000;
    color: #FFFFFF;
}