@charset "UTF-8";
/* === Import Bootstrap functions and variables === */
/*--------------------------------------------------------------------*/
/* Change theme-colors */
/*--------------------------------------------------------------------*/
.single #content p {
  max-width: 900px;
  margin: 0 auto 20px;
}

.single-post, .other_products {
  margin-top: 145px;
}
@media (max-width: 1199.98px) {
  .single-post, .other_products {
    margin-top: 80px;
  }
}

.other_products .related_slider .slick-slide {
  margin: 0;
}
.other_products .flex-control-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  flex-direction: row;
  margin-top: 0;
}
.other_products .flex-control-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.other_products .flex-control-nav::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.other_products .flex-control-nav::-webkit-scrollbar-thumb {
  background-color: #758474;
}
.other_products .flex-control-nav li {
  width: 33% !important;
  margin-bottom: 50px !important;
}
.other_products .shop_single_product .price {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11;
  color: #000;
  padding-bottom: 40px;
  border-bottom: solid 1px #b9b9b9;
}
.other_products .related-container {
  padding: 0 64px;
}
.other_products .yith-wcbk-form-section-dates-wrapper {
  width: 100%;
}
.other_products .main-swiper,
.other_products .single-product-image {
  width: 100%;
  height: 470px;
}
.other_products .main-swiper img,
.other_products .single-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other_products .thumb-swiper {
  height: 261px;
  margin-top: 10px;
}
.other_products .thumb-swiper .swiper-slide {
  width: auto;
  cursor: pointer;
  opacity: 0.5;
}
.other_products .thumb-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.other_products .thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .other_products .thumb-swiper {
    height: 200px;
    margin-top: 10px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .other_products .main-swiper {
    display: none;
  }
  .other_products .thumb-swiper {
    height: 148px;
    margin-top: 10px;
    padding-bottom: 35px;
  }
  .other_products .swiper-pagination-bullets {
    bottom: 0;
    z-index: 99;
  }
  .other_products .swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .other_products .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #000;
  }
  .other_products .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.other_products .course_single {
  padding-bottom: 90px;
  margin-top: 15px;
}
.other_products .course_single .swiper-slide-active {
  position: relative;
}
@media (max-width: 767.98px) {
  .other_products .course_single .swiper-slide-active:before {
    content: url("../img/popup.svg");
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
.other_products .course_single .arrow-icon {
  transition: transform 0.3s ease;
}
.other_products .course_single .arrow-rotated {
  transform: rotate(180deg);
}
.other_products .course_single .right-line:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #CBCBCB;
}
.other_products .course_single #toggleMoreDates {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .other_products .course_single #toggleMoreDates {
    margin-bottom: 16px;
  }
}
.other_products .course_single #toggleMoreDates:hover {
  color: black;
}
.other_products .course_single .left-line:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin-left: -100%;
  margin-right: 10px;
  border-top: 1px solid #CBCBCB;
}
.other_products .course_single .dates-left {
  color: #758474;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other_products .course_single .product_title {
  color: #000;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -3%;
  padding-right: 100px !important;
}
@media (max-width: 1199.98px) {
  .other_products .course_single .product_title {
    padding-right: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .other_products .course_single .product_title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 100%;
  }
}
.other_products .course_single .back-to-courses {
  margin-bottom: 23px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .other_products .course_single .back-to-courses {
    margin-bottom: 10px;
  }
}
.other_products .course_single .price {
  color: #000;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
  padding-bottom: 0;
  border: none;
}
@media (max-width: 767.98px) {
  .other_products .course_single .price {
    display: none;
  }
}
.other_products .course_single .product-excerpt {
  color: var(--Text-color, #4E4E4F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin-bottom: 24px;
}
.other_products .course_single .cat_name {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.other_products .course_single .cat_name a {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  border-radius: 40px;
  background: rgba(240, 233, 222, 0.85);
  text-transform: capitalize;
}
.other_products .course_single .booking-title {
  display: none;
}
.other_products .course_single .yith-wcbk-booking-form__label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
}
@media (max-width: 767.98px) {
  .other_products .course_single .yith-wcbk-booking-form__label {
    font-size: 15px;
  }
}
.other_products .course_single .single_add_to_cart_button.yith-wcbk-add-to-cart-button {
  max-width: 300px;
}
@media (max-width: 767.98px) {
  .other_products .course_single .single_add_to_cart_button.yith-wcbk-add-to-cart-button {
    max-width: 100%;
  }
}
.other_products .course_single .booking_dates_list {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .other_products .course_single .booking_dates_list {
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
.other_products .course_single .slick-arrow::after, .other_products .course_single .swiper-button-next::after, .other_products .course_single .swiper-button-prev::after {
  background-image: url(../img/next.svg);
  background-color: #fff;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 1000000px;
  content: "";
  background-size: 20px;
  background-position: center;
}
.other_products .course_single .swiper-button-prev::after {
  transform: rotate(180deg);
}
.other_products .course_single .flaticon-right-arrow {
  right: 8px;
}
.other_products .course_single .flaticon-back {
  left: 8px;
}
.other_products .course_single .yith-wcbk-form-section {
  width: 100%;
}
.other_products .course_single .single_booking_value_div.full .sold {
  text-transform: uppercase;
  background: rgba(117, 132, 116, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.other_products .course_single .single_booking_value_div.full .single_booking_value {
  border: none;
  pointer-events: none;
  cursor: default;
  color: #929292;
  background: url("../img/border.svg");
  font-weight: 300;
}
.other_products .course_single .booking_form {
  margin-bottom: 41px !important;
}
@media (max-width: 767.98px) {
  .other_products .course_single .booking_form {
    margin-bottom: 10px !important;
  }
}
.other_products .course_single .star-rating {
  color: #EDB008;
  font-size: 21px;
  margin: 0;
  width: 130.5px;
  letter-spacing: 4px;
}
.other_products .course_single .star-rating:before {
  color: #EDB008;
  font-size: 21px;
  line-height: normal;
}
.other_products .course_single .star-rating span:before {
  color: #EDB008;
  font-size: 21px;
  line-height: normal;
}
.other_products .course_single .woocommerce-review-link {
  color: #525252;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.other_products .course_single .average {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
}
.other_products .course_single .woocommerce-product-rating {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .other_products .course_single .woocommerce-product-rating {
    margin-bottom: 5px !important;
  }
}
.other_products .course_single .nav-tabs {
  gap: 10px 115px;
}
@media (max-width: 1199.98px) {
  .other_products .course_single .nav-tabs {
    gap: 5px;
  }
}
.other_products .course_single .nav-item {
  outline: none;
}
.other_products .course_single .tab-content {
  margin-bottom: 24px;
  color: var(--Text-color, #4E4E4F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.other_products .course_single .nav-link {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  transition: none !important;
  border: none;
  border-bottom: 1px solid transparent;
}
.other_products .course_single .nav-link:focus, .other_products .course_single .nav-link:hover, .other_products .course_single .nav-link:focus-visible {
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
}
.other_products .course_single .nav-link.active {
  border-color: #758474;
  border-top: none;
  border-left: none;
  border-right: none;
}
.other_products .course_single .review, .other_products .course_single .comment {
  padding: 32px;
}
@media (max-width: 767.98px) {
  .other_products .course_single .review, .other_products .course_single .comment {
    padding: 15px 10px;
  }
}
.other_products .course_single .review-info {
  width: 33%;
}
@media (max-width: 767.98px) {
  .other_products .course_single .review-info {
    width: 100%;
  }
}
.other_products .course_single .comment_container {
  gap: 100px;
}
@media (max-width: 1199.98px) {
  .other_products .course_single .comment_container {
    gap: 30px;
  }
}
.other_products .course_single .comment_container .description {
  color: var(--Text-dark, #4E4E4F);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.other_products .course_single .comment_container .star-rating {
  font-size: 21px;
  margin: 0 0 16px;
  letter-spacing: 4px;
  width: 130px;
}
.other_products .course_single .review-author {
  color: #1A1A1A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  margin-bottom: 16px;
}
.other_products .course_single .woocommerce-review__dash {
  display: none;
}
.other_products .course_single .date {
  color: var(--Text-color, #4E4E4F);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.other_products .course_single .woocommerce-ReviewButton {
  display: flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 50px;
  background: #758474;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.other_products .course_single .comments-title {
  margin-bottom: 40px;
}
.other_products .course_single .comment-text {
  width: 100%;
}
.other_products .course_single .woocommerce-ReviewForm {
  display: none;
}
.other_products .course_single .woocommerce-ReviewForm .btn {
  padding: 16px 48px !important;
}
.other_products .course_single .woocommerce-Rating {
  flex-wrap: wrap;
}
.other_products .course_single .woocommerce-Rating strong {
  font-size: 40px;
}
.other_products .course_single .woocommerce-Rating span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
}
.other_products .course_single .woocommerce-Reviews-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 52px */
}
.other_products .course_single .comment-form-cookies-consent {
  display: none;
}
.other_products .course_single button:disabled {
  color: #000;
}
.other_products .course_single p.stars a {
  color: #EDB008;
  font-size: 24px;
}
.other_products .course_single .form-submit {
  margin-top: 20px;
  order: 10;
}
.other_products .course_single .review-title {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 8px;
}
.other_products .course_single .custom_labels_fields .form-row {
  margin-bottom: 40px;
}
.other_products .course_single .custom_labels_fields .form-row select, .other_products .course_single .custom_labels_fields .form-row input, .other_products .course_single .custom_labels_fields .form-row textarea {
  border: none;
  background: transparent;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 20px 0 20px;
  z-index: 3;
}
.other_products .course_single .custom_labels_fields .form-row label {
  z-index: 0;
  left: 1px;
  bottom: 0;
}
.other_products .course_single .custom_labels_fields .extra-fields .form-row label {
  position: relative;
  top: unset;
  left: unset;
}
.other_products .course_single .custom_labels_fields .form-row textarea {
  overflow: hidden;
}
.other_products .course_single .comment-form {
  display: flex;
  flex-direction: column;
}
.other_products .course_single .comment-form-comment {
  order: 9;
}
.other_products .course_single .stars {
  margin: 0;
}
.other_products .course_single .wpgs-for .slick-slide {
  height: 470px !important;
  object-fit: cover;
}
.other_products .course_single .wpgs-for .wpgs-lightbox-icon, .other_products .course_single .wpgs-for .zoomtoo-container {
  height: 100%;
}
.other_products .course_single .wpgs-for img {
  height: 100% !important;
  object-fit: cover;
}
.other_products .course_single .woocommerce-RatingBreakdown {
  max-width: 637px;
  width: 100%;
}
.other_products .course_single .woocommerce-Reviews-summary {
  border: 1px solid #CBCBCB;
  padding: 41px 20px;
  border-radius: 8px;
  margin-bottom: 40px;
  gap: 100px;
}
@media (max-width: 1199.98px) {
  .other_products .course_single .woocommerce-Reviews-summary {
    gap: 30px;
  }
}
.other_products .course_single .photos-title {
  margin-bottom: 24px;
}
.other_products .course_single .woocommerce-ReviewImages {
  margin-bottom: 41px;
}
.other_products .course_single .review-image {
  width: 240px;
  height: 148px;
  object-fit: cover;
}
.other_products .course_single .woocommerce-Rating {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-width: 234px;
}
.other_products .course_single .woocommerce-Rating span {
  font-size: 1rem;
  color: #777;
}
.other_products .course_single .rating-bar {
  display: flex;
  align-items: center;
  margin: 5px 0;
  gap: 16px;
}
.other_products .course_single .rating-bar .count {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.other_products .course_single .rating-bar .stars {
  width: 136px;
  color: #EDB008;
  display: flex;
  font-size: 21px;
}
.other_products .course_single .rating-bar .bar {
  width: 100%;
  height: 6px;
  background: #CBCBCB;
  margin: 0 10px;
  border-radius: 5px;
  position: relative;
  max-width: 370px;
}
.other_products .course_single .rating-bar .bar .filled {
  height: 100%;
  background: #EDB008;
  border-radius: 5px;
}
.other_products .course_single .commentlist {
  list-style: none;
  padding: 0;
}
.other_products .course_single .commentlist li {
  border-bottom: 1px solid #CBCBCB;
}
.other_products .course_single .ajax_add_to_cart {
  order: 3;
}
.other_products .course_single .yith-wcbk-form-section-persons-wrapper {
  order: 2;
}
.other_products .course_single .yith-wcbk-form-section-totals {
  order: 10;
}
.other_products .course_single .yith-wcbk-booking-form .yith-wcbk-booking-form-message {
  position: relative;
  top: unset;
  order: 9;
  width: 100%;
}

.single_slider_item {
  margin-bottom: 155px;
}
.single_slider_item a {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.single_slider_item .single_slider_title {
  font-size: 28px;
  line-height: 1.61;
  color: #000;
  margin-bottom: 10px;
}
.single_slider_item .price {
  font-size: 18px;
  line-height: 1.94;
  color: #000;
}

.single_related_slider .slick-track {
  display: flex;
}
.single_related_slider .slick-track .slick-slide {
  height: inherit;
}
.single_related_slider .slick-track .slick-slide img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .single_related_slider .slick-track .slick-slide img {
    height: 480px;
  }
}
@media (max-width: 767.98px) {
  .single_related_slider .slick-track .slick-slide img {
    height: 100%;
    object-fit: cover;
  }
}

.courses_slider .slick-track {
  display: flex;
}
.courses_slider .slick-track .slick-slide {
  height: inherit;
}
.courses_slider .slick-track .slick-slide img {
  height: 100%;
  object-fit: cover;
}
.courses_slider .slick-track .slick-slide .single_item {
  height: 100%;
}

.courses_single_head_info span {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  display: inline-block;
  margin-bottom: 50px;
  margin-right: 10px;
}
.courses_single_head_info h2 {
  line-height: 1.2;
  letter-spacing: -1.5px;
  font-size: 50px;
}
.courses_single_head_info .price {
  color: #000 !important;
}
.courses_single_image div.images {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.courses_single_add_to_cart {
  border-radius: 25px;
  box-shadow: 2px 2px 50px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
  z-index: 9;
  padding: 83px 118px 62px;
  margin: 40px auto -280px;
  max-width: 1300px;
}
@media (max-width: 1199.98px) {
  .courses_single_add_to_cart {
    padding: 83px 60px 62px;
  }
}
@media (max-width: 767.98px) {
  .courses_single_add_to_cart {
    padding: 40px 26px 40px;
  }
}
.courses_section_header {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .courses_section_header {
    margin-bottom: 55px;
  }
}
.courses_section_header_title {
  margin: 0;
  letter-spacing: -2.1px;
}

.information_paragraph {
  font-size: 22px;
  line-height: 1.59;
  color: #000;
}
.information_paragraph p {
  margin-bottom: 40px;
}

.slider_gutters .related_slider .slick-slide {
  margin: 0 40px;
}
.slider_gutters .related_slider .slick-list {
  margin-left: -40px;
  margin-right: -40px;
}

.related_slider .slick-slide {
  margin: 0 40px;
}
.related_slider .slick-list {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.related_slider .prev {
  position: absolute;
  top: -138px;
  right: 75px;
  left: unset;
  width: 50px;
  height: 40px;
  transform: rotate(180deg);
  cursor: pointer;
}
.related_slider .prev:hover {
  opacity: 50%;
}
@media (max-width: 767.98px) {
  .related_slider .prev {
    top: -98px;
    right: 90px;
  }
}
.related_slider .next {
  position: absolute;
  top: -138px;
  right: -18px;
  width: 50px;
  height: 40px;
  cursor: pointer;
}
.related_slider .next:hover {
  opacity: 50%;
}
@media (max-width: 767.98px) {
  .related_slider .next {
    top: -98px;
  }
}
.related_slider_item img {
  width: 100%;
}
.related_slider_item .price {
  color: white !important;
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.related_slider_item .price::before {
  content: "from ";
}
.related_slider_cat {
  position: absolute;
  top: 30px;
  left: 40px;
}
.related_slider_count {
  position: absolute;
  top: 40px;
  left: 35px;
  font-size: 18px;
  line-height: 1.88;
}
@media (max-width: 767.98px) {
  .related_slider_count {
    font-size: 14px;
    line-height: 2.14;
    top: 35px;
  }
}
.related_slider_more {
  position: absolute;
  bottom: 41px;
  left: 35px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 1.6px;
  border: 1px solid white;
  padding: 13.5px 32px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .related_slider_more {
    bottom: 48px;
    left: 31px;
  }
}
.related_slider_title {
  position: absolute;
  bottom: 115px;
  left: 35px;
  font-size: 35px;
  margin-bottom: 0;
  line-height: 1.29;
  letter-spacing: -1.23px;
}
@media (max-width: 767.98px) {
  .related_slider_title {
    font-size: 28px;
    line-height: 1.36;
    letter-spacing: -0.84px;
    left: 31px;
  }
}
.related_slider_gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.18);
}
.related_slider .see_more {
  position: absolute;
  bottom: 50px;
  left: 45px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  margin-bottom: 3px;
  border-bottom: 1px solid;
}

.single-course-info {
  padding: 195px 0 0;
}

.highlights_title {
  margin-bottom: 50px;
  margin-top: 110px;
  padding-left: 20px;
}

.highlight_content {
  font-size: 18px;
  line-height: 1.56;
}
.highlight_content ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
}
.highlight_content ul li {
  position: relative;
  margin-bottom: 28px;
}
.highlight_content ul li:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 13px;
  width: 30px;
  display: block;
  border-top: 1px solid #000;
}

.your_day {
  padding: 110px 0 150px;
}
@media (max-width: 767.98px) {
  .your_day {
    padding: 50px 0;
  }
}
.your_day .further_title {
  line-height: 1.29;
  letter-spacing: -1.05px;
  font-size: 35px;
}
.your_day .your_day_section {
  padding: 40px 0;
}
.your_day .your_day_section svg {
  margin-right: 10px;
}
.your_day .your_day_section h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  letter-spacing: 1.6px;
  font-family: DMSans, sans-serif;
  margin-bottom: 40px;
}
.your_day .your_day_paragraph {
  font-size: 18px;
  line-height: 1.56;
}

.related-courses {
  padding: 180px 0 170px;
  border-top: solid 1px #cbcbcb;
}
.related-courses .related-title {
  padding-bottom: 100px;
}

.price-information {
  display: flex;
  gap: 15px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .price-information {
    margin-bottom: 15px;
  }
}
.price-information svg {
  margin-right: 5px;
}
.price-information .delimiter {
  margin: 0 20px;
}

.information-block {
  max-width: 850px;
}

.courses_archive_item .star-rating {
  display: none !important;
}
.courses_archive_item .sold {
  text-transform: uppercase;
  background: #758474cf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.courses_archive_item .badge.discount-badge {
  font-size: 14px;
  width: 49px;
  height: 41px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  left: -19px;
  bottom: -12px;
  top: unset;
  background: url("../img/discount.svg");
}
.courses_archive_item .badge span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.courses_archive_item .old_price {
  text-decoration: line-through;
}
.courses_archive_item .booking_dates_list_archive {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .courses_archive_item .booking_dates_list_archive {
    width: 100%;
    justify-content: space-between;
    max-width: 100%;
  }
}
.courses_archive_item .booking_dates_list_archive .single_booking_value_div {
  display: flex;
  flex-direction: column;
  flex: 0 1 70px;
}
@media (max-width: 767.98px) {
  .courses_archive_item .booking_dates_list_archive .single_booking_value_div {
    flex: 0 1 60px;
  }
}
.courses_archive_item .booking_dates_list_archive .single_booking_value_div .price_line {
  margin-top: 5px;
  color: #808080;
}
.courses_archive_item .booking_dates_list_archive .single_booking_value_div .single_booking {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 6px 0;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .courses_archive_item .booking_dates_list_archive .single_booking_value_div .single_booking {
    width: 60px;
    height: 60px;
  }
}

.course_single .booking_dates_list, .event_single .booking_dates_list {
  width: 460px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .course_single .booking_dates_list, .event_single .booking_dates_list {
    width: 100%;
    gap: 12px;
  }
}
.course_single .booking_dates_list .single_booking_value_div, .event_single .booking_dates_list .single_booking_value_div {
  display: flex;
  flex-direction: column;
  flex: 0 1 100px;
}
.course_single .booking_dates_list .single_booking_value_div .price_line, .event_single .booking_dates_list .single_booking_value_div .price_line {
  margin-top: 5px;
  color: #808080;
}
.course_single .booking_dates_list .single_booking_value_div .single_booking_value, .event_single .booking_dates_list .single_booking_value_div .single_booking_value {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.94;
  text-align: center;
  padding: 6px 0;
  border-radius: 50px;
  border: solid 1px #cbcbcb;
  text-decoration: none;
}
.course_single .booking_dates_list .single_booking_value_div .single_booking_value.active, .event_single .booking_dates_list .single_booking_value_div .single_booking_value.active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.course_single .yith-wcbk-date-picker-wrapper, .event_single .yith-wcbk-date-picker-wrapper {
  display: none;
}
.course_single .yith-wcbk-booking-form, .event_single .yith-wcbk-booking-form {
  max-width: initial;
}
.course_single .yith-wcbk-people-selector__totals, .event_single .yith-wcbk-people-selector__totals {
  padding: 0;
}
.course_single .yith-wcbk-people-selector__toggle-handler, .event_single .yith-wcbk-people-selector__toggle-handler {
  padding-left: 0;
}
.course_single .single_add_to_cart_button.yith-wcbk-add-to-cart-button, .event_single .single_add_to_cart_button.yith-wcbk-add-to-cart-button {
  min-width: auto;
  width: 100%;
  max-width: 214px;
}
@media (max-width: 767.98px) {
  .course_single .single_add_to_cart_button.yith-wcbk-add-to-cart-button, .event_single .single_add_to_cart_button.yith-wcbk-add-to-cart-button {
    max-width: 100%;
  }
}
.course_single .yith-wcbk-form-section.yith-wcbk-form-section-people-selector, .event_single .yith-wcbk-form-section.yith-wcbk-form-section-people-selector {
  width: 300px;
}
.course_single .yith-wcbk-booking-form label.yith-wcbk-booking-form__label, .event_single .yith-wcbk-booking-form label.yith-wcbk-booking-form__label {
  margin: 0 0 15px;
  line-height: 1.4;
  font-weight: 500 !important;
}
@media (max-width: 767.98px) {
  .course_single .yith-wcbk-booking-form label.yith-wcbk-booking-form__label, .event_single .yith-wcbk-booking-form label.yith-wcbk-booking-form__label {
    margin-bottom: 10px;
  }
}
.course_single .related-courses, .event_single .related-courses {
  padding: 150px 0 173px;
}
.course_single .related-courses .related-title, .event_single .related-courses .related-title {
  letter-spacing: -2.1px;
}

.px-42 {
  padding: 0 42px;
}
@media (max-width: 1199.98px) {
  .px-42 {
    padding: 0 26px;
  }
}

.booking_form .yith-wcbk-booking-form-total--discount {
  display: none !important;
}

.products-logos {
  margin-top: 48px;
  margin-bottom: 40px;
}
.products-logos .logos-list {
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .products-logos .logos-list {
    gap: 25px;
  }
}
.products-logos .products-logos-title {
  color: #000;
  text-align: center;
  font-family: DMSans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  max-width: 739px;
  margin: 0 auto 24px;
}
.products-logos .products-logos-title > * {
  font-family: DMSans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.products-logos .single-logo-image:before {
  content: none !important;
}

.early-bird-badge {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
  width: 100px;
}
.early-bird-badge img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .early-bird-badge {
    width: 50px;
  }
  .early-bird-badge img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .early-bird-badge {
    top: 0;
  }
}

.single-default-product .woocommerce-product-rating, .gift-product-type .woocommerce-product-rating {
  display: none;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 15px 0 15px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.price-slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.price-slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #758474;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #758474;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #758474;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/*/* Course Single - mobile */
@media (max-width: 767.98px) {
  body.other_products .course_single .single_add_to_cart_button.yith-wcbk-add-to-cart-button,
body .yith-wcbk-form-section-persons-wrapper.yith-wcbk-form-section-wrapper {
    width: auto;
    max-width: 50%;
    align-self: center;
  }

  .course_single .yith-wcbk-form-section.yith-wcbk-form-section-people-selector, .event_single .yith-wcbk-form-section.yith-wcbk-form-section-people-selector {
    max-width: 100%;
  }

  body.other_products .booking_form .yith-wcbk-booking-form .yith-wcbk-form-section-dates-wrapper {
    gap: 0px;
  }

  body.other_products .course_single {
    margin-top: 0px;
  }
  body.other_products .course_single .nav-tabs {
    flex-wrap: nowrap;
  }
  body.other_products .course_single .nav-tabs .nav-item .nav-link {
    padding: 0.5rem;
    letter-spacing: -1px;
  }
  body.other_products .course_single .price-information .from-price {
    display: none;
  }
  body.other_products .course_single .shop_single_image {
    display: flex;
    flex-direction: column;
  }
  body.other_products .course_single .shop_single_image .slider-wrapper {
    order: 1;
  }
  body.other_products .course_single .shop_single_image .products-logos {
    order: 3;
  }
  body.other_products .course_single .shop_single_image .tabs-wrapper {
    order: 2;
  }
  body.other_products .course_single .booking_form.is-fixed .yith-wcbk-booking-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #ffffff;
    max-height: 0;
    transition: max-height 1s ease-out;
  }
  body.other_products .course_single .booking_form.is-fixed.is-fixed-show .yith-wcbk-booking-form {
    max-height: 100%;
    padding: 10px;
    transition: max-height 1s ease-in;
  }
  body.other_products .course_single .booking_form.is-fixed .yith-wcbk-form-section-dates-wrapper {
    display: none;
  }
  body.other_products .course_single .booking_form.is-fixed .yith-wcbk-people-selector__fields-container {
    bottom: 0;
  }
  body.other_products .course_single .tooltip-btn {
    cursor: pointer;
    text-decoration: none;
  }
  body.other_products .course_single .tooltip-btn img {
    max-width: 20px;
  }
  body.other_products .course_single .tooltip-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    /* вище елемента */
    left: 0;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  body.other_products .course_single .tooltip-btn::before {
    content: "";
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
  }
  body.other_products .course_single .tooltip-btn.active::after,
body.other_products .course_single .tooltip-btn.active::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%) translateY(-4px);
  }
  body.other_products .course_single .filter-product-wrapper {
    background-image: var(--bg-mobile);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* min-height:150px; */
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative !important;
  }
  body.other_products .course_single .filter-product-wrapper:before {
    content: "";
    position: absolute;
    background-color: #00000066;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
  }
  body.other_products .course_single .filter-product-wrapper > div {
    z-index: 1;
  }
  body.other_products .course_single .filter-product-wrapper a, body.other_products .course_single .filter-product-wrapper .product_title {
    color: #FFFFFF !important;
  }
  body.other_products .course_single .filter-product-wrapper a svg {
    filter: brightness(0) invert(1);
  }

  body.has-fixed-btn #chat-widget-container {
    bottom: 180px !important;
  }
}

/*# sourceMappingURL=single-course.css.map */
