/* Webbax */
#js-product-list-top .col-auto .showing{display: none;}
#js-product-list-top .products-nb-per-page{display: none;}
#inner-wrapper #infinity-loader-icon{display: none!important;}
#product #similare_product{max-width: 382px; margin-top: 20px;}

@media(max-width: 767px){
	
	#product #similare_product{max-width: 308px;}
	
}

@media(max-width: 575px){
	
	#product #similare_product{max-width: 100%;}
	
}