/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 21 2024 | 06:24:11 */
.cart .elementor-button-icon{
    display: grid;
    margin: 0px 0px 0px 0px
}

.cart .elementor-menu-cart__subtotal {
	display: none;
}

.cart .elementor-menu-cart__product-price.product-price {
	display: none!important;
}


@media (max-width: 767px) {
	.cart .elementor-button-icon{
    display: grid;
    margin: 0px 0px 0px 0px
}
}