:root {
  --main-color: #50b43c;
  --secondary-color: #333;
  --icon-color: #b2b2b2;
  --text-color: #333;
  --text-on-main-color: #fff;
  --text-on-secondary-color: #fff;
  --lighter-main-color: #edf7eb;
  --stars-color: #f58533;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
  display: block;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  color: var(--text-color);
}
img {
  border: 0;
}
a {
  color: var(--text-color);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body, a, select {
  font: 16px -apple-system, BlinkMacSystemFont, 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}
select { -moz-appearance: none; -webkit-appearance: none; appearance: none; }

.no-iframe #deals-integration {
  margin: 0 10px;
}

#deals {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0;
}
#deals-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}

.deal {
  position: relative;
  width: calc(50% - 15px);
  margin: 0 15px 30px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.deal-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 80px;
}
.deal-image .images {
  position: relative;
  float: left;
  width: 100%;
}
.deal-image .images img {
  position: relative;
	float: left;
	width: 100%;
  height: 320px;
  border-radius: 20px;
}

.deal-labels span.icon, .deal-custom-label span.icon {
  margin-right: 5px;
}

.deal-image div.deal-price {
  position: absolute;
  padding: 10px;
  top: 20px;
  left: 20px;
  border-radius: 15px;
  background: var(--main-color);
  font-weight: 600;
  color: var(--text-on-main-color);
  z-index: 10;
}

div.deal-custom-label {
  position: absolute;
  padding: 10px;
  top: 20px;
  right: 20px;
  border-radius: 15px;
  background: var(--secondary-color);
  background-size: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-on-secondary-color);
  z-index: 10;
}
div.deal-custom-label span {
  float: left;
  display: block;
  height: 20px;
}
div.deal-custom-label .deal-seats, div.deal-custom-label .deal-type-flight, div.deal-custom-label .deal-type-travel {
  width: 18px;
  background-color: #fff;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/seats.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/seats.svg) no-repeat 50% 50%;
  mask-size: 18px;
  -webkit-mask-size: 18px;
}
div.deal-custom-label .deal-last-minute {
  width: 18px;
  background-color: #fff;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/last_minute.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/last_minute.svg) no-repeat 50% 50%;
  mask-size: 18px;
  -webkit-mask-size: 18px;
}
div.deal-custom-label .deal-custom {
  width: 16px;
  background-color: #fff;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/list.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/list.svg) no-repeat 50% 50%;
  mask-size: 16px;
  -webkit-mask-size: 16px;
}
div.deal-custom-label .deal-type-bus {
  width: 18px;
  background-color: #fff;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_station.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_station.svg) no-repeat 50% 50%;
  mask-size: 16px;
  -webkit-mask-size: 16px;
}
div.deal-custom-label .deal-type-exotic {
  width: 18px;
  background-color: #fff;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/exotic.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/exotic.svg) no-repeat 50% 50%;
  mask-size: 24px;
  -webkit-mask-size: 24px;
}
div.deal-custom-label .deal-type-cruise {
  width: 18px;
  background-color: #fff;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/cruise.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/cruise.svg) no-repeat 50% 50%;
  mask-size: 24px;
  -webkit-mask-size: 24px;
}
div.deal-custom-label .deal-type-skiing {
  width: 18px;
  background-color: #fff;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/skiing.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/skiing.svg) no-repeat 50% 50%;
  mask-size: 16px;
  -webkit-mask-size: 16px;
}
div.deal-custom-label .deal-type-sightseeing {
  width: 18px;
  background-color: #fff;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/sightseeing.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/sightseeing.svg) no-repeat 50% 50%;
  mask-size: 22px;
  -webkit-mask-size: 22px;
}
div.deal-custom-label .deal-type-weekend {
  width: 18px;
  background-color: #fff;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/weekend.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/weekend.svg) no-repeat 50% 50%;
  mask-size: 22px;
  -webkit-mask-size: 22px;
}

