/*!
 * ALLIANZ
 * 
 * @author Sehriban Yuceer
 * @version 0.0.1
 * Copyright Copyrights © 2018 - All Rights Reserved by Smartnet Development Crew. CC licensed.
 * Last build: Friday, November 16, 2018, 09:00
 */
$(document).ready(function(){$(window).width()>768&&($(".dropdown-toggle").addClass("disabled"),$(".dropdown").hover(function(){$(this).find(".dropdown-menu").first().stop(!0,!0).slideDown()},function(){$(".dropdown-menu").hide();$(this).find(".dropdown-menu").first().stop(!0,!0).slideUp()}));$(".cerez-close").click(function(){$(".kvvk-cookie").remove()});$("a.js-cookie-accept").click(function(){$(".kvvk-cookie").remove();$.ajax({type:"POST",url:"/home/addcookie",data:JSON.stringify(),contentType:"application/json; charset=utf-8",dataType:"json"})});$("#searchHeader").on("keypress",function(n){var t=$("#searchHeader").val(),i;return n.which==13||n.keyCode==13?(t.length>=3?(i="/arama/"+t,window.location.href=i):($(".searchSpace .product-tooltip").fadeIn(),setTimeout(function(){$(".searchSpace .product-tooltip").fadeOut()},3e3)),!1):!0});$("#searchHeader-btn").on("click",function(){var n=$("#searchHeader").val(),t;console.log(n);n.length>=3?(t="/arama/"+n,window.location.href=t):($(".searchSpace .product-tooltip").fadeIn(),setTimeout(function(){$(".searchSpace .product-tooltip").fadeOut()},3e3))});$(window).width()<=768&&$(".footer ul li").find("h3").click(function(){$(this).closest(".footer-menu-main").find("h3").siblings("ul").length>0&&($(this).closest(".footer-menu-main").find("h3").toggleClass("active"),$(this).closest(".footer-menu-main").find("h3").siblings("ul").slideToggle())})});$(".close__btn").on("click",function(){$(".dropdown-menu").css("display","none")});