#sort1 .btn-danger,
#sort2 .btn-success,
#block_sort_a:not(.canAdd) .btn-success {
    display: none;
}

.max350 {
    height: 345px;
    overflow: auto;
}
.max400 {
    height: 400px;
    overflow: auto;
}
.block_sort li {
    padding: 3px;
    overflow: hidden;
    min-height: 30px;
    border-bottom: 1px dotted #d2d6de;
}
.box-body ul{
    list-style: none;
    padding-inline-start: 20px;
    position: relative;
}
.box-body ul ul{
    margin-top: 10px;
}
.box-body ul li{
    margin-bottom: 10px;
    position: relative;
}
.box-body li:not(.item-has-child) > .cat_show_hide{
    display: none;
}
.box-body li.closeParent > ul {
    display: none;
}
.block_sort ul{
    padding-left: 0 !important;
}
.block_sort li{
    margin-bottom: 0 !important;
}
.box-body ul li span.text{
    padding-right: 30px;
}
.group_li {
    position: absolute;
    right: 0;
    top: 0;
}
.group_li .dropdown-menu{
    left: auto;
    right: 0;
}
.group_li .dropdown-menu a{
    display: block;
    padding: 3px 6px;
    color: #000;
}
.box-body .cat_show_hide{
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    left: -15px;
    top: 1px;
}
.box-body .handle {
    margin-right: 7px;
    cursor: move;
    padding: 0 7px;
}
.box-b
.block_sort li i {
    font-style: normal;
}

.pl {
    float: left;
}

.pr {
    float: right;
}

.li_c {
    width: 80%;
    display: inline-block;
}

.max60vh {
    height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.sort_producat li {
    width: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 11px;
    position: relative;
}

ul.sort_producat li img {
    width: 100px;
    margin-bottom: 10px;
}

ul.sort_producat li i.fa {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#sort_producat_json {
    position: relative;
    padding: 0;
    margin: 0;
}

#modal-json pre {
    max-height: 400px;
}

.json_block {
    padding: 5px;
    margin: 0 0 5px;
}

.json_block .json-string {
    color: green;
}

.json_block .json-number {
    color: darkorange;
}

.json_block .json-boolean {
    color: blue;
}

.json_block .json-null {
    color: magenta;
}

.json_block .json-key {
    color: red;
}

/* COLORS */
.selected_colors li,
.selected_brands li {
    margin-bottom: 10px;
}

.info-box {
    position: relative;
}
.activeParse {
    position: absolute;
    top: 0px;
    right: 10px;
}