// source --> https://depozit-cherestea-bucuresti.ro/wp-content/plugins/wp-live-chat-software-for-wordpress/includes/js/textConnect.js?ver=5.0.12 
window.__text_connect = {
	addons: textConnect.addons,
	visitor: textConnect.visitor,
	getCartContent: function (success) {
		if (!this.addons?.includes('woocommerce')) {
			return false;
		}

		let xhr;

		try {
			xhr = new XMLHttpRequest();
		} catch (e) {
			return false;
		}

		xhr.open('POST', textConnect.ajax_url, true);
		xhr.setRequestHeader(
			'Content-Type',
			'application/x-www-form-urlencoded; charset=UTF-8'
		);
		xhr.onreadystatechange = function () {
			if (xhr.readyState > 3 && xhr.status === 200 && success) {
				success(xhr.responseText);
			}
		};
		xhr.send('action=text-refresh-cart');

		return xhr;
	}
};
// source --> https://depozit-cherestea-bucuresti.ro/wp-content/themes/tenweb-website-builder-theme/assets/js/scripts.min.js?ver=2.1.19 
jQuery(window).ready(function(){jQuery(document).on("click","#cancel-comment-reply-link",function(){return jQuery(this).closest("#comments").find(".comment-reply-link.disable").removeClass("disable"),!1}),jQuery(document).on("click",".comment-reply-link",function(){return jQuery(this).hasClass("disable")||jQuery(this).addClass("disable"),!1}),jQuery("#comment_parent").after(jQuery("#reply-title"))}),function(){var s,e,t,a,n,i;if((s=document.getElementById("site-navigation"))&&void 0!==(e=s.getElementsByTagName("button")[0]))if(void 0!==(t=s.getElementsByTagName("ul")[0])){for(t.setAttribute("aria-expanded","false"),-1===t.className.indexOf("nav-menu")&&(t.className+=" nav-menu"),e.onclick=function(){-1!==s.className.indexOf("toggled")?(s.className=s.className.replace(" toggled",""),e.setAttribute("aria-expanded","false"),t.setAttribute("aria-expanded","false")):(s.className+=" toggled",e.setAttribute("aria-expanded","true"),t.setAttribute("aria-expanded","true"))},n=0,i=(a=t.getElementsByTagName("a")).length;n<i;n++)a[n].addEventListener("focus",r,!0),a[n].addEventListener("blur",r,!0);!function(e){var t,a,n=s.querySelectorAll(".menu-item-has-children > a, .page_item_has_children > a");if("ontouchstart"in window)for(t=function(e){var t,a=this.parentNode;if(a.classList.contains("focus"))a.classList.remove("focus");else{for(e.preventDefault(),t=0;t<a.parentNode.children.length;++t)a!==a.parentNode.children[t]&&a.parentNode.children[t].classList.remove("focus");a.classList.add("focus")}},a=0;a<n.length;++a)n[a].addEventListener("touchstart",t,!1)}()}else e.style.display="none";function r(){for(var e=this;-1===e.className.indexOf("nav-menu");)"li"===e.tagName.toLowerCase()&&(-1!==e.className.indexOf("focus")?e.className=e.className.replace(" focus",""):e.className+=" focus"),e=e.parentElement}}(),/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var e,t=location.hash.substring(1);/^[A-z0-9_-]+$/.test(t)&&(e=document.getElementById(t))&&(/^(?:a|select|input|button|textarea)$/i.test(e.tagName)||(e.tabIndex=-1),e.focus())},!1);