! function(t) {
    "use strict";
    t(document).on("ready", function() {
        
        t("body").find(".clients-slider").owlCarousel({
            loop: !0,
            margin: 20,
            nav: !0,
            dots: !1,
            autoplay: !0,
            navText: ['<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>'],
            responsive: {
                0: {
                    nav: !1,
                    items: 2
                },
                400: {
                    nav: !1,
                    items: 2
                },
                600: {
                    nav: !1,
                    items: 3
                },
                1e3: {
                    items: 6
                }
            }
        }),
        
        t("body").find(".cats-slider").owlCarousel({
            loop: !0,
            margin: 20,
            nav: !0,
            dots: !1,
            autoplay: !0,
            navText: ['<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>'],
            responsive: {
                0: {
                    nav: !1,
                    items: 3
                },
                400: {
                    nav: !1,
                    items: 4
                },
                600: {
                    nav: !1,
                    items: 6
                },
                1e3: {
                    items: 8,
                    nav: !1
                }
            }
        }),
        
        
        t("body").find(".post-slider").owlCarousel({
            items: 1,
            loop: !0,
            margin: 20,
            nav: !0,
            navText: ['<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>'],
            dots: !1,
            autoplay: !0
        }), t(".select-box").selectbox(), t(".video-box img").click(function() {
            var i = '<iframe allowfullscreen src="' + t(this).attr("data-video") + '"></iframe>';
            t(this).replaceWith(i)
        }), t(".coupon-types li").click(function() {
            t(".coupon-types li").not(this).removeClass("active"), t(this).addClass("active")
        }), t(".input-group.date").datepicker({
            format: "dd/mm/yy"
        }), t("#top").click(function() {
            return t("html, body").animate({
                scrollTop: 0
            }, "slow"), !1
        }), t(".btn-group > .btn, #favorite").click(function() {
            t(this).find("i").toggleClass("btn-active")
        }), t(".favorite").click(function() {
            t(this).toggleClass("btn-active")
        }), t(".favorite").click(function() {
            t.notify({
                message: "Successfully Added to favorites!!!"
            }, {
                type: "success"
            })
        }), t("#online-code").click(function() {
            t(".code-input").fadeIn(500)
        }), t("#store-coupon, #online-sale").click(function() {
            t(".code-input").fadeOut(500)
        }), jQuery(window).on("load", function() {})
    })
}(jQuery);