 [class^="c49mod-menu-horizontal-"]  .dropdown-toggle::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	border: 0;
	vertical-align: text-top;
	margin-right: 10px;
	display: inline;
	font-weight: 800;
}
.nav.navbar-nav {width: 100%;}
.nav.navbar-nav .dropdown {margin-bottom: 0;}
.navbar.no-collapse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
[class^="c49mod-menu-horizontal-"] .dropdown-item {
    position: relative;
}