#cart a:last-child {
    display: none;
}

#errorTextFormOrdering {
    padding-top: 20px;
    font-weight: bold;
}

.hidden {
    display: none;
}

.old {
    color: #aaa;
    text-decoration: line-through;
}

.formCard .text {
    padding-top: 20px;
}

#formOrdering .order_results {
    font-weight: bold;
    color: #f00;
}