/* Etapes du panier */
.boutonCommande{
	float:right;
}
.boutonCommande input{
	background-color: #d09351;
	background-image: url("/tpl/images/fleche.png");
	background-position: right 5px center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: 39px;
	padding: 0 62px 0 30px;
	border:none;
	cursor:pointer;
}
.boutonCommande input.disabled{
	opacity:0.7;
}
.btCGV{
	font-weight: normal;
	font-family: 'oxygenbold';
	text-decoration:underline;	
}
.panier{
	width:100%;	
	border-spacing : 0;
	border-collapse : collapse;
	margin:22px 0 31px;
}
.panier > tbody > tr > th{
	background-color:#ecedee;
	font-weight:normal;
	height:34px;
	font-size:17px;
	/*padding-left:24px;*/
	vertical-align:middle;
	white-space: nowrap;
	transition: all 0.2s ease;	
}
.panier > tbody > tr > th.lineInput:hover{
	background-color:#cccdce;
}

.panier .titreCde th{
	background-color:#d09351;
	color:#FFFFFF;
}
.panier > tbody > tr > td{
	padding:15px 0;
	background-color:#FFFFFF;
}
.panier > tbody > tr > td table{
	border-spacing : 0;
	border-collapse : collapse;
	width:100%;
}
.panier tr.panierDetailArticle td{
	font-size:15px;
}
.panier tr.panierliste td{
	border-bottom:1px solid #ecedee;
}
tr.commandeliste:nth-child(2n+1) td{
	border-bottom:1px solid #ecedee;
}
.panier img{
	display:block;
	margin:auto;
	vertical-align:middle;
	max-height:68px;
	max-width:164px;	
}
.panier img.creation{
	max-height:164px;
}
.panier > tbody > tr.panierTotal > th{
	font-family:"oxygenbold";
	font-weight: normal;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px 0;
	border-color:#000000;
	color:#D09351;
}
.panierAction{
	text-align:center;
	min-width:60px;	
}
.msgErreurPanier{
	color: red;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
.erreurPanierTxt{
	text-decoration: line-through;
}

.selectQte input[type=text]{
	text-align: center;
}
.selectQte .input-group-text{
	padding: 0;
}
.selectQte input[type=button]{
	height: 100%;
	width: 100%;
	border: none;
}

iframe:not(#XeusFrame,#XeusFrameText){
	width:100%;
	height:400px;
	border:none;
}
