/* breascrumb */

.mc-breadcrumb-wrapper {
	width: 100%;
	height: 48px;
}

.mc-breadcrumb {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    padding: 2px 64px;
    margin: 0 auto;
}

.fbc-page .fbc-wrap .fbc-items {
	font-family: "OpenSans", sans-serif;
	line-height: 20px;
}

.fbc-page .fbc-wrap .fbc-items li {
	padding: 24px 2px 0;
}

.fbc-page .fbc-wrap .fbc-items li.active {
	font-weight: 600;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
	padding-left: 0;
}

.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
	height: 18px;
	width: 30px;
	display: inline-block;
	vertical-align: text-top;
	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon / chevron-right"><path id="icon" d="M9.70697 16.9496L15.414 11.2426L9.70697 5.53564L8.29297 6.94964L12.586 11.2426L8.29297 15.5356L9.70697 16.9496Z" fill="%23070C36"/></g></svg>');
	background-position: 50% 50%;
}

.fbc-page .fbc-wrap .fbc-items li a {
	text-decoration: none;
}

.fbc-page .fbc-wrap .fbc-items li a:hover {
	color: var(--green);
}

.block-editor .fbc-page {
	display: none;
}

@media (max-width: 768px) {
	.mc-breadcrumb {
	    flex-direction: column;
	    padding: 2px 20px;
    }
}