.miele-smart-advisor-wrapper,
.advisor-quiz__question__answer,
.miele-advisor-header__quiz-state,
.advisor-quiz__question__title,
.advisor-quiz__question__answer label,
.advisor-quiz__question__answer label span,
.advisor-quiz__question__answer label span b,
button.miele-question-nav,
.advisor-quiz__question__subtitle,
#miele-button-next,
#miele-button-result,
.miele-button-previous-custom
#miele-reset-quiz,
.miele-advisor-results-title,
.miele-single-product .product-price .woocommerce-Price-amount.amount,
.miele-single-product a,
.miele-single-product .title,
.miele-single-product .description {
	font-family: HelveticaNeueFesa, Arial, sans-serif !important;
}

#miele-advisor-quiz {
	background: #ececec;
	margin-bottom: 50px;
}

.miele-smart-advisor-wrapper {
	margin: 0;
}

.miele-single-product .product-price .product-price-taxes-info {
	color: #6b6b6b;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	padding-bottom: 4px;
	padding-left: 8px;
	align-items: flex-end;
}

.miele-single-product .product-price div {
	display: flex;
}

.miele-smart-advisor-wrapper {
	padding-bottom: 20px;
}

.miele-advisor-header__quiz-state {
	display: flex;
	justify-content: space-evenly;
}

input[type="checkbox"][id^="myCheckbox"] {
	display: none;
}

form.advisor-quiz__questions {
	padding: 0 40px 40px 40px;
	background: #FFF;
}

.advisor-quiz__question__title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 200;
	color: #1f1f1f;
}

.advisor-quiz__question__subtitle {
	font-size: 20px;
	line-height: 30px;
	margin-top: 8px;
	font-weight: 700;
}

.miele-advisor-header__step disabled {
	color: #a6a6a6;
	cursor: default;
	pointer-events: none;
}

.advisor-single-step {
	margin-bottom: 8px;
	position: relative;
	flex: 0 0 auto;
	flex-flow: row wrap;
	width: 100%;
}

.advisor-quiz__question {
	padding-top: 1.5rem;
}

.advisor-quiz__question label {
	font-size: 14px;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	border: 1px solid #9c9c9c;
	padding: 10px;
	position: relative;
	cursor: pointer;
}

.advisor-quiz__question label span {
	font-size: 14px;
	line-height: 20px;
	margin-top: 11px;
	padding-right: 8px;
	padding-left: 8px;
	color: inherit;
	cursor: pointer;
}

.advisor-quiz__question label:hover {
	border: 1px solid #000;
}

.miele-advisor-checkbox:checked + label {
	border-color: #ddd;
	border-color: #8c0014;
	background: #8c0014;
	color: #fff;
}

.advisor-quiz__question__answer {
	padding-right: 0;
	padding-left: 0;
	flex-wrap: wrap;
	width: 100%;
}

.miele-quiz-buttons {
	display: block;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	background: #FFF;
	z-index: 101;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
}

.miele-quiz-buttons button {
	margin-bottom: 10px;
}

.miele-question-nav.prev {
	overflow: hidden;
	background: 0 0;
	font: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	outline: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: inherit;
	text-align: center;
	color: #1f1f1f;
	border: 1px #000 solid;
	padding-right: 47px;
	padding-left: 11px;
	align-self: flex-start;
}

.miele-question-nav.next {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	border: 1px solid transparent;
	outline: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: inherit;
	text-align: center;
	color: #fff;
	background-color: #8c0014;
	padding-right: 11px;
	padding-left: 47px;
	align-self: flex-end;
}

.miele-question-nav.next:hover {
	background: #701;
}

.miele-question-nav.prev:not(.disabled):hover {
	opacity: 0.5;
}

