/* Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3 & 4 Version: 4.2.0 Author: Sean Ngu Website: http://www.seantheme.com/color-admin-v4.2/frontend/e-commerce/ */var handleHeaderFixedTop=function(){0!==$('#header[data-fixed-top="true"]').length&&$(window).on("scroll",function(){var e=1920<=$(window).width()?48:40,t=1920<=$(window).width()?"100px":"76px";$(window).scrollTop()>=e?($("body").css("padding-top",t),$("#header").addClass("header-fixed")):($("#header").removeClass("header-fixed"),$("body").css("padding-top","0"))})},handlePageContainerShow=function(){$("#page-container").addClass("in")},handlePaceLoadingPlugins=function(){Pace.on("hide",function(){setTimeout(function(){$(".pace").addClass("hide")},500)})},handleTooltipActivation=function(){0!==$("[data-toggle=tooltip]").length&&$("[data-toggle=tooltip]").tooltip()},handleThemePanelExpand=function(){$(document).on("click",'[data-click="theme-panel-expand"]',function(){var e=".theme-panel",t="active";$(e).hasClass(t)?$(e).removeClass(t):$(e).addClass(t)})},handleThemePageControl=function(){if("undefined"!=typeof Cookies){if(Cookies&&Cookies.get("theme")){0!==$(".theme-list").length&&($(".theme-list [data-theme]").closest("li").removeClass("active"),$('.theme-list [data-theme="'+Cookies.get("theme")+'"]').closest("li").addClass("active"));var e=$('[data-theme="'+Cookies.get("theme")+'"]').attr("data-theme-file");$("#theme").attr("href",e,{expires:365})}$(document).on("click",".theme-list [data-theme]",function(){var e=$(this).attr("data-theme-file");$("#theme").attr("href",e),$(".theme-list [data-theme]").not(this).closest("li").removeClass("active"),$(this).closest("li").addClass("active"),Cookies.set("theme",$(this).attr("data-theme"))})}},handlePaymentTypeSelection=function(){$(document).on("click",'[data-click="set-payment"]',function(e){e.preventDefault();var t=$(this).closest("li"),a=$(this).attr("data-value");$('[data-click="set-payment"]').closest("li").not(t).removeClass("active"),$('[data-id="payment-type"]').val(a),$(t).addClass("active")})},handleQtyControl=function(){$(document).on("click",'[data-click="increase-qty"]',function(e){e.preventDefault();var t=$(this).attr("data-target"),a=parseInt($(t).val())+1;$(t).val(a)}),$('[data-click="decrease-qty"]').click(function(e){e.preventDefault();var t=$(this).attr("data-target"),a=parseInt($(t).val())-1;a=a<0?0:a,$(t).val(a)})},handleProductImage=function(){$(document).on("click",'[data-click="show-main-image"]',function(e){e.preventDefault();var t='',a=$(this).closest("li");$('[data-id="main-image"]').html(t),$(a).addClass("active"),$('[data-click="show-main-image"]').closest("li").not(a).removeClass("active")})},handleParoller=function(){void 0!==$.fn.paroller&&0!==$('[data-paroller="true"]').length&&$('[data-paroller="true"]').paroller()},App=function(){"use strict";return{init:function(){handleHeaderFixedTop(),handlePageContainerShow(),handlePaceLoadingPlugins(),handleTooltipActivation(),handleThemePanelExpand(),handleThemePageControl(),handlePaymentTypeSelection(),handleQtyControl(),handleProductImage(),handleParoller()}}}();