.clear {
	clear: both;
}

.pv-main {
	clear: both;
	width: 100%;
	float: left;
}

.pv-gallery .owl-item h2.videomedia,
.pv-main.regular_videosblock h2.videolock {
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pv-gallery .owl-item .pv-video,
.pv-main.regular_videosblock .owl-item .pv-video {
	position: relative;
}

.pv-gallery .owl-item .item.pv-inner a.video-item>img:first-child,
.pv-main.regular_videosblock .owl-item .item.pv-inner a.video-item>img:first-child {
	border: 1px solid #eaeaea;
}

.pv-gallery .owl-item .item.pv-inner a.video-item img,
.pv-main.regular_videosblock .owl-item .item.pv-inner a.video-item img {
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
}

.pv-gallery .owl-item .vid-icon,
.pv-main.regular_videosblock .owl-item .vid-icon {
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pv-gallery .owl-item .item.pv-inner,
.pv-main.regular_videosblock .owl-item .item.pv-inner {
	padding-bottom: 10px;
}

.product.info.detailed .item.pv-inner,.page-layout-product-full-width .item.pv-inner {
	padding: 5px;
	margin: 5px;
	border: 1px solid #eaeaea;
}

.product.info.detailed .vid-icon, .page-layout-product-full-width .vid-icon {
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.product.info.detailed .owl-item h2,.page-layout-product-full-width .owl-item h2 {
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product.info.detailed .product.data.items .item.pv-inner img,.page-layout-product-full-width .product.data.items .item.pv-inner img {
	height: 150px;
	object-fit: contain;
	max-height: 100%;
}

.product.info.detailed .video-content,.page-layout-product-full-width .video-content {
	padding: 10px;
}

.product.info.detailed .pv-video,.page-layout-product-full-width .pv-video {
	position: relative;
	margin-bottom: 2rem;
}

.fancybox-inner>div>div:first-child {
	text-align: center;
}

.video-content {
	word-break: break-word;
}

@media only screen and (min-width: 1200px) {
	.pv-gallery .owl-nav,
	.pv-main.regular_videosblock .owl-nav {
		position: absolute;
		top: 50%;
		width: 100%;
		display: flex;
		justify-content: space-between;
		z-index: -1;
		margin-top: 5px;
	}
	.product.info.detailed .owl-nav {
		position: absolute;
		top: 45%;
		width: 100%;
		justify-content: space-between;
		z-index: -1;
		margin-top: 5px;
	}
	.product.info.detailed .owl-nav button.owl-prev{
		left: -49%;
		position: relative;
	}
	.product.info.detailed .owl-nav button.owl-next {
		right: -49%;
		position: relative;
	}
	.pv-gallery .owl-nav button.owl-prev {
		position: relative;
		left: -30px;
	}
	.pv-gallery .owl-nav button.owl-next {
		position: relative;
		right: -30px;
	}
	.pv-main.regular_videosblock .owl-nav button.owl-prev {
		position: relative;
		left: -35px;
	}
	.pv-main.regular_videosblock .owl-nav button.owl-next {
		position: relative;
		right: -35px;
	}
	.pv-main.regular_videosblock {
		margin-left: -10px;
	}
}

.youtube-article,
.vimeo-article {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.youtube-article iframe,
.vimeo-article iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.fancybox-title {
	left: 0;
	bottom: auto !important;
	right: auto !important;
}

.fancybox-title .child {
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	margin-right: 0px !important;
}

.fancybox-opened .fancybox-title {
	display: none;
}
