/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


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


@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.single-product .woocommerce.product h2.wp-block-heading {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.single-product .woocommerce.product h3.wp-block-heading {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.single-product .tour-main-groups .block-small {
	font-size: 13px;
}


.single-product .tour-main-groups ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.single-product .tour-main-groups ul li {
  position: relative;
  padding-left: 35px; /* Space for the arrowhead */
  margin-bottom: 10px;
}


/*.single-product .tour-main-groups ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px; 
  height: 2px;
  background-color: #222222-#4a5743-;
  transform: translateY(-50%);
}

.single-product .tour-main-groups  li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 39px;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #222222-#4a5743-;
  border-bottom: 2px solid #222222-#4a5743-;
}*/

.single-product .tour-main-groups  li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
    background: #4a5743;
    border-radius: 50%
}

#yn_attendees_popup_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

#yn_attendees_popup {
  margin: auto;
  background: #fff;
  border-radius: 8px;
  position: relative;
  height: 100vh;
  overflow-y: auto;
}

#yn_attendees_close {
    position: absolute;
    top: 0;
    left: -70px;
    cursor: pointer;
    background: #f2f2f2;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease 300ms;
}

.yn_popup_left h2 {
    position: relative;
}

#yn_attendees_close img {
    max-width: 25px;
}

#yn_attendees_close:hover {
    transform: scale(1.2);
}

.admin-bar #yn_attendees_popup_overlay {
    top: 32px;
}

body.popup-open {
    overflow-y: hidden;
}

body.popup-open {
    overflow-y: hidden;
}

.yn_popup_header {
    padding-top: 19px;
    padding-right: var(--wp--preset--spacing--70);
    padding-bottom: 21px;
    padding-left: var(--wp--preset--spacing--70);
    border-bottom: 1px solid #ebebeb;
}

.yn_popup_header .yn_popup_logo img {
    max-width: 40px;
}

.yn_popup_header span#yn_attendees_close img {
    max-width: 42px;
}

.yn_popup_content {
    max-width: 1100px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.yn_popup_content .yn_popup_left {
    width: 55%;
    padding-right: 10%;
}

.yn_popup_content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
}

div#popup-fields-container fieldset {
    border: 0;
    padding: 0;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    border-radius: 30px;
    padding: 30px 30px;
    margin-bottom: 20px;
}
.yn_popup_right {
    width: 35%;
    margin-top: 75px;
}

.yn_popup_product {
    min-height: 400px;
    position: sticky;
    top: 30px;
}

.yn-booking-card {
    box-sizing: border-box;
/*  max-width: 400px;*/
  width: 100%;
  border-radius: 30px;
  padding: 30px 30px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.thankyou-right-inner {
    position: sticky;
    top: 120px;
    padding-bottom: 10px;
}

.yn-booking-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}
.yn-booking-header {display: flex;align-items: center;}

.yn-booking-header img.yn-booking-image, .yn-booking-header picture.yn-booking-image {
    max-width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
}

.yn-booking-header picture.yn-booking-image img {
    height: 100%;
    object-fit: cover;
}
.yn-booking-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 25px;
}

.yn-booking-rating {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.yn-booking-note {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 13px;
}

.yn-booking-section {
  border-top: 1px solid #eee;
  padding-top: 12px;
  margin-top: 12px;
}

.yn-booking-label {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 0.825rem;
	color: #222;

}

.yn-booking-value {
  font-size: 0.75rem;
  line-height: 1.4;
color: #6a6a6a;
}

.yn-booking-guests {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
	color: #6a6a6a;
	
}

.yn-booking-change-btn {
  background-color: #eee;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.75rem;
  font-family: inherit;
}

.yn-booking-price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 0.75rem;
	color: #6a6a6a;
	
}

.yn-booking-total {
  font-weight: 600;
  font-size: 1.1rem;
  text-align: right;
}

.yn-booking-total .yn-booking-price-row {
	color: #222;
}

.yn-booking-currency {
  font-weight: normal;
  font-size: 0.95rem;
}

div#popup-fields-container fieldset h3 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

