.product-detail {
    padding-right: 50px;
}



.product-detail .mySwiper3 {
   width: 100%;
   max-width:750px;
    height: 400px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.product-detail .mySwiper3 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product-detail .mySwiper3 .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-detail .mySwiper .swiper-slide {
    border: 1px solid transparent;
}

.product-detail .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #2fbf30;
    border-width: 2px;
}



.product-detail .swiper-button-next,
.product-detail .swiper-button-prev {
    color: #1a1a1a !important;
}


.product-detail .mySwiper .swiper-slide img {
    transition-property: transform;
    /*height: 67px;*/
    object-fit: cover;
    text-align:center;
  }

  .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
    height: 150px!important;
  }


  .swiper-button-next, .swiper-button-prev {
    top: 35px;
   
  }
@media (max-width: 768px) {
    .product-detail {
        padding-right: 0px;
    }

    .product-detail .mySwiper {
     margin-bottom:40px;
    }

    
    .product-detail .mySwiper3 .swiper-slide img {
        max-height: 300px;
    }

}

@media (max-width: 480px) {
    .product-detail .mySwiper3 .swiper-slide img {
        max-height:200px;
    }
}
