elementor custom cart icon

PHOTO EMBED

Sat Apr 16 2022 08:49:21 GMT+0000 (Coordinated Universal Time)

Saved by @mastaklance

/*------------------------------------*\
   ## Cart icon customization
\*------------------------------------*/
#custom-shop-icon .elementor-menu-cart__toggle .elementor-button-icon i:before {
	display: none;
}
#custom-shop-icon .elementor-menu-cart__toggle .elementor-button-icon i {
    content: '';
	display: block;
	width: 28px;
	height: 28px;
	background: url(/wp-content/uploads/2022/03/bag.svg);
	background-size: cover;
	background-repeat: no-repeat;
	filter: invert(11%) sepia(5%) saturate(1761%) hue-rotate(179deg) brightness(88%) contrast(89%);
}
#custom-shop-icon .variation {
    margin: 0px 0px 20px 0px;
    align-items: baseline;
    line-height: .5;
}
content_copyCOPY