.mobile_header,
.mobilewrapper,
.snap-drawer,
.mobilex-menu {
    background-color: #005BBB;
}

.mobilewrapper .snap-drawer ul.menu > li > a:hover,
.snap-drawer .sub-menu li:hover {
    background-color: #1D7ADD!important;
	background: #1D7ADD!important;
}

.mobile-logo img {
    right: 70px!important;
}

.mobile-lang {
    /* margin: 0px auto; */
    max-height: 50px;
    width: auto;
    max-width: 150px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: auto;
    right: 60px;
    position: absolute;
}

.mobile-lang ul li {
    position: relative;
    font-weight: 400;
    list-style: none;
    font-size: 13px;
    margin-bottom: 0px;
}

.mobile-lang ul li a {
    color: #fff;
    width: 100%;
    padding: 15px 10px 7px 10px;
    display: flex;
    align-items: center;
    /* transition: color .4s linear;
    -moz-transition: color .4s linear;
    -webkit-transition: color .4s linear;
    -o-transition: color .4s linear; */
}

.mobile-lang ul#menu-mobile-menu li:first-child a:not(.sub-menu a) {
   pointer-events: none!important;
}

.mobile-lang ul ul.sub-menu {
    display: none;
    margin-left: 0px;
    background: #005BBB;
    margin-top: -17px;
}

.mobile-lang ul ul.sub-menu a {
    line-height: 20px;
}

.mobile-lang .menu-item-has-children >a:after {
    content: "\f107";
    position: absolute;
    right: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}