Hiding the prices for out of stock products
td.ecwid-productBrowser-productsGrid-cell-outOfStock div.ecwid-productBrowser-price,
tr.ecwid-productBrowser-productsList-productRow-outOfStock div.ecwid-productBrowser-price,
tr.ecwid-productBrowser-productsTable-row-outOfStock div.ecwid-productBrowser-price,
div.ecwid-productBrowser-detailsContainer-outOfStock div.ecwid-productBrowser-price {
display: none;
}