.q-super-language-switcher-wrapper {
	display: flex;
	list-style-type: none;
}
.q-super-language-switcher-item {
	margin-right: 10px;
}
.q-super-language-switcher-item>a {
	text-decoration: none;
}
.q-check-availability-wrapper {
	display: flex !important;
	justify-content: center !important;
	margin-bottom: 30px !important;
}
.q-check-availability {
	background-color: #0071c6 !important; border: none !important; color: white !important; padding: 20px 40px !important; font-size: 16px !important; border-radius: 5px !important; margin: 4px 2px 20px !important; box-shadow: none !important; text-transform: uppercase !important; text-align: center !important; text-decoration: none !important; display: inline-block !important; cursor: pointer !important; line-height: 1 !important;
}
.q-check-availability-secondary {
  background-color: transparent !important;
  color: #0071c6 !important;
  border: 1px solid #0071c6 !important;
}
.q-check-availability-secondary:hover {
  color: white !important;
}
.q-check-availability:hover {
	background-color: #00487c !important;
}
.q-hotel-title {
	cursor: pointer;
}
.q-hotel-image {
	width: 100% !important;
	height: 100% !important;
	max-width: 1024px !important;
	min-width: 768px !important;
	max-height: 600px !important;
	cursor: pointer;
}
.q-super-modal {
	color: initial;
	text-decoration: none;
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	padding: 0 10px;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	cursor: initial;
}
.q-super-modal-content {
	text-align: center;
	background-color: #fefefe;
	padding: 40px;
	border: 1px solid #888;
	width: 100%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.q-super-modal-close {
	color: #aaaaaa;
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	font-size: 28px;
	font-weight: bold;
}
.q-super-modal-close:hover,
.q-super-modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.q-super-modal-super-title, .q-super-modal-title {
	font-weight: bold;
}
.q-super-modal-btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.q-super-modal-btn {
	border: none;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none !important;
	flex: 1;
	border: 5px;
	margin: 0.25rem 1.25rem 0.5rem;
	cursor: pointer;
}
.q-super-modal-btn-yes {
	background-color: #0071c6;
	color: white;
}
.q-super-modal-btn-no {
	background-color: white;
	color: #0071c6;
	border: 1px solid #0071c6;
}

.q-super-modal-checkbox-wrapper {
	text-align: center;
}
.q-super-modal-checkbox-wrapper label .q-checkbox-span {
  height: 10px;
  width: 10px;
  border: 1px solid grey;
  display: inline-block;
  position: relative;
	box-sizing: content-box;
}
.q-super-modal-checkbox-wrapper [type='checkbox']:checked + .q-checkbox-span:before {
  content: '\2713';
	font-size: 16px;
	line-height: initial;
	color: #0071c6;
  position: absolute;
  top: -5px;
  left: -1px;
}
.q-checkbox-input {
  display: none !important;
}
.q-checkbox-text {
	font-size: 16px;
}
.q-top-table-title, .q-top-table-description {
	text-align: center;
}
.q-top-table-wrapper {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.q-top-table-row {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px 16px;
	border-bottom: 1px solid #E3E3E3;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
	margin-bottom: 10px;
}
.q-top-table-row-main {
	display: flex;
	flex: 3;
	align-items: center;
	min-width: 200px;
	width: 100%;
}
.q-top-table-row-img {
	min-width: 120px !important;
	max-width: 120px !important;
	min-height: 80px !important;
	max-height: 80px !important;
}
.q-top-table-row-title {
  width: 100%;
  font-size: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: bold;
}
.q-top-table-row-btn {
	flex: 1;
	padding: 20px !important;
	margin: initial !important;
	margin-top: 16px !important;
	margin-bottom: 16px !important;
	text-wrap: nowrap !important;
	width: 100% !important;
}
.q-top-table-show-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
	cursor: pointer;
}
.q-top-table-show-more {
	margin: 8px;
	color: #0071c6;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.q-arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid #0071c6;
}

@media (min-width: 768px) {
  .q-super-modal-content {
		width: 60%;
	}
	.q-super-modal-btn-wrapper {
		flex-direction: row;
	}
	.q-super-modal-checkbox-wrapper {
		text-align: left;
		margin-left: calc(50% + 1.25rem);
	}
	.q-top-table-row {
		flex-direction: row;
	}
	.q-top-table-row-btn {
		width: initial !important;
		margin: initial !important;
	}
}