' + nameEn + '
Photo is for illustration purposes only. Actual product may vary.
';}});$('.menu-openclick').click(function() {MenuOpen();});$('.menu-closeclick').click(function() {MenuClose();});jQuery('#cart').mouseover(function() {jQuery('#header #cart .content').show();});jQuery('#cart').mouseout(function() {jQuery('#header #cart .content').hide();});$('.home-down-arrow-layer1-click').click(function() {ScrollToWhich('1');});jQuery('#floating-checkout').click(function() {var strCartTotal = jQuery('#cart-total').html();strCartTotal = strCartTotal.replace('My Cart (', '');strCartTotal = strCartTotal.replace(')', '');var intCartTotal = parseInt(strCartTotal);if (intCartTotal <= 0) {alert('Your shopping cart is empty now. Please add your favourite items to cart now.');} else {parent.location.href = 'index.php?route=checkout/cart';}});$( window ).scroll(function() {try {var Home_w = jQuery(window).width();var Home_h = jQuery(window).height();if ((window.innerHeight + $(window).scrollTop()) >= ($('body').height() - 300)) {$('.home-down-arrow').addClass('active');$('.whatsapp-icon-layer1').addClass('move');}else {$('.home-down-arrow').removeClass('active');$('.whatsapp-icon-layer1').removeClass('move');}if ($(window).scrollTop() >= (100)) {$('.nav-iconX').addClass('move');}else {$('.nav-iconX').removeClass('move');}} catch (err) {}});});jQuery(window).load(function() {adjustMobileMenuPosition();setTimeout(function(){$('html').removeClass('overflowHide');$('body').addClass('PageReady');$('.loading-page-layer2').removeClass('active');$('.allcontent').addClass('active');$('.nav-top-left').addClass('active');$('.nav-top-left2').addClass('active');$('.menu-line-layer1').addClass('active');if ((getRoute == "" || getRoute == "common/home") && getStep == "2") {ScrollToWhich('2');} else if ((getRoute == "" || getRoute == "common/home") && getStep == "3") {ScrollToWhich('3');}},1000);});jQuery(window).resize(function() {adjustMobileMenuPosition();});function MenuOpen() {$('.top-navi-msg-layer1').hide();adjustMobileMenuPosition();$('.nav-mobile-layer2').show();$('.nav-iconX').addClass('openmenu');$('.nav-mobile-layer2').addClass('active');$('.menu-closeclick').addClass('active');$('html').addClass('overflowHide');};function MenuClose() {$('.nav-iconX').removeClass('openmenu');$('.nav-mobile-layer2').removeClass('active');$('.menu-closeclick').removeClass('active');$('html').removeClass('overflowHide');$('.top-navi-msg-layer1').show();adjustMobileMenuPosition();};function ScrollToWhich(num) {var maxSection = 8;var totHeight = 0;var newtotHeight = 0;for (var i = 1; i <= maxSection; i++) {if (i >= num) {break;}if (i == 1) {totHeight += $(".section-1").height();} else if (i == 2) {totHeight += $(".section-2").height();} else if (i == 3) {totHeight += $(".section-3").height();} else if (i == 4) {totHeight += $(".section-4").height();} else if (i == 5) {totHeight += $(".section-5").height();} else if (i == 6) {totHeight += $(".section-6").height();} else if (i == 7) {totHeight += $(".section-7").height();} else if (i == 8) {totHeight += $(".section-8").height();}}$('html').stop().animate({scrollTop: totHeight}, 800);MenuClose();};function adjustMobileMenuPosition() {var w = window.innerWidth;jQuery('#content').removeClass('hide');try {var top_navi_msg_h = jQuery('.top-navi-msg-layer1').height();var nav_iconx_t = 20 + top_navi_msg_h;var nav_mobile_layer4 = 60 + top_navi_msg_h;if (jQuery('.top-navi-msg-layer1').is(':visible')) {jQuery('.nav-iconX').css('top', nav_iconx_t + 'px');}} catch (err) {}$.fancybox.update();$.fancybox.reposition();};