.categoryMenu{
            /*background:#1E1E21;*/
            background:#1E1E21;
            border-radius:25px;
            color:#fff;
            margin:0;
            font-weight:bold;
        }
  
        
        .item{
            border-bottom:1px solid #000;
        }
        .item-child:hover{
            cursor: pointer;
            color:#FCED50;
        }
        .item .item-child:hover{
            background: #2E2E2E;
        }
        
        .depth-0 > .item:first-child .item-child:hover{
            border-radius:25px 25px 0 0;
        }
        .depth-0 > .item:last-child .item-child:hover{
            border-radius:0 0 25px 25px;
        }
        
        .item > .item-child {
            padding-top:10px;
            padding-bottom:10px;
        }
        .depth-1 .item {
            background:#34343B;
            padding-top:0;
        }
        .depth-2 .item {
            background:#4A4A53;
            padding-top:0;
        }
        .item-child{
            padding:0 20px;
        }
        .item:last-child{
            border:none;
        }
        .badge-primary{
            background:#FCED50;
            color:#000;
        }
        .active{
            color:#FCED50;
        }
        ul{
            list-style:none;
        }
        
        .depth-1, .depth-2 {
            display:none;
        }
        
        .iksm-terms-tree__inner > .iksm-term--parent:first-child{
            border-radius:25px 25px 0 0;
        }
        .iksm-terms-tree__inner > .iksm-term--parent:last-child{
            border-radius:0 0 25px 25px;
        }