$(document).ready(function () {  

    $(".order-progress ul .active-step:not(:last)").addClass("active-previous-step");

    $(document).ready(function () {
        $('.erga-item a').colorbox({ rel: 'erga-item', previous: "previous", next: "next", width: "80%", height: "80%", maxWidth: "1200px", maxHeight: "800px" });
    });
    $('.menu-title').click(function () {
        $(this).toggleClass('clicked');
        $(this).siblings('.mega-menu-responsive.activepoint-header-menu').toggleClass('clicked');
    });

    $('.account-toggle').click(function () {
        $(this).toggleClass('clicked');
        if ($(this).hasClass('clicked')) {
        $('.header').css('z-index', "12");
        } else {

        $('.header').css('z-index', "10");
        }
    });

    $('.footer .footer-block .title').click(function () {
        $(this).toggleClass('open');
    });
    $('.account-list').mouseleave(function () {
        $(this).closest('.account-toggle').removeClass('clicked');
        $('.header').css('z-index', "10");
    });

    $("#accordion-faq").accordion({
        active: 0,
        heightStyle: "content"
    });

    $('.close-side-2-button a').click(function (e) {
        var sideBar = $('.side-2');
        var openfilterToggle = $('.open-side-2-toggle');
        e.preventDefault();
        $(sideBar).removeClass('open');
        openfilterToggle.css('display', 'block');
        $(".header").css('z-index', '12');

    });

    $('.open-side-2-toggle a').click(function (e) {
        var sideBar = $('.side-2');
        var openfilterToggle = $('.open-side-2-toggle');
        e.preventDefault();
        $(sideBar).addClass('open');
        openfilterToggle.css('display', 'none');   
        $(".header").css('z-index', '10');
    });



    $('a[href^="#"]').on('click', function (event) {
        var target = $(this.getAttribute('href'));
        if (target.length) {
            event.preventDefault();
            $('html, body').stop().animate({
                scrollTop: target.offset().top
            }, 700);
        }
    });

    $(".onsite-popup").click(function () {
        $(".on-site-popup").addClass('open');
        $("body").css("overflow-y", "hidden");
    });
    $(".popup-overlay").click(function () {
        $(".on-site-popup").removeClass("open");
        $("body").css("overflow-y", "unset");
    });
    $(".close-popup").click(function () {
        $(".on-site-popup").removeClass("open");
        $("body").css("overflow-y", "unset");
    });

});


//HOMEPAGE CATEGORIES OWL
$(document).ready(function () {
    var ifMultipleMan = false;
    $thisGalleryMan = $('.owl-homepage-categories');
    if ($thisGalleryMan.children('.item-box').length > 4) {
        ifMultipleMan = true;
    }
    $('.owl-homepage-categories').owlCarousel({
        loop: false,
        responsiveClass: true,
        nav: true,
        dots: false,
        smartSpeed: 1500,
        items: 4,
        margin: 0,

        responsive: {
            0: {
                items: 1,
                margin: 25,
                nav: false,
                dots: true
            },
            560: {
                items: 1,
                margin: 25,
                nav: false,
                dots: true
            },
            760: {
                items: 2,
                margin: 20,
                nav: false,
                dots: true
            },
            1024: {
                items: 3,
                margin: 20,
            },
            1225: {
                items: 3,
                margin: 20,
            },
            1590: {
                items: 4,
                margin: 30,
            }
        }
    });
});

//HOMEPAGE CUSTOMERS OWL
$(document).ready(function () {
    var ifMultipleMan = false;
    $thisGalleryMan = $('.owl-home-customers');
    if ($thisGalleryMan.children('.home-customers-item').length > 8) {
        ifMultipleMan = true;
    }
    $('.owl-home-customers').owlCarousel({
        loop: false,
        responsiveClass: true,
        nav: true,
        dots: false,
        smartSpeed: 1500,
        items: 8,
        margin: 0,

        responsive: {
            0: {
                items: 2,
                margin: 25,
                nav: false,
                dots: true
            },
            560: {
                items: 3,
                margin: 25,
                nav: false,
                dots: true
            },
            760: {
                items: 4,
                margin: 20,
                nav: false,
                dots: true
            },
            1024: {
                items: 5,
                margin: 20,
            },
            1225: {
                items: 6,
                margin: 20,
            },
            1590: {
                items: 8,
                margin: 30,
            }
        }
    });
});

//HOMEPAGE TOPIC 3 OWL
$(document).ready(function () {
    var ifMultipleMan = false;
    $thisGalleryMan = $('.owl-home-3');
    if ($thisGalleryMan.children('.home-3-item').length > 1) {
        ifMultipleMan = true;
    }
    $('.owl-home-3').owlCarousel({
        loop: false,
        responsiveClass: true,
        nav: true,
        dots: false,
        smartSpeed: 1500,
        items: 8,
        margin: 0,

        responsive: {
            0: {
                items: 1,
                margin: 25,
                nav: false,
                dots: true
            },
            560: {
                items: 1,
                margin:15,
                nav: false,
                dots: true
            },
            760: {
                items: 1,
                margin: 20,
                nav: false,
                dots: true
            },
            1024: {
                items: 1,
                margin: 20,
            },
            1225: {
                items: 1,
                margin: 20,
            },
            1590: {
                items: 1,
                margin: 20,
            }
        }
    });
});

