/*Asset Name: Product Gallery CSS*/

/* product_gallery */
.product_gallery_wrap{
  overflow: hidden;
  margin: 0 auto 4em;
  padding: 2em 0;
}
.product-gallery-title-wrap{
  padding: 0 2em;
}
.product_gallery_wrap h1{
  max-width: 1260px;
  margin: 15px auto 15px;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .product_gallery_wrap{
    padding: 1em 0;
  }
  .product_gallery_wrap h1{
    margin: 15px auto 10px;
  }
  .product-gallery-title-wrap{
    padding: 0 1em;
  }
}
.product_gallery_wrap .swiper-slide a{
  width: calc(calc(100% - 5px) / 2);
  float: left;
}
.product_gallery_wrap .swiper-slide:nth-child(odd) a:nth-child(1){
  width: calc(100%);
  /*margin: 0 0 5px 0;*/
}
.product_gallery_wrap .swiper-slide:nth-child(odd) a:nth-child(2),
.product_gallery_wrap .swiper-slide:nth-child(even) a:nth-child(1){margin: 0 5px 0 0;}
.product_gallery_wrap .swiper-slide:nth-child(even) a:nth-child(3){
  width: calc(100%);
  margin: 5px 0 0 0;
}

.product_gallery_wrap .swiper-slide:nth-child(odd) img:nth-child(1){margin: 0 0 5px 0;}
.product_gallery_wrap .swiper-slide:nth-child(odd) img:nth-child(2),
.product_gallery_wrap .swiper-slide:nth-child(even) img:nth-child(1){margin: 0 5px 0 0;}
.product_gallery_wrap .swiper-slide:nth-child(even) img:nth-child(3){margin: 5px 0 0 0;}

.product_gallery_wrap .swiper-slide img{
  width:100%!important;
  float: left;
}

.origin-gallery{
  display:none!important;
}
.gallery-image-list{
  display:none!important;
}
/*Asset Name: Product Gallery CSS*/
