/* Responsive refinements loaded after the legacy calculator stylesheet. */
.wash-calculator .wash-calculator__navigation ul li a span.icon {
	background-size: contain;
	flex: 0 0 40px;
	height: 40px;
	width: 40px;
}

.wash-calculator .wrap-services-total .wrap-services .services .service .service-price .add-service {
	align-items: center;
	border: 0;
	display: inline-flex;
	flex: 0 0 32px;
	font-size: 20px;
	font-weight: 400;
	height: 32px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 32px;
}

@media (min-width: 769px) {
	.wash-calculator .wrap-services-total .wrap-services .services .service {
		align-items: center;
	}

	.wash-calculator .wrap-services-total .wrap-services .services .service .service-price {
		flex: 0 0 310px;
		gap: 8px;
		justify-content: flex-end;
	}

	.wash-calculator .wrap-services-total .wrap-services .services .service .service-price .price {
		padding-right: 0;
	}
}

.wash-calculator .add-service__label {
	display: none;
}

.wash-calculator .add-service__symbol {
	color: inherit;
	display: block;
	font-size: 0;
	height: 14px;
	line-height: 1;
	position: relative;
	width: 14px;
}

.wash-calculator .add-service__symbol::before,
.wash-calculator .add-service__symbol::after {
	background: currentColor;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.wash-calculator .add-service__symbol::before {
	height: 2px;
	width: 12px;
}

.wash-calculator .add-service__symbol::after {
	height: 12px;
	width: 2px;
}

.wash-calculator .add-service.is-added .add-service__symbol {
	font-size: 17px;
	height: auto;
	width: auto;
}

.wash-calculator .add-service.is-added .add-service__symbol::before,
.wash-calculator .add-service.is-added .add-service__symbol::after {
	display: none;
}

.wash-calculator .wrap-services-total .wrap-services .services .service .service-price .add-service:focus-visible {
	box-shadow: 0 0 0 3px rgba(6, 190, 225, 0.25);
	outline: 2px solid #075a72;
	outline-offset: 2px;
}

@media (max-width: 992px) {
	.wash-calculator .wash-calculator__navigation ul {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	}

	.wash-calculator .wash-calculator__navigation ul li {
	margin: 0;
	min-width: 0;
	width: auto;
	}

	.wash-calculator .wash-calculator__navigation ul li a {
	align-content: center;
	align-items: center;
	justify-content: center;
	min-height: 86px;
	}

	.wash-calculator .wash-calculator__navigation ul li a span.icon {
	background-size: contain;
	flex-basis: 34px;
	height: 34px;
	width: 34px;
	}
}

@media (max-width: 768px) {
	.wash-calculator {
	padding-bottom: 78px;
	}

	.wash-calculator .wash-calculator__navigation {
	overflow-x: auto;
	padding: 0 2px 6px;
	scrollbar-width: thin;
	}

	.wash-calculator .wash-calculator__navigation ul {
	display: flex;
	gap: 8px;
	min-width: max-content;
	}

	.wash-calculator .wash-calculator__navigation ul li {
	flex: 0 0 96px;
	}

	.wash-calculator .wash-calculator__navigation ul li a {
	border-radius: 8px;
	min-height: 82px;
	padding: 8px 6px;
	}

	.wash-calculator .wash-calculator__navigation ul li a span.icon {
	flex-basis: 32px;
	height: 32px;
	width: 32px;
	}

	.wash-calculator .wash-calculator__navigation ul li a span.label {
	font-size: 10px;
	line-height: 1.3;
	overflow-wrap: anywhere;
	}

	.wash-calculator .wrap-services-total .wrap-services .services .service {
	align-items: center;
	min-height: 80px;
	padding: 12px 10px;
	}

	.wash-calculator .wrap-services-total .wrap-services .services .service .service-price {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 6px;
	}

	.wash-calculator .wrap-services-total .wrap-services .services .service .service-price .price {
	padding-right: 0;
	}

	.wash-calculator .wrap-services-total .wrap-services .services .service .service-price .add-service {
	border-radius: 999px;
	flex-basis: 38px;
	font-family: Arial, sans-serif;
	height: 38px;
	justify-self: end;
	line-height: 1;
	margin: 0;
	min-width: 38px;
	padding: 0;
	position: relative;
	transform: none;
	transition: background-color 0.18s ease;
	z-index: 2;
	width: 38px;
	}

	.wash-calculator .wrap-services-total .wrap-services .services .service .service-price .add-service.is-added {
	background: #075a72;
	}

	.wash-calculator .wrap-services-total .wrap-services .services .service[data-type="variable"] .service-price {
	grid-template-columns: minmax(0, 1fr) auto;
	}

	.wash-calculator .wrap-services-total .wrap-services .services .service[data-type="variable"] .service-price .wrap-input {
	grid-column: 1 / -1;
	width: 100%;
	}

	.wash-calculator .wrap-services-total .total-order .total-order__details .details-footer {
	bottom: 14px;
	left: 14px;
	right: auto;
	}
}