.deal-image div.deal-labels {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.deal-image div.deal-labels div {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  padding: 10px;
  border-radius: 15px;
  background: #fff;
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.deal-image div.deal-labels span {
  float: left;
  display: block;
  height: 20px;
}
.deal-image div.deal-labels .deal-nights {
  width: 17px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/nights.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/nights.svg) no-repeat 50% 50%;
  mask-size: 17px;
  -webkit-mask-size: 17px;
}
.deal-image div.deal-labels .deal-adults {
  width: 20px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/travelers.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/travelers.svg) no-repeat 50% 50%;
  mask-size: 20px;
  -webkit-mask-size: 20px;
}
.deal-image div.deal-labels .deal-travelers {
  width: 25px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/travelers_with_children.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/travelers_with_children.svg) no-repeat 50% 50%;
  mask-size: 25px;
  -webkit-mask-size: 25px;
}
.deal-image div.deal-labels .deal-meal {
  width: 24px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/meal.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/meal.svg) no-repeat 50% 50%;
  margin-right: 0;
  mask-size: 12px;
  -webkit-mask-size: 12px;
  cursor: pointer;
}
.deal-image div.deal-labels .deal-meal-ro {
  width: 24px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/room.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/room.svg) no-repeat 50% 50%;
  margin-right: 0;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  cursor: pointer;
}

.deal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.deal-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.deal-details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 20px;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;
}
.deal-details em {
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}
.deal-details div {
  position: relative;
  float: left;
}
.deal-details div.deal-stars {
  float: right;
}
.deal-stars span {
  float: left;
  display: block;
  height: 18px;
  width: 18px;
  margin-right: 3px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/star.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/star.svg) no-repeat 50% 50%;
  mask-size: 18px 18px;
  -webkit-mask-size: 18px 18px;
}
.deal-stars span.star {
  background-color: var(--stars-color);
}
.deal-info h2 {
  margin: 0 0 15px 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

#filter {
  width: 100%;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#filter form {
  width: 100%;
}
#filter select, #deal-search select, #deal-search input {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 30px 10px 40px;
  border: 1px solid #e3e2e1;
  border-radius: 10px;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  background-position: 10px 50%, right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 18px auto, 10px auto;
  cursor: pointer;
}
#filter select#filter-country {
  background-image: url(https://cdn.agentonholidays.com/assets/deals/images/filter_country.svg), url(https://cdn.agentonholidays.com/assets/deals/images/select.svg);
}
#filter select#filter-region {
  background-image: url(https://cdn.agentonholidays.com/assets/deals/images/filter_region.svg), url(https://cdn.agentonholidays.com/assets/deals/images/select.svg);
}
#filter select#filter-date, #deal-search input#search-date {
  background-image: url(https://cdn.agentonholidays.com/assets/deals/images/filter_duration.svg), url(https://cdn.agentonholidays.com/assets/deals/images/select.svg);
}
#filter select#filter-duration, #deal-search select#search-duration {
  background-image: url(/deals/images/filter_time.svg), url(https://cdn.agentonholidays.com/assets/deals/images/select.svg);
}
#filter select#filter-airport, #deal-search select#search-airport {
  background-image: url(https://cdn.agentonholidays.com/assets/deals/images/filter_date.svg), url(https://cdn.agentonholidays.com/assets/deals/images/select.svg);
}
#filter select#filter-sort {
  background-image: url(https://cdn.agentonholidays.com/assets/deals/images/filter_sort.svg), url(https://cdn.agentonholidays.com/assets/deals/images/select.svg);
}
#filter select#filter-category {
  background-image: url(https://cdn.agentonholidays.com/assets/deals/images/filter_globe.svg), url(https://cdn.agentonholidays.com/assets/deals/images/select.svg);
}
#filter .submit {
  position: relative;
  float: right;
  display: block;
  background: var(--secondary-color) url(https://cdn.agentonholidays.com/assets/deals/images/filter.svg) no-repeat 15px 50%;
  background-size: 18px auto;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px 12px 45px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
}

#deal-search input#search-date {
  min-width: 235px;
}
#deal-search select#search-meal {
  background-image: url(/deals/images/meal2.svg), url(https://cdn.agentonholidays.com/assets/deals/images/select.svg);
  background-size: 18px 18px, 10px auto;
}
#deal-search input#search-travelers {
  background-image: url(/deals/images/travelers2.svg), url(https://cdn.agentonholidays.com/assets/deals/images/select.svg);
  background-size: 18px 18px, 10px auto;
  margin-bottom: 12px;
}
#deal-search button {
  float: right;
  cursor: pointer;
}

#pages {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#pages ul {
  margin: 0 auto;
  list-style: none;
}
#pages li {
  position: relative;
  float: left;
  margin: 0 10px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}
#pages li a {
  font-size: 14px;
}
#current-page {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  text-align: center;
  color: var(--text-on-secondary-color);
  line-height: 26px;
}

#deal {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#deal h1 {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
}

#image {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  min-height: 80px;
}
#image .images {
  position: relative;
  float: left;
  width: 100%;
}
#image .images img {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 15px;
  max-height: 580px;
}
#image div.labels {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
#image div.labels div {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 15px;
  background: #fff;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
