html[lang^="nl"] header {
	background: linear-gradient(90deg, #FFC107, #FF9800 38%, #FFC107);
}
html[lang^="nl"] header .col-xs-3.col-md-4.col-lg-3:before {
	box-shadow: 0 0 0 3px #003DA5, 0 0 0 6px white, 0 0 0 9px #C8102E;
}
html[lang^="nl"] .xsbrand-holder:before {
    box-shadow: 0 0 0 3px #003DA5, 0 0 0 6px white, 0 0 0 9px #C8102E;
}
@media (max-width: 767.98px) {
	html[lang^="nl"] #collar {
		background: linear-gradient(90deg, #FFC107, #FF9800 38%, #FFC107);
	}
}
html[lang^="nl"] .navbar-nav>li:last-child>label {
	color: #ff7919;
}
html[lang^="nl"] .is-promo .price-main .amount, .is-promo .price-main .amount, .is-promo .price-main .amount {
    color: #ff7919;
}
html[lang^="nl"] .is-promo .price-window .top:before {
	content: '🦁 🇳🇱 WK-AANBIEDING';
	border-radius: 30px;
	padding: 5px 15px;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: bold;
	border: 2px solid #ff7a18;
	color: #ff7a18;
	background: #fff3ea;
}
.thumbnail.is-promo .caption.product-title:before {
    content: 'wk-aanbieding';
    font-size: .8rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    background: #FF9800;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 6px;
    margin: -4px -4px 4px;
}
html[lang^="nl"] .is-promo .product-pricer-conf .btn-green {
    color: #fff;
    font-weight: 500;
    background-color: #ff7919;
    box-shadow: 0 1px 0 #ffffff;
    text-shadow: 1px 1px #ff7919;
}
html:not([lang^="nl"]) .is-promo .price-window .top:before {
    content: 'WK-DEAL';
    border-radius: 30px;
    padding: 5px 15px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: bold;
    border: 2px solid #ff0057;
    color: #ff0057;
    background: #ffeaf7;
}
html[lang^="pt"] .is-promo .price-window .top:before, html[lang^="pt"] .thumbnail.is-promo .caption.product-title:before { content: 'Promo da Copa'; }
html[lang^="fr"] .is-promo .price-window .top:before, html[lang^="fr"] .thumbnail.is-promo .caption.product-title:before { content: 'Offre Coupe du Monde'; }
html[lang^="de"] .is-promo .price-window .top:before, html[lang^="de"] .thumbnail.is-promo .caption.product-title:before { content: 'WM-Angebot'; }
html[lang^="it"] .is-promo .price-window .top:before, html[lang^="it"] .thumbnail.is-promo .caption.product-title:before { content: 'Offerta Mondiale'; }
html[lang^="es"] .is-promo .price-window .top:before, html[lang^="es"] .thumbnail.is-promo .caption.product-title:before { content: 'Oferta del Mundial'; }
html[lang^="en"] .is-promo .price-window .top:before, html[lang^="en"] .thumbnail.is-promo .caption.product-title:before { content: 'World Cup Offer'; }