/*
Selettore Lingua Ripristinate Icone

.lang-sm[lang="it"] {
    background-position: 0px -772px;
    background: url(https://circulaction.eu/modules/languageicons/flags/it.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.lang-sm[lang="fr"] {
    background-position: 0px -772px;
    background: url(https://circulaction.eu/modules/languageicons/flags/fr.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.lang-sm[lang="en"] {
    background-position: 0px -772px;
    background: url(https://circulaction.eu/modules/languageicons/flags/en.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

*/