.miele-question-nav.prev i,
.miele-question-nav.next i {
	font-family: 'Miele-Icons';
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.miele-question-nav.prev i:before {
	content: "\e949";
	font-size: 20px;
	margin-right: 28px;
}

.miele-question-nav.next i:after {
	content: "\e948";
	font-size: 20px;
	margin-left: 28px;
}

/* Progress bar */
.fesa-progressbar {
	margin-top: 22px;
	position: relative;
	height: 2px;
}

.fesa-progressbar .fesa-progressbar-active {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background: #8c0014;
}

.fesa-progressbar .fesa-progressbar-active i {
	font-family: 'Miele-Icons';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	right: -2px;
	width: auto;
	height: auto;
	background: 0 0;
	color: #8c0014;
	font-size: 16px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.fesa-progressbar .fesa-progressbar-active i:after {
	content: "\e944";
}

.fesa-progressbar .fesa-progressbar-active.last i:after {
	content: "\e93b";
}

/* Navigation */
.miele-smart-advisor-wrapper .miele-advisor-header__step{
	width: 20%;
	text-align: center;
}

.miele-smart-advisor-wrapper .miele-advisor-header__step--active {
	font-weight: 700;
}

.miele-advisor-header {
	background-color: #ececec;
	padding-top: 32px;
}

/* Results navigation */
.miele-advisor-results {
	z-index: 0;
}

.miele-advisor-results .miele-qa-navigation {
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 40px;
	display: flex;
	flex: 1 1 auto;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: space-between;
	width: 100%;
	background: #fff;
}

.miele-advisor-results .miele-qa-navigation h2 {
	padding-top: 14px;
	font-weight: 200;
	font-size: 20px;
	line-height: 30px;
	order: 2;
	width: 100%;
	margin: 0;
	font-weight: 400;
	text-align: center;
}

.miele-advisor-results .miele-qa-navigation button {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	background: 0 0;
	font: inherit;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	outline: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: inherit;
	text-align: center;
	color: #1f1f1f;
	padding-right: 47px;
	padding-left: 11px;
	align-self: flex-start;
	background-color: #FFF;
}

.miele-qa-navigation-button.miele-button-previous-custom i,
.miele-qa-navigation-button.miele-start-over-button i {
	font-family: 'Miele-Icons';
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 4px;
	display: inline-block;
	color: #8c0014;
	font-size: 14px;
}

.miele-qa-navigation-button:hover {
	color: #8c0014;
}

.miele-qa-navigation-button.miele-button-previous-custom i:before {
	content: '\e945';
}

.miele-qa-navigation-button.miele-start-over-button i:before {
	content: '\e94e';
}

/* Loader */
#miele-loader {
	display: inline-block;
	position: absolute;
	left: calc( 50% - 16px);
	top: calc( 50% - 16px);
	z-index: 99999999;
}

#miele-loader:before {
	width: 32px;
	height: 32px;
	background: #FFF;
	opacity: 0.8;
	position: absolute;
	content: "";
	border-radius: 50%;
}

#miele-loader:after {
	font-family: 'Miele-Icons';
	position: absolute;
	content: "\e922";
	display: block;
	margin: -1px 0 0 4px;
	border-radius: 50%;
	color: #0a0a0a;
	font-size: 24px;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Results */
.miele-advisor-results-title {
	font-size: 32px;
	line-height: 40px;
	color: #1f1f1f;
	text-align: center;
	width: 100%;
	padding-top: 39px;
	padding-bottom: 32px;
	position: relative;
	margin: 0 auto;
	background: #ececec;
	font-weight: 200;
}

.miele-advisor-products {
	padding: 0;
	background: #ececec;
}

.miele-advisor-products .miele-product {
	padding: 0;
}

.miele-advisor-products li {
	list-style: none;
	width: 100%;
}

.miele-advisor-products .miele-single-product {
	margin-bottom: 40px;
}

.miele-advisor-products li .miele-product {
	display: flex;
	flex-direction: column;
}

.miele-advisor-products .miele-product .product-img,
.miele-advisor-products .miele-product .product-text,
.miele-advisor-products .miele-product .product-price {
	width: 100%;
}

.miele-advisor-products .product-results {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 25px;
	padding-bottom: 17px;
	display: flex;
	flex-flow: row wrap;
	background: #c5c5c5;
}

.miele-advisor-products .product-results {
	list-style: none;
	font-size: 16px;
	display: flex;
	flex-direction: column;
}

.miele-advisor-products .product-results ul {
	padding: 0;
}

.miele-advisor-products .product-results ul li {
	font-size: 16px;
	padding-bottom: 10px;
	line-height: 1em;
}

.miele-advisor-products .product-results h3 {
	margin-bottom: 18px;
	font-weight: 700;
	color: #1f1f1f;
	font-size: 16px;
	line-height: 24px;
}

.miele-advisor-products .product-results ul li i {
	font-family: 'Miele-Icons';
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: 0;
	left: 0;
	color: #3aaa35;
	padding-right: 10px;
}

.miele-advisor-products .product-results ul li i:before {
	content: "\e936";
}

