/**** specifedw.css ****/


/*** Agencement Mega Menu (non mobile) ****/
div.header-center .amenu-item {
	display: inline-block;
}
div.header-center .amenu-link sup {
	top: 0;
}

li.mega-cat-xbrand {
	border-top: solid 1px #777;
	cursor: auto !important;
	margin-left: -12px;
	padding: 10px 0;
}

#amegamenu .amenu-item .adropdown {
	overflow: inherit;
}
div.header-center .mega-menu-cat-cont {
	padding: 0 40% 0 0;
	margin: 0;
	display: block;
	background-position: top right;
	background-size: 60%;
	background-repeat: no-repeat;
	/* min-height: 560px; */
	height: 560px;
	overflow: scroll;
}
div.header-center li.mega-cat-cat {
/*	width: 50%;
	display: inline-block; */
}
div.header-center li.mega-cat-cat:hover > a {
	font-weight: bold;
}
div.header-center li.mega-cat-cat > ul.mega-cat-subroot {
	/* display: none; */
	list-style: square;
}
div.header-center li.mega-cat-cat:hover ul.mega-cat-subroot {
	display: block;
}

div.header-right {
	width: 25%;
	justify-content: flex-start;
}

/*** Agencement Mega Menu (mobile) ****/

div#mobile-amegamenu li.mega-cat-cat > ul.mega-cat-subroot {
	list-style: square;
}
div#mobile-amegamenu li.mega-cat-cat > ul.mega-cat-subroot > li.mega-cat-subcat {
	margin: 6px 0 0 20px;
}


.only-for-grp-FR, .only-for-grp-EU, .only-for-grp-EX {
	/* see fr_or_ex.js in specifedw module */
	display:none;
}


span.available_now {
	background-color: #7aa910;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}
span.available_later {
	background-color: #e29811;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}
span.available_inactive {
	background-color: #A90F17;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

#js-product-list div.price-public,
section.featured-products div.price-public {
	text-align: center;
	color: #000000;
	font-size: 13px;
	font-weight: 600;
}
.shop-3 #js-product-list div.price-public,
.shop-3 section.featured-products div.price-public {
	color: #ffffff;
}
#js-product-list div.available_block,
section.featured-products div.available_block {
	text-align: center;
	margin: 10px 0;
}

section.featured-products .product-miniature.product-height {
  width: 240px;
}

p.edw-banner {
	background: black;
	color: #fff;
	text-align: center;
	border: 4px dashed #f33;
	padding: 4px;
	margin: 0;
}

body#category section#products section.page-not-found {
	display: none;
}

/**** specifedw.css ****/
