.header {
    width: 100%;
    padding: 12px 0px;
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid;
    left: 0px;
    -webkit-backface-visibility: hidden;
}

.header .header-logo-icon {
    width: 100px;
}

.header .header-search-bar {
    padding: 8px;
    border-radius: 8px;
}

.header .header-separator {
    width: 1px;
    height: 20px;
}

.header-search-category {
    padding: 4px 8px;
    border-radius: 8px;
    cursor: pointer;
}

.header .header-search-scroll {
    padding-top: 1px;
    height: 20px;
    overflow: hidden;
}

.header .header-search-scroll div {
    transition: all 0.5s;
    /* transform-origin: top left; */
}

.header .header-search-scroll div.hide {
    opacity: 0;
}

.header .header-search-scroll div.uphide {
    margin-top: -20px;
}

.header .header-search-input::placeholder {
    opacity: 0.5 !important;
    font-size: 12px !important;
    font-family: "Light", "Sans Serif" !important;
}

.header .menu-nav {
    padding: 8px 12px;
    border-radius: 4px 4px 0 0;
}

.header .menu-nav .tag {
    position: relative;
    margin-top: -24px;
    margin-left: -32px;
}

.menu-sub-nav {
    display: none;
    width: 220px;
    border: 1px solid;
    border-radius: 4px 0 4px 4px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 26px;
    margin-right: -12px;
}

.header .menu-nav:hover .menu-sub-nav {
    display: block;
}

.menu-sub-nav .menu-sub-nav-link {
    padding: 8px 12px;
}

.header-search-category-submenu {
    display: none;
    width: 220px;
    border: 1px solid;
    border-radius: 4px 0 4px 4px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 78px;
    margin-left: -16px;
}

.header-search-category-submenu .header-search-category-submenu-item {
    padding: 8px 12px;
    cursor: pointer;
}

.menu-navigation-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    z-index: 999999;
    top: 0;
    right: -100%;
    transition: all 0.5s ease-in;
    padding-top: 12px;
    display: none;
}

.menu-navigation-mobile .menu-nav-mobile {
    padding: 16px 16px 0 16px;
}

.menu-navigation-mobile .menu-sub-nav-mobile {
    padding: 16px;
}

.menu-navigation-mobile .menu-sub-nav-mobile {
    padding: 16px;
}

.nav-profile-desktop {
    list-style-type: none;
}

@media (max-width: 576.5px) {
    .header .header-search-bar {
        padding: 16px;
    }
}
