header {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    border-bottom: 1px solid #e7eaf3 !important;
}

header .nav-item.u-header__nav-item > a {
    padding: .8rem !important;
    margin-bottom: -1px;
    font-size: 13px;
}

header .active.nav-item.u-header__nav-item > a {
    padding: .8rem 1rem !important;
    border-bottom: 3px solid #5FBB46;
    font-weight: bold;
    color: #333;
}

.max-width-17 {
    max-width: 7.5rem;
}

.custom-nav-footer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.custom-nav-footer a {
    position: relative;
    display: block;
    width: 100%;
    color: #77838f;
    text-align: inherit;
    padding: 0.425rem 1.25rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.875rem;
}

.huawei-app-gallery {
    background-image: url('../img/logo/huawei-grey-logo.png');
    background-size: 1.5em;
    width: 1.5em;
    height: 1.5em;
}

a:hover .huawei-app-gallery {
    background-image: url('../img/logo/huawei-white-logo.png');
}

.fa-tiktok:before {
	position: absolute;
    height: 17px;
    width: 17px;
    content: '';
    background-image: url(../img/logo/tiktok-brands.svg);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    filter: invert(54%) sepia(23%) saturate(215%) hue-rotate(169deg) brightness(90%) contrast(89%);
}

.list-inline-item:hover .fa-tiktok:before {
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(18deg) brightness(110%) contrast(108%);
}

.sub_category {
    flex-direction: row !important;
    justify-content: flex-end;
}

.sub_cat_item {
    color: #0b0b0b;
    font-size: 14px;
    font-weight: bold;
}

.sub_cat_item > a:hover {
    border-bottom: 3px solid #5FBB46;
}

.sub_cat_item > a {
    padding: .8rem .5rem !important;
    font-weight: bold;
    color: #333;
}

.sub_cat_item > a:hover {
    color: #0b0b0b;
}