.devvn-gallery-container .product-thumbs .swiper-slide {
  position: relative;
    display: block;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    margin-right: 5px;
    cursor: pointer;
    overflow: hidden;
    height: 100px;
}
.devvn-gallery-container .product-slider .swiper-slide {
    padding-bottom: 65%;
    position: relative;
}

/*.devvn-gallery-container .product-slider .swiper-slide img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}*/
/*.devvn-gallery-container .product-thumbs .swiper-slide img {
  border-radius: 5px;
    width: auto;
    max-height: 85%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
.devvn-gallery-container .product-slider .swiper-slide img {
  border-radius: 5px;
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
}
.devvn-gallery-container .product-thumbs .swiper-slide img {
    border-radius: 5px;
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
}
.devvn-gallery-container .product-thumbs .swiper-slide.swiper-slide-active {
  border-color: #2294e0;
}
.devvn-gallery-container .product-slider .swiper-button-next:after,
.devvn-gallery-container .product-slider .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.devvn-gallery-container .swiper_product_together .swiper-button-next, .devvn-gallery-container .swiper_product_together .swiper-button-prev {
  background: #007bff;
  opacity: 0.5;
  width: 30px;
  height: 30px;
}

.devvn-gallery-container .swiper_product_together .swiper-button-next:after, .devvn-gallery-container .swiper_product_together .swiper-button-prev:after {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.devvn-gallery-container .swiper_product_together .swiper-button-next:hover, .devvn-gallery-container .swiper_product_together .swiper-button-prev:hover {
  background: #397f78;
}
.devvn-gallery-container .swiper_product_together .slider-pagination {
  text-align: center;
}



@media (max-width: 768px) {
  .devvn-gallery-container .product-thumbs .swiper-slide {
    height: 75px;
  }
}