/*
Theme Name: labgames
Description: Description
Text Domain: labgames
Version: 1.1.1
*/
/*.city-variant a:last-child{display:none}*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.payment-box {
    color: white !important;
}

.payment-box *:not(select, input) {
    color: inherit !important;
}

.afgc-option-radio.active {
    background-color: gold;
}

.payment-box .afgc-main-form-preview-container {
    display: none !important;
}


.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.price {
  color: #313131 !important;
}

/*подсказка на карте для страницы контактов*/
@media (max-width: 991px) {
  .map-static,
  .tooltip-map {
    display: none;
  }

  /* header .navigation .nav-title-mobile-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  header .navigation nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .navigation nav ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    margin-right: 0;
  }
  header .navigation nav ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }
  header .navigation.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .wrapper .left {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .wrapper .lng-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
  header .wrapper .city-select-mobile {
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  header .wrapper .logo-box {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .wrapper .logo-box .subtitle {
    text-align: left;
    padding-left: 110px;
    font-size: 9px;
  }
  header .wrapper .btn-open-mobile-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  header .wrapper .soc-box {
    display: none;
  }
  header .wrapper .right {
    text-align: center;
    padding: 10px 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
  }
  header .wrapper .right .time {
    display: none;
  }
  header .navigation {
    margin-top: -165px;
    position: relative;
    z-index: 5;
    background-color: #000;
    display: none;
    padding-top: 20px;
  }
  header .navigation .city-select {
    display: none;
  } */
}

html {
  scroll-behavior: smooth;
}

.map-static {
  position: relative;
}

.tooltip-map {
  text-align: center;
  position: absolute;
  top: 60px;
  left: 47%;
  margin-right: -45%;
  transform: translate(-45%, -45%);
  width: 25%;
  /*background-color:#ffd200;*/
  background-color: #fff;
  color: #333;
  border-radius: 5px;
}

.tooltip-map:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  /*border-top-color: #ffd200;*/
  border-top-color: #fff;
  bottom: -20px;
  left: calc(45% - 10px);
  position: absolute;
}

/*по клику показываем правила и условия*/
#popup-terms,
#popup-terms-cert {
  visibility: hidden;
  width: 90%;
  height: 90%;
  background-color: #fff;
  color: #000;
  overflow-y: scroll;
  border-radius: 15px;
  border: 1px solid #ffd200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 20px;
}

.text-terms {
  font-size: 14px;
  padding: 15px;
}
.text-terms p:first-child {
  font-size: 25px;
  font-weight: 600;
}

#terms-close,
#terms-close-cert {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #000;
  background-color: #ffd200;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

#popup-terms .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

#popup-terms-cert .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.mobile-time {
  display: none;
}

@media (max-width: 980px) {
  .shedule-slider-desk {
    display: none;
  }
  .shedule-slider1 {
    display: block;
  }
  .room-box:hover .bbtn {
    background: transparent;
    color: #fff;
  }
  .d-m-n {
    display: none !important;
  }
  .shedule-slider-mini1 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .mobile-time {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .shedule-wrap {
    padding: 10px 0;
  }
}

.hideslide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  display: none;
}
.shedule-slider-mini.slick-initialized .hideslide,
.gallery-quest.slick-initialized .hideslide,
.shedule-slider.slick-initialized .hideslide {
  visibility: visible;
  opacity: 1;
  display: block;
}

/* header .navigation nav ul li ul {
  left: -100% !important;
}
@media (max-width: 991px) {
  header .navigation nav ul li ul {
    left: 0% !important;
  }
} */

.highlighted {
  color: #ffd822;
}

.offers__title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  padding-top: 64px;
  margin-bottom: 20px;
}

.offers__subtitle {
  margin-bottom: 24px;
}

.offers__content {
  margin-bottom: 60px;
}

.offers__content p:last-child {
  font-size: 18px;
}

.offers__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background-color: rgba(3, 3, 2, 0.49);
  margin-bottom: 20px;
}

.offers__item-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
}

