* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

     html {
  		margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
  	}	
    body {
      margin:0;
      color: #333;
      font-family: 'Montserrat', sans-serif;
      font-size:15px;
   	   min-width: 1200px;
   	   background: #f7f7f7;
    }
    
    header {    position: relative;
    
}

.main_content{
	width: 70%;
    overflow: hidden;
    float:left;
    min-height:2000px;
    background:#fff;
}

.menu_voci{
	    background: #fff;
	    margin-top: 64px;
}

.barrasx_fixed{
	width: 15%;
    padding: 0 1%;
    overflow: auto;
    float: left;
    height: 1000px;
    -webkit-transition: opacity 0.2s ease-in-out;
   -moz-transition: opacity 0.2s ease-in-out;
   -ms-transition: opacity 0.2s ease-in-out;
   -o-transition: opacity 0.2s ease-in-out;
   transition: opacity 0.2s ease-in-out;
}


.barrasx_fixed ul, .barradx_fixed ul{
	margin:0;
}

.barradx_fixed i{
	color:#f68b1f;
}

.barradx_fixed{
	width: 15%;
    padding: 0 1%;
    overflow: auto;
    float: left;
    height: 750px;
    -webkit-transition: opacity 0.2s ease-in-out;
   -moz-transition: opacity 0.2s ease-in-out;
   -ms-transition: opacity 0.2s ease-in-out;
   -o-transition: opacity 0.2s ease-in-out;
   transition: opacity 0.2s ease-in-out;
}

.sparisci_transition{
	zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0.0;
}

.fixed_barra .accordion-inner-item{
	position: fixed;
    top: 57px;
    width: 13%;
    padding-top: 25px;
}

.accordion-inner-item{
	padding-top:25px;
}

b{
	font-weight:600;
}

a{
	color:#333;
}

table.tesner{
	width:100%;
}
 
		.corpo {
			width:100%;
			min-width: 1000px;
			margin: 0 auto;
		}
	
	.row{
		width:100%;
		min-width:1000px;
		
	}

    .barra {
			    float: left;
				width: 21%;
				border: 0px solid #cccccc;
				padding-right: 2%;
				box-sizing: border-box;
				margin-top: 25px;
		}
		
	.corpo .barra2 {
			float:left;
			width:17%;
			border:0px solid #cccccc;
			margin-top:19px;
			margin-left:0px;
		}
		
		.corpo .colonna {
		
		float:left;
		padding-bottom:0px;
		/*width:800px;*/
		/*margin-left:20px;*/
		border:0px solid #cccccc;
		}
		
		
		.colonna{
			    width: 79%;
			    float:left;
			    box-sizing:border-box;
			        margin-top: 25px;
			        margin-bottom: 5px;
		}		

	.ombra_div:hover{
		 -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15)!important;
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.15)!important;
              box-shadow: 0 2px 10px rgba(0,0,0,.15)!important;
    }


    footer {
      	background: #fff;
		margin-top: 0px;

    }
    
    h1, h2, h3, h4, h6{
    	font-family: 'Montserrat', sans-serif;
    	line-height:normal;
    }
    
    h2.titolo_sezione{
    	    text-transform: uppercase;
			padding: 13px 20px;
			margin-bottom: 0;
    }
    
    h2.titolo_sezione a, h2.titolo_sezione span, h2.titolo_sezione i {
    	color: #333!important;
    }
    
    h4 {
		font-size: 16px;
		font-weight:600;
		margin: 10px 0;
    }
    
    h3 {
    font-size: 18px;
    }
    
    h5 {	
    	font-size: 16px;
    	font-weight: bold;
	}
	
   

    /* Carousel testata
    .carousel {
      margin-bottom: 60px;
    } 

    .carousel .container {
      position: relative;
      z-index: 4;
    }

    .carousel-control {
	  position: absolute;
	  top: 40%;
	  left: 15px;
	  width: 40px;
	  height: 40px;
	  margin-top: -35px;
	  font-family: 'Roboto', sans-serif;
	  font-size: 60px;
	  font-weight: 100;
	  line-height: 30px;
	  color: #ffffff;
	  text-align: center;
	  background: #222222;
	  border: 2px solid #ffffff;
	  -webkit-border-radius: 23px;
	     -moz-border-radius: 23px;
	          border-radius: 23px;
	  opacity: 0.5;
	  filter: alpha(opacity=50);
    }

		.carousel-control.right {
		  right: 15px;
		  left: auto;
		}
			
    .carousel-controlartx {
	  position: absolute;
	  top: 70%;
	  left: 700px;
	  width: 34px;
	  height: 36px;
	  margin-top:-40px;
	  color:#FFFFFF;
	  z-index:10;
	  text-decoration:none;
	  background: url("immaginix/frecciasx.png") top center no-repeat; 
    }
	A.carousel-controlartx:link  {text-decoration: none;color:#FFFFFF;}

		.carousel-controlartx.right {
		  right: 10px;
		  left: auto;
		  background: url("immaginix/frecciadx.png") top center no-repeat;
		}

    .carousel-controlprodx {
	  position: absolute;
	  top: -21px;
	  left: 0px;
	  width: 34px;
	  height: 31px;
	  margin-top:-40px;
	  color:#FFFFFF;
	  z-index:10;
	  text-decoration:none;
	  background: url("immaginix/frecciasx.png") top center no-repeat; 
    }

	A.carousel-controlprodx:link  {text-decoration: none; color:#f7962a}

		.carousel-controlprodx.right {
		  top:-5px;
		  right: 10px;
		  left: auto;
		  background: url("immaginix/freccia-dx.png") top center no-repeat;
		  background-size: contain;
		      width: 25px;
		}
		
	.carousel-controlprodx.left {
		  top:-5px;
		  right: 36px;
		  left: auto;
		  background: url("immaginix/freccia-sx.png") top center no-repeat;
		  background-size: contain;
		  width: 25px;
		}


    .carousel .item {
      height: 235px;
    }

    .carousel .image {
      position: absolute;
      top: 0;
      left: 0;
      height: 235px;

    }
    
    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 400px;
      padding: 0 20px;
      margin-top: 110px;
    }
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
 
    .carousel-caption .lead2 {
      margin: 0;
      line-height: 1.25;
      color: #5a5a5a;
      font-size:15px;
    }
 
    .carousel-caption .btn {
      margin-top: 10px;
    }

		.carousel-inner { margin: 0 auto;  }
		
		.carousel .item > img { margin: 0 auto; }
		
		.carousel-indicators {
		  position: absolute;
		  top: 20px;
		  right: 15px;
		  z-index: 5;
		  margin: 0;
		  list-style: none;
		}
		
		.carousel-indicators li {
		  display: block;
		  float: left;
		  width: 10px;
		  height: 10px;
		  margin-left: 5px;
		  text-indent: -999px;
		  background-color: #aaa;
		  /*background-color: rgba(255, 255, 255, 0.25);
		  border-radius: 5px;
		  z-index: 5;
		}

	.carousel-indicators .active {
	  background-color: #333;
	}		

		.carousel-indicators-prod {
		  position: absolute;
		  top: -20px;
		  right: 15px;
		  z-index: 5;
		  margin: 0;
		  list-style: none;
		}
		
		.carousel-indicators-prod li {
		  display: block;
		  float: left;
		  width: 10px;
		  height: 10px;
		  margin-left: 5px;
		  text-indent: -999px;
		  background-color: #aaa;
		  /*background-color: rgba(255, 255, 255, 0.25);
		  border-radius: 5px;
		  z-index: 5;
		}

	.carousel-indicators-prod .active {
	  background-color: #333;
	}		


.carousel-freccia.right {
    right: -22px;
    left: auto;
    background: url("immaginix/freccia-dx.png") top center no-repeat;
    width:27px;
}

.carousel-freccia {
    position: absolute;
    top: 45px;
    left: -20px;
    width: 27px;
    height: 55px;
    margin-top: 0px;
    color: #FFFFFF;
    z-index: 10;
    text-decoration: none;
    background: url("immaginix/freccia-sx.png") top center no-repeat;
     width:27px;
}
*/

