var $jqac=jQuery;var setupAccordionPure=function(){$jqac('.accordion-wrapper .ecomm-acc-sub-subcategory').each(function(){if($jqac(this).children().length>0){$jqac(this).prev().addClass('has-subs');}});$jqac('.accordion-wrapper').on('click','.ecomm-accordion > li > a',function(){if(!$jqac(this).parent().hasClass('active')){$jqac('.ecomm-accordion li').removeClass('active').find('ul').animate({'height':'hide'});$jqac(this).parent().addClass('active').find('ul.ecomm-acc-subcategory').animate({'height':'show'});} return false;});$jqac('.accordion-wrapper').on('click','.has-subs',function(e){e.preventDefault();$jqac('.has-subs.active').removeClass('active');var allopen=$jqac('.ecomm-acc-sub-subcategory.active-sub');jQuery('.isopen').removeClass('isopen');$jqac(this).closest('.has-subs').addClass('active');$jqac(this).parent().find('.active-sub').removeClass('active-sub');if(!($jqac(this).next().hasClass('active-sub'))){$jqac(this).next().addClass('active-sub').animate({'height':'show'});rvlog('A');}else{$jqac(this).next().removeClass('active-sub').animate({'height':'hide'});$jqac('.active-sub').removeClass('active-sub');$jqac('.has-subs.active').removeClass('active');rvlog('B');} rvlog(allopen);allopen.each(function(){$jqac(this).removeClass('active-sub').animate({'height':'hide'});$jqac(this).removeClass('active-sub');$jqac(this).removeClass('active');rvlog('C');});$jqac('.active-sub').parent().addClass('isopen');return false;});$jqac('.ecomm-accordion li').each(function(){if(!$jqac(this).hasClass('startopen')){$jqac(this).find('ul').hide();}else{$jqac(this).removeClass('startopen');}});};$jqac(document).ready(function(){setupAccordionPure();});