
	.table__custom{
		width: 100%;
		border-collapse: collapse;
	}
	.table__custom tr th,
	.table__custom tr td{
		border: none;
	}
	.table__custom tbody{
		display: table-row-group;
	}
	.table__custom tbody tr{
		display: table-row;
		border-bottom: 1px solid #ddd;
	}
	.table__custom tbody tr td{
		display: table-cell;
		width: 50%;
		padding: 5px 5px;
		font-size: 13px;
		vertical-align: top;
		border-top: 0px solid rgba(0,0,0,.1)!important;
	}
	.table__custom tbody tr td span{
		margin-left:10px;
	}
	.table__custom tbody tr td input{
		width: 50px;
		padding: 0 10px;
		height: 30px;
	}

	/* Titres "Oeil droit" / "Oeil Gauche" dans le panier */
	.table__custom.table__eyes tr.eye-title td{
		padding-top: 10px;
		padding-bottom: 3px;
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		border-top: 1px solid #ddd;
	}

	.table__custom.table__eyes tr.eye-row td{
		padding-top: 3px;
		padding-bottom: 3px;
	}

	/* Alignement à gauche UNIQUEMENT pour les paramètres lentilles sur la page panier */
	body.woocommerce-cart .table__custom.table__eyes td{
		text-align: left !important;
	}
	  