.offers__item-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.offers__item-value {
  height: 32px;
  border-radius: 16px;
  background-color: #fa2020;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 16px;
}

.offers__item-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.offers__item-desc p {
  margin: 0;
}

.offers__item-terms {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
}

.offers__item-terms strong,
.offers__item-desc strong {
  color: #ffd822;
  font-weight: 400;
}

.offers__item-terms p {
  margin-bottom: 0;
}

.offers__item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}

.offers__item-meta .odate {
  display: inline-block;
  padding: 5px 0 5px 35px;
  background: url(img/date-icon.png) left center no-repeat;
  background-size: 25px;
  font-size: 14px;
}

.offers__item-meta span.persons {
  display: inline-block;
  font-size: 14px;
}
.offers__item-meta span.persons em {
  font-style: normal;
  color: #fcce00;
  font-size: 22px;
  line-height: 24px;
  margin-right: 4px;
}

.offers__item-delimiter {
  border-top: 2px dashed rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
  transform: scaleY(0.5);
}

.offers__item-bottom {
  display: flex;
  align-items: center;
  gap: 24px;
}

.offers__item-tip {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}

.offers__item-cover img {
  height: 342px;
  object-fit: cover;
}

.offers_item-withoutCode {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 20px 40px;
}

.offers__info {
  text-align: center;
  margin: 42px 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
}

.offers__container {
  display: flex;
  flex-direction: column;
}

.discountClick.open::before {
  content: none;
}
.discountClick.open .overlay,
.discountClick.open .text {
  display: none;
}

.discountClick.open .hidden-code {
  text-align: center;
}

.discountClick,
.offers_item-withoutCode {
  margin-left: auto;
}

@media (max-width: 991px) {
  .offers__item {
    grid-template-columns: 1fr;
    position: relative;
  }

  .offers__item-cover img {
    height: 212px;
    width: 100%;
    object-fit: cover;
  }

  .offers__item-value {
    position: absolute;
    top: 32px;
    left: 32px;
  }

  .offers__item-terms {
    margin-bottom: 28px;
  }

  .offers__item-tip {
    display: none;
  }

  .discountClick,
  .offers_item-withoutCode {
    width: 100% !important;
  }

  .offers_item-withoutCode {
    text-align: center;
  }

  .btn-solid-hidden-code-s .text,
  .btn-solid-hidden-code .text {
    left: 50%;
    transform: translateX(-50%);
  }

  .offers__content {
    order: 3;
    margin-top: 40px;
  }

  .offers__info {
    display: none;
  }

  .offers__title {
    padding-top: 20px;
    margin-bottom: 0px;
  }
}

