/* Dashboard */
.woocommerce-MyAccount-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
}

.woocommerce-Address-title h3{
    font-size: 25px;
}

.woocommerce-MyAccount-navigation-link {
    margin-top: -1px;
    margin-bottom: 0;
    padding-left: 0;
    border-top: 1px solid #eaebed;
    border-bottom: 1px solid #eaebed;
}

.woocommerce-MyAccount-navigation-link:first-child {
    border-top: none;
}

.woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation-link:before {
    display: none;
}

.woocommerce-MyAccount-navigation-link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    text-decoration: none;
    text-transform: capitalize;
    background: none;
}

.woocommerce-MyAccount-navigation-link a i {
    font-size: 25px;
    color: #00807F;
}

/* Orders Table */
.woocommerce-orders-table {}
.woocommerce-orders-table table {}
.woocommerce-orders-table thead {}
.woocommerce-orders-table tbody {}
.woocommerce-orders-table tr {}
.woocommerce-orders-table th {}
.woocommerce-orders-table td {}

.woocommerce-MyAccount-content.panel--lg{
    padding: 40px;
}

@media (min-width: 1200px) {
    .woocommerce-MyAccount-navigation-link a {
        transition: color 0.3s ease-in-out;
    }

    .woocommerce-MyAccount-navigation-link a:hover {
        color: #EE6618;
    }

    .woocommerce-Address-title h3{
        font-size: 30px;
    }

    .woocommerce-MyAccount-content.panel--lg .table-panel :where(th, td):first-child{
        width: 123px;
    }


    .woocommerce-MyAccount-content.panel--lg .table-panel :where(th, td):last-child{
        padding: 0;
    }

    .woocommerce-MyAccount-content.panel--lg .table-panel :where(th, td):last-child .button{
        padding: 10px 35px 10px 10px;
    }

    .woocommerce-MyAccount-content.panel--lg .table-panel :where(th, td):last-child .button:first-child{
        margin-right: 10px;
    }

    .woocommerce-MyAccount-content.panel--lg .table-panel :where(th, td):last-child .button::after{
        right: 10px;
    }
}