.carousel-freccia.right {
    right: 26px;
    left: auto;
}

.carousel-freccia {
    position: absolute;
    top: 54px;
    left: 13px;
    margin-top: 0px;
    color: #FFFFFF;
    z-index: 10;
    text-decoration: none;
    color: #ccc!important;
    font-size:40px;
}


A:link {color: #333;text-decoration: none}
A:hover	{text-decoration: none;}	

.tesner11{font-size:14px;line-height:14px;color: #333000;}
	
.descr_prod{font-size:14px;line-height:14px;color: #333000;}
.descr_prod_elenco{font-size:15px;line-height:14px;color: #333000;}
A.descr_prod:link  {color: #333000;text-decoration: none;line-height:normal;}
A.descr_prod:visited {color: #333000;text-decoration: none}
A.descr_prod:hover	{ color:#333000; text-decoration: none}	
.descr_prod.griglia{text-transform:none!important;}
.descr_prod > img {
	max-height: 150px;
    max-width: 100%;
}

.tesbia{color:#fff;}
.tesner  { font-size: 14px; color: #333000;}
.tesner12  { font-size: 13px; color: #666666;}
.tesner14  { font-size: 15px; color: #666666;}
.tesner16  { font-size: 19px; color: #666666;}
.tesros10  { font-size: 13px;color: #f68b1f;}
.tesblu  { font-size: 12px; color: #f68b1f;}
.tesros { color: #E10B52;  }
.tesros11  { font-size: 11px; color: #E10B52;}
.tesros12 { font-size: 13px; color: #E10B52;  }
.tesros13 { font-size: 13px; color: #E10B52;  }
.tesros14 { font-size: 15px; color: #E10B52;  }
.tesros15 { font-size: 15px; color: #E10B52;  }
.tesros16 { font-size: 19px; color: #333;  }
.tesros20 { font-size: 18px; color: #333;  }
.tesbia13 {  font-size: 13px; color: #FFFFFF;}
.tesbia12 {  font-size: 12px; color: #FFFFFF;}
.tesbia11 {  font-size: 11px; color: #FFFFFF;}
.tesbia16 {  font-size: 16px; color: #FFFFFF;font-weight:500;}

.tesblu11 { font-size: 11px; color: #E10B52;  }
.tesblu10 { font-size: 10px; color: #E10B52;  }
.tesblu10 A:link { color: #E10B52;  }
.tesblu10 A:visited { color: #E10B52;  }
.tesblu10 A:hover { color: #E10B52; text-decoration:none; }
.tesblu12 { font-size: 13px; color: #E10B52;  }
.tesblu14 { font-size: 14px; color: #f68b1f;  }
.tesblu A:link { color: #E10B52;  }
.tesblu A:visited { color: #E10B52;  }
.tesblu A:hover { color: #E10B52; text-decoration:none; }

.teslogin, .teslogin A { color: #333;font-weight: 500; }

.menu, A.menu:link  {color:#fff !important;}

.menu_testata {
  	width: 100%;
    margin: 0 auto;
    position: relative;
}

.menu_voci .div_icone{
	float: left;
    width: 12%;
    text-align: center;
    margin-top: 22px;
}

.div_icone h4.tit_icone{
	    color: #333000;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-top:0;
}
.menu_testata > span,.menu_testata > div, dropdown-menu > li > a, footer span, .menu_testata > a {
	
	font-weight:normal;
	font-size:17px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}

.menu_testata > a:hover, dropdown-menu  li  a:hover {
	text-decoration:underline;
}

.tag {color:#aaaaaa;}

/* MARCHE */
.marche{  }

A.marche:link	{ 
	border-bottom-width: 1px;
	border-style: dotted;
}
A.marche:visited	{ 
	border-bottom-width: 1px;
	border-style: dotted;

}
A.marche:hover	{ 
	border-bottom-width: 1px;
	border-style: dotted;
}

.box_marche{
	width: 9%;
    height: 70px;
    margin-top: 5px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 3%;
    box-sizing: border-box;
    border-bottom:1px solid #ccc;
}

.link_marche{
	text-align:center;
	width: 100px;
    margin-left: 26px;
    margin-top: 8px;
    float: left;
    color:#666;
}

.Esi{
	background-image:url('/immagini/esi-2x.jpg');
	background-size:contain;
}

.Somatoline{
	background-image:url('/immagini/somatoline-2x.jpg');
	background-size:contain;
}

.Durex{
	background-image:url('/immagini/durex-2x.jpg');
	background-size:contain;
}

.Enerzona{
	background-image:url('/immagini/enerzona-2x.jpg');
	background-size:contain;
}

.Avene{
	background-image:url('/immagini/avene-2x.jpg');
	background-size:contain;
}

.Rougj{
	background-image:url('/immagini/rougj-2x.jpg');
	background-size:contain;
}


.Solgar{
	background-image:url('/immagini/solgar-2x.jpg');
	background-size:contain;
}

.Rilastil{
	background-image:url('/immagini/rilastil-2x.jpg');
	background-size:contain;
}

.Lierac{
	background-image:url('/immagini/lierac-2x.jpg');
	background-size:contain;
}

.Biomineral{
	background-image:url('/immagini/biomineral-2x.jpg');
	background-size:contain;
}

.Apivita{
	background-image:url('/immagini/apivita-2x.jpg');
	background-size:contain;
}


.Angstrom{
	background-image:url('/immagini/angstrom-2x.jpg');
	background-size:contain;
}

.Swisse{
	background-image:url('/immagini/swisse-2x.jpg');
	background-size:contain;
}

.marchepiccole{
		   background-size: 80%;
    background-repeat: no-repeat;
}

.marchepiccole:hover{
		   background-size: 100%!important;
}

.container_marche .box_marche:hover{
	background-size: 115%;
    background-position-x: center!important;
    background-position-y: center!important;
}


ul {
line-height:1.6;
list-style:none;
float: left;
}

.arrotonda {
	  -webkit-border-radius: 5px;
	     -moz-border-radius: 5px;
	          border-radius: 5px;

}

#carrello {
	float: right;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right:2%;
    z-index: 9999;
}

#nProdCarr2{
	border-radius: 20px;
    min-width: 20px;
    min-height: 22px;
    color: #666;
    border: 1px solid #fff;
    float: right;
    margin-left: -3px;
    font-size: 15px;
    font-weight:bold;
    margin-top: -5px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

#carrellino_img{
	background-image: url(/img/carrello.png);
    width: 40px;
    height: 40px;
    background-size: cover;
    float: right;
    margin-top: -3px;
}

#carrellino_img:hover{
	background-image: url(/img/carrello_hover.png);
}


.sfumatura_giallo{
  background-color:#f68b1f;
}

.sfumatura_verde, .viola {
 
  background-color:#ffd401;
}

.blu{
	background-color: #f68b1f;
}

.blu_font{
	color: #f68b1f;
}

.tooltiptext h4.blu_font, .barrasx_fixed h4.blu_font, .barradx_fixed h4.blu_font{
	color: #333 !important;
    margin-bottom: 0;
    border-bottom: 2px solid #f68a1f;
    padding: 6px 0;
}

.barrasx_fixed h4.blu_font, .barradx_fixed h4.blu_font{
	margin-top: 0;
    margin-bottom: 12px;
    padding-top: 0;
}

.red_font{
	color: #333 !important;
}

.dropdown-menu>li>a:hover{
  background-image: -moz-linear-gradient( 90deg, rgb(225,11,93) 30%, rgb(224,10,57) 88%, rgb(223,9,20) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(225,11,93) 30%, rgb(224,10,57) 88%, rgb(223,9,20) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(225,11,93) 30%, rgb(224,10,57) 88%, rgb(223,9,20) 100%);
  color:#fff;
}

.btn_ricerca {
    padding: 5px;
    background-color: #fff;
    color: #f68b1f!important;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    /* text-transform: uppercase; */
    font-weight: 600;
    /* border-radius: 5px; */
    height: 45px;
    width:17%;
}

.btn_ricerca:hover, .btn:hover {
	color:#333!important;
}

#winlogin{
	position:absolute;
    z-index: 10;
    top: 30px;
    right: 357px;
}

#winlogin input{
	font-family: 'Montserrat', sans-serif;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	color:#444;
}

input{
	font-family: 'Montserrat', sans-serif;
	color:#333;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #999;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

input[type="text"], input[type="password"]{
	height: 45px!important;
  border-radius: 0!important;
}

textarea{
	height: 80px!important;
    border: 1px solid #999 !important;
    border-radius: 5px!important;
}

.input_ricerca{
	margin-bottom: 0px !important;
    font-size: 16px!important;
    width: 744px!important;
    height: 35px!important;
    border: 1px solid #999 !important;
    border-radius: 5px!important;
    padding: 3px !important;
    padding-left: 15px!important;
}

.input_ricerca.farmaci {
    width: 81%!important;
    float: left;
}

.btn-small:hover {
	    border: 1px solid #f68b1f !important;
	    background-color: #fff !important;
}


/* Immagine prodotti */

.div_img_prodotti{
	min-height: 250px;
    background-color: #FFFFFF;
    border: 1px solid #444444;
    margin: 65px 0 0px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}

#fotoProdotto{
	float:left; height:40px; margin-top:5px; padding:5px;
}

.foto_elencopro_griglia{
	padding-top:5px;max-width: 230px!important;max-height: 180px!important;
}

.foto_elencopro_griglia.farmaco{
	max-width: 180px!important;
}
/*** fine Immagine prodotti ***/


.label-info, .badge-info {
    background-color: #444444;
}

.thumb600 {
	max-width: 600px;
  height: auto;
  max-height: 500px;
  text-align: center;
}

/*  STILI FARMACI */

/* Elenchi */
.thumbh100 {
	max-width: 105px;
  height: auto;
  max-height: 105px;
  text-align: center;
  padding-top:5px;
	}
	
/* Cross marketing */
.thumbh60 {
	max-width: 60px;
  height: auto;
  max-height: 60px;
	}	

/* Scheda prodotto */	
	.thumbh600 {
	max-width: 620px;
  height: auto;
  max-height: 620px;
  text-align: center;
	}

.formValidationError {
	display: none;
	margin-left: 0;
	color: #cc0000;
	font-weight:bold;
	font-size:12px;
}

#container_body {
    background-color: #efefef;
    margin: 0 auto;
    width: 100%;
    min-width: 1050px;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.socialIcon{
	margin: 20px;
	margin-left: 85px;
}

.socialIcon > a > img{
	width:50px;
	height:50px;
}

.container_piede{
    width: 100%;
    padding: 0px;
    background: #ffffff;
}

.container_marche{
	margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
    padding: 1%;
    overflow: hidden;
    box-sizing:border-box;
}

.container_marche h2{
	padding-bottom:0px!important;
	
}



.box_piede{
	padding-top: 25px;
    width: 25%;
    float: left;
    /* text-align: center; */
    padding-left: 5%;
  	height: 300px;
}

.box_piede ul li a{
	color: #333;
}

.box_piede ul {
	padding-top:0px;
	margin-left:0px;
}

.box_piede li {
	padding: 4px 0;
}

.div_icone_footer{
	text-align:center;margin-top:3px;
}

footer a{
	font-size:14px;
}

.div_icone_footer a:hover{
	text-decoration:none;
}

.div_icone_home{
	float: left;
    width: 22%;
    margin-left: 1%;
    margin-top: 28px;
    font-size: 12px;
}

#contatti{
	color:#44413d;
}

#div_contatti{
	float: left;
    font-size: 17px;
    font-weight: 300;
    padding: 9px 0px 0px 11px;
}

#div_logo{
	float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 10%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
   
}



.bordo{
	border: solid 1px #b6b6b5;
}
.bordo_blu{
	border: solid 1px #f68b1f!important;
}



#div_banner_centrale{
	
	height:400px;
}

#tabella_carousel_cat  tr  td{
 		padding-left:65px;
 	}
 	
#boxoff{
	background-color: #fff;
    border: solid 1px #91dcf9;
    min-height: 95px;
    position: absolute;
    z-index: 5;
    width: 400px;
    float: right;
    right: -2px;
    border-radius: 5px;
    text-transform: none;
    font-weight: 400;
    margin-top: 26px;
    margin-right: 15px;

}

#div_ricerca{
	display: inline-block;
    float: right;
    width: 50%;
    position: relative;
    top: -6px;
    
}
#div_ricerca form{
    width: 49%;
    margin-bottom: 0px;
}

#div_login{
	float: right;
}

#titoloavviso{
	padding: 16px 0px 10px 0px;
    width: 250px;
    background-color: #fff;
    position: absolute;
    z-index: 7;
    top: 57px;
    right: -31px;
    margin-right: 3%;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
 
.div_colonna_marche{
	width:15%;
}

.div_colonna_marchef {
    width: 25%;
    box-sizing: border-box;
}

.div_evidenza{
	
    border-bottom: dotted 2px #88cce8;
   
    margin-top: -10px;
    
    width: 99%;
}

li, li > a, li.fs13 a{
	    list-style: none;
}


/*** TOOLTIP ***/

.tooltip5{
    position: relative;
    display: inline-block;
    z-index:6;
    margin-top:5px;
    
}

.tooltip4 {
    position: relative;
    display: inline-block;
    z-index:6;
    
    
}

.tooltip5.profilo{
    position: relative;
    display: inline-block;
    z-index:6;
    margin-top: 0;
    
}

/* Tooltip text */
.tooltip5.profilo .tooltiptext {
    visibility: hidden;
    font-family: 'Montserrat', sans-serif;
   	width:900px;
    left: 50%; 
    margin-left: -60px;
 	background-color: #fff;
    color: #747272!important;
    text-align: left;
    padding: 20px;
    padding-right: 25px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 10;
    border:none;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
    
}


.tooltip5 a:hover{
	text-decoration:none;
}

/* Tooltip text */
.tooltip5 .tooltiptext {
    visibility: hidden;
    font-family: 'Montserrat', sans-serif;
   	width:1000px;
    left: -80%; 
    margin-left: -60px;
 	background-color: #fff;
    color: #747272!important;
    text-align: left;
    padding: 20px;
    padding-right: 25px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 10;
    border: 1px solid #cccccc;
}

/* Tooltip text */
.tooltip4 .tooltiptext {
	font-family: 'Montserrat', sans-serif;
    visibility: hidden;
    width: 150px;
    top: -20px;
    left: -174px;
    /* margin-left: -60px; */
    border-radius: 6px;
    background-color: #fff;
    color: #f68b1f!important;
    border: 1px solid #f68b1f;
    text-align: left;
    padding: 10px;
    /* padding-right: 25px; */
    position: absolute;
    z-index: 10;
    font-weight: 400 !important;
}

.tooltip4 .tooltiptext.barrafarmaci {
    top: -94px;
    left: -61px;
    height:70px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip5:hover .tooltiptext, .tooltip4:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext h2 {    
	font-size: 20.5px;
    border-bottom: solid 2px #ffd401;
    color: #f68b1f;
    font-family: 'Montserrat', sans-serif;}

.tooltiptext a {  
    color: #333;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    display: block;
    text-align: left;
}
.tooltiptext li {padding:5px;    text-align: center;}
.tooltiptext ul {
	margin-left: 10px;
    width: 185px;
    box-sizing: border-box;
}

.tooltiptext.promo li, .tooltiptext.promo a {text-align:left;}

.tooltiptext.promo ul{
	width:auto;
}

.tooltiptext a:hover{
	text-decoration:underline;
}

/*** FINE TOOLTIP MENU CATEGORIE ***/



#div_testata_icone{
	float: left;
    width: 24%;
    margin-left: 1%;
    margin-bottom:2%;
    text-align:left;
    margin-top:3%;
    font-size: 14px;
}

#div_testata_icone > div{
	width:33%;
	display:inline;
	float:left;
	text-align:center;
}

.div_testata.pagcarrello{
	width:33%!important;
}


.div_sopra_testata {
    background-color: #f68b1f;
    /* min-height: 31px; */
    padding-top: 15px;
    padding-bottom: 3px;
    color: #fff!important;
    overflow: auto;
    font-size: 17px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
}


.promo-sx-small3 {
    width: 42px;
    height: 29px;
    background: white;
    border: 1px solid #f68b1f;
    position: relative;
    left: 5px;
    border-radius: 5px;
    top: 15px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    z-index: 2;
}

.promo-sx-small3:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -9px;
    top: 4px;
    border-top: 3px solid transparent;
    border-right: 0px solid #f68b1f;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #f68b1f;
}

.promo-sx-small-text3 {
    position: absolute;
    z-index: 5;
    left: 9px;
    width: 30px;
    height: 30px;
    color: #333000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: bold;
    writing-mode: lr-tb;
    top: 33px;
}


.promo-sx-small2 {
     width: 42px;
    height: 29px;
    background: white;
    border: 1px solid #f68b1f;
    position: relative;
    left: -101px;
    border-radius: 5px;
    top: 15px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.promo-sx-small2:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -9px;
    top: 4px;
    border-top: 3px solid transparent;
    border-right: 0px solid #f68b1f;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #f68b1f;
}

.promo-sx-small-text2 {
        position: absolute;
    z-index: 5;
    left: -52px;
    width: 30px;
    height: 30px;
    color: #333000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: bold;
    writing-mode: lr-tb;
    top: 22px;
}



.promo-sx-small {
    width: 42px;
    height: 29px;
    background: white;
    border: 1px solid #f68b1f;
    position: relative;
    left: -101px;
    border-radius: 5px;
    top: 15px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    font-size: 15px;
    font-weight: 600;
    padding-top: 5px;
}

.promo-sx-small:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -9px;
    top: 4px;
    border-top: 3px solid transparent;
    border-right: 0px solid #f68b1f;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #f68b1f;
}

.promo-sx-small-text {
        position: absolute;
    z-index: 5;
    left: -52px;
    width: 30px;
    height: 30px;
    color: #333000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: bold;
    writing-mode: lr-tb;
    top: 22px;
}

.label_risparmi {
    padding: 6px 8px;
    font-size: 13px;
    background-color: #6bdafb;
}

.label-success, .badge-success {
    background-color: #057106;
}

.btn {
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f68b1f;
    color: #ffffff!important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}

.btn.inverso {
    background-color: #f68b1f;
    color: #fff!important;
}

.btn.carrello{
	height: 26px;
    font-size: 16px;
    padding-top: 3px;
    border: 1px solid #f68b1f!important;
}

.under_button{
	width:50px;
	height:2px;
	margin: 0 auto;
}


.bannerini_centrali{
	width:100%;float:left;background-color:#f7f7f9;min-height:120px;margin-left:1%;
	margin-top:10px;
}

.bannerini_centrali:hover{
	background-color:#6bdafb !important;
}

.bannerini_centrali h3{
	margin-top: 22px;text-align: center;
}

.bannerini_centrali:hover h3{
	color:#fff;
}

.ric_articoli{
	color:#333;
}

.ric_articoli a{
	color:#333;
}


.div_icone_social img{
	max-width:30%;float:left;margin-left:3%;
}

.container_crossmarketing{
	
	margin-top: 0px;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
}

.container_crossmarketing > div.ombra_div{
	float: left;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    height: 280px;
    background-color: #FFFFFF;
    margin-top: 35px;
    overflow: hidden;
    box-sizing:border-box;
}

.container_crossmarketing > div.ombra_div a{
	color:#444;
}

#winNews{
    display:none;
}

.btn_news{
	    padding: 8px;
    margin-top: -5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 41px;
    border: 2px solid #eaeaea!important;
}

#social{
	text-align:left;
}
#social a{
	margin-left:5px;
}

#input_news, #mce-EMAIL{
	width: 52%;
    height: 41px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #eaeaea;
    margin-right: -6px;
    margin-bottom: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#newsletter_rapida{
	width:50%;
	padding-left:1%;
}

#newsletter_rapida #sconto_img{    
	background-image: url(img/sconto_newsletter.png);
    width: 20%;
    height: 130px;
    background-size: cover;
    float: left;
    position: relative;
    top: -16px;
}

#newsletter_rapida #form_div{
	FLOAT: LEFT;
    WIDTH: 100%;
    TEXT-ALIGN: center;
    /* padding-left: 2%; */
    box-sizing: border-box;
}

#mc_embed_signup div.mce_inline_error{
	background:transparent!important;
	color:#2d2d2d!important;
	font-size:13px!important;
	padding:0px!important;
}

#mc_embed_signup input.mce_inline_error{
	border-color:#b34741!important;
}

#mce-success-response{
	text-align: left!important;
    font-size: 13px!important;
    font-weight: bold!important;
    line-height: 18px!important;
}	

#titoloavviso2{
	padding: 15px;
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f68b1f;
}

#titoloavviso2 button{
	font-size:12px;background-color:#6bdafb;color:#fff;border-radius:0px;width:100%;
}

#container_carrello{
	color:#5a5a5a;
	padding:2%;
	margin-top: -20px;
}

#container_carrello .div_prodotti{
	color:#5a5a5a;
	padding:2%;
	padding-left:0px;
	padding-right:0px;
   
}

#container_carrello .div_altrevoci{
	margin-top:9px;
	color:#5a5a5a;
	padding:2%;
	padding-left:0px;
	padding-right:0px;
	height:80px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:2;
	margin-bottom:14px;
	
	
}

.div_banner_barrasx{
    margin: 0px 0px 0px 16px;
    padding: 0;
    min-height: 459px;
    /*overflow: hidden;*/
}

.div_banner_barrasx img{
	border:1px solid #eaeaea;
}

#div_trovaprezzi{
	margin: 30px 0 0 0px;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #057106;
    width: 229px;
    float: right;
}
/* Sweet Alert */

.swal2-modal .swal2-title{
	color:#333!important;
}

.swal2-modal .swal2-styled{
	    background-color: #f68b1f !important;
}

.swal2-modal .swal2-styled:hover{
	    background-color:#037205 !important;
}

.swal2-modal .swal2-show{
	padding-left:35px!important;
	padding-right:35px!important;
}

.swal2-modal .swal2-content{
	font-weight:400!important;
}
/*fine sweet alert */

/*finestra modale login */
.btn_modale:hover{
	background-color:#f68b1f !important;
	color:#fff;
}
.btn_modale{
	background-color: #fff !important;
    border: 0;
    /* border-radius: 3px; */
    box-shadow: none;
    color: #f68b1f;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0px 0;
    padding: 4px 32px;
    border: 2px solid #f68b1f;
    box-sizing: border-box;
}

.input.tesner{
	font-family: 'Montserrat', sans-serif;
}

/***fine finestra modale login ***/


#wishmenu{
	float:right;margin-top:16px;
}

#wishmenu img{
	margin-right:5px;margin-top:-4px;
}

#wishmenu img:hover{
	width:32px;
}

.container_pagina {
    min-width: 1045px;
    max-width: 1600px;
    margin: 0 auto;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
}

/*** Slider homepage ***/

.mySlides {display:none;width:100%;}
.w3-left, .w3-right, .w3-badge {cursor:pointer;padding:30px;font-size:32px;}
.w3-badge {height:13px;width:13px;padding:0;}
.w3-left {
    float: left!important;
}
.w3-right {
    float: right!important;
}

.w3-center {
    text-align: center!important;
    margin-top: -220px;
    position: absolute;
    height: 0;
}

.w3-content{
	border: 1px solid #ccc;
	border-top:0px;
    overflow: hidden;
}	

/*** fine Slider homepage ***/

#trestep{
    margin-bottom: 45px;
    margin-top: 20px;
    text-align: center;
}

#trestep > div {
    width: 33%;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.15)!important;
    box-shadow: 0 2px 10px rgba(0,0,0,.15)!important;
}

#trestep > div > div{
    border-top: 4px solid #f68b1f;
    padding:3%;
}

#trestep h3 {
    font-size: 21px;
    color: #fff;
    /* padding-top: 6px; */
    padding: 0;
    padding-top: 9px;
    background: #f68b1f;
    margin: 0;
    font-weight: 500;
}

