
@font-face {
    font-family: "AvenirNext_light";
    src: url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
}

table {
    border-collapse: separate;
    border-spacing: 0;
    color: #141414;
    font: 16px/1.4 "gotham_book", Helvetica, Arial, sans-serif;
    width: 80%;
    max-width: 650px;
    text-transform: capitalize;
}

th,
td {
    padding: 20px 15px;
    vertical-align: middle;
}

thead {
    background: rgb(0,87,125);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-family: "gotham_bold";
}

th:first-child {
    border-top-left-radius: 0px;
    text-align: center;
}

th:last-child {
    border-top-right-radius: 0px;
}

.book-title {
    color: #395870;
    display: block;
}

.text-offset {
    color: #7c7c80;
    font-size: 12px;
}

.item-stock,
.item-qty {
    text-align: center;
}

.item-price {
    text-align: center;
}

.item-multiple {
    display: block;
}

tfoot {
    text-align: right;
}

tfoot tr:last-child {
    background: #f0f0f2;
    color: #395870;
    font-weight: bold;
}

tfoot tr:last-child td:first-child {
    border-bottom-left-radius: 0px;
}

tfoot tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
}

