#weka-content.portal-column.nav-panel {
    width: 25% !important;
}
.woocommerce-MyAccount-navigation {
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 74% !important;
}

#weka-content .portal-panel .portal-panel-header {
    font-size: 18px !important;
    margin-bottom: 22px;
}

#weka-content .rebates p {
    font-size: 12px;
    margin: 0;
}
#weka-content p, #weka-content a, #weka-content h1, #weka-content h2, #weka-content h3 {
    font-family: "Breuer Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
}

.woocommerce-MyAccount-navigation a i {
    color: #D5062F
}

.downloads-button {
    background: #eee;
    color: black;
    text-decoration: none;
    width: 100%;
    padding: .5rem;
    text-align: center;
    border-radius: 5px;
}
.woocommerce-orders-table {
    display: none;
}
#weka-content .woocommerce-pagination {
    display: none;
}

.portal-table {
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Avenir';
}
.portal-table tr:first-child{
    background: red;
    border-radius: 3px;
}
.portal-table tr:first-child th:first-child {
    border-radius: 4px 0 0 4px;
}

.portal-table thead tr th:last-child {
    border-radius: 0px 4px 4px 0px;
}
.portal-table thead th {
    padding: .5rem 0;
}
.portal-table tr {
    border-bottom: 1px solid #F5F5F5;
}
.portal-table tr td{
    padding: .75em 0;
    font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, Cantarell, ‘Open Sans’, ‘Helvetica Neue’, sans-serif;
    color: #5D5D5D;
}
.portal-table tr td.orange-text a{
    color: #CA3B3B;
}
.portal-table th, .portal-table td{
    text-align: center;
}
.portal-table td:first-child{
    text-align: left;
}
.portal-table td:last-child{
    /* text-align: right; */
}
.portal-table.single th, .portal-table.single td {
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
}
.portal-table tr:nth-child(odd){
    background: #f9f9f9;
}
.portal-table i:hover {
    color: #CA3B3B;
    cursor: pointer;
}
.portal-table i.fa-trash {
    transition: all 0.2s;
}
.portal-table i.fa-trash:hover {
    color: rgb(218, 70, 70);
}
.td-text {
    margin:0;
    padding: .25em 0;
}
.td-text.re-order {
    color: #0097dc;
    border: 2px solid #0097dc;
    border-radius: 4px;
    transition: all 0.2s;
}
.td-text.re-order:hover, .td-text.re-order:focus {
    background: #0097dc;
    color: white;
    cursor: pointer;
}
.status-style {
    text-align: center;
    font-weight: 600;
    padding-bottom: .3rem;
}
.status-style.completed {
    background: #0097dc;
    color: white;
}
.status-style.pending {
    background: #ffc75f;
    color: white;
}
.status-style.cancelled {
    background: #ff6a6a;
    color: white;
}
.status-style.on-hold {
    background: #ccc;
    color: white;
}
.status-style.processing {
    background: #83f3d5;
    color: white;
}

.logged-in.woocommerce-account #site-content .woocommerce {
    display: block !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ce0a31 !important;
}

.page-my-account .main-content {
    background: #f1f1f1 !important;
}
.address-panel select {
    height: auto !important;
}

@media only screen and (max-width: 800px){
    .page-my-account .woocommerce {
        display: flex;
        flex-direction: column;
    }
    .order-actions {
        display: none;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: initial !important;
        width: 100% !important;
    }
    #weka-content {
        display: block;
    }
    #weka-content > * {
        margin-bottom: 11px;
    }
    #weka-content.portal-column.nav-panel {
        width: 100% !important;
        font-size: .85rem;
    }
    .woocommerce-MyAccount-navigation a {
        padding: 6px 16px !important;
    }
    #weka-content .account-summary .summary-grid h3 {
        font-size: 10px !important;
    }
    #weka-content .product-cats .categories-grid {
        column-gap: 55px;
        padding: 0 40px 40px 40px;
    }
    #monthly-orders {
        display:none;
    }
    .latest-orders-panel thead {
        font-size: .5rem;
    }
    .latest-orders-panel tbody {
        font-size: 8px;
    }
    .team-panel thead {
        font-size: .7rem;
    }
    #weka-content .add-team-member-form {
        grid-template-columns: 1fr;
    }
}
