header {
	background: linear-gradient(90deg, #FFC107, #FF9800 38%, #FFC107);
}
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;
}
.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) {
	#collar {
		background: linear-gradient(90deg, #FFC107, #FF9800 38%, #FFC107);
	}
}
.navbar-nav>li:last-child>label {
	color: #ff7919;
}
.is-promo .price-main .amount, .is-promo .price-main .amount, .is-promo .price-main .amount {
    color: #ff7919;
}
.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;
}
.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;
}