#trestep p {
    padding: 10px;
    color: #333;
    margin-bottom: 0px;
    font-size: 14px;
    padding-top: 0;
}

/*** Tab homepage in vetrina ***/

/* Style the tab */
.tab {
	margin-top: 10px;
    overflow: hidden;
    text-align: right;
    top: -33px;
    position: relative;
    right: 10px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    color:#999;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
        background: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color:#f68b1f;
}

/* Create an active/current tablink class */
.tab button.active {
    color:#f68b1f;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

.tabcontent .well-small{
	padding:0px;
	margin-bottom:10px;
	margin-top:-10px;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


/*** Fine Tab homepage ***/

/***Categorie e banner centrali home ***/

#bannercentrali{
	margin:5px 0;
}

#bannercentrali > div{
	width: 19.8%;
    float: left;
    margin-right: 0.2%;
}


#bannercentrali img, #categoriehome img {
	width:100%;
	box-sizing: border-box;
}

#bannercentrali img{
	border: 3px solid #f7f7f7;
}

/* Shine */
#bannercentrali figure, #categoriehome figure {
	position: relative;
	margin:0;
	overflow: hidden;
}
#bannercentrali figure::before, #categoriehome figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	
}

#altrecategorie1{
	font-size:15px;
}

#categoriehome p{
	margin-top:0px;
	padding-top:0px;
}

