.lt-dropdown-btn { border-radius: 0; min-width: 140px; }
.lt-btn-icon img { border-radius: 0; }
.lt-dropdown-list {
    margin-bottom: 2px;
    background: transparent;
    padding-bottom: 5px;
    z-index: 100000;
    border: none;
    box-shadow: none;
}
.lt-custom-dropdown.active .lt-dropdown-list,
.lt-custom-dropdown:hover .lt-dropdown-list { display: block; }
.lt-dropdown-list-inner {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.lt-custom-dropdown.lt-pos-edge .lt-dropdown-btn { border-bottom: none; }
.lt-custom-dropdown.lt-pos-top .lt-dropdown-list {
    margin-top: 2px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 5px;
}
.lt-dropdown-list::-webkit-scrollbar-track { background: #f1f1f1; }
.lt-lang-option img { border-radius: 0; }
.lt-pos-bottom-right .lt-dropdown-list, .lt-pos-flush-bottom-right .lt-dropdown-list { left: auto; right: 0; }
.lt-pos-bottom-left .lt-dropdown-list, .lt-pos-flush-bottom-left .lt-dropdown-list { left: 0; right: auto; }
.lt-pos-top-right .lt-dropdown-list, .lt-pos-flush-top-right .lt-dropdown-list { left: auto; right: 0; }
.lt-pos-top-left .lt-dropdown-list, .lt-pos-flush-top-left .lt-dropdown-list { left: 0; right: auto; }