/*
Theme Name: QuintusWP Child
Theme URI: http://modeltheme.com/mt_quintus
Template: quintuswp
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Quintus - Industry / Factory / Engineering WordPress Theme [child-theme]
Version: 1.0
Text Domain: quintuswp
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/

/* Bin8 */
#navbar .menu > .menu-item:first-child > a {
	padding-left: 18px !important;
}

.woocommerce-page .woocommerce-ordering {
	display: none;
}

.header-title-breadcrumb-overlay .container {
	display: none;
}

#navbar .menu-item .sub-menu .menu-item:hover .sub-menu {
	z-index: 10000000;
}

/* Categorie prodotto in pagina elenco prodotti */
.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page .products li.product-category.product,
.archive.tax-product_cat.woocommerce .products li.product-category.product {
    margin-bottom: 10px !important;
    background: black !important;
    padding: 10px 15px !important;
    transition: background 0.6s ease;
}
.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page .products li.product-category.product.active,
.archive.tax-product_cat.woocommerce .products li.product-category.product.active {
	background: red !important;
}
.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page .products li.product-category.product img,
.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page .products li.product-category.product mark.count,
.archive.tax-product_cat.woocommerce .products li.product-category.product img,
.archive.tax-product_cat.woocommerce .products li.product-category.product mark.count {
    display: none;
}
.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page .products li.product-category.product a,
.archive.tax-product_cat.woocommerce .products li.product-category.product a {
	color: #fff;
}
.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page .products li.product-category.product a h2,
.archive.tax-product_cat.woocommerce .products li.product-category.product a h2 {
	font-family: 'Didact Gothic', sans-serif !important;
	font-weight: 300 !important;
	font-size: 14px;
	letter-spacing: 1px;
}
.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page .products li.product-category.product:hover,
.archive.tax-product_cat.woocommerce .products li.product-category.product:hover {
	background: red !important;
}
/* END Bin8 */