<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ets-dir-ltr.layout_layout2 .mm_menus_ul &gt; li {
    border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.layout_layout2 .mm_menus_li:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.ets-dir-ltr.layout_layout2 .mm_menus_ul &gt; li.mm_no_border {
    border-left: none;
}
.ets-dir-ltr.layout_layout2 .mm_menus_ul &gt; li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.26);
}
@media (max-width: 1199px) and (min-width: 768px) {
    .changestatus.layout_layout2 .ybc-menu-toggle {
        color: #fff;
    }

    .changestatus.layout_layout2 .ybc-menu-toggle .icon-bar {
        background-color: #fff;
    }
    .ets-dir-ltr.layout_layout2.changestatus .mm_menus_ul &gt; li {
        border-right: 1px solid #e7e7e7;
    }

    .changestatus.ets-dir-ltr.layout_layout2 .mm_menus_ul &gt; li.mm_no_border {
        border-left: 1px solid #e7e7e7;
    }
}
</pre></body></html>