.mob-menu {
    top: 61px;
}


.christmas-nav {
    background-color: #0f4741;
    border-top: 1px solid #0f4741;
    border-bottom: 1px solid #0f4741;
}

.christmas-nav>a {
    color: #dcc778 !important;
}

.christmas-nav:hover>a {
    color: #dc143c !important;
}



/*********************  THE OPEN NAV TAB *********************/

.the-open-nav,
.the-open-nav .hover>a {
    background: #1b1b3c;
    color: #ffffff;
}

.the-open-nav.hover>a:after {
    background: #e8b02f;
}



/*********************  SALE NAV TAB *********************/

.sale2 {
    background: #e30616;
}

/*********************  CUSTOM FIT NAV TAB *********************/

.custom-fit--nav {
    background-color: #173e6f!important;
}

@media screen and (max-width: 767px) {
    .custom-fit--nav .a-level-1 {
        color: #fff!important;
    }
}

.header-navigation .menu-category .li-level-1 .a-level-1 {
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .header-navigation .menu-category .li-level-1 .a-level-1 {
        line-height: 1.1;
    }
}


/*********************  NEW ARRIVALS NAV TAB *********************/

/*
.new--nav,
.new--nav.hover>a {
    background: #127e57;
}
*/

.new--nav>a:after {}

.new--nav.hover>a:after {}

.badge.badge-new {
    padding: 0;
}



/*********************  GIFTING NAV TAB *********************/

.gifting-nav {
    background: #0f4741;
}

.gifting-nav>a {
    color: #dcc778 !important;
}

.gifting-nav.hover>a {
    color: #1e1e1e !important;
}

.gifting-nav>a>span {
    color: #1e1e1e !important;
}