fieldset.yn-form-fieldset label {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 10px 0px 10px;
    font-size: 13px;
    text-transform: uppercase;
	font-weight: 500;
    -webkit-text-stroke: 0.5px;
    letter-spacing: 0.3px;
    font-size: 13px;
	color:#222
}

fieldset.yn-form-fieldset label span {
    padding: 0 15px 0;
}

fieldset.yn-form-fieldset label input, fieldset.yn-form-fieldset label select {
    border: 0;
    appearance: none;
    padding: 0;
    outline: none !important;
    -webkit-appearance: none;
    font-family: inherit;
    cursor: pointer;
    padding: 0px 15px 0px;
	font-size: 12px;
    -webkit-text-stroke: 0;
    color: #6a6a6a;
}

fieldset.yn-form-fieldset label.yn_field_half {
    width: 48%;
}

.yn_fieldset_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yn_fieldset_fields label {
    flex: 0 0 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.yn_fieldset_fields label.yn-field-half {
    flex: 0 0 49%;
}


button.yn_popup_btn {
    width: 100%;
    margin-top: 20px;
    display: block !important;
    border-radius: 50px;
    transition: all ease 300ms;
    background-color: #4a5743/*#222222*/;
    border-width: 0;
    color: #fff;
    font-family: var(--wp--preset--font-family--poppins);
    font-size: 13px;
/*    max-width: 290px;*/
    padding: 12px 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
/*    float: right;*/
}

/* Loader circle */
.yn_popup_btn.loading::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 3px solid #fff;
  border-top: 3px solid #222222/*#4a5743*/;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

/* Hide text when loading */
.yn_popup_btn.loading span {
  visibility: hidden;
}

p.yn-small-note {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

button.yn_popup_btn:hover {
    transform: scale(1.1);
    cursor: pointer;
}


.yn-booking-total span {
    font-size: 20px;
}

.yn-booking-total {
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 12px;
    margin-bottom: 30px;
}

.yn-map-marker {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 10;
}
.yn-map-marker img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
.yn-map-marker:hover img {
  transform: scale(1.3);
}

.yn-map-infobox {
  position: absolute;
  transform: translate(-50%, 40px) scale(0.95);
  background: white;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  width: 340px;
  z-index: 20;
  transition: opacity 0.3s ease;
  overflow: hidden;
  padding-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.yn-map-infobox.show {
  opacity: 1;
  transform: translate(-50%, 20px) scale(1);
}

.yn-map-infobox img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.yn-map-infobox h4 {
  margin: 10px 0 5px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 15px;
}
.yn-map-infobox p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #6a6a6a;
  padding: 0 15px;
  margin: 0px 0;
}
.yn-map-infobox button {
  transition: all ease 300ms;
  color: #000;
  padding: 0;
  border: none;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  background: rgba(255,255,255,0.6);
  right: 8px;
  top: 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}

.yn-map-infobox button:hover {
    transform: scale(1.2);
    background: #fff;
}

.yn-map-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 9999;
  transition: opacity 0.3s ease;
  background: #f5f5f5;
}

.yn-map-loader .yn-dot {
  width: 12px;
  height: 12px;
  background: #222222/*#4a5743*/;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}

.yn-map-loader .yn-dot:nth-child(2) {
  animation-delay: 0.2s;
}
.yn-map-loader .yn-dot:nth-child(3) {
  animation-delay: 0.4s;
}

.yn-switcher input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.yn-switcher label {
  display: inline-block;
  margin-bottom: 0.5rem;
	font-size: 0.75rem;
	color: #6a6a6a;
}
.yn-switcher {
  position: relative;
  width: 100%;
  height: 28px;
  margin-bottom: 15px;
}
.single-product .yn-booking-form .wc-block-components-product-price:after {
    color: #6a6a6a;
    content: " / per person";
    font-size: 13px;
    font-weight: 500;
}
:where(.wc-block-product-gallery-dialog) {
    z-index: 99999;
    border: 0;
}
.yn-switcher input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  height: 28px;
  width: 100px;
  margin: 0;
}
.yn-switcher input:checked {
  z-index: 1;
}
.yn-switcher label {
  line-height: 28px;
  display: inline-block;
  width: 6rem;
  height: 100%;
  margin-left: 66px;
  text-align: left;
  position: absolute;
  transition: opacity 0.25s ease;
  margin-bottom: 0;
}
.yn-switcher input:checked + label {
  opacity: 1;
}
.yn-switcher input:not(:checked) + label {
  opacity: 0;
}
.yn-switcher .yn-toggle-outside {
  height: 100%;
  padding: 0.25rem;
  overflow: hidden;
  transition: all 0.25s ease;
  background: grey;
  position: absolute;
  width: 57px;
  box-sizing: border-box;
  border-radius: 15px;
}
.yn-switcher input ~ input:checked ~ .yn-toggle-outside {
  background: #222222/*#4a5743*/;
}
.yn-switcher .yn-toggle-inside {
  height: 20px;
  width: 20px;
  background: #fff;
  position: absolute;
  transition: all 0.25s ease;
  border-radius: 10px;
}
.yn-switcher input:checked ~ .yn-toggle-outside .yn-toggle-inside {
  left: 0.25rem;
}
.yn-switcher input ~ input:checked ~ .yn-toggle-outside .yn-toggle-inside {
  left: 32.5px;
}

span.flatpickr-weekday {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

span.wc-block-mini-cart__badge {
    background: #4e5844;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    gap: 3px;
    color: #6a6a6a;
    font-weight: 500;
    font-size: 12px;
}

.flatpickr-months .flatpickr-month {
/*    background: #222222;*/
    background: #4e5844;
    color: #fff;
    margin: 10px 10px;
    border-radius: 14px;
    padding: 10px 0;
    display: flex;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month {
    padding-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month select.flatpickr-monthDropdown-months, .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
    width: auto !important;
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600 !important;
    background: #fff;
    border-radius: 7px;
    color: #000;
    height: 30px;
    line-height: 31px;
    padding: 0 6px;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
    margin-right: 0;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {fill: #fff !important;width: 20px;height: 20px;transition: all ease 300ms;}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    padding: 0;
    top: 20px;
    right: 20px !important;
    display: flex;
    align-items: center;
}

.flatpickr-months .flatpickr-prev-month svg:hover, .flatpickr-months .flatpickr-next-month svg:hover {fill: #fff;transform: scale(1.2);}

.flatpickr-months .flatpickr-prev-month {
    left: 20px !important;
    right: auto !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    /*background: #515945;
    border-color: #515945;*/

    background: #222222;
    border-color: #222222;
}

.flatpickr-calendar {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Checkout Page Stylings */

p.checkout_main {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
}

.wc-block-components-title.wc-block-components-title {
    font-size: 0.825rem;
    font-weight: 600;
    margin-top: 0;
}

.wc-block-components-checkout-step__description {
	color: #6a6a6a;
	font-size: 0.75rem
}

body .wc-block-components-form .wc-block-components-text-input {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-radius: 15px;
}

body .wc-block-components-form .wc-block-components-text-input input[type], body .wc-block-components-form  .wc-blocks-components-select__select {
    border: 0 !important;
    background: transparent;
    padding: 30px 15px 10px !important;
    min-height: 57px;
    border-radius: 15px;
	font-size: 12px;
	color: #6a6a6a;
}

body .wc-block-components-form .wc-block-components-text-input label, .wc-blocks-components-select .wc-blocks-components-select__label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    color: #000;
    transform: none !important;
    top: 10px !important;
    left: 15px;
    opacity: 1 !important;
    font-weight: 500;
    -webkit-text-stroke: 0.5px;
    letter-spacing: 0.3px;
    font-size: 13px;
    color: #222;
	
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-radius: 15px;
    margin: 0;
    height: 57px;
}

.wp-block-woocommerce-checkout-order-summary-block {
    width: 100%;
    border-radius: 30px;
    padding: 30px 30px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    display: none;
}
.woocommerce-checkout .wc-block-components-validation-error {
    padding: 0 10px 10px;
}
.wc-block-components-form .wc-block-components-checkout-step {
    border: 0;
    padding: 0;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    border-radius: 30px;
    padding: 30px 30px !important;
    margin-bottom: 20px;
}

.wc-block-components-textarea {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-radius: 15px;
    min-height: 160px;
}

.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
    margin-top: 0;
}

.wc-block-components-checkout-step__heading {
    margin-bottom: 4px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 63%;
    padding-right: 8%;
}

.is-large .wc-block-checkout__sidebar {
    width: 35%;
    margin-top: 75px;
}

.wc-block-components-order-summary-item {}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    position: absolute;
    width: 100px;
    margin-top: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 8px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    display: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {padding-left: 0;}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    display: none;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    min-height: 100px;
    margin-left: 110px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 25px;
}

.wc-block-components-order-summary.is-large {
    padding: 0;
}

.wc-block-components-totals-wrapper {
    padding: 0;
}

.wc-block-components-checkout-order-summary__title {
    display: none !important;
}

.wc-block-components-product-metadata__description {
    display: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices:after {
    content: " / guest";
}

.wc-block-components-product-details.wc-block-components-product-details {
    margin-top: 15px;
}

.wc-block-components-product-details.wc-block-components-product-details li {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.wc-block-components-product-details.wc-block-components-product-details li span.wc-block-components-product-details__name {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 0.825rem;
    width: 100%;
    display: block;
}

.wc-block-components-product-details.wc-block-components-product-details li .wc-block-components-product-details__value {
    font-size: 0.75rem;
	color: #6a6a6a;
}

.wc-block-components-product-details.wc-block-components-product-details li[class*="attendee"] {
    margin-bottom: 0;
    border: 0;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    display: none;
}

body .wp-block-woocommerce-checkout-order-summary-totals-block {
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-top: 0;
}

.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding: 0;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    padding-top: 12px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 600;
}

.wc-block-components-address-card-wrapper {
    display: none;
}

.wc-block-components-address-address-wrapper:not(.is-editing) .wc-block-components-address-form-wrapper {
    opacity: 1;
    visibility: visible;
    height: auto;
}


.wc-block-components-textarea {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-radius: 15px;
    min-height: 160px;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border: 0;
    padding: 0;
    font-size: 13px;
    margin-bottom: 20px;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    border-radius: 50px;
    transition: all ease 300ms;
    max-width: 310px;
    margin: 20px auto 30px;
    transform: scale(1.1);
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover {
    transform: scale(1);
}

.wc-block-components-product-details.wc-block-components-product-details li.wc-block-components-product-details__booking-date-raw {
    display: none;
}

.woocommerce-order-received h1 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce-order-received h1:after {
    content: "!";
}

.woocommerce-order-received .wc-block-order-confirmation-status p {
    font-size: 22px;
    font-weight: 500;
	color: #6a6a6a;
}

.woocommerce-order-received .wc-block-order-confirmation-summary {
    border: 0;
    padding: 0;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    border-radius: 30px;
    padding: 30px 30px;
    margin-bottom: 20px;
}

.woocommerce-order-received .wc-block-order-confirmation-summary ul.wc-block-order-confirmation-summary-list {
    display: flex;
    flex-direction: column;
}

.woocommerce-order-received .wc-block-order-confirmation-summary ul.wc-block-order-confirmation-summary-list span.wc-block-order-confirmation-summary-list-item__key {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 0.825rem;
}

.woocommerce-order-received .wc-block-order-confirmation-summary ul li>.wc-block-order-confirmation-summary-list-item__value {
    color: #6a6a6a;
    font-size: 0.75rem;
}

.wp-block-column.thankyou-left {
    padding-right: 10%;
}


.wp-block-column.thankyou-left .wc-block-order-confirmation-totals table tr.woocommerce-table__line-item.order_item {
    box-sizing: border-box;
    /* max-width: 400px; */
    width: 100%;
    border-radius: 30px;
    padding: 30px 30px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
}

.wc-block-order-confirmation-totals table td ul li b {
    font-weight: 600;
    text-transform: uppercase;
	font-weight: 500;
    -webkit-text-stroke: 0.5px;
    letter-spacing: 0.3px;
    font-size: 13px;
    color: #222;
}

.wc-block-order-confirmation-totals {
    margin-top: 0;
}

.wp-block-column.thankyou-left .wc-block-order-confirmation-totals table tbody {
    width: 100%;
    display: block;
}

.wp-block-column.thankyou-left h2.wp-block-heading {
    margin-top: 0;
    font-weight: 600;
}

.wc-block-order-confirmation-totals table thead {
    display: none;
}

.wc-block-order-confirmation-totals table th.wc-block-order-confirmation-totals__total {
}

.wc-block-order-confirmation-totals table td a {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 25px;
    text-decoration: none;
}

.wc-block-order-confirmation-totals table, .wc-block-order-confirmation-totals table tr, .wc-block-order-confirmation-totals table td {
    display: block;
    border: 0;
    padding: 0;
}

.wc-block-order-confirmation-totals table td ul {list-style: none;padding: 0;display: flex;flex-wrap: wrap;gap: 10px;}

.wc-block-order-confirmation-totals table .wc-block-order-confirmation-totals__total {
    text-align: left;
}

.wc-block-order-confirmation-totals table .wc-block-order-confirmation-totals__total:before {
    content: "Price: ";
    font-weight: 600;
}

.wc-block-order-confirmation-totals table .wc-block-order-confirmation-totals__total:after {
    content: " / guest";
    font-size: 13px;
}

.wc-block-order-confirmation-totals table td ul li {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 10px 15px 10px;
    font-size: 12px;
	color: #6a6a6a;
/*    text-transform: uppercase;*/
    width: calc(33% - 5px);
    box-sizing: border-box;
    /*background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23CCCCCCFF' stroke-width='2' stroke-dasharray='6%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border:0;*/
}

.woocommerce div.product p.stock {display: none}

.wc-block-order-confirmation-totals table td ul.booking_info li.yn_booked_date, .wc-block-order-confirmation-totals table td ul.booking_info li.yn_booked_time {
    width: calc(50% - 5px);
}

.wc-block-order-confirmation-totals table td ul.attendee_info li {
    min-width: calc(50% - 5px);
    max-width: 100%;
    width: auto;
    flex: auto;
}

.yn-tour-details h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.yn-tour-details h3+ul {
    margin-top: 10px;
}

.yn-tour-details {
    margin-top: 20px;
}
.wc-block-order-confirmation-totals table .wc-block-order-confirmation-totals__total {
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
}

.wp-block-column.thankyou-left .wc-block-order-confirmation-totals table tfoot {
    display: none;
}

.yn-filters-popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  padding: 30px 0
}

.yn-filter-popup-inner {
  background-color: #fff;
  margin: auto;
  padding: 0;
  border-radius: 20px;
  width: 80%;
  max-width: 600px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.yn-filter-close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
    z-index: 99999;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.wp-block-woocommerce-product-filters {
    margin-top: 0;
}

.wp-block-woocommerce-product-filters h2.wp-block-heading {font-weight: 600;border-bottom: 1px solid #ebebeb;text-align: center;padding: 15px 0;font-size: 18px;}

.wp-block-woocommerce-product-filters h3.wp-block-heading {
    font-weight: 600;
}

.product-filters-group {
    padding: 0 30px 40px;
    /*height: calc(100vh - 127px);*/
    overflow-y: auto;
}

:where(.wc-block-product-filter-chips__item)[aria-checked="true"]:not(:hover) > span {
    color: #000;
}

.yn-map-infobox button {
    font-size: 25px;
}

.yn-filter-close-btn:hover {
    background: #ebebeb;
}

.wp-block-woocommerce-product-filter-attribute {}

.wp-block-woocommerce-product-filter-attribute {}

.product-filters-group > div {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}

.wc-block-product-filter-price-slider__range .range-bar {
    height: 5px;
    top: 9px;
}

.wc-block-product-filter-price-slider .text input[type=text] {
    border-color: #ccc;
    border-radius: 32px;
    font-family: inherit;
    text-align: center;
    margin-top: 9px;
    padding: 14px 20px;
    font-size: 14px;
}

/*.wc-block-product-filter-price-slider__range input[type=range i] {
    zoom: 1.6;
}*/

.wc-block-product-filter-price-slider__range input[type=range i]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    border: 1px solid #ccc;
}

.wc-block-product-filter-price-slider__range {
    margin-top: 10px;
    margin-bottom: 30px;
}

.wp-block-woocommerce-product-filter-chips.wc-block-product-filter-chips.wp-block-woocommerce-product-filter-chips {
    margin-top: 15px;
}

.team-section .wp-block-cover.team-cover {
    padding: 0;
}

.wc-block-product-filter-price-slider__range:before {
    top: 9px;
}

.wc-block-product-filter-checkbox-list__input-wrapper:before {
    width: 22px;
    height: 22px;
}

svg.wc-block-product-filter-checkbox-list__mark {
    width: 32px;
    height: 32px;
    top: -8px;
}

.wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__label {
    gap: 11px;
    cursor: pointer;
}

input[type=checkbox].wc-block-product-filter-checkbox-list__input {
    width: 22px;
    height: 22px;
}

.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
    border: 2px solid #222;
    border-radius: 30px;
    height: 42px;
    box-sizing: border-box;
    padding: 11px 16px;
    background: #f7f7f7;
    -webkit-text-stroke: 0.3px;
    letter-spacing: 0.2px;
    gap: 10px;
}

.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove {
    width: 9px;
    margin-top: 2px;
}

.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove svg {
    transform: scale(2.5);
}

.product-filters-group > div:last-child {
    padding-bottom: 0;
    border: 0;
}

.wc-block-product-filter-removable-chips__items {
    gap: 10px;
}

.wp-block-woocommerce-product-filter-active {
    padding-top: 19px;
}

.wp-block-buttons .yn-filters-btn .wp-block-button__link {
    display: flex;
    height: 43px;
    padding: 0 18px;
    align-items: center;
    gap: 9px;
    border-width: 1px;
    font-weight: 500;
    font-size: 15px;
}

.wp-block-buttons .yn-filters-btn .wp-block-button__link:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 18px;
    object-fit: cover;
    background: url('/wp-content/plugins/yanature-custom/public/img/filter.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wc-block-product-filter-chips__items {
    gap: 12px;
}

.wc-block-product-filter-chips__item {
    border-radius: 32px;
    padding: 12px 18px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
/*    transition: all ease 300ms;*/
}

.wc-block-product-filter-chips__item[aria-checked=true] {
    background: #f7f7f7;
    border: 2px solid #222;
    padding: 11px 17px;
}

.wc-block-product-filter-chips:not(.has-selected-chip-text-color) .wc-block-product-filter-chips__item[aria-checked=true]>.wc-block-product-filter-chips__label {
    filter: invert(0%);
}

.wc-block-product-filter-chips__item:hover {
    border-color: #222;
}

.yn_anim_text strong {
    font-weight: inherit;
}

.no-underline a {
    text-decoration: none;
}

body:not(.tax-product_cat):not(.search-results):not(.post-type-archive-product) .yn-filters-btn {
    display: none !important;
}

body:not(.tax-product_cat):not(.search-results):not(.post-type-archive-product) .yn-header-search-wrap .wp-block-group {
    gap: 0;
}

body:not(.home).tax-product_cat header .yn-header-search-wrap, body:not(.home).search-results header .yn-header-search-wrap, body:not(.home).post-type-archive-product header .yn-header-search-wrap {
    max-width: 730px !important;
}


.yn_search_suggestions {
  position: absolute;
  background: #fff;
  border: 0;
  width: 100%;
  z-index: 9999;
  list-style: none;
  padding: 10px 10px;
  margin: 15px 0 0;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 330px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.wp-block-woocommerce-product-filters h3.wp-block-heading {
    font-size: 16px;
    font-weight: 600;
}

.wc-block-product-filter-checkbox-list__input-wrapper:before {width: 24px;height: 24px;border: 1px solid #ccc;border-radius: 4px;background: transparent;opacity: 1;}

input[type=checkbox].wc-block-product-filter-checkbox-list__input {
    width: 24px;
    height: 24px;
}

svg.wc-block-product-filter-checkbox-list__mark {
    background: #222;
    color: #fff;
    width: 26px;
    height: 26px;
    top: 0px;
    border-radius: 4px;
    padding: 0 7px;
}

.wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__label label {
    font-size: 16px;
    font-weight: 500;
}

span.wc-block-product-filter-checkbox-list__text-wrapper {
    font-size: 16px;
    color: #222222;
}

ul.wc-block-product-filter-checkbox-list__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.wp-block-woocommerce-product-collection-no-results .wp-block-group {
    gap: 17px;
}

.yn_search_suggestions li {
  padding: 15px 15px;
  border-radius: 25px;
}

.yn_search_suggestions li a {
  color: #333;
  text-decoration: none;
  display: block;
}

.yn_search_suggestions li:hover {
  background: #f5f5f5;
}

.yn_search_item_inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yn_search_item_inner img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.yn_search_title {
    font-weight: 600;
    font-size: 14px;
}

.yn_search_meta {
    font-size: 13px;
}

.yn_search_meta > span:after {
    content: "|";
    font-size: 13px;
    margin-left: 7px;
    margin-right: 4px;
}

.yn_search_meta > span:last-child:after {
    display: none;
}

.yn-tour-summary-cols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    column-gap: 24px;
}

.yn-tour-summary-cols .wp-block-media-text {
    width: calc(100% / 3 - 16px);
    grid-template-columns: 11% auto !important;
    margin: 10px 0px !important;
}

.yn-tour-summary-cols p strong {
    text-transform: uppercase;
}

.yn-tour-summary-cols p {
    line-height: 18px;
    margin: 0;
}

.ta-reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.ta-reviews .ta-review-card {
    flex: 1 1 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
    /* color: #222; */
    font-size: 12px;
    color: #38443a;
}

.ta-reviews .ta-review-card:last-child {
    border: 0;
    padding-bottom: 0;
}

.ta-review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.ta-review-header p:empty {
    display: none;
}

.ta-review-header img {
    height: 40px;
    border-radius: 50%;
}

.ta-user-info p {
    font-size: 12px;
    margin: 0;
}

.ta-user-info p.ta-user-name {
    font-size: 13px;
    font-weight: 600;
}

.ta-review-card .ta-rating {
    font-size: 34px;
    color: #00af87;
    display: flex;
    letter-spacing: -3px;
    line-height: 20px;
    margin-bottom: 10px;
}

.ta-review-meta {
    font-size: 13px;
    margin: 2px 0px 5px;
    -webkit-text-stroke: 0.3px;
    letter-spacing: 0.3px;
}

p.ta-review-title {
    margin: 2px 0px;
    -webkit-text-stroke: 0.3px;
    letter-spacing: 0.3px;
    font-size: 13px;
}

.ta-summary {
    max-width: 360px;
    margin: 0 0 45px;
}

.ta-summary-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}

.ta-rating-number {
  font-size: 24px;
  font-weight: 600;
}

.ta-circles .circle {
}
.ta-circles .circle.filled {
  color: #00af87; /* TripAdvisor green */
}

.ta-review-count {
  font-size: 14px;
  color: #666;
}

.ta-summary-breakdown {
  font-size: 14px;
  margin-top: 10px;
}

.ta-bar-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  gap: 8px;
}

.ta-bar-label {
  width: 80px;
}

.ta-bar {
  flex: 1;
  background: #e6e6e6;
  border-radius: 20px;
  overflow: hidden;
  height: 14px;
}

.ta-bar-fill {
  background: #00af87;
  height: 100%;
  border-radius: 10px;
}

.ta-bar-count {
  min-width: 30px;
  text-align: left;
  display: inline-block;
}

span.ta-circles {
    font-size: 34px;
    color: #00af87;
    display: flex;
    letter-spacing: -3px;
    line-height: 20px;
    margin-top: -6px;
}

.ta-summary-breakdown p {
    margin: 0;
}

/*.ta-reviews {
    border-top: 1px solid #ddd;
    padding-top: 40px;
}*/

p.ta-review-text {
    margin-top: 5px;
}

.ta-short-reviews .ta-summary-header {gap: 2px;justify-content: flex-end;margin:0}

.ta-short-reviews .ta-summary-header span.ta-rating-number {
    font-size: 15px;
    font-weight: normal;
}

.ta-short-reviews .ta-summary-header  span.ta-review-count {
    color: #222;
    font-size: 15px;
}

img.ta-circle-img {
    width: 119px;
    height: 20px;
    object-fit: contain;
}