#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 20px;
    top: 30px;
    width: 200px;
    padding: 2px;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
    border: 1px solid #000;
}

#kc-locale ul li a {
    display: block;
    padding: 1px 11px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #000;
    background-color: #e1e3e9;
    border-color: #fff;
}

#kc-locale-dropdown a {
    color: #fff;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 5px;
}

a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
}

a#kc-current-locale-link::after {
    content: "\1401";
    margin-left: 4px;
}

#kc-container-wrapper {
    position: absolute;
    width: 100%;
}

#kc-logo-wrapper {
    position: absolute;
    top: 50px;
    right: 50px;
}

#kc-locale {
    position: relative;
    width: 200px;
    text-align: right;
    z-index: 9999;
}