.woocommerce-breadcrumb {
	margin-bottom: 1.25em;
	color: $grey-light;
	font-size: 0.875em;

	a {

		&:hover {
			color: $blue;
		}

	}

}