.lightbox{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.lb-outerContainer{
	order:1;
}
.lb-details{
	display: none;
}
.getSwiperItems .sw-desc .sw-title{
	color: var(--second-color, #BBA69B); 
	font-family: Hellix;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.getSwiperItems .sw-desc .sw-text{
	color:  #FEFEFE;
	font-family: Hellix;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 138.889% */
	letter-spacing: 0.18px;

}
.getSwiperItems .sw-image{
	width: auto;
	height:419px;
	background-size: cover;
	background-position: center;
}
.getSwiperItems .swiper-slide-active .sw-image:hover{
	cursor: pointer;
}
.getSwiperItems .swiper-slide,
.getSwiperItems .swiper-slide .sw-desc{
	opacity: 0;
}
.getSwiperItems .swiper-slide-active .sw-desc{
	opacity: 1;
}
.getSwiperItems .swiper-slide.swiper-slide-visible{
	opacity:1;
}
.getSwiperItems .swiper-slide-active:hover .sw-image a:after{ 
	width: 106px;
	height: 106px;
	background-color: transparent;
	position: absolute;
	z-index: 9999;
	display: flex;
	vertical-align: middle;
	align-items: center;
	top: 40%;
	left: 40%;
	border: 1px solid #EEEBDE;
	border-radius: 50%;
	text-align: center;
	font-family: Hellix;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; 
	color: #fff; 
}
.getSwiperItems .swiper {
	width: 100%;       
}
 
.getSwiperItems .swiper-slide {
	background-position: center;
	background-size: cover;  
	width:27%;
} 
.getSwiperItems .swiper-slide.itemsSwipers.swiper-slide-visible.swiper-slide-active {

}
.getSwiperItems .swiper-slide img {
	display: block;
	width: 100%;
}
.getSwiperItems [role=button]:not([disabled]):focus{
	border:none !important;
}    
.getSwiperItems .infos-gallery img{
	width:48px;
	height:44px;
}
.getSwiperItems .swiper-3d .swiper-slide-shadow-right,
.getSwiperItems .swiper-3d .swiper-slide-shadow-left{
	background-image: none;
}
.getSwiperItems .swiper-button-next,
.getSwiperItems .swiper-button-prev{
	top: 60%; 
}
.getSwiperItems .swiper-button-next  {
	right: 15px;    
} 
.getSwiperItems .swiper-button-prev{
	left: 15px;    
}
.getSwiperItems .swiper-button-prev:after{ 
	transform: rotate(0deg);
}
.getSwiperItems .swiper-button-next:after{ 
	transform: rotate(180deg); 
}
.getSwiperItems .swiper-button-prev:after,
.getSwiperItems .swiper-button-next:after{
	content:''; 
	background-repeat: no-repeat; 
	background-size: contain;
	width: 22px;
	height: 19px;
}
.getSwiperItems  .infos-gallery {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	color: rgba(255, 255, 255, 0.38);
	text-align: center;
	font-family: var(--font-family-base1);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}



.getSwiperItems .swiper-slide-active .infos-gallery {
	color: #ffffff;
	
}
.getSwiperItems .tabs-icon-top svg path{
	fill: rgba(255, 255, 255, 0.38);
	    fill-opacity: 0.38;

}
.getSwiperItems .swiper-slide-active .tabs-icon-top svg path{
	fill: #FFF;
	fill-opacity: 1;
}
.getSwiperItems .infos-gallery .tabs-title-top {
    margin: 0 calc(100% / 4);
    line-height: 14px;
    margin-top: 16px;
    white-space: break-spaces;
	height: 40px;
}
.getSwiperItems .swiper-pagination {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	justify-content: flex-start;
	scroll-behavior: smooth; 

	top: 50px !important;
	bottom: auto !important;
}

.getSwiperItems .swiper-pagination span {
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.getSwiperItems  .swiper-pagination-bullet {
	width: auto;
	height: auto;
	display: inline-block;
	border-radius: 0; 
	background: none; 
}
@media only screen and (max-width: 1024px) {
	.getSwiperItems .swiper-slide{
		width: 100%;
	}  
}
@media (max-width: 767px) {
  .swiperItems .swiper-slide {
    /* just make sure Swiper can show peeking slides nicely */
    box-sizing: border-box;
  }
	.getSwiperItems .sw-image{
		height:200px;
	}
	.getSwiperItems .swiper-button-next  {
	right: calc((100% - 80px) / 2);
        bottom: -10px;
        top: auto;
    } 
.getSwiperItems .swiper-button-prev{
	left: calc((100% - 80px) / 2);
        bottom: -10px;
        top: auto;
      
}
	.getSwiperItems .swiper-slide.itemsSwipers.swiper-slide-visible.swiper-slide-next .sw-image,
	.getSwiperItems .swiper-slide.itemsSwipers.swiper-slide-visible.swiper-slide-prev .sw-image{
		margin-top:-20px;
	}
	.getSwiperItems .infos-gallery .tabs-title-top {
		margin: 10px 0;
		height:auto;
		padding-bottom: 25px;
	}
	.getSwiperItems .infos-gallery{
		    margin-bottom: -10px;
	}
}