#categoriehome h3{
	margin-top: 10px;
    padding-bottom: 5px;
}

#categoriehome{
	margin-top: 15px;
	color:#262f2c;
	padding-top: 5px;
    color: #262f2c;
    padding-bottom: 50px;
}

#tabvetrina{
	padding: 1%;
    background: #fff;
    overflow:hidden;
    padding-bottom: 35px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.15)!important;
    box-shadow: 0 2px 10px rgba(0,0,0,.15)!important;
}

#tabvetrina h2, h2, h1{
	padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
	
}

footer h2{
	padding-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom:3px;
}

footer p{
	font-size:13px;
	color:#fff;
}

#tabvetrina h2{
	padding-left:17px;
	padding-bottom: 0;
}

footer h2, footer a, .mostra > a{
	color:#f68b1f;
}

#altrecategorie, #primecategorie{
	width:100% !important;
	padding:0 !important;
}

#primecategorie > div{
	border-right: 1px solid #f3f3f3;
}

#primecategorie a{
	color:#27302c;
	font-size: 13px;
    line-height: 0.4;
}




#categoriehome > div, #altrecategorie > div, #primecategorie > div {
	width: 14%;
    padding: 2%;
    text-align: center;
    display: inline-block;
    padding-top: 0;
    box-sizing: border-box;
}

