.lang-select.mobile {
    display: block;
    height: auto;

}

.lang-select.mobile .dropbtn {
    line-height: 50px;
    padding: 0 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    position: relative;
    border-bottom: 1px solid #424242;
}

.lang-select.mobile span {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10;
}

.lang-select.mobile span.arrow:after {
    font-family: 'icomoon' !important;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    content: '\e903';
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-transform: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}


.lang-select.mobile span.check:after {
    font-family: 'icomoon' !important;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    content: '\f00c';
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-transform: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}



.lang-select.mobile span.arrow-up:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.lang-select.mobile .dropdown-content a {
    display: block;
    padding: 0 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    position: relative;
    font-weight: 400;
    padding-left: 30px;
    font-weight: 400;
    line-height: 50px;
    height: 50px;
    padding-left: 30px;
    color: rgba(255,255,255,0.7) !important;
}

.lang-select.mobile .dropdown-content a:hover {
    color: #fff;
}

.lang-select.mobile a {
    width: 100%;
    display: block;
}

.lang-select.mobile .dropdown-content {
    height: auto;
    width: 100%;
    position: relative;
    border: none;
}

.lang-select.mobile .dropdown-content a:last-of-type {
    border-bottom: none;
}
