.vtr-tables {
	margin: 0 0 1.5em;
}

.vtr-table {
	width: 100%;
	margin: 0 0 .5em;
	border-collapse: collapse;
}

.vtr-table caption {
	text-align: left;
	font-weight: 600;
	padding: .4em 0;
}

.vtr-table th,
.vtr-table td {
	padding: .45em .6em;
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	font-weight: 400;
}

.vtr-table th {
	width: 45%;
	white-space: nowrap;
}

.vtr-note {
	font-size: .875em;
	opacity: .8;
	margin: 0 0 1em;
}

.woocommerce-cart-form .vtr-gift-item td.product-price,
.woocommerce-cart-form .vtr-gift-item td.product-subtotal {
	font-weight: 600;
}

/* Total économisé, panier et commande. */
.vtr-savings {
	display: inline-block;
	color: #1b7f3b;
	font-weight: 600;
	font-size: 1.05em;
}

tr.vtr-savings-row td {
	background: #eafaf0;
	border-left: 4px solid #1b7f3b;
}

/* Bandeau incitatif sur la fiche produit.
   Vert #146c33 sur texte blanc : ratio de contraste ~5.6:1 (WCAG AA). */
.vtr-banner {
	display: block;
	margin: 0 0 1em;
	padding: 0.75em 1em;
	border-radius: 4px;
	background: #146c33;
	color: #fff;
	line-height: 1.4;
}

.vtr-banner-text {
	display: block;
	font-weight: 700;
	font-size: 1.05em;
}

.vtr-banner-note {
	display: block;
	margin-top: 0.25em;
	font-size: 0.9em;
	opacity: 0.95;
}

.vtr-banner a {
	color: #fff;
	text-decoration: underline;
}