#altrecategorie1{
	position: relative;
    top: -44px;
    right: 23px;
    float: right;
    color: #f68b1f;
}


/*** fine Categorie e banner centrali home ***/


/*** blog ***/

.col-md-6{
	width:50%;
}

.col-md-3{
	width:25%;
}


.col-md-3, .col-md-6 {
	float:left;
	position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 30px;
    box-sizing:border-box;
}


.home-blog-container{
	padding-top:25px;
    padding-bottom: 60px;
}
.homepage .home-blog-container {
    background-color: #f9f0f7;
    padding: 30px 0 60px;
}

.homepage .home-blog, .homepage .latest-best-sellers, .homepage .special-offers {
    position: relative;
}

.homepage .home-blog-container .home-blog .title {
    margin-bottom: 30px;
}

.homepage .home-blog .title, .homepage .latest-best-sellers .title, .homepage .special-offers .title {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.homepage .home-blog .btn-view-all-top, .homepage .latest-best-sellers .btn-view-all-top, .homepage .special-offers .btn-view-all-top{
    display: block;
    position: absolute;
    top: -7px;
    right: 30px;
    margin: 0;
}

.homepage .home-blog-container .home-blog .post-square {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 30px;
}

.post-link{
	text-decoration:none!important;
}

.first-post .post-link .post-head, .first-post .post-link .post-head .featured-img {
    /*border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
}

.first-post .post-link .post-head .featured-img {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.first-post .post-link .post-head {
    width:50%;
    float:left;
}

.first-post .post-link .post-body {
    color: #4f4f4f;
    padding: 10px;
    width:50%;
    float:left;
    
}

.first-post .post-link .post-body .post-title {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 600;
}
.first-post .post-link .post-body .excerpt2 {
		height: 42px;
		overflow: hidden;
	}

.first-post .post-link .post-body .data{
	padding-top:35px;
	font-size: 14px;
}

.fumetto .data{
	padding-top:8px;
	font-size: 14px;
}	

.first-post .post-link .post-body {
    color: #4f4f4f;
    padding: 25px 28px;
    /*border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;*/
}

.homepage .home-blog-container .home-blog .post-square {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 30px;
}

@media (min-width: 1200px){
	.second-post .post-link .post-body {
		height: 310px;
	}
}

.second-post .post-link .post-body {
    position: relative;
    color: #fff;
    padding: 15px 20px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    height: 342px;
}

.second-post .post-link .post-body .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 8px;
    background-color: rgba(0,0,0,.3);
}

