body, html {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}
/* css search */
.header-nav-main {
	/*
	display: none !important;
	*/
}
li.current-menu-item a:before {
	display: block !important;
	opacity: 1 !important;
}
.current-menu-item a{
	font-weight: 700;
}
/* Single product */
.single-product form.cart,
.single-product .single_add_to_cart_button { display:none !important; }

/* Shop / category */
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button.product_type_simple,
.woocommerce ul.products li.product .button.product_type_variable { display:none !important; }

@media only screen and (max-width: 440px) { 
	
}
@media only screen and (max-width: 600px) { 
	
}
@media only screen and (min-width: 768px) {
	
}
@media only screen and (min-width: 1300px)
.container-width,.container, .row {
    max-width: 1320px !important;
}