.thumbnails.with-featured-video .first a,
.woocommerce-product-gallery.with-featured-video .first a{
	position: relative
}
body{
	--fancybox-zIndex: 99999;
}
.thumbnails.with-featured-video .first a::before{
	content: "";
	background-image: url(../images/play.webp);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.woocommerce-product-gallery.with-featured-video .first{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #000;
}
.woocommerce-product-gallery [data-fancybox="single-product-gallery"]{
	cursor: zoom-in;
}
.woocommerce-product-gallery .image-tools{
	display: none;
}
.woocommerce-product-gallery.with-featured-video .first video{
	display: none;
	cursor: pointer;
}
.js-featured-video-play{
	cursor: pointer;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #00000080;
	border: 1px solid #ffffff4d;
	position: absolute;
	z-index: 2;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: row;
}
.js-featured-video-play svg{
	fill: #fff;
}
.box-image .js-featured-video-play{
	width: 32px;
	height: 32px;
	left: 10px;
	bottom: 10px;
	font-size: 12px;
}
.box-image video{
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	visibility: hidden;
	transition: visibility .1s .5s;
}
.box-image video::after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-color: #00000008;
}
.box-image:hover video{
	z-index: 10;
	visibility: visible;
}
.woocommerce-product-gallery.with-featured-video .first .js-featured-video-play{
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	width: 72px;
	height: 72px;
}
.woocommerce-product-gallery.with-featured-video .first .js-featured-video-play svg{
	width: 27px;
	height: 27px;
}

@media (max-width: 549px){
	.woocommerce-product-gallery.with-featured-video .first .js-featured-video-play {
		width: 48px;
		height: 48px;
	}
	.woocommerce-product-gallery.with-featured-video .first .js-featured-video-play svg{
		height: 24px;
		width: 24px;
	}
}
.woocommerce-product-gallery .flickity-button{
	z-index: 99;
	height: 36px;
	background: #fff;
	border-radius: 100% !important;
	min-height: 0px;
}
.woocommerce-product-gallery .flickity-button svg{
	width: 30px;
}
.woocommerce-product-gallery:hover .flickity-button{
	opacity: 1;
}
.has-featured-video .quick-view{
	display: none;
}
.has-featured-video .show-on-hover{
	display: none;
}

.js-video-player{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: none;
	background: transparent;
	color: transparent;
	z-index: 1;
	height: 100%;
	display: none;
}
.js-video-player__volume{
	position: absolute;
	left: 10px;
	bottom: 18px;
	cursor: pointer;
}
.js-video-player__volume img{
	width: 26px !important;
	height: 26px !important;
}
.js-video-player__volume .volume-mute{
	display: none;
}
.js-video-player__volume--mute img.volume{
	display: none;
}
.js-video-player__volume--mute img.volume-mute{
	display: block;
}
.js-video-player__time{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	padding: 8px 12px;
}
.js-video-player__progress{
	height: 2px;
	background: #ffffff40;
	border-radius: 1px;
	z-index: 1;
}
.js-video-player__progress__buffer{
	position: relative;
	background: #fb7701;
	border-radius: .05rem;
	height: 100%;
	width: 0;
}
.js-video-player__progress__buffer__handle{
	width: 8px;
	background: #fb7701;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	border-radius: 100%;
	margin-top: -4px;
}