body .show_event_calender {
  text-align: center;
}
body .show_event_calender .fa-spin {
  opacity: 0;
  font-size: 2rem;
  color: #36B6D1;
}
body .show_event_calender .fa-spin.active {
  opacity: 1;
}
body .calendar {
  background: #fff;
  width: 100% !important;
  margin: 0 auto !important;
  display: -ms-grid;
  display: grid;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 1px 0px 7px 3px #c79c9c;
          box-shadow: 1px 0px 7px 3px #c79c9c;
  position: relative;
  padding: 0rem;
  overflow: hidden;
}
body .calendar div,
body .calendar a {
  color: #212121;
}
body .calendar.active {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
body .calendar .selecttodaydate a {
  font-size: 1rem !important;
}
body .calendar h4 {
  display: none;
}
body .calendar .header-dark {
  background: #fff !important;
}
body .calendar .header-dark .calendar-header {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
body .calendar .header-dark .calendar-header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
body .calendar .header-dark .calendar-header a {
  text-decoration: none;
  color: #212121;
  font-weight: bold;
  font-size: 1.2rem;
}
body .calendar .header-dark .calendar-header div.selecttodaymonth {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7fr 1fr;
  grid-template-columns: 1fr 7fr 1fr;
  margin: 0 auto !important;
  width: 100% !important;
}
body .calendar .header-dark .calendar-header div.selecttodaymonth .left,
body .calendar .header-dark .calendar-header div.selecttodaymonth .right {
  cursor: pointer;
  text-align: center !important;
  padding: 1rem !important;
  width: 4rem 64px !important;
  background: #cdf9f4;
  border-radius: 3rem !important;
}
body .calendar .header-dark .calendar-header div.selecttodaymonth .left.notavailable,
body .calendar .header-dark .calendar-header div.selecttodaymonth .right.notavailable {
  background: transparent !important;
}
body .calendar .header-dark .calendar-header div.selecttodaymonth h6 {
  font-size: 1rem;
  padding: 1rem !important;
  margin: 0.3rem 0;
  font-weight: 600;
  text-align: center;
}
body .calendar .timeslots {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 101%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: hsla(0, 0%, 0%, 0.8);
}
body .calendar .timeslots .closetime {
  position: absolute;
  background: #fff;
  color: #DB5800;
  top: 0px;
  width: 2rem;
  height: 2rem;
  right: 0;
  text-align: center;
  padding-top: 0.3rem;
  border-radius: 0.3rem;
  cursor: pointer;
  font-weight: 400;
}
body .calendar .timeslots .slotbox {
  padding: 0.4rem;
  background: #fff;
  width: 94%;
  height: 100%;
  border-radius: 0rem !important;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  right: 0 !important;
  position: relative;
}
body .calendar .timeslots .slotbox ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
body .calendar .timeslots .slotbox .selected_time_slot {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
body .calendar .timeslots .slotbox .selected_time_slot .selectedtime {
  text-align: center;
  font-size: 1.7rem;
  color: #36B6D1;
}
body .calendar .timeslots .slotbox .selected_time_slot input {
  width: 100%;
  border: 0;
  text-shadow: 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  background: #36B6D1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #fff;
  padding: 0.55rem 0;
  font-weight: 200;
}
body .calendar .timeslots .slotbox .selected_time_slot input:hover {
  background: #E8832B;
}
body .calendar .timeslots .slotbox .selected_time_slot.active {
  visibility: visible;
  opacity: 1;
  left: 0;
  border: 0;
}
body .calendar .timeslots.active {
  left: 0% !important;
}
body .calendar .timeslots.active .slotbox {
  border-radius: 0.5rem !important;
}
body .calendar .timeslots ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
body .calendar .timeslots ul .timeinterval {
  display: inline-block;
  padding: 0.3rem 0.1rem;
  border: 1px solid #36B6D1;
  margin: 0.2em;
  color: #212121;
  text-align: center;
  font-size: 0.9rem !important;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 6px !important;
  -webkit-box-shadow: 0px 0px 0px 0px #E8832B;
          box-shadow: 0px 0px 0px 0px #E8832B;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
body .calendar .timeslots ul .timeinterval.active {
  background: #DB5800;
  color: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #eb7729;
          box-shadow: 0px 4px 0px 0px #eb7729;
  border: 0px;
}
body .day-names {
  margin-bottom: 0.5rem;
}
body .day-names,
body .days {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
body .day-names div {
  font-weight: 300;
  padding: 8px 0.7rem;
  text-transform: uppercase;
}
body .days div {
  padding: 10px 0;
  position: relative;
  color: #333;
}
body .days div.notempty, body .days div.empty, body .days div.olddates {
  width: 3rem;
  height: 3rem;
  background: #fff;
  color: #212121;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.3rem auto;
}
body .days div.olddates {
  background: #ccc;
  color: #fff;
}
body .days div.dateselection.select, body .days div.dateselection:hover {
  background: #DB5800 !important;
}
body .days div.dateselection.today {
  position: relative;
}
body .days div.dateselection.today:after {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  background: #DB5800;
  border-radius: 2rem;
  bottom: 9px;
}
body .days div.dateselection.today.select:after {
  background: #36B6D1 !important;
}
body .days div.dateselection.select, body .days div.dateselection:hover {
  background: #E8832B;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 4px 0px #332c2c;
          box-shadow: inset 0px 0px 4px 0px #332c2c;
}
body .days div.empty::after {
  display: none;
}
body div.footer {
  margin-top: 10px;
  font-size: 0.9rem;
  text-align: left;
  background: #212121;
  padding: 1rem;
  color: #fff;
}
body .calenderbox {
  width: 50%;
  margin: 0 auto;
}
body .calenderbox .calender_header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
body .calenderbox .calender_header .month {
  text-align: left;
}
body .calenderbox .calender_header .navigation {
  text-align: right;
}
body .calenderbox .nav a {
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}
body #payment-form {
  opacity: 0;
  height: 0;
}
body .Pshows {
  visibility: visible;
  opacity: 1;
  height: auto;
}
body .Phidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
body .QuantityUpdater {
  margin-top: 1rem;
  display: block;
  width: 60%;
  margin: 1rem auto;
}
body .QuantityUpdater span {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  width: 27%;
}
body .QuantityUpdater span.minus, body .QuantityUpdater span.plus {
  color: #DB5800;
  -webkit-transition: all 2s;
  transition: all 2s;
  cursor: pointer;
}
body .QuantityUpdater span.minus:hover, body .QuantityUpdater span.plus:hover {
  color: #E8832B;
}
body .QuantityUpdater span.counts {
  color: #DB5800;
}
body .ecommerce .fullcheckout {
  text-align: center;
  margin-top: 3rem;
}
body .ecommerce .fullcheckout .processtocheckout {
  cursor: pointer;
  position: relative;
}
body .ecommerce .fullcheckout .processtocheckout.hide {
  display: none;
}
body .ecommerce .fullcheckout .processtocheckout.blue-btn.orange {
  background-color: #DB5800 !important;
}
body .ecommerce .fullcheckout .processtocheckout.blue-btn.orange:after {
  background-color: #E8832B !important;
}
body .ecommerce .fullcheckout .processtocheckout .qun {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background: #212121;
  color: #fff;
  width: 2rem;
  height: 1.8rem;
  display: block;
  text-align: center;
  padding: 0.2rem;
  border-radius: 2rem;
  z-index: 20;
}
body .ecommerce .product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
}
body .ecommerce .product .productbox {
  list-style: none;
  margin: 1rem;
  background: #F5F5F5;
  padding: 0.5rem;
}
body .ecommerce .product .productbox img {
  width: 100%;
}
body .ecommerce .product .productbox .price {
  color: #DB5800;
}
body .ecommerce .product .productbox .decription {
  color: #212121;
}
body .ecommerce .product .productbox .Title {
  font-weight: 300;
  font-size: 1.3rem;
  padding: 0.2rem 0;
  text-align: left;
  color: #36B6D1;
}
body .ecommerce .product .productbox .Title br {
  display: none;
}
body .ecommerce .product .productbox .add-to-cart {
  display: block;
  margin-top: 1rem;
  cursor: pointer;
}
body .ecommerce .product .productbox .add-to-cart:hover {
  color: #212121;
}

@media (max-width: 801.99px) {
  html body .booking-calender .vc_column-inner {
    padding: 0 !important;
  }
  html body .booking-calender .calendar {
    margin-bottom: 0.2rem !important;
  }
  html body .booking-calender .calendar .header-dark .day-names div {
    padding: 0 !important;
  }
  html body .booking-calender .calendar .days div.notempty, html body .booking-calender .calendar .days div.empty, html body .booking-calender .calendar .days div.olddates {
    margin: 0;
    margin-top: 5px !important;
  }
  html body .booking-calender .calendar .timeslots {
    position: unset;
  }
  html body .booking-calender .calendar .timeslots .closetime {
    display: none;
  }
  html body .booking-calender .calendar .timeslots ul .timeinterval {
    padding: 0.2rem 0.1rem !important;
    width: 7.1rem !important;
    font-size: 1rem !important;
    font-family: "DM Sans" !important;
  }
  html body .booking-calender .calendar .timeslots ul .timeinterval.active {
    font-weight: 800 !important;
  }
  html body .booking-calender .calendar .timeslots .slotbox {
    width: 100% !important;
    min-width: 100% !important;
  }
  html body .booking-calender .calendar .timeslots .slotbox ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr !important;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  html body .booking-calender .calendar .timeslots .slotbox .selected_time_slot {
    position: unset;
  }
  html body .booking-calender .calendar .timeslots .slotbox .selected_time_slot .selectedtime {
    padding-top: 1rem !important;
    border-top: 1px solid #ccc;
    margin-top: 1.5rem;
  }
  html body .booking-calender .calendar .timeslots .slotbox .selected_time_slot input {
    border-radius: 2rem !important;
  }
  html body.shopping-page footer {
    padding-bottom: 5rem !important;
  }
  html body.shopping-page .ecommerce .product {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    padding-bottom: 2rem !important;
  }
  html body.shopping-page .ecommerce .fullcheckout {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10000000;
  }
  html body.shopping-page .ecommerce .fullcheckout .processtocheckout {
    display: block !important;
    width: 100% !important;
    left: 0;
    bottom: 0;
    margin-bottom: 0px !important;
  }
  html body.shopping-page .ecommerce .fullcheckout .processtocheckout .qun {
    right: 0;
  }
}