.yac-promo-field {
	height: auto !important;
	position: relative;
}

.yac-promo-label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.yac-promo-control {
	display: block;
	position: relative;
	width: 100%;
	min-width: 0;
}

.yac-promo-control input {
	display: inline-block;
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	height: 61.5px !important;
	margin: 0 !important;
	padding: 30px 76px 10px 26px !important;
	border: 0 !important;
	border-bottom: 2px solid #000 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #000 !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: normal !important;
}

.yac-promo-control input::placeholder {
	color: #686868 !important;
	opacity: 1;
}

.yac-apply-button {
	position: absolute;
	top: 27px;
	right: 0;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #000;
	cursor: pointer;
	font: 500 13px/28px Montserrat, sans-serif;
	text-transform: lowercase;
}

.yac-apply-button:hover,
.yac-apply-button:focus {
	background: transparent;
	color: #000;
	outline: 0;
}

.yac-apply-button i {
	margin: 2px 0 0 5px;
	color: #f5031a;
	font-size: 9.8px;
	line-height: 28px;
}

.yac-apply-button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.yac-promo-feedback {
	margin: 7px 0 4px 26px;
	font-size: 13px;
	line-height: 1.55;
}

.yac-promo-feedback:empty {
	display: none;
}

.yac-promo-field.is-valid .yac-promo-feedback {
	color: #176b36;
}

.yac-promo-field.is-invalid .yac-promo-feedback {
	color: #a52222;
}

#booking-validation-messages-holder .yac-discounted-price {
	text-align: left;
}

#booking-validation-messages-holder .yac-discounted-price > span,
#booking-validation-messages-holder .yac-discounted-price > strong {
	display: block;
}

#booking-validation-messages-holder .yac-original-price {
	font-size: 12px;
	font-weight: 500;
}

#booking-validation-messages-holder .yac-discount-line {
	margin-top: 7px;
	color: #176b36;
	font-size: 12px;
}

#booking-validation-messages-holder .yac-final-price {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #cfd3d8;
	font-size: 16px;
}

.yac-checkout-summary {
	margin: 24px 0;
	padding: 22px 24px;
	border-left: 4px solid #ffe500;
	background: #f6f7f8;
	color: #071d3a;
}

.yac-checkout-summary h4 {
	margin: 0 0 14px;
	font-size: 20px;
	line-height: 1.3;
}

.yac-checkout-summary dl,
.yac-checkout-summary dl div {
	margin: 0;
}

.yac-checkout-summary dl div {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 6px 0;
}

.yac-checkout-summary dt,
.yac-checkout-summary dd {
	margin: 0;
}

.yac-checkout-summary dd {
	font-weight: 600;
	text-align: right;
}

.yac-checkout-summary .yac-summary-total {
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px solid #cfd3d8;
	font-size: 17px;
}

@media (max-width: 480px) {
	.yac-apply-button {
		font-size: 12px;
	}

	.yac-checkout-summary {
		padding: 18px;
	}
}
