

/* product gallery styles */
.product_gallery img {
  max-width: 100%;
}

.product_gallery .product_box img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product_gallery .swiper-button-prev,
  .product_gallery .swiper-button-next {
    display: none;
  }
@media only screen and (max-width: 767px) {
  .product_gallery .swiper-container {
    padding: 0 0 40px;
  }
  
}
