.productMedias .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 66px;
}

.product-content #thumbs1 {
  overflow: hidden !important;
}

.product-content #thumbs1 .swiper-wrappers {
  width: 60px !important;
}

.product-content #thumbs1 .swiper-wrappers .swiper-slide {
  width: 50px;
  height: 66px !important;
  overflow: hidden;
  margin: 0 .9375rem 0 0;
  border: 1px solid #e3e3e3;
  cursor: pointer;
}
.product-content #thumbs1 .swiper-wrappers .swiper-slide:not(:last-child){
  margin-bottom: .625rem;
}

.product-content #thumbs1 .swiper-wrappers .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-content #thumbs1 .swiper-wrappers .swiper-slide-thumb-active img {
  padding: .125rem;
  border: 1px solid #383635;
}

.product-content .thumbs_detail_horizontal {
  position: relative;
  width: 100%;
}

.product-content .thumbs_detail_horizontal #thumbs1_horizontal {
  margin-top: 1.25rem;
  overflow: hidden !important;
}

.product-content .thumbs_detail_horizontal #thumbs1_horizontal .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: unset;
  height: unset;
  padding: 0 1.25rem;
}

.product-content .thumbs_detail_horizontal #thumbs1_horizontal .swiper-wrapper .swiper-slide {
  width: 16.67%;
  height: 100%;
  padding: 0 .625rem;
}

.product-content .thumbs_detail_horizontal #thumbs1_horizontal .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.product-content .thumbs_detail_horizontal #thumbs1_horizontal .swiper-wrapper .swiper-slide-thumb-active img {
  padding: .125rem;
  border: 2px solid #383635;
}

.product-content .thumbs_detail_horizontal .swiper-button {
  display: block;
  position: absolute;
  top: 1.25rem;
  width: 1.25rem;
  height: 4.5rem;
  background: #EFEFEF;
  cursor: pointer;
  z-index: 10;
}

.product-content .thumbs_detail_horizontal .swiper-button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 !important;
  color: #707070;
}

.product-content .thumbs_detail_horizontal .swiper-button-left {
  left: 0;
}

.product-content .thumbs_detail_horizontal .swiper-button-right {
  right: 0;
}

.product-content .swiper_detail {
  width: 100%;
  height: 100%;
}

.product-content .swiper_detail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.product-content .swiper_detail .swiper_detail-pagination {
  display: none;
}

.product-content .swiper_detail .hide {
  opacity: 0;
}

.product-content .swiper_detail .swiper-button-next,
.product-content .swiper_detail .swiper-button-prev {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: #383635;
  background: rgba(255, 255, 255, 0.94);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.product-content .swiper_detail .swiper-button-next::after,
.product-content .swiper_detail .swiper-button-prev::after {
  position: absolute;
  top: .625rem;
}

.product-content .swiper_detail .swiper-button-next:after,
.product-content .swiper_detail .swiper-container-rtl .swiper-button-prev:after {
  font-size: 1rem;
  font-weight: bold;
  left: 40%;
}

.product-content .swiper_detail .swiper-button-prev:after,
.product-content .swiper_detail .swiper-container-rtl .swiper-button-next:after {
  font-size: 1rem;
  font-weight: bold;
  left: 40%;
}

@media screen and (max-width: 1199px) {
  .thumbs_detail_horizontal .swiper-slide {
    width: 20% !important;
  }
}

@media screen and (max-width: 991px) {
  .thumbs_detail_horizontal .swiper-slide {
    width: 25% !important;
  }
}

@media screen and (max-width: 767px) {
  .swiper_detail .swiper_detail-pagination {
    display: block !important;
    z-index: 20;
  }
  .swiper_detail .swiper_detail-pagination .swiper-pagination-bullet {
    width: .375rem;
    height: .375rem;
    opacity: 0.6;
    background: #383635;
  }
  .swiper_detail .swiper_detail-pagination .swiper-pagination-bullet-active {
    width: .75rem;
    height: .375rem;
    opacity: 0.6;
    border-radius: .3125rem;
  }
  .thumbs_detail {
    display: none;
  }
  .thumbs_detail_horizontal {
    display: none !important;
  }
}
/*# sourceMappingURL=sliderDirection.css.map */