:root {
	--sgwa-hotel-field-padding: 10px;

	--sgwa-hotel-title: inherit;
	--sgwa-hotel-text: inherit;
	--sgwa-hotel-bg: #fff;
	--sgwa-hotel-themecolor: #152b74;

	--sgwa-hotel-block-text: #000;
	--sgwa-hotel-block-bg: transparent;

	--sgwa-hotel-note: #797979;
	--sgwa-hotel-price: #004979;
	--sgwa-hotel-border: transparent;

	--sgwa-hotel-btn-text: #fff;
	--sgwa-hotel-btn-bg: #cf132b;
	--sgwa-hotel-btn-bgdark: #a00f22;
	--sgwa-hotel-btn-bglight: #ee2048;

	--sgwa-hotel-topbar-text: #fff;
	--sgwa-hotel-topbar-bg: #152b74;
	--sgwa-hotel-bottombar-text: #fff;
	--sgwa-hotel-bottombar-bg: #152b74;

	--sgwa-hotel-field-text: #000;
	--sgwa-hotel-field-bg: #fff;
	--sgwa-hotel-field-border: #c6c6c6;
	--sgwa-hotel-select-knob: var(--sgwa-hotel-themecolor);
	--sgwa-hotel-select-arrow: #fff;

	--sgwa-hotel-qtty: #43ac3e;
	--sgwa-hotel-qtty-med: #ff7e00;
	--sgwa-hotel-qtty-low: #e80037;

	--sgwa-hotel-emphasis: inherit;
	--sgwa-hotel-subtitle: inherit;
	--sgwa-hotel-variant-title: inherit;

	--sgwa-hotel-calendar-text: inherit;
	--sgwa-hotel-calendar-text-disabled: rgba(0,0,0, .4);
	--sgwa-hotel-calendar-bg: #fff;
	--sgwa-hotel-calendar-select-knob: var(--sgwa-hotel-themecolor);
	--sgwa-hotel-calendar-select-arrow: #fff;
	--sgwa-hotel-calendar-border: #c3ddf2;
	--sgwa-hotel-calendar-emphasis: #d6edf8;
	--sgwa-hotel-calendar-select: #1079b8;

	--sgwa-hotel-popup-bg: #fff;
	--sgwa-hotel-alert: #cf132b;
}

.sgwa-hotel-wrapper {
	padding-top: 80px;
	margin-bottom: 50px;
}

.sgwa-hotel-btn {
	background: linear-gradient(180deg, var(--sgwa-hotel-btn-bg), var(--sgwa-hotel-btn-bgdark)) !important;
}

.sgwa-hotel-calendar .flatpickr-months {
	background: #e2eef8;
}

.sgwa-hotel-calendar .flatpickr-day.selected,
.sgwa-hotel-calendar .flatpickr-day.selected:focus,
.sgwa-hotel-calendar .flatpickr-day.selected:hover,
.sgwa-hotel-calendar .flatpickr-day.selected.prevMonthDay,
.sgwa-hotel-calendar .flatpickr-day.selected.nextMonthDay {
	color: #fff !important;
}

@media screen and (max-width: 480px) {
	.sgwa-hotel-wrapper {
		padding-top: 20px;
	}
}

.sgwa-hotel-form .frm_comment textarea {
	min-height: 150px;
}
