.ladev--sensitive-content {
	position: relative;
}

.ladev--sensitive-content:before {
	content: 'Jetzt anmelden, um den Inhalt sehen zu können.';
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 20px;
	display: block;
}

.ladev--sensitive-content:after {
	content: 'Jetzt registrieren';
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translateX(-50%);
	background-color: #fff;
	color: #000;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 16px;
	display: block;
}

.ladev--sensitive-content:after:hover {
	background-color: #f8f8f8;
}

.sensitive-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 8;
	overflow: hidden;
}

.sensitive-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-image: url('https://cdn.dollscloud.com/fr/wp-content/uploads/2019/02/Overlay-1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sensitive-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.sensitive-overlay-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	z-index: 91;
	position: relative;
	padding: 20px;
	line-height: normal;
}

.sensitive-overlay-inner p {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 0.3em;
}

.sensitive-overlay-inner .sensitive-overlay-button {
	background-color: #fff;
	padding: 3px 13px;
	border-radius: 200px;
	font-weight: bold;
	font-size: 12px;
	max-width: 100%;
}

.single-product .sensitive-overlay-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	z-index: 91;
	position: relative;
	padding: 40px;
}

/*.single-product .sensitive-overlay-inner p,*/
.sensitive-overlay-video .sensitive-overlay-inner p {
	font-size: clamp(1.714rem, 1.617rem + 0.488vw, 2.286rem);
	font-weight: bold;
	color: #fff;
	text-align: center;
}

/*.single-product .sensitive-overlay-inner .sensitive-overlay-button, */
.sensitive-overlay-video .sensitive-overlay-inner .sensitive-overlay-button {
	background-color: #fff;
	padding: 5px 15px;
	border-radius: 200px;
	font-weight: bold;
	font-size: clamp(1.143rem, 1.07rem + 0.366vw, 1.571rem);
}

.sensitive-overlay-video {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	display: flex;
}

.sensitive-overlay-video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background-image: url('https://cdn.dollscloud.com/fr/wp-content/uploads/2019/02/Overlay-Video.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sensitive-overlay-video:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.sensitive-overlay-video .sensitive-overlay-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
}

.sensitive-overlay-video img {
	z-index: 9;
	position: relative;
}


.sensitive-overlay-video img {
	z-index: 9;
	position: relative;
}
.la-thumb.ladev--sc--thumb:after {
	content: 'Jetzt registrieren';
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	color: #000;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 10px;
	display: block;
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: normal;
	z-index: 1;
}
#la_woo_thumbs .la-thumb.ladev--sc--thumb:before{
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url('https://cdn.dollscloud.com/fr/wp-content/uploads/2019/02/Overlay-1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#la_woo_thumbs .la-thumb.ladev--sc--thumb{
	overflow: hidden;
}

#page.site {
    opacity: 1 !important;
}

.ladev-avs-popup {
	line-height: 1.4;
}
.ladev-avs-popup h2 {
	margin: 0 0 10px;
	font-size: 26px !important;
}
.ladev-avs-popup > div {
	width: 400px !important;
	max-width: 100%;
}
.ladev-avs-popup p{
	font-size: 17px !important;
}
#avs_footer svg {
	width: 120px;
}

.woocommerce-product-gallery__image .open-register-link {
	cursor: pointer;
}