.links-icon {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.icon-nav:before{
    content: "\f0c9";
}

.icon-new-product:before{
    content: "\f382";
}
.icon-workshop:before{
    content: "\f7d9";
}
.icon-contact:before{
    content: "\f085";
}
.icon-user:before{
    content: "\f007";
}
.icon-cart:before{
    content: "\f07a";
}
.icon-edit:before{
    content: "\f044";
}
.icon-delete:before{
    content: "\f2ed"!important;
    font-weight: 900!important;
    font-family: "Font Awesome 5 Free"!important;
    -moz-osx-font-smoothing: grayscale;
    color: #222!important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-size: 14px!important;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.icon-arrow-up:before{
    content: "\f077";
}
.icon-arrow-down:before{
    content: "\f078";
}
.icon-prev-pager:before{
    content: "\f100";
}
.icon-next-pager:before{
    content: "\f101";
}
.icon-wishlist:before{
    content: "\f03a";
}
.icon-search:before{
    content: "\f002";
}
.icon-delete-x:before {
    content: "\f00d"!important;
    font-weight: 900!important;
    font-family: "Font Awesome 5 Free"!important;
    -moz-osx-font-smoothing: grayscale;
    color: #C22F00!important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.icon-menu:before{
    content: "\f0c9";
}
.icon-mode:before{
    content: "\f185";
}
.icon-mode.dark:before{
    content: "\f186";
}
