/**
 * Protegge header e menu del tema dagli stili Bootstrap del plugin
 * sulle pagine single-product Entourance (body.entourance-*).
 */

body[class*="entourance-"] .entourance-plugin .nav-link,
body[class*="entourance-"] .entourance-plugin .navbar-nav .nav-link,
body[class*="entourance-"] .entourance_widget .nav-link {
	color: revert !important;
	text-decoration: revert;
	background-color: revert;
	border-color: revert;
	font-weight: revert;
}

body[class*="entourance-"] .entourance-plugin .navbar-toggler,
body[class*="entourance-"] .entourance_widget .navbar-toggler {
	color: revert !important;
	border-color: revert;
	background-color: revert;
}
