.shop a.mini-link:hover {
	color: #f78d22;
}
.shop .mini-item:active {
	background: #e67400;
}
.crumb a:hover {
	color: #e67400;
}
.icons {
	text-align: center;
	color: #333;
}
.icons a {
	display: block;
	color: #333;
	padding: 10px 0;
	line-height: 1rem;
}
.icons a:hover {
	text-decoration: none;
	color: #f78d22;
}
.icons a div {
	font-size: 2.25rem;
	color: #f78d22;
	margin-bottom: 10px;
}
.icons a span {
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
}
.footer a:hover {
	color: #e67400;
}