﻿.price-container .old-price {
    text-decoration: line-through;
    color: gray;
}

.new-price {
    color: red;
    font-size: 20px;
    font-weight: bold;
    line-height: 13px
}