.single.single-product {
	padding-bottom: 75px;
}

.single.single-product article.type-product {
	margin-bottom: 80px;
}

.single.single-product .woocommerce-breadcrumb {
	margin: 32px 0 50px;
}

.single.single-product .type-product .woocommerce-product-gallery.images .acoplw-badge {
	font-size: 14px;
}

.single.single-product .type-product .woocommerce-product-gallery.images .acoplw-badge>* {
	margin-left: 0;
	margin-top: 19px;
	left: auto;
	right: 12px;
}

.single.single-product .type-product .woocommerce-product-gallery.images .acoplw-badge>span {
	width: 66px !important;
	font-size: 14px !important;
	height: 36px !important;
	border-radius: 5px !important;
	background: #FC3F3F !important;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single.single-product .type-product .woocommerce-product-gallery.images .acoplw-badge>span>span {
	font: 600 14px 'Roboto' !important;
}

@media only screen and (max-width: 960px) {
.single.single-product .type-product .woocommerce-product-gallery.images .acoplw-badge>* {
		margin-left: 0px;
	}
}

.single.single-product #wapo-total-price-table {
	display: none !important;
}

/* Variable product tweaks (moved from css/style_v2.css) */
article.product-type-variable ~ .prod_content_footer {
	display: none !important;
}

.single-product.woo-variation-swatches .product-type-variable form.variations_form.cart {
	position: relative !important;
}

.product-type-variable .summary .cart .quantity ~ .button {
	margin: 0 !important;
	width: 100% !important;
}

/* Info box in product pages */
.product-info-box {
	background: #ffeb8f;
	padding: 20px;
	margin: 32px 0 0;
	border-radius: 0px;
}

.info-box-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.info-box-icon {
	width: 35px;
	height: 35px;
}

.info-box-header .info-box-header-text {
	font: 700 24px / 24px 'Rajdhani';
	margin: 0;
	padding: 0;
	order: 0 !important;
}

.product-info-box > p {
	padding-bottom: 0;
}

/* Remove Paypal text from footer bar on product page */
.single.single-product .product_footer .type-product .summary .cart .paypal-text-style {
	display: none;
}

/* Fix WP cover image stacking inside widgets */
.single-product .content_block .widget.widget_block .wp-block-cover > img {
	z-index: 1 !important;
}

.prod_content_nav .pricecard .cart #yith-wapo-container {
	display: none !important;
}

.single.single-product .content_block {
	padding-bottom: 0;
}

.single.single-product .onsale {
	display: none;
}

.single.single-product .mobile_heading {
	display: none;
}

.single.single-product .type-product {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.single.single-product .type-product>.woocommerce {
	flex-grow: 1;
}

.single.single-product .type-product .woocommerce-product-gallery.images {
	margin: 0;
	float: none;
	width: calc(50% - 32px);
	position: -webkit-sticky;
	position: sticky;
	top: 138px;
	display: flex !important;
	flex-flow: column;
}

.logged-in.single.single-product .type-product .woocommerce-product-gallery.images {
	top: 170px;
}

.single.single-product .type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background: url(../../../images/icons/plus.svg) center center no-repeat;
	display: none !important;
}

.single.single-product .type-product .woocommerce-product-gallery.has_video .woocommerce-product-gallery__trigger {
	display: none;
}

.single.single-product .type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img,
.single.single-product .type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before,
.single.single-product .type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
	display: none;
}

.single.single-product .type-product .woocommerce-product-gallery .flex-viewport,
.single.single-product .type-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	flex: 1;
}

.single.single-product .type-product .woocommerce-product-gallery .flex-viewport {
	min-height: 660px;
	max-height: 660px;
	display: none;
}

.single.single-product .type-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper,
.single.single-product .type-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper>div {
	height: 100%;
}

.single.single-product .type-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	position: relative;
}

.single.single-product .type-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
	display: block;
	max-width: 100% !important;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single.single-product .type-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a[data-type="video"] {
	position: relative;
	padding: 0 0 56.25% 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
}

.single.single-product .type-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a[data-type="video"] iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single.single-product .type-product .woocommerce-product-gallery.has_video .flex-viewport:before {
	content: '';
	border-radius: 50%;
	background: #fff url(../../../images/icons/plus.svg) center center no-repeat;
	display: block;
	width: 36px;
	height: 36px;
	top: 20px;
	right: 20px;
	position: absolute;
}

.single.single-product .type-product .woocommerce-product-gallery.has_video .flex-viewport .woocommerce-product-gallery__image.flex-active-slide a.plus {
	border-radius: 50%;
	display: block;
	width: 36px;
	height: 36px;
	background: #fff url(../../../images/icons/plus.svg) center center no-repeat;
	z-index: 999;
	position: absolute;
	top: 20px;
	right: 140px;
	opacity: 1;
}

.single.single-product .type-product .woocommerce-product-gallery.has_video .flex-viewport .woocommerce-product-gallery__image a.plus {
	opacity: 0;
	transition: opacity linear .2s .5s;
}

@media only screen and (max-width: 959px) {
.single.single-product .type-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image.flex-active-slide a.plus {
		right: 20px;
	}
}

.single.single-product .type-product .woocommerce-product-gallery .flex-control-nav {
	order: -1;
	width: auto;
	margin-right: 0;
	margin-top: 10px;
	display: flex;
	display: none !important;
}

.single.single-product .type-product .woocommerce-product-gallery .flex-control-nav li {
	float: none;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 16px 16px 0;
	display: none;
}

.single.single-product .type-product .woocommerce-product-gallery .flex-control-nav li:nth-child(-n+6) {
	display: block;
}

.single.single-product .type-product .woocommerce-product-gallery .flex-control-nav .length {
	width: 80px;
	min-width: 80px;
	height: 80px;
	background: #e9f4fb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #248FD6;
	font: 700 22px 'Rajdhani';
	cursor: pointer;
}

