/*
 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
------------------------------------------------------- */
@media (min-width:980px){
.add_to_cart_button {
    background-color: #9B0000!important;
    color: white!important;
    padding: 20px 40px!important;
    border-radius: 5px;
	border:none!important;
    text-decoration: none;
	text-align:left!important;
	letter-spacing:1px;
	text-transform: uppercase!important;
	font-family: 'Montserrat';
	font-size: 12px!important;
	font-weight: 600!important;
	border-radius:0!important;
}

.add_to_cart_button:hover {
    background-color: #ededed!important;
	color:black!important;
}
.add_to_cart_button:after{
	font-size:18px!important
}

.tinvwl_add_to_wishlist-text,.tinvwl_add_to_wishlist_button:before {
	color: #9B0000!important;
	}}

