*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ac-custom {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
	padding-bottom: 10px;
}

.ac-custom h2 {
    color: #262626;
    text-transform: uppercase;
    font-size: 15px;
        display: block;
    clear: both;
    background: #DADADA;
    padding: 10px;
    font-weight: 600;
	    margin-bottom: 10px;
}

.ac-custom ul,
.ac-custom ol {
    list-style: none;
    margin: 0 auto;
    max-width: 800px;
    padding: 0px 10px;
}

.ac-custom li {
    margin: 0 auto;
    padding: 10px 0px;
    position: relative;
}

.ac-custom ul.misure_personalizzate li {
    padding: 0px;
}

.ac-custom label {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding: 0 0 0 40px;
    vertical-align: top;
    color: #666;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
    width: 25px;
    height: 25px;
    left: 2px;
    margin-top: -2px;
    position: absolute;
    cursor: pointer;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}

.ac-custom label::before {
	content: '';
	border: 2px solid #666;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ac-radio label::before {
	border-radius: 50%;
}

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
	color: #262626;
} 

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
	opacity: 0.8;
}

/* General SVG and path styles */

.ac-custom svg {
	position: absolute;
	width: 20px;
	height: 20px;
	
	    margin-top: 1px;
	left: 5px;
	pointer-events: none;
}

.ac-custom svg path {
	stroke: #262626;
	stroke-width: 13px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

/* Specific input, SVG and path styles */

/* Circle */
.ac-circle input[type="checkbox"],
.ac-circle input[type="radio"],
.ac-circle label::before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	left: 10px;
	position: absolute;
}

.ac-circle label::before {
	background-color: #fff;
	border: none;
}

.ac-circle svg {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	left: -10px;
}

.ac-circle svg path {
	stroke-width: 5px;
} 

/* Box Fill */
.ac-boxfill svg path {
	stroke-width: 8px;
} 

/* Swirl */
.ac-swirl svg path {
	stroke-width: 8px;
}

/* List */
.ac-list ol {
	list-style: decimal;
	list-style-position: inside;
}

.ac-list ol li {
	font-size: 2em;
	padding: 1em 1em 0 2em;
	text-indent: -40px;
}

.ac-list ol li label {
	font-size: 1em;
	text-indent: 0;
	padding-left: 30px;
}

.ac-list label::before {
	display: none;
}

.ac-list svg {
	width: 100%;
	height: 80px;
	left: 0;
	top: 1.2em;
	margin-top: 0px;
}

.ac-list svg path {
	stroke-width: 4px;
}

/* Media Queries */
@media screen and (max-width: 50em) {
	section {
		font-size: 80%;
	}
}


/* dettaglio prodotto */
.descrizione_prod .ac-custom {
    position: relative;
    float: right;
       width: 72%;
	border-top: none;
    padding-bottom: 0px;
	}
	
.descrizione_prod	.ac-custom ul, .descrizione_prod .ac-custom ol {
    padding: 0px;
}
	
	.descrizione_prod ul.descrizione .ac-custom  li label,  .descrizione .ac-custom  label {
  width: auto;
    position: relative;
    float: left;
    margin-right: 10px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    color: #262626;
    text-transform: uppercase;
	}
	
	.descrizione_prod ul.descrizione .ac-custom  li,
	.descrizione .ac-custom  ul li {
    list-style-type: none;
    width: 100%;
    clear: both;
    margin-bottom: 0px;
    color: #666;
    border-bottom: none;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    border-top: none;
}

	.descrizione .ac-custom  ul li img {
    position: relative;
    float: right;
        margin-right: 3px;
    top: 0px;
    width: 20px;
}

.descrizione_prod .ui-widget  .ac-custom {
    position: inherit;
    float: inherit;
    width: 100%;
    border-top: none;
    padding-bottom: 0px;} 



@media (max-width:650px) {

.descrizione_prod .ac-custom {

       width: 70%;

	}

	}