.strike {
    text-decoration: line-through;
    color: #999;
}

.product-price {
     font-weight: bold;
}

.product-price-diff {
    font-weight: normal;
    font-size: 11px;
    color: red;
}