.single.single-product .type-product .woocommerce-product-gallery .flex-control-nav li img {
	opacity: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper {
	order: -1;
	margin: 17px 0;
	min-width: 100%;
	position: relative;
	align-self: flex-start;
}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .flex-control-nav {
	width: auto;
	margin-right: 0;
	display: flex;
}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .flex-control-nav li {
	margin: 0 16px 16px 0;
	display: none;
}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .flex-control-nav li:nth-child(-n+6) {
	display: block;
}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-prev,
.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-next {
	position: absolute;
	top: 36px;
	left: -20px;
	z-index: 100;
	width: 21px;
	height: 9px;
	font-size: 0;
	line-height: 0;
	background: url(../../../images/icons/arrow8.svg) center center/100% auto no-repeat;
	transform: rotate(90deg);
	display: none;
}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-next {
	left: auto;
	right: 0;
	transform: rotate(-90deg);
}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-next.disabled,
.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-prev.disabled {
	opacity: .5;
}

.single.single-product .type-product .summary {
	margin: 0;
	float: none;
	width: calc(50% - 32px);
	position: relative;
	display: flex;
	flex-flow: column;
}

.single.single-product .type-product .summary h3 {
	padding-right: 50px;
	order: -5;
}

.single.single-product .type-product .summary .woocommerce-product-rating {
	overflow: hidden;
	order: -5;
}

.single.single-product .star-rating {
	margin: 0 15px 0 0;
	width: 6.5em;
}

.single.single-product .star-rating:before {
	color: #e6e6e7;
	content: "S S S S S";
}

.single.single-product .star-rating span:before {
	color: #FEA504;
	content: "S S S S S";
}

.single.single-product .type-product .summary .glsr {
	order: -5;
	margin-bottom: 30px;
}

.single.single-product .type-product .summary .glsr-summary-wrap .glsr-summary {
	max-width: 100%;
	color: #7C7C7D;
	font-size: 14px;
}

.single.single-product .type-product .summary .glsr-summary .glsr-summary-rating,
.single.single-product .type-product .summary .glsr-summary .glsr-summary-percentages {
	display: none;
}

.single.single-product .type-product .summary .glsr-summary .glsr-summary-stars .glsr-star-rating .glsr-star {
	width: 16px;
	height: 15px;
	margin-right: 5px;
	background-size: 100% auto;
}

.single.single-product .type-product .summary .glsr-summary>span {
	line-height: 18px;
	margin-right: 30px;
	padding: 8px 0 8px 60px;
	background: url(../../../images/icons/b.svg) left center no-repeat;
}

.single.single-product .type-product .summary .glsr-summary>span a {
	color: #7C7C7D;
	border-bottom: .5px dotted #7C7C7D;
}

.single.single-product .type-product .summary .glsr-summary-text {
	width: auto;
	margin-top: 0;
	flex: 1;
}

.single.single-product .type-product .summary .glsr-summary-text a {
	color: #7C7C7D;
	border-bottom: .5px dotted #7C7C7D;
}

.single.single-product .type-product .summary .glsr-summary-text strong {
	color: #0B1E30;
	margin: 0 15px 0 -5px;
}

.single.single-product .type-product .summary .label_reviews_wrap {
	order: -5;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
}

.single.single-product .type-product .summary .label_reviews_wrap>a {
	order: -5;
	color: #7C7C7D;
	border-bottom: .5px dotted #7C7C7D;
	margin-right: 30px;
}

.single.single-product .type-product .summary .label_reviews_wrap>a.label {
	border: none;
	margin-right: 15px;
	max-width: 44px;
	min-width: 44px;
}

.single.single-product .type-product .summary .label_reviews_wrap>a.label img {
	width: 100%;
}

.single.single-product .type-product .summary .label_reviews_wrap .glsr {
	margin-bottom: 0;
}

.single.single-product .woocommerce-review-link {
	color: #000;
	font-size: 16px;
	text-decoration: underline;
	position: relative;
	top: -7px;
}

.single.single-product .type-product .summary>.price {
	display: none !important;
}

.single.single-product .type-product.outofstock .summary>.price {
	display: flex !important;
}

.single.single-product .type-product.outofstock .summary>.price ins {
	color: #7C7C7D;
}

.single.single-product .type-product .summary .price {
	font: 700 34px 'Rajdhani';
	color: #FC3F3F;
	order: -4;
	padding: 0 0 20px 0;
}

.single.single-product .type-product .summary .price>.amount>bdi {
	color: #000;
}

.single.single-product .type-product .summary.hastax .price:after {
	content: 'inkl. MwSt. zzgl. Versand';
	color: #7C7C7D;
	font: 14px 'Roboto';
	padding-left: 15px;
	position: relative;
	top: -4px;
}

.single.single-product .type-product .summary .price ins {
	text-decoration: none;
}

.single.single-product .type-product .summary .price del {
	opacity: 1;
	color: #7C7C7D;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	top: -4px;
}

.single.single-product .type-product .summary .price .tax-info {
	color: #7C7C7D;
	font: 14px 'Roboto';
	padding-left: 15px;
}

.single.single-product .type-product .summary .price .wc-gzd-sale-price-label {
	order: -3;
	font-weight: 400;
	color: #7C7C7D;
	position: relative;
	top: -4px;
}

.single.single-product .type-product .summary .price .wc-gzd-sale-price-label~ins {
	order: -4;
}

.single.single-product .type-product .summary .stock {
	color: #59AA40;
	font: 600 18px 'Rajdhani';
	padding: 0 0 20px 0;
	order: -4;
	margin-top: -45px;
	text-align: right;
	display: none;
}

.single.single-product .type-product .summary .stock:before {
	content: '';
	background: url(../../../images/icons/check.svg) 0 6px no-repeat;
	height: 100%;
	width: 27px;
	display: inline-block;
	vertical-align: middle;
}

.single.single-product .type-product .summary .stock.out-of-stock {
	color: #7C7C7D;
	font: 600 14px 'Roboto';
	padding: 0 0 20px 0;
	order: -5;
	margin: 30px 0 0 0;
	text-align: left;
	display: block;
}

.single.single-product .type-product .summary .stock.out-of-stock:before {
	content: '';
	background: #7C7C7D;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 14px;
}

.single.single-product .type-product .summary .delivery-time-info {
	color: #59AA40;
	font: 14px 'Roboto';
	padding: 0;
	order: -5;
	margin: 0 0 10px 0;
	text-align: left;
	position: relative;
}

.single.single-product .type-product .summary>.delivery-time-info {
	display: none !important;
}

.single.single-product .type-product .summary .delivery-time-info:before {
	content: 'Auf Lager';
	color: #000;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 12px 0 20px;
}

.single.single-product .type-product .summary .delivery-time-info:after {
	content: '';
	background: #59AA40;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 4px;
	left: 0;
}

.single.single-product .type-product .summary .product_meta {
	display: none;
}

.single.single-product .type-product .summary .yith-wapo-block h6 {
	padding-bottom: 0;
}

.single.single-product .type-product .summary .yith-wapo-block select {
	height: 56px;
	font-weight: 600;
	font-size: 16px;
}

.single.single-product .type-product .summary .woocommerce-product-details__short-description {
	order: -5;
}

.single.single-product .type-product .summary .woocommerce-product-details__short-description ul {
	margin-bottom: 24px;
}

.single.single-product .type-product .summary .woocommerce-product-details__short-description ul li {
	padding: 0 0 12px 40px;
	position: relative;
}

.single.single-product .type-product .summary .woocommerce-product-details__short-description ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #248FD6;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 12px;
}

.single.single-product .type-product .summary .woocommerce-product-details__short-description ol {
	display: none;
}

.single.single-product .type-product .summary .excerpt ul {
	display: none;
}

.single.single-product .type-product .summary .excerpt ol {
	margin-top: 38px;
	display: none;
}

.single.single-product .type-product .summary .excerpt ol li {
	font: 600 18px 'Rajdhani';
	color: #7C7C7D;
	padding: 13px 10px 13px 45px;
	background: url(../../../images/icons/product_air_conditioner.svg) 10px center no-repeat;
	display: flex;
	align-items: center;
}

.single.single-product .type-product .summary .excerpt ol li:nth-child(odd) {
	background-color: #F8F8F9;
}

.single.single-product .type-product .summary .excerpt ol li em {
	font-style: normal;
	width: 165px;
	padding-right: 10px;
}

.single.single-product .type-product .summary .excerpt ol li strong {
	color: #0D0E0F;
	font-weight: 600;
	flex: 1;
}

.single.single-product .type-product .summary .excerpt ol li:nth-child(2) {
	background-image: url(../../../images/icons/product_wifi.svg);
}

