.nav-regular .nav-item.level0.sale-color a, .nav-regular .nav-item.level0.sale-color a:hover,
.nav-regular .nav-item.level0.sale-color.active a.level-top {
    color: #f40a60;
    font-weight: bold;
}
.nav-regular .nav-item.level0 .level-top{
    font-size: 16px;
    text-transform: capitalize;
    line-height: 45px;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    padding: 0 20px;
    display: block;
    text-decoration: none;
}
.nav-regular .nav-item.level0.home .level-top{
    padding: 0 10px;
}
/*.sale-color{*/
/*border-left: 1px solid #6a6a6a;*/
/*border-right: 1px solid #6a6a6a;*/
/*}*/
.nav-regular .nav-item.black-friday .level-top:hover{
    background: #3e3939;
}
.nav-regular .nav-item.black-friday.active .level-top{
    background: #3e3939;
}
@media(max-width: 1280px){
    ul.nav-regular li:nth-child(4){
        display: none;
    }
    .nav-regular .nav-item.level0 .level-top{
        padding: 0 9px;
    }
}
@media(max-width: 1000px){
    ul.nav-regular li:nth-child(11){
        display: none;
    }
    .nav-regular .nav-item.level0 .level-top{
        padding: 0 5px;
    }
}
@media(max-width: 959px){
    ul.nav-regular li:nth-child(10){
        display: none;
    }
    .nav-regular .nav-item.level0 .level-top{
        padding: 0 5px;
    }
}