

.old-price {
    text-decoration: line-through;
    color: grey;
    margin-right: 10px;
}

.new-price {
    color: red;
    font-weight: bold;
}