.the-course {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.the-course.doing_booking {
  height: unset;
  min-height: 360px;
}
.the-course .courses {
  margin: 20px 0;
  padding-bottom: 20px;
  position: relative;
}
.the-course .courses .title {
  font-weight: 500;
  color: #585757;
  margin-bottom: 10px;
}
.the-course .courses .course {
  background-color: #00caca;
  color: #fff;
  padding: 10px 20px;
  opacity: 0.6;
  margin: 10px 0;
  transition: 0.3s ease all;
  cursor: pointer;
  font-size: 12px;
  margin-right: 70px;
}
.the-course .courses .course .add {
  position: absolute;
  right: 0;
  color: green;
  font-weight: 600;
  margin-top: -20px;
  text-align: center;
  font-size: 14px;
}
.the-course .courses .course.active {
  margin-right: 0;
  opacity: 1;
  transition: 0.3s ease all;
}
.the-course .courses .course.active .add {
  display: none;
}
.the-course .btn-change-date {
  display: block;
  text-align: center;
  background-color: #cecece;
  color: #525252;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.calendar {
  border: 1px solid #00caca;
  overflow: hidden;
  border-radius: 2px;
}
.calendar .ui-datepicker-header {
  background-color: #00caca;
  padding: 10px;
  margin-bottom: 0 !important;
}
.calendar .ui-datepicker-header a {
  color: #fff;
  font-weight: 600;
}
.calendar .ui-datepicker-header .ui-datepicker-month,
.calendar .ui-datepicker-header .ui-datepicker-year {
  color: #fff !important;
}
.calendar .ui-datepicker-header .ui-datepicker-month {
  font-weight: 600;
}
.calendar .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 100%;
}
.calendar .ui-datepicker-calendar thead th {
  background-color: #e2e2e2;
  padding: 7px 2px;
  text-align: center;
}
.calendar .ui-datepicker-calendar tbody td {
  text-align: center !important;
  background-color: #f5f5f5;
  padding: 4px 2px;
  border-top: 1px solid #e6e6e6;
}
.calendar .ui-datepicker-calendar tbody td a {
  margin: unset !important;
  width: 100% !important;
  text-align: center !important;
}
.single-product.woocommerce div.product .traveltour-woocommerce-tab .gdlr-core-tab-item-content {
  max-width: unset !important;
}
.single-product.woocommerce div.product .traveltour-woocommerce-tab {
  padding-top: unset !important;
}
.the-course label {
  margin-top: 20px;
  display: block;
}
.the-course h1.product_title {
  font-size: 24px !important;
  margin-bottom: 0px !important;
  text-transform: uppercase;
}
.the-course .the_price {
  margin-bottom: 20px;
  font-size: 20px;
}
.the-course .woocommerce-product-gallery {
  width: 30% !important;
  display: inline-block;
}
.the-course div.summary.entry-summary {
  display: inline-block;
  width: 70% !important;
  float: right !important;
  padding-left: 30px;
}
.the-course .woocommerce-breadcrumb {
  display: none;
}
.the-course .traveltour-title-font {
  display: none;
}
.the-course .booking {
  width: 300px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.the-course .booking .btn-book {
  display: block;
  background-color: #00caca;
  color: #fff;
  padding: 9px 30px;
  text-align: center;
  width: 100%;
  padding-bottom: 8px;
  height: 37px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.the-course .booking .inner {
  margin-top: 10px;
}
.the-course .booking h5 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.the-course .booking .booking-form {
  margin-top: 20px;
  margin-bottom: 30px;
}
.the-course .booking .booking-form .seats {
  margin: 20px 0;
  height: 30px;
}
.the-course .booking .booking-form .minus,
.the-course .booking .booking-form .plus {
  width: 30px;
  height: 26px;
  line-height: 26px;
  background-color: #00caca;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 5px;
}
.the-course .booking .booking-form .minus:hover,
.the-course .booking .booking-form .plus:hover,
.the-course .booking .booking-form .minus:active,
.the-course .booking .booking-form .plus:active,
.the-course .booking .booking-form .minus:focus,
.the-course .booking .booking-form .plus:focus {
  text-decoration: none;
}
.the-course .booking .booking-form .minus {
  float: left;
}
.the-course .booking .booking-form .plus {
  float: right;
}
.the-course .booking .booking-form select {
  padding: 4px 10px;
  border: unset;
  width: calc(100% - 170px);
  text-align: center;
  margin-left: 50px;
}
.the-course .booking .booking-form .btn-cta {
  background-color: #00caca;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
}
.the-course .booking .booking-form .btn-one-third {
  display: inline-block;
  width: 31%;
}
.the-course .booking .booking-form .btn-two-thirds {
  display: inline-block;
  width: 65%;
  float: right;
}
.the-course .booking p.contact a i {
  margin-right: 10px;
}
.the-course .booking h4 {
  text-align: center;
  color: #00caca;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  font-weight: 600;
}
.the-course .booking p {
  line-height: 1.4;
}
.the-course .calendar {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.the-course .calendar .ui-datepicker-calendar {
  margin: 0 auto;
}
.the-course .calendar .ui-datepicker {
  width: 100%;
  background-color: transparent;
  border: unset;
}
.the-course .calendar .ui-datepicker .the-course .calendar .ui-datepicker .ui-datepicker-calendar td a,
.the-course .calendar .ui-datepicker .the-course .calendar .ui-datepicker .ui-datepicker-calendar td span {
  border-radius: 4px;
  margin: 0 3px;
  padding: 4px 0;
  display: block;
  margin-top: 4px;
}
.the-course .calendar .ui-datepicker .tourmaster-body .ui-datepicker table tr td a.ui-state-active,
.the-course .calendar .ui-datepicker .tourmaster-body .ui-datepicker table tr td a:hover,
.the-course .calendar .ui-datepicker .tourmaster-body .ui-datepicker table tr td.tourmaster-highlight a,
.the-course .calendar .ui-datepicker .tourmaster-body .ui-datepicker table tr td.tourmaster-highlight span {
  background: #00caca;
}
.the-course .calendar .ui-datepicker .ui-widget-header {
  margin-bottom: 10px;
}
.the-course .calendar .ui-datepicker .ui-widget-header span {
  background-color: transparent;
}
.the-course .calendar .ui-datepicker .ui-widget-header .ui-datepicker-title {
  text-align: center;
}
.the-course .calendar .ui-datepicker .ui-widget-header .ui-datepicker-title span {
  color: #424141;
}
.the-course .calendar .ui-datepicker .ui-datepicker-calendar td a,
.the-course .calendar .ui-datepicker .ui-datepicker-calendar td span {
  border-radius: 4px;
  margin: 0 3px;
  padding: 4px 0;
  display: block;
}
.the-course .traveltour-woocommerce-social-share {
  display: none !important;
}
@media (max-width: 1080px) {
  .woocommerce-page .the-course div.images {
    display: none !important;
  }
  .woocommerce-page .the-course div.summary {
    display: block !important;
    width: 100% !important;
  }
}
@media (max-width: 900px) {
  .the-course .calendar {
    width: 100%;
    text-align: center;
    display: block;
  }
  .the-course .calendar .ui-datepicker {
    width: 100%;
  }
  .the-course .calendar .ui-datepicker .ui-datepicker-calendar td a,
  .the-course .calendar .ui-datepicker .ui-datepicker-calendar td span {
    border-radius: 4px;
    margin: 0 3px;
    padding: 4px 0;
    width: 100%;
    display: block;
  }
  .the-course .booking .inner {
    margin-left: unset !important;
    padding-left: unset !important;
    border-left: unset !important;
  }
  .the-course .booking {
    width: 100%;
  }
}
.shop_table .product-quantity {
  display: none;
}
.woocommerce-product-gallery__image {
  max-height: 430px;
}
.dialog {
  padding: 30px;
}
.ui-dialog.max-reached .plu {
  display: none;
}
.ui-dialog select[name='length'] {
  border: 1px solid gray;
  padding: 10px 10px;
  border-radius: 3px;
  margin: 30px auto 20px auto !important;
  display: block;
  width: 300px;
}
.ui-dialog .interval-help {
  font-size: 14px;
  margin-top: 5px;
  line-height: 14px;
  margin-bottom: 20px;
  color: green;
  text-align: center;
}
.ui-dialog .interval-help span {
  display: none;
}
.ui-dialog .skip {
  display: block;
  text-align: center;
  margin-top: 10px;
  background-color: #cecece;
  color: #525252;
  padding: 8px 20px;
}
.ui-dialog a.next {
  background-color: #151b30;
  padding: 2px 20px;
  border-radius: 3px;
  color: #fff;
  vertical-align: middle;
  float: right;
}
.room,
.upgrade {
  margin-bottom: 30px;
}
.room:first-child,
.upgrade:first-child {
  margin-top: 50px;
}
.room .thumb,
.upgrade .thumb {
  display: inline-block;
  width: 180px;
}
.room .thumb img,
.upgrade .thumb img {
  width: 180px;
  border-radius: 3px;
  height: 100px;
}
.room .body,
.upgrade .body {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  max-width: 71%;
}
.room .body p,
.upgrade .body p {
  margin-bottom: unset;
  height: 30px;
  line-height: 1.4;
}
.room .body strong,
.upgrade .body strong {
  color: #000;
}
.room .body .choose a,
.upgrade .body .choose a {
  background-color: #151b30;
  padding: 2px 20px;
  border-radius: 3px;
  color: #fff;
  vertical-align: middle;
}
.room .body .choose button,
.upgrade .body .choose button {
  width: 30px;
  height: 30px;
  border: 1px solid #000f0f;
  border-radius: 3px;
  line-height: 30px;
}
.room .body .choose input,
.upgrade .body .choose input {
  width: 40px;
  padding: 0 10px;
  vertical-align: top;
  margin: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.room .body .choose input[type='checkbox'],
.upgrade .body .choose input[type='checkbox'] {
  vertical-align: middle;
}
.room .body .choose select,
.upgrade .body .choose select {
  height: 36px;
  border: 1px solid #151b30;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 3px;
  padding: 0 10px;
}
.traveltour-content-container.traveltour-container {
  max-width: unset;
  margin: 0 5%;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-account div.woocommerce-MyAccount-content {
  width: 76%;
}
.related.products {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.traveltour-body-front .traveltour-container {
    max-width: 100% !important;
  }
}
.traveltour-content-container {
  display: block !important;
}
.gdlr-core-center-align {
  text-align: left !important;
}
.date-picker-wrapper {
  display: block !important;
  height: 100% !important;
  background-color: unset !important;
}
.date-picker-wrapper .month-wrapper {
  border: unset !important;
  width: unset !important;
}
.date-picker-wrapper input[type='button'] {
  display: none;
}
.date-picker-wrapper table.month1,
.date-picker-wrapper table.month2 {
  width: 300px !important;
}
.date-picker-wrapper table.month2 {
  float: right !important;
}
#the-calendar > .header {
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
  color: #003333;
  border-radius: 5px;
  padding-bottom: 10px;
}
#the-calendar > .header > a {
  color: #4a8484;
  /* background-color: #4a8484; */
  height: 40px;
  display: inline-block;
  line-height: 20px;
  font-size: 40px;
  border-radius: 10px;
  width: 40px;
  vertical-align: middle;
  padding-top: 3px;
  margin-top: -5px;
}
#the-calendar > .header > a.next {
  margin-left: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 30px;
}
#the-calendar > .header > a.previous {
  transform: rotate(180deg);
  float: left;
  margin-top: 20px;
  margin-left: 30px;
}
#the-calendar .calendar-row {
  white-space: nowrap;
  margin-top: 30px;
  text-align: center;
}
#the-calendar .calendar-row .date {
  width: 13.9%;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #055656d1;
  min-height: 120px;
  vertical-align: top;
  text-align: left;
  margin: 0 2px;
}
#the-calendar .calendar-row .date:not(.current-month) {
  opacity: 0.8;
}
#the-calendar .calendar-row .date .header span {
  display: block;
  padding: 3px 10px;
  text-align: center;
}
#the-calendar .calendar-row .date .header span:first-child {
  background-color: #00caca;
  color: #fff;
  padding: 8px 20px;
}
#the-calendar .calendar-row .date .header span:nth-child(2) {
  background-color: #045454;
  background-color: #4a8484;
  color: #fff;
}
#the-calendar .calendar-row .date .body:empty {
  height: 100%;
  background-color: #e6e6e6;
}
#the-calendar .calendar-row .date .body .course {
  font-size: 12px;
  padding: 8px 0;
  height: 54px;
  display: block;
  background-color: #67c54e;
  color: #012301;
  background-color: #ddefec;
  color: #0e2b27;
  padding-left: 15px;
  font-weight: 600;
}
#the-calendar .calendar-row .date .body .course.day-1 {
  background-color: #a3dacf;
}
#the-calendar .calendar-row .date .body .course span {
  width: 27px;
  height: 16px;
  background-color: #4a8484;
  display: inline-block;
  float: right;
  margin-right: 10px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
