/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 13:17:06 */
/* parent */
.header-top-sidebar.clearfix {
    position: relative;
    overflow: visible !important;
}

/* ენის ბლოკი */
.header-top-sidebar > ul {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 132px;
    z-index: 9999;
}

/* ყველა li */
.header-top-sidebar > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* მხოლოდ current ჩანდეს დახურულ მდგომარეობაში */
.header-top-sidebar > ul > li:not(.current-lang) {
    display: none;
}

/* current */
.header-top-sidebar > ul > li.current-lang {
    display: block;
    position: relative;
}

/* ყველა link ერთნაირი box-model-ით */
.header-top-sidebar > ul > li > a,
.header-top-sidebar > ul:hover > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    text-decoration: none;
    white-space: nowrap;
    color: inherit;
}

/* დროშა */
.header-top-sidebar > ul > li > a img {
    width: 16px;
    height: 11px;
    display: block;
    flex-shrink: 0;
}

/* დახურული current ღილაკი */
.header-top-sidebar > ul > li.current-lang > a {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

/* ისარი */
.header-top-sidebar > ul > li.current-lang > a::after {
    content: "▾";
    font-size: 10px;
    color: #888;
    margin-left: auto;
    line-height: 1;
}

/* გახსნისას current ადგილზე დარჩეს */
.header-top-sidebar > ul:hover > li.current-lang {
    display: block;
    position: relative;
    z-index: 3;
}

.header-top-sidebar > ul:hover > li.current-lang > a {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
}

/* სხვა ენები ქვემოთ ჩამოიშალოს */
.header-top-sidebar > ul:hover > li:not(.current-lang) {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

/* ქვემოთ განლაგება */
.header-top-sidebar > ul:hover > li:nth-child(2) {
    top: 32px;
}
.header-top-sidebar > ul:hover > li:nth-child(3) {
    top: 64px;
}
.header-top-sidebar > ul:hover > li:nth-child(4) {
    top: 96px;
}

/* ჩამოშლილი ელემენტები */
.header-top-sidebar > ul:hover > li:not(.current-lang) > a {
    background: #fff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-top: 0;
    border-radius: 0;
    box-shadow: none;
}

/* ბოლო ელემენტი */
.header-top-sidebar > ul:hover > li:last-child > a {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.10);
}

/* hover ეფექტი */
.header-top-sidebar > ul:hover > li:not(.current-lang) > a:hover {
    background: #f5f5f5;
}

.header-top-sidebar > .textwidget {
    padding-right: 150px;
    box-sizing: border-box;
}