.dd-container#language_switch {
    width: 80px !important;
}

.dd-container#language_switch .dd-select {
    width: 80px !important;
    background: transparent !important;
    border: none;
    display: flex;
    height: 30px;
}
.dd-container#language_switch .dd-select a.dd-selected {    
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dd-container#language_switch .dd-select a.dd-selected img.dd-selected-image {    
    float: unset;
    display: flex;
    margin: 0;
    padding: 0;
    border-radius: 2px;
    width: 24px;
    height: 16px;
}
.dd-container#language_switch .dd-select a.dd-selected label.dd-selected-text {
    color: white;
    width: 11px;
    text-overflow: clip;
    font-size: 12px;
    padding: 0 5px;
    font-weight: normal;
    text-transform: uppercase;
}
.dd-container#language_switch .dd-select span.dd-pointer.dd-pointer-down {
    position: inherit;
    right: unset;
    top: unset;
    margin: 0;
    width: 30px;
    border: none !important;
    height: 30px;
    font-family: "trilogy-all";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dd-container#language_switch .dd-select span.dd-pointer.dd-pointer-down::before {
    font-size: 20px;
    content: "\F101";
}
.dd-container#language_switch ul.dd-options {
    margin-left: -7px;
    width: 27px !important;    
    position: absolute;
    top: 30px;
    z-index: 1000;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 10px 5px;
    box-sizing: content-box !important;
    overflow: inherit;
}
.dd-container#language_switch ul.dd-options::before {  
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;  
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #EEE;
    border-width: 6px;
    margin-left: -6px;
}
.dd-container#language_switch ul.dd-options li .dd-option{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.dd-container#language_switch ul.dd-options li .dd-option img.dd-option-image{
    width: 24px;
    height: 16px;
    margin: 0;
    border-radius: 2px;
}
.dd-container#language_switch ul.dd-options li:not(:first-child){
    margin-top: 4px;
}
.dd-container#language_switch ul.dd-options li .dd-option label.dd-option-text{
    display: none;
}
