body {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 14px !important;
  padding: 0;
  padding-bottom: 20px;
}
 body.is-ios{
  padding-top: 32px;
 }
.collapse.show {
  height: auto;
}
header {
  /*padding-top: env(safe-area-inset-top);*/
  /*height: calc(150px + env(safe-area-inset-top));*/
  /*padding-top: 30px;*/
}
footer {
  padding-bottom: env(safe-area-inset-bottom);
}
.page-zhosmmap.pwa {
  /*margin-top: 30px;*/
}
.sb-header {
padding-top: 30px!important;
}
button.close {
  padding-top: 50px;
}
a:hover,
a:focus {
  text-decoration: none !important;
  color: #0099ff;
}
.enter {
  background-color: #0099ff;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Ubuntu", sans-serif !important;
}
h2 {
  font-size: 26px !important;
}
h3 {
  font-size: 20px !important;
  line-height: 1.5rem !important;
  color: #333333 !important;
}
h4 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.center {
  text-align: center;
}

.form {
  width: 100%;
  /* max-width: 320px; */
}
.form {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
input[type="text"]:not(.form-control), 
input[type="email"]:not(.form-control), 
input[type="url"]:not(.form-control), 
input[type="date"]:not(.form-control), 
input[type="password"]:not(.form-control), 
input[type="search"]:not(.form-control), 
input[type="tel"]:not(.form-control), 
input[type="number"]:not(.form-control), 
select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  }
  a.red-button, div.red-button, .btn-orange, .vbselectr-result, .vbo-search-submit .btn{
    border-radius: 50px !important;
    color: #fff;
    cursor: pointer;
    padding: 1.3em 2.8em;
    font-size: 16px;
    font-weight: 500 !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    background: linear-gradient(34deg,rgba(255,119,0,0.6194852941176471) 0%,rgba(255,119,0,1) 50%,rgba(255,119,0,1) 100%) !important;
    text-transform: inherit;
    border: none !important;
  }
 
  .btn.btn-orange:hover {
    color: white;
  }
  .vbselectr-result:hover {
    color: #fff;
  }
  .vbselectr-result {
    padding: .5em 1.8em;
  }
  .room_buttons_box input.booknow {
    order: 0;
    margin: 0 0 15px 0;
  }
#OMapsMarkerListSearch {
  position: absolute;
  top: 75px;
  z-index: 400;
  width: 90%;
  max-width: 1150px;
  text-align: center;
}

#OMapsMarkerListSearch input {
  text-align: center;
}
#OMapsMarkerListSearch input,
input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%!important;
  max-width: 320px;
  height: 44px;
  border-radius: 44px!important;
  border: 1px solid #d7d7d7;
  padding: 14px 16px;
  margin-top: 0;
  margin-bottom: 1rem;
  display: inline-block!important;
}
/* form input[type="text"]:focus{
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
} */

/******************************/
input.search {
  background-color: #f9f9f9;
  border: none;
  text-align: center;
}
input.search::placeholder {
  background: url("/images/calender.svg") no-repeat;
}
.bottom {
  position: absolute;
  bottom: 20px;
}
.color-white {
  color: #fff !important;
}
.color-grey {
  color: #888888 !important;
}
.color-blue {
  color: #0099ff !important;
}
.color-red {
  color: #ff0000;
}
.color-black {
  color: #252525;
}
.categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
  gap: 20px;
  justify-content: center;
}
a.category,
.category {
  width: 150px;
  background: #0099ff;
  border-radius: 16px;
  cursor: pointer;
  color: #252525;
}

a.category_2 {
  display: flex;
  align-items: center;
  min-height: 150px;
  background-position: 100% 30%!important;
  background-size: cover!important;
  position: relative; /* важно для псевдоэлемента */
}

/* Полупрозрачный слой поверх фона */
a.category_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 26, 255, 0.26); /* 26% прозрачности */
  opacity: 0.7; /* прозрачность от 0 до 1 */
  z-index: 1;
}

.cat-img2 {
  width: 50px;
  height: 50px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;           /* чтобы не сжималась */
  /*
  margin-left: 15px;
  margin-right: -15px;
  */
}

.cat-title2 {
  flex-grow: 1;             /* займет все оставшееся пространство */
  text-align: center;       /* горизонтальное выравнивание текста */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;             /* чтобы растянулся на всю высоту */
  color: white;
  font-size: 32px;
}

