/*-- SLIDER PRODOTTI --*/
.slider-home > .bx-wrapper {
	margin: -40px auto 60px;
}

.slider-home > .bx-wrapper .bx-viewport {
	background: #ffffff;
	border: 1px solid #cbcbcb;
}
/*-- FINE SLIDER PRODOTTI --*/

/* -- BOX PRODOTTI --*/
#prodotto_vet_home {
	width: 248px;
	height: 425px;
	float: left;
	text-align: center;
	position: relative;
	background: #ffffff;
	margin: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.prod-offerte-slider {
	border-right: 2px solid #e5e5e5;
}

.prod_foto {
	width: 248px;
	height: 316px;
	min-height: 316px;
	max-height: 316px;
	padding: 60px 0 35px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.prod_foto > span > span {
	display: inline-block;
}

#prodotto_vet_home > span > hr {
	border-bottom: 1px solid #cbcbcb;
	margin: 0;
	width: 160px;
	margin-bottom: 15px;
}

.prod_titolo_vet {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #023b8a;
	margin: 0;
}

#prod_prezzo {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	margin: 5px 0 0;
}

.prodotto-hover {
	position: relative;
}

.prodotto-hover:hover {
	z-index: 2;	
}

#prodotto_vet_home:hover {
	border: 1px solid #b2b2b2;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-transform: scale(1.13);
	-moz-transform: scale(1.13);
	-ms-transform: scale(1.13);
	-o-transform: scale(1.13);
	transform: scale(1.13);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.prod-offerte { 
	border-bottom: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
}

.cont-prodotti > .prodotto-hover:nth-child(3n) > a > .prod-offerte {
	border-right: none;
}

.cont-prodotti > .prodotto-hover:nth-child(4n) > a > .prod-offerte, .prodotto-hover:nth-child(5n) > a > .prod-offerte, .prodotto-hover:nth-child(6n) > a > .prod-offerte {
	border-bottom: none;
}
/* -- BOX PRODOTTI --*/

/*-- VEDI PRODTTO --*/
.cont-vedi-prodotto {
	float: left;
	width: 720px;
	margin: 0 0 0 60px;
	position: relative;
}

.cont-vedi-prodotto > h2 {
	font-size: 38px;
	line-height: 40px;
	color: #023b8a;
	margin: 0 0 35px;
}

.foto_prodotto {
	float: left;
	width: 350px;
	margin-right: 70px;
}

.descrizione_prodotto {
	float: left;
	width: 300px;
}

.descrizione_prodotto > h3 {
	font-size: 17px;
	line-height: 19px;
	color: #808080;
	margin: 0 0 18px;
}

.descrizione_prodotto > h2 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 40px;
}

.cont-disp {
	margin: 0 0 25px;
}

.titoletti-prodotto {
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
	color: #666666;
}

.cont_quantita {
	display: inline-block;
	vertical-align: top;
}

.cont_quantita:first-child {
	width: 135px;
}

.quantita2 {
	width: 36px;
	text-align: center;
	border: 1px solid #cbcbcb;
	padding: 3px 0;
	font-size: 17px;
	line-height: 17px;
	color: #000000;
}

.select_prodotto {
	color: #000000;
	width: 145px;
	font-size: 17px;
	line-height: 16px;
	border: 1px solid #cbcbcb;
	padding: 5px 26px 5px 15px;
	outline: none;
	-webkit-appearance: none;
	background: url('/immagini/arrow_select_prodotto.jpg') no-repeat transparent;
	background-position: right center;
	text-indent: .01px;
	text-overflow: "";
	margin: 0;
	cursor: pointer;
}

.select_prodotto::-ms-expand  {
	display: none;
}

.cont-descr {
	margin: 60px 0 0;
}

.cont-descr > h2 {
	font-size: 17px;
	line-height: 19px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 25px;
}

.cont-descr > p {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
}
/*-- FINE VEDI PRODOTTO --*/

/*-- CARICA LOGO --*/
.carica-logo {
	margin: 30px 0 0;
	position: relative;
}

.input-append > .input-xlarge {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	border: 1px solid #cbcbcb;
	box-shadow: none;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	width: 155px;
	background: url('/immagini/ico_carica.jpg') no-repeat;
	background-position: right center;
	text-align: left;
	padding: 6px 26px 6px 15px;
	height: auto;
	overflow: hidden;
}

.hidden-text {
	width: 100px;
	overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}
/*-- FINE CARICA LOGO --*/

/*--INFO LOGO --*/
.modal-popup {
	position: absolute;
	left: -111px;
	top: -74px;
	z-index: -1;
	background-color: #f0f0f0;
	width: 250px;
	margin: auto;
	opacity: 0;
	border: 1px solid #989898;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.22);
	padding: 10px 15px;
	text-align: center;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.modal-popup:before {
	content: "";
	position: absolute;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-top-color: #989898;
	border-width: 10px;
	bottom: -20px;
	left: 50%;
	margin-left: -5px;
	z-index: 1;			}

.modal-popup > p {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin: 0;
}

.hover {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 101;
}
/*-- FINE INFO LOGO --*/

/*-- GUIDA ALLE TAGLIE --*/
.cont-info-prodotto {
	display: inline-block;
	width: 100%;
	margin-top: 70px;
}

.cont-taglie {
	padding: 11px 20px 5px;
	background: #fcfcfc;
	border: 1px solid #cbcbcb;
	position: relative;
}

.cont-taglie > h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #4c4c4c;
	margin: 0;
	cursor: pointer;
}

.table_size {
	margin: 20px 0 6px;
	width: 678px;
	min-width: 678px;
	max-width: 100%;
}

.table_size > thead > tr > th {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	color: #4c4c4c;
	padding-bottom: 3px;
}

.table_size > tbody > tr > td {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	padding-bottom: 5px;
}
/*-- FINE GUIDA ALLE TAGLIE --*/

/*-- PRODOTTI CORRELATI --*/
.cont-correlati {
	margin: 50px 0 0;
	display: inline-block;
	width: 100%;
	position: relative;
}

.cont-correlati > h2 {
	font-size: 17px;
	line-height: 19px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 25px;
}

.slider-correlati > .bx-wrapper {
	margin: 0;
}

.slider-correlati > .bx-wrapper .bx-viewport {
	background: #ffffff;
	border: 1px solid #cbcbcb;
}

.slider-correlati > .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -47px;
	margin-top: 0;
	outline: 0;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	z-index: 9999;
}

.slider-correlati > .bx-wrapper .bx-prev {
	left: 140px;
	background: url('/immagini/freccia_left.png') no-repeat 0 0 !important;
}

.slider-correlati > .bx-wrapper .bx-next {
	left: 170px;
	background: url('/immagini/freccia_right.png') no-repeat 0 0 !important;
}
/*-- FINE PRODOTTI CORRELATI --*/