.account .columns .block.block-dashboard-orders .block-content {
    margin: 0;
}

.account .columns .block.block-dashboard-orders .block-content > * {
    all: inherit;
    width: 100%;
}

.account .table-wrapper.orders-recent, .account .table-wrapper.orders-history {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
    .account .table-wrapper.orders-recent, .account .table-wrapper.orders-history {
        font-size: 1.6rem;
    }
}

.account .table-wrapper.orders-recent .table, .account .table-wrapper.orders-history .table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

.account .table-wrapper.orders-recent .table thead,
.account .table-wrapper.orders-recent .table tbody, .account .table-wrapper.orders-history .table thead,
.account .table-wrapper.orders-history .table tbody {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
    .account .table-wrapper.orders-recent .table thead,
    .account .table-wrapper.orders-recent .table tbody, .account .table-wrapper.orders-history .table thead,
    .account .table-wrapper.orders-history .table tbody {
        font-size: 1.6rem;
    }
}

.account .table-wrapper.orders-recent .table td, .account .table-wrapper.orders-recent .table th, .account .table-wrapper.orders-history .table td, .account .table-wrapper.orders-history .table th {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.account .table-wrapper.orders-recent .table td:first-child, .account .table-wrapper.orders-recent .table th:first-child, .account .table-wrapper.orders-history .table td:first-child, .account .table-wrapper.orders-history .table th:first-child {
    padding-left: 0;
}

.account .table-wrapper.orders-recent .table td.col.actions, .account .table-wrapper.orders-history .table td.col.actions {
    width: 1%;
}

.account .table-wrapper.orders-recent .table td.col.actions .action, .account .table-wrapper.orders-history .table td.col.actions .action {
    white-space: nowrap;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .account .table-wrapper.orders-recent .table td:before, .account .table-wrapper.orders-history .table td:before {
        content: attr(data-th);
        font-weight: 700;
        width: 150px;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .account .table-wrapper.orders-recent .table thead, .account .table-wrapper.orders-history .table thead {
        display: none;
    }
}

.account .table-wrapper.orders-recent .table thead th, .account .table-wrapper.orders-history .table thead th {
    white-space: nowrap;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .account .table-wrapper.orders-recent .table tbody tr, .account .table-wrapper.orders-history .table tbody tr {
        display: block;
        border-bottom: 1px solid #e5e5e5;
    }
    .account .table-wrapper.orders-recent .table tbody td, .account .table-wrapper.orders-history .table tbody td {
        display: block;
        padding: 6px 0;
        width: 100%;
        border: none;
    }
    .account .table-wrapper.orders-recent .table tbody td:first-child, .account .table-wrapper.orders-history .table tbody td:first-child {
        padding-top: 15px;
    }
    .account .table-wrapper.orders-recent .table tbody td.col.actions, .account .table-wrapper.orders-history .table tbody td.col.actions {
        width: 100%;
        padding-bottom: 15px;
    }
    .account .table-wrapper.orders-recent .table tbody td.col.actions:before, .account .table-wrapper.orders-history .table tbody td.col.actions:before {
        display: none;
    }
    .account .table-wrapper.orders-recent .table tbody td.col.actions .action, .account .table-wrapper.orders-history .table tbody td.col.actions .action {
        margin-right: 30px;
    }
}

.account .table-wrapper.orders-recent .table-caption, .account .table-wrapper.orders-history .table-caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.account .order-products-toolbar.toolbar {
    font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
    .account .order-products-toolbar.toolbar {
        font-size: 1.6rem;
    }
}

.account .order-products-toolbar.toolbar .pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.account .order-products-toolbar.toolbar .pager .toolbar-amount {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.account .order-products-toolbar.toolbar .pager .limiter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.account .order-products-toolbar.toolbar .pager .limiter .limiter-label {
    margin-right: 10px;
}

.account .order-products-toolbar.toolbar .pager .limiter select {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    padding: 0 20px 0 10px;
    background-repeat: no-repeat;
    background-size: .6em;
    width: 70px;
    background-position: calc(100% - 10px);
}

.account .order-products-toolbar.toolbar .pager .limiter .limiter-text {
    display: none;
}

/*# sourceMappingURL=account.css.map */
