﻿/* BESPOKE */
@media (max-width: 767px) {
    .uc_orders .table-responsive {
        overflow: visible;
    }

    .uc_orders table a,
    .uc_orders table span,
    .uc_orders table td {
        font-size: 12px !important;
    }

    .uc_orders th,
    .uc_orders td {
        padding-left: 5px !important;
        white-space: normal !important;
    }

    .uc_orders tbody,
    .uc_orders table {
        display: flex;
        flex-flow: column;
    }

    .uc_orders table {
        display: flex;
        flex-flow: column;
    }

    .uc_orders tr {
        display: flex;
        flex-flow: row wrap;
    }

    .uc_orders thead {
        display: none !important;
    }

    .uc_orders td {
        border: none !important;
    }

    .uc_orders table .number {
        order: 1;
        width: 100% !important;
        border-bottom: none !important;
        padding-bottom: 0;
        font-weight: bold !important;
    }

    .uc_orders table .date {
        order: 3;
        width: auto !important;
    }

    .uc_orders table .amount {
        order: 4;
        padding-left: 20px !important;
        padding-right: 5px;
    }

    .uc_orders table .delete {
        order: 5;
        margin-left: auto;
        padding: 0;
    }

    .uc_orders table td:nth-child(3) {
        order: 2;
        width: 100% !important;
        border-top: none !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .uc_orders .table-responsive tbody tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }
}
/* END BESPOKE */