.offers-intro p:nth-child(1) {
  color: #acacac;
  font-size: 15px;
}
h1.offers-title {
  text-transform: uppercase;
}
.offer-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
  background: rgba(3, 3, 2, 0.49);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 15px;
}
.offer-foto {
  min-width: 219px;
  margin-right: 23px;
}
.offer-foto img {
  max-width: 219px;
  height: auto;
}
.offer-value {
  padding-bottom: 2px;
}
.offer-value span {
  display: inline-block;
  font-size: 14px;
  border-radius: 15px;
  background: #fa2020;
  padding: 4px 8px;
}
.offer-title {
  font-size: 22px;
  font-weight: bold;
}
.offer-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
}
.offer-text p {
  margin: 0px;
}
.offer-date span.odate {
  display: inline-block;
  padding: 5px 30px 5px 35px;
  background: url(img/date-icon.png) left center no-repeat;
  background-size: 25px;
  font-size: 18px;
}
.offer-date span.persons {
  display: inline-block;
  font-size: 18px;
}
.offer-date span.persons em {
  font-style: normal;
  color: #ffba00;
}
.offer-desc {
  padding-right: 23px;
  width: 565px;
}
.offer-code {
  height: 100%;
  border-left: 1px dashed rgba(255, 255, 255, 0.28);
  text-align: center;
  min-width: 270px;
  padding: 30px 20px;
}
.offer-code p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.btn-solid-hidden-code,
.btn-solid-hidden-code-s {
  width: 220px;
  background-image: none;
  border: 2px solid #ffd822;
  position: relative;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  text-align: left;
  border-radius: 35px;
  padding-right: 20px;
  background: #040406;
}
.btn-solid-hidden-code-s:before,
.btn-solid-hidden-code:before {
  position: absolute;
  height: calc(100% + 4px);
  top: -2px;
  left: -3px;
  right: 45px;
  bottom: 0;
  content: "";
  z-index: 1;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  background-image: linear-gradient(90deg, #ffd822, #ffd822);
  transition: 0.2s ease-in-out;
}
.btn-solid-hidden-code-s .text,
.btn-solid-hidden-code .text {
  font-weight: 500;
  position: absolute;
  z-index: 2;
}
.btn-solid-hidden-code-s .hidden-code,
.btn-solid-hidden-code .hidden-code {
  color: #fff;
  text-align: right;
  padding-right: 5px;
  font-weight: 700;
  overflow: hidden;
}
.btn-solid-hidden-code-s .overlay,
.btn-solid-hidden-code .overlay {
  position: absolute;
  top: -1px;
  right: 31px;
  width: 0;
  height: 0;
  border-right: 14px solid transparent;
  border-left: 25px solid #ffe56c;
  border-bottom: 51px solid #ffe56c;
  border-top-left-radius: 49px;
  border-bottom-left-radius: 49px;
  z-index: 3;
  box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
  transform: rotate(0deg);
}
.btn-solid-hidden-code-s:hover:before,
.btn-solid-hidden-code:hover:before {
  background-image: linear-gradient(90deg, #e4bd25, #e4bd25);
  right: 65px;
}
.btn-solid-hidden-code-s:hover .overlay,
.btn-solid-hidden-code:hover .overlay {
  right: 55px;
  top: 1px;
  transform: rotate(-15deg);
  border-right-width: 2px;
  border-left-width: 30px;
  border-bottom-width: 52px;
  border-top-left-radius: 52px;
  border-bottom-left-radius: 52px;
}
.btn-solid-hidden-code-s {
  width: 190px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 12px;
}
.btn-solid-hidden-code-s:before {
  right: 47px;
}
.btn-solid-hidden-code-s .overlay {
  border-right-width: 10px;
  border-left-width: 25px;
  border-bottom-width: 36px;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
.btn-solid-hidden-code-s:hover:before {
  right: 60px;
}
.btn-solid-hidden-code-s:hover .overlay {
  right: 50px;
  border-right-width: 2px;
  border-left-width: 30px;
  border-bottom-width: 38px;
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
}
span.text {
  color: #333333;
}
.call-text {
  font-size: 22px;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
}
.call-text a {
  color: #ffd200;
  text-decoration: underline;
}
.call-text a:hover {
  text-decoration: none;
}
body .ui-widget-overlay.offer-overlay {
  background-color: black;
  background-image: none;
  opacity: 0.9;
  z-index: 100000 !important;
}
body .ui-widget.ui-widget-content {
  border: 0px;
  z-index: 10000000 !important;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0px;
  position: relative;
  background: none;
  border: 0px;
}
body .ui-widget.ui-widget-content {
  border: 0px;
  padding: 0px;
}
body .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 26px;
  margin: 0px;
  padding: 0px;
  height: 26px;
  background: url(img/coupon-close.png) center center no-repeat;
  background-size: contain;
  border: 0px;
  border-radius: 0px;
}
body .ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 0.8;
}
body .ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}
body .ui-dialog .ui-dialog-content {
  padding: 0px;
}
.om-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 30px 30px 30px;
}
.om-pic {
  width: 340px;
}
.om-pic img {
  max-width: 100%;
  height: auto;
}
.om-desc {
  width: 450px;
  padding-left: 30px;
}
.om-desc .offer-value span {
  color: #fff;
}
.om-desc .offer-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 10px;
}
.om-desc .offer-text {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  padding-bottom: 10px;
  padding-top: 10px;
}
.om-desc .offer-date span.persons,
.om-desc .offer-date span.odate {
  font-size: 18px;
}
.om-code {
  display: flex;
  width: 100%;
  align-items: center;
  border: 2px solid #e7e7e7;
  border-radius: 35px;
  margin-top: 15px;
  padding: 5px;
  justify-content: space-between;
}
.om-code a {
  display: flex;
  height: 50px;
  width: 185px;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  text-decoration: none;
  color: #332d11;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  background: #ffd200;
}
.om-code span {
  width: 260px;
  color: #333;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
}
.om-terms {
  background: #f3f3f3;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
  padding: 20px 30px 30px 30px;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}
