.tableFixHead 
{
        overflow-y: auto;
        /*height: 80px;*/
}
.tableFixHead thead th 
{
  position: sticky;
  top: 0;
}

table 
{
  border-collapse: collapse;
  width: 100%;  
}

th { background: #eee; font-size:small; z-index:9000;}

.servizio
{  	

}

.div_servizio
{
	padding:8px;
	float:left;
}

.servizio_carrello 
{
    width: 160px;
    min-height: 495px;
    /* padding: 2px; */
    box-sizing: border-box;
    /* padding: 4px 4px 4px 4px; */
    margin: 3px;
    border: solid 1px #ccc;
    text-align: center;
    float: left;
    background-color: white;
	box-shadow: 0 0 5px 0 #9e9e9e1f;
	border-radius: 3px;
}

.prenotazione
{
	 background-color: gold;
}

.riepilogo_carrello
{
    width: 325px;
    min-height: 480px;
    /* padding: 2px; */
    box-sizing: border-box;
    /* padding: 4px 4px 4px 4px; */
    margin: 3px;
    border: solid 1px #ccc;
    text-align: center;
    float: left;
    background-color: white;
	box-shadow: 0 0 5px 0 #9e9e9e1f;
	border-radius: 3px;
}

.row_prod { width:100%; }

.foto_prod {
    width: 100%;
    /* border: solid 1px #0000; */ 
	padding-bottom: 5px;
}

.foto_container 
{ /*min-height:190px;*/
	position:relative; 
	font-weight:bold; 
	text-align:center; 
}

.overlay-img
{
    position: absolute;
    top: 5px;
    right: 0;
    /* width:60px;*/
	height: 50px;
}

.overlay_promo
{
	animation: blinkingText 6s infinite;
	 
    position: absolute;
    top: 165px;
    opacity:0.6;
    right: 0;
    text-align: center;
    width:100%;
    border-radius: 8px;
    height:26px;
    padding-bottom:3px;
}
  
.tabella_categorie
{
    border: solid 1px #ccc;
	background-color:#f0f0f0;
}  
  
.categoria { border: solid 1px #ccc; }  
  
.elemento 
{
	text-align:left;
	float:left;
	margin:6px;
	border-radius: 3px;
}
  
.elemento_sinistra
{
	border-top: solid 1px #ccc;
	float:left;
	width:100%;
	border-radius: 3px;
	margin-top:6px;	
}

.elemento_destra
{
	border-top: solid 1px #ccc;
	float:right;
	width:100%;
	border-radius: 3px;
	margin-top:6px;
}

.titolo_c
{
	font-size:large;
	font-weight:bold;
	padding:8px;
}  
  
.titolo_s
{
	font-size:x-large;
	font-weight:bold;
	padding:8px;
	float:left;
}  
.titolo_d
{
	font-size:x-large;
	font-weight:bold;
	padding:15px;
	float:left;
}  

.titolo_serv
{
	background-color:#F0F0F0;
	padding:12px;	
	border-radius: 4px;
	font-weight:bold;
}
.descrizione
{
	font-size:medium;
	font-family:sans_serif;
	padding:8px;
}
 
.servizio { padding:10px; border-radius: 23px;  min-height:200px;}
.img_servizio { float:left; padding:10px; margin-right:12px; border-radius: 23px; width: 300px; }
.osservazioni { vertical-align:top; padding:10px; width:1000px; }  
.azioni_serv  { text-align:center; width:100%;}
  
.img_colonne  {  padding: 0px; border-radius: 3px 3px 0px 0px; }
.img_sinistra {	float:left;   border-radius: 3px 0px 0px 3px; height:100%; margin-right:20px;}  
.img_destra   { float:right;  border-radius: 0px 3px 3px 0px; height:100%; }  
  
  
.desc_servizio_col { padding: 8px; clear:left;}

.desc_servizio_s { min-height:280px; padding:20px; text-align:left;}
.desc_servizio_d { min-height:280px; padding:20px; text-align:left;}

.btn_dettagli_col { text-align:center; position:absolute; width:100%;}
.btn_dettagli_s   { text-align:right; position:absolute; width:100%;}
.btn_dettagli_d   { text-align:left; position:absolute; width:100%;}
  
@keyframes blinkingText 
{
            0% { opacity: 0;  }
            25% { opacity: .3; }
            50% { opacity: .7; }
            100% { opacity: 1; }
}
        
.desc_prod 
{
    font-size: medium;
    font-weight: normal;
    line-height: 20px;
    /*
    height: 70px;
    padding: 2px;
    */
}

.desc_prod_carrello 
{
    font-size: small;
    font-weight: normal;
    line-height: 20px;
    height: 70px;
    padding: 2px;
}

.richiesta {clear:left;}

.piccolo {font-size:x-small; font-weight:bold; }

.prezzo_prod { font-size: 22px; font-weight:bold; color: grey;}

.prezzo_non_sconto { font-size:14px; text-decoration: line-through; float:left; lext-align:center; width:50%;}

.prezzo_prod_carrello {font-size: 18px; font-weight:bold; color: grey; }

.perc_sconto { color:red; font-size:14px; font-weight:bold; lext-align:center;}

.prezzi { min-height:48px; height:48px; }

.prezzi_carrello { min-height:48px; height:48px; }

.acquista { min-height:48px; height:48px; text-align:center; padding-top:10px;}

.acquistando { color:red; font-size:14px; }

.campo_quantita { width:64px; text-align:center; height:30px; }

.marchio { font-size:small; }

.fornitore { font-size:small; }

.testo_web { padding: 10px 10px 10px 10px; /*border: solid 1px black;*/}

.testo_promo { 	width:100%; 
				color:black;
				background-color:#f0f0f0;  
				/*border: solid 1px black;*/}

.prezzo_promo {  font-weight:bold; color: green; font-size:18px; }

.promo_ok { font-weight:bold; color: green; font-size:22px; }

/* ------ RESPONSIVE ------ */

@media screen and (max-width: 1600px) 
{
   .entry-content  { /*background-color:yellow !important; */}
   
   .testo_web { width:99%; }  
   
   .img_servizio { width:100%; }
   .osservazioni { width:100%; float:left;}
   .azioni_serv  { vertical-align:top;}   
   
   .img_sinistra { float:left;  width:auto; height:100%; border-radius: 23px 0px 0px 23px; max-height:400px;}
   .img_destra   { float:right; width:auto; height:100%; border-radius: 0px 23px 23px 0px; max-height:400px;}

   .titolo_s {  float:right; }
   .titolo_d {  float:left; }
   
   .desc_servizio_s { }
   .desc_servizio_d { }
   
   .elemento 		  { min-height:400px;}
   .elemento_sinistra { max-height:400px !important;}
   .elemento_destra   { max-height:400px !important;}
   
   /*.btn_dettagli_col { top:450px !important; }*/   

   .btn_dettagli_s 	 { top:350px !important; }   
   .btn_dettagli_d 	 { top:350px !important; }   
}

@media screen and (max-width: 800px) 
{
   .entry-content { /*background-color:lime !important;*/ }
   
   .servizio_carrello , .riepilogo_carrello	{ /*background-color:lime;*/ width:49%;}
     
   .desc_prod { font-size:large; }

   .desc_prod_carrello { font-size:large; }

   .marchio { font-size:large; }

   .fornitore {font-size:large; }

   .prezzo_prod { font-size:32px; }	

   .prezzo_non_sconto { font-size:18px; }
   
   .testo_web { width:99%; }
   
   .acquista { max-height:100px; height:100px; padding-top:20px;}  

   .img_servizio { width:100%; }
   .osservazioni { width:100%; float:left;}
   .azioni_serv  { vertical-align:top;}    
   
   .img_sinistra { float:left; width:100%; height:auto; border-radius: 23px 23px 0px 0px; }
   .img_destra   { float:left; width:100%; height:auto; border-radius: 23px 23px 0px 0px; }

   .titolo_s {  float:left; clear:left; }
   .titolo_d {  float:left; clear:left; }
   
   .desc_servizio_s { clear:left;}
   .desc_servizio_d { clear:left;}
   
   .elemento 		  { min-height:600px;}
   .elemento_sinistra { min-height:1000px;}
   .elemento_destra   { min-height:1000px;}
   
   /*.btn_dettagli_col { top:550px !important; }*/   
   .btn_dettagli_s 	 { top:950px !important; }   
   .btn_dettagli_d 	 { top:950px !important; }   
   
}

@media screen and (max-width: 550px)
{
   .entry-content  { /* background-color:pink !important; */}
   
   .servizio_carrello , .riepilogo_carrello { /*background-color:pink;*/ width:49%;}

   .prezzo_prod { font-size:28px; }
   .prezzo_prod_carrello { font-size:28px; }

   .prezzo_non_sconto { font-size:22px; }

   .foto_prod { width: 99%; }

   .testo_web { width: 99%; }
	
   .acquista { max-height:100px; height:100px; padding-top:20px;}
   
   .img_servizio { width:100%; }
   .osservazioni { width:100%; }
   .azioni_serv  { vertical-align:top; }    
   
   .img_sinistra { float:left; width:100%; height:auto; border-radius: 23px 23px 0px 0px; }
   .img_destra   { float:left; width:100%; height:auto; border-radius: 23px 23px 0px 0px; }

   .titolo_s {  float:left; clear:left; }
   .titolo_d {  float:left; clear:left; }
   
   .desc_servizio_s { clear:left;}
   .desc_servizio_d { clear:left;}
   
   .elemento 		  { min-height:700px;}
   .elemento_sinistra { min-height:800px;}
   .elemento_destra   { min-height:800px;}
   
   /*.btn_dettagli_col { top:650px !important; }*/   
   .btn_dettagli_s 	 { top:750px !important; }   
   .btn_dettagli_d 	 { top:750px !important; }   
   
}

@media screen and (max-width: 480px) 
{
   .entry-content  { /*background-color:orange !important; */ }

   .servizio_carrello , .riepilogo_carrello { /* background-color:orange;*/ width:99%;}
   
   .prezzo_prod { font-size:32px; }
   .prezzo_prod_carrello { font-size:32px; }

   .prezzo_non_sconto { font-size:22px; }
   
   .foto_prod { width: 99%; }
   
   .testo_web { width:99%; }
   
   .acquista { max-height:100px; height:100px; padding-top:20px;}
   
   .img_servizio { width:100%; }
   .osservazioni { width:100%; }
   .azioni_serv  { vertical-align:top; }   
   
   .img_sinistra { float:left; width:100%; height:auto; border-radius: 23px 23px 0px 0px; }
   .img_destra   { float:left; width:100%; height:auto; border-radius: 23px 23px 0px 0px; }

   .titolo_s {  float:left; clear:left; }
   .titolo_d {  float:left; clear:left; }
   
   .desc_servizio_s { clear:left;}
   .desc_servizio_d { clear:left;}
   
   .elemento 		  { min-height:700px;}
   .elemento_sinistra { min-height:700px;}
   .elemento_destra   { min-height:700px;}
   
   /*.btn_dettagli_col { top:650px !important; }*/   
   .btn_dettagli_s 	 { top:650px !important; text-align:center;}   
   .btn_dettagli_d 	 { top:650px !important; text-align:center; }   
}

@media only screen and (max-width: 320px) 
{
    .entry-content  { /* background-color:red !important; */ }
    
   .servizio_carrello , .riepilogo_carrello { /*background-color:red;*/ width:99%;}

   .prezzo_prod { font-size:32px; }
   .prezzo_prod_carrello { font-size:32px; }
   
   .prezzo_non_sconto { font-size:22px; }
	
   .acquista { max-height:100px; height:100px; padding-top:20px;}
   
   .img_servizio { width:100%; }
   .osservazioni { width:100%; }
   .azioni_serv  { vertical-align:top; }   
}

.aside 
{	
	float: left;
	width: 280px;
	padding: 2px;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;	
}

.aside_nofloat 
{
	width: 280px;
	padding: 2px;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;	
}

.clear { clear:left; float: left;}

.clear_nofloat 
{
	width: 280px;
	padding: 2px;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;
	clear:left;
}

.wide 
{	
	float: left;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
}

.aside_flex 
{
	float: left;
	padding: 2px;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;
}

.clear_flex 
{
	float: left;
	padding: 2px;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;
	clear:left;
}

.clear_one 
{
	float: left;
	width: 500px;
	padding: 4px;
	box-sizing: border-box;
	margin: 5px 5px 5px 5px;
	clear:left;
	font-weight:normal;
	text-align:center;
}

.clear_one_nofloat 
{
	clear:left;
	padding: 4px;
	box-sizing: border-box;
	margin: 5px 5px 5px 5px;
	font-weight:normal;
}

.clear_one_blank 
{
	clear:left;
	width: 500px;
	padding: 4px;
	box-sizing: border-box;
	margin: 5px 5px 5px 5px;
	font-weight:normal;
}

.bottone 
{
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 0 0 #fed897 inset;
    color: #464a4c;
    display: inline-block;
    font-family: Open Sans,sans serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 3px;
    min-width: 140px;
}
.bottone:hover 
{
    background-color:  #27aae1; color:navy;
}

.bottone:active 
{
    position: relative;
    top: 1px;
}

.bottone_evidente
{
    background-color: orange;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 0 0 #fed897 inset;
    color: black;
    display: inline-block;
    font-family: Open Sans,sans serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 28px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 3px;
    width:100%;
    min-width: 72px;
}

.bottone_evidente:hover 
{
    background-color: yellow;
}
.bottone_evidente:active 
{
    position: relative;
    top: 1px;
}
.bottone_evidentex
{
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 0 0 #fed897 inset;
    color: black;
    display: inline-block;
    font-family: Open Sans,sans serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 28px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 3px;
    width:100%;
    min-width: 72px;
}

.bottone_evidentex:hover 
{
    background-color: pink;
}

.bottone_evidentex:active 
{
    position: relative;
    top: 1px;
}

.bottone_min 
{
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 0 0 #fed897 inset;
    color: #464a4c;
    font-family: Open Sans,sans serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: 16px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 4px;
    min-width: 40px;
    height:28px;
}

.bottone_min:hover 
{
    background-color: #ebebeb;
}

.bottone_min:active 
{
    position: relative;
    top: 1px;
}

.menu_sinistro 
{ 
	float: left;
	width: 320px;
	padding: 2px;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;	 }


.avviso { color:black; font-weight:bold; font-size:medium; }

.chiaro    {font-size: 16px; font-weight: bold; text-align:center; color:black; padding:4px; margin-bottom:8px;}
.grey	   {background-color:#F0F0F0;}
.darkgrey  {background-color:#D0D0D0;}
.bold	   {font-weight:bold;}

.center    {text-align:center;}
.left      {text-align:left;}


.blue   { color:navy;  background-color: white; } 	.blue:hover   { background-color:#e4edf5; }
.rosso  { color:red;   background-color: white; } 	.rosso:hover  { background-color:pink; }
.verde  { color:green; background-color: white; } 	.verde:hover  { background-color:lime; }
.giallo { color:black; background-color: gold; } 	.giallo:hover { background-color: yellow; }

.msg_errore { color:red;    background-color: white; font-size:large; padding:30px; text-align:center;}
.msg_warn   { color:orange; background-color: white; font-size:large; padding:30px; text-align:center;}
.msg_ok     { color:green;  background-color: white; font-size:large;  padding:30px; text-align:center; }

.txtinput_noicon 
{ 
	font-size: 15px;
    padding: 6px 5px;
    padding-left: 10px;
    width: 100%;
	border-radius:2px;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 5px;
	color: #777;
	
	/*
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	*/
}

.txtinput_noicon:focus 
{ 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

.txtinput_noicon_1 {
    font-size: 15px;
    padding: 6px 5px;
    padding-left: 10px;
    width: 360px;
    border-radius: 2px;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    margin-bottom: 5px;
    color: #777;
}

.buttons { display: block; padding-top: 10px; text-align: center; width:100%;  border-bottom: 3px solid #f6f6f6;}


.responsive-form { box-sizing: border-box; }

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
html.clearfix { height: 1%; }

/* Whatsapp css setting */

.tist{}  
