/* Add here all your CSS customizations */
.breadcrumb a {
  color:#fff;
}

.product-content-price {
display:none;
}

.amount {
display:none;
}

#subtotalrow {
display:none;
}

#unitpricerow {
display:none;
}

.cart-totals.push-bottom {
display:none;
}

/*view-cart page, hide price*/
#ctl00_cpMainBody_CartItems_ctl01_itemrow>td.Product-price {
display:none;
}

table.shop_table.cart > tbody > tr > th:nth-child(6) {
display: none;
}

#ctl00_cpMainBody_checkoutRight {
display:none;
}