.single.single-product .type-product .summary .excerpt ol li:nth-child(3) {
	background-image: url(../../../images/icons/product_temperatures.svg);
}

.single.single-product .type-product .summary .excerpt ol li:nth-child(4) {
	background-image: url(../../../images/icons/product_settings.svg);
}

.single.single-product .type-product .summary .yith-wcwl-add-to-wishlist {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -10px;
	right: 0;
}

.single.single-product .type-product .summary .yith-wcwl-add-to-wishlist a {
	width: 44px;
	height: 44px;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../../../images/icons/heart.svg) center center/20px auto no-repeat;
}

.single.single-product .type-product .summary .yith-wcwl-add-to-wishlist .delete_item {
	background-image: url(../../../images/icons/heart3.svg);
}

.single.single-product .type-product .summary .yith-wcwl-add-to-wishlist .separator,
.single.single-product .type-product .summary .yith-wcwl-add-to-wishlist .view-wishlist {
	display: none;
}

.single.single-product .type-product .summary .paypal {
	font-size: 14px;
	line-height: 19.6px;
	padding: 5px 0 30px 95px;
	background: url(../../../images/icons/paypal.svg) no-repeat;
}

.single.single-product .type-product .summary .paypal a {
	text-decoration: underline;
}

.single.single-product .type-product .summary .cart {
	margin-bottom: 0;
	display: flex !important;
	flex-flow: column wrap;
}

.single.single-product form.cart:has(#yith-wapo-container .yith-wapo-block) {
	display: flex !important;
}

.single.single-product form.cart #yith-wapo-container .options-container .options,
.single.single-product form.cart #yith-wapo-container .options-container .options select {
	min-width: 100% !important;
}

.single.single-product .type-product .summary .cart:after {
	content: '';
	display: block;
	background: url(../../../images/icons/cards8.png) center bottom/80% auto no-repeat;
	font-size: 0;
	line-height: 0;
	padding: 0;
	height: 50px;
	border: none;
}

.single.single-product .type-product .summary .cart .quantity {
	float: none;
	margin: 0;
}

.single.single-product .type-product .summary .cart .quantity {
	display: flex;
	align-items: center;
}

.single.single-product .type-product .summary .cart .quantity button {
	background: #F8F8F9;
	color: #1f1f1f;
	border: 1px solid #E8E8E8;
	padding: 0;
	margin: 0;
	height: 56px;
	width: 35px;
	box-sizing: border-box;
	font-size: 18px;
}

.single.single-product .type-product .summary .cart .quantity input[type=number] {
	-moz-appearance: textfield;
	font: 700 24px 'Rajdhani';
	height: 56px;
	min-width: 64px;
	max-width: 64px;
	border: 1px solid #E8E8E8;
	border-left: none;
	border-right: none;
	padding: 0;
	width: auto;
	box-sizing: border-box;
}

.single.single-product .type-product .summary .cart .quantity~.button {
	margin: -56px 0 0 150px;
	min-width: calc(100% - 150px);
}

.single.single-product .type-product .summary .cart .quantity .ic-item-quantity-btn {
	display: none;
}

.single.single-product .type-product .summary .button {
	min-width: 100%;
}

.single.single-product .type-product .summary .button:before {
	content: '';
	width: 24px;
	height: 22px;
	background: url(../../../images/icons/cart2.svg) center center/24px auto no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.single.single-product .type-product .summary .added_to_cart {
	display: none;
}

.single.single-product .type-product .summary .angelleye_ppcp-button-container .paypal-buttons {
	max-width: 100% !important;
	min-width: 100% !important;
}

.single.single-product .type-product .summary .info {
	border: 1px solid #E8E8E8;
	font-size: 14px;
	line-height: 19.6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px 15px 55px;
	background: url(../../../images/blank.gif) 15px center no-repeat;
}

.single.single-product .type-product .summary .info a {
	text-decoration: underline;
}

.single.single-product .type-product .summary .info+.info {
	border-top: none;
}

.single.single-product .type-product .summary .safe_pay {
	display: none;
}

.single.single-product .type-product .summary .free_shipping {
	background-image: url(../../../images/icons/delivery.svg);
	display: none;
}

.single.single-product .type-product .summary #ppcp-messages {
	order: -1;
	padding: 5px 0;
}

.single.single-product .type-product .summary .wc-gzd-additional-info:not(.delivery-time-info) {
	padding-bottom: 0;
	display: none;
}

.single.single-product .type-product .summary .wc-gzd-additional-info .tax-info {
	display: none;
}

.single.single-product .type-product .summary .email_outofstock {
	display: none;
}

.single.single-product .type-product.outofstock .summary .email_outofstock {
	display: block;
}

.single.single-product .type-product.outofstock .summary .email_outofstock>.button {
	background: #FF984E !important;
	border-color: #FF984E !important;
}

.single.single-product .type-product.outofstock .summary .email_outofstock>.button:before {
	background-image: url(../../../images/icons/sms.svg);
}

.woocommerce-product-gallery.images .product_video_list {
	display: block;
}

.single.single-product {
	overflow-x: clip;
}

.single.single-product .product_footer .type-product .summary .cart {
	position: fixed;
	bottom: 14px;
	left: calc((100vw - 1440px) / 2 + 1414px);
	z-index: 41;
	flex-flow: row nowrap;
	align-items: center;
	box-sizing: border-box;
	transform: translateX(-100%);
}

.single.single-product form.cart:has(#yith-wapo-container .yith-wapo-block) {
	position: relative !important;
}

.single.single-product:has(#yith-wapo-container .yith-wapo-block) .prod_content_footer {
	display: none !important;
}

.single.single-product .product_footer .type-product .summary .cart:after {
	display: none;
}

.single.single-product .product_footer .type-product .summary .cart .quantity button {
	height: 40px;
	width: 28px;
}

.single.single-product .product_footer .type-product .summary .cart .quantity input[type=number] {
	font-size: 18px;
	height: 40px;
	min-width: 47px;
	max-width: 47px;
}

.single.single-product .product_footer .type-product .summary .cart .quantity~.button {
	margin: 0 0 0 16px;
	min-width: 176px;
	height: 48px;
	transition: none;
}

.single.single-product .product_footer .type-product .summary .cart .quantity .ic-item-quantity-btn {
	display: none;
}

.single.single-product .product_footer .type-product .summary .delivery-time-info {
	font-size: 12px;
	margin: 0;
	position: absolute;
	top: 5px;
	left: 0;
	white-space: nowrap;
}

.single.single-product .product_footer .type-product .summary .price {
	font-size: 18px;
	padding: 16px 8px 0 0;
	min-width: 240px;
}

.single.single-product .product_footer .type-product .summary.hastax .price:after {
	display: none;
}

.single.single-product .product_footer .type-product .summary .price del {
	font-size: 16px;
	top: -1px;
}

.single.single-product .product_footer .type-product .summary .stock.out-of-stock {
	position: fixed;
	bottom: 40px;
	left: calc((100vw - 1440px) / 2 + 1372px);
	width: 320px;
	font-size: 12px;
	z-index: 41;
	padding: 0;
	margin: 0;
	transform: translateX(-100%);
}

