.me-select {
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
fieldset .me-select {
	position: relative;
	width: 100%;
	clear: inherit;
	float: left;
}
.me-select ul {
	list-style: none;
	padding: 0;
	width: 100%;
}
.selettori_shop .me-select li {
	margin-bottom: 5px;
	width: 50%;
	position: relative;
	float: left;
}
.me-select.marchi table {
	list-style: none;
	width: 100%;
	margin: 20px 0px;
	background: #f1f1f1bf;
	padding: 0px 10px 10px 10px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}
article .me-select.marchi td {
	display: inline-block;
	margin: 5px;
}
article section .me-select.marchi ul li::before {
	content: "";
	margin-right: 0px
}
.me-select li, article .me-select li {
	margin: 0 auto;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	background: none
}
.me-select li.selected {
	box-shadow: inset 0 0 0 40px rgba(255, 246, 0, 0.1);
}
.me-select label {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 5px 5px 5px 33px;
	vertical-align: top;
	cursor: pointer;
	font-size: 14px;
}
.me-select label span {
	vertical-align: middle;
	display: inline-block;
}
.colore.me-select label {
	display: inline-block;
	width: 20px;
	position: relative;
	float: left;
	padding: 0px;
	vertical-align: top;
	cursor: pointer;
	font-size: 14px;
	height: 22px;
	margin: 3px;
}
.colore.me-select label span {
	display: none
}
/*
.me-select label span:first-child {
	width: 30%;
	color: rgba(97,107,107,0.7);
}

.me-select label span:nth-child(2),
.me-select label a {
	width: 60%;
	color: #31d2d4;
}
*/
.me-select label span {
	width: 100%;
	text-align: left;
	color: #999;
	font-size: 12px;
	margin-top: 1px;
}
.me-select label span img {
	z-index: 2;
	position: relative;
	max-width: 98px;
	max-height: 40px;
}
.me-select label span.hotspot {
	color: #666;
	font-size: 14px;
}
.me-select.marchi input[type="checkbox"]:checked + label::after, .me-select.marchi input[type="radio"]:checked + label::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 0px;
	margin-left: 0px;
	top: 0px;
	z-index: 1;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.me-select.marchi {
	margin-bottom: 0px;
}
.me-select.marchi label::before {
	display: none
}
.me-select.marchi label {
	padding: 10px;
	margin: 0px;
	height: 62px;
}
aside .me-select label span {
	color: #666;
	font-size: 15px;
	font-weight: normal;
}
aside .me-select {
	margin-bottom: 0px;
	padding: 10px 20px;
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	background-color: white;
}
fieldset .me-select label span {
	color: #333;
	font-size: 16px;
}
.campo_form .me-select label span {
	font-size: 14px;
	color: #242121;
}
.campo_form .me-select label span a {
	text-decoration: underline
}
.me-select input[type="checkbox"], .me-select label::before, .me-select input[type="checkbox"]:checked + label::after, .me-select input[type="radio"], .me-select label::before, .me-select input[type="radio"]:checked + label::after {
	/* width: 26px; */
	/* height: 26px; */
	/* top: 50%; */
	left: 0px;
	margin-top: 0px;
	position: absolute;
	cursor: pointer;
}
.me-select input[type="checkbox"], .me-select input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}
.me-select label::before {
	content: '';
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fff 0%, #eae9e7 40%, #ccc 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eae9e7 40%, #ccc 100%);
	background: -o-linear-gradient(top, #fff 0%, #eae9e7 40%, #ccc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eae9e7 40%, #ccc 100%);
	background: linear-gradient(top, #fff 0%, #eae9e7 40%, #ccc 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc', GradientType=0);
}
.me-select input[type="checkbox"]:checked + label::after, .me-select input[type="radio"]:checked + label::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 5px;
	margin-left: 5px;
	top: 4px
}
@media (max-width:875px) {
	.me-select.marchi ul {
		margin: 0px;
	}
}
@media (max-width:500px) {
	.me-select label span img {
		max-width: 100px;
		max-height: 40px;
	}
	.me-select.marchi label {
		padding: 0px;
		margin: 0px;
		height: auto;
	}
}
