/* Tablet ve dar masaustu ekranlarda basligi ekrana sigdir. */
@media (min-width: 768px) and (max-width: 991px) {
    #header-gorunum {
        display: none !important;
    }

    .newmobilheader {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .row.headealtmenu.top-m {
        overflow-x: hidden;
        overflow-y: visible;
        height: auto;
    }

    .navbarnewmenu #all-menu :where(._menu, .headersagreklam) {
        display: flex;
        min-width: 0;
        width: 100%;
    }

    .navbarnewmenu .my_new_menu {
        align-items: center;
        justify-content: space-between;
    }

    .navbarnewmenu .my_new_menu > li > a {
        font-size: 9px;
        margin-left: 0;
        margin-right: 0;
        white-space: nowrap;
    }

    .headealtmenu .row {
        gap: 0;
    }
}

.kategoris {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.kategoris::-webkit-scrollbar {
    display: none;
}