.single.single-product .product_footer .type-product.outofstock .summary>.price {
	position: fixed;
	bottom: 14px;
	left: calc((100vw - 1440px) / 2 + 1372px);
	width: 320px;
	z-index: 41;
	padding: 0;
	margin: 0;
	transform: translateX(-100%);
}

.single.single-product .product_footer .type-product.outofstock .summary .email_outofstock {
	position: fixed;
	bottom: 14px;
	left: calc((100vw - 1440px) / 2 + 1230px);
	z-index: 41;
}

.single.single-product .product_footer .type-product.outofstock .summary .email_outofstock>.button {
	min-width: 190px !important;
	max-width: 190px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.single.single-product .product_footer .type-product.outofstock .summary .email_outofstock>.button:after {
	content: 'Benachrichtigen';
	font-size: 16px;
	line-height: 24px;
}

@media only screen and (max-width: 1440px) {
.single.single-product .product_footer .type-product .summary .cart {
		width: 100%;
		padding-right: 20px;
		left: 0;
		justify-content: flex-end;
		transform: none;
	}

.single.single-product .product_footer .type-product .summary .delivery-time-info {
		left: auto;
		right: 370px;
		white-space: nowrap;
	}

.single.single-product .product_footer .type-product .summary .stock.out-of-stock {
		left: auto;
		right: 60px;
		transform: none;
	}

.single.single-product .product_footer .type-product.outofstock .summary>.price {
		left: auto;
		right: 60px;
		transform: none;
	}

.single.single-product .product_footer .type-product.outofstock .summary .email_outofstock {
		left: auto;
		right: 20px;
		transform: none;
	}
}

@media only screen and (max-width: 1090px) {
.single.single-product .product_footer .type-product .summary .cart {
		left: 0;
		transform: none;
		width: 100%;
		padding-left: 20px;
		justify-content: space-between;
	}

.single.single-product .product_footer .type-product .summary .delivery-time-info {
		right: auto;
		left: 20px;
	}

.single.single-product .product_footer .type-product .summary .price {
		min-width: 1px;
		flex: 1;
	}

.single.single-product .product_footer .type-product .summary .stock.out-of-stock {
		left: 20px;
		width: auto;
		right: auto;
	}

.single.single-product .product_footer .type-product.outofstock .summary>.price {
		left: 20px;
		width: auto;
		right: auto;
	}

.single.single-product .product_footer .type-product.outofstock .summary .email_outofstock {
		bottom: 10px;
	}
}

@media only screen and (max-width: 768px) {
.single.single-product .product_footer .type-product .summary .cart .quantity {
		display: none;
	}

.single.single-product .product_footer .type-product .summary .cart .quantity~.button {
		min-width: 70px;
		font-size: 0 !important;
		line-height: 0 !important;
	}

.single.single-product .product_footer .type-product .summary .cart .quantity~.button:before {
		margin-right: 0;
	}

.single.single-product .product_footer .type-product .summary .price del {
		top: 0 !important;
	}

.single.single-product .product_footer .type-product .summary del span {
		font-size: 16px;
	}

.single.single-product .product_footer .type-product.outofstock .summary .email_outofstock>.button {
		min-width: 72px !important;
		max-width: 72px !important;
	}

.single.single-product .product_footer .type-product.outofstock .summary .email_outofstock>.button:before {
		margin-right: 0;
	}

.single.single-product .product_footer .type-product.outofstock .summary .email_outofstock>.button:after {
		display: none;
	}
}

.related.products>h2 {
	display: none;
}

@media only screen and (max-width: 1200px) {
.single.single-product .type-product .woocommerce-product-gallery.images {
		width: calc(50% - 20px);
	}

.single.single-product .type-product .woocommerce-product-gallery .flex-viewport {
		min-height: 450px;
		max-height: 450px;
	}

.single.single-product .type-product .summary {
		width: calc(50% - 20px);
	}

.single.single-product .type-product .summary h3 {
		font-size: 34px;
		line-height: 43px;
	}

.single.single-product .type-product .summary .excerpt ol li {
		font-size: 16px;
		line-height: 20.5px;
	}
}

@media only screen and (max-width: 959px) {
.single.single-product .mobile_heading {
		display: block;
		text-align: center;
	}

.single.single-product .mobile_heading .star-rating {
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin-bottom: 20px;
	}

.single.single-product .type-product {
		display: block;
	}

.single.single-product .type-product .woocommerce-product-gallery.images {
		width: 100%;
		display: block;
		position: static;
	}

.single.single-product .type-product .woocommerce-product-gallery .flex-viewport {
		min-height: 335px;
		max-height: 335px;
	}

.single.single-product .type-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
		max-width: 100% !important;
	}

.single.single-product .type-product .woocommerce-product-gallery .flex-control-nav {
		width: 100%;
		display: flex;
	}

.single.single-product .type-product .woocommerce-product-gallery .flex-control-nav li {
		margin: 0 10px 10px 0;
	}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper {
		width: 100%;
		margin: 0 auto 20px auto;
		padding-top: 40px;
	}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .flex-control-nav {
		width: auto;
		margin-right: 0;
	}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .flex-control-nav li {
		margin: 0;
	}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-pager {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		z-index: 100;
	}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-pager .bx-pager-item {
		padding: 0 5px;
	}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link,
	.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:visited {
		display: block;
		width: 6px;
		height: 6px;
		opacity: .3;
		background: #004c80;
		border-radius: 13px;
		transition: all ease-in-out .2s;
	}

.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover,
	.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-pager .bx-pager-item .active,
	.single.single-product .type-product .woocommerce-product-gallery .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:visited {
		width: 24px;
		opacity: 1;
	}

.single.single-product .type-product .woocommerce-product-gallery.has_video .flex-viewport .woocommerce-product-gallery__image.flex-active-slide a.plus {
		right: 20px;
	}

.single.single-product .type-product .summary .glsr-summary-wrap .glsr-summary {
		justify-content: center;
	}

.single.single-product .type-product .summary {
		width: 100%;
	}

.single.single-product .type-product .summary h3 {
		display: none;
	}

.single.single-product .type-product .summary .woocommerce-product-rating {
		display: none;
	}

.single.single-product .type-product .summary .price {
		padding-right: 0;
	}

.single.single-product .type-product .summary .stock {
		margin-top: 0;
		text-align: left;
		background: url(../../../images/icons/check.svg) 0 6px no-repeat;
		padding-left: 27px;
	}

.single.single-product .type-product .summary .stock.out-of-stock {
		background: none;
	}

.single.single-product .type-product .summary .stock:before {
		display: none;
	}

.single.single-product .type-product .summary .delivery-time-info {
		margin-top: 0;
		text-align: left;
	}

.single.single-product .type-product .summary .excerpt ol {
		margin-left: -20px;
		margin-right: -20px;
	}

.single.single-product .type-product .summary .excerpt ol li {
		font-size: 18px;
		padding-left: 55px;
		background-size: 19px auto;
		background-position: 20px 17px;
		display: block;
	}

.single.single-product .type-product .summary .excerpt ol li em {
		font-size: 16px;
		width: auto;
		padding-right: 0;
	}

.single.single-product .type-product .summary .yith-wcwl-add-to-wishlist {
		display: none;
	}

.single.single-product .type-product .summary .paypal {
		padding-left: 90px;
		background-size: 73px auto;
		display: flex;
		flex-flow: column wrap;
	}

.single.single-product .type-product .summary .cart .quantity input {
		height: 44px;
	}

.single.single-product .type-product .summary .info {
		flex-flow: column wrap;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.single.single-product article.type-product {
		margin-bottom: 9px;
	}

	.price .wc-gzd-sale-price-label {
		font-size: 16px;
	}

.single-product .wp-block-media-text .wp-block-media-text__content h3 {
		font-size: 24px;
		line-height: 29px;
	}

.single.single-product .type-product {
		padding-top: 24px;
	}

.single.single-product .type-product .woocommerce-product-gallery .flex-control-nav li {
		width: 52px;
		height: 52px;
	}

.single.single-product .type-product .woocommerce-product-gallery .flex-control-nav .length {
		width: 52px;
		min-width: 52px;
		height: 52px;
		font-size: 18px;
	}

.single.single-product .type-product .summary .glsr-summary>span {
		width: 100%;
		margin: 0 0 10px 0;
	}

.single.single-product .type-product .summary .label_reviews_wrap .glsr {
		width: 100%;
		margin-top: 10px;
	}

.single.single-product .type-product .summary .cart:after {
		background-size: 100% auto;
	}

.single.single-product .type-product .summary .cart .quantity button {
		height: 48px;
		width: 28px;
	}

.single.single-product .type-product .summary .cart .quantity input[type=number] {
		font-size: 18px;
		height: 48px;
		min-width: 50px;
		max-width: 50px;
	}

.single.single-product .type-product .summary .cart .quantity~.button {
		margin: -48px 0 0 120px;
		min-width: calc(100% - 120px);
		height: 48px;
	}

.single.single-product .type-product .summary .price {
		font-size: 22px;
	}

.single.single-product .type-product .summary.hastax .price:after {
		display: block;
		min-width: 100%;
		padding-left: 0;
	}

.single.single-product .type-product .summary del {
		top: -1px !important;
	}

.single.single-product .type-product .summary del span {
		font-size: 18px;
	}

.single.single-product .woocommerce div.product div.images img {
		object-fit: contain;
		max-height: 100%;
	}

.single.single-product .type-product .summary .yith-wapo-block select {
		min-width: 100%;
	}

.prod_content_nav .pricecard .price .wc-gzd-sale-price-label {
		display: none;
	}

	.product-info-box {
		margin-top: 24px;
	}
}

.woocommerce div.product div.images>.woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image:nth-child(n+2) {
	width: auto;
}

.product-template-default .single-product .woocommerce-notices-wrapper {
	display: none;
}

.wc-gzd-checkout .is-large .wc-gzd-checkout-submit {
	position: unset !important;
}

form.cart.wc-gzd-replace-price .single_variation_wrap .woocommerce-variation-price {
	display: block !important;
}

.scope_list {
	text-align: center;
	padding-bottom: 10px;
}

.scope_list ul {
	display: grid;
	padding: 20px 0;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	grid-gap: 24px;
}

.scope_list ul li div {
	height: 200px;
}

.scope_list ul li div img {
	max-width: 200px;
	max-height: 200px;
	width: 100%;
	object-fit: contain;
}

.scope_list ul li h6 {
	font-size: 18px;
}

@media only screen and (max-width: 479px) {
.scope_list ul {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}
}

.download_block {
	max-width: 1400px;
	margin: 0 auto 70px auto;
	text-align: center;
}

.download_block p {
	font-size: 16px;
	line-height: 25px;
	color: #7C7C7D;
	max-width: 1140px;
	margin: 0 auto;
}

.download_block ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.download_block ul:before {
	content: '';
	background: none;
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	margin: 0 0 30px 15px;
}

.download_block ul li {
	flex-basis: 25%;
	padding: 0 15px 30px 15px;
	box-sizing: border-box;
	text-align: left;
}

.download_block ul li a {
	background: #F8F8F9 url(../../../images/icons/download.svg) right 32px center no-repeat;
	display: block;
	padding: 20px 60px 20px 20px;
	color: #B3B3B3;
	font-size: 14px;
	line-height: 19.6px;
}

.download_block ul li a strong {
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
	color: #0D0E0F;
}

.product_video_list {
	display: none;
	border-top: 1px solid #E8E8E8;
	padding-top: 32px;
	margin-top: 10px;
}

.product_video_list ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 180px));
	grid-gap: 16px;
}

