/*
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/
#numero_verde_mobile{
	display:none;

	/* 
	Grafica di Natale
	background-color:#8C0606;

	Grafica Normale
	background-color:#00BB00;
	*/
	background-color:#8C0606;

	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 17px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
}
#numero_verde_mobile a:link, 
#numero_verde_mobile a:visited {
	text-decoration: none;
	color: #FFFFFF;

    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
#numero_verde_mobile a:hover, 
#numero_verde_mobile a:active {
	color: #0066FF;
}

.testata_contenitore{
	width: 100%;
/*
	Grafica di NATALE 1
	background-image:url(/images/interfaccia/sfondo_testata_logo_Natale.jpg);
	background: #f31c1c;
	background: -moz-linear-gradient(top,  #f31c1c 0%, #cc0a0a 100%);
	background: -webkit-linear-gradient(top,  #f31c1c 0%,#cc0a0a 100%);
	background: linear-gradient(to bottom,  #f31c1c 0%,#cc0a0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f31c1c', endColorstr='#cc0a0a',GradientType=0 );
	
	Grafica di NATALE 2
	background-image:url(/images/interfaccia/sfondo_testata_Natale_2024.jpg);
	filter: brightness(1.2);
	filter: contrast(120%);

	Grafica Normale
	background-image:url(/images/interfaccia/sfondo_testata_logo.jpg);
	background-repeat: repeat-x;
	background-position: top;
*/
	
	/*background-image:url(/images/interfaccia/sfondo_testata_logo_Natale.jpg);
	*/
/*	background: #f31c1c;
	background: -moz-linear-gradient(top,  #f31c1c 0%, #cc0a0a 100%);
	background: -webkit-linear-gradient(top,  #f31c1c 0%,#cc0a0a 100%);
	background: linear-gradient(to bottom,  #f31c1c 0%,#cc0a0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f31c1c', endColorstr='#cc0a0a',GradientType=0 );
*/
	/*background-image:url(/images/interfaccia/sfondo_testata_logo.jpg);*/
	/*background-color: #2984df;*/
	/*background: linear-gradient(180deg, rgba(34,175,182,1) 0%, rgba(20,101,105,1) 100%);*/
	background: linear-gradient(93deg, rgba(35,176,208,1) 0%, rgba(26,147,179,1) 18%, rgba(13,99,132,1) 100%);
	background-repeat: repeat-x;
	background-position: top;

}
.testata *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.testata{
	width:1170px;
	margin:0 auto;
	height:110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#testata_ricerca_btn_mobile_chiudi{
	display:none;
/*	visibility:collapse;*/
}
.testata_logo{
	width:32%;
	height:110px;
	position:relative;
	float:left;
	padding-top:0;
	margin-top:0;
}
#testata_menu_btn_mobile{
	display:none;
}
#testata_ricerca_btn_mobile{
	display:none;
	width:49px;
	vertical-align:middle;
}
#testata_ricerca_btn_mobile_apri{
	display:table-cell;
	background-color:rgba(255,255,255,0.15);
	vertical-align:middle;
	width:51px;
	height:41px;
	text-align:center;
}
#testata_logo_img{
	position:absolute;
	top:34px;
	left:0;
}
#testata_logo_vendita_online{
	position:absolute;
	top:87px;
	/*left:230px;*/
}
#testata_logo_scritta{
	position:absolute;
	bottom:13px;
	left:0;
	font-size:16px;
	font-family:Berlin Sans FB, Open Sans;
	color:#D8E9F8;
}
/*#testata_logo_scritta{
	position:absolute;
	bottom:9px;
	left:0;
	font-size:16px;
	font-family:Berlin Sans FB, Open Sans;
	color:#D8E9F8;
}*/
.testata_numero_verde{
	width:34%;
	text-align:center;
	float:left;
	padding-top:12px;
	height:110px;

/*	background-color:#00FF33;
*/
}
.testata_banner_1, .testata_banner_2 {
	transition: all ease-in-out 0.3s;
}
.testata_banner_1:hover, .testata_banner_2:hover {
	filter: brightness(110%);
	filter: contrast(140%);
} 

