.product-media-gallery-nav.cabinet {
	margin-top: 10px;
}

.product-media-gallery-nav .slick-list {
	margin: 0 20%;
}
.product-media-gallery-nav img {
	max-width: 100%;
	max-height: 100%;
	display: inline;
}

.product-media-gallery .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-media-gallery img {
	max-width: 100%;
	max-height: 100%;
	display: inline;
}
.product-media-gallery video {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
}

.product-media-gallery .video-background {
	min-height: 518px;
	width: 100%;
	overflow: hidden;
}

.product-media-gallery .video-background > div {
	min-height: 518px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(50px);
	/* background: radial-gradient(circle, rgb(135 134 134) 0%, rgb(46 46 46) 100%); */
}

.product-media-gallery.cabinet video {
	position: relative;

	width: 100%;
	max-height: 100%;
}

.product-media-gallery.cabinet .video-background {
	width: 100%;
	min-height: 100%;


}
.product-media-gallery.cabinet .video-background > div {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
    left: 0;

}


.product-media-gallery-nav .nav-slide {
	height: 100px;
	width: 140px;
	text-align: center;
	border: 2px solid transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	overflow: hidden;
}

.product-media-gallery-nav.cabinet .nav-slide {
	height: auto;
	width: auto;
	aspect-ratio: 67/48;
}
.product-media-gallery-nav.cabinet .nav-slide img {
	width: 100%;
}

.product-media-gallery-nav .nav-slide.slick-current,
.product-media-gallery-nav .nav-slide:hover {
	border: 2px solid #00afea;
	/* background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1)); */
}

.product-media-gallery-nav .nav-slide.video img {
	max-width: none;
	max-width: none;
	display: inline;
}

.product-media-gallery-nav .nav-slide.video {
	position: relative;
}
.product-media-gallery-nav .nav-slide.video:after {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-image: url(/templates/2023/images/icons/video-button.svg);
	content: "";
	background-repeat: no-repeat;
	background-position: center 50%;
}
.product-media-gallery-nav .nav-slide.view-360 {
	position: relative;
}
.product-media-gallery-nav .nav-slide.view-360:after {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-image: url(/templates/2023/images/icons/360-degree.svg);
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
}
.product-media-gallery-nav .nav-slide.view-360 img {
	opacity: 30%;
}
.product-media-gallery .gallery-slide {
	text-align: center;
	width: 100%;
}

.slick-slider.product-media-gallery-nav .slick-arrow {
	display: inline-block !important;
	box-shadow: none;
	background-color: transparent !important;
}
.slick-slider.product-media-gallery-nav .slick-arrow.slick-disabled-manual {
	/* display: none !important; */
}
.slick-slider.product-media-gallery-nav .slick-arrow.slick-disabled-manual,
.slick-slider.product-media-gallery .slick-arrow.slick-disabled-manual {
	opacity: 0.4;
	cursor: default;
}

.slick-slider.product-media-gallery-nav .slick-prev {
	left: 0;
}
.slick-slider.product-media-gallery-nav .slick-next {
	right: 0;
}

#threesixty-wrapper {
	text-align: center;
}
#threesixty {
	margin: 0 auto;
	margin: 0px auto;
	max-width: 100%;
	max-height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (min-width: 576px) {
	.product-media-gallery-nav .slick-list {
		margin: 0 10%;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}
