.menu-item.x-lang-switcher {
    display: none !important;
    text-align: center;
}
.x-lang-switcher-wrap {
    display: inline-flex;
    align-items: center;
}
.x-lang-switcher-wrap > .elementor-item {
    padding: 13px 5px !important;
    text-decoration: none !important;
}
.x-lang-switcher-wrap > .elementor-item:after {
    content: none !important;
}
.x-lang-switcher-wrap a.elementor-item {
    font-weight: 400 !important;
}
@media (min-width: 1025px) {

    .menu-item.x-lang-switcher {
        margin-left: 40px;
    }
}