@media (min-width: 1200px){
	.second-post .post-link .post-body .post-title {
		min-height: 99px;
		max-height: 99px;
		overflow: hidden;
	}
}
@media (min-width: 992px){

	.second-post .post-link .post-body .post-title {
		min-height: 127px;
		max-height: 127px;
		overflow: hidden;
	}
}
.second-post .post-link .post-body .post-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    font-size: 20px;
    padding: 0 20px 15px;
}
.second-post .post-link .post-body .date {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #ddd;
    padding: 0 20px 15px;
}
.second-post .post-link .post-body {
    position: relative;
    color: #fff;
    padding: 15px 20px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    height: 342px;
}
.homepage .home-blog-container .home-blog .post-square {
    background-color: #fff;
    margin-top: 30px;
}
.third-post .post-link .post-head, .third-post .post-link .post-head .featured-img {
    /*border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
}
@media (min-width: 1200px){

	.third-post .post-link .post-head .featured-img {
		height: 201px;
	}
}

.third-post .post-link .post-head .featured-img {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 211px;
}

.third-post .post-link .post-head, .third-post .post-link .post-head .featured-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.third-post .post-link .post-body {
    color: #4f4f4f;
    padding: 15px 20px;
    /*border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;*/
    border: 1px solid #f3f3f3;
}
@media (min-width: 1200px){
	.third-post .post-link .post-body .post-title {
		min-height: 44px;
		max-height: 44px;
		overflow: hidden;
	}
}
@media (min-width: 992px){
	.third-post .post-link .post-body .post-title {
		min-height: 66px;
		max-height: 66px;
		overflow: hidden;
	}
}
.third-post .post-link .post-body .post-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.third-post .post-link .post-body .date {
    font-size: 14px;
    color: #aaa;
}

.homepage .home-blog-container .home-blog .post-square {
    background-color: #fff;
    margin-top: 30px;
}

	.next-posts {
		margin-top:-6px!important;
	}


.next-posts .next-posts-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    padding-top:0px;
    letter-spacing: 1px;
}
.next-posts hr {
    margin: 0;
}


.next-posts .post-link .post-body {
    color: #4f4f4f;
    padding: 20px;
    background: #f7f7f7;
    margin: 10px 0;
}

.featured-img_altri:hover {
	border: 3px solid #f68b1f;
}

