/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.sp-vermegamenu .cat-title:before{
    font: var(--fa-font-solid);
}

i.fa.fa-twitter, i.fa.fa-skype, i.fa.fa-instagram, i.fa.fa-google-plus, i.fa.fa-facebook {
    font-family: "Font Awesome 6 Brands";
}

i.fa.fa-twitter::before{
    content: "\e61b";
}

#sp-vermegamenu a i[class*="fa-"] {
    background: none;
    position: static;
    text-align: center;
    vertical-align: middle;
    height: auto;
}