.my-categories-wrap {
    text-align: left;
    padding: 0.5rem 0.5rem 0 0.5rem;
    list-style: none;
    color: #333;
    width: 1356px;
    margin-top: 0;
}

.main-categories {
    display: block;
    width: 20%;    
    float: left;
    position: relative;
    padding: 0.85rem 0;
    height: 475px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}

.main-categories li:hover {
    background-color: #eee;
}

.active-categorie-list {
    background-color: #ddd;
}

.main-categories::-webkit-scrollbar, .section-categories::-webkit-scrollbar {
    width: 15px;
}

.main-categories::-webkit-scrollbar-track, .section-categories::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 30px;
}

.main-categories::-webkit-scrollbar-thumb, .section-categories::-webkit-scrollbar-thumb {
    border-radius: 30px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #666;
}

.section-categories {
    display: inline-block;
    width: 80%;
    background-color: #fff;
    position: relative;
    padding: 0.85rem 10px;
    height: 475px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}

.section-categories h5 {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    color: #444;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-categories a {
    color: #777;
    padding: 2px 10px;
    text-decoration: none;
    display: flex;
    font-weight: 400;
    z-index: 20;
    transition: .2s;
    line-height: normal;
}

.section-categories a:hover {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    background-color: #eee;

}

.my-categorie-item {
    padding-bottom: 0.5rem;
    border-bottom: 0.5px solid #ddd;
}

.my-categorie-item a {
    color: #777;
    padding: 2px 10px;
    text-decoration: none;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    z-index: 20;
    transition: .2s;
    line-height: normal;
}

.li-categorie {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 240px;
    white-space: nowrap;
}

.categorie-content-item {
    display: none;
}

.linediv {
    height: 2px!important;
    margin-top: 0;
    background-color: #fcb715;
}

/* edit style defualt */
.categories-dropdown-active-large {
    border-radius: 0px !important;
}

.main-categori-wrap .categori-dropdown-inner {
    min-width: 206px !important;
}