.featured-img_altri {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80px;
    float: left;
    width: 80px;
    margin: 5px 5px 10px 5px;
    border: 2px solid #f7f7f7;
    margin-bottom:37px;
}

.wrapper_blog:hover .next-posts .post-link .post-body .post-title {
	visibility:visible;
}

.next-posts .post-link .post-body .post-title {
    float: left;
    width: 100%;
    padding-left: 0%;
    margin-top: 30px;
    position: relative;
    left: auto;
    background: none;
    margin-left: 0;
    border: none;
    padding: 0;
}

.fumetto_first {
	background:white;
	position:relative;
	border-radius:12px;
	-moz-transform:rotate(0);
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0);
	border:3px solid #f68b1f;
}
	.fumetto_first:before {
		    content: "";
			width: 0;
			height: 0;
			position: absolute;
			right: 100%;
			top: 35px;
			border-top: 19px solid transparent;
			border-right: 32px solid #f68b1f;
			border-bottom: 6px solid transparent;
	}


.fumetto {
	width:100%;
	position:relative;
	border-radius:12px;
	-moz-transform:rotate(0);
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0);
	padding: 2%;
	border:5px solid #f7f7f7;
}


	.fumetto2:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:8px;
	}


	.fumetto3:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:98px;
	}


	.fumetto4:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:188px;
	}
	
	.fumetto5:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:278px;
	}
	
	.fumetto6:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:368px;
	}
	
	.fumetto7:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:458px;
	}
	.fumetto8:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:548px;
	}
	
	.fumetto9:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:638px;
	}
	
	.fumetto10:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:728px;
	}
	
	
	.fumetto11:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:818px;
	}
	
	.fumetto12:before {
		content:"";
		width:0;
		height:0;
		position:absolute;
		top: -28px;
    border-top: 27px solid transparent;
    border-right: 32px solid #f7f7f7;
    border-bottom: 0px solid transparent;
	left:908px;
	}


		
.fumetto #titolo, .titolo {
	text-transform:uppercase;
	font-size:17px;
	color:#f68b1f;
	padding-bottom:5px;
	font-weight:600;
}

.fumetto #sottotitolo, .sottotitolo {
	font-size:16px;
}

#testo {
	padding: 6px 0;
}

.next-posts .post-link .post-body .post-title font{
	font-weight: 600;
    font-weight: 600;
    color: #f68b1f;
}
.next-posts .post-link .post-body .date {
    font-size: 13px;
    color: #aaa;
    clear: both;
    padding-top: 10px;
}
.next-posts .next-posts-see-all {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.first-post .post-link .post-head .featured-img {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 368px;
    box-shadow: 0px 2px 4px #ccc;
    border: 5px solid #fff;
}

.first-post .post-link .post-body {
    color: #4f4f4f;
    /* padding: 4%; */
    margin-top: 0px;
    margin-left: 5%;
    width: 45%;
    background: #f7f7f7;
    
}

.post-square {
    background-color: #fff;
}

/*** fine blog ***/



.scheda_vetrina_carousel{
	padding:5%;     border-right: 1px solid #eaeaea;;
	    box-sizing: border-box;
}

.scheda_vetrina_carousel .div_foto{
	min-height: 250px;
    padding-left: 5%;
    padding-right: 5%;
}


/*** timer home ***/

#timerA{
	width: 41%;
    float:left!important;
    text-align: right!important;
    padding-right: 2%;
    box-sizing: border-box;
    padding-top:0px!important;
}

#timerA > font {
	font-size: 50px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

#timerB{
	width:50%;float:left!important;
}

#timerB > font{
	    text-transform: none;font-weight: normal;font-family: 'Montserrat', sans-serif;font-size:15px;
}

#container_timer{
	min-height: 70px;
    background: #f7f7f7;
    color: #333;
    margin-top: 64px;
	
}

#container_messaggio{
	width:50%;text-align:right;    float: left;padding-right: 10px;    box-sizing: border-box;    color: #333;
}

#container_messaggio.noscad{
	width:100%;text-align:center; float: left;
}

#container_messaggio > font{
	font-size: 40px;
    font-weight: 600;
    top: 28px;
    position: relative;
    right: 13px;
}

#container_messaggio.noscad > font{
	top: 24px;
}

#container_messaggio.noscad > span{
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

#container_messaggio > div {
    text-align: left;
    float: right;
    padding-top: 16px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
}

#wrapper_timer{
	padding-top: 20px;
    margin-top: -10px;
    margin-top: -7px;
    padding-bottom: 6px;
    overflow: hidden;
    text-align:left;
}

#wrapper_timer span{
	font-weight:400!important;
}

#wrapper_timer > div > div{
	padding:5px;font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

/*** fine timer home ***/

/*** timer prodotto ***/

.datatimer{
	display:inline-block;
	font-weight:500;
	line-height: normal;
}

.datatimer > div {
	text-align:center;
	font-size: 13px;
	padding-top: 8px;
}

.datatimer span{
    color: #fff;
    font-size: 16px;
    background-color: #f68b1f;
    border-radius: 3px;
    padding: 4px 10px;    
}

#giornihome, #orehome, #minhome, #sechome{
	color:#fff;
}


/*** fine timer prodotto ***/

/* scheda prodotto */

#div_img_prodotti{
	min-height: 250px;
    margin-bottom: 15px;
    width: 32%;
    padding-right: 2%;
    float: left;
    box-sizing: border-box;
    max-height: 390px;
    border: 1px solid #ccc;
    min-height:390px;
    text-align:center;
    overflow: hidden;
}

#fotoProdotto{
	margin-bottom: 15px;
    width: 14%;
    float: left;
    margin-left: 1%;
    max-height: 40px;
    overflow: hidden;
}

#fotoProdotto img{
	width:100%;
}

#foto_prodotti{
	width: 32%;
    text-align: center;
    float: left;
}

#fotoProdotto:hover{
	border: 1px solid #00a35a;
}

#datiprodotto{
	float: left;
    width: 48%;
    margin-left: 1%;
    border-radius: 5px;
    line-height: 37px;
    font-size: 14px;
    min-height: 333px;
    padding: 0 2%;
    box-sizing: border-box;
}

#datiprodotto h3, #categ h3{
	font-size:19px;
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
}

#datiprodotto form{
	    margin: -5px 0px 0px 0px;
}

#datiprodotto form input[type="text"]{ 
	width: 47px;
    height: 38px;
	margin: 0px;
    padding: 8px 12px;
    font-size: 16px;	
}

#datiprodotto form button{ 
	padding: 8px 12px;
	margin-left: 10px;	
}

.wrapper_banner_prod {
    width: 18%;
    float: left;
    box-sizing: border-box;
    margin-left: 1%;
}