#image div.labels span {
  float: left;
  display: block;
  height: 20px;
}
#image div.labels .deal-adults {
  width: 20px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/travelers.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/travelers.svg) no-repeat 50% 50%;
  margin-right: 5px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
}
#image div.labels .deal-room {
  width: 22px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/room.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/room.svg) no-repeat 50% 50%;
  margin-right: 5px;
  mask-size: 22px;
  -webkit-mask-size: 22px;
}
#image div.labels .deal-temperature {
  width: 11px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/temperature.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/temperature.svg) no-repeat 50% 50%;
  margin-right: 5px;
  mask-size: 11px;
  -webkit-mask-size: 11px;
}
#image div.labels .deal-waves {
  width: 18px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/waves.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/waves.svg) no-repeat 50% 50%;
  margin-right: 5px;
  margin-left: 10px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
}

#hotel-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
#deal h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}
#hotel-stars {
  margin-left: 10px;
}
#hotel-stars div {
  position: relative;
  float: left;
  height: 23px;
  line-height: 23px;
}
#hotel-stars span {
  float: left;
  display: block;
  height: 22px;
  width: 23px;
  margin-right: 3px;
  background-color: var(--icon-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/star.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/star.svg) no-repeat 50% 50%;
}
#hotel-stars span.star {
  background-color: var(--stars-color);
}

#score {
  margin-left: auto;
  line-height: 30px;
  padding: 10px;
  border-radius: 15px;
  background: var(--lighter-main-color);
  color: var(--main-color);
  cursor: pointer;
  font-size: 18px;
}
#score #score-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--main-color);
  text-align: center;
  color: var(--text-on-main-color);
  line-height: 30px;
  margin-left: 5px;
}

#location {
  width: 100%;
  margin-bottom: 20px;
}
#location h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.rounded-label {
  position: relative;
  float: left;
  border: 1px solid #ebebeb;
  border-radius: 15px;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  margin: 0 10px 10px 0;
  color: var(--text-color);
  background: #fff;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.iconic span {
  position: relative;
  float: left;
  display: block;
  height: 20px;
  line-height: 20px;
}
.iconic span.icon {
  background-color: var(--icon-color);
  margin-right: 5px;
}

#distances {
  width: 100%;
  margin: 0 0 20px;
}
#distance-airport span.icon {
  width: 18px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_airport.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_airport.svg) no-repeat 50% 50%;
  mask-size: 18px;
  -webkit-mask-size: 18px;
}
#distance-center span.icon {
  width: 20px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_center.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_center.svg) no-repeat 50% 50%;
  mask-size: 20px;
  -webkit-mask-size: 20px;
}
#distance-beach span.icon {
  width: 20px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_beach.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_beach.svg) no-repeat 50% 50%;
  mask-size: 20px;
  -webkit-mask-size: 20px;
}
#distance-metro span.icon, #distance-railway span.icon {
  width: 18px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_metro.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_metro.svg) no-repeat 50% 50%;
  mask-size: 18x;
  -webkit-mask-size: 18px;
}
#distance-station span.icon {
  width: 18px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_station.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_station.svg) no-repeat 50% 50%;
  mask-size: 18px;
  -webkit-mask-size: 18px;
}
#distance-revel span.icon {
  width: 20px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_revel.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_revel.svg) no-repeat 50% 50%;
  mask-size: 20px;
  -webkit-mask-size: 20px;
}

#deal-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 40px;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}
#primary-content {
  width: 100%;
  max-width: 780px;
}
#secondary-content {
  width: 100%;
  max-width: 380px;
}
#sidebar {
  position: relative;
  height: 100%;
}
#sidebar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: sticky;
  transition: top 0.3s;
  top: 20px;
}

.content {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.content h3 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
}
.data {
  width: 100%;
}