.product_video_list ul li figure>div {
	height: 95px;
	margin-bottom: 16px;
}

.product_video_list ul li figure>div a {
	display: block;
	height: 95px;
	position: relative;
}

.product_video_list ul li figure>div a:before {
	content: '';
	width: 44px;
	height: 44px;
	background: #248FD6 url(../../../images/icons/triangle.svg) 55% center/11px auto no-repeat;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product_video_list ul li figure>div img {
	height: 100% !important;
	width: 100%;
	object-fit: cover !important;
}

.product_video_list ul li figcaption p {
	color: #7C7C7D;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 4px 0;
}

.product_video_list ul li figcaption strong {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.product_contact {
	border-top: 1px solid #E8E8E8;
	display: none;
}

.product_contact ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}

.product_contact ul li {
	flex-basis: 25%;
	font: 600 20px 'Rajdhani';
	padding: 30px 20px 40px 60px;
	box-sizing: border-box;
	background: url(../../../images/icons/product_contact_icon.svg) left 32px no-repeat;
}

.product_contact ul li:nth-child(2) {
	background-image: url(../../../images/icons/product_contact_icon2.svg);
}

.product_contact ul li:nth-child(3) {
	background-image: url(../../../images/icons/product_contact_icon3.svg);
}

.product_contact ul li:nth-child(4) {
	background-image: url(../../../images/icons/product_contact_icon4.svg);
}

.product_contact ul li em {
	font: 16px/25px 'Roboto';
}

.product_contact ul li a[href*="tel"],
.product_contact ul li a[href*="wa.me"] {
	color: #000;
	font-weight: 700;
	padding-left: 22px;
	background: url(../../../images/icons/whatsapp.svg) left 5px no-repeat;
}

.product-features-wrapper {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: var(--bg-color);
}

.product-features-wrapper .wrapper {
	max-width: 1480px;
}

.product-features {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
	gap: 8px;
}

.product-features__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 75px;
	padding: 11px 12px;
	gap: 7px;
	background-color: #fff;
	border-radius: 5px;
}

.product-features__item-icon {
	width: auto;
	height: 24px !important;
}

