Cookie Use
We use cookies to ensure a smooth browsing experience. By continuing we assume you accept the use of cookies.
Learn More
function checkExist() {
var interval = setInterval(function() {
if ($('.s-contact-info-icon > .entypo-mobile').length) {
clearInterval(interval);
$('.s-contact-info-icon > .entypo-mobile'). replaceWith('');
}
}, 200);
}
_strk.push('Page.didMount', function(){
checkExist();
})