/**
* Theme Name: Suppre Child
* Description: This is a child theme of Suppre, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: suppre
* Version: 1.0.4
*/

@media (max-width: 1024px) {
	#colophon {
		margin-bottom: 0px !important;
	}	
}

#colophon {
    margin-bottom: 0px !important;
}

#pictures-gallery-h {
	display: flex;
}

@media (max-width: 480px) {
  	ul.suppre-products.products:not(.products-list) {
		grid-template-columns: repeat(1, 1fr) !important;
		grid-gap: 0px;
	}
}