@charset "utf-8";

.language-switcher {
    position: relative;
    width: 115px;
    height: 40px;
    background-color: var(--woodza-black);
    display: block;
    padding: 0px 0px;
    border-radius: 0;
}

.main-header-two__top-lan-switcher .language-switcher {
    background-color: #302a27;
}

#polyglotLanguageSwitcher {}

#polyglotLanguageSwitcher, 
#polyglotLanguageSwitcher * {
    margin: 0;
    padding: 12px 0px 8px;
    outline: none;
}

#polyglotLanguageSwitcher ul {
    list-style: none;
}

#polyglotLanguageSwitcher {
    color: #fff !important;
    line-height: 14px;
    position: relative;
    font-size: 14px;
}

#polyglotLanguageSwitcher form {
    display: none;
}



/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
    text-decoration: none;
    display: block;
    padding: 2px 0px 3px 0;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0px center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--woodza-font);
    transition: all 500ms ease;
}

#polyglotLanguageSwitcher a.current:link,
#polyglotLanguageSwitcher a.current:visited,
#polyglotLanguageSwitcher a.current:active {
    position: relative;
    /* sets the initial position for the trigger arrow */
}

#polyglotLanguageSwitcher a.active {
    /* This style is applied as long as the drop-down menu is visible. */
    border-bottom: none !important;
    border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher span.trigger {
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
}

#polyglotLanguageSwitcher span.trigger:before {
    content: "\e92d";
    font-family: 'icomoon' !important;
    position: absolute;
    color: #ffffff;
    font-size: 8px;
    font-weight: 700;
    top: -5px;
    right: -8px;
}

#polyglotLanguageSwitcher span.trigger:after {
    content: "\e93b";
    font-family: 'icomoon' !important;
    position: absolute;
    color: #ffffff;
    font-size: 24px;
    top: -6px;
    left: -84px;
}

#polyglotLanguageSwitcher a.current:hover span.trigger,
#polyglotLanguageSwitcher a.current:active span.trigger,
#polyglotLanguageSwitcher a.active span.trigger {
    background-position: left bottom !important;
}



/* Drop-Down Menu */
#polyglotLanguageSwitcher ul.dropdown {
    display: none;
    position: absolute;
    top: 43px;
    left: 0px;
    border-top: none !important;
    border-radius: 0px;
    background: #eff0f0;
    width: 115px;
    padding: 0;
    z-index: 9999999;
}

#polyglotLanguageSwitcher ul.dropdown li {
    width: 100%;
    padding: 4px 0px;
    display: block;
    background: var(--woodza-black);
    border-top: 1px solid #db5e41;
    border-bottom: 1px solid #db5e41;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

#polyglotLanguageSwitcher ul.dropdown li:hover {
    background: #db5e41
}

#polyglotLanguageSwitcher ul.dropdown li:first-child {
    border-top: none;
}

#polyglotLanguageSwitcher ul.dropdown li:last-child {
    border-bottom: none;
}

#polyglotLanguageSwitcher ul.dropdown li a {
    width: 100%;
    color: var(--woodza-white);
}

#polyglotLanguageSwitcher ul.dropdown li:after {
    display: none !important;
}

#polyglotLanguageSwitcher ul.dropdown li:hover a {
    color: #ffffff;
}



#en {
    background-image: url(../language-switcher/en.html);
    background-image: none;
}

#fr {
    background-image: url(../language-switcher/fr.html);
    background-image: none;
}

#de {
    background-image: url(../language-switcher/de.html);
    background-image: none;
}

#it {
    background-image: url(../language-switcher/it.html);
    background-image: none;
}

#es {
    background-image: url(../language-switcher/es.html);
    background-image: none;
}