.om-terms p {
  margin: 0px;
}
.om-terms strong {
  font-weight: bold;
  font-size: 17px;
}
body .ui-widget {
  font-family: inherit;
}

@media all and (max-width: 1200px) {
  .offer-desc {
    width: 385px;
  }
  .offer-title {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 10px;
  }
}

@media all and (max-width: 960px) {
  .offer-code {
    border-left: 0px;
    text-align: center;
    min-width: unset;
    width: 100%;
  }
  body .ui-widget.ui-widget-content {
    width: 100% !important;
  }
  .om-desc {
    width: 60%;
  }
  .om-pic {
    width: 40%;
  }
}

@media all and (max-width: 767px) {
  .offer-foto {
    min-width: unset;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .offer-value {
    padding-bottom: 10px;
  }
  .offer-foto img {
    max-width: 100%;
    height: auto;
  }
  .om-desc {
    width: 100%;
    padding: 0px;
  }
  .om-pic {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
  .om-desc .offer-value {
    padding-bottom: 0px;
  }
  .om-wrapper {
    padding: 0px 20px 20px 20px;
  }
  .om-code span {
    width: 200px;
    font-size: 16px;
  }
  .om-code a {
    font-size: 13px;
  }
  .offer-date span.persons,
  .offer-date span.odate,
  .om-desc .offer-date span.persons,
  .om-desc .offer-date span.odate {
    font-size: 16px;
  }
  .offer-date span.odate {
    padding-right: 20px;
  }
}

/*оформление контактных форм*/

#esa-form-comment {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.esa-form-style {
  display: flex !important;
}

.quest-page {
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

#covid {
  position: absolute;
  top: 150px;
  z-index: 4;
  text-align: center;
  width: 100%;
  background-color: #000;
}

#text-covid {
  position: relative;
  color: #fff;
  border: 2px solid #ffd200;
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-block;
  margin: 10px;
}

#covid-close {
  position: absolute;
  right: 2px;
  top: -10px;
  color: red;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}

.link-readmore {
  color: #ffd200;
}

@media (max-width: 991px) {
  #covid {
    z-index: 5;
  }
}

.lab-txt {
  align-self: center;
}

.text-answer {
  width: 150px;
  margin: 0 10px;
}

#navbar {
  background-color: #020200;
  /* Black background color */
  position: fixed;
  /* Make it stick/fixed */
  top: -250px;
  /* Hide the navbar 50 px outside of the top view */
  width: 100%;
  /* Full width */
  transition: top 0.3s;
  /* Transition effect when sliding down (and up) */
  z-index: 99999;
  padding-bottom: 20px;
  /* opacity: 0.7 */
}

#navbar .navigation {
  border-top: 0;
}

#navbar li a {
  text-align: center;
}

@media (max-width: 991px) {
  #navbar {
    padding-bottom: 0;
    padding-top: 0;
  }

  #navbar .navigation {
    margin-top: -75px !important;
  }

  #navbar .wrapper .logo-box {
    margin-top: 0;
  }
}

#infobn {
  background: #000;
  padding: 15px;
  position: relative;
  color: #fff;
  width: 100%;
  height: auto;
  border: 1px #e7cd54 solid;
  border-radius: 8px;
  text-align: center;
  transition: 300ms;
}

