
.woocommerce .price * {
	/* display: none; */
	/* font-size: 0 !important; */
}
/*

.woocommerce .product-type-simple .price * {
	display: none;
}

.woocommerce .product-type-grouped .woocommerce-grouped-product-list-item__price > .woocommerce-Price-amount {
	display: none;
}

.woocommerce-variation-price .price * {
	display: none;
}

.woocommerce .price SPAN.plus_lowest_price,
.woocommerce .price SPAN.plus_lowest_price * {
	display: initial;
}
*/

BODY.single-product.woocommerce .summary .price * {
	display: initial;
}

BODY.single-product.woocommerce .summary .price SPAN.plus_lowest_price {
	display: none !important;
}

SPAN.plus_lowest_price DEL {
	margin-right: 5px;
}