// source --> https://indiaecommerceforum.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.8.1 
function on_keydown_remove_from_cart(e){" "===e.key&&(e.preventDefault(),e.currentTarget.click())}function focus_populate_live_region(){var e=["woocommerce-message","woocommerce-error","wc-block-components-notice-banner"].map(function(e){return"."+e+'[role="alert"]'}).join(", "),o=document.querySelectorAll(e);if(0!==o.length){var t=o[0];t.setAttribute("tabindex","-1");var n=setTimeout(function(){t.focus(),clearTimeout(n)},500)}}function refresh_sorted_by_live_region(){var e=document.querySelector(".woocommerce-result-count"),o=document.querySelector('[data-wp-interactive="woocommerce/product-filters"]');if(e&&window.location.search&&!o){var t=e.innerHTML;e.setAttribute("role","alert"),e.setAttribute("aria-hidden","true");var n=setTimeout(function(){e.setAttribute("aria-hidden","false"),e.innerHTML="",e.innerHTML=t,clearTimeout(n)},2e3)}}function on_document_ready(){focus_populate_live_region(),refresh_sorted_by_live_region()}jQuery(function(e){e(".woocommerce-ordering").on("change","select.orderby",function(){e(this).closest("form").trigger("submit")}),e("input.qty:not(.product-quantity input.qty)").each(function(){var o=parseFloat(e(this).attr("min"));o>=0&&parseFloat(e(this).val())<o&&e(this).val(o)});var o="store_notice"+(e(".woocommerce-store-notice").data("noticeId")||"");if("hidden"===Cookies.get(o))e(".woocommerce-store-notice").hide();else{function t(o){["Enter"," "].includes(o.key)&&(o.preventDefault(),e(".woocommerce-store-notice__dismiss-link").click())}e(".woocommerce-store-notice").show(),e(".woocommerce-store-notice__dismiss-link").on("click",function n(r){Cookies.set(o,"hidden",{path:"/"}),e(".woocommerce-store-notice").hide(),r.preventDefault(),e(".woocommerce-store-notice__dismiss-link").off("click",n).off("keydown",t)}).on("keydown",t)}e(".woocommerce-input-wrapper span.description").length&&e(document.body).on("click",function(){e(".woocommerce-input-wrapper span.description:visible").prop("aria-hidden",!0).slideUp(250)}),e(".woocommerce-input-wrapper").on("click",function(e){e.stopPropagation()}),e(".woocommerce-input-wrapper :input").on("keydown",function(o){var t=e(this).parent().find("span.description");if(27===o.which&&t.length&&t.is(":visible"))return t.prop("aria-hidden",!0).slideUp(250),o.preventDefault(),!1}).on("click focus",function(){var o=e(this).parent(),t=o.find("span.description");o.addClass("currentTarget"),e(".woocommerce-input-wrapper:not(.currentTarget) span.description:visible").prop("aria-hidden",!0).slideUp(250),t.length&&t.is(":hidden")&&t.prop("aria-hidden",!1).slideDown(250),o.removeClass("currentTarget")}),e.scroll_to_notices=function(o){o.length&&e("html, body").animate({scrollTop:o.offset().top-100},1e3)},e('.woocommerce form .woocommerce-Input[type="password"]').wrap('<span class="password-input"></span>'),e(".woocommerce form input").filter(":password").parent("span").addClass("password-input"),e(".password-input").each(function(){const o=e(this).find("input").attr("id");e(this).append('<button type="button" class="show-password-input" aria-label="'+woocommerce_params.i18n_password_show+'" aria-describedBy="'+o+'"></button>')}),e(".show-password-input").on("click",function(o){o.preventDefault(),e(this).hasClass("display-password")?(e(this).removeClass("display-password"),e(this).attr("aria-label",woocommerce_params.i18n_password_show)):(e(this).addClass("display-password"),e(this).attr("aria-label",woocommerce_params.i18n_password_hide)),e(this).hasClass("display-password")?e(this).siblings(['input[type="password"]']).prop("type","text"):e(this).siblings('input[type="text"]').prop("type","password"),e(this).siblings("input").focus()}),e("a.coming-soon-footer-banner-dismiss").on("click",function(o){var t=e(o.target);e.ajax({type:"post",url:t.data("rest-url"),data:{woocommerce_meta:{coming_soon_banner_dismissed:"yes"}},beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",t.data("rest-nonce"))},complete:function(){e("#coming-soon-footer-banner").hide()}})}),"undefined"==typeof wc_add_to_cart_params&&e(document.body).on("keydown",".remove_from_cart_button",on_keydown_remove_from_cart),e(document.body).on("item_removed_from_classic_cart updated_wc_div",focus_populate_live_region)}),document.addEventListener("DOMContentLoaded",on_document_ready);
// source --> https://indiaecommerceforum.com/wp-content/plugins/konfer-plugin/assets/js/libs/counter.min.js?ver=7.0 
function countUp(a,b,c,d,e,f){for(var g=0,h=["webkit","moz","ms","o"],i=0;i<h.length&&!window.requestAnimationFrame;++i)window.requestAnimationFrame=window[h[i]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[h[i]+"CancelAnimationFrame"]||window[h[i]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(a){var c=(new Date).getTime(),d=Math.max(0,16-(c-g)),e=window.setTimeout(function(){a(c+d)},d);return g=c+d,e}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(a){clearTimeout(a)}),this.options=f||{useEasing:!0,useGrouping:!0,separator:",",decimal:"."},""==this.options.separator&&(this.options.useGrouping=!1),null==this.options.prefix&&(this.options.prefix=""),null==this.options.suffix&&(this.options.suffix="");var j=this;this.d="string"==typeof a?document.getElementById(a):a,this.startVal=Number(b),this.endVal=Number(c),this.countDown=this.startVal>this.endVal?!0:!1,this.startTime=null,this.timestamp=null,this.remaining=null,this.frameVal=this.startVal,this.rAF=null,this.decimals=Math.max(0,d||0),this.dec=Math.pow(10,this.decimals),this.duration=1e3*e||2e3,this.version=function(){return"1.3.1"},this.printValue=function(a){var b=isNaN(a)?"--":j.formatNumber(a);"INPUT"==j.d.tagName?this.d.value=b:this.d.innerHTML=b},this.easeOutExpo=function(a,b,c,d){return 1024*c*(-Math.pow(2,-10*a/d)+1)/1023+b},this.count=function(a){null===j.startTime&&(j.startTime=a),j.timestamp=a;var b=a-j.startTime;if(j.remaining=j.duration-b,j.options.useEasing)if(j.countDown){var c=j.easeOutExpo(b,0,j.startVal-j.endVal,j.duration);j.frameVal=j.startVal-c}else j.frameVal=j.easeOutExpo(b,j.startVal,j.endVal-j.startVal,j.duration);else if(j.countDown){var c=(j.startVal-j.endVal)*(b/j.duration);j.frameVal=j.startVal-c}else j.frameVal=j.startVal+(j.endVal-j.startVal)*(b/j.duration);j.frameVal=j.countDown?j.frameVal<j.endVal?j.endVal:j.frameVal:j.frameVal>j.endVal?j.endVal:j.frameVal,j.frameVal=Math.round(j.frameVal*j.dec)/j.dec,j.printValue(j.frameVal),b<j.duration?j.rAF=requestAnimationFrame(j.count):null!=j.callback&&j.callback()},this.start=function(a){return j.callback=a,isNaN(j.endVal)||isNaN(j.startVal)?(console.log("countUp error: startVal or endVal is not a number"),j.printValue()):j.rAF=requestAnimationFrame(j.count),!1},this.stop=function(){cancelAnimationFrame(j.rAF)},this.reset=function(){j.startTime=null,j.startVal=b,cancelAnimationFrame(j.rAF),j.printValue(j.startVal)},this.resume=function(){j.stop(),j.startTime=null,j.duration=j.remaining,j.startVal=j.frameVal,requestAnimationFrame(j.count)},this.formatNumber=function(a){a=a.toFixed(j.decimals),a+="";var b,c,d,e;if(b=a.split("."),c=b[0],d=b.length>1?j.options.decimal+b[1]:"",e=/(\d+)(\d{3})/,j.options.useGrouping)for(;e.test(c);)c=c.replace(e,"$1"+j.options.separator+"$2");return j.options.prefix+c+d+j.options.suffix},j.printValue(j.startVal)};
// source --> https://indiaecommerceforum.com/wp-content/plugins/team-press-3/js/teampress.min.js?ver=1.6 
!function(f){f(document).ready(function(){var e;function u(){f(".exlightbox").each(function(){var e=f(this).data("class");GLightbox(),GLightbox({selector:e,moreLength:0,touchNavigation:!0,lightboxHtml:'<div id="glightbox-body" class="exteam-lb glightbox-container">\t\t\t      <div class="gloader visible"></div>\t\t\t      <div class="goverlay"></div>\t\t\t      <div class="gcontainer">\t\t\t         <div id="glightbox-slider" class="gslider"></div>\t\t\t         <a class="gnext"></a>\t\t\t         <a class="gprev"></a>\t\t\t         <a class="gclose"></a>\t\t\t      </div>\t\t\t  </div>',onOpen:function(e,t){f(".exteam-lb .ginner-container .gslide-description").each(function(){var e=f(this);e.closest(".gslide ").addClass("ehd-scroll"),"function"==typeof e.niceScroll&&(e.niceScroll({cursorcolor:"rgb(66, 66, 66)",horizrailenabled:!1}),setTimeout(function(){e.getNiceScroll().resize(),e.closest(".gslide ").removeClass("ehd-scroll")},800))})}})})}function v(){"function"==typeof f(".exp-modal-info").niceScroll&&f(".exp-modal-info").each(function(){var e=f(this);e.niceScroll({cursorcolor:"rgba(66, 66, 66, .8)",autohidemode:"false",background:"rgba(0, 0, 0,.15)",cursorwidth:"6px"}),setTimeout(function(){e.getNiceScroll().resize()},800)})}function h(){f(".fct-modal tbody").on("click",".exp-td-first",function(e){e.preventDefault(),f(this).next().find(".item-grid").trigger("click")})}function x(){f(".fct-lightbox tbody").on("click",".exp-td-first",function(e){e.preventDefault(),f(this).next().find(".exlightbox").trigger("click")})}function i(a,l,i,e){"loadmore"!=a&&f("#"+i+" .page-numbers").removeClass("disable-click"),f("#"+i).hasClass("fct-collapse")&&(f("#"+i+".fct-collapse .item-grid").removeClass("active-collaps"),setTimeout(function(){f("#"+i+".fct-collapse .item-grid .exp-expand-des").getNiceScroll().resize()},300)),l.addClass("disable-click");var s=f("#"+i+" input[name=num_page_uu]").val();f("loadmore"==a?"#"+i+" .loadmore-exbt":"#"+i).addClass("loading");var o=f("#"+i).hasClass("table-layout")?"table":"";f("#"+i).hasClass("list-layout")&&(o="list");var t=f("#"+i+" input[name=param_query]").val(),n=f("#"+i+" input[name=param_ids]").val(),c=f("#"+i+" input[name=current_page]").val();""!=e&&e<c&&(n="");var r=f("#"+i+" input[name=num_page]").val(),d=f("#"+i+" input[name=ajax_url]").val(),p=f("#"+i+" input[name=param_shortcode]").val(),m=f("#"+i+" .etp-alphab a").length?f("#"+i+" .etp-alphab a.current").data("value"):"",m={action:"extp_loadmore",param_query:t,param_ids:n,id_crsc:i,page:""!=e?e:+c+1,param_shortcode:p,layout:o,char:m};f.ajax({type:"post",url:d,dataType:"json",data:m,success:function(e){var t;"0"!=e?("loadmore"==a?(s=+s+1,f("#"+i+" input[name=num_page_uu]").val(s),""==e.html_content?f("#"+i+" .loadmore-exbt").remove():(f("#"+i+" input[name=current_page]").val(+c+1),"table"==o?f("#"+i+" table tbody").append(e.html_content):"list"==o?f("#"+i+" .ctlist").append(e.html_content):(f("#"+i+" .ctgrid").append(e.html_content),setTimeout(function(){f("#"+i+" .item-grid").addClass("active")},200)),f("#"+i+" .loadmore-exbt").removeClass("loading"),l.removeClass("disable-click")),s==r&&f("#"+i+" .loadmore-exbt").remove()):($showin=f("table"==o?"#"+i+" table tbody":"list"==o?"#"+i+" .ctlist":"#"+i+" .ctgrid"),f($showin).fadeOut({duration:0,complete:function(){f(this).empty()}}),f("#"+i).removeClass("loading"),$showin.append(e.html_content).fadeIn()),""!=e.html_modal&&f("#"+i+" .extsc-hidden .exp-mdcontaner").append(e.html_modal).fadeIn(),u(),v(),h(),x(),f("#"+i).hasClass("extp-masonry")&&!f("#"+i).hasClass("column-1")&&"function"==typeof imagesLoaded&&f("#"+i+".extp-masonry .ctgrid").imagesLoaded(function(){f("#"+i+".extp-masonry .ctgrid").masonry("reloadItems"),f("#"+i+".extp-masonry .ctgrid").masonry({isInitLayout:!1,horizontalOrder:!0,itemSelector:".item-grid"})}),t=f("#"+i+" input[name=param_ids]").val(),e=f("#"+i+" input[name=total_item]").val(),(t.match(/,/g)||[]).length==e-1&&f("#"+i+" input[name=param_ids]").val("[]"),"loadmore"==a||jQuery("#"+i+".extp-dis-scroll").length||(jQuery(window).height(),jQuery("html,body").animate({scrollTop:jQuery("#"+i).offset().top-50},"slow"))):f("#"+i+" .loadmore-exbt").html("error")}})}function r(){f("body").on("click",".loadmore-exbt",function(){var e,t;f(this).hasClass("disable-click")||(t=(e=f(this)).closest(".ex-tplist").attr("id"),i($style="loadmore",e,t,""))})}function o(e,t,a,l,i,s){var o=e.closest(".ex-tplist").attr("id");f("#"+o).hasClass("fct-collapse")&&(f("#"+o+".fct-collapse .item-grid").removeClass("active-collaps"),setTimeout(function(){f("#"+o+".fct-collapse .item-grid .exp-expand-des").getNiceScroll().resize()},300)),f("#"+o+" .etp-alphab a").removeClass("current"),f("alphab"==i?e:"#"+o+" .etp-alphab li:first-child a").addClass("current");var n=f("#"+o).hasClass("table-layout")?"table":"";f("#"+o).addClass("loading"),f("#"+o).hasClass("list-layout")&&(n="list");var c=f("#"+o+" input[name=param_query]").val(),i=f("#"+o+" input[name=ajax_url]").val(),e=f("#"+o+" input[name=param_shortcode]").val(),s={action:"extp_filter_alphab",param_query:c,id_crsc:o,param_shortcode:e,layout:n,char:t,key_word:a,cat:l,location:s};f.ajax({type:"post",url:i,dataType:"json",data:s,success:function(e){var t;"0"!=e?(f("#"+o+" .ex-loadmore").length&&(t=1,("off"==e.page_navi?f("#"+o+" .ex-loadmore .loadmore-exbt"):f("#"+o+" .ex-loadmore")).remove()),f("#"+o+" input[name=num_page_uu]").val("1"),f("#"+o+" input[name=current_page]").val("1"),$showin=f("table"==n?"#"+o+" table tbody":"list"==n?"#"+o+" .ctlist":"#"+o+" .ctgrid"),f($showin).fadeOut({duration:0,complete:function(){f(this).empty()}}),""!=e.page_navi&&"off"!=e.page_navi?1==t?f("#"+o).append(e.page_navi):(f("#"+o+" .extp-pagination").fadeOut({duration:0,complete:function(){f(this).remove()}}),f("#"+o+" .extp-pagination-parent").append(e.page_navi)):"off"==e.page_navi&&f("#"+o+" .extp-pagination .page-navi").fadeOut({duration:0,complete:function(){f(this).remove()}}),f("#"+o).removeClass("loading"),$showin.append(e.html_content).fadeIn(),""!=e.html_modal&&(f("#"+o+" .extsc-hidden .exp-mdcontaner").fadeOut({duration:0,complete:function(){f(this).empty()}}),setTimeout(function(){f("#"+o+" .extsc-hidden .exp-mdcontaner").append(e.html_modal).fadeIn()},300)),f("#"+o+" .extp-dcat").length&&f("#"+o+" .extp-dcat").remove(),f(e.html_dcat).insertBefore($showin),u(),v(),h(),x(),r(),f("#"+o).hasClass("extp-masonry")&&!f("#"+o).hasClass("column-1")&&"function"==typeof imagesLoaded&&f("#"+o+".extp-masonry .ctgrid").imagesLoaded(function(){f("#"+o+".extp-masonry .ctgrid").masonry("reloadItems"),f("#"+o+".extp-masonry .ctgrid").masonry({isInitLayout:!1,horizontalOrder:!0,itemSelector:".item-grid"})})):f("#"+o+" .loadmore-exbt").html("error")}})}"function"==typeof imagesLoaded&&f(".extp-masonry:not(.column-1) .ctgrid").length&&(e=f(".extp-masonry:not(.column-1) .ctgrid")).imagesLoaded(function(){e.masonry({itemSelector:".item-grid",horizontalOrder:!0})}),u(),f("body").on("click",".fct-modal .ctgrid .item-grid, .fct-modal .ctlist .item-grid",function(e){$id_act=f(this).data("id"),$id_parent=f(this).closest(".ex-tplist ").attr("id"),e.preventDefault(),f(".item-modl").removeClass("md-active").hide(),f("#"+$id_act).addClass("md-active").show(),"function"==typeof f(".exp-modal-info").niceScroll&&f(".exp-modal-info").getNiceScroll().resize(),f("#"+$id_parent+" .extsc-hidden").addClass("extsc-hidden-active"),f("#"+$id_parent+" .ex-overlay").addClass("ex-overlay-active"),setTimeout(function(){f("html").addClass("extp-hidden-scroll")},400)}),f(".fct-modal .extp-mdbutton").on("click",".extp-mdleft",function(e){var t=f(".item-modl.md-active"),a=f(".item-modl.md-active").prev();a.length&&(t.fadeOut(300),a.addClass("md-active").fadeIn(300),setTimeout(function(){f(".exp-modal-info").getNiceScroll().resize()},400),t.removeClass("md-active"))}),f(".fct-modal .extp-mdbutton").on("click",".extp-mdright",function(e){var t=f(".item-modl.md-active"),a=f(".item-modl.md-active").next();a.length&&(t.fadeOut(300),a.addClass("md-active").fadeIn(300),setTimeout(function(){f(".exp-modal-info").getNiceScroll().resize()},400),t.removeClass("md-active"))}),f(".fct-modal .extp-mdbutton ").on("click",".extp-mdclose",function(e){$id_parent=f(this).closest(".ex-tplist ").attr("id"),f("#"+$id_parent+" .ex-overlay").removeClass("ex-overlay-active"),f("#"+$id_parent+" .extsc-hidden").removeClass("extsc-hidden-active"),setTimeout(function(){f("html").removeClass("extp-hidden-scroll")},400)}),v(),f(".fct-modal .ex-overlay").on("click",function(e){f(this).removeClass("ex-overlay-active"),$id_parent=f(this).closest(".ex-tplist ").attr("id"),f("#"+$id_parent+" .extsc-hidden").removeClass("extsc-hidden-active"),setTimeout(function(){f("html").removeClass("extp-hidden-scroll")},400)}),f("body").on("click",".ex-tplist.fct-collapse .ctgrid .exp-arrow",function(e){e.preventDefault();var t=f(this);$parent=f(this).closest(".item-grid"),$parent.hasClass("active-collaps")?$parent.removeClass("active-collaps"):(f(".fct-collapse .item-grid").removeClass("active-collaps"),$parent.addClass("active-collaps")),f("html").addClass("ehd-scroll"),"function"==typeof t.niceScroll&&(f(".fct-collapse .item-grid .exp-expand-des").niceScroll({cursorcolor:"rgba(66, 66, 66, .8)",cursorwidth:"6px",horizrailenabled:!1,autohidemode:!1}),setTimeout(function(){f(".fct-collapse .item-grid .exp-expand-des").getNiceScroll().resize(),f("html").removeClass("ehd-scroll")},500)),t.closest(".fct-collapse").hasClass("tp-dis-scrolltop")||t.closest(".item-grid ").hasClass("active-collaps")&&setTimeout(function(){f(window).height();f("html,body").animate({scrollTop:t.offset().top+t.height()-100},"slow")},300)}),f("body").on("click",".ex-tplist.fct-collapse .ctgrid .exp-expand-close",function(e){e.preventDefault(),$parent=f(this).closest(".active-collaps"),$parent.removeClass("active-collaps"),setTimeout(function(){f(".fct-collapse .item-grid .exp-expand-des").getNiceScroll().resize(),f("html").removeClass("ehd-scroll")},300)}),f("body").on("click",".ex-tplist.fct-collapse .ctgrid .exp-expand-next",function(e){e.preventDefault(),$parent=f(this).closest(".active-collaps"),$parent.removeClass("active-collaps"),0<$parent.next().length&&($next=$parent.next().addClass("active-collaps")),setTimeout(function(){f(".fct-collapse .item-grid .exp-expand-des").getNiceScroll().resize(),f("html").removeClass("ehd-scroll")},300),setTimeout(function(){f(window).height();var e=f(".fct-collapse .active-collaps figure");f("html,body").animate({scrollTop:e.offset().top+e.height()-100},"slow")},500)}),f("body").on("click",".ex-tplist.fct-collapse .ctgrid .exp-expand-pre",function(e){e.preventDefault(),$parent=f(this).closest(".active-collaps"),$parent.removeClass("active-collaps"),0<$parent.prev().length&&($prev=$parent.prev().addClass("active-collaps")),setTimeout(function(){f(".fct-collapse .item-grid .exp-expand-des").getNiceScroll().resize(),f("html").removeClass("ehd-scroll")},300),setTimeout(function(){f(window).height();var e=f(".fct-collapse .active-collaps figure");f("html,body").animate({scrollTop:e.offset().top+e.height()-100},"slow")},500)}),jQuery(".ex-tpcarousel").each(function(){var e=jQuery(this),t=e.attr("id"),a=e.data("slidesshow");""==a&&(a=3);0<e.data("startit")&&e.data("startit");var l=e.data("autoplay"),i=e.data("speed"),s=e.data("slidestoscroll"),o=e.data("rtl"),n=0<e.data("start_on")?e.data("start_on"):0;c="0"==e.data("infinite")?0:"yes"==e.data("infinite")||"1"==e.data("infinite");var c,r=e.data("mbrp"),d=e.data("tbrp"),e=e.data("tlbrp");c=c,n=n,o=o,a=a,l=l,i=i,s=s,r=r,d=d,e=e,jQuery("#"+t+" .ctgrid").EX_ex_s_lick({infinite:c,initialSlide:n,rtl:"yes"==o,prevArrow:'<button type="button" class="ex_s_lick-prev"><i class="fa fa-angle-left"></i></button>',nextArrow:'<button type="button" class="ex_s_lick-next"><i class="fa fa-angle-right"></i></button>',slidesToShow:a,slidesToScroll:""!=s?s:a,dots:!1,autoplay:1==l,autoplaySpeed:""!=i?i:3e3,arrows:!0,centerMode:!1,focusOnSelect:!0,adaptiveHeight:!0,pauseOnFocus:!1,responsive:[{breakpoint:isNaN(e)?1024:e,settings:{slidesToShow:a,slidesToScroll:""!=s?s:a}},{breakpoint:isNaN(d)?768:d,settings:{slidesToShow:2,slidesToScroll:1}},{breakpoint:isNaN(r)?480:r,settings:{slidesToShow:1,slidesToScroll:1}}]})}),h(),x(),r(),f("body").on("click",".ex-tplist .extp-pagination-parent .page-numbers",function(e){e.preventDefault();var t=f(this),e=t.closest(".ex-tplist").attr("id");f("#"+e+" .page-numbers").removeClass("current"),f(t).addClass("current"),$page_link=t.text(),1<+$page_link&&f("#"+e+" .prev-ajax").removeClass("disable-click"),f("#"+e+" .next-ajax").removeClass("disable-click"),i($style="page_link",t,e,$page_link)}),f("body").on("click",".ex-tplist .extp-pagination-parent .next-ajax",function(e){e.preventDefault();var t=f(this),a=t.closest(".ex-tplist").attr("id"),l=f("#"+a+" .page-navi .current"),e=l.text();f("#"+a+" .prev-ajax").removeClass("disable-click"),l.removeClass("current"),l.next().addClass("current"),$page_link=+e+1,i($style="page_link",t,a,$page_link),t.removeClass("disable-click")}),f("body").on("click",".ex-tplist .extp-pagination-parent .prev-ajax",function(e){e.preventDefault();var t=f(this),a=t.closest(".ex-tplist").attr("id"),l=f("#"+a+" .page-navi .current"),e=parseInt(l.text());if(f("#"+a+" .next-ajax").removeClass("disable-click"),1==e)return f("#"+a+" .prev-ajax").addClass("disable-click"),!1;l.removeClass("current"),l.prev().addClass("current"),$page_link=e-1,i($style="page_link",t,a,$page_link),1<+$page_link&&f("#"+a+" .prev-ajax").removeClass("disable-click")}),f("body").on("click",".etp-alphab ul li a",function(e){e.preventDefault();var t=f(this),a=f(this).data("value"),l=t.closest(".ex-tplist").attr("id"),i=f("#"+l+" select[name=extp_cat]").val(),s=f("#"+l+" select[name=extp_location]").val();null==s&&(s="");e=f("#"+l+" input[name=s]").val();f(".etp-alphab").hasClass("extp-rssf")&&(f("#"+l+" input[name=s]").val(""),e="");return o(t,a,e,i,"alphab",s),!1}),f("body").on("click",".ex-tplist .tp-search-submit",function(e){e.preventDefault();var t=f(this),a=t.closest(".ex-tplist").attr("id"),l=f("#"+a+" select[name=extp_cat]").val(),e=f("#"+a+" select[name=extp_location]").val();null==e&&(e=""),t.hasClass("extp-rsft")&&(f("#"+a+" select[name=extp_cat]").val(""),f("#"+a+" select[name=extp_location]").val(""),f("#"+a+" .extp-top-cat > li").removeClass("extp-child-active"),f("#"+a+" .extp-top-cat > li:first-child").addClass("extp-child-active"),l=e="");return o(t,"",f("#"+a+" input[name=s]").val(),l,"search",e),!1}),f("body").on("change",".ex-tplist select[name=extp_cat]",function(e){e.preventDefault();var t=f(this),a=t.closest(".ex-tplist").attr("id"),l=f("#"+a+" select[name=extp_cat]").val(),e=f("#"+a+" select[name=extp_location]").val();null==e&&(e="");return o(t,"",f("#"+a+" input[name=s]").val(),l,"search",e),!1}),f("body").on("change",".ex-tplist select[name=extp_location]",function(e){e.preventDefault();var t=f(this),a=t.closest(".ex-tplist").attr("id"),l=f("#"+a+" select[name=extp_cat]").val(),e=f("#"+a+" select[name=extp_location]").val();null==l&&(l="");a=f("#"+a+" input[name=s]").val();null==a&&(a="");return o(t,"",a,l,"search",e),!1}),f("body").on("click",".ex-tplist .extp-search .extp-child_cat.extp-cat-box .extp-child-click",function(e){e.preventDefault();var e=f(this),t=e.closest(".ex-tplist").attr("id");e.closest(".extp-child_cat").find(".extp-child-click").removeClass("extp-child-active"),e.addClass("extp-child-active"),e.parents("li.extp-child-click").addClass("extp-child-active");var a=f(this).data("value");return jQuery("#"+t+" .extp-search-group > select option").each(function(){f(this).val()==a&&f("#"+t+" .extp-search-group > select").val(a).trigger("change")}),!1}),f("body").on("click",".ex-tplist .extp-loc_parent .extp-child_cat .extp-child-click",function(e){e.preventDefault();var e=f(this),t=e.closest(".ex-tplist").attr("id");e.closest(".extp-child_cat").find(".extp-child-click").removeClass("extp-child-active"),e.addClass("extp-child-active"),e.parents("li.extp-child-click").addClass("extp-child-active");var a=f(this).data("value");return jQuery("#"+t+" .extp-loc > select option").each(function(){f(this).val()==a&&f("#"+t+" .extp-loc > select").val(a).trigger("change")}),!1})})}(jQuery);