@charset "UTF-8";


#filtergroup-6 {
	margin: 0 -2%;
}
.hasColors {
	display: inline-block;
	width: 16%;
	height: 35px;
	margin:0 2% 4%;
	position: relative;
}
.hasColors > *:not(.colorButton) {
	display: none;
}
.colorButton {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100% !important;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border:solid 2px rgba(213,213,213,1.00);
}
.colorButton .amount {
	position: absolute;
	font-size: 9px;
	line-height: 1;
	color: rgba(255,255,255,1.00);
	font-family: 'Arial';
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.colorButton.light .amount {
	color: rgba(0,0,0,1.00);
}
input:checked + .colorButton:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 1;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #82c91e;
	border: 1px solid white;
	color: rgba(255,255,255,1.00);
	box-shadow: 1px 1px 0 rgba(0,0,0,.2);
	z-index: 20;
	text-align: center;
	bottom: -4px;
	right: -4px;
	padding: 3px 0 0;
}



#subscription-maillist {
    width: 100%;
    background:rgba(240,240,240,1.00);
    border: 1px solid rgba(203,203,203,1.00);
    border-radius: 3px;
	float:left;
    margin-bottom: 1rem;
    padding: 1rem;
	color: rgba(27,27,27,1.00);
}
#subscription-maillist > input {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
#subscription-maillist > div {
	display: inline-block;
	margin-left: 1rem;
	width: 80%;
	vertical-align: top;
}
#subscription-maillist small {
	display: block;
	margin: 3px 0 0;
}

label[for="checkout_customer_email"] + #subscription-maillist {
	width: 95%;
	font-size: 12px;
}