File: D:/HostingSpaces/Velosophe/dev.abloc.cc/wwwroot/app/themes/abloc/js/ab-shop-checkout.min.js
/* NM: Checkout script */
(function(b){b.extend(b.nmTheme,{checkout_init:function(){var c=this;b(".showlogin").bind("click.nmShowForm",function(a){a.preventDefault();c.loginCouponShowForm("#ab-checkout-login-form","ab-login-popup")});b(".showcoupon").bind("click.nmShowForm",function(a){a.preventDefault();c.loginCouponShowForm("#ab-coupon-login-form","ab-coupon-popup")});c.$document.on("click","#payment .wc_payment_methods label",function(a){a=b(this).parent("li");var c=a.parent(".wc_payment_methods").children(".active");c.removeClass("active");
a.addClass("active");c.children(".payment_box").hide();a.children(".payment_box").show()})},loginCouponShowForm:function(c,a){b.magnificPopup.open({mainClass:a+" ab-mfp-fade-in",alignTop:!0,closeMarkup:'<a class="mfp-close ab-font ab-font-close2"></a>',removalDelay:180,items:{src:c,type:"inline"}})}});b.nmThemeExtensions.checkout=b.nmTheme.checkout_init})(jQuery);