.breadcrumb {

	ol {
		display: block;
	}

	li {
		list-style-type: none;
		display: inline-block;

		&.item_1 {
			font-weight: bold;
			padding-left: 0;
		}

		&:last-child {
			font-weight: normal;
			color: $text;
		}
	}
}