.hide-food-price .roch-food-menu-item-highlight,
.hide-food-price .roch-spec-dis-price {
    display: none !important;
}
	/* ===============================
   HIDE FOOD & WOOCOMMERCE PRICES
   (ROCH THEME + WPBAKERY)
================================ */

/* Hide actual price text */
.hide-food-price .roch-food-menu-price,
.hide-food-price .roch-spec-dis-price,
.hide-food-price .woocommerce ul.products li.product .price,
.hide-food-price .single-product div.product p.price,
.hide-food-price .single-product div.product span.price {
    display: none !important;
}

/* Hide decorative dots & price lines */
.hide-food-price 
.roch-food-menu-list-single-item 
.food-menu-list-single-text 
.roch-food-menu-dots {
    display: none !important;
}

/* Remove pseudo-element price decorations */
.hide-food-price .woocommerce ul.products li.product .price:before,
.hide-food-price .single-product div.product p.price:before,
.hide-food-price .single-product div.product span.price:before {
    display: none !important;
    content: none !important;
}

/* Hide sale badge if appearing near price */
.hide-food-price .onsale {
    display: none !important;
}