/* Diğer Menü Listesi Stil Ayarları */
.othermenu-list {
    font-size: 80%;
}

.othermenu {
    display: none;
    display: flex;
    position: relative;
    align-items: center;
    vertical-align: middle;
    list-style: none;
    float: right;
}

.othermenu > li {
    float: left;
    position: relative;
}

.othermenu .othermenu-list .gb-icon {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    height: 50px;
}

.othermenu > li > a > i {
    font-size: 24px;
    line-height: .2;
    display: flex;
}

.icon {
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon-lang:before {
    content: "\e90b";
}

.othermenu > .othermenu-list > ul.submenu.lang-ol {
    display: block;
}

.othermenu ul.submenu {
    background-color: white;
    position: absolute;
    right: 10px;
    box-shadow: 0 50px 150px rgba(0, 0, 0, .3);
    border-radius: 0 0 3px 3px;
    width: 150px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    display: none;
}

.othermenu .submenu {
    list-style-type: none;
}

.othermenu ul.submenu li {
    width: 100%;
    display: inline-block;
}

ol.submenu li a {
    padding: 5px;
}

.othermenu ul.submenu li a {
    font-size: 12px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
}

.othermenu ul.submenu li a:hover {
    background-color: #d5dce2;
}

.othermenu .language-translated {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    padding-right: 1px;
    padding-left: 4px;
}

.language-translated.uppercase {
    text-transform: uppercase;
}

.othermenu ul.submenu li a strong {
    color: var(--color-cyan);
}

.othermenu ul.submenu li a span {
    background-color: #0071dd;
    border-radius: 3px;
    font-size: 10px;
    margin-top: 1px;
    float: right;
    padding: 1px 5px;
    color: #fff;
    font-weight: bold;
    width: 45px;
    text-align: center;
    text-transform: uppercase;
}

.othermenu > .othermenu-list:hover > ul.submenu,
.othermenu > li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.othermenu .gb-icon svg,
.othermenu svg {
    fill: currentColor;
    width: 1.8em;
    height: 1.8em;
}

.world-icon {
    width: 1.7em;
    height: 1.7em;
}

.othermenu-active {
    vertical-align: middle;
    text-transform: uppercase;
}

.othermenu li:last-child {
    display: -ms-flexbox;
    -ms-flex-align: center;
}

.inside-top-bar-new > div {
    display: -ms-flexbox;
    -ms-flex-align: center;
}

.uppercase-destop {
display: none !important;
}
.uppercase-mobil {
  display: block;
}
@media only screen and (min-width: 769px) {

  .uppercase-mobil {
display: none !important;
  }
.uppercase-destop {
 display: block !important;
}
 }

@media only screen and (min-width: 1025px) {
    .othermenu .gb-icon svg {
        fill: currentColor;
    }
    .othermenu .othermenu-list .gb-icon {
        height: 55px;
    }
  .othermenu .gb-icon svg {
    fill: currentColor;
  }
  .othermenu .othermenu-list .gb-icon {
    height: 65px;
  }

}


/* Her yerde varsayılan: aşağı */
.othermenu ul.submenu {
    top: 100%;
    bottom: auto;
}

/* Sadece .lang-switcher-up içindeki yukarı açılacak */
.lang-switcher-up .othermenu ul.submenu {
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 10px;
    border-radius: 3px 3px 0 0;
}