.wd-header-my-account .wd-tools-icon:before {
    content: "\f124";
    font-family: "woodmart-font"
}

.wd-account-style-text .wd-tools-icon {
    display: none !important
}

.wd-account-style-text .wd-tools-text {
    margin-left: 0;
    margin-right: 0px;
    background: #dfe8ea;
    min-width: 104px;
    min-height: 32px;
    color: #777c83;
    letter-spacing: 0.02em;
    transition: all 0.3s;
    line-height: 2.5;
    border-radius: 48px;
    text-align: center;
    font-weight: 500;
}
.wd-account-style-text .wd-tools-text:hover {
    color: #fff;
    background: #31bbbb;
}
.wd-account-style-icon:not(.wd-with-username) .wd-tools-text {
    display: none
}

@media (max-width: 1024px) {
    .wd-header-my-account .wd-dropdown {
        display:none
    }
}