#info-dates span.icon {
  width: 16px;
  -webkit-mask: url(/deals/images/dates.svg) no-repeat 50% 50%;
  mask: url(/deals/images/dates.svg) no-repeat 50% 50%;
  mask-size: 16px;
  -webkit-mask-size: 16px;  
}
#info-duration span.icon {
  width: 16px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/nights.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/nights.svg) no-repeat 50% 50%;
  mask-size: 16px;
  -webkit-mask-size: 16px;
}
#info-adults span.icon {
  width: 20px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/travelers.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/travelers.svg) no-repeat 50% 50%;
  mask-size: 20px;
  -webkit-mask-size: 20px;
}
#info-meal span.icon {
  width: 15px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/meal.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/meal.svg) no-repeat 50% 50%;
  mask-size: 11px;
  -webkit-mask-size: 11px;
}
#info-room span.icon {
  width: 20px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/room.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/room.svg) no-repeat 50% 50%;
  mask-size: 20px;
  -webkit-mask-size: 20px;
}
#info-airport span.icon {
  width: 18px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_airport.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/distance_airport.svg) no-repeat 50% 50%;
  mask-size: 18px;
  -webkit-mask-size: 18px;
}
#info-supplier span.icon {
  width: 18px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/supplier.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/supplier.svg) no-repeat 50% 50%;
  mask-size: 18px;
  -webkit-mask-size: 18px;
}
.info-global span.icon {
  width: 20px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/globe.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/globe.svg) no-repeat 50% 50%;
  mask-size: 18px;
  -webkit-mask-size: 18px;
}
#info-time span.icon {
  width: 18px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/time.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/time.svg) no-repeat 50% 50%;
  mask-size: 18px;
  -webkit-mask-size: 18px;
}
#info-mask span.icon {
  width: 18px;
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/mask.svg) no-repeat 50% 50%;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/mask.svg) no-repeat 50% 50%;
  mask-size: 18px;
  -webkit-mask-size: 18px;
}

.columns {
  columns: 2;
  -webkit-columns: 2;
}

ul.data {
  list-style: none;
}
ul.data li {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}
ul.data.hotel-details li {
  font-size: 17px;
}
ul.data li::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 16px;
  background-color: var(--main-color);
  -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/list.svg) no-repeat;
  mask: url(https://cdn.agentonholidays.com/assets/deals/images/list.svg) no-repeat;
}

.flights {
  border-radius: 15px;
  padding: 25px 40px 25px 65px;
  margin-bottom: 10px;
  background: #f9f9f9 url(https://cdn.agentonholidays.com/assets/deals/images/flight.svg) no-repeat 20px 25px;
  background-size: 28px 28px;
}
.flights h4 {
  font-size: 21px;
  font-weight: 600;
}
.flight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  gap: 20px;
  margin-top: 10px;
}
.flight-detail {
  width: 100%;
  max-width: 515px;
  font-size: 16px;
  line-height: 1.2;
}
.flight-detail b {
  font-weight: 600;
}
.flight-number {
  max-width: 140px;
  min-width: 130px;
  text-align: center;
}
.flight-number h5 {
  color: #aeaeae;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}
.flight-number div {
  font-size: 32px;
  font-weight: 500;
}

#agent-comment {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 15px;
  font-size: 17px;
}
#sidebar #agent-comment {
  margin: 40px 0 0 0;
}
#agent-comment a {
  font-size: 17px;
}
#agent-comment img {
  width: 45px;
  height: 45px;
  border-radius: 15px;
}
#agent-comment h4 {
  margin-bottom: 5px;
}

.content-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 15px;
  gap: 15px;
}

.map {
  height: 350px;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 15px;
}

.data.gallery {
  position: relative;
  float: left;
  width: 100%;
  min-height: 80px;
  margin-bottom: 10px;
}
.data.gallery .images {
  position: relative;
  float: left;
  width: 100%;
}
.data.gallery .images img {
  position: relative;
	float: left;
	width: 100%;
  border-radius: 20px;
  max-height: 400px;
}

.data p {
  margin-bottom: 20px;
  line-height: 1.3;
}
.flight-detail p {
  margin-bottom: 5px;
}

#price, #agent {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 15px;
}

#price {
  padding: 30px 25px 20px 25px;
}
#price div {
  width: 100%;
}
#price-person {
  font-size: 25px;
  color: #adadad;
  margin-bottom: 10px;
}
#price-person b {
  font-size: 38px;
  color: var(--secondary-color);
}
#price-total {
  font-size: 16px;
}
#book {
  margin-top: 20px;
}
#book a {
  display: block;
  width: 100%;
  border-radius: 15px;
  background-color: var(--main-color);
  color: var(--text-on-main-color);
  font-size: 22px;
  font-weight: 500;
  padding: 15px 0;
}
#price-advance {
  margin-top: 15px;
  font-size: 15px;
  color: #6d6d6d;
}