.testata_numero_verde img{
/*
	Prima di NATALE
	-moz-box-shadow: 7px 7px 9px #2E76BF;
	-webkit-box-shadow: 7px 7px 9px #2E76BF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=135, Strength=7);
	box-shadow: 7px 7px 9px #2E76BF;
	-moz-box-shadow: 7px 7px 9px #2E76BF;
	-webkit-box-shadow: 7px 7px 9px #2E76BF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=135, Strength=7);
	box-shadow: 7px 7px 9px #2E76BF;
*/

}
.testata_banner_1{
	float:left;
	width:42%;
	border:none;
}
.testata_banner_1 img{
	max-width:100%;
	padding-top:10px;
}
.testata_banner_2{
	float:left;
	width:50%;
	border:none;
}
.testata_banner_2 img{
	max-width:100%;
	padding-top:10px;
}


.testata_ricerca{
	width:34%;
	float:left;
	padding-top:43px;
	height:110px;
	text-align:right;
}
.testata_ricerca_input{
	width:100%;
}
/* Formatting search box */
.testata_ricerca_testo{
	position:relative;
	display:table-cell;
	width:100%;
	text-align:right;
}
.testata_ricerca_testo input{
	width:100%;
	border:none;
	font-size:16px;
	color: #757575;
	height:40px;
	float:left;
	padding-left:2%;
	/*border-radius: 10px 0px 0px 10px;*/ 
	/*-moz-border-radius: 10px 0px 0px 10px;*/ /* firefox */
	/*-webkit-border-radius: 10px 0px 0px 10px;*/ /* safari, chrome */
}
.testata_ricerca_btn{
	display:table-cell;
}
.testata_ricerca_btn input{
	cursor: pointer;
}

.risultati_ricerca{
	position:absolute;
	z-index: 99999;
	top: 41px;
	right:0;
	background-color:#FFFFFF;
	border-left:2px solid #D6D6D6;
	border-right:2px solid #D6D6D6;
	border-bottom:2px solid #D6D6D6;
	padding:9px;
	width:100%;
	box-sizing: border-box;
	display:none;
}
.risultati_ricerca a:link, 
.risultati_ricerca a:visited {
	text-decoration:none;
}
.risultati_ricerca a:hover, 
.risultati_ricerca a:active {
	color: #0066FF;
}

div#ricerca_suggerimenti{
	background-color:#FFFFFF;
	border:2px solid #D6D6D6;
	padding:9px;
	width:400px;
	margin-top:20px;
}

#ricerca_suggerimenti_prodotto{
	display:table;
	width:100%;
	border-bottom:1px solid #DDDDDD;
	padding-top:2px;
	padding-bottom:2px;
	cursor: pointer;

    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#ricerca_suggerimenti_prodotto:hover{
    background: #f2f2f2;
	text-decoration:none;
}
#ricerca_suggerimenti_prodotto:hover .ricerca_suggerimenti_prodotto_nome{
	color: #0066FF;
}

.ricerca_suggerimenti_prodotto_img img{
	max-width:40px;
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	width:50px;
}
.ricerca_suggerimenti_prodotto_nome{
	display:table-cell;
	color:#222222;
	font-size:14px;
	font-family: Roboto, "Segoe UI", "Myriad Pro", Arial;
	font-weight:600;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:middle;
	line-height:16px;
}

.ricerca_suggerimenti_prodotto_nome p{
	margin:0;
	padding:0;
}

.ricerca_suggerimenti_prodotto_prezzo{
	display:table-cell;
	color:#7F8585;
	font-size:14px;
	font-family: Roboto, "Segoe UI", "Myriad Pro", Arial;
	font-weight:600;
	text-align:right;
	vertical-align:middle;
	width:90px;
}
#ricerca_suggerimenti_piede{
	display:table;
	width:100%;
	font-size:15px;
	padding-top:12px;
	padding-bottom:12px;
}
#ricerca_suggerimenti_piede_link{
	display:table-cell;
	text-align:left;
	color:#95B73C;
	vertical-align:middle;
	font-weight:bold;
	width:50%;
}
#ricerca_suggerimenti_piede_link a:link, 
#ricerca_suggerimenti_piede_link a:visited {
	color:#95B73C;
	text-decoration:none;

    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#ricerca_suggerimenti_piede_link a:hover, 
