.close_btn_slide {
    background: transparent;
    font-size: 25px;
    position: absolute;
    color: #2f8fcc;
    z-index: 9;
    right: 0px;
    top: 0px;
}
.close_btn_slide:hover{
    color:#7eaf38;
}
.side-nav {
position: fixed;
    z-index: 1002;
    top: 0;
    bottom: 0;
    left: -320px;
    width: 320px;
    background: #fff;
    padding: 0px;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
.mCSB_inside>.mCSB_container{
        margin-right: 10px !important;
}
.wrapper-side{
    padding: 0px 0px 40px;
}
.side-nav-overlay {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
        background: rgba(0,0,0,.3);
}
.nav-open .side-nav-overlay {
    display: block;
}
.nav-open .side-nav {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
}

   #side-nav a:hover, #side-nav  .current a{
    text-decoration: none;

   } 
.nav-open .side-nav {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
}
/*.wrapper-side .depth_item_numb_0{
display: none;
}*/