.widget_shopping_cart_content:has(.woocommerce-mini-cart__empty-message) {
	display: none !important;
	visibility: hidden !important;
}
.single-product .woocommerce-notices-wrapper {
	display: none !important;
}
.woocommerce-cart .contenidos-tienda .return-to-shop {
	margin-top: 60px;
	margin-bottom: 90px;
	text-align: center;
}
.woocommerce-cart .contenidos-tienda .return-to-shop a {
	text-decoration: underline;
	color: #272625;
}
.widget_shopping_cart_content .includes_tax {
	display: block;
}
.widget_shopping_cart_content .includes_tax .amount{
	display: none;
}
body.woocommerce-checkout #order_review .includes_tax {
	display: block;
}
body.woocommerce-checkout #order_review .includes_tax .amount{
	display: none;
}