.navbar li > a.account::before {
    content: "\ed35";
    font-family: ikomoon !important;
    font-feature-settings: "liga";
    font-size: 19px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0;
    margin-right: 0.5em;
    text-transform: none;
    color: #5dabdb;
}
.navbar li > a.logout::before {
    /*color: #67b437;*/
    content: "\f023";
    font-family: FontAwesome;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    margin-right: 0.5em;
    text-decoration: inherit;
}
.navbar li > a:hover.logout::before {
    content: "\f13e";
}
.navbar li > a.warranty-registration::before {
    /*color: #67b437;*/
    content: "\f09d";
    font-family: FontAwesome;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    margin-right: 0.5em;
    text-decoration: inherit;
}