#the-calendar .calendar-row .date .body .course p {
  font-weight: 400;
}
#the-calendar .calendar-row .date .body .course:not(:first-child) {
  border-top: 1px solid #003333;
  border-top: 1px solid #b1c3c0;
}
@media (max-width: 920px) {
  #the-calendar .calendar-row .date {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  #the-calendar .calendar-row .date:not(.current-month),
  #the-calendar .calendar-row .date.empty {
    display: none !important;
  }
}
@media (max-width: 1360px) {
  .jag-events .event {
    width: 100% !important;
  }
  .jag-events .event .price {
    top: 10px !important;
  }
  #the-calendar .calendar-row .date .body .course span {
    display: none;
  }
}
.accomodation .title {
  font-weight: 600;
  color: #00caca;
  margin-top: 10px;
  font-size: 16px;
  border-bottom: 2px solid #00caca;
  padding-bottom: 2px;
}
.accomodation .type {
  margin-top: 8px;
  margin-bottom: 13px;
}
.accomodation .type .name {
  margin-bottom: 3px;
  font-weight: 600;
  color: #00caca;
}
.accomodation .type .price {
  display: block;
}
.legend {
  margin-top: 20px;
}
.legend .item {
  margin-top: 8px;
  line-height: 14px;
}
.legend .item .sale {
  color: #f90f0f;
}
.legend .item .color {
  width: 20px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}