#agent {
  position: relative;
  margin-top: 40px;
  padding: 10px;
  font-size: 17px;
}
#agent.image {
  margin-top: 60px;
  padding-top: 40px;
}
#agent a {
  font-size: 17px;
}
#agent p {
  line-height: 1.4;
  margin-bottom: 10px;
}
#agent img {
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.agent-phone {
  display: inline-block;
  border-radius: 15px;
  border: 1px solid var(--secondary-color);
  color: var(--text-on-secondary-color);
  padding: 15px 20px 15px 35px;
  background: var(--secondary-color) url(https://cdn.agentonholidays.com/assets/deals/images/phone.svg) no-repeat 15px 50%;
  background-size: 15px;
}
#agent-request {
  display: inline-block;
  border-radius: 15px;
  border: 1px solid #ebebeb;
  padding: 15px 20px 15px 45px;
  background: url(https://cdn.agentonholidays.com/assets/deals/images/request.svg) no-repeat 20px 50%;
  background-size: 19px;
  margin-left: 10px;
}
.agent-phone:hover, #agent-request:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: var(--text-on-main-color);
}

.other-hotel-deal {
  border-bottom: 1px solid #eaeaea;
  margin-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.other-price {
  min-width: 160px;
  text-align: center;
}
.other-price div {
  width: 100%;
}
.other-price-person {
  font-size: 20px;
  color: #adadad;
  margin-bottom: 10px;
}
.other-price-person b {
  font-size: 32px;
  font-weight: 600;
  color: var(--secondary-color);
}
.other-price-total {
  font-size: 14px;
  color: #6d6d6d;
}
.other-details {
  width: 100%;
  font-size: 16px;
}
.other-details p {
  line-height: 1.3;
  margin-bottom: 0;
}
.other-details b {
  font-weight: 600;
}
.other-details span.persons {
  background-color: var(--main-color);
  color: var(--text-on-main-color);
  border-radius: 5px;
  padding: 3px 5px;
}
.other-price-advance {
  margin-top: 10px;
  font-size: 14px;
  color: #6d6d6d;
}
.other-book a {
  background: var(--secondary-color);
  color: var(--text-on-secondary-color);
  padding: 15px 20px;
  border-radius: 15px;
  font-size: 18px;
}

.other-deals {
  margin-top: 20px;
}
.other-deals h3 {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  margin-bottom: 30px;
}
.other-deals.expired h3 {
  border: 0;
  padding-top: 0;
  margin-bottom: 20px;
}

#checkout {
  margin: 0 auto;
  max-width: 840px;
  padding: 20px 10px;
}

#checkout-deal, #checkout-advance {
  width: 100%;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
}
#checkout-header {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
#checkout-image {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  margin-right: 15px;
}
#checkout-title {
  flex-direction: column;
}
#checkout #hotel-title h2 {
  font-size: 24px;
  font-weight: 500;
  margin-right: 10px;
  line-height: 1.2;
}
#checkout-title #location h4 {
  font-size: 17px;
}

#checkout-details {
  width: 100%;
  margin: 0;
}

#checkout-flights {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#checkout-flights h4 {
  font-size: 18px;
}
#checkout-flights .flights {
  width: 50%;
  row-gap: 0;
  gap: 0;
  padding: 0 0 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  background-position: 0 0;
  background-size: 28px 28px;
}
#checkout-flights .flight {
  width: 100%;
  row-gap: 0;
  gap: 0;
}
#checkout-flights .flight-detail {
  width: 100%;
  max-width: 100%;
}
#checkout-flights .airport {
  line-height: 1;
}

#checkout fieldset#discount-code span {
  width: 80%;
}

#discount-action {
  position: absolute !important;
  top: 7px;
  right: 12px;
  width: auto !important;
  border-color: #323232;
  background-color: #323232;
  color: #fff;
  padding: 10px 25px;
  border-radius: 15px;
  font-size: 19px;
  cursor: pointer;
  z-index: 9999;
}

#discount-action.disabled {
  border-color: #ebebeb;
  background-color: #ebebeb;
  cursor: none;
}

#discount-action.applied {
  border-color: #50b43c;
  background-color: #50b43c;
  font-weight: bold;
}

#discount-code-note.error {
  color: #c4000b !important;
  font-size: 16px;
  font-weight: bold;
}

#discount-loader {
  display: none;
  position: absolute !important;
  top: 10px;
  right: 12px;
  width: 35px !important;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #323232;
  -webkit-mask:
          repeating-conic-gradient(#0000 0deg,#000 1deg 70deg,#0000 71deg 90deg),
          radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l5 1s infinite;
}
@keyframes l5 {to{transform: rotate(.5turn)}}

