@charset "UTF-8";

#headcomparatore {
	width: 100%;
	height: 292px;
	overflow: hidden;
	position: relative;
}

#headcomparatore img {
	position: absolute;
  left: 50%;
  margin-left: -830px;
}

#comparatore {
	width: 1000px;
	margin: auto;
}

#comparatore .row {
	border-bottom: 1px solid #eeebeb;
	display: table;
}

#comparatore .row:nth-of-type(1) {
	border-bottom: none;
}

#comparatore .col {
	width: 188px;
	display: table-cell;
	padding: 30px;
	font-size:  14px;
	color: #545454;
	font-family: 'ubunturegular';
	vertical-align: middle;
	position: relative;
}

#comparatore .row:nth-of-type(1) .col {
	width: 248px;
	padding: 0px;
	vertical-align: top;
}

#comparatore .row:nth-of-type(1) .col:nth-of-type(1) {
	font-size: 32px;
	color: #bd121a;
	width: 188px;
	padding: 30px;
	padding-top: 60px;
}

#comparatore .col:nth-of-type(2), #comparatore .col:nth-of-type(3), #comparatore .col:nth-of-type(4) {
	border-left:  1px solid #eeebeb;
}

#comparatore .script {
	font-family: 'wisdom_scriptregular';
	font-size: 18px;
	color: #c00d0e;
}

#comparatore .select {
	position: relative;
}

#comparatore .select .area {
	position: absolute;
	margin-left: -16px;
	width: 218px;
	background-color: #ffffff;
	z-index: 1;
	border: 1px solid #eeebeb;
	top: -270px;
	display: none;
}

#comparatore .select .img {
	position: absolute;
	z-index: 4;
	top: -269px;
}

#comparatore .select .img img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#comparatore .select .label {
	font-size: 16px;
	color: #bd121a;
	padding-right: 28px;
	background-image: url(../../img/select.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

#comparatore .select .list {
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	width: 190px;
	padding-right: 14px;
	max-height: 200px;
	overflow-y: hidden;
	display: none;
	z-index: 3;
}

#comparatore .select .list .sep {
	background-color: #eeeeee;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#comparatore .select .list p {
	font-family: 'ubuntulight';
	font-size: 12px;
	color: #7e7e7e;
	margin: 0px;
	cursor: pointer;
	line-height: 20px;
}

#comparatore .select .list p:hover {
	color: #4e4e4e;
}

#comparatore .check {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 13px;
	font-style: italic;
	color: #545454;
	background-color: #f0f0f0;
	padding: 5px;
	border-radius: 5px;
}

#comparatore .scheda {
	display: inline-block;
	width: 177px;
	height: 45px;
	background-color: #bd121a;
	border: 1px solid #bd121a;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	font-family: 'ubunturegular';
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
	vertical-align: middle;
}

#comparatore .scheda.hover {
	background-color: #ffffff;
	color: #bd121a;
	border: 1px solid #bd121a;
}

#comparatore .note {
	padding: 30px;
	font-size:  12px;
	color: #545454;
	font-family: 'ubunturegular';
}

#note_lavastoviglie {
	display: none;
}
