/* Themify Customize Styling */
a, .post-nav .arrow {	
	color: #0065ff; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #000000; 
}
#headerwrap {	
	margin-bottom: 5px; 
}
#site-description {		font-weight:normal;

	color: #000000; 
}
#footerwrap {	background: none;
	background-color: #000000; 
}
#footer {	
	color: #ffffff; 
}
#footer a {	
	color: #ffffff; 
}
#footer .footer-widgets .widgettitle {	
	color: #ffffff; 
}

/* Themify Custom CSS */
#site-description {
    opacity: 1;
}

.WooZone-price-info {
    font-weight: normal !important;
    font-size: 20px !important;
    color: red !important;
font-style: normal !important;
}

.woocommerce div.product .product_title {
     line-height: 1.5;
}

/* to disable animated labels on comment forms */

#commentform p label {
    transform: none !important;
}
2)

p.comment-form-cookies-consent input[type="checkbox"]:checked + label::after{
top:1.5ex;
}
3)

p.comment-form-cookies-consent {
margin-bottom:-8px !important;
}