//RELATED OWL
$(document).ready(function () {
    var ifMultipleMan = false;
    $thisGalleryMan = $('.owl-related-products');
    if ($thisGalleryMan.children('.item-box').length > 3) {
        ifMultipleMan = true;
    }
    $('.owl-related-products').owlCarousel({
        loop: false,
        responsiveClass: true,
        nav: true,
        dots: false,
        smartSpeed: 1500,
        items: 3,
        margin: 0,

        responsive: {
            0: {
                items: 1,
                margin: 0,
                nav: false,
                dots: true
            },
            560: {
                items: 1,
                margin: 0,
                nav: false,
                dots: true
            },
            760: {
                items: 2,
                margin: 0,
                nav: false,
                dots: true
            },
            890: {
                items: 2,
                margin: 0,
                nav: false,
                dots: true
            },
            1024: {
                items: 2,
                margin: 0,
            },
            1200: {
                items: 3,
                margin: 0,
            },
            1590: {
                items: 3,
                margin: 0,
            }
        }
    });
});

//CROSSELL OWL
$(document).ready(function () {
    var ifMultipleMan = false;
    $thisGalleryMan = $('.owl-crossell-products');
    if ($thisGalleryMan.children('.item-box').length > 3) {
        ifMultipleMan = true;
    }
    $('.owl-crossell-products').owlCarousel({
        loop: false,
        responsiveClass: true,
        nav: true,
        dots: false,
        smartSpeed: 1500,
        items: 3,
        margin: 0,

        responsive: {
            0: {
                items: 1,
                margin: 0,
                nav: false,
                dots: true
            },
            560: {
                items: 1,
                margin: 0,
                nav: false,
                dots: true
            },
            760: {
                items: 2,
                margin: 0,
                nav: false,
                dots: true
            },
            890: {
                items: 2,
                margin: 0,
                nav: false,
                dots: true
            },
            1024: {
                items: 2,
                margin: 0,
            },
            1200: {
                items: 3,
                margin: 0,
            },
            1590: {
                items: 3,
                margin: 0,
            }
        }
    });
});

//CROSSELL OWL
$(document).ready(function () {
    var ifMultipleMan = false;
    $thisGalleryMan = $('.owl-also-purchased');
    if ($thisGalleryMan.children('.item-box').length > 3) {
        ifMultipleMan = true;
    }
    $('.owl-also-purchased').owlCarousel({
        loop: false,
        responsiveClass: true,
        nav: true,
        dots: false,
        smartSpeed: 1500,
        items: 3,
        margin: 0,

        responsive: {
            0: {
                items: 1,
                margin: 0,
                nav: false,
                dots: true
            },
            560: {
                items: 1,
                margin: 0,
                nav: false,
                dots: true
            },
            760: {
                items: 2,
                margin: 0,
                nav: false,
                dots: true
            },
            890: {
                items: 2,
                margin: 0,
                nav: false,
                dots: true
            },
            1024: {
                items: 2,
                margin: 0,
            },
            1200: {
                items: 3,
                margin: 0,
            },
            1590: {
                items: 3,
                margin: 0,
            }
        }
    });
});


//HOME 1 CAROUSEL OWL
$(document).ready(function () {
    var ifMultipleMan = false;
    $thisGalleryMan = $('.owl-home-1-topic-carousel');
    if ($thisGalleryMan.children('.home-1-left-item').length > 1) {
        ifMultipleMan = true;
    }
    $('.owl-home-1-topic-carousel').owlCarousel({
        loop: false,
        responsiveClass: true,
        nav: false,
        dots: true,
        smartSpeed: 1500,
        items: 1,
        margin: 15,

        //responsive: {
        //    0: {
        //        items: 1,
        //        margin: 0,
        //        nav: false,
        //        dots: true
        //    },
        //    560: {
        //        items: 1,
        //        margin: 0,
        //        nav: false,
        //        dots: true
        //    },
        //    760: {
        //        items: 2,
        //        margin: 0,
        //        nav: false,
        //        dots: true
        //    },
        //    890: {
        //        items: 2,
        //        margin: 0,
        //        nav: false,
        //        dots: true
        //    },
        //    1024: {
        //        items: 2,
        //        margin: 0,
        //    },
        //    1200: {
        //        items: 3,
        //        margin: 0,
        //    },
        //    1590: {
        //        items: 3,
        //        margin: 0,
        //    }
        //}
    });
});

//TRAINING CENTER OWL
$(document).ready(function () {
    var ifMultipleMan = false;
    $thisGalleryMan = $('.owl-training-center');
    if ($thisGalleryMan.children('.training-center-image').length > 1) {
        ifMultipleMan = true;
    }
    $('.owl-training-center').owlCarousel({
        loop: false,
        responsiveClass: true,
        nav: false,
        dots: true,
        smartSpeed: 1500,
        items: 1,
        margin: 15,

        //responsive: {
        //    0: {
        //        items: 1,
        //        margin: 0,
        //        nav: false,
        //        dots: true
        //    },
        //    560: {
        //        items: 1,
        //        margin: 0,
        //        nav: false,
        //        dots: true
        //    },
        //    760: {
        //        items: 2,
        //        margin: 0,
        //        nav: false,
        //        dots: true
        //    },
        //    890: {
        //        items: 2,
        //        margin: 0,
        //        nav: false,
        //        dots: true
        //    },
        //    1024: {
        //        items: 2,
        //        margin: 0,
        //    },
        //    1200: {
        //        items: 3,
        //        margin: 0,
        //    },
        //    1590: {
        //        items: 3,
        //        margin: 0,
        //    }
        //}
    });
});
