/* Enter Your Custom CSS Here */
/*change product add to cart button color*/
.woocommerce div.product form.cart .button{
background:white;
background-color:white;
color:red;
text-shadow: transparent;
box-shadow: none;
border-color:#ca0606;
}
/*change product add to cart button color hover*/
.woocommerce div.product form.cart .button:hover{
background:red;
background-color:red;
color:white;
text-shadow: transparent;
box-shadow: none;
border-color:#ca0606;
}
/*When Prodcut is added*/
.woocommerce .product .add_to_cart_button.button {
    background-color: black;
    color: red;
}
.woocommerce .product .add_to_cart_button.button:hover {
    background-color: red;
    color: black;
}

.woocommerce p.cart .single_add_to_cart_button.button{
background:white;
background-color:white;
color:red;
text-shadow: transparent;
box-shadow: none;
border-color:#ca0606;
}
/*change product add to cart button color hover*/
.woocommerce p.cart .single_add_to_cart_button.button:hover{
background:red;
background-color:red;
color:white;
text-shadow: transparent;
box-shadow: none;
border-color:#ca0606;
}


.woocommerce span.onsale { 
	background: #6699FF;
	background-color: red; 
	color: white; 
} 


/*
 .woocommerce .price>.amount, .woocommerce .price>ins>.amount {
	color: #f00; 
}*/


li.additional_information_tab { 
	display: none; 
}

.star-rating span:before, .star-rating::before, p.stars a:hover:after, p.stars a:after { color: #ff0000 !important; letter-spacing: 1px; }