#closebn {
  display: block;
  cursor: pointer;
  position: absolute;
  text-align: center;
  outline: none;
  top: 0;
  right: 0;
  width: 17px;
  height: 25px;
  margin: 3px;
  border: 1px #ccc solid;
  padding: 0;
  border-radius: 4px;
}

.acf-map {
  width: 100%;
  height: 100%;
}
.acf-map img {
  max-width: inherit !important;
}
/* 
.quest-page {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 150px;
}
*/
.forbbg {
  background: black;
}

#schedule_btn {
  color: #000;
}

#schedule_btn:hover {
  background: transparent;
  color: white;
}

.quest-page .ftr .right img {
  object-fit: cover;
  height: 100%;
}

.info-box-1 {
  display: none;
}

.info-box-1 ul li span {
  padding-left: 10px;
}

.info-box-1 ul li::before {
  content: "" !important;
  position: absolute !important;
  /* left: 18px !important; */
  width: 5px !important;
  height: 52px !important;
  background: #f3d131 !important;
  margin-bottom: 10px !important;
}

@media (max-width: 991.98px) {
  .shedule {
    display: block;
  }

  .shedule .shedule-slider .time-quest {
    width: 100% !important;
    flex-basis: 100% !important;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
  }

  .shedule .item {
    width: 100%;
    display: inline-block;
  }

  .shedule .time-quest .time {
    width: 31.4% !important;
    flex-basis: 31.4%;
    display: inline-block !important;
  }

  .shedule .info-box {
    display: none;
  }

  .info-box-1 {
    display: block;
  }

  .info-box-1 ul {
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 20px;
  }

  .info-box-1 ul li {
    font-size: 15px;
  }

  .info-box-1 ul li b {
    font-weight: bold;
    font-size: 17px;
    padding-left: 10px;
  }

  .time {
    height: 60px;
    margin-bottom: 10px;
  }

  .time-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .shedule-wrap {
    padding-bottom: 0;
  }

  .shedule-slider-mini {
    margin-top: 15px;
  }

  .shedule-slider .name-quest {
    display: none;
  }

  .home.shedule .quest-item {
    flex-direction: column;
  }

  .home.shedule .shedule-slider .name-quest {
    display: flex;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}
.thisistext {
  display: none;
}

.thisisreadmore,
.thisishide {
  color: #ffd200;
  margin-bottom: 20px;
  cursor: pointer;
}

.gallery-quest .slick-slide {
  height: auto;
}

.woocommerce-variation-price {
  display: none !important;
}

#gift-card-amount {
  min-width: 204px;
  height: 31px;
}

[name="giftcard_custom_amount"] {
  display: none;
  min-width: 204px;
  margin-top: 12px;
}

.certificate-page .gift-card .price-box ul {
  display: flex;
  flex-wrap: wrap;
}

.certificate-page .gift-card .price-box ul li {
  margin: 5px;
}

.amount-input-error {
  display: none;
}

.woocommerce div.product form.cart div.quantity {
  float: none !important;
}

.woocommerce-message {
  border-top: none;
  border: 1px #e7cd54 solid;
  border-radius: 8px;
  margin-top: 16px;
}

.shedule-slider-mini1 {
  height: 55px;
  overflow-y: hidden;
}
.shedule-slider-mini1 .swiper-slide .date-quest {
  padding: 10px;
}
.shedule-slider-mini1 .swiper-slide p {
  padding: 0;
  margin: 0;
}
.shedule-slider-mini1 .swiper-slide-active .date-quest {
  background: #f3d131;
  border-radius: 50%;
}
.shedule-slider-mini1 .item-1 {
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
}
.shedule-slider-mini1 .item-2 {
  font-size: 10px;
  line-height: 1;
}

.error {
  border: 1px solid red;
}

.woocommerce-order-overview {
  display: flex;
  justify-content: center;
}

.woocommerce-notice--success {
  text-align: center;
  margin-bottom: 50px;
}

.room-box {
  color: white;
  cursor: pointer !important;
}

.room-box:hover {
  color: white;
}

