/* General */
.account-header { margin-bottom: 40px; }

.account-header .post-title { margin-top: 28px; }

@media ( min-width: 1100px ) {
    .woocommerce-MyAccount-navigation {
        width: 154px;
        margin-right: 14px;
    }

    .woocommerce-MyAccount-content {
        flex: 1;
        min-width: 0;
    }
}

@media ( max-width: 1099px ) {
    .site-content { padding-top: 82px; }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content { width: 100%; }

    .account-header { margin-bottom: 38px; }

    .account-header .post-title { margin-top: 21px; }
}



/* Navigation */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li { padding: 0 !important; }
.woocommerce-MyAccount-navigation li:not(:last-child) { margin-bottom: 8px !important; }

.woocommerce-MyAccount-navigation li::before { display: none !important; }

.woocommerce-MyAccount-navigation a {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    opacity: .5;
    transition: all .2s;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover { opacity: 1; }

@media ( max-width: 1099px ) {
    .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce-MyAccount-navigation li:not(:last-child) {
        margin-bottom: 0 !important;
        margin-right: 40px !important;
    }
}



/* Form */
.account-form {
    width: 406px;
    max-width: 100%;
    margin-top: 4px;
}

.account-form .row {
    margin-left: -12px;
    margin-right: -12px;
}

.account-form .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

@media ( max-width: 1099px ) {
    .account-form {
        width: 100%;
        margin-top: 2px;
    }
}



/* Orders */
.woocommerce-orders-table {
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
    line-height: 18px;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
    padding-right: 14px;
    text-align: left;
}

.woocommerce-orders-table th:last-child,
.woocommerce-orders-table td:last-child {
    padding-right: 0;
    text-align: right;
}

.woocommerce-orders-table th {
    padding-top: 5px;
    padding-bottom: 2px;
    font-weight: 900;
    text-transform: uppercase;
}

.woocommerce-orders-table td {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
}

.woocommerce-orders-table a { color: #3399CC; }

.woocommerce-orders-table a:hover {
    color: #3399CC;
    text-decoration: underline;
}

.woocommerce-single-order-products-table td { padding-bottom: 19px; }

.woocommerce-all-orders-table td,
.woocommerce-single-order-products-table td { border-bottom: 6px solid #E8E8E8; }

.woocommerce-single-order-table { margin-bottom: 27px; }

.order-items-title { margin-bottom: 9px; }

.order-item-label { margin-bottom: 14px; }

.order-cancel-button { margin-top: 24px; }

.order-status-on-hold { color: #FF5330; }
.order-status-pending { color: #828282; }
.order-status-processing { color: #3399CC; }
.order-status-on-hold { color: #FF5330; }
.order-status-completed { color: #417505; }
.order-status-cancelled { color: #EE1144; }
.order-status-refunded { color: #9B51E0; }
.order-status-failed { color: #EB5757; }

@media ( min-width: 1100px ) {
    .woocommerce-all-orders-table th:nth-child(1) { width: 40.5%; }
    .woocommerce-all-orders-table th:nth-child(2) { width: 20.4%; }
    .woocommerce-all-orders-table th:nth-child(3) { width: 20.4%; }
    .woocommerce-all-orders-table th:nth-child(4) { width: 18.7%; }
    
    .woocommerce-single-order-table th:nth-child(1) { width: 20.34%; }
    .woocommerce-single-order-table th:nth-child(2) { width: 20.34%; }
    .woocommerce-single-order-table th:nth-child(3) { width: 20.34%; }
    .woocommerce-single-order-table th:nth-child(4) { width: 20.34%; }
    .woocommerce-single-order-table th:nth-child(5) { width: 18.64%; }
    
    .woocommerce-single-order-products-table td:nth-child(1) { width: 40.5%; }
    .woocommerce-single-order-products-table td:nth-child(2) { width: 20.4%; }
    .woocommerce-single-order-products-table td:nth-child(3) { width: 20.4%; }
    .woocommerce-single-order-products-table td:nth-child(4) { width: 18.7%; }
}

@media ( max-width: 1099px ) {
    .woocommerce-all-orders-table { margin-top: -3px; }

    .woocommerce-all-orders-table th:nth-child(1) { width: 25.67%; }
    .woocommerce-all-orders-table th:nth-child(2) { width: 25.67%; }
    .woocommerce-all-orders-table th:nth-child(3) { width: 25.67%; }
    .woocommerce-all-orders-table th:nth-child(4) { width: 22.99%; }


    .woocommerce-single-order-table,
    .woocommerce-single-order-table tbody,
    .woocommerce-single-order-table td { display: block; }

    .woocommerce-single-order-table {
        margin-top: 2px;
        margin-bottom: 11px;
        padding-right: 12px;
    }

    .woocommerce-single-order-table thead { display: none; }

    .woocommerce-single-order-table tr {
        display: flex;
        flex-wrap: wrap;
        margin-left: -7px;
        margin-right: -7px;
    }

    .woocommerce-single-order-table td {
        width: 33.33%;
        margin-bottom: 28px;
        padding: 0 7px;
    }
    .woocommerce-single-order-table td:last-child { text-align: left; }

    .order-table-label {
        margin-bottom: 14px;
        color: #000;
    }


    .order-items-title { margin-bottom: 20px; }

    .woocommerce-single-order-products-table,
    .woocommerce-single-order-products-table tbody,
    .woocommerce-single-order-products-table td { display: block; }

    .woocommerce-single-order-products-table tr {
        display: flex;
        flex-wrap: wrap;
        margin-left: -7px;
        margin-right: -7px;
    }

    .woocommerce-single-order-products-table td {
        width: 33.33%;
        padding: 0 7px;
    }
    .woocommerce-single-order-products-table td:first-child {
        width: 100%;
        margin-bottom: 21px;
        font-size: 18px;
        line-height: 27px;
        border-bottom: 0;
    }
}