$(function(){$('.product .image').matchHeight();$('.product .content .title').matchHeight();$('.product .content .description ul').matchHeight();$('.product .content .description').matchHeight();});;$(function(){$('#state_select, #type_select, #make_select, #category_select, #drive_select').change(function(e){var data=$('#filter_form').serialize();data+='&langurl='+langurl;$.post(siteroot+'catalog/update-filters',data,function(response){if(response.category==''){$('#category_wrapper').hide();$('#category_select').val('');}else{$('#category_wrapper').show();$('#category_select').html(response.category);} $('#drive_select').html(response.drive);$('#make_select').html(response.brand);$('#result_count').html(response.count);},'json');});});;$(function(){var settings={loop:false,margin:0,responsiveClass:true,autoplay:true,autoplayTimeout:3000,autoplayHoverPause:true,autoplaySpeed:2000,responsive:{0:{items:1,nav:false},600:{items:2,nav:false},1000:{items:3,nav:false,loop:false}}};$('#toTop').scrollToTop(1000);$('.owl-carousel').owlCarousel(settings);$(".webform-button").click(function(e){e.preventDefault();$('html,body').animate({scrollTop:$(".webform-inner").offset().top},1000);return false;});$('.category-item .img-wrapper').matchHeight();$('.category-item span').matchHeight();$('.highlight .content').matchHeight();setInterval(updateTime,1000);$('.fancybox').fancybox();});$(function(){if(this.hash!==""){var hash=window.location.hash;$('html, body').animate({scrollTop:$(hash+'-container').offset().top},800);}});function updateTime(){var time=moment().tz('Europe/Amsterdam').format('HH:mm');$('#footer-time').text(time);}