.height {
    min-height: 200px;
}

.icon {
    font-size: 47px;
    color: red;
}

.font-big {
    font-size: 35px;
    color: black;
}

.font-price {
    font-size: 30px;
    color: red;
    font-weight: bold;
}

.font-qty {
    font-size: 30px;
    color: darkblue;
    font-weight: bold;
}

.font-requalar {
    font-size: 25px;
    color: black;
}

.table>tbody>tr>.emptyrow {
    border-top: none;
}

.table>thead>tr>.emptyrow {
    border-bottom: none;
}

.table>tbody>tr>.highrow {
    border-top: 3px solid;
}