#header .header-nav {
    max-height: 94px;
    margin-top: 1em;
}

#header {
    z-index: 100;
    position: relative;
}

#bonwishlist .wishlist-tooltip {
    top: 25px;
}

.bonsearch {
    top: 26px;
}

#header .header-top .position-static #_desktop_setting-header,
#header .header-top .position-static #_desktop_user_info {
    top: 26px;
}

#blockcart-modal p,
#blockcart-modal strong {
  line-height: 1;
}

@media (max-width: 767px) {

    body #header .header-top .position-static #_desktop_cart {
        top: -20px;
    }

    #bonwishlist .wishlist-tooltip,
    .bonsearch,
    body #header .header-top .position-static #_desktop_user_info {
        top: 0;
    }


    #header .header-nav #menu-icon {
        padding-left: 10px;
    }

}