/**
	Theme Adjustments for Charcuterie
 */

/* main.css */

#Header a.selected,
#Header a:hover {
	color: #b31e31;
}

.headline-banner {
	background: #dc8691;
	color: #fff;
}

/* landing.css */

.landing-menu a:hover {
	background-color: #b31e31;
}

.landing-menu .menu-icon-produit {
	background: url(../../images/icon/icon-produit-charcuterie-black.svg) no-repeat 17px center;
	background-size: 22px auto;
}

.landing-menu .menu-icon-produit:hover {
	background-image: url(../../images/icon/icon-produit-charcuterie-white.svg);
}

/* produit.css */

.prodlist-title h2 {
	color: #b31e31;
}

.prodlist-list .prodlist-caption {
	background: rgba(179, 30, 49, .8);
}

/* store.css */

#StorePanel .by-region #RegionInput ul li:hover {
	background: #b31e31;
}
