#mg_breadcrumbs {
    display: flex;
    list-style: none;
    margin: 0 auto;
    width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 16px;
	text-align: center;
}
#mg_breadcrumbs > li.home i {
    margin-right: 5px;
	font-size: 14px;
	color: white;
}
#mg_breadcrumbs > li {
	color: white;
	text-align: center;
}

#mg_breadcrumbs > li span {
	color: white;
	text-align: center;
}

#mg_breadcrumbs > li span a{
	color: white;
	text-align: center;
}

#mg_breadcrumbs > li span a:hover{
	color: var( --e-global-color-secondary );
}

#mg_breadcrumbs > li:not(:last-child) {
    margin-right: 10px;
}

#mg_breadcrumbs > li + li:before {
    margin-right: 0;
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    font-size: 10px;
	color: white;
}