/* Order. */

.orders {
    --bone_w: 1200px;
    --bone_size: max((100vw - var(--bone_w) - var(--scroll)) / 2, var(--bone));
    margin-bottom: 72px;
}

.account-table-container {
    margin-bottom: 2.5rem;
}

.table.table-order tr th{
    padding: 10px 5px 10px 16px;
}

.table.table-order tr th.number-col {
    width: 10%;
}
.table.table-order tr th.date-col {
    width: 10%;
}

.table.table-order tr th.product-col {
    width: 29%;
}

.table.table-order tr th.price-col {
    width: 13%;
}

.table.table-order tr th.status-col {
    width: 19%;
}

.table.table-order tr td {
    padding: 20px 5px 23px 16px;
}
.table.table-order thead {
    border: 0;
    color: #222529;
    font-weight: 700;
    line-height: 2.4rem;
    text-transform: uppercase;
}

/* Order. */

@media only screen and (min-width: 771px) {



}

@media only screen and (max-width: 900px) {

    /* Order. */

    .orders_title {
        font-size: 24px;
    }

    .orders_caption {
        font-size: 19px;
    }

    .orders_tabs ul {
        grid-gap: 46px;
    }

    .orders_tabs li {
        font-size: 13px;
        white-space: nowrap;
    }

    .orders_tabs li:not(:last-child):before {
        --icon_size: 16px;
        right: -30px;

        background-position: right center;
        background-size: 48px;
    }

    .orders_item_count {
        margin-top: 5px;
        font-size: 15px;
    }



    .order_content {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .order_prev_price {
        font-size: 32px;
    }

    /* Order. */

}

@media only screen and (max-width: 600px) {

    /* Order. */

    .order_prev {
        padding: 16px 20px 20px;
    }

    .order_prev_price {
        padding-bottom: 16px;
    }

    .orders_items {
        margin-top: 20px;
    }

    /* Order. */

}