html, body {
    overflow-x: hidden;
}

body {
    position: relative;
}

#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

#cevher_middle {
    height: 169px;
}

#cevher_close img {
    width: 12px;
    height: 11px;
}

#cevher_minimize img {
    width: 12px;
    height: 3px;
}


#nav-currency-selector.s-hidden {
        visibility: hidden;
        padding-right: 10px;
    }
    #nav-currency-selector-wrapper {
        cursor: pointer;
        display: inline-block;
        position: relative;
        font: normal 11px/22px Arial, Sans-Serif;
        color: #b4b4b4;
        width: 100%;
    }
    #nav-currency-selector-wrapper .styledSelect {
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: transparent;
        padding: 0;
        color: #b4b4b4;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        height: 100%;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }
    #nav-currency-selector-wrapper .dropdown-icon {
        width: 10px; 
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-top:3px;
    }
    #nav-currency-selector-wrapper .styledSelect.active,
    #nav-currency-selector-wrapper .styledSelect:active {
        background-color: rgba(0, 0, 0, 0.05);
    }
    #nav-currency-selector-wrapper .options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        border: 1px solid #ccc;
        background-color: white;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        min-width:150px;
    }
    #nav-currency-selector-wrapper .options li {
        padding: 8px 10px;
        color: #000;
        font-size:12px;
    }
    #nav-currency-selector-wrapper .options li:hover {
        background-color: #9F0B56;
        color: white;
    }