.nav-header.category_two {
    display: none;
}
.category_two li:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url("images/Vector.png");
}
.category_two li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category_two li.nav-header__li {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #404040;
}
.green {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    color: #7AA141;
}
.category_two .category_two__li {
    display: none;
}
.category_two.open .category_two__li {
    /* display: flex; */
    display: block;
    position: relative;
    margin-bottom: 0;
}
.category_two.open .category_two__li::after {
    position: absolute;
    top: 9px;
    right: 0;
    z-index: -1;
}
.category_two.open .category_two__li .nav-header__link {
    padding: 7px 0;

}
.category_two__header {
    margin-bottom: 5px !important;
}
.close {
    display: none !important;
}