@charset "utf-8";
/* CSS Document */


.carrello_hover {
	width:500px;
	border:2px solid #ededed;
	padding:10px;
	overflow: hidden;
	display: none;
	 position: fixed;
    /* center the div */
    top:40%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    z-index: 9999;
    background-color: #FFFFFF;
    /*background: none repeat scroll 0 0 #F4F7F8;
    border: 1px solid #B4BCC0;
    
    padding: 15px;
    width: 498px
    */
    margin: auto;
    
	
	}
	
.carrello_hover p, .carrello_hover a{
	font-size:13px;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	
.carrello_hover_su {
	width:498px;
   min-height: 75px;
    overflow: hidden;	text-align:center;
	background-color:#FFF;
	border:1px solid #ccc;
	background-color:#f3f3f3;
	font-size:13px;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	}
	
.carrello_hover_sx {
	width:158px;
	float:left;
	padding:10px 20px 10px 20px;
	background-image:url(/include/immagini/back.gif);
	background-repeat: repeat-y;
	background-position:right;
	
}


.carrello_hover_dx {
	width:260px;
	float:left;
	padding:10px 20px 10px 20px;
}


.carrello_hover_dx p{
		background-image:url(/include/immagini/cart.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:50px;
	

	
}




.carrello_hover_su .evidente {
	color:#77C50F;
	font-size:14px;
	font-weight:bold;}
	
	
	
.carrello_hover_giu {
	width:500px;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	 height: 50px;}


.carrello_hover_giu_sx {
	width:210px;
	text-align:center;
	float:left;
	}
.carrello_hover_giu_dx {
	width:250px;
	text-align:center;
	float:left;
	}
		
		
.carrello_hover_giu	.bottone {
	color: #454545;
	}
	
a.bottone.continua_shop	{
    display: inline-block;
    height: 35px;
    text-decoration: none;
     background-image: none;
    border: 0 none;}
	
a.bottone.continua_shop	span{
  color: #454545;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    height: 50px;
    line-height: normal;
   padding-left: 45px;
    padding-right: 6px;
    padding-top: 6px;
	background-image:url(/include/immagini/torna_shopping.png);
	background-repeat:no-repeat;
 min-width: 100px;}



a.bottone.vai_carrello	{
    display: inline-block;
    height: 35px;
    text-decoration: none;
     background-image: none;
    border: 0 none;
    }
	
a.bottone.vai_carrello span {font-weight:normal;
  color: #454545;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: normal;
   padding-left: 6px;
    padding-right: 40px;
    padding-top: 8px;
	background-image:url(/include/immagini/vai_carrello.png);
	background-repeat:no-repeat;
 min-width: 100px;}
	
	.overlay_carrello{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
	filter: alpha(opacity=30);					
    opacity: 0.30;
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.attesa_carrello{
border: 0;
display: none;
}

/* Stili specifici per hover conferma aggiunta prodotti al carrello */
@media (max-width : 580px) {
	.carrello_hover {
		width: 90%;
	}
	
	.carrello_hover_su, .carrello_hover_giu {
		width: 100%;
	}
	
	.carrello_hover_sx, .carrello_hover_dx {
		width: 100%;
	}
	
	.carrello_hover_giu_sx, .carrello_hover_giu_dx {
		width: 50%;
	}
	
}

@media (max-width : 348px) {
	
	div.carrello_hover_giu_sx {
		width: 100%;
	}
	
	a.bottone.continua_shop {
		display: inline;
	}
	
	div.carrello_hover_giu_dx {
		width: 100%;
	}
	
}