/* Контент должен быть выше слоя */
.cat-img, .cat-title2 {
  position: relative;
  z-index: 2;
}

.cat-img {
  /* padding: 42px; */
  /* text-align: center; */
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_block2 {
  /*
  margin: 0px -15px;
  */
}

.cat-title {
  padding-top: 7px;
  padding-bottom: 16px;
  font-size: 16px;
  text-align: center;
  background-color: #ffffff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border: 1px solid #f2f2f2;
  border-top: none;
  box-shadow: 0px 0px 1px 1px #f2f2f2 inset;
  filter: drop-shadow(1px 1px 1px #f2f2f2);
}
footer {
  text-align: center;
  width: 100%;
  display: grid !important;
  height: 70px;
  grid-template-columns: repeat(5, 1fr);
  position: fixed;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 4px 4px #d7d7d7;
  z-index: 400;
}

footer a {
  color: #000000 !important;
  /* width: 90px; */
  /* height: 44px; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 8px auto 16px auto;
  background-repeat: no-repeat;
  background-size: 64px;
  background-position-x: center;
  background-position-y: -21px;
  font-size: 12px;
}
footer a:focus {
  color: #000000;
  text-decoration: none;
}
footer a.main {
  background-image: url("../images/bookmark_home.svg");
}

footer a.map {
  background-image: url("../images/map.svg");
}
footer a.bron {
  background-image: url("../images/calender.svg");
}
footer a.chat {
  background-image: url("../images/chat.svg");
}

footer a.profile {
  background-image: url("../images/Person.svg");
}
footer a.active {
  background-position-y: -77px;
}
.profile-photo {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background-color: #0099ff;
  margin: auto;
  margin-bottom: 8px;
}

.svg-icon.person {
  width: 80px;
  height: 80px;
  background-size: 80px;
  background-repeat: no-repeat;
  background-image: url("../images/Person.svg");
  background-position: bottom;
}
.grey {
  filter: invert(53%) sepia(0%) saturate(1343%) hue-rotate(207deg)
    brightness(101%) contrast(91%);
}
.white {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(346deg)
    brightness(111%) contrast(111%);
}
.blue-09f {
  filter: invert(41%) sepia(47%) saturate(3044%) hue-rotate(182deg)
    brightness(102%) contrast(106%);
}
.profile form label {
  color: #888888;
  display: block;
}
/*****************************************/
.back-link {
  background-image: url("../images/left.svg");
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 3px;
  color: #0099ff;
  padding-left: 20px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.grid-1-3 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  /* align-items: center; */
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: baseline;
}
.filters {
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
  min-height: 38px;
}
.filters > button,
.filters > a,
.button {
  align-items: center;
  background: #f5f7fa;
  border-radius: 16px;
  border: none;
  box-sizing: border-box;
  color: #070707;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  height: 32px;
  margin: 0 6px 6px 0;
  padding: 6px 26px;
  text-decoration: none;
}
.filters > button.active,
.button {
  background-color: #0099ff;
  color: #ffffff;
  padding: 6px 16px;
}

.filters > button.active::before {
  content: "";
  background-image: url("../images/filter.svg");
  background-repeat: no-repeat;
  background-position-x: -15px;
  background-position-y: -13px;
  background-size: 45px;
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(346deg)
    brightness(111%) contrast(111%);
}
.air-bg {
  background-color: #ebf4ff;
  min-height: calc(100vh - 200px); /*test, need check other pages*/
  margin-bottom: -30px;
}
.h100 {
  min-height: calc(100vh - 150px);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: #ffffff;
  top: calc(50% - 20px);
  border-radius: 50%;
  position: absolute;
  height: 25px;
  width: 25px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 5px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 5px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 3px;
}
.owl-carousel .owl-nav img {
  height: 55%;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 5px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #0099ff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0099ff;
}
.owl-theme .owl-nav {
  margin: 0;
}
.pretitle {
  font-size: 12px;
  color: #888888;
}
.flex {
  display: flex;
}
/* .icon {
  height: 24px;
  width: 24px;
  color: #888888;
  background-position-x: -15px;
  background-position-y: -15px;
  background-repeat: no-repeat;
  background-size: 50px;
} */
/* .calendar {
  background-image: url("../images/calender.svg");
}
.moon {
  background-image: url("../images/moon.svg");
}
.clock {
  background-image: url("../images/Vintage\ Clock.svg");
}
.qrcode-icon {
  background-image: url("../images/Qr\ Code.svg");
} */

.description {
}
.description .btn {
  background-color: #ebf4ff;
  border: none;
  width: 100%;
  max-width: 500px;
  height: 50px;
  /*line-height: 50px;*/
  padding: 0;
  border-radius: 50px;
  color: #0099ff;
  font-size: 1rem;
}
.card {
  border-radius: 16px;
  overflow: hidden;
  max-width: 600px;
  margin: auto;
  width: 100%;
}
.card .item {
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.details div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.details span {
  text-align: right;
}
.orange-button,
ul.zhom-ul-markerList-simple li.zhom-li-markerList-simple:hover,
.red-button {
  background-color: #ff6600 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.qr-btn {
  padding: 4px 5px;
  background-color: #0099ff;
  color: #fff;
  text-decoration: underline;
  border-top-right-radius: 10px;
}
a.qr-btn:focus {
  color: #fff;
  text-decoration: underline !important;
}
.qrcode {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow: hidden;
  outline: 0;
  background: #fff;
  padding: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.right-button {
  width: fit-content;
  margin: auto;
  margin-right: 0;
}

/*****************/
.page-header h2 {
  font-size: 20px !important;
  margin-left: 1rem !important;
}
#content {
  margin: auto;
  border: none;
  padding: 0;
}
#footer {
  padding: 0;
  margin: auto;
  border: none;
}
.container {
  width: 100%;
  padding-right: 31px;
  padding-left: 31px;
  margin-right: auto;
  margin-left: auto;
  max-width: unset;
}
#onesignal-bell-container.onesignal-reset
  .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md {
  bottom: 90px !important;
}
b,
strong {
  font-weight: 500;
}
/***zhom-map-header***/
.zhom-map-header h1 {
  font-size: 20px !important;
  text-align: center;
}
.leaflet-top {
  top: 60px;
}
@media only screen and (min-width: 992px) {
  .mainbody-inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
#OMapsID {
  height: calc(100vh - 200px) !important;
}
#OMapsMarkerList {
  height: unset !important;
}
ul#OMapsMarkerUL {
  overflow-x: scroll;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  width: 90%;
  position: absolute;
  z-index: 400;
  bottom: 90px;
  column-gap: 4px !important;
}
#OMapsMarkerUL::-webkit-scrollbar {
  display: none;
}

