document.addEventListener('DOMContentLoaded', function(){
document.addEventListener('click', function(event){
if(!event.target.matches('.product-remove .remove')){
return;
}
gtag('event', 'remove_from_cart', {'items': [ {"quantity":2,"item_id":"45","item_name":"Stand for Mobile and Tablet (pyramid) Pack Of 5","list_name":"Cart","price":100,"item_category":"Tripod And Mobile Stands"} ]});
})
});