
/* For Custom added Order's icon */
.wd-my-account-links .wd-my-acc-nps-orders .wd-nav-icon:before {
    content: "\f138";
}

/* For Custom added Return's icon */
.wd-my-account-links .wd-my-acc-nps-returns .wd-nav-icon:before {
    content: "\f147";
}

/* For Custom added Notification's icon */
.wd-my-account-links .wd-my-acc-nps-notifications .wd-nav-icon:before {
    font-family: "Font Awesome 7 Free";
    content: "\f0f3";
}

/* For Custom added Biddings icon */
.wd-my-account-links .wd-my-acc-nps-biddings .wd-nav-icon:before {
    font-family: "Font Awesome 7 Free";
    content: "\f2b5";
}

/* For Custom added Pending Subscriptions icon */
.wd-my-account-links .wd-my-acc-nps-subscription-wishlist .wd-nav-icon:before {
    font-family: "Font Awesome 7 Free";
    content: "\f254";
}

/* For Custom added Subscriptions icon */
.wd-my-account-links .wd-my-acc-nps-subscriptions .wd-nav-icon:before {
    font-family: "woodmart-font";
    content: "\f185";
}

/* For Custom added Reviews icon */
.wd-my-account-links .wd-my-acc-nps-reviews .wd-nav-icon:before {
    font-family: "Font Awesome 7 Free";
    content: "\f4ad";
}

/* For Custom added Deactivate icon */
.wd-my-account-links .wd-my-acc-nps-user-deactivate .wd-nav-icon:before {
    font-family: "Font Awesome 7 Free";
    content: "\f273";
}

/* Hide the Deactivate Account link from sidebar and header popup */
.woocommerce-MyAccount-navigation-link--nps-user-deactivate,
.woocommerce-MyAccount-navigation-link--deactivate-account {
    display: none;
}

@media screen and ( max-width: 1024px ) {
    .wd-my-account-sidebar {
        max-width: 25% !important;
        width: 25% !important;
    }

    .woocommerce-MyAccount-content {
        flex-basis: 65%;
        max-width: 75% !important;
        width: 75% !important;
    }
}


@media screen and ( max-width: 768.98px ) {
    .woocommerce-my-account-wrapper {
        flex-wrap: wrap;
    }

    .wd-my-account-sidebar {
        max-width: 100% !important;
        width: 100% !important;
    }

    .woocommerce-MyAccount-content {
        flex-basis: 100%;
        max-width: 100% !important;
        width: 100% !important;
    }
}