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

.prodotto_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;
}

.prodotto_dett {
    width: 240px;
    min-height: 450px;
    box-sizing: border-box;
    margin: 3px 3px 3px 3px;
    border: solid 1px #ccc;
    text-align: center;
    float: left;
    background-color: white;
    box-shadow: 0 0 5px 0 #9e9e9e1f;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.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;
}

.overlay_info
{
	/*animation: blinkingText 6s infinite;*/
    position: absolute;
    top: 85px;
    /*opacity:0.6;*/
    right: 0;
    text-align: center;
    width:100%;
    border-radius: 1px;
    padding-bottom:3px;
}

.stripe-button { text-align:center; }
  
@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; margin-bottom: 3px; }

.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; width: 70%; float:left;}

.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; }

@media screen and (max-width: 1600px) 
{
   .prodotto { /*background-color:yellow;*/ }
   
   .testo_web { width:99%; }  
}

@media screen and (max-width: 800px) 
{
   .prodotto { /*background-color:lime; */}
   
   .prodotto_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:22px; }	

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

@media only screen and (max-width: 550px)
{
   .prodotto { /*background-color:pink;*/ }
   .prodotto_carrello , .riepilogo_carrello , .prodotto_dett { /*background-color:pink;*/ width:49%;}

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

   .prezzo_non_sconto { font-size:22px; }

   .foto_prod { width: 99%; }

   .testo_web { width: 99%; }
	
   .acquista { max-height:60px; height:100px; padding-top:20px;}  
}

@media only screen and (max-width: 480px) 
{
   .prodotto { /*background-color:orange; */ }
   .prodotto_carrello , .riepilogo_carrello , .prodotto_dett { /* background-color:orange;*/ width:99%;}
   
   .prezzo_prod { font-size:22px; }
   .prezzo_prod_carrello { font-size:22px; }

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

@media only screen and (max-width: 320px) 
{
   .prodotto { /*background-color:red;*/ }
   .prodotto_carrello , .riepilogo_carrello , .prodotto_dett { /*background-color:red;*/ width:90%;}

   .prezzo_prod { font-size:22px; }
   .prezzo_prod_carrello { font-size:22px; }
   
   .prezzo_non_sconto { font-size:22px; }
	
   .acquista { max-height:60px; height:100px; padding-top:20px;}  
}

.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: 72px;
}
.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: 18px; margin-top: 18px;  }
.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{}