#logo {
  width: 100%;
  margin: 0 0 20px;
}
#logo img {
  max-height: 100px;
}
#failed {
  width: 100%;
  margin: 0 0 20px;
  background: #c4000b;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
}
#success {
	width: 100%;
  margin: 0 0 30px;
}
#success h1 {
  margin-bottom: 10px;
  font: 30px -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  color: #50b43c;
}

#checkout .content h3 {
  margin-bottom: 20px;
}

#contact, #travelers {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#checkout fieldset {
  position: relative;
  float: left;
  width: 100%;
  border: 0;
  margin-bottom: 25px;
}
#checkout fieldset label, #checkout fieldset span:not(.slider) {
  position: relative;
  float: left;
  width: 100%;
}
#checkout fieldset span.desc {
  margin-top: 5px;
  font-size: 16px;
  color: #a4a4a4;
}

#checkout .inp {
  position: relative;
  margin: auto;
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
#checkout .inp.error {
  border-color: #c4000b;
}
#checkout .inp .label {
  position: absolute;
  top: 16px;
  left: 12px;
  color: #a4a4a4;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}
#checkout .inp input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  font-size: 18px;
  padding: 16px 12px 0 12px;
  height: 56px;
  background: #fff;
  color: #333;
  transition: all 0.15s ease;
}
#checkout .inp input:not(:-moz-placeholder-shown) + .label {
  color: #a4a4a4;
  transform: translate3d(0, -12px, 0) scale(0.75);
}
#checkout .inp input:not(:-ms-input-placeholder) + .label {
  color: #a4a4a4;
  transform: translate3d(0, -12px, 0) scale(0.75);
}
#checkout .inp input:not(:placeholder-shown) + .label {
  color: #a4a4a4;
  transform: translate3d(0, -12px, 0) scale(0.75);
}
#checkout .inp input:focus {
  outline: none;
}
#checkout .inp input:focus + .label {
  color: #333;
  transform: translate3d(0, -12px, 0) scale(0.75);
}

#checkout-advance p {
  font-size: 16px;
  margin: 10px 0 20px 0;
}
#checkout-advance h4.mb20 {
  margin-bottom: 20px;
}
.payment_amount {
  display: inline-block;
  height: 60px;
  width: calc((100% / 4) - 11px);
  line-height: 60px;
  font-size: 24px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-right: 10px;
  text-align: center;
}
.payment_amount:last-of-type {
  margin-right: 0;
}
.payment_amount:hover {
  border-color: #323232;
}
.payment_amount.selected {
  border-color: #323232;
  background-color: #323232;
  color: #fff;
}

.current .modal {
  max-width: 60%;
}
.modal p {
  margin-bottom: 10px;
}
.modal h1 {
	margin: 0 0 20px 0;
	font: 27px 'Roboto Condensed', arial, sans-serif;
	font-weight: normal;
	color: #424242;
}

#price-check {
  position: relative;
  float: right;
  margin-right: 20px;
  height: 79px;
  line-height: 79px;
}
.price-loader {
  padding-left: 80px;
  background: url(/offer/images/loader.gif) no-repeat;
}
#price-check.highlighted {
  font-weight: bold;
  color: #c4000b;
}

.hidden {
  display: none;
}

#travelers h3, #travelers h4, .form-row {
  position: relative;
  float: left;
  width: 100%;
}
.form-row {
  margin-bottom: 10px;
}

#checkout .submit {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: var(--main-color);
  font-size: 22px;
  font-weight: normal;
  color: var(--text-on-main-color);
  text-decoration: none;
  border-radius: 15px;
  border: 0;
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-right: 10px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 26px;
}
.error .slider {
  background-color: #c4000b;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #50b43c;
}
input:focus + .slider {
  box-shadow: 0 0 1px #50b43c;
}
input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

#terms {
  border-radius: 15px;
  background: #f9f9f9;
  padding: 20px;
}
#terms a, #checkout fieldset#terms label {
  font-size: 16px;
}
#terms a {
  text-decoration: underline;
}
#terms a:hover {
  text-decoration: none;
}

#checkout select {
  position: relative;
  float: left;
  padding: 16px 10px;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 10px;
  color: #a4a4a4;
  font-size: 18px;
}
#checkout select.error {
  border-color: #c4000b;
}

div.infant {
  width: 100%;
  padding-top: 5px;
}
.infant {
  font-size: 15px;
  color: #888;
}
#travelers h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
.form-row div {
  position: relative;
  float: left;
}
.form-col {
  width: 30%;
  margin-bottom: 10px;
}
.form-col2 {
  width: 28%;
}
.form-col3 {
  width: 42%;
}
#checkout #travelers .inp {
  width: 85%;
}
#travelers .num {
  height: 47px;
  line-height: 47px;
  font-size: 20px;
  margin-right: 10px;
}
#checkout #travelers select {
  margin-right: 10px;
  font-size: 16px;
  padding: 18px 10px;
}
#travelers select:last-of-type {
  margin-right: 0;
}