.room-box:hover .bbtn {
  background: #ffd200;
  color: #000;
}

.calendar-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

#datepicker {
  color: #000;
}
.datepicker__header,
.datepicker__day.is-selected div {
  background: #ffd200;
}

.datepicker__wrapper {
  border-color: #ffd200;
}

.datepicker table th {
  color: #000;
}

.datepicker__day.is-today {
  color: #ffd200;
}

.datepicker__day.is-otherMonth {
  color: #303030;
}

.datepicker__day.is-disabled {
  color: #8d8d8d;
}

.datepicker__day div:hover,
.datepicker__day.is-highlighted div,
.datepicker__day.is-selected:hover div::after,
.datepicker__day.is-today.is-disabled.is-selected div::after,
.datepicker__day.is-today.is-otherMonth.is-selected div::after {
  background: #ffd0008f;
}

.datepicker__next:hover,
.datepicker__prev:hover {
  background-color: transparent;
}

#cookie {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1140px;
  width: 100%;
  background-color: #fff;
  color: rgb(51, 51, 51);
  padding: 10px;
  z-index: 100;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
}

#cookie__accept {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 210, 0);
  font-size: 11pt;
  cursor: pointer;
  margin-left: 5px;
}

#cookie .bottom {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

#cookie .bottom a {
  color: rgb(68, 68, 68);
  margin-left: 5px;
  font-size: 11pt;
}

.woocommerce-notices-wrapper,
.woocommerce-error,
.wc-booking-summary-actions,
.status-pending-confirmation,
.wc-booking-summary-number {
  display: none !important;
}

.error-booking {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#order_review {
  margin-top: 20px;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border: 1px solid #fff;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

#place_order {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 45px;
  border-radius: 3px;
  background-color: #ffd200;
  border: 2px solid #ffd200;
  color: #000;
  font-weight: 400;
}

#place_order:hover {
  background-color: transparent;
  color: #fff;
}

#order_review .woocommerce-privacy-policy-link {
  color: #ffd200;
}

.wc-booking-summary .wc-booking-summary-list {
  margin: 0;
}

.wc-booking-summary {
  border: 0;
  padding: 0;
}

.loading::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.loading::after {
  content: "";

  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;

  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 680px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .woocommerce-order-overview {
    flex-direction: column;
  }

  .woocommerce ul.order_details li {
    margin-right: 0;
    padding: 1em 0;
    border-right: none;
    border-bottom: 1px dashed #d3ced2;
  }
}

.woocommerce-thankyou-order-received ~ .woocommerce-order-details,
.woocommerce-thankyou-order-received ~ p {
  display: none;
}

.disclaimer {
  border: 2px solid #ffd200;
  margin-bottom: 16px;
  padding: 16px;
  background: #332a00;
  display: flex;
  gap: 8px;
  align-items: center;
}

.disclaimer--white {
  background-color: #fff;
}

.disclaimer p:last-child {
  margin: 0;
}

.wc_payment_methods {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.wc_payment_method input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.wc_payment_method label {
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
  cursor: pointer;
  height: 52px;
  border-radius: 6px;
  border: 2px solid currentColor;
  width: 260px;
  padding: 10px;
  gap: 12px;
  margin: 0;
}

.wc_payment_method label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.wc_payment_method img {
  width: 32px;
  height: 32px;
  max-height: 32px !important;
  margin-left: auto;
}

.wc_payment_method input:checked + label {
  color: #ffd200;
}

.wc_payment_method input:checked + label::before {
  background: url("./img/icon/on.svg") center no-repeat;
}

.wc_payment_methods__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none !important;
  height: 52px;
  border-radius: 6px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .wc_payment_method,
  .wc_payment_method label,
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
  }

  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-top: 24px;
  }
}

body .shedule-swiper-mini .swiper-slide[data-swiper-slide-index="91"] { pointer-events: none !important; }
body .shedule-swiper-mini .swiper-slide[data-swiper-slide-index="91"] .date-quest { background: #c3c3c3 !important; }