/* CSS Document */
.store .mainstore {
	vertical-align: top;
}
.store .mainstore, .store .substore {
	vertical-align: top;
}

.store .resultList .item.active {
	box-shadow: 0 0 1px 2px var(--Scarlett-Color);
}

.breadcrumbs {
	padding: 8px 20px;
	margin-bottom: 1.5rem;
	font-size: 140%;
	color: #666;
	border: 1px solid #000;
}
.breadcrumbs a {
	margin: 0 5px;
	color: #000;
	transition: transform 100ms cubic-bezier(0.54, 0.09, 0.8, 1);
	display: inline-block;
	font-weight: 200;
}
.breadcrumbs a:first-of-type {
	margin-left: 0;
}
.breadcrumbs a:last-of-type  {
	margin-right: 0;
}
.breadcrumbs a.selected {
	text-decoration: none;
	font-weight: 400;
}
.breadcrumbs a:not(.selected):hover {
	transform: translateY(-2px);
	text-decoration: none;
}
