#hoverpanier{	
	overflow:hidden;
	position:absolute;
	right: 0;
    top: 50px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	max-height: 0px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease; 
	-moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.8);
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=135, Strength=9);	
	z-index:9999;
}

#encart_texte_votre_selection:hover >#hoverpanier{
	max-height: 1000px;
}

.touch #hoverpanier{display:none;}

#liste_articles_panier{
	max-height:280px;
	width:341px;
	padding-right: 11px;
	overflow-x: hidden;
    overflow-y: auto;	
}

#prix_et_boutons{
	height:auto;
	width:auto;
	padding-right: 10px;	
}
#bouton_image_supprimer{
	background-image:url("icoDelete.svg");
	background-size: 16px 16px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	display:block;
	height:16px;
	width:16px;
}
#bouton_voir_panier{width:100%;text-decoration:none;float:left;}
#bouton_valider_panier{width:100%;text-decoration:none;float:right;margin-top:10px;}
#habillage_bouton_texte_poursuite_achat_panierb,#habillage_bouton_texte_commander_panierb{width:100%;}

.miniatures_produits_panier{height:auto;width:90px;border : none;}
.separation_articles{width:100%;height:10px;border-bottom:1px solid #f6f6f6 !important;}
.tronquertextetitre{overflow: hidden;text-overflow: ellipsis;max-width: 150px;}
.tronquertextedispo{overflow: hidden;text-overflow: ellipsis;width: 300px;padding:5px 0 0;}
.tronquertextefraisport{overflow: hidden;text-overflow: ellipsis;width: 230px;}