/*
Theme Name:   Divi Child
Theme URI:    
Description:  Divi child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     Divi
Version:      1.0.0
Text Domain:  Divi-child
*/


/*Styling the Add to cart*/

.woocommerce ul.products li.product .button {
	font-family: Roboto;
	text-transform: uppercase;
	border: 2px solid #3e6023; /* button border color */
	color: #3e6023; /* buttonicon color */
	font-size: 0.7rem;
	margin-top: 4px!IMPORTANT;
	margin-bottom: 4px!IMPORTANT;
	padding-top: 2px!IMPORTANT;
	padding-bottom: 2px!IMPORTANT;
	padding-left: 15px!IMPORTANT;
	padding-right: 15px!IMPORTANT;
	border-radius: 5px;
	/*height: 45px!important;
	width: 45px!important;*/
	text-align: center;
	transition: .3s ease;
}

/*Adding some Hover effect to buttons*/

.woocommerce ul.products li.product .button:hover {
	background: #000000; /* button background color on hover */
	border: 2px solid #000000; /* button border color */
	color: #fff; /* button icon color on hover */
	/*box-shadow: 0px 3px 20px #07B98A36;*/
}

/*Disables the icon appear when you hover to add to cart button*/

.woocommerce ul.products li.product .button:after {
	display: none
}


.woocommerce-store-notice, p.demo_store {
    background-color: #3e6023;
    color: #ffffff;
    font-size: 1rem;
	padding-bottom: 20px!IMPORTANT;
}

