/* HANEDAN LOGO DENGELI BOYUT */
html body main.page-wrapper > header.navbar.fixed-top,
html body header.navbar.fixed-top {
    min-height: 82px !important;
    height: auto !important;
    overflow: visible !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

html body main.page-wrapper > header.navbar.fixed-top .container,
html body header.navbar.fixed-top .container {
    min-height: 70px !important;
    overflow: visible !important;
    align-items: center !important;
}

html body main.page-wrapper > header.navbar.fixed-top .navbar-brand,
html body header.navbar.fixed-top .navbar-brand {
    width: 165px !important;
    min-width: 165px !important;
    max-width: 165px !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin-right: 26px !important;
}

html body main.page-wrapper > header.navbar.fixed-top .navbar-brand img,
html body header.navbar.fixed-top .navbar-brand img,
html body .navbar-brand img.d-block,
html body .navbar-brand img.hanedan-main-logo {
    width: 165px !important;
    min-width: 165px !important;
    max-width: 165px !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 991.98px) {
    html body main.page-wrapper > header.navbar.fixed-top,
    html body header.navbar.fixed-top {
        min-height: 76px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    html body main.page-wrapper > header.navbar.fixed-top .navbar-brand,
    html body header.navbar.fixed-top .navbar-brand {
        width: 145px !important;
        min-width: 145px !important;
        max-width: 145px !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        margin-right: 8px !important;
    }

    html body main.page-wrapper > header.navbar.fixed-top .navbar-brand img,
    html body header.navbar.fixed-top .navbar-brand img,
    html body .navbar-brand img.d-block,
    html body .navbar-brand img.hanedan-main-logo {
        width: 145px !important;
        min-width: 145px !important;
        max-width: 145px !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
}

@media (max-width: 575.98px) {
    html body main.page-wrapper > header.navbar.fixed-top .navbar-brand,
    html body header.navbar.fixed-top .navbar-brand {
        width: 125px !important;
        min-width: 125px !important;
        max-width: 125px !important;
        height: 50px !important;
        min-height: 50px !important;
        max-height: 50px !important;
    }

    html body main.page-wrapper > header.navbar.fixed-top .navbar-brand img,
    html body header.navbar.fixed-top .navbar-brand img,
    html body .navbar-brand img.d-block,
    html body .navbar-brand img.hanedan-main-logo {
        width: 125px !important;
        min-width: 125px !important;
        max-width: 125px !important;
        height: 50px !important;
        min-height: 50px !important;
        max-height: 50px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
}