#galleryModal, .photos {
	--thumbnails-background: #fff;
	--thumbnails-border: 1px solid #fff;
}

#projector_amount {
display: none !important;
}

#contact_map {
display: none !important;
}

.contact_stocks {
display: none !important;
}

.product > a img {
transition: all .3s ease-in-out !important;
}

.product:hover > a img {
transform: scale(1.05);
}