/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2023 | 11:52:36 */
/*   .black-squere {
            background-color: black;
            width: 100%; 
            height: 100%; 
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            transition: opacity 0.3s ease;  
        }

        .black-squere img {
            max-width: 100%;
            max-height: 100%;
            opacity: 1;
           transition: opacity 0.3s ease;  
        }

         .black-squere:hover {
            opacity: 0.5; 
        } 
.thumbnail-product-gallery{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	justify-content: center;
	
}
.img-product-thumbnail{
	margin: 5px;
}
 

 */