Avorio is included in the wide chromatic range offered by the Colorfeel collection with an ivory tone that is always in style.
The conceptual purity is achieved by reducing anything unnecessary without losing one bit of its sensitivity, evoking class and a sensation of harmony.
Arctic White, which belongs to the Colorfeel collection, is the most immaculate model of the entire Neolith chromatic range. A pure white that transmits immense luminosity for an appearance of continuity.
Arctic White is a safe bet as it can be used for indoor and outdoor applications and can combine with any architectural element, offering an impeccable look to any setting.
/* 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', '');
});
});