function addhidemsgpop(){$('.inquiry-pop-bd').fadeout('fast');$('.pop_task').fadeout('fast')} if($('body .inquiry-form-wrap').length>0){ var webtop=$('body .inquiry-form-wrap').offset().top-80 $('.add_email12').click(function(){ $("html, body").animate({ scrolltop:webtop }, 1000); $(".ad_prompt").show().delay(3000).hide(300); }) }else{ $('.add_email12').click(function(){ $('.inquiry-pop-bd').fadein('fast') $('.pop_task').fadein('fast') }) } $('.add_email12').click(function(e) {e.stoppropagation();}) $(function(){ $('.change-language-cont .lang-more').click(function(){ if($(this).parents('.change-language-cont').find('.prisna-wp-translate-seo li.lang-item').hasclass('lang-item-hide')){ $(this).text('more language') }else{ $(this).text('x') } }) }) $('.product_list_items').parent('.items_list').removeclass('items_list')