Cement is one of the most homogeneous models included in the Neolith Fusion Collection. The greyish tone makes it the ideal balanced option for any type of project. Cement is a response to the latest market trends, giving an industrial touch to any room where it is used.
Sample Price $3.50
Avorio is included in the wide chromatic range offered by the Colorfeel collection with an ivory tone that is always in style.
Sample Price $3.50
$3.50
/* Max Mega Menu
* Close the mobile menu as soon as a menu item is clicked */
jQuery(".max-mega-menu").on("after_mega_menu_init", function() {
jQuery("li.mega-menu-item:not(.mega-menu-item-has-children) > a.mega-menu-link").on('click', function(e) {
jQuery(".mega-menu-open").removeClass("mega-menu-open");
jQuery(".max-mega-menu").css('display', '');
});
});