ADDITIONAL OPTIONS "same height"

You have the ability to make a fixed height product. If you want to do something: add body id "same_product_height"
				  	<body id="same_product_height" class="loaded">
				

* height can be adjusted in css/module_option_product_height.scss, through - max-height: 200px;

additional options "No hover"

If you want to turn off hover "lifting up" on desctop - need to add a class "product-nohover":
					<div class="tt-product thumbprod-center product-nohover">
				

* Example of use fonts icon demo

BACK TO TOP