ul#OMapsMarkerUL li {
  white-space: nowrap;
  background-color: #ebf4ff;
  border: none;
  width: auto;
  max-width: 500px;
  /*height: 40px;
  line-height: 2 !important;*/
  padding: 10px 15px !important;
  border-radius: 50px;
}
a.zhom-li-a-markerList-simple:link {
  color: #0099ff !important;
}
li.zhom-li-markerList-simple:hover a {
  color: #fff !important;
}
.placemarkHead {
  font-size: 14px !important;
}
.leaflet-popup-content .fas {
  margin-right: 5px;
}
.buy_button {
  border-radius: 40px;
}

.vrilistcontainer,
.vbo-booking-rooms-wrapper {
  padding: 0 1rem;
}
.ui-widget-content {
  z-index: 1000;
  font-size: 13px;
}
#OMapsMarkerListSearch:focus {
  border-color: #0099ff !important;
}

/*General styles for other pages*/
.vbo-booking-details-topcontainer,
.vbo-booking-details-intro {
  margin: 0 16px;
}
.vbo-precheckin-adult-wrap .vbo-precheckin-guest-detail select {
  padding: 0.5rem 1rem;
}
.vbo_price.vbo_keepcost {
  min-width: 75px;
  text-align: right;
  padding-right: 3px;
}
.vbvordcosts .vbvordcoststot {
  margin: 1rem;
}
.vbvordudatatitle{
  font-size: 24px;
}
.m-x-3 {
  /* margin-left: -16px;
  margin-right: -16px; */
}
div.ios_prompt {
  background-color: white !important;
}

/*********************************************************************************************************************/

.sp-page-builder .page-content #section-id-1729251711730 {
  padding: 0px;
}

