$(document).on("click",".quickfilter .dropdown-toggle",function(){$(this).parent().hasClass("open")||$(document).find(".quickfilter .filter.dropdown").removeClass("open"),$(this).parent().toggleClass("open")}),$(document).on("click",function(t){$(t.target).closest(".dropdown-toggle").length||$(document).find(".quickfilter .filter.dropdown").removeClass("open")}),jQuery(document).ready(function(t){t(".filters .filter ul").click(function(t){t.stopPropagation()}),t(".filters .filter ul").each(function(n,e){var l=t(this).find("input:checked"),o=l.closest(".filter").find("button span");1==l.length?o.html(l.parent().find("label").html()):l.length>1?o.html(l.length+" selected"):0==l.length&&o.html("All")}),t(".dropdown-menu input").on("click",function(n){var e=t(this).parent().parent(),l=e.find("input:checked"),o=e.parent().find("button span");1==l.length?o.html(l.parent().find("label").html()):l.length>1?o.html(l.length+" selected"):0==l.length&&o.html("All")})});