@charset "UTF-8";
/* ➤➤➤ Breadcrumbs ➤➤➤ */
.bot_crumbs {
    font-size: 15px;
	margin-top: 16px;
}
.bot_crumb {
	color: #777;
}
.bot_crumb:not(:last-child):after {
    content: ">";
    margin: 0 8px;
}

@media screen and (max-width: 767px) {
	.bot_crumbs {

	}
	.bot_crumb {

	}
}
