.catalog-nav-custom > li > ul li {
    flex-direction: column;

}
.catalog-nav-custom .menu-item {
    display: flex;
    position: relative;
}
.catalog-nav-custom .menu-item > a {
    max-width: 80%;
}
.catalog-nav-custom .menu-item .arrow-btn:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    pointer-events: all;
    color: #999;
    position: absolute;
    text-align: center;
    right: -5px;
    top: 50%;
    margin-top: -6px;
    width: 11px;
    height: 11px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 12px;
    border: 1px solid #999;
    padding: 0 0 0 0.5px;
    font-weight: bold;
    cursor: pointer;
}
.catalog-nav-custom ul > li.active .menu-item .arrow-btn:after {
    content: '\f106';
    line-height: 11px;
}
.catalog-nav-custom > li > ul li .subnav-custom {
    display: none;
}
.catalog-nav-custom > li > ul li.active .subnav-custom {
    display: block;
}
.catalog-nav-custom .subnav-custom > li.active a {
    color: #000;
}
.catalog-nav.catalog-nav-custom .title:after {
    right: 15px;
}
.subnav-custom.--three {
    margin: 10px 0 0 10px;
}