.miele-advisor-products .miele-product .product-img {
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	height: 280px;
	overflow: hidden;
	background: #fff;
}

.miele-advisor-products .miele-product .product-img a {
	z-index: 2;
}

.miele-advisor-products .miele-product .product-img:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 60%;
	left: 0;
	width: 100%;
	height: 40%;
}

.miele-advisor-products .miele-product .product-price span {
	font-size: 32px;
	line-height: 40px;
	color: #1f1f1f;
	font-weight: 700;
	margin: 0;
}

.miele-advisor-products .miele-product .product-price span .woocommerce-Price-currencySymbol {
	font-weight: 500;
}

.miele-advisor-products .miele-product .product-price {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding-right: 32px;
	padding-bottom: 21px;
	padding-left: 32px;
}

.miele-advisor-products .miele-product .product-price a {
	overflow: hidden;
	cursor: default;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	border: 1px solid transparent;
	outline: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #8c0014;
	margin-top: 16px;
	width: 100%;
	white-space: nowrap;
}

.miele-advisor-products .miele-product .product-price a:hover {
	cursor: pointer;
	color: #fff;
	background: #701;
}

.miele-advisor-products .miele-product .product-text,
.miele-advisor-products .miele-product .product-price {
	background: #fff;
}

.miele-advisor-products .miele-product .product-text a {
	display: flex;
	flex-direction: column;
	padding: 25px 32px 24px 32px;
}

.miele-advisor-products .miele-product .product-text .title {
	font-weight: 700;
	text-transform: uppercase;
	color: #1f1f1f;
	font-size: 16px;
}

.miele-advisor-products .miele-product .product-text .description {
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	vertical-align: baseline;
	color: #1f1f1f;
	margin-top: 24px;
}

.miele-advisor-header__step .miele-advisor-header__step-number {
	display: block;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 400;
}

.miele-advisor-header__step .step-title {
	font-family: HelveticaNeueFesa;
	display: none;
}

.miele-advisor-header__step.miele-advisor-header__step--active .miele-advisor-header__step-number {
	font-weight: 700;
}

.advisor-single-step {
	display: inline-flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 32px;
}

.advisor-single-step .advisor-quiz__question__answer {
	margin-bottom: 8px;
	position: relative;
	flex: 0 0 auto;
	flex-flow: row wrap;
	width: 100%;
	justify-content: space-around;
}

.advisor-single-step .advisor-quiz__question__answer label {
	min-height: 275px;
}

#miele-loader-white-loading-bg {
	position: fixed;
	top: 0;
	left: -100%;
	background: rgba(255,255,255,.65);
	z-index: 1001;
	width: 500%;
	height: 100%;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	cursor: pointer;
	-webkit-animation: fadeIn .2s cubic-bezier(.02,.67,.64,.95);
	animation: fadeIn .2s cubic-bezier(.02,.67,.64,.95);
	opacity: 1;
}

/* Mobile */
@media screen and (min-width: 768px) {
	.miele-advisor-products li .miele-product {
		flex-direction: row;
	}

	.miele-advisor-products .miele-product .product-img,
	.miele-advisor-products .miele-product .product-text,
	.miele-advisor-products .miele-product .product-price {
		width: 33.33%;
	}

	.miele-advisor-header__step .miele-advisor-header__step-number {
		display: none;
	}

	.miele-advisor-header__step .step-title {
		display: block;
	}

	.advisor-single-step .advisor-quiz__question__answer {
		margin-bottom: 8px;
		position: relative;
		flex: 0 0 auto;
		flex-flow: row wrap;
		width: 50%;
	}

	.miele-advisor-results .miele-qa-navigation {
		padding-top: 24px;
		padding-right: 23px;
		padding-bottom: 24px;
		padding-left: 25px;
		position: relative;
		z-index: 0;
	}

	.advisor-quiz__question__answer {
		padding: 0 16px;
	}
}

@media screen and (min-width: 1179px) {
	.advisor-single-step .advisor-quiz__question__answer {
		display: flex;
		flex: 0 0 auto;
		width: 33%;
	}
}

@media screen and (min-width: 992px) {
	.miele-smart-advisor-wrapper {
		margin: 0 80px;
	}
}

@media screen and (min-width: 515px) {

	.miele-quiz-buttons {
		display: flex;
		position: inherit;
		padding-top: 0;
	}

	.miele-quiz-buttons button {
		margin-bottom: 0;
	}
}