input.error, select.error {
  border-color: #c4000b;
}
label.error, #error {
  color: #c4000b;
}

#error {
  display: none;
  font-size: 18px;
  font-weight: bold;
}

.mobile {
  display: none;
}

.object-fit {
	position: relative;
}
.object-fit img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	-o-object-fit: cover;
}
.owl-carousel.owl-gallery .owl-nav .owl-prev span,
.owl-carousel.owl-gallery .owl-nav .owl-next span {
	display: none;
}
.owl-carousel.owl-gallery .owl-nav {
	position: absolute;
	width: 90%;
	display: flex;
	justify-content: space-between;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  display: none;
}
.deal-image .owl-carousel.owl-gallery .owl-nav {
  width: 84%;
	top: 45%;
}
.owl-carousel.owl-gallery .owl-nav .owl-prev.disabled::after,
.owl-carousel.owl-gallery .owl-nav .owl-next.disabled::after {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.owl-carousel .item {
	width: 100%;
	height: 200px;
	background-color: #746f6c;
}
.owl-carousel .owl-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 33%;
	left: -30px;
  background: #fff url(https://cdn.agentonholidays.com/assets/deals/images/arrow-next.svg) no-repeat 16px 50% !important;
  background-size: 11px 18px;
  border-radius: 50%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.owl-carousel .owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 33%;
	right: -30px;
  background: #fff url(https://cdn.agentonholidays.com/assets/deals/images/arrow-next.svg) no-repeat 16px 50% !important;
  background-size: 11px 18px;
  border-radius: 50%;
}
.owl-carousel.owl-loaded:hover .owl-nav {
  display: flex;
}

#deal-search {
  position: relative;
  float: left;
  min-height: 185px;
  border-radius: 15px;
  padding: 25px;
  background: #f9f9f9;
}
#deal-search h4 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 500;
}
#deal-search form {
  position: relative;
  display: inline-block;
}
#deal-search button {
  border: 0;
  border-radius: 10px;
  background-color: var(--main-color);
  color: var(--text-on-main-color);
  font-size: 22px;
  font-weight: 500;
  padding: 5px 15px;
}
#deal-search-results {
  position: relative;
  float: left;
  width: 100%;
  display: none;
  height: 60px;
  margin: 20px 0 30px;
}
#deal-search-loader {
  position: absolute;
  left: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
}
#deal-search-loader div {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--main-color);
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: search 2s linear infinite;
}
@-webkit-keyframes search {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes search {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.search-no-results {
  margin: 20px 0 30px;
  font-size: 18px;
  font-weight: bold;
}
#deal-others-deals, #other-load-more {
  position: relative;
  float: left;
  width: 100%;
}
.other-more {
  display: none;
}
#other-load-more {
  text-align: center;
}
#other-load-more a {
  margin-top: 20px;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
}
#other-load-more a:hover {
  background: #ebebeb;
}