.legend .item .color.special {
  font-size: 18px;
  text-align: center;
}
.doing_booking .legend {
  display: none;
}
.highlight {
  background-color: #d6d6d6 !important;
  border-radius: unset !important;
  transition: 0.3s ease all;
}
.highlight.ui-datepicker-unselectable {
  opacity: 0.6;
}
.highlight a {
  color: #585858;
}
.highlight:hover {
  background-color: #d6d6d6 !important;
  transition: 0.3s ease all;
}
.highlight:hover a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease all;
}
.big-select {
  width: 100%;
  padding: 10px 20px;
}
.unpaid-booking {
  font-size: 14px;
  margin-top: 10px;
  border-radius: 3px;
}
.unpaid-booking a {
  float: right;
  font-weight: 600;
}
.call-to-book {
  margin-top: 30px;
}
.call-to-book a {
  font-weight: 600;
  display: block;
  font-size: 14px;
  text-align: center;
}
.call-to-book a span {
  display: block;
  text-align: center;
  font-size: 16px;
}
.reviews-divider {
  color: #00caca;
  width: 200px;
  height: 3px;
  margin: 10px 0;
}
@media (min-width: 920px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 920px) {
  .wpfront-notification-bar {
    height: 70px !important;
  }
  .wpfront-notification-bar .wpfront-button {
    margin-top: 20px;
  }
  .ui-dialog {
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  .ui-dialog select[name='length'] {
    max-width: 100%;
  }
  .ui-dialog .rooms .room .thumb {
    width: 100%;
  }
  .ui-dialog .rooms .room .body {
    width: 100%;
    margin-left: unset;
    max-width: unset;
    margin-top: 5px;
  }
  .ui-dialog .rooms .room .body p {
    display: none;
  }
  .ui-dialog .next {
    float: unset;
    width: 100%;
    display: block;
  }
}
.jag-events .event {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 22px);
  margin: 15px 10px;
}
.jag-events .event .price {
  position: absolute;
  right: 10px;
  top: 180px;
  background-color: #00caca;
  padding: 5px 20px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
}
.jag-events .event .type {
  position: absolute;
  top: 10px;
  color: #fff;
  font-weight: 600;
  left: 10px;
  text-shadow: 0 0 3px #404040;
}
.jag-events .event img {
  width: 100%;
}
.jag-events .event .body {
  padding: 20px;
  border: 1px solid #dedede;
  border-top: unset;
  height: 360px;
  position: relative;
  background-color: #f9f9f9;
}
.jag-events .event .body .title a {
  color: #00caca;
  font-weight: 600;
}
.jag-events .event .body .location h6,
.jag-events .event .body .interval h6,
.jag-events .event .body .host h6,
.jag-events .event .body .places h6 {
  color: #7b7b7b;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}
.jag-events .event .body .location i,
.jag-events .event .body .interval i,
.jag-events .event .body .host i,
.jag-events .event .body .places i {
  color: #00caca;
  font-weight: 500;
  text-decoration: none;
}
.jag-events .event .body .places {
  position: absolute;
  bottom: 20px;
}
.jag-events .event .body .places:not(.places-num-0) h6 {
  color: #068606;
}
.jag-events .event .body .places.places-num-0 h6 {
  color: red;
}
