body.index header {
    position: static;
}
body.index header .site-header-inner .nav .site-nav-links li a {
    color: #47363d;
}
body.index header .site-header-inner .nav .nav-toggle .bars-wrap .bar {
    background-color: #47363d;
}
body.index header .site-header-inner .logo .logo-placeholder {
    background: url("../images/tea_logo.png") center no-repeat;
    background-size: contain;
}
body.index header .site-header-inner .header-actions .search-icon {
    background: url("../images/icon_search.png") no-repeat center center/contain;
}
body.index
    header
    .site-header-inner
    .header-actions
    .my-account
    .my-account-icon {
    background: url("../images/icon_account.png") no-repeat center
        center/contain;
}
body.index
    header
    .site-header-inner
    .header-actions
    .cart-toggle
    .shopping-cart {
    background: url("../images/icon_bag.png") no-repeat center center/contain;
}
body.index .site-content .site-content-inner.homepage .site-content-bg-wrapper {
    background-color: #ffffff;
}
.site-content .category-page.homepage {
    margin: 0px 30px 0;
}
.category-page .nav .side-nav.outlet ul li,
.search-page .nav .side-nav.outlet ul li {
    border: 0;
    margin: 0;
}
.category-page .nav .side-nav.outlet ul li a,
.search-page .nav .side-nav.outlet ul li a {
    text-decoration: none;
}
.category-page .nav .side-nav.outlet ul li a.active,
.search-page .nav .side-nav.outlet ul li a.active {
    font-weight: bold;
}
.category-page .nav .side-nav.outlet ul li ul.sub li.active a,
.search-page .nav .side-nav.outlet ul li ul.sub li.active a {
    font-weight: bold;
}
.category-page .nav .side-nav.outlet ul li ul.sub li:first-child,
.search-page .nav .side-nav.outlet ul li ul.sub li:first-child {
    padding: 15px 0 5px;
}
.category-page .nav .side-nav.outlet ul li.top,
.search-page .nav .side-nav.outlet ul li.top {
    color: #47363d;
    font-family: "Gilroy-Bold";
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.5px;
    border-top: 1px solid #b2bac4;
    margin: 0;
    padding: 20px 0;
}
.category-page .nav .side-nav.outlet ul li.top span,
.search-page .nav .side-nav.outlet ul li.top span {
    float: right;
    margin: 2px 10px 0 0;
}
.category-page .nav .side-nav.mobile-filter ul li,
.search-page .nav .side-nav.mobile-filter ul li {
    margin: 0 20px;
}
