/* Themify Customize Styling */
#headerwrap {	background: none;
	background-color: #ffffff; 
}
body #site-logo a {		font-weight:normal;
 
}
body #site-logo a img {		width: 200px;
	height: 60px; 
}
#main-nav a {	
	margin: 0%; 
}
#main-nav a, .transparent-header #main-nav a {	
	color: #4d2500; 
}
#main-nav a:hover, .transparent-header #main-nav a:hover {	
	color: #ffffff; 
}
#footer-logo, #footer #footer-logo a {	display: none; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px;
	height: 60px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px;
	height: 60px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px;
	height: 60px; 
}
 }
/* Themify Custom CSS */
/* Hide quantity field and Add to Wishlist on product pages */
.single-product .quantity,
.single-product .yith-wcwl-add-to-wishlist {
    display: none !important;
}

/* Hide quantity field and Add to Wishlist on product archive pages */
.woocommerce .products .quantity,
.woocommerce-page .products .quantity,
.woocommerce .products .yith-wcwl-add-to-wishlist,
.woocommerce-page .products .yith-wcwl-add-to-wishlist {
    display: none !important;
}

/* Hide social sharing buttons on product pages */
.single-product .woocommerce-product-sharing,
.single-product .share {
    display: none !important;
}
