body {
	border-top: 10px solid #fecf2b;
}

a:link {
	color: #0099ff;
	text-decoration: none;
}
a:visited {
	color: #0099ff;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
a:active {
	color: #0099ff;
	text-decoration: underline;
}

.p-shop__title {
	color: #000 !important;
}
.p-shop__title a:link {
	color: #000 !important;
}
.p-shop__title a:visited {
	color: #000 !important;
}
.p-shop__title a:hover {
	color: #000 !important;
}
.p-shop__title a:active {
	color: #000 !important;
}

.c-alert {
	background-color: #eee;
	color: #000;
}
.c-alert.c-alert--danger {
	background-color: #feedeb;
	color: #ff0000;
}
.c-button {
	border: 1px solid #000;
	border-radius: inherit;
	box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0);
	font-weight: bold;
}
.c-button__group--sub a:link, .c-button__group--sub a:visited, .c-button__group--sub a:hover, .c-button__group--sub a:active {
	background-color: #fecf2b;
	color: #000;
}
.c-buttons-sm {
	border: 1px solid #000 !important;
	box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0);
	color: #000;
}
.c-buttons-sm:visited {
	color: #000;
}
.c-buttons-sm:hover {
	background-color: #e8b400 !important;
	color: #000 !important;
}
.c-buttons-sm:active {
	background-color: #e8b400 !important;
	color: #000 !important;
}

.c-button--sm {
	border: 1px solid #000 !important;
	box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0);
	color: #000;
}
.c-button--sm:visited {
	color: #000;
}
.c-button--sm:hover {
	background-color: #e8b400 !important;
	color: #000 !important;
}
c-button--sm:active {
	background-color: #e8b400 !important;
	color: #000 !important;
}

.c-button--primary {
	background-color: #ff0000;
	border: 1px solid #000;
	color: #fff;
}
.c-button--primary:visited {
	background-color: #ff0000;
	border: 1px solid #000;
	color: #fff;
}
.c-button--primary:hover {
	background-color: #ca0000;
	border: 1px solid #000;
	color: #fff;
}
.c-button--primary:active {
	background-color: #ca0000;
	border: 1px solid #000;
	color: #fff;
}

.c-button--danger {
	background-color: #999;
	border: 1px solid #000;
	color: #fff;
}
.c-button--danger:visited {
	background-color: #999;
	border: 1px solid #000;
	color: #fff;
}
.c-button--danger:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.c-button--danger:active {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}