.price-wrapper {
  border: 1px solid #09f;
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.4);
  -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.4);
  box-shadow: 1px 1px 10px rgba(0,0,0,.4);
  border-radius: 5px;
  overflow: hidden;
  text-align: center
}

.promo .price-wrapper {
  border: 1px solid #f70
}

.price-title,.price-btn {
  padding: 15px 0;
  background: #09f
}

.promo .price-title {
  padding-top: 30px;
  background: #f70
}

.promo .price-btn {
  padding-bottom: 30px;
  background: #f70
}

.price-title {
  text-align: center;
  color: #fff
}

.price-title p {
  font-size: 26px
}

.price-title span.subtitle {
  font-size: 18px
}

.price-content {
  padding: 20px 0 0;
  background: #fff
}

.price p {
  color: #f70;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 5px
}

.price span {
  color: #09f;
  font-size: 18px
}

.price {
  padding-bottom: 20px
}

.termsList {
  padding: 10px 0px 10px;
  font-size: 16px
}

.termsList span {
  font-weight: 500
}

.termsList>span {
  text-transform: uppercase
}

.termsList.blue,.termsList.red {
  min-height: 130px
}

.termsList.blue span {
  color: #09f
}

.termsList.red span,.snoska.red span {
  color: #f70
}

.termsList ul {
  padding-left: 0;
  margin-bottom: 0
}

