/* Ühtlustatud stiilid nii autopesu kui rehvivahetuse kinnitustele */

#carWash-overview,
#tireChange-overview {
	width: 100%;
	font-family: var(--e-global-typography-83101cb-font-family), Sans-serif;
}

#carWash-overview .carwash-booking-wrapper,
#tireChange-overview .tire-booking-wrapper {
	max-width: 600px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
}

#carWash-overview .carwash-booking-summary,
#tireChange-overview .tire-booking-summary {
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
	padding: 40px 30px;
}

#tireChange-overview
	.tire-booking-summary
	.tire-booking-summary__item
	#carWash-overview
	.carwash-booking-summary
	h4,
#tireChange-overview .tire-booking-summary h4 {
	margin: 0;
	padding: 0;
	color: var(--e-global-color-text);
	padding-bottom: 10px;
	font-family: var(--e-global-typography-a0c380a-font-family), Sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: var(--e-global-typography-a0c380a-line-height);
}

#carWash-overview .carwash-booking-summary__item,
#tireChange-overview .tire-booking-summary__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}

#carWash-overview .carwash-booking-summary__item:last-child,
#tireChange-overview .tire-booking-summary__item:last-child {
	border-bottom: none;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	padding-top: 15px;
	/*border-top: 1px solid #ddd;*/
}

#carWash-overview .carwash-booking-summary__item-left,
#tireChange-overview .tire-booking-summary__item-left {
	flex: 1;
	padding-right: 15px;
	font-weight: var(--e-global-typography-a5a6245-font-weight);
}

#carWash-overview .carwash-booking-summary__item-left strong,
#tireChange-overview .tire-booking-summary__item-left strong {
	display: block;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-a0c380a-font-family), Sans-serif;
	font-size: 16px;
	font-weight: 600;
}

#carWash-overview .carwash-booking-summary__item-left span,
#tireChange-overview .tire-booking-summary__item-left span {
	display: block;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-a0c380a-font-family), Sans-serif;
	font-size: 14px;
}

#carWash-overview .carwash-booking-summary__item-right,
#tireChange-overview .tire-booking-summary__item-right {
	font-weight: bold;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-a0c380a-font-family), Sans-serif;
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
}

#tireChange-overview .tire-booking-summary__item-right.price-total {
	font-size: 22px;
}

#carWash-overview .carwash-booking-summary__item-right .price-without-vat,
#tireChange-overview .tire-booking-summary__item-right .price-without-vat {
	opacity: 0.5;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: -14px;
}

#tireChange-overview
	.tire-booking-summary
	.tire-booking-summary__item:first-of-type {
	padding-bottom: 0;
}

#carWash-overview .carwash-booking-summary__item-right.price-total {
	font-size: 22px;
	padding-bottom: 8px;
}

#carWash-overview .carwash-customer-info,
#tireChange-overview .tire-customer-info {
	margin-top: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
}

#carWash-overview .carwash-customer-info h4,
#tireChange-overview .tire-customer-info h4 {
	margin-top: 0;
	color: var(--e-global-color-text);
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-family: var(--e-global-typography-a0c380a-font-family), Sans-serif;
	font-size: 16px;
	font-weight: 600;
}

#carWash-overview .carwash-customer-info p,
#tireChange-overview .tire-customer-info p {
	margin: 8px 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-a0c380a-font-family), Sans-serif;
	font-size: 14px;
}

.carwash-booking-summary
	.carwash-booking-summary__item
	.carwash-booking-summary__item-right.date-time,
.carwash-booking-summary
	.carwash-booking-summary__item
	.carwash-booking-summary__item-right.customer-details {
	display: flex;
	flex-direction: column;
}

.carwash-booking-summary
	.carwash-booking-summary__item
	.carwash-booking-summary__item-right.date-time
	SPAN,
.carwash-booking-summary
	.carwash-booking-summary__item
	.carwash-booking-summary__item-right.customer-details
	SPAN {
	font-weight: 400;
}
