
/* ps 16 */

#block_top_menu {
    padding-top: 0;
}

#block_top_menu.sticker_menu,
.megamenu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 !important;
    z-index: 99999;
    width: 100%;
    background: white;
}

#block_top_menu.sticker_menu .sf-menu{
    margin: auto;
    max-width: 1170px;
}

/* ps 17 */

@media (min-width: 768px) {

    #header .logo {
        margin-top: 4px;
    }

    #header .header-nav {
        margin-bottom: 0;
    }

    #header .header-top {
        padding-bottom: 0;
    }

    .header-top .container {
        padding-top: .375rem;
        padding-bottom: .375rem;
    }

    .header-top .container #top-menu {
        margin-bottom: 0;
    }

    .header-top .container #top-menu > li > a {
        padding: 0.625rem .625rem .375rem;
    }

    .header-top.sticker_menu {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 !important;
        z-index: 99999;
        width: 100%;
        background: white;
    }

}

@media (max-width: 767px) {

    .header-nav.sticker_menu {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 !important;
        z-index: 99999;
        width: 100%;
        background: white;
    }

}

/* all */

.replace_menu.disable {
    display: none;
}


