/* popup */
.popup-overlay{
	background-color: rgba(40, 40, 40, 0.67);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2000;
	display: none;
}
.popup-panier{
	background-color: white;
	padding: 35px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2001;
	width: 550px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

.popup-panier-message{
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	color: #009fe3;
}
.popup-panier-offre{
	_background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 25px;
	color: black;
}
.popup-panier-offre-image{
	float: left;
	width: 50px;
	margin-right: 20px;
}
.popup-panier-offre-titre{
	font-size: 21px;
	margin-bottom: 10px;
}
.popup-panier-offre-stitre{
	margin-bottom: 15px;
}
.popup-panier-offre-qte{
	margin-bottom: 7px;
	font-size: 15px;
}
.popup-panier-offre-total{
	margin-bottom: 10px;
	font-size: 15px;
}
.popup-panier-offre-qte span,
.popup-panier-offre-total span{
	color: #555;
}

.popup-bouton-panier,
.popup-bouton-close{
	padding: 9px 14px;
	display: inline-block;

	font-size: 20px;
}
.popup-panier-boutons{
	text-align: center;
}
.popup-bouton-panier{
	background-color: #009fe3;
	color: white;
	text-decoration: none;
	border: 1px solid #009fe3;
	margin-left: 20px;
	_border-radius: 5px;
	_font-weight: bold;
}
.popup-bouton-panier:hover{
	background-color: #009fe3;
	border-color: #009fe3;
}


.popup-bouton-close{
	color: #555;
	border: 1px solid #888;
	_border-radius: 5px;
}


/* etapes */
.commande-title{
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
	_margin-top: 20px;
}
.commande-etapes{
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.commande-etapes div{
	display: inline-block;
	margin: 0 20px;
}
.commande-etapes div.current{
	color: #ea7d30;
}

.commande-etapes div a{
	text-decoration: none;
	color: inherit;
	display: inline-block;
}

.commande-etapes div span{
	vertical-align: middle;
	display: inline-block;
}
.commande-etapes div span.num{
	font-size: 1.3em;
	_color: #b42618;
	font-weight: bold;
	font-style: italic;
	opacity: 0.8;
	_color: #777;
}
/* */

.commande-container{
	padding-bottom: 60px;
}

/* Page panier (1)
------------------------*/
.panier-vide{
	text-align: center;
	margin-top: 50px;
}

.panier-table{
	border-collapse: collapse;
	width: 100%;
	margin: auto;

}

.panier-table th{
	background-color: #fbfbfb;
	font-weight: 600;
	padding: 10px;
	font-size: 14px;

}
th.panier-image{
	border: none;
	background-color: transparent;
	width: 80px;
}
.panier-description{
	text-align: left;
}
.panier-pu,
.panier-total{
	text-align: right;
}
.panier-qte{
	text-align: center;
	width: 70px;
}

.panier-table td{
	padding: 10px;
	vertical-align: top;

	_border: 1px solid #000;
}


.panier-table  img{
	margin-right: 18px;
}
td.panier-offre-description{

}
.panier-offre-description-title{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}
td.panier-offre-description a{
	color: inherit;
	text-decoration: none;
}
.panier-offre-description-stitre{
	margin-bottom: 15px;

}
td.panier-offre-description .envoi{
	font-size: 13px;
	color: #777;
}

td.panier-offre-pu,
td.panier-offre-total{
	color: #666;
	text-align: right;
}
.panier-offre-qte{
	text-align: center;
	color: #666;
}
.panier-offre-qte input{
	border: 1px solid #ccc;
	width: 59px;
	height: 27px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	color: inherit;
	margin-bottom: 3px;
}


.panier-offre-delete a {
	margin-top: 3px;
	display: inline-block;
	color: #aaa;
}
.panier-offre-delete a:hover{
	color: #009fe3;
}

.panier-bouton{
	text-align: right;
	margin-top: 30px;
}
.panier-bouton-commander{
	padding: 0 25px;
	display: inline-block;

	height: 48px;
	line-height: 48px;

	font-size: 20px;
	background-color: #009fe3;
	border-radius: 24px;
	color: white;
	text-decoration: none;
	margin-left: 20px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.2s;
}
.panier-bouton-commander:hover{
	background-color: #009fe3;
}
.panier-bouton-commander span{
	display: inline-block;
}
.panier-bouton-commander i{
	font-size: 36px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}

.panier-table tfoot{
	background-color: #fbfbfb;
}
.panier-table tfoot .panier-soustotal,
.panier-table tfoot .panier-frais{
	text-align: right;
}

.panier-table tfoot .panier-total-lib{
	font-size: 19px;
	font-weight: 500;
	color: #333;
	padding: 15px 10px;
}
.panier-table tfoot .panier-total{
	font-size: 22px;
	font-weight: 600;
	padding: 15px 10px;
}





/* Page Commande (2)
-----------------------*/
.commande-cols{
	display: flex;
}
.commande-left{
	flex: 1;
	width: 67%;

	background-color: #f5f5f5;
	padding: 20px;

}
.commande-right{
	flex: 0 0 33%;
	margin-left: 50px;


}
.commande-client div{
	background-color: #f0f0f0;
	padding: 15px;
	padding-right: 100px;
	display: inline-block;
}

.commande-right div{
	margin-bottom: 10px;
	font-weight: bold;
}
.commande-right table{
	width: 100%;
	line-height: 1.3;
}
.commande-right td:nth-child(1){
	max-width: 30px;
}
.commande-right td:nth-child(3){
	text-align: right;
}
.commande-right tr.sep hr{
	border: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	line-height: 20px;
	display: block;
	background-color: transparent;
}
.commande-right tr.soustotal td,
.commande-right tr.frais td{
	padding: 3px 0;
}
.commande-right tr.total{
	font-size: 1.2em;
	font-weight: 600;
	color: #009fe3;
	white-space: nowrap;
}



.frm_opt_container label{
	cursor: pointer;
}
#frm_field_22_container .frm_opt_container{
	margin: 5px 0 0 10px;
	_line-height: 1.5;
}
#frm_field_22_container .frm_radio{
	background-color: #eee;
	padding: 8px 9px;
	margin-bottom: 5px;
	width: 200px;
	border: 1px solid transparent;
}
#frm_field_22_container .frm_radio.selected{
	background-color: #dcecf5;
	border-color: #82c5f0;
}
#frm_field_22_container input{
	vertical-align: bottom;
}

.cheque{
	background-color: #fff;
	padding: 10px;
	display: none;
	margin: 0 auto 10px auto;
	width: 50%;
	text-align: center;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}
.cheque p + p{
	color: #222;
	_margin-bottom: 0;
}

.frm_submit button{
	padding: 0 25px;
	display: inline-block;

	height: 48px;
	line-height: 48px;

	font-size: 20px;
	background-color: #009fe3;
	border-radius: 24px;
	color: white;
	text-decoration: none;
	margin-left: 20px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.2s;
}

.commande-message-cb{
	text-align: center;

	background-image: url(../images/paiement-loading.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 140px auto;
	padding-top: 150px;
	padding-bottom: 30px;
}
.commande-message-cheque{
	font-size: 16px;
}



/* Page Confirmation (4)
-----------------------*/
.commande-merci{
	text-align: center;
	font-size: 1.3em;
	background-color: #f9f9f9;
	padding: 30px;
	max-width: 80%;
	margin: auto;
}
.commande-merci strong{
	font-weight: 600;
}

.commande-merci .signature{
	font-style: italic;
	font-weight: 600;
}
.commande-merci a{
	text-decoration: underline;
}