#lang_sel_click {
    height: 25px;
    width: 53px;
    position: relative;
    z-index: 99;
}

#lang_sel_click ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}

#lang_sel_click ul ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 40px;
    left: 0;
    width: 100%;
}

#lang_sel_click ul ul li {
    width: 100%;
    padding: 0 2px;
}

#lang_sel_click ul ul a {
    background: #231F20;
    height: 24px;
    font-size: 16px;
    padding: 0px 8px !important;
    text-align: center;
    display: flex;
    position: relative;
    color: #F0B825;
    align-items: center;
    justify-content: center;
}

#lang_sel_click li {
    float: left;
    position: relative;
}

#lang_sel_click ul ul li a:first-child:before {
    display: block;
    position: absolute;
    pointer-events: none;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    background: #231F20;
    top: -0.25em;
    left: 50%;
    margin: 0em 0em 0em -0.25em;
    z-index: 2;
}

#lang_sel_click a {
    display: block;
    font-size: 13px;
    text-decoration: none !important;
    text-transform: uppercase;
}

#lang_sel_click a.lang_sel_sel {
    color: #231F20;
    width: 40px;
    display: flex;
    padding: 0 5px 0 7px;
    align-items: center;
    height: 25px;
    border: 1.4px solid #231F20;
    font-size: 16px;
}

#lang_sel_click a.lang_sel_sel:after {
    content: '';
    border: none;
    width: 10px;
    height: 5px;
    background: url(../img/arrow-bottom.svg) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 8px;
    top: 12px;
}

#lang_sel_click a.lang_sel_sel:hover {
    text-decoration: none;
}

#lang_sel_click ul ul a:hover {
    background: #eee;
}

#lang_sel_click img.iclflag {
    width: 18px;
    height: 12px;
    position: relative;
    top: 1px;
}

#lang_sel_click table {
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}

/* make the second level visible when hover on first level list OR link */
/* #lang_sel_click ul li:hover ul, #lang_sel_click ul a:hover ul{visibility:visible; } */
