The store will not work correctly in the case when cookies are disabled.
-
Home
-
Catalog Advanced Search
Advanced Search
');
$(".ves-megamenu").after('');
});
$(window).on('resize', function () {
calculateLeftOffset(blockIdSection);
}).resize();
// scroll check hide menu item
$(window).scroll(function () {
if ($('.is-sticky')[0]) {
$('.item-scroll-hide').hide();
} else {
$('.item-scroll-hide').show();
}
calculateLeftOffset(blockIdSection);
});
$(window).on('addedSticky removedSticky', function () {
calculateLeftOffset(blockIdSection);
});
});