/* 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;
}
.edit-account__label {
    color: #4D4D4D;
    font-size: 14px;
}

.woocommerce-EditAccountForm input {
    font-weight: 700;
}

.woocommerce-EditAccountForm  button[name="save_account_details"], button[name="save_address"] {
    width: 225px;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}