.incentivestock-msg{
	display: none !important;
}

.product-parureNonNormalisee{
	.pdp-block:before{
		content: 'Complétez	mon ensemble';
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%,-50%);
		color: #454545;
		text-align: center;
		font-size: 1.5625rem;
		font-weight: 700;
	}
	.pdp-blockTitle{
		display: none;
	}
}

html[lang='nl']{
	.product-parureNonNormalisee{
		.pdp-block:before{
			content: 'Mijn ensemble aanvullen';
		}
	}
}

.reinsurance{
	background-color : #FFFFFF;
}