body .elementor-287307 .elementor-element.elementor-element-9ce0012 .wd-nav-my-acc {
    --nav-color-hover: #63FFFF;
    --nav-bg-hover: #63FFFF4D;
    --nav-color-active: #63FFFF;
    --nav-bg-active: #63FFFF4D;
}

/* edit account */
/* temporary fix of disable unlink function of the nextend social plugin */
.woocommerce-EditAccountForm>*:nth-child(1),
.woocommerce-EditAccountForm>*:nth-child(2) {
    display: none !important;
}

/* end fix */
.woocommerce-MyAccount-navigation-link a {
    border-radius: 0 !important;
}

.woocommerce-MyAccount-navigation-link:first-child a {
    border-radius: 20px 20px 0 0 !important;
}

.woocommerce-MyAccount-navigation-link:last-child a {
    border-radius: 0 0 20px 20px !important;
}

.woocommerce-MyAccount-navigation-link a {
    border-radius: 0 !important;
}

.woocommerce-MyAccount-navigation li:first-child a {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.woocommerce-MyAccount-navigation li:last-child a {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.woocommerce-MyAccount-navigation li:first-child a:hover,
.woocommerce-MyAccount-navigation li:first-child.wd-active a {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.woocommerce-MyAccount-navigation li:last-child a:hover,
.woocommerce-MyAccount-navigation li:last-child.wd-active a {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.edit-account__label {
    color: #CCCCCC;
    font-size: 14px;
}

body.woocommerce-account.woocommerce-orders {
    font-weight: 700;
}

body.woocommerce-account.woocommerce-orders .woocommerce-orders-table a,
body.woocommerce-account.woocommerce-orders .woocommerce-orders-table span {
    font-weight: 700;
}

body.woocommerce-account.woocommerce-orders .woocommerce-orders-table {
    font-size: 14px;
}

body.woocommerce-account .wd-page-content button {
    min-width: 225px;
}

body.woocommerce-account {
    --wd-title-color: #ffffff;
}


.woocommerce-orders-table__cell {
    border-bottom: unset;
}