<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu_vertical .sj-megamenu .level-1 {
	border: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.menu_vertical .sj-megamenu .level-1 .sj-menu-left,
.menu_vertical .sj-megamenu .level-1 .sj-menu-right {
	top: 0;
	border: 1px solid rgba(0,0,0,0.07);
}
.menu_vertical .sj-megamenu-parent &gt;li.sj-has-child&gt;a {
	position: relative;
}
.sambar.layout1 .menu_vertical .sj-megamenu-parent &gt; li.sj-has-child &gt; a:after {
	position: absolute;
	content: "\f105";
	right: 20px;
}

.sambar.layout2 .menu_vertical .sj-megamenu-parent &gt; li.sj-has-child&gt; a:after{
	content: "\f104";
	position: absolute;
	left: 20px;
}

</pre></body></html>