/* 
Theme Name:   Balkan Child Theme
Description:  Child Theme for Balkan Suplimente
Author:       KITH
Template:     balkan
Version:      1.0.0
Text Domain:  balkan-child
*/

/* .lang-switch-wrap {
    height: 36px;
} */
.lang-switch {
    position: relative;
    z-index: 10;
    height: 100%;
    /* background: #e68787; */
}
.lang-switch .current-lang {
    pointer-events: none;
}
.lang-switch .dropdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 23px;
    padding: 4px 7px;
    border-radius: 6px;
    background: linear-gradient(90deg, #21439b 0%, #4286f4 100%);
    box-shadow: 0px -4px 8px 0px #ffffff;
    display: flex;
    flex-direction: column;
    gap: 3px;
    opacity: 0;
    transition: opacity .3s;
}
.lang-switch:hover .dropdown {
    opacity: 1;
    transition: opacity .3s;
}
.lang-item a {
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #17181C;
    text-transform: uppercase;
}
.header-transparent .lang-item a {
    color: #eeeeee;
}
.lang-switch .dropdown .lang-item a {
    color: #eeeeee;
}
.lang-switch:hover .dropdown .lang-item a {
    color: #ffffff;
}