

.swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.swiper-slide {
  display: flex;
	flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    margin: auto;
width:100% !important;
}


.swiper-button-next, .swiper-button-prev {
	top: auto !important;
  bottom: 4px !important;
}
.swiper-pagination-fraction { bottom: 14px !important;  font-size: 18px !important; z-index:9;}
.swiper-button-next { right: 75px !important; }
.swiper-button-prev {  left: 75px !important; }


.accordion-highlight-text {
    width:215px !important;
}

/* remove white space for photonSaber product */
.illuminated-instruments .my-swiper-3 .accordion-highlight-text:first-of-type {
    margin:0px auto;
}


/* remove highlight text and detail image where swipers already exist */
.smokeevacuation .accordion-detail-0 .accordion-mobile-detail-image, .accordion-1 .my-swiper-0 + .accordion-highlight-text ,  .accordion-detail-3 .accordion-mobile-detail-image, .accordion-1 .my-swiper-1 + .accordion-highlight-text,
.smokeevacuation .my-swiper-0 + .accordion-highlight-text, .smokeevacuation .my-swiper-1 + .accordion-highlight-text, .illuminated-instruments .swiper + .accordion-highlight-text, .illuminated-instruments .accordion-mobile-detail-image,
.illuminated-instruments .swiper + .accordion-highlight-text +.accordion-highlight-text  {
    display:none;
}



.accordion-content a:before {
    background: black;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    width: 30px;
    transform: rotate(0);
    transition: all .3s ease-in-out;
}


.accordion-content a:after {
    background: black;
    content: "";
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 6px;
    width: 1px;
    transform: rotate(0);
    transition: all .3s ease-in-out;
}

.accordion-slider .slick-prev {
    background: url(https://assets.website-files.com/5f20219b92185077e1a82dfd/5f953539632fcade85a7ef94_Slider-Left.png) no-repeat;
    background-size: cover;
    left: 60px;
}

.accordion-slider .slick-next {
    background: url(https://assets.website-files.com/5f20219b92185077e1a82dfd/5f95353bff93915677e7e8ec_Slider-Right.png) no-repeat;
    background-size: cover;
    right: 60px;
	}

@media(max-width:479px) {

.smokeevacuation .accordion-0 #detail1>img,.smokeevacuation .accordion-0 #detail2>img, .smokeevacuation .accordion-1 .accordion-detail-image-0, .smokeevacuation .accordion-1 .accordion-detail-image-3 {
    display:none;
    }

 .accordion-detail-image {
    display:none;
}

}

@media(min-width:479px) {


.accordion-content a:hover::before {
       background: #FEC210;
    width: 40px;
       height: 2px;
}

.accordion-content a:hover::after {
       background: #FEC210;
    height: 40px;
    top: 0px;
        width: 2px;
}

    .accordion-content .swiper-slide {
    display:none;
}

 .accordion-mobile-detail-image, .accordion-highlight-text {
    display:none;
}

   .accordion .swiper {
        display:none;
    }
}