.thumb600 {
    max-height: 380px;
    max-width: 380px;
    height: 100%;
}

.div70{
	width:70%;
	float:left;
}

.div30{
	width:30%;
	float:left;
}
#categ {
    clear: both;
    z-index: 1;
    padding: 0 20px;
    margin-top:	15px;
}

#categ > .well{
    background-color: #fff;
    padding:0px;
}



.breadcrumb {
    margin-left: 0px;
    margin-bottom: 0px;
}

#datiprodotto2 .div25{
	float:left;
	box-sizing:border-box;
	overflow:hidden;
}

#datiprodotto2 .div25{
	margin-left: 2%;
    width: 22%;
    border: 2px dashed #ffd300;
    padding: 25px 20px;
    background: #fff;
    /* border-radius: 18px; */
    font-size: 15px;
}

#datiprodotto2 form input {
	width: 30px;
    font-size: 20px;
    padding: 7px;
} 

#datiprodotto2 form button{
	margin-top: -7px;
    margin-left: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#datiprodotto2 form .input.ac_input{
	background-color: #ffffff;
    border: 2px solid #fed500;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    height: 26px;
    margin-top: 4px;
    margin-right: -10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    width: 40px;
}

.input_count_carr, .input_coupon{
	border-radius: 0px!important;
    background-color: #ffffff!important;
    border: 1px solid #f68b1f!important;
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    height: 26px!important;
    font-family: 'Poppins', sans-serif!important;
    font-size: 15px!important;
    text-align: center!important;
    border-right: none!important;
    margin-right: 1px;
}

.input_count_carr{
	width: 42px!important;
}

.input_coupon{
    width: 139px!important;
}

.alert_mess_carr{
    color: #b94a48;
    font-size: 13px;
    height: 10px;
    width: 178px;
}


.btn_coupon{
	padding: 3px 10px!important;
    border-radius: 0px!important;
    background-color: #f68b1f!important;
    border: 1px solid #f68b1f!important;
    border-top-right-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    height: 45px!important;
    font-size: 16px!important;
    text-align: center!important;
    margin-left: -14px;
}

.label-disp{
	background: #057106;
    border-radius: 5px;
    padding: 2px 10px;
    color: #fff;
}

#alertdisp{
	color: #b94a48;
    font-size: 13px;
    margin-bottom: -25px;
    height: 9px;
}

.div_scontoaggiuntivo{
	    margin-top: -8px;
	    margin-bottom: -7px;
}

/*** fine scheda prodotto ***/

hr {
	border-top: 1px solid #f3f3f3f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.div_prod_griglia {
    width: 25%;
    float: left;
    padding: 10px 0.8%;
    border-radius: 5px;
    height:430px;
    margin-bottom: 5px;
}

table input, table textarea{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}

.tit_timer_home{
	font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #fdb91d;
}

.tit_timer_prod{
	    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    background: #ffffff;
    margin-bottom: 3px;
}

input[type=text] {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}

.bordo_grigio{
	border:2px solid #eaeaea;
}

.bordo_verde{
	border:2px solid #f68b1f;
}

.grigio{
	background: #f7f7f7;
}

.caret{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #44413d;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    top: 8px;
    position: relative;
    left: 5px;
}
.label, .label-success, .label-info, label-warning{
    color: #333!important;
    background:none!important;
}

header {
    position: relative;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.25);
    box-shadow: 0 1px 10px rgba(0,0,0,.25);
    
}

.wrapper_login {
    display: inline-block;
    float: left;
    position: relative;
    top: 7px;
}

.wrapper_login div {
    display: inline-block;
}

.wrapper_login a {
    color: #fff;
}

.wrapper_login a:hover {
	text-decoration:underline;
}

/*.fixed_menu {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.fixed_menu .megamenu{
	margin-top: 75px;
}

.fixed_menu #cn_msg_sopra_testata{
	display:none;
}

.fixed_menu .menu_voci{
	display: none;
}
.fixed_menu .wrapper_tit_icone{
	font-size:17px;
}*/

#div_icona_carrello{
	    width: 5%;
    padding-top: 0px;
    border-right: 0;
    margin-top: 0;
    position: relative;
    top: 16px;
}
.wrapper_tit_icone:hover{
	text-decoration:underline;
}

.div_icone.tooltip5.ricerca {
    width: 5%;
    padding-top: 7px;
    margin-right: 1%;
}

#nProdCarr {
	top: -33px;
    position: relative;
    left: 24px;
    color: #f68b1f;
}

.megamenu {
    position: absolute;
    background: rgb(255, 255, 255);
    text-align: left;
    z-index: 10;
    box-shadow: -2px -1px 6px rgba(0, 0, 0, 0.22);
    margin-top: 112px;
    /* border-top: 2px solid #21283d; */
    transition: all 0.4s ease 0s;
    opacity: 0;
    padding: 1% 2%;
    box-sizing: border-box;
}

#megamenu_marche ul {
	margin-left:0;
	width:20%;
}

.fixed_menu #container_timer{
	display:none;
}



#div_login_sx{
	background:#fdb91d;padding-top:7px;    margin-top: 63px;
    margin-bottom: -64px;
}

#div_ricerca2{
	background:#f68b1f;
	clear: both;
    height: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tp-shape {
    background: rgba(0,0,0,0.5);
}

#cookieChoiceDismiss{
	font-weight: 600;
    padding: 3px;
    border: 2px solid;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    margin-top:	3px;
    display: block;
    width: max-content;
    max-width: 200px;
}

#infoLinkId{
	display:block;
	color:#fff;
	text-decoration:underline;
}

td{
	box-sizing:border-box;
	padding:0;
}

.msg_sopra_testata{
				text-align: center;
				color: #666;
				text-transform:uppercase;
				padding: 15px 0;
				font-family: 'Montserrat', sans-serif;
}

.wrapper_categorie_testata{
	width:58%;
	overflow:auto;
	display: inline-block;
}

#myCarousel30{
	padding-left: 4%;
    padding-right: 4%;
    padding-top: 30px;
}

.img-circle{
	border: 1px solid #dddddd;
    max-width: 70px;
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 6px;
}

.riquadro_sconto_prod{
	line-height:normal;
	padding: 10px;
	background:#fff;
}

.xavviso{
	border: 3px dotted #f68a1f;
    color: #333;
    padding: 4%;
    margin-bottom: 20px;
    font-weight: 500;
}

.td_privacy{
    padding: 10px;
    border: 3px dotted #f68b1f;
}

.td_privacy h3{
	    text-transform: uppercase;
    font-size: 18px;
    margin: 4px 0;
    color:#f68b1f;
}