#search-travelers-select {
  display: none;
  position: absolute;
  top: 42px;
  left: 344px;
  width: 260px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 1;
  padding: 15px;
}
.travelers-select {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  display: flex;
  row-gap: 20px;
  gap: 20px;
}
.travelers-select-info {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}
.select {
  min-width: 110px;
  max-width: 110px;
  width: 110px;
}
.minus, .plus, .count {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.minus, .plus {
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.count {
  height: 30px;
  line-height: 30px;
  width: 40px;
}
.ages {
  display: none;
}
.ages .travelers-select-info {
  line-height: 30px;
}
#search-travelers-select a {
  float: right;
  font-size: 16px;
  border-radius: 10px;
  background-color: #ddd;
  color: #000;
  font-weight: 500;
  padding: 10px 25px;
}

#deal-prices {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  white-space: nowrap;
}
.price {
  width: 60px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
}
.price:hover {
  transition-duration: 0.3s;
  opacity: 0.7;
}
.price-amount {
  display: grid;
  align-items: end;
  font-weight: bold;
}
.price-block {
  width: 40px;
  margin: 5px 10px;
  min-height: 30px;
  background: var(--secondary-color);
  border-radius: 5px;
}
.min-price .price-block {
  background: #50b43c;
}
.current-price .price-block {
  background: var(--main-color);
}
.price-day {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 900px) {
  .desktop { display: none; }
  .mobile { display: block; }
  #deals, #deal { padding: 10px 0; }
  .deal { width: 100%; margin-right: 0; }
  #filter { margin-bottom: 15px; }
  #filter a {
    display: blok;
    background: var(--secondary-color) url(https://cdn.agentonholidays.com/assets/deals/images/filter.svg) no-repeat 15px 50%;
    font-size: 14px;
    font-weight: normal;
    color: var(--text-on-secondary-color);
    text-decoration: none;
    padding: 10px 20px 10px 50px;
    border-radius: 10px;
    border: 0;
  }
  #filter form { border-radius: 15px; background: #f9f9f9; padding: 20px; display: none; margin-top: 15px; }
  #filter select { width: 100%; margin: 0 0 10px; }
  #filter button { width: 100%; background-position: 20px 50%; }
  .deal-image .image { height: auto; }
  .owl-carousel.owl-gallery .owl-nav { width: 80%; }
  #image .owl-gallery-item, .data.gallery .owl-gallery-item { padding-bottom: 86.4%; }
  #image .images img, .data.gallery .images img { position: absolute; }
  #image .images img#single, .data.gallery .images img.single { position: relative; }
  div.deal-custom-label, .deal-image div.deal-labels div { font-size: 14px; }
  #deal h1 { font-size: 27px; }
  #deal h2 { font-size: 27px; }
  #hotel-stars { margin-left: auto; }
  #score { position: relative; float: left; margin: 0 10px 10px 0; padding: 5px 15px; border: 1px solid var(--main-color); }
  #score span { height: 30px; line-height: 30px; font-size: 16px; }
  #deal-content { border: 0; padding-top: 10px; row-gap: 0; gap: 0; }
  #deal div.deal-custom-label { bottom: 20px; top: unset; left: 20px; right: unset; }
  .content { margin-bottom: 30px; }
  .columns { columns: 1; -webkit-columns: 1; }
  .flights { row-gap: 0; gap: 0; padding-right: 25px; }
  .flight-detail { max-width: auto; }
  .data img { width: 33%; margin: 0; }
  .other-hotel-deal { row-gap: 0; gap: 0; display: block; position: relative; float: left; }
  .other-price, .other-book a { position: relative; float: left; }
  .other-details { position: relative; float: left; width: 100%; }
  .other-book { position: relative; float: right; }
  .other-price-total { min-width: 180px; }
  .other-price-person { margin: 0; }
  .other-price { text-align: left; margin-bottom: 10px; }
  .other-deals h3 { border-top: 0; padding-top: 0; }
  ul.data li::before { width: 25px; }
  #primary-content { max-width: auto; }
  #secondary-content { display: none; }
  #deal-search { min-height: 325px; }

  #mobile-price-content { justify-content: center; align-items: center; text-align: center; }
  #price { padding-top: 25px; }

  #checkout-flights .flights { width: 100%; }
  #checkout-flights .flights:not(.comeback) { margin-bottom: 25px; }
  #checkout .form-col, #checkout .form-col1, #checkout .form-col2, #checkout .form-col3 { width: 100%; }

  #mob-agent {
    position: fixed;
    bottom: 150px;
    right: 20px;
  }
  #mob-agent img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  #mob-agent div {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 40px;
    height: 40px;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: var(--main-color);
    z-index: 10;
  }
  #mob-agent span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 8px;
    background-color: #fff;
    -webkit-mask: url(https://cdn.agentonholidays.com/assets/deals/images/phone.svg) no-repeat 50% 50%;
    mask: url(https://cdn.agentonholidays.com/assets/deals/images/phone.svg) no-repeat 50% 50%;
  }

  #mob-price {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #efefef;
    background: #fff;
    padding: 25px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  #mob-price-person {
    font-size: 25px;
    color: #adadad;
    margin-bottom: 0;
  }
  #mob-price-person b {
    font-size: 38px;
    color: var(--secondary-color);
  }
  #mob-price-total {
    font-size: 16px;
    color: #6d6d6d;
  }
  #mob-book {
    margin-left: auto;
  }
  #mob-book a {
    display: block;
    width: 100%;
    border-radius: 15px;
    background-color: var(--main-color);
    color: var(--text-on-main-color);
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
  }
  #mob-price-advance {
    margin-top: 0;
    font-size: 15px;
    color: #6d6d6d;
  }
  .payment_amount {
    width: auto;
    padding: 0 10px;
  }
}