#ricerca_suggerimenti_piede_link a:active {
	color: #0066FF;
}
#ricerca_suggerimenti_piede_totale{
	display:table-cell;
	text-align:right;
	color:#95B73C;
	vertical-align:middle;
	font-weight:bold;
}

/* SUGGERIMENTI CATEGORIE */
#ricerca_suggerimenti_categorie{
	width:100%;
	padding-top:0px;
	padding-bottom:9px;
    border-bottom:1px solid #DDDDDD;
}
#ricerca_suggerimenti_categorie_titolo{
	width:100%;
	text-align:left;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#ricerca_suggerimenti_categorie_link, #ricerca_suggerimenti_categorie_link a{
	text-align:left;
	width:100%;
	text-transform:none;
	padding-left:15px;
	font-size:14px;
	font-family: Roboto, "Segoe UI", "Myriad Pro", Arial;
	padding-top:5px;
	font-weight:600;
	color:#7F8585;
}
#ricerca_suggerimenti_categorie_link a:link, 
#ricerca_suggerimenti_categorie_link a:visited {
	text-decoration:none;
	color:#7F8585;

    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
#ricerca_suggerimenti_categorie_link a:hover, 
#ricerca_suggerimenti_categorie_link a:active {
	color: #0066FF;
}

@media screen and (min-width:1017px) and (max-width:1200px){
	.testata{
		width:1000px;
	}
	.testata_logo{
		width:33%;
	}
	.testata_numero_verde{
		width:34%;
		text-align:center;
	}
	.testata_ricerca{
		width:33%;
	}
	.testata_banner_1{
		width:50%;
		float:left;
	}
	.testata_banner_2{
		width:50%;
		float:left;
	}
	.testata_banner_1 img, .testata_banner_2 img{
		max-width:90%;
	}
	
}
@media screen and (min-width:981px) and (max-width:1016px){
	.testata{
		width:100%;
		padding-left:1%;
		padding-right:1%;
	}
	.testata_logo{
		width:35%;
	}
	.testata_numero_verde{
		padding-top:25px;
		width:29%;
	}
	.testata_ricerca{
		width:36%;
		padding-right:2%;
	}
	.testata_banner_1{
		width:50%;
		float:left;
	}
	.testata_banner_2{
		width:50%;
		float:left;
	}
	.testata_banner_1 img, .testata_banner_2 img{
		max-width:90%;
	}
	
}
@media screen and (min-width:761px) and (max-width:980px){
	.testata{
		width:100%;
		height:auto;
	}
	.testata_logo{
		display:table;
		background-color:transparent;
		float:none;
		width:100%;
		padding-left:5px;
		padding-right:5px;
		height:51px;
	}
	#testata_menu_btn_mobile{
		display:table-cell;
		width:49px;
		height:41px;
		vertical-align:middle;
	}
	#testata_ricerca_btn_mobile{
		display:table-cell;
	}
	#testata_logo_img{
		display:table-cell;
		height:41px;
		position:relative;
		vertical-align:middle;
		top:auto;
		text-align:center;
		width:auto;
	}
	#testata_logo_img img{
		max-width:100%;
	}
	#testata_logo_vendita_online,
	#testata_logo_scritta,
	.testata_numero_verde{
		display:none;
		float:none;
		padding-top:0;
		height:auto;
	}
	.testata_ricerca:before,
	.testata_ricerca:after{
		content:'';
		display:block;
		clear:both;
	}
	/* RICERCA */

	.testata_ricerca{
		width:100%;
		float:none;
		padding-top:8px;
		display:none;
		height:auto;
/*		text-align:center;
*/		border-top:1px solid #80B6EC;
	}
	.testata_ricerca_input{
		width:100%;
		float:none;
		display:table;
		padding-left:1%;
		padding-right:1%;
	}
	.testata_ricerca_testo{
		display:table-cell;
		width:100%;
		float:none;
	}
	.testata_ricerca_testo input{
		width:100%;
	}
	.testata_ricerca_btn{
		display:table-cell;
		width:15%;
		float:none;
	}
}
@media screen and (min-width:391px)  and (max-width:760px){
	#numero_verde_mobile{
		display:block;
		font-size:16px;
		color:#FFFFFF;
	}
	.testata{
		width:100%;
		height:auto;
	}
	.testata_logo{
		display:table;
		background-color:transparent;
		float:none;
		width:100%;
		padding-left:5px;
		padding-right:5px;
		height:51px;
	}
	#testata_menu_btn_mobile{
		display:table-cell;
		width:49px;
		height:41px;
		vertical-align:middle;
	}
	#testata_ricerca_btn_mobile{
		display:table-cell;
	}
	#testata_logo_img{
		display:table-cell;
		height:41px;
		position:relative;
		vertical-align:middle;
		top:auto;
		text-align:center;
		width:auto;
	}
	#testata_logo_img img{
		max-width:90%;
		max-height:30px;
	}
	#testata_logo_vendita_online,
	#testata_logo_scritta,
	.testata_numero_verde{
		display:none;
		float:none;
		padding-top:0;
		height:auto;
		
	}
	.testata_ricerca:before,
	.testata_ricerca:after{
		content:'';
		display:block;
		clear:both;
	}
	/* RICERCA */

	.testata_ricerca{
		width:100%;
		float:none;
		padding-top:8px;
		display:none;
		height:auto;
		text-align:center;
		border-top:1px solid #80B6EC;
	}
	.testata_ricerca_input{
		width:100%;
		float:none;
		display:table;
		padding-left:2%;
		padding-right:2%;
	}
	.testata_ricerca_testo{
		display:table-cell;
		width:100%;
		float:none;
	}
	.testata_ricerca_testo input{
		width:100%;
	}
	.testata_ricerca_btn{
		display:table-cell;
		width:15%;
		float:none;
	}
}
@media screen and (max-width:390px){
	#numero_verde_mobile{
		display:block;
		font-size:14px;
		color:#FFFFFF;
	}
	#info_acquisti_sicuri{
		padding:0 !important;
		padding-top:-1px !important;
		padding-bottom:1px !important;
		margin-top:-2px !important;
	}
	#mobile_banner_contenitore {
		padding:0px !important;
		margin-top:3px !important;
		margin-bottom:3px !important;
	}
	#mobile_banner_contenitore img{
		height:55px;
	}
	#info_acquisti_sicuri img{
		height:22px;
	}
	.testata{
		width:100%;
		height:auto;
	}
	.testata_logo{
		display:table;
		background-color:transparent;
		float:none;
		width:100%;
		padding-left:5px;
		padding-right:5px;
		height:51px;
	}
	#testata_menu_btn_mobile{
		display:table-cell;
		width:49px;
		height:41px;
		vertical-align:middle;
	}
	#testata_ricerca_btn_mobile{
		display:table-cell;
	}
	#testata_logo_img{
		display:table-cell;
		height:41px;
		position:relative;
		vertical-align:middle;
		top:auto;
		text-align:center;
		width:auto;
	}
	#testata_logo_img img{
		max-width:90%;
		max-height:30px;
		height:auto;
	}
	#testata_logo_vendita_online,
	#testata_logo_scritta,
	.testata_numero_verde{
		display:none;
		float:none;
		padding-top:0;
		height:auto;
		
	}
	.testata_ricerca:before,
	.testata_ricerca:after{
		content:'';
		display:block;
		clear:both;
	}
	/* RICERCA */

	.testata_ricerca{
		width:100%;
		float:none;
		padding-top:8px;
		display:none;
		height:auto;
		text-align:center;
		border-top:1px solid #80B6EC;
	}
	.testata_ricerca_input{
		width:100%;
		float:none;
		display:table;
		padding-left:2%;
		padding-right:2%;
	}
	.testata_ricerca_testo{
		display:table-cell;
		width:100%;
		float:none;
	}
	.testata_ricerca_testo input{
		width:100%;
	}
	.testata_ricerca_btn{
		display:table-cell;
		width:15%;
		float:none;
	}
}
/*IE10 and IE11   (Method 1)
==================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/*	.selector { property:value; }*/
	#testata_logo_img img{
/*		max-width:100%;
		width:100%;
		height:auto;
*/
	}
	
}