.termsList ul li {
  list-style: none
}
.descr {
  color: #999;
  font-weight: 700;
  padding: 10px 0;
  min-height: 160px;
  font-size: 15px;
}
.price-btn a.btn {
  border-radius: 50px;
  color: #f60!important;
  background: white;
  color: #fff;
  line-height: normal;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: .875em 1em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* css миникалендаря */
.mod_eb_mincalendar_table td {
  border: 0px #ccc solid;
}
.mod_eb_mincalendar_td_dayname {
  background: white;
  color: black;
}
.extcal_minical .extcal_navbar {
  background: white;
}
a.mod_eb_minicalendar_link:link {
  color: black;
}
a.mod_eb_minicalendar_link,
.mod_eb_minicalendar_link a,
.mod_eb_minicalendar_link i,
.mod_eb_minicalendar_link i:before {
  color: #000;
}
.extcal_minical .extcal_month_label a {
  color: #000;
  font-weight: bold;
}
.calendar {
  position: absolute !important;
  padding: 0 !important;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  bottom: auto;
  /*font-family: "Roboto Condensed";*/
  margin-top: 400px;
}
.select_time {
  color: #ff6600!important;
  font-size: 29px;
  line-height: 29px;
  font-weight: 400;
}
.zindex9999 {
  z-index: 9 !important;
}
.modal-backdrop {
  z-index: 8;
}
.popover {
  z-index: 9999;
}
.pop_time {
  z-index: 9999;
  background: white;
  padding: 15px;
  border: solid 1px #09f;
  border-radius: 5px;
  position: absolute;
}
.pop_time a {display: inline!important;}

.mod_eb_mincalendar_table tbody td:hover {
  background: #eee;
}
td.mod_eb_mincalendar_event a {
  color: white;
}
td.mod_eb_mincalendar_event {
  background-color: #fff;
}
.mod_eb_mincalendar_table td.mod_eb_mincalendar_event:hover {
  background-color: #f60;
}
td.mod_eb_mincalendar_event a {
  color: #09f;
  width: 100%;
  display: inline-block;
}
.mod_eb_mincalendar_table tbody td {
  color: #212529;
  font-size: 16px;
}
.next_year,
.prev_year,
.next_year_group,
.prev_year_group {
  display: none;
}
.sppb-addon.sppb-addon-pricing-table {
  position: relative;
}
.fade:not(.show) {
  opacity: 1; /* display:none; */
}
.open_calendar {
  opacity: 1 !important;
  bottom: 70px !important; /* display:block!important; */
  transition: 0.5s; /*Скорость перехода состояния элемента*/
}
.calendar {
  bottom: -5000px;
}

/*css кнопок и тарифов*/
.price-btn a.btn {
  margin-bottom: 10px;
}
.price-btn {
  /* min-height: 147px; */
}
.price-title, .price-btn {
  padding: 15px 0;
  background: #09f;
}
.price-btn a.btn {
  padding: 0.8em 1.5em;
}
span.slogan {
  display: block;
  padding: 10px 15px 0px;
  color: #09f;
  font-weight: 500;
}
span.gray_slogan {
  display: block;
  padding: 10px 15px 0px;
  color: #999;
  font-weight: 500;
}
h6 {
  color: #09f;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}
.aqua_rules p,
.aqua_rules_color p {
  margin-bottom: 0;
}
.aqua_rules p.second_p,
.aqua_rules_color p.second_p {
  margin-top: -5px;
}
.aqua_rules ul,
.aqua_rules_color ul {
  margin-bottom: 15px;
  padding-left: 20px;
}
.aqua_rules ul li {
  list-style-image: url(/images/icons/shell18blue.svg);
  font-size: 18px;
}
h3.aqua_rules_h3 {
  color: #09f;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

span.blue, .blue {
  color: #09f;
}
span.red {
  color: #f70;
}
.termsList .gray_slogan {
  text-transform: none;
}
.termsList span.grey,
.termsList .grey {
  color: #999;
  font-weight: 400;
}
.price-content .descr {
  font-weight: 400;
  color: #555;
}
.termsList span.g1 {
  color: #333;
}
.snoska {
  color: #777;
}
.gray_slogan {
  line-height: 1.2;
}

.mod_eb_mincalendar_table td.mod_eb_mincalendar_event:hover {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #f60;
}

td.mod_eb_mincalendar_event a:hover {
  color: #f70;
}

[id^="calendar"] .modal-content {
  border: 1px solid #f60;
  border-radius: 8px;
}

h1.bqt-page-heading{
  padding: 0 0 20px !important;
}
.bqt-container .form-horizontal .form-group{
  width: -moz-available;          /* WebKit игнор. */
  width: -webkit-fill-available;  /* Mozilla игнор. */
  width: fill-available;
  margin-right: 0;
}
.register-payment-box1
.bqt-invisible-to-visitors {
  display: none!important;
}
.vbentercoupon.input-group .form-control:first-child {
width: 1%!important;
border-radius: 10px 0 0 10px!important;
}
.vbo-coupon-outer form {margin: 0;}
.register-payment-box1 {margin-top: -60px;}
@media only screen and (max-width: 768px) {
  #bqt-registration-complete-page table.table  {
    font-size: 13px;
  }
}

@media only screen and (max-width: 520px) {
  .room_buttons_box {justify-content: center;}
  .vboconfirmbottom input.booknow{margin: 0;}
  .item_buttons_box{
    flex-wrap: wrap;
    justify-content: center;
  }
  .goback{
    margin: 0 1rem;
  }
  .eb-10 {display: none!important;}
}
.btn-blueplus {
  background-color: transparent !important;
  color: #09f;
  font-size: 1em;
  padding: 1.3em 2.8em;
  border: solid 1px #09f;
  border-radius: 50px !important;
  font-weight: normal !important;
}

.vridivsearch .vrisfentry .vrisfentrytimeslot select {
  background: #fff;
  font-size: 14px;
  padding: 8px 8px;
  margin-bottom: 0;
  border: 1px solid #09f;
  width: 100%;
  border-radius: 44px;
  height: 38px;
}

/*modal minicalendar*/
.modal-body .mod_bqt_mincalendar_table td.mod_bqt_mincalendar_event:hover {
  border-radius: 50%;
}
  .modal-body td.mod_bqt_mincalendar_event a:hover {
  color: white;
}

.item-page h1, .item-page h2, .item-page h3 {
  margin-top: auto;
}
.search{
  margin-top: 0;
}
.item-pageconditions{
  padding: 0 15px;
}
.ios_prompt {display: none!important;} 
.sb-chat .sb-responsive-close-btn {
  padding-top: 50px;
}
.sb-chat .sb-header-main .sb-title {
padding: 50px 0px 15px 0;
}

ul.pwa_options li {
  list-style-image: url('/images/icons/list-img-1.png');
  margin-bottom: 10px;
  line-height: 1.2;
}

.vbo-room-details-booking-wrapper {
  padding: 0 15px;
}

.vbrdetboxtop {
  padding: 0 15px;
}
.vbo-rdet-descprice-block {
  background-color: transparent;
}