.wtc-swiper-container {
}
.mySwiper2 {
  width: 100%;
}
.mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.mySwiper {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  max-height: 300px;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
}
.mySwiper .swiper-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border: 1px solid transparent;
}
.mySwiper .swiper-slide-thumb-active img {
    border-color: #cacaca;
    padding: 10px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none;
}
.woocommerce img, .woocommerce-page img {
    height: 100% !important;
    max-width: 100%;
}
