@charset "utf-8";

#header-nav-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    height: 32px;
    line-height: 32px;
}
#header-nav-items {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    color: #1C9C5E;
    padding: 0;
}
#header-nav-items a:link,#header-nav-items a:active, #header-nav-items a:visited, #header-nav-items a:focus {
    color: #1C9C5E;
    text-decoration: none;
}
#header-nav-items .header-nav-item {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    background: #e8f9f4;
}
#header-nav-items .header-nav-item:nth-child(n+5) {
    display: none;
}
#header-nav-items .nav-item-category {
    display: none;
    cursor: pointer;
}
#header-nav-items .icon-category {
    font-size: 22px;
}
#header-nav-items .nav-item-category.active-nav-item {
    background: #fff;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.store_location {
    top: 17px;
}
#pc_store .storeList {
    top: 13px;
}
#categories .category-btn {
    display: none;
}
.header-links {
    margin-left: 15px;
}
.header-nav-container {
    position:absolute;
    width:100%;
    z-index:9
}
.header-nav-pad {
    padding-top: 32px;
}
.body-container .body-menu {
    display: none;
}

@media (min-width: 420px) {
    #header-nav-items .header-nav-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
    #header-nav-items .header-nav-item:nth-child(n+5) {
        display: block;
    }
    #header-nav-items .header-nav-item:nth-child(n+6) {
        display: none;
    }
}

@media (min-width: 620px) {
    #header-nav-items .header-nav-item {
        font-size: 16px;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #header-nav-items .header-nav-item:nth-child(n+5) {
        display: block;
    }
    #header-nav-items .header-nav-item:nth-child(n+6) {
        display: block;
    }
    #header-nav-items .header-nav-item:nth-child(n+7) {
        display: none;
    }
}

@media (min-width: 768px) {
    .navigation .nav-bar {
        max-width: 100%;
    }
    #container-fluid-toggle {
        max-width: 100%;
        position: relative;
    }
    .categories{
        top: 88px;
        left: 0;
        z-index: 999998;
    }
    .common-container {
        max-width: 100%;
    }
    .department-menu {
        display: none;
        left: 0!important;
        top: 0!important;
    }
    .department-menu .department-arrow {
        display: none;
    }
    .body-container {
        max-width: 100%;
        margin: 0 auto;
    }
    .row-flex {
        display: flex;
    }
    .body-container .body-main {
        width: 100%;
        display: inline-block;
        font-size: 14px;
    }
    .department-menu {
        width: 240px;
        box-shadow: none!important;
    }
    .department-menu .menu-list {
        width: 240px;
        border-left: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        border-top: 1px solid #E6E6E6;
    }
    .department-menu .banner-logo {
        display: none!important;
    }
    #header-nav-items .header-nav-item {
        flex: 0 0 16.6666666667%;
    }
    #header-nav-items .nav-item-category {
        display: block;
    }
    .department-menu .menu-list {
        height: auto;
        background-color: #fff;
    }
}

@media (min-width: 950px) {
    .store_location {
        left: 275px;
    }
}

@media (min-width: 1200px) {
    .navigation .nav-bar {
        max-width: 1200px;
    }
    #container-fluid-toggle {
        max-width: 1200px;
    }
    .body-container {
        max-width: 1200px;
    }
    .department-menu {
        width: 200px;
    }
    .department-menu .menu-list {
        width: 200px;
    }
    .department-menu .menu-list {
        height: 100%;
    }
    .margin-fix {
        margin-left: 0;
        margin-right: 0;
    }
    .webinventory-wing-left {
        display: none;
    }
    .webinventory-wing-right {
        display: none;
    }
}

@media (min-width: 1440px) {
    .body-container-row {
        width: 100%;
        overflow: hidden;
        max-width: 100%;
        position: relative;
    }
    .webinventory-wing-left {
        display: block;
        right: 50%;
        margin-right: 720px;
    }
    .webinventory-wing-right {
        display: block;
        left: 50%;
        margin-left: 720px;
    }
    .navigation .nav-bar {
        max-width: 1440px;
    }
    .w-1200 .navigation .nav-bar {
        max-width: 1200px;
    }
    #container-fluid-toggle {
        max-width: 1440px;
    }
    .w-1200 #container-fluid-toggle {
        max-width: 1200px;
    }
    .department-menu {
        display: block;
    }
    .w-1200 .department-menu,.hide-nav-menu .department-menu {
        display: none;
    }
    .body-container {
        max-width: 1440px;
        margin: 0 auto;
    }
    .w-1200 .body-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    .body-container .body-menu {
        width: 240px;
        display: inline-block;
        font-size: 14px;
    }
    .w-1200 .body-container .body-menu {
        width: 200px;
        display: none;
    }
    .hide-nav-menu .body-container .body-menu {
        display: none;
    }
    .body-container .body-main {
        width: calc(100% - 240px);
        display: inline-block;
        font-size: 14px;
    }
    .w-1200 .body-container .body-main {
        width: calc(100% - 200px);
        display: inline-block;
        font-size: 14px;
    }
    .department-menu {
        width: 240px;
    }
    .w-1200 .department-menu {
        width: 200px;
    }
    .department-menu .menu-list {
        width: 240px;
    }
    .w-1200 .department-menu .menu-list {
        width: 200px;
    }
    #header-nav-items .header-nav-item:first-child {
        background: #fff;
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
    }
    .w-1200 #header-nav-items .header-nav-item:first-child,.hide-nav-menu #header-nav-items .header-nav-item:first-child {
        background: #e8f9f4;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .department-menu .banner-logo.show-logo {
        display: block!important;
    }
    #header-nav-items .nav-item-category {
        cursor: default;
    }
    .w-1200 #header-nav-items .nav-item-category,.hide-nav-menu #header-nav-items .nav-item-category {
        cursor: pointer;
    }
    .row-flex .brands_bg {
        background-color: unset;
    }
    .row-flex .brands_bg .brands {
        background-color: #f5f5f5;
    }
    .pad-left-15 {
        padding-left: 15px;
    }
}