/* CSS Table of Contents (In Order):
	- Global Resets
	- Page Structure (Layout Divs)
	- Default CSS
	- jQuery Default CSS
	- Header/Footer Elements
	- Homepage
*/

/* Workaround for CLRG-7504 */

.de_DE .minibasket > h3.section-header:not(:first-child) {
    display: none;
}

/* Beauty routine button longer text on two rows - CDO-12894 */
.beauty-routine-header .choose-full-routine.buttonsecondary {
 line-height: 18px;
}

/* Checkout breadcrumb long french text fix */
.fr_FR .checkout-progress-indicator-rework .step-2 {
	min-width: 230px;
}

/* checkout header France fit the long email */
@media only screen and (max-width: 1023px) {
.fr_FR header.checkout-header .chkt-business-info .chkt-contact {
    width: 115px;
 }
}