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

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

@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;
    }
}