#cart .product-line-info .current-price 
{
    display: none;
}

#checkout .order-line.row .qty .row div:first-child,
#order-confirmation .order-line.row .qty .row div:first-child
{
    color: transparent;
    font-size: 0px;
    line-height: 0px;
}

#checkout .order-line.row .qty .row div:first-child .pl-checkout-or-orderconfirmation-line-extended-price, 
#order-confirmation .order-line.row .qty .row div:first-child .pl-checkout-or-orderconfirmation-line-extended-price
{
    color: black;
    font-size: 1rem;
    line-height: 1.25rem;
}

#checkout .pl-checkout-or-orderconfirmation-line-extended-price-initial-container .pl-checkout-or-orderconfirmation-line-extended-price,
#order-confirmation .pl-checkout-or-orderconfirmation-line-extended-price-initial-container .pl-checkout-or-orderconfirmation-line-extended-price
{
    display: none;
}