.l-navbar { colour: black !important;}

.products__item.with-options .products__price {
	visibility: hidden;
}

.modal {
	width: 100%;
	max-width: 700px;
	margin-left: 0;
	transform: translateX(-50%);
}
.modal-header {
	background: #1d1d1d;
	color: #fff;
	border-bottom: 3px solid #67b339;
}
.modal-header .close {
	color: #fff;
	opacity: 1;
}
.modal-body {
	overflow-y: scroll; 
	-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
	.modal {
		width: auto;
		transform: none;
	}
}
.asper-metadescription {
  display: none;
}
.dropdown-backdrop{
  z-index:auto !important;
}

.cmspg-content img {
height: auto !important;
}

div#cookie-notice {
display: none;
}

.breadcrumb__link {
    color: #67B339 !important;
}

.breadcrumb__item {
    color: #67B339 !important;
}

.l-products .product__description .youtube {
	 position: relative;
	 padding-bottom: 48%;
	 padding-top: 30px;
	 height: 0;
	 overflow: hidden;
}
 .l-products .product__description .youtube iframe, .l-products .product__description .youtube object, .l-products .product__description .youtube embed {
	 border: 0;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 