
/* v1.4.61.290 — işaretli sistem menüleri kaldırıldı, xangayrimenkul sade menü yapısı */
html body.home .mxh-header .mxh-menu,
html body.front-page .mxh-header .mxh-menu,
html body.mxh-front .mxh-header .mxh-menu{
    gap:25px!important;
}
html body.home .mxh-header .mxh-menu > li > a,
html body.front-page .mxh-header .mxh-menu > li > a,
html body.mxh-front .mxh-header .mxh-menu > li > a{
    color:#ffffff!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    text-shadow:none!important;
    font-size:14px!important;
    font-weight:800!important;
    padding:0!important;
    transform:none!important;
    white-space:nowrap!important;
}
html body.home .mxh-header .mxh-menu > li > a::before,
html body.home .mxh-header .mxh-menu > li > a::after,
html body.home .mxh-header .mxh-menu > li::before,
html body.home .mxh-header .mxh-menu > li::after,
html body.front-page .mxh-header .mxh-menu > li > a::before,
html body.front-page .mxh-header .mxh-menu > li > a::after,
html body.front-page .mxh-header .mxh-menu > li::before,
html body.front-page .mxh-header .mxh-menu > li::after,
html body.mxh-front .mxh-header .mxh-menu > li > a::before,
html body.mxh-front .mxh-header .mxh-menu > li > a::after,
html body.mxh-front .mxh-header .mxh-menu > li::before,
html body.mxh-front .mxh-header .mxh-menu > li::after{
    content:none!important;
    display:none!important;
}
html body.home .mxh-header .mxh-menu .sub-menu,
html body.front-page .mxh-header .mxh-menu .sub-menu,
html body.mxh-front .mxh-header .mxh-menu .sub-menu{
    display:none!important;
}
html body.home .mxh-header .mxh-menu > li:last-child > a,
html body.front-page .mxh-header .mxh-menu > li:last-child > a,
html body.mxh-front .mxh-header .mxh-menu > li:last-child > a{
    min-width:104px!important;
    height:52px!important;
    padding:0 24px!important;
    border-radius:8px!important;
    background:#ffffff!important;
    color:#0f252b!important;
    border:1px solid rgba(255,255,255,.78)!important;
    box-shadow:0 12px 26px rgba(0,0,0,.14)!important;
}
@media(max-width:1500px){
    html body.home .mxh-header .mxh-menu,
    html body.front-page .mxh-header .mxh-menu,
    html body.mxh-front .mxh-header .mxh-menu{
        gap:18px!important;
    }
    html body.home .mxh-header .mxh-menu > li > a,
    html body.front-page .mxh-header .mxh-menu > li > a,
    html body.mxh-front .mxh-header .mxh-menu > li > a{
        font-size:13px!important;
    }
}
