.rsp-breadcrumb-wrap{
    display: none;
}

.cunav{
    background-color: #f7f7f7;
    font-size: 16px;
}

.cunav .overlay-tap,
.cunav .overlay-header,
.cunav .overlay-footer{
    display: none;
}

.cunav .title-xs,
.cunav .back-xs{
    display: none;
}

.cunav ul{
    list-style: none;
    padding: 8px 0 0 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.cunav ul li{
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative; left: 0; top: 0;

}

.cunav ul li a{
    display: block;
    padding: 18px 24px;
    color: #25282a;
    text-decoration: none;
}

.cunav ul li a span{
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    background-color: red;
    color: white;
    border-radius: 10px;
    display: inline-block;
    padding: 0 5px;
    margin-left: 8px;
}

.cunav ul li.active{
    background-color: white;
}

.cunav ul li.active:before,
.cunav ul li.active:after,
.cunav ul li:hover:before,
.cunav ul li:hover:after{
    content: ' ';
    display: block;
    position: absolute;
    left: -3px; bottom: 0;
    width: 3px; height: 60px;
}

.cunav ul li.active:before{ background: url('/resources/images/customer/account/navab.gif') no-repeat right bottom;}
.cunav ul li.active:after{ background: url('/resources/images/customer/account/navaa.gif') no-repeat right bottom; left: auto; right: -3px; }
.cunav ul li:hover:before{ background: url('/resources/images/customer/account/navhb.gif') no-repeat right bottom;}
.cunav ul li:hover:after{ background: url('/resources/images/customer/account/navha.gif') no-repeat left bottom; left: auto; right: -3px; }

.cunav ul li.active a{
    font-weight: bold;
}

.cunav ul li:hover{
    background-color: #d8d8d8;
}

.cunav ul li.active:hover{
    background-color: white;
}

.cunav ul li.active:hover:before{ background: url('/resources/images/customer/account/navab.gif') no-repeat right bottom;}
.cunav ul li.active:hover:after{ background: url('/resources/images/customer/account/navaa.gif') no-repeat left bottom; }



@media (max-width: 1200px) {
    .cunav ul li a{
        padding: 18px 23px;
    }
}


@media (max-width: 991px) {

    .cunav{
        font-size: 15px;
    }

    .cunav ul li a{
        padding: 18px 12px;
    }

}

@media (max-width: 767px){

    .cunav .overlay-tap,
    .cunav .overlay-header,
    .cunav .overlay-footer{
        display: block;
    }

    .cunav .overlay-tap{
        padding: 0 15px 1px 15px;
    }

    .cunav .overlay-tap > div:first-child{
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: #b7b7b7;
        padding: 14px 0 3px 0;
    }

    .cunav .overlay-tap > div:last-child{
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        margin-bottom: 18px;
        padding: 4px 10px 6px 10px;
        font-weight: bold;
        background: white url('/resources/images/cms/blank-sheet-labels/01.png') no-repeat right center;
        background-size:  20px;
    }

    .cunav .overlay-header{
        color: black;
        background-color: #eee;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }

    .cunav .overlay-header a.overlay-back{
        display: block;
        color: black;
        padding-left: 10px;
        position: relative; right: 0; top: 0;
    }

    .cunav .overlay-header .row div:last-child{
        text-align: right;
        font-weight: bold;
    }

    .cunav ul{
        height: auto;
        border: none;
        display: block;
        white-space: normal;
    }

    .cunav ul li{
        display: block;
        position: relative;
    }

    .cunav ul li:hover{
    }

    .cunav ul li.active{
        display: block;
    }

    .cunav ul li a {
        padding: 7px 10px;
    }
}