.price-container.price-final_price {
    display: none;
}
.catalog-product-view .prices-tier.items {
    display: none;
}
/*.product-item .price-box .price{
    display:none;
}*/
.price-wrapper .price{
    display:none;
}

/*
 * While ajax_price.js is still fetching the customer's own prices, nothing that was rendered into
 * the (full page cached, shared) HTML may be visible, whatever other stylesheets or scripts do with
 * the display of these elements. custom_price.phtml sets the class for logged-in customers and
 * ajax_price.js removes it once the prices in the DOM are the customer's own.
 */
html.vgs-prices-pending .price-box .price-container,
html.vgs-prices-pending .price-box .price,
html.vgs-prices-pending .prices-tier {
    visibility: hidden !important;
}
