.me-select {
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    height: auto;
    display: inline-block;
}

    .me-select ul {
        list-style: none;
        padding: 0;
        width: 100%;
    }

    .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;
    }

.cruscotto .me-select li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

    .cruscotto .me-select li .field_module {
        width: 100px;
        margin-left: 10px;
    }

.cruscotto .me-select li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
    color: #666;
}
.cruscotto .me-select label span {
    color: #666;
}
    .cruscotto .me-select li span.li_field {
        padding-left: 35px;
    }

.me-select.opzioni li .prezzo {
    position: relative;
    float: right;
    width: auto;
    font-weight: bold;
    color: #333;
    margin-top: 7px;
}

.me-select.opzioni li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
/*
.me-select.opzioni input[type="checkbox"]:checked + label::after {
	border: 3px solid #666;
	border-top: none;
	border-right: none;
}*/
.me-select.cinquanta li {
    width: 50%;
    float: left;
}

.me-select.cinquanta.opzioni label span {
    color: #333;
    font-weight: bold;
}

.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 0px 5px 30px;
    vertical-align: top;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    font-family: 'Arimo', sans-serif;
    margin-left: 10px;
}

    .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;
}

.me-select.cinquanta label span {
    color: #333;
}

.me-select.opzioni label {
    width: 80%;
}

    .me-select.opzioni label span {
        color: #666;
    }


.me-select input[type="checkbox"],
.me-select input[type="checkbox"]:checked + label::after,
.me-select input[type="radio"],
.me-select input[type="radio"]:checked + label::after,
.me-select label::before {
    left: 0px;
    margin-top: -2px;
    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.colore label.bianco::before {
    background: white;
}

.me-select.colore label.grigio::before {
    background: gray;
}

.me-select.colore label.marrone::before {
    background: brown;
}

.me-select.colore label.nero::before {
    background: black;
}

.me-select.colore label.rosso::before {
    background: red;
}

.me-select.colore label.giallo::before {
    background: yellow;
}

.me-select.colore label.verde::before {
    background: green;
}

.me-select.colore label.blu::before {
    background: blue;
}

.me-select.colore input[type="checkbox"]:checked + label.grigio::after, .me-select.colore input[type="checkbox"]:checked + label.marrone::after, .me-select.colore input[type="checkbox"]:checked + label.nero::after, .me-select.colore input[type="checkbox"]:checked + label.rosso::after, .me-select.colore input[type="checkbox"]:checked + label.verde::after, .me-select.colore input[type="checkbox"]:checked + label.blu::after {
    border-color: white
}

.me-select.colore input[type="radio"]:checked + label.grigio::after, .me-select.colore input[type="radio"]:checked + label.marrone::after, .me-select.colore input[type="radio"]:checked + label.nero::after, .me-select.colore input[type="radio"]:checked + label.rosso::after, .me-select.colore input[type="radio"]:checked + label.verde::after, .me-select.colore input[type="radio"]:checked + label.blu::after {
    border-color: white
}

.me-select label::before {
    margin-top: -2px;
    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%, #f1f1f1 40%, #ccc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 40%, #ccc 100%);
    background: -o-linear-gradient(top, #fff 0%, #f1f1f1 40%, #ccc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f1f1f1 40%, #ccc 100%);
    background: linear-gradient(top, #fff 0%, #f1f1f1 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: 4px;
    margin-left: 4px;
}

/* Media Queries */
@media (max-width:500px) {
    .cruscotto .me-select li .field_module {
        width: 100px !important;
        min-width: 100px !important;
    }
    .cruscotto .me-select li span.li_field {
        padding-left: 0px;
    }
}
