/* ADLR - Prix & Affichage. Styles are deliberately scoped to ADLR markup. */

.adlr-price-prefix {
	font-weight: inherit;
}

.adlr-price-ht {
	font-weight: 400;
}

.adlr-price-tax-label,
.adlr-tiered-ttc-label {
	font-size: .85em;
	font-weight: 600;
}

.adlr-tiered-original-hidden,
.adlr-tiered-source-hidden {
	display: none !important;
}

.adlr-tiered-tax-extra {
	display: inline;
}

.adlr-tiered-tax-extra small {
	font-weight: 400;
}

.adlr-tiered-tax-style-line {
	display: block;
}

.adlr-tiered-tax-style-line > .woocommerce-Price-amount,
.adlr-tiered-tax-style-line > .adlr-tiered-ttc-label {
	display: inline;
}

.adlr-tiered-tax-style-line > small {
	display: block;
	margin-top: 2px;
}

/* Main single-product price: kept outside the price HTML rebuilt by themes/plugins. */
.adlr-friendly-price-extra {
	display: inline;
}

.adlr-friendly-price-style-line {
	display: block;
	margin-top: 2px;
}
