
.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
}

@media (max-width: 768px) {
  .swiper{
	width: 100%;
	height: 100%;
	overflow: unset;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
    }
  }

@media (max-width: 1024px) {
  .swiper{
	width: 100%;
	height: 100%;
	overflow: unset;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
    }
  }

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-slide {
	min-height: 455px;
	display: block;
	
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.swiper-slide.swiper-slide-active {
	opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	background-size: contain !important;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute !important;
	bottom: unset !important;
	top: 0 !important;
	width: 65px !important;
	height: 65px !important;
	margin-top: unset;
}

.center-customNav-swiper {
	position: absolute;
	width: 100%;
	max-width: 160px;
	margin: 0 auto !important;
	top: 5px;
	left: 0;
	right: 0;
}



/* for mdpi screen only */
@media (min-width: 1280px) and (max-width: 1280px) {
  .center-customNav-swiper {
    left: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .center-customNav-swiper {
    left: 125px !important;
  }
}

@media (max-width: 768px){
  .swiper-button-next, .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    }
  }

@media (max-width: 1024px){
  .swiper-button-next, .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    }
  }

@media (max-width: 768px){
.center-customNav-swiper {
    max-width: 106px;
    margin: unset;
    top: 200px;
    left: auto;
    right: 0;
    }
  }

@media (max-width: 1024px){
.center-customNav-swiper {
    max-width: 106px;
    margin: unset;
    top: 200px;
    left: auto;
    right: 0;
    }
  }

@media (max-width: 767px){
.product-specs-title h3 {
    margin-bottom: unset !important;
    max-width: 200px !important;
    line-height: 1.5rem !important;
    }
}
