
.product__carousel {
    display: block;
    max-width: 100%;
    width: 100%;
}
.product__carousel a {
    display: block;
    margin-bottom: 15px;
}

.product__carousel .gallery-top {
/*	border: 1px solid rgba(13,13,13,0.10);*/
	border-radius: 3px;
	margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
}
.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50px;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 200%;
	min-height: 200%;
	border-radius: 50px;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
	color: rgba(130,6,235,1.00);
	background-color: rgba(255,255,255, 0.5);
	padding: 50px;
	border-radius: 20px;
}

.product__carousel .swiper-button-next.swiper-button-white:hover,
.product__carousel .swiper-button-prev.swiper-button-white:hover {
	color: rgba(130,6,235,1.00);
	background-color: rgba(232,171,6, 1.0);
}

.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
/*	transition: border .15s linear;*/
	border: 1px solid #ebebeb;
	cursor: pointer;
/*	overflow: hidden;*/
/*    height: calc(30% - 2px);*/
    width: 90px !important;
    height: 90px !important;
    margin: 5px 0px 0px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: 1px solid rgba(13,13,13,0.50);
}
.product__carousel .gallery-thumbs .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
    border-radius: 50px;
}



@media only screen and (max-width: 1280px) {
    .product__carousel {
        width: 100% !important;
    }
}
