/*---------------------------------------------------
/* TUNNEL DE PAIEMENT
---------------------------------------------------*/	
.checkout {
	position:relative;
}

	.checkout .checkout-mask {
		background:rgba(255,255,255,0.7);
		width:100%;
		height:100%;
		position:absolute;
		
		display:none;
	}

.checkout .section {
	width:100%;
	margin-bottom:30px;	
}
	.checkout .section .head {
		border-bottom:1px solid #e4e2e2;
		padding:15px 0;
	
		font-size:28px;
		color:#353535;
		font-weight:500;
		
		margin-bottom:20px;
	}
	
	.checkout .section .section-heading {
		font-size:22px;
		color:#0b5eaa;
		display:block;
		margin-bottom:15px;
	}

.checkout .total-recap {
	font-size:18px;
	margin-bottom:5px;
}
	.checkout .total-recap .float-l {
		color:#333;
	}

.checkout .shipping-recap {
	font-size:18px;
	margin-bottom:5px;
}
	.checkout .shipping-recap .float-l {
		color:#333;
	}

.checkout .grandtotal-recap {
	font-size:20px;
}
	.checkout .grandtotal-recap .float-l {
		color:#333;
	}
	
.payment .btn {
	width:100%;
	margin-top:27px;
	
	padding:20px;
}