.category-images, .product-images, .home-images {
	text-align: center;
}

.category.gallery_plus {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
}

.category-images img, .product-images img, .home-images img {
	display: inline-block;
    margin: 10px 0 10px 0 !important;
}


.flex_container > .ets_speed_dynamic_hook {
	display: flex;
}


.gallery-head, .gallery-head p {margin: 30px auto; font-size: 24px !important; font-weight: 600 !important;}
#galleryModal .modal-body {padding: 20px !important}
.gal-zoom {cursor: zoom-in;}
.gal-zoom:hover img {opacity: 0.9} 

@media (min-width: 992px) {
#galleryModal .modal-dialog {max-width: 800px;}

}


@media (min-width: 1440px) {
#galleryModal .modal-dialog {max-width: 1050px;}
}

@media (max-width: 991px) {
.gallery-head, .gallery-head p {margin: 30px auto 20px; font-size: 18px; font-size: 20px !important}
}

@media (max-width: 767px) {

.row.gallery_plus .gal-zoom {padding: 0px 5px;}
.row.gallery_plus .gal-zoom img {margin-top: 0px !important;}
#product .row.product.gallery_plus {margin: 0px -5px;}
.product-gallery .col-lg-12 {padding: 0px 5px;}
.product-gallery p.h2-head {font-size: 15px !important;}
	
}