.product-features__item-title {
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

.product-features__item--google {}

.prod_content_nav {
	background: #F8F8F9;
	margin-bottom: 100px;
	position: -webkit-sticky;
	position: sticky;
	top: 92px;
	z-index: 40;
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	box-sizing: border-box;
}

.logged-in .prod_content_nav {
	top: 124px;
}

.prod_content_nav>div {
	overflow: auto;
}

.prod_content_nav>div>div {
	display: flex;
	justify-content: space-between;
	min-width: 1100px;
}

.prod_content_nav:before,
.prod_content_nav:after {
	content: '';
	background: #F8F8F9;
	display: block;
	width: 100%;
	height: calc(100% + 1.5px);
	position: absolute;
	top: -1px;
	left: 100%;
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
}

.prod_content_nav:before {
	left: auto;
	right: 100%;
}

.prod_content_nav ul {
	display: flex;
	flex: 1;
}

.prod_content_nav ul li {
	font: 600 16px/46px 'Rajdhani';
	padding-right: 32px;
	white-space: nowrap;
}

.prod_content_nav ul li a {
	display: block;
	color: #7C7C7D;
	opacity: .7;
	border-bottom: 2px solid transparent;
}

.prod_content_nav ul li a:hover {
	opacity: 1;
	color: #000;
	border-bottom-color: #248FD6;
}

.prod_content_nav .stock,
.prod_content_nav .quantity {
	display: none;
}

.prod_content_nav .pricecard {
	display: flex;
	align-items: center;
	display: none;
}

.prod_content_nav .pricecard .price {
	font: 700 24px 'Rajdhani';
	color: #fff;
	padding: 0 30px 0 0;
	margin-top: -4px;
}

.prod_content_nav .pricecard .price ins {
	text-decoration: none;
}

.prod_content_nav .pricecard .price del {
	opacity: .7;
	font-size: 20px;
	font-weight: 600;
}

.prod_content_nav .pricecard .button {
	height: 60px;
}

.prod_content_nav .pricecard .button:before {
	content: '';
	width: 24px;
	height: 22px;
	background: url(../../../images/icons/cart2.svg) center center/24px auto no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.prod_content_footer {
	background: #fff;
	padding: 13px 0;
	position: fixed;
	bottom: 0;
	z-index: 40;
	width: 100%;
	border-top: 1px solid #E8E8E8;
	display: none;
}

.product_footer .prod_content_footer {
	display: block;
}

.prod_content_footer:before,
.prod_content_footer:after {
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: 100%;
	border-top: 1px solid #E8E8E8;
}

.prod_content_footer:before {
	left: auto;
	right: 100%;
}

.prod_content_footer header {
	font-weight: 600;
	display: flex;
	align-items: center;
	max-width: 650px;
}

.prod_content_footer header img {
	width: 48px;
	margin-right: 12px;
}

@media only screen and (max-width: 1260px) {
.prod_content_footer header {
		max-width: 500px;
	}
}

@media only screen and (max-width: 1090px) {
.prod_content_footer {
		padding: 37px 0;
	}

.prod_content_footer header {
		display: none;
	}
}

.review_block {
	background: #F8F8F9;
	padding: 100px 0 80px 0;
	position: relative;
}

.review_block[data-wpr-lazyrender] {
	content-visibility: visible;
}

.review_block:before,
.review_block:after {
	content: '';
	background: #F8F8F9;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}

.review_block:before {
	left: auto;
	right: 100%;
}

.review_block .hide {
	display: none;
}

.review_block>header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 65px;
}

.review_block>header h3 {
	padding-bottom: 0;
}

.review_block .glsr-summary-wrap .glsr-summary {
	position: relative;
	max-width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 60px;
}

.review_block .glsr-summary .glsr-summary-rating {
	font: 700 84px 'Rajdhani';
	min-width: 140px;
}

.review_block .glsr-summary .glsr-summary-stars {
	margin: -35px 0 0 0;
	flex: 1;
}

.review_block .glsr-summary .glsr-summary-stars .glsr-star-rating .glsr-star {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background-size: 100% auto;
}

.review_block .glsr-summary .glsr-summary-text {
	margin-top: 0;
	width: auto;
	font: 600 16px 'Rajdhani';
	color: #7C7C7D;
	position: absolute;
	top: 75px;
	left: 150px;
}

.review_block .glsr-summary .glsr-summary-percentages {
	max-width: 600px;
	margin: 0;
}

.review_block .glsr-summary .glsr-summary-percentages .glsr-bar {
	font: 600 16px 'Rajdhani';
}

.review_block .glsr-summary .glsr-summary-percentages .glsr-bar:before {
	content: attr(data-level);
	display: inline-block;
	width: 40px;
	background: url(../../../images/icons/star2.svg) 15px 4px no-repeat;
	margin: 4px 0;
}

.review_block .glsr-summary .glsr-summary-percentages .glsr-bar .glsr-bar-label {
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.review_block .glsr-summary .glsr-summary-percentages .glsr-bar .glsr-bar-background:before {
	background-color: #E8E8E8;
	height: 10px;
	opacity: 1;
	margin-top: -5px;
	border-radius: 40px;
}

.review_block .glsr-summary .glsr-summary-percentages .glsr-bar .glsr-bar-background .glsr-bar-background-percent {
	color: #0B1E30;
	background-color: #0B1E30;
	height: 10px;
	border-radius: 40px;
}

.review_block .glsr-summary .glsr-summary-percentages .glsr-bar .glsr-bar-percent {
	color: #B3B3B3;
	padding-left: 20px;
}

.review_block .glsr .glsr-reviews-wrap {
	display: block;
}

.review_block .glsr-reviews-wrap .glsr-reviews {
	grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
	--glsr-review-row-gap: 16px;
	gap: var(--glsr-review-row-gap);
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review {
	background: #fff;
	padding: 24px;
	box-sizing: border-box;
	position: relative;
	align-items: flex-start;
	flex-flow: column wrap;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-title h3,
.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-title h4 {
	font: 700 20px 'Roboto';
	padding: 0 0 15px 0;
	margin: 0;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-rating {
	order: -1;
	margin-bottom: 15px;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-rating .glsr-star-rating .glsr-star {
	width: 16px;
	height: 15px;
	margin-right: 6px;
	background-size: 100% auto;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-date {
	order: -1;
	position: absolute;
	top: 50px;
	left: 72px;
	font-size: 14px;
	color: #B3B3B3;
	font-style: normal;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-content {
	margin: 0;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-content p {
	margin: 0;
	padding: 0;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-avatar {
	order: -2;
	width: 48px;
	height: 48px;
	background: #F8F8F9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	box-sizing: border-box;
	position: relative;
	margin: 0 15px 0 0;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-avatar img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
	border-radius: 50%;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-avatar:before {
	content: '';
	display: block;
	width: 23px;
	height: 24px;
	background: url(../../../images/icons/verified.svg) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-author {
	order: -2;
	margin: -45px 0 50px 64px;
}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-author span {
	margin: 0;
	font-weight: 400;
}

.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0 10px 0;
}

.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links a,
.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .current {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 60px;
	height: 60px;
	padding: 5px;
	background: #fff;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	margin: 0 5px 10px 5px;
	color: #000;
	font-weight: 600;
}

.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .current {
	color: #248FD6;
	border-bottom: 2px solid #248FD6;
}

.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .prev,
.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .next {
	min-width: 140px;
	margin: 0 0 10px 40px;
	font-size: 0;
	line-height: 0;
}

.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .prev {
	margin: 0 40px 10px 0;
}

.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .prev:before {
	content: '← Bisherige';
	font: 600 16px 'Roboto';
}

.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .next:before {
	content: 'Nächste →';
	font: 600 16px 'Roboto';
}

.review_block .glsr .glsr-form-wrap {
	padding-top: 60px;
	display: none;
}

.review_block .glsr .glsr-form-wrap .glsr-form {
	display: block;
}

.review_block .glsr .glsr-form-wrap .glsr-form .glsr-field {
	padding-bottom: 20px;
}

.review_block .glsr .glsr-form-wrap .glsr-form .glsr-field label {
	font: 600 16px 'Rajdhani';
	padding-bottom: 10px;
	display: block;
	margin: 0;
}

.review_block .glsr .glsr-form-wrap .glsr-form .glsr-field>input,
.review_block .glsr .glsr-form-wrap .glsr-form .glsr-field textarea {
	font: 14px 'Roboto', sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #E8E8E8;
	border-radius: 0;
	padding: 0 20px;
	height: 60px;
	width: 100%;
	box-sizing: border-box;
}

.review_block .glsr .glsr-form-wrap .glsr-form .glsr-field textarea {
	height: 100px;
	padding: 15px 20px;
}

.review_block .glsr .glsr-form-wrap .glsr-form .glsr-field .glsr-toggle .glsr-toggle-switch {
	margin-right: 10px;
}

.single .review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-date {
	left: 87px;
}

.single .review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-author {
	margin: -55px 0 30px 64px;
}

@media only screen and (max-width: 1200px) {
.prod_content_nav {
		top: 71px;
	}

.logged-in .prod_content_nav {
		top: 103px;
	}

.product_contact ul {
		padding-top: 0;
	}

.product_contact ul li {
		font-size: 18px;
		line-height: 23px;
	}

.review_block .glsr-summary .glsr-summary-percentages {
		max-width: 450px;
	}
}

@media only screen and (max-width: 959px) {
.download_block ul li {
		flex-basis: 50%;
	}

.product_contact {
		margin: 0 -20px 30px -20px;
	}

.product_contact ul {
		display: block;
	}

.product_contact ul li {
		margin-left: 20px;
		font: 600 20px 'Rajdhani';
		padding-bottom: 0;
	}

.review_block {
		padding: 40px 0 50px 0;
	}

.review_block>header {
		display: block;
		text-align: center;
		padding-bottom: 30px;
	}

.review_block>header h3 {
		padding-bottom: 20px;
		font-size: 24px;
	}

.review_block>header .button {
		min-width: 100%;
	}

.review_block .glsr-summary-wrap .glsr-summary {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

.review_block .glsr-summary .glsr-summary-rating {
		font-size: 64px;
		line-height: 64px;
		min-width: 100px;
	}

.review_block .glsr-summary .glsr-summary-stars {
		margin: -20px 0 0 0;
	}

.review_block .glsr-summary .glsr-summary-stars .glsr-star-rating .glsr-star {
		width: 19px;
		height: 18px;
		margin-right: 8px;
	}

.review_block .glsr-summary .glsr-summary-text {
		top: 40px;
		left: 110px;
	}

.review_block .glsr-summary .glsr-summary-percentages {
		max-width: 100%;
		width: 100%;
		margin: 20px 0 0 0;
	}

.review_block .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-content {
		margin: 0 0 10px 0;
	}

.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links a,
	.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .current {
		min-width: 50px;
		height: 50px;
		margin: 0 5px 10px 5px;
	}

.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .prev,
	.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .next {
		min-width: 80px;
		margin: 0 0 10px 5px;
	}

.review_block .glsr .glsr-reviews-wrap .glsr-pagination .nav-links .prev {
		margin: 0 5px 10px 0;
	}

.review_block .glsr .glsr-form-wrap {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
.download_block {
		margin-bottom: 50px;
	}

.download_block p {
		font-size: 14px;
		line-height: 19.6px;
	}

.download_block ul {
		display: block;
		margin: 0;
	}

.download_block ul:before {
		width: 100%;
		margin: 0 0 20px 0;
	}

.download_block ul li {
		padding: 0 0 10px 0;
	}

.prod_content_nav .pricecard {
		position: fixed;
		bottom: 0;
		left: 0;
		background: #0B1E30;
		width: 100vw;
		justify-content: space-between;
		display: none;
	}

.prod_content_nav .pricecard .price {
		padding-right: 5px !important;
		flex-wrap: nowrap;
	}

.prod_content_nav .pricecard .price ins {
		order: -4;
		padding-left: 20px;
	}

.prod_content_nav .pricecard .price>.amount>bdi {
		padding-left: 20px;
	}

.product_video_list {
		padding-top: 16px;
		margin-top: 5px;
	}

.product_video_list ul {
		grid-template-columns: repeat(auto-fill, minmax(71px, 71px));
	}

.product_video_list ul li figure>div {
		height: 38px;
		margin-bottom: 8px;
	}

.product_video_list ul li figure>div a {
		height: 38px;
	}

.product_video_list ul li figure>div a:before {
		width: 18px;
		height: 18px;
		background-size: 5px auto;
	}

.product_video_list ul li figcaption p {
		font-size: 12px;
		line-height: 18px;
		padding: 0 0 4px 0;
		word-wrap: break-word;
	}

.product_video_list ul li figcaption strong {
		font-size: 12px;
	}

.product-features-wrapper {
		padding-top: 16px;
		padding-bottom: 16px;
	}

.product-features__item {
		flex-direction: row;
		gap: 12px;
		justify-content: stretch;
		min-height: 40px;
		padding: 8px 12px;
	}

.product-features__item-title {
		font-size: 14px;
		text-align: left;
	}

.prod_content_nav {
		margin-bottom: 40px;
	}

.prod_content_nav>div>div {
		align-items: center;
		justify-content: flex-start;
		min-width: 1px;
	}

.prod_content_nav ul li {
		font: 600 14px/17px 'Roboto';
		padding-right: 24px;
		white-space: nowrap;
	}

.prod_content_nav ul li:last-child {
		padding-right: 0;
	}

.prod_content_nav ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0 5px 0;
		height: 38px;
		color: #b5bbc0;
		opacity: 1;
		border-bottom: 2px solid transparent;
		box-sizing: border-box;
	}

.prod_content_nav .pricecard .price {
		font-size: 20px;
		line-height: 24px;
		padding-right: 20px;
		margin-top: 0;
	}

.prod_content_nav .pricecard .price del {
		font-size: 16px;
	}

.prod_content_nav .pricecard .button {
		height: 50px;
	}

.prod_content_nav .pricecard .added_to_cart.wc-forward {
		display: none;
	}
}

.fancy_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
	order: -1;
}

.fancy_list li {
	padding: 0 8px 16px 8px;
	display: none;
	width: calc((100% - 80px) / 6);
	max-width: 96px;
	box-sizing: border-box;
}

.fancy_list li:nth-child(-n+7),
.fancy_list li:last-child {
	display: block;
}

.fancy_list li.length {
	width: 80px;
}

.fancy_list li.length a {
	min-width: 80px;
	width: 80px;
	height: 80px;
	background: #e9f4fb;
	border-radius: 50%;
	color: #248FD6;
	font: 700 22px 'Rajdhani';
}

.fancy_list li:first-child {
	width: 100%;
	max-width: 100%;
}

.fancy_list li:first-child a {
	width: 100%;
	max-width: 100% !important;
	height: 656px;
}

.fancy_list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	cursor: pointer;
}

.fancy_list li a img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}

@media only screen and (max-width: 959px) {
.fancy_list {
		margin: 0 -5px;
	}

.fancy_list li {
		padding: 0 5px 10px 5px;
		width: calc((100% - 80px) / 6);
		max-width: 90px;
	}
}

@media only screen and (max-width: 767px) {
.fancy_list li {
		width: calc((100% - 52px) / 6);
		max-width: 62px;
	}

.fancy_list li.length {
		width: 52px;
	}

.fancy_list li.length a {
		min-width: 52px;
		width: 52px;
		height: 52px;
		font-size: 18px;
	}

.fancy_list li:first-child a {
		height: 327px;
	}

.fancy_list li a {
		height: 52px;
	}
}

.text_block {
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 29px;
}

.text_block p {
	max-width: 1140px;
	margin: 0 auto;
}

.bg_content {
	padding-bottom: 100px;
}

.bg_content figure {
	min-height: 700px;
	padding: 80px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-flow: column wrap;
	overflow: hidden;
}

.bg_content figure:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(0, 39, 66, 0.7) 0%, rgba(0, 39, 66, 0) 100%);
	opacity: 0.7;
}

.bg_content figure.position_right {
	align-items: flex-end;
}

.bg_content figure.position_right:before {
	background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 0.32%, rgba(0, 0, 0, 0) 99.68%);
	opacity: 1;
}

.bg_content figure.position_bottom {
	padding-bottom: 0;
}

.bg_content figure.position_bottom:after {
	content: '';
	display: block;
	width: 100%;
	height: 325px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.bg_content figure.no_bg:before {
	display: none;
}

.bg_content figure>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto !important;
	object-fit: cover;
}

.bg_content figure figcaption {
	color: #fff;
}

.bg_content figure figcaption>* {
	position: relative;
	z-index: 5;
	max-width: 660px;
}

.bg_content figure figcaption h2 {
	font-size: 42px;
	line-height: 54px;
}

.bg_content figure ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 5;
	max-width: 660px;
	color: #fff;
}

.bg_content figure ul li {
	flex-basis: 50%;
	font-size: 14px;
	line-height: 19.6px;
	min-height: 48px;
	padding: 0 20px 30px 68px;
	box-sizing: border-box;
	position: relative;
}

.bg_content figure ul li h6 {
	padding-bottom: 8px;
	max-width: 180px;
}

.bg_content figure ul li img {
	position: absolute;
	top: 0;
	left: 0;
	filter: brightness(0) invert(1);
}

.bg_content figure ul li p {
	opacity: .75;
	padding-bottom: 0;
	max-width: 180px;
}

.bg_content figure.position_bottom ul {
	max-width: 100%;
	width: 100%;
	flex: 1;
	align-items: flex-end;
}

.bg_content figure.position_bottom ul li {
	flex-basis: 25%;
	padding-top: 40px;
}

.bg_content figure.position_bottom ul li img {
	top: 40px;
}

.bg_content figure.position_bottom ul li:first-child:before {
	content: '';
	width: 150vw;
	height: 1px;
	display: block;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	top: 0;
	left: -50vw;
}

@media only screen and (min-width: 960px) {
.bg_content figure {
		min-height: 600px;
	}

.bg_content figure figcaption>* {
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
.bg_content figure {
		padding: 50px 50px 10px 50px !important;
	}

.bg_content figure ul {
		max-width: 100% !important;
	}

.bg_content figure ul li {
		flex-basis: 25%;
	}
}

@media only screen and (min-width: 1200px) {
.bg_content figure figcaption>* {
		max-width: 750px !important;
	}
}

.related.products .products {
	position: relative;
	margin: 0 auto;
	padding: 100px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.related.products .products:before {
	content: 'Dieses Produkt wird oft mit gekauft';
	color: #000;
	display: block;
	min-width: 100%;
	font: 700 42px/54px 'Rajdhani';
	position: relative;
	z-index: 2;
	text-align: center;
	padding-bottom: 50px;
}

.related.products .products:after {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc((-100vw + 100%) / 2);
	background: linear-gradient(90deg, #248FD6 0%, #0C66A1 100%);
	background: #fff;
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
.related.products .products {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 1370px) {
.text_block h3 {
		font-size: 34px;
		line-height: 43px;
	}

.bg_content figure {
		min-height: 530px;
		padding: 60px;
	}

.bg_content figure figcaption {
		font-size: 14px;
		line-height: 19.6px;
	}

.bg_content figure figcaption h2 {
		font-size: 42px;
		line-height: 54px;
	}

.bg_content figure figcaption>*,
	.bg_content figure ul {
		max-width: 520px;
	}

.bg_content figure ul li {
		min-height: 40px;
		padding: 0 20px 30px 60px;
	}

.bg_content figure ul li h6 {
		padding-bottom: 5px;
		font-size: 16px;
		line-height: 19px;
	}

.bg_content figure ul li img {
		max-width: 40px;
	}

.bg_content figure.position_bottom ul li {
		padding-top: 20px;
	}

.bg_content figure.position_bottom ul li img {
		top: 20px;
	}

.related.products .products {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 959px) {
.bg_content {
		padding-bottom: 40px;
	}

.bg_content figure {
		min-height: 1px;
		padding: 0;
		display: block;
		overflow: visible;
	}

.bg_content figure:before {
		display: none;
	}

.bg_content figure.position_bottom:after {
		display: none;
	}

.bg_content figure>img {
		position: relative;
		left: -20px;
		min-width: calc(100% + 40px);
		height: 500px;
	}

.bg_content figure figcaption {
		color: #000;
		padding-top: 20px;
	}

.bg_content figure figcaption>* {
		max-width: 100%;
	}

.bg_content figure ul {
		max-width: 100%;
		color: #000;
	}

.bg_content figure ul li img {
		filter: brightness(0) invert(.01);
		filter: none;
	}

.bg_content figure.position_bottom ul li {
		flex-basis: 50%;
		padding-top: 0;
	}

.bg_content figure.position_bottom ul li img {
		top: 0;
	}

.bg_content figure.position_bottom ul li:first-child:before {
		display: none;
	}

.related.products .products {
		margin: 5px 0 40px 0;
		padding: 40px 0;
		overflow: visible;
		display: block;
	}

.related.products .products::before {
		font-size: 24px;
		line-height: 31px;
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
.text_block {
		padding-bottom: 15px;
		font-size: 16px;
		line-height: 24px;
	}

.text_block h3 {
		font-size: 24px;
		line-height: 29px;
	}

.text_block h6 {
		font-size: 20px;
		line-height: 28px;
	}

.bg_content figure>img {
		height: 320px;
	}

.bg_content figure figcaption {
		font-size: 16px;
		line-height: 24px;
	}

.bg_content figure figcaption h2 {
		font-size: 20px;
		line-height: 23px;
		padding-bottom: 10px;
	}

.bg_content figure ul {
		display: block;
	}

.bg_content figure ul li {
		font-size: 14px;
		line-height: 20px;
		color: #7C7C7D;
		min-height: 35px;
		padding: 0 0 20px 62px;
	}

.bg_content figure ul li h6 {
		font-size: 16px;
		line-height: 24px;
		color: #0B1E30;
		padding-bottom: 5px;
		max-width: 100%;
	}

.bg_content figure ul li img {
		min-width: 48px;
		max-width: 48px;
		filter: none;
	}

.bg_content figure ul li p {
		max-width: 100%;
	}
}
