@charset "UTF-8";
:root {
  --cool-primary: #fd7a24;
  --cool-secondary: #315E85;
  --cool-main-button-color: #107699;
  --cool-icon-color: #000;
  --cool-breadcrumb: #B3B3B3;
  --cool-blue-bright-color: #387FF8;
  --cool-light-grey: hsl(163, 17%, 84%);
  --cool-rating: #F7C344;
  --cool-text: #202020;
  --cool-link: #202020;
  --cool-warning: #D13F36;
  --cool-warning-light: #F6D9E2;
  --cool-warning-10: #FAECEB;
  --cool-good-green: #218800;
  --cool-component-grey: #CEDCD8;
  --cool-inactive-button: #CCCCCC;
  --cool-component-light-grey: #F5F5F5;
  --cool-component-dark-grey: #202020;
  --cool-dark-grey: #555;
  --cool-middle-grey: #B3B3B3;
  --cool-headers: #202020;
  --cool-header-icon-size: 22px;
  --cool-neutral: #4d4d4d;
  --cool-avatar: #202020;
  --cool-avatar-mobile: #b4b4b4;
  --cool-activity-button-card-border: #D9D9D9;
  --cool-tabs-bottom-color: #e7e7e7;
  --cool-divider-color: #d1dcd8;
  --cool-arrow-color: black;
  --cool-primary-button: #1f73be;
  --cool-black: #000;
  --cool-mega-menu-font-size: 0.9375rem;
  --cool-loader-color: #1e73be;
  --cool-button-radius: 4.32px;
  --cool-hover-radius: 6.48px;
  --cool-hover-large-radius: 10px;
  --cool-breadcrumb-separator-color: #B3B3B3;
  --cool-breadcrumb-link-color: #4D4D4D;
  --cool-green-button-color: #43c282;
  --cool-white: #fff;
  --cool-hotel-light-grey: #e7eaec;
  --cool-hotel-red-text: #d32f2f;
  --cool-activity-page-font-weight: 400;
  --cool-field-outline-color: #B3B3B3;
  --cool-lighter-grey: #777;
  --cool-warm-grey: #999;
  --cool-subtle-field-hint: #e7e7e7;
  --cool-focus-stroke: var(--p, #000);
  --cool-shadow-subtle: 0 0 0 1px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .10);
  --cool-grey-border: #d9d9d9;
  --cool-green-text-color: #007025;
  --cool-green-bg-color: #d9f2e1;
  --cool-success-color: #4A7543;
  --fa-width: auto;
  --category-grid-columns-gap: 1.5rem;
  --category-grid-image-height: 170px;
}

@supports (scrollbar-gutter: stable) {
  html {
    scrollbar-gutter: stable;
  }
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
@supports (scrollbar-gutter: auto) {
  .html-modal-open {
    scrollbar-gutter: auto;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}

.c-txt-bold {
  font-weight: 700;
}

body.cool-gamma .element-container .element-container {
  padding-left: 0;
  padding-right: 0;
}

body.cool-gamma .element-container,
body.cool-gamma .box-width {
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1356px;
}
@media screen and (min-width: 1025px) {
  body.cool-gamma .element-container,
  body.cool-gamma .box-width {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.c-hidden {
  display: none !important;
}

body.header-only-live .s-header .element-container {
  margin: 0 auto;
  max-width: 1135px;
  padding-left: 15px;
  padding-right: 15px;
}
body.header-only-live .s-header .element-row {
  margin: 0;
}
body.header-only-live .s-header .element-col {
  padding: 0;
}

.element-row {
  margin: 0 -7px;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  position: relative;
  flex-flow: wrap;
}
@media screen and (min-width: 1025px) {
  .element-row {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.element-col {
  position: relative;
  right: auto;
  left: auto;
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 0%;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .element-col {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.cool-gamma .box-width.element-padding-none {
  padding: 0;
}

.c-close-header-section {
  display: flex;
  justify-content: end;
  margin-bottom: 9.5px;
  margin-top: 4.5px;
}
.c-close-header-section button {
  cursor: pointer;
}
.c-close-header-section button i {
  font-size: 22px;
}

.c-modal-close-button-normal .c-circle-close-button button {
  border-radius: 0;
  background-color: white;
  width: 100%;
}
.c-modal-close-button-normal .c-circle-close-button button i {
  font-size: 22px;
}
.c-modal-close-button-normal .c-circle-close-button button:hover {
  box-shadow: none;
  filter: none;
}
.c-circle-close-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  width: 28.8px;
  height: 28.8px;
  padding: 0;
  background-color: #ededed;
  color: var(--cool-headers);
  border-radius: 50%;
}
.c-circle-close-button button i {
  font-size: 15px;
}
.c-circle-close-button button:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

body.body-no-scroll {
  height: 100% !important;
  overflow: hidden !important;
  padding-right: var(--scrollbar-width, 0);
}

.c-opacity-0 {
  opacity: 0;
}

.c-link-underline {
  text-decoration: underline;
}
.c-link-underline:hover {
  border: 0;
}

.c-no-underline {
  text-decoration: none !important;
}
.c-no-underline:hover {
  border: 0 !important;
  text-decoration: none !important;
}

@media screen and (max-width: 1024px) {
  .c-desktop-only {
    display: none !important;
  }
  html {
    font-size: calc(16px * var(--tmFontSizePercentMobile, 1)) !important;
  }
}
@media screen and (min-width: 1025px) {
  .c-mobile-only {
    display: none !important;
  }
  html {
    font-size: calc(16px * var(--tmFontSizePercentDesktop, 1)) !important;
  }
}
.c-clear {
  clear: both;
}

.c-small-text {
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 2px;
  display: block;
}

.c-dark-grey-text {
  color: var(--cool-dark-grey);
}

.c-block {
  display: block;
}

.c-block-must {
  display: block !important;
}

.c-naked-list {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0;
  margin-top: -20px !important;
}
.c-naked-list li {
  margin-bottom: 10px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.mb-45,
.my-45 {
  margin-bottom: 32px;
}

.my-45 {
  margin-top: 32px;
}

.c-non-selectable-input select {
  -webkit-touch-callout: none;
  user-select: none;
  pointer-events: none;
}
.c-non-selectable-input::after {
  display: none !important;
}

.c__social__buttons {
  display: flex;
  gap: 19px;
  flex-direction: column;
}
.c__social__buttons > div, .c__social__buttons > button:not(.c-btn) {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--cool-middle-grey);
  opacity: 1;
  display: flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  background-color: white;
}
.c__social__buttons > div span, .c__social__buttons > button:not(.c-btn) span {
  color: var(--cool-black);
}
.c__social__buttons > div.c-btn-has-loader, .c__social__buttons > button:not(.c-btn).c-btn-has-loader {
  display: flex;
}
.c__social__buttons > div.c-btn-has-loader.c-btn-loading .c-loader-lds-ring div, .c__social__buttons > button:not(.c-btn).c-btn-has-loader.c-btn-loading .c-loader-lds-ring div {
  border-top-color: var(--p, white);
}
.c__social__buttons > div.c-btn-has-loader.c-btn-loading .social-icon,
.c__social__buttons > div.c-btn-has-loader.c-btn-loading .fa-brands, .c__social__buttons > button:not(.c-btn).c-btn-has-loader.c-btn-loading .social-icon,
.c__social__buttons > button:not(.c-btn).c-btn-has-loader.c-btn-loading .fa-brands {
  display: none;
}
.c__social__buttons > div .c-btn-inner, .c__social__buttons > button:not(.c-btn) .c-btn-inner {
  position: static;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.c__social__buttons > div:hover, .c__social__buttons > button:not(.c-btn):hover {
  background-color: #F5F5F5;
}
.c__social__buttons > div .social-icon, .c__social__buttons > button:not(.c-btn) .social-icon {
  position: static;
  transform: none;
  margin-right: 10px;
}
.c__social__buttons > div#login-signup-with-google img, .c__social__buttons > button:not(.c-btn)#login-signup-with-google img {
  width: 23px;
}
.c__social__buttons > div i, .c__social__buttons > button:not(.c-btn) i {
  font-size: 27px;
  color: var(--cool-text);
}
.c__social__buttons > div i.fa-square-facebook, .c__social__buttons > button:not(.c-btn) i.fa-square-facebook {
  color: #4267B2;
}

body .search-field, body .dates-col input, body #meeting-and-pickup-wrapper .select2-selection--single,
body input, body select, body textarea, body .custom-select select, body .custom-select2-wrapper .select2-container .select2-selection--single, body .custom-input textarea, body .custom-textarea textarea, body #activity-widget-flow-wrapper .btn-group .btn-default, body #cool-widget .custom-ticket-select, body .c-search-container .c-search-control-style,
body #cool-widget input, body #cool-widget select,
body #viator-travelers-options,
body .checkout-page select {
  border-color: var(--cool-field-outline-color);
}
body #meeting-and-pickup-wrapper .custom-select2-wrapper.custom-select2-dropdown-inline .icon {
  top: 24px;
  left: 14px;
  font-size: 17.14px;
  width: 17px;
}
body #meeting-and-pickup-wrapper .custom-select2-wrapper.custom-select-no-label .select2-container .select2-selection--single {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
  padding-left: 42px !important;
  padding-right: 0 !important;
}
body #cool-widget .custom-ticket-select select:focus {
  border: 0 !important;
  box-shadow: none !important;
}
body .contact-info input,
body .contact-info select,
body .contact-info .custom-select2-wrapper .select2-container .select2-selection--single {
  border-color: var(--cool-field-outline-color) !important;
}
body .stripe-element,
body .listing-item,
body .listing-item.no-gap div.li,
body #section-payment-method .li.selected + .li-child {
  border-color: var(--cool-field-outline-color) !important;
}
body #section-payment-method .accordion-body {
  border-radius: 5px !important;
}

body div input:focus, body div select:focus, body div .stripe-element.focused, textarea:focus,
body .custom-select .select2.select2-container--open .select2-selection,
body .custom-select .select2.select2-container--focus .select2-selection {
  border-color: var(--cool-focus-stroke) !important;
  box-shadow: 0 0 0 1px var(--cool-focus-stroke) !important;
  outline: 0 !important;
}

html.calendar-opened body div #booking_calender {
  border-color: var(--cool-focus-stroke) !important;
  box-shadow: 0 0 0 1px var(--cool-focus-stroke) !important;
}

body .c-no-focus input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.checkbox input:checked ~ .checkmark,
.radiobox input:checked ~ .checkmark {
  background-color: var(--p);
}

.error-message-class {
  margin-top: -6.5px;
  margin-bottom: 15px;
  display: none;
}

#payment-element-message:not(.c-hidden) {
  display: block;
}
#payment-element-message.c-hidden {
  display: none !important;
}
#payment-element-message.error-message-class {
  margin-top: 10px;
}

.custom-input > input.danger, .custom-select > input.danger {
  border-color: var(--danger-field, #b8323f) !important;
  box-shadow: 0 0 0 1px var(--danger-field, #b8323f) !important;
}
.custom-input.danger-field input, .custom-input.danger-field select, .custom-input.danger-field.danger-field.custom-select2-wrapper .select2-container .select2-selection--single, .custom-select.danger-field input, .custom-select.danger-field select, .custom-select.danger-field.danger-field.custom-select2-wrapper .select2-container .select2-selection--single {
  border-color: var(--danger-field, #b8323f) !important;
  box-shadow: 0 0 0 1px var(--danger-field, #b8323f) !important;
}
.custom-input.danger-field + .error-message-class, .custom-select.danger-field + .error-message-class {
  display: block;
}

.select2-container--default.select2-container.select2-container--open .select2-dropdown--below {
  margin-top: 2px;
}
.select2-container--default.select2-container.select2-container--open .select2-dropdown--above {
  margin-top: -2px;
}
.select2-container--default.select2-container.select2-container--open .selection .select2-selection {
  box-shadow: none !important;
  border-color: var(--cool-field-outline-color) !important;
}
.select2-container--default.select2-container .select2-dropdown {
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.select2-container--default.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 0;
}
.select2-container--default.select2-container .select2-dropdown .select2-search__field {
  outline: 0;
  padding: 9px 12px 10px !important;
  height: 47px !important;
  border-radius: 0;
  border: 0 !important;
  box-shadow: 0 0 0 1px black !important;
}
.select2-container--default.select2-container .select2-dropdown .select2-results__option {
  min-height: 49px;
  padding-left: 16px !important;
  margin: 0 !important;
  font-weight: 400;
}
.select2-container--default.select2-container .select2-dropdown .select2-results__option {
  color: #333;
  display: flex;
  align-items: center;
}
.select2-container--default.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable:not(.select2-results__option--disabled):not(.select2-results__message), .select2-container--default.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted:not(.select2-results__option--disabled):not(.select2-results__message), .select2-container--default.select2-container .select2-dropdown .select2-results__option.select2-results__option--selected:not(.select2-results__option--disabled):not(.select2-results__message), .select2-container--default.select2-container .select2-dropdown .select2-results__option:hover:not(.select2-results__option--disabled):not(.select2-results__message), .select2-container--default.select2-container .select2-dropdown .select2-results__option[aria-selected=true]:not(.select2-results__option--disabled):not(.select2-results__message) {
  background-color: rgba(0, 0, 0, 0.05);
}

.fa-brands-5 {
  font-family: "Font Awesome 5 Brands" !important;
}

@media screen and (min-width: 1025px) {
  .c-is-list {
    margin-bottom: 2rem;
  }
  .c-is-list .flex-wrapper .product-list:not(.product-list-only-grid) {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .c-is-grid .product-list,
  .c-is-list .product-list {
    --cool-category-grid-columns: 3;
  }
}
@media screen and (max-width: 767px) {
  .c-is-grid .product-list,
  .c-is-list .product-list {
    row-gap: 20px !important;
    gap: 0;
    margin: 0;
    display: grid;
  }
  .c-is-grid .product-list .product-card,
  .c-is-list .product-list .product-card {
    margin-bottom: 0 !important;
  }
  .c-is-grid .recentReviews .product-list,
  .c-is-list .recentReviews .product-list {
    grid-auto-flow: column;
  }
}
.c-is-grid .c-activities-wrapper,
.c-is-list .c-activities-wrapper {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-is-grid .flex-wrapper .product-list,
  .c-is-list .flex-wrapper .product-list {
    --min-card-width: 250px;
    gap: var(--category-grid-columns-gap);
    margin: 0;
    display: grid;
    --columns: var(--cool-category-grid-columns, 4);
    --column-width: calc((100% - (var(--columns) - 1) * var(--category-grid-columns-gap)) / var(--columns));
    grid-template-columns: repeat(auto-fit, minmax(max(180px, min(100%, var(--column-width))), max(180px, min(100%, var(--column-width)))));
  }
  .c-is-grid .flex-wrapper .product-list > div,
  .c-is-list .flex-wrapper .product-list > div {
    height: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-is-grid .product-list .c-product-card-bottom,
  .c-is-list .product-list .c-product-card-bottom {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .c-is-grid .product-list .bot-text > .grid-category-instant-confirmation,
  .c-is-list .product-list .bot-text > .grid-category-instant-confirmation {
    flex-wrap: wrap;
  }
  .c-is-grid .product-list .bot-text > .grid-category-instant-confirmation > span:not(.activity-logged-in-details),
  .c-is-list .product-list .bot-text > .grid-category-instant-confirmation > span:not(.activity-logged-in-details) {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-is-grid .product-list img,
  .c-is-grid .product-list .product-card-image,
  .c-is-list .product-list img,
  .c-is-list .product-list .product-card-image {
    border-radius: inherit !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 900px) {
  .c-is-grid .product-list,
  .c-is-list .product-list {
    --cool-category-grid-columns: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .c-is-grid .product-list,
  .c-is-list .product-list {
    --gap: 0;
    row-gap: 20px;
  }
  .c-is-grid .product-list .product-card,
  .c-is-list .product-list .product-card {
    margin-bottom: 0 !important;
  }
  .c-is-grid .product-list .rate-text,
  .c-is-list .product-list .rate-text {
    text-align: right !important;
  }
  .c-is-grid .product-list .bot-text > .category-instant-confirmation,
  .c-is-list .product-list .bot-text > .category-instant-confirmation {
    flex-direction: column;
  }
  .c-is-grid .product-list .bot-text > .category-instant-confirmation > span:not(.activity-logged-in-details),
  .c-is-list .product-list .bot-text > .category-instant-confirmation > span:not(.activity-logged-in-details) {
    font-size: 0.79rem !important;
    line-height: 1.5 !important;
    margin-bottom: 5px;
  }
  .c-is-grid .product-list .bot-text > .category-instant-confirmation .activity-logged-in-details,
  .c-is-list .product-list .bot-text > .category-instant-confirmation .activity-logged-in-details {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .c-is-grid .product-list > div .product-card,
  .c-is-list .product-list > div .product-card {
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
    height: 100%;
    border: 1px solid #ceddd8;
    cursor: pointer;
  }
  .c-is-grid .product-list > div .product-card.c-admin-logged-in-grid,
  .c-is-list .product-list > div .product-card.c-admin-logged-in-grid {
    cursor: default;
  }
  .c-is-grid .product-list > div .product-card.c-admin-logged-in-grid h3,
  .c-is-grid .product-list > div .product-card.c-admin-logged-in-grid .c-copy-admin-grid-product-title,
  .c-is-list .product-list > div .product-card.c-admin-logged-in-grid h3,
  .c-is-list .product-list > div .product-card.c-admin-logged-in-grid .c-copy-admin-grid-product-title {
    cursor: pointer;
  }
  .c-is-grid .product-list > div .product-card.c-admin-logged-in-grid h3:hover button i,
  .c-is-list .product-list > div .product-card.c-admin-logged-in-grid h3:hover button i {
    font-weight: 600;
  }
  .c-is-grid .product-list > div .product-card-body,
  .c-is-list .product-list > div .product-card-body {
    flex: 1 1 auto !important;
    padding: 0.75rem !important;
  }
}

.c-is-grid .c-activities-wrapper .product-list .c-trust-bar,
.c-is-list .c-activities-wrapper .product-list .c-trust-bar {
  width: 100%;
  margin: -12px 1rem 20px;
  border: 1px solid rgb(206, 220, 216);
  grid-column: 1/-1;
  grid-row: var(--trust-bar-row-desktop, 2);
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-is-grid .c-activities-wrapper .product-list .c-trust-bar,
  .c-is-list .c-activities-wrapper .product-list .c-trust-bar {
    grid-row: var(--trust-bar-row-mobile, 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-is-grid .c-activities-wrapper .product-list .c-trust-bar,
  .c-is-list .c-activities-wrapper .product-list .c-trust-bar {
    grid-row: var(--trust-bar-row-tablet, 3);
  }
}
@media screen and (max-width: 1024px) {
  .c-is-grid .c-activities-wrapper .product-list .c-trust-bar,
  .c-is-list .c-activities-wrapper .product-list .c-trust-bar {
    border-left: 0 !important;
    border-right: 0 !important;
    margin-left: -14px !important;
    width: calc(100% + 28px) !important;
    max-width: calc(100% + 28px) !important;
  }
}

@media screen and (min-width: 1025px) {
  .c-activities-wrapper .product-list .c-trust-bar .c-trust-bar-inner {
    column-gap: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 350px) {
  .listing-group li {
    flex-direction: column;
    padding: 17px !important;
  }
  .listing-group li .listing-img {
    width: 100% !important;
    height: 180px !important;
    max-width: 100% !important;
  }
  .listing-group li .listing-desc {
    width: 100% !important;
    padding: 0;
    padding-top: 10px;
  }
  .product-list .product-card {
    flex-direction: column;
  }
  .product-list .listing-img {
    width: 100% !important;
    height: 180px !important;
  }
  .product-list .product-card-body {
    width: 100% !important;
    padding: 0;
    padding-top: 10px;
  }
}
.c-item-highlighted,
.c-is-list .c-item-highlighted .product-card {
  position: relative;
}
.c-item-highlighted:before,
.c-is-list .c-item-highlighted .product-card:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  inset: 0;
  background-color: var(--cool-widget-button-color, #3070e3);
  opacity: 0.1;
}

.c-two-sections-page {
  margin-top: 5.5px;
  color: var(--cool-text);
  font-size: 1.125rem;
  font-weight: 400;
}
.c-two-sections-page .c-two-sections-page__breadcrumb a {
  display: inline-block;
  width: auto;
  color: var(--cool-text);
}
.c-two-sections-page .c-two-sections-page__breadcrumb a .c-icon-wrapper {
  margin-right: 4.5px;
}
.c-two-sections-page .c-two-sections-page__breadcrumb a span {
  font-size: 1.0625rem;
}
@media screen and (max-width: 1024px) {
  .c-two-sections-page .c-two-sections-page__breadcrumb {
    padding: 0 15px;
  }
}
.c-two-sections-page .c-right-section > section {
  display: none;
}
.c-two-sections-page .c-right-section > section:first-child::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-two-sections-page .c-right-section {
    overflow: hidden;
  }
}
.c-two-sections-page .c-right-section-content {
  line-height: 1.6666666667rem;
}
.c-two-sections-page .c-right-section-content .list-wrapper .list-row .list-col li {
  line-height: 1.625rem;
  margin-bottom: 0.875rem !important;
}
.c-two-sections-page .c-right-section-content a:not(.c-btn) {
  color: inherit;
  text-decoration: underline;
  border: 0;
}
.c-two-sections-page .c-right-section-content a.c-icon-button {
  display: inline-block;
  text-decoration: none;
}
.c-two-sections-page .c-right-section-content p,
.c-two-sections-page .c-right-section-content ul,
.c-two-sections-page .c-right-section-content ol {
  margin-top: 9px;
  font-size: 1.0625rem !important;
  line-height: 1.412 !important;
  color: var(--cool-neutral);
  padding-top: 2px;
}
.c-two-sections-page .c-right-section-content strong {
  font-weight: 700;
}
.c-two-sections-page .c-right-section-content .c-small {
  font-size: 0.875rem !important;
  line-height: 1.714 !important;
  font-weight: 400;
}
.c-two-sections-page .c-right-section-content .c-hr {
  padding: 0;
  margin: 0;
  height: 1px;
}
.c-two-sections-page .c-right-section-content .c-detail-item-with-action__text p {
  color: var(--cool-neutral) !important;
  margin-bottom: 0;
}
.c-two-sections-page .c-right-section-content .c-detail-item-with-action--no-input .c-detail-item-with-action__value {
  color: var(--cool-lighter-grey);
}
.c-two-sections-page .c-left-section button {
  height: 60px;
  margin-bottom: 8.83px !important;
  border-radius: 10px;
}
.c-two-sections-page .c-left-section button:hover {
  font-weight: 700;
}
.c-two-sections-page .c-left-section button .c-icon-button-toggle {
  padding-left: 20.5px !important;
  padding-right: 18.5px !important;
}
.c-two-sections-page .c-left-section button .c-icon-wrapper i {
  font-size: 22px;
  letter-spacing: -0.55px;
}
.c-two-sections-page .c-left-section button span {
  letter-spacing: -0.1000000015px;
}
.c-two-sections-page .c-right-section .c-no-cards {
  font-size: 1.0625rem;
  font-weight: 400;
  border-bottom: 1px solid var(--cool-light-grey);
  color: var(--cool-lighter-grey);
  padding-bottom: 23px;
  padding-top: 10px;
}
.c-two-sections-page .c-right-section button:not(.c-btn):not(.c-icon-button) {
  min-height: 2.75rem;
  padding: 0.5625rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  max-height: none;
}
.c-two-sections-page .c-two-sections-page__heading {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cool-headers);
  letter-spacing: -0.53px;
}
.c-two-sections-page .c-two-sections-page__navigation button {
  background-color: transparent !important;
}
.c-two-sections-page .c-two-sections-page__navigation .c-icon-button-toggle {
  justify-content: left !important;
  padding-left: 0 !important;
}
.c-two-sections-page .c-two-sections-page__navigation .c-icon-button-toggle .c-icon-wrapper {
  margin-right: 10px;
}
.c-two-sections-page .c-two-sections-page__content {
  display: flex;
  gap: 76px;
  margin-top: 6.5px;
  padding-left: 3.5px;
}
@media screen and (max-width: 1024px) {
  .c-two-sections-page .c-two-sections-page__content {
    gap: 10px;
    flex-wrap: wrap;
  }
  .c-two-sections-page .c-two-sections-page__content .c-left-section {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.c-two-sections-page .c-left-section-wrapper {
  border-radius: 14px;
  box-shadow: 0 0 25px 0 rgb(223, 223, 223);
  width: 364px;
  min-width: 364px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-two-sections-page .c-left-section-wrapper {
    width: 100%;
  }
}
.c-two-sections-page .c-left-section-wrapper .c-left-section-image {
  position: relative;
}
.c-two-sections-page .c-left-section-wrapper .c-left-section-image img {
  width: 100%;
  height: 199px;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  display: block;
}
.c-two-sections-page .c-left-section {
  padding-left: 17.6px;
  padding-right: 16.5px;
  padding-top: 18.67px;
  padding-bottom: 18.18px;
}
.c-two-sections-page .c-left-section .booking__tabs__title {
  color: var(--cool-headers);
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.22px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
}
.c-two-sections-page .c-right-section {
  width: 100%;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-two-sections-page .c-right-section .c-right-section-heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.53px;
  margin-bottom: 32.5px;
}
@media screen and (max-width: 1024px) {
  .c-two-sections-page .c-right-section .c-right-section-heading {
    font-size: 1.5rem;
  }
}

.c-status-tag {
  position: absolute;
  top: 15px;
  right: 18px;
  background-color: white;
  padding: 1px 6px;
  border: 1.19px solid rgb(65, 117, 5);
  border-radius: 3.57px;
  opacity: 1;
  color: rgb(65, 117, 5);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.c-status-tag.c-status-tag-orange {
  border-color: orange;
  color: orange;
}
.c-status-tag.c-status-tag-green {
  border-color: #3c763d;
  color: #3c763d;
}
.c-status-tag.c-status-tag-red {
  border-color: red;
  color: red;
}
.c-status-tag.c-status-tag-blue {
  border-color: #1e73be;
  color: #1e73be;
}

.c-payment-details-value {
  display: flex;
  justify-content: space-between;
}

.c-right-section #c-ticket-info .c-btn {
  width: 366px;
  height: 60px;
  font-weight: 500;
  letter-spacing: -0.2px;
  font-size: 1.1666666667rem;
  border: 0;
}

.c-right-section-content-section {
  margin-bottom: 35px;
}

.c-right-section .c-how-to-get-there-pickup-point {
  margin-bottom: 42.5px;
}
.c-right-section .c-how-to-get-there-pickup-point strong + p {
  padding-top: 7px;
  margin-bottom: 14.5px;
}
.c-right-section .c-how-to-get-there-meeting-point {
  margin-bottom: 42.5px;
}
.c-right-section .c-how-to-get-there-meeting-point strong + p {
  padding-top: 7px;
  margin-bottom: 14.5px;
}
.c-right-section .c-how-to-get-there-meeting-point-end-point {
  margin-bottom: 45px;
}
.c-right-section .c-how-to-get-there-meeting-point-end-point strong {
  margin-bottom: 13px;
  display: block;
}
.c-right-section .c-how-to-get-there-meeting-point-opening-hours {
  margin-top: 23px;
}
.c-right-section .c-how-to-get-there-meeting-point-opening-hours p {
  margin-top: 13px;
}

#c-login-security .c-hr {
  margin-top: 32px;
  margin-bottom: 33px;
}

.c-right-section-content-include {
  border-top: 1px solid var(--cool-light-grey);
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 25px;
}
.c-right-section-content-include .see-more-button {
  font-size: 17px !important;
}

#c-activity-details p {
  font-size: 1rem !important;
  color: var(--cool-lighter-grey);
  margin-top: 10px;
}

#c-payment-details .c-underline-button {
  margin-top: 25px !important;
}
#c-payment-details .c-underline-button .c-icon-button-toggle span {
  text-decoration: none !important;
}
#c-payment-details .c-underline-button .c-icon-button-toggle span span {
  text-decoration: underline !important;
}

#tm-account-dashboard.bookings-view .c-detail-item-with-action__icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  #tm-account-dashboard .c-left-section-wrapper {
    max-width: 100%;
  }
  #tm-account-dashboard.bookings-view {
    padding: 0 10px;
  }
  #tm-account-dashboard.bookings-view .c-detail-item-with-action {
    flex-wrap: wrap;
  }
  #tm-account-dashboard.bookings-view .c-detail-item-with-action .c-detail-item-with-action__icon {
    flex: 0 0 30px;
  }
  #tm-account-dashboard.bookings-view .c-detail-item-with-action .c-detail-item-with-action__inner {
    flex: 0 0 calc(100% - 30px) !important;
  }
  #tm-account-dashboard.bookings-view .c-detail-item-with-action__icon {
    display: block;
  }
  #tm-account-dashboard.bookings-view .box-width {
    padding: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-right-section > section {
    display: block !important;
    position: relative;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-right-section > section::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 16px;
    background-color: rgb(245, 245, 245);
    width: calc(100% + 40px);
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary::before {
    display: none !important;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary .c-detail-item-with-action {
    display: flex;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary .c-detail-item-with-action .c-detail-item-with-action__action {
    justify-content: left;
    margin-left: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary .c-detail-item-with-action__inner {
    width: 65%;
    flex: none !important;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary .c-detail-item-with-action__label {
    display: none;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary .c-right-section-heading {
    display: none;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-right-section-heading {
    padding-top: 40px;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-left-section-image {
    margin-left: -30px;
    width: calc(100% + 30px);
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-left-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-left-section .booking__tabs__title {
    margin-bottom: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-left-section-wrapper {
    box-shadow: none;
    border-radius: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-left-section-wrapper img {
    border-radius: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-ticket-info .c-btn {
    width: 100%;
  }
}

#c-help-support ul {
  margin-top: -14px !important;
}

.c-item-label i {
  position: relative;
  top: 0.5px;
  left: -1.5px;
}

.c-cool-rewards-saving {
  border-radius: 5px;
  position: relative;
  padding: 11.5px 8px 14px 16px;
  margin-top: 8px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
  color: var(--cool-headers);
  z-index: 1;
}
.c-cool-rewards-saving .c-tooltip-wrapper,
.c-cool-rewards-saving .c-tooltip-hover-text {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .c-cool-rewards-saving {
    margin-bottom: 40px;
  }
}
.c-cool-rewards-saving .fa-hand-holding-gem {
  font-size: 44px;
  position: absolute !important;
  color: rgb(65, 112, 219);
  top: calc(50% - 4px);
  transform: translateY(-50%);
  left: -3px;
}
.c-cool-rewards-saving::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 5px;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
}
.c-cool-rewards-saving .c-cool-rewards-saving-title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1px;
}
.c-cool-rewards-saving .c-cool-rewards-saving-amount {
  font-size: 0.875rem;
  font-weight: 400;
}
.c-cool-rewards-saving .c-cool-rewards-saving-amount-text .c-tooltip-wrapper {
  border-bottom: 1px solid currentColor;
}
.c-cool-rewards-saving .c-cool-rewards-saving-amount-text a i {
  margin-left: 4px;
}
.c-cool-rewards-saving .c-cool-rewards-saving-amount-text .tooltip-pos {
  padding: 0;
}
.c-cool-rewards-saving .c-cool-rewards-saving-amount-text .tooltip-icon i {
  color: #202020;
  font-size: 0.875rem;
}
.c-cool-rewards-saving a {
  color: inherit !important;
  text-decoration: none !important;
}
.c-cool-rewards-saving a > span {
  text-decoration: underline !important;
}
.c-cool-rewards-saving a:hover {
  border-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  ul.listing-group li .listing-img {
    width: 120px;
    height: 120px;
  }
  ul.listing-group li .listing-desc {
    width: calc(100% - 120px);
  }
}
.featureList {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.featureList .featureListItem {
  margin-bottom: 10px;
}

.cancellation-para {
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  #s-booking-summary .c-right-section-heading {
    display: none;
  }
}

.c-message-cta {
  position: relative;
  font-size: 0.875rem;
  z-index: 1;
  padding: 10px 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 51px;
}
.c-message-cta i {
  margin-right: 8px;
}
.c-message-cta a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}
.c-message-cta::before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 5px;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
  z-index: -1;
}

body input[data-com-onepassword-filled],
body input[data-com-onepassword-filled]:focus {
  background-clip: text !important;
}

.cd-pagination .dots {
  padding: 0 1.4em;
  height: 50px;
  line-height: 41px;
  overflow: hidden;
  text-decoration: none !important;
}

.c-underline {
  text-decoration: underline !important;
}

.c-eligibility-tracking-wrapper {
  display: flow-root;
}

.c-onward-journey-shelf-container {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1025px) {
  .c-onward-journey-shelf-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-onward-journey-shelf-container {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/* Slider Controls */
.slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* Arrows */
}
.slider__controls .page__status {
  color: #4D4D4D;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.slider__controls .slider__arrows {
  display: flex;
  justify-content: center;
}
.slider__controls .previous__arrow, .slider__controls .next__arrow {
  top: calc(50% - 1rem);
}
.slider__controls .previous__arrow:last-of-type, .slider__controls .next__arrow:last-of-type {
  margin-right: 0;
}
.slider__controls .previous__arrow, .slider__controls .next__arrow {
  padding: 0;
  position: relative;
  margin-right: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .slider__controls {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .slider__controls {
    flex-direction: row;
  }
  .slider__controls .page__status {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .c-full-content-mobile p, .c-full-content-mobile ul, .c-full-content-mobile ol, .c-full-content-mobile h3, .c-full-content-mobile h4, .c-full-content-mobile h5, .c-full-content-mobile h6, .c-full-content-mobile p:first-of-type {
    display: block;
    max-height: 100%;
  }
  .c-full-content-mobile p:first-of-type::after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .c-scroll-shelf {
    -ms-overflow-style: none;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    scrollbar-width: none;
  }
  .c-scroll-shelf .highlight__slider {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .c-scroll-shelf .c-scroll-content-pane {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .c-scroll-shelf .c-scroll-content-pane {
    visibility: hidden;
  }
  .c-scroll-shelf .c-scroll-content-pane.slick-initialized {
    visibility: visible;
  }
}

.c-slider-col .c-card-wrapper {
  padding: 0.625rem 0;
}
.c-slider-col .c-slide-in-up {
  animation-name: slideIn-up;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1025px) {
  .c-slider-col {
    box-sizing: border-box;
    min-height: 1px;
    min-width: 0;
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .c-slider-col .c-product-col {
    box-sizing: border-box;
    min-height: 1px;
    min-width: 0;
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-slider-col .c-product-col {
    min-width: 270px;
    max-width: 270px;
    display: inline-block;
    height: 100%;
    padding-right: 1rem;
  }
}

.c-fade-in {
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}

.body_color {
  color: inherit !important;
}

.c-success {
  color: var(--cool-green-text-color);
}

@media screen and (min-width: 1025px) {
  .c-split-layout .c-split-layout__title,
  #activity-page .c-split-layout .c-split-layout__title {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }
}

body #activity-page .stickyFooterWrapper h2.price-heading {
  font-size: 1.5rem !important;
}

@media screen and (min-width: 1025px) {
  body:not(.single-activity):not(.home) #you-may-also-like .accordion,
  body:not(.single-activity):not(.home) #recentViewedWidget .accordion {
    padding-bottom: 0;
  }
  body:not(.single-activity):not(.home) #you-may-also-like h2,
  body:not(.single-activity):not(.home) #recentViewedWidget h2 {
    padding-bottom: 30px;
    padding-top: 10px;
    margin-bottom: 0 !important;
  }
}

.faq-summary-heading,
#activity-page h2, body .explore-destination-class .select h2,
#recentViewedWidget .other-products h2,
h3.footerLinkTitle,
.featured__review__header,
.c-split-layout .c-split-layout__title,
.c-preview-page .recentReviews .line-heading span,
.c-provider-page .recentReviews .line-heading span,
.single-destination-attractions-page .recentReviews .line-heading span,
.c-destination-archive-page .recentReviews .line-heading span,
.c-destination-attractions-page .recentReviews .line-heading span,
.shared-category-page .recentReviews .line-heading span,
.c-shared-category-post-page .recentReviews .line-heading span,
#you-may-also-like h2 {
  line-height: 30px;
  font-weight: var(--cool-weight-title, 600) !important;
}
@media screen and (min-width: 1025px) {
  .faq-summary-heading,
  #activity-page h2, body .explore-destination-class .select h2,
  #recentViewedWidget .other-products h2,
  h3.footerLinkTitle,
  .featured__review__header,
  .c-split-layout .c-split-layout__title,
  .c-preview-page .recentReviews .line-heading span,
  .c-provider-page .recentReviews .line-heading span,
  .single-destination-attractions-page .recentReviews .line-heading span,
  .c-destination-archive-page .recentReviews .line-heading span,
  .c-destination-attractions-page .recentReviews .line-heading span,
  .shared-category-page .recentReviews .line-heading span,
  .c-shared-category-post-page .recentReviews .line-heading span,
  #you-may-also-like h2 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .faq-summary-heading,
  #activity-page h2, body .explore-destination-class .select h2,
  #recentViewedWidget .other-products h2,
  h3.footerLinkTitle,
  .featured__review__header,
  .c-split-layout .c-split-layout__title,
  .c-preview-page .recentReviews .line-heading span,
  .c-provider-page .recentReviews .line-heading span,
  .single-destination-attractions-page .recentReviews .line-heading span,
  .c-destination-archive-page .recentReviews .line-heading span,
  .c-destination-attractions-page .recentReviews .line-heading span,
  .shared-category-page .recentReviews .line-heading span,
  .c-shared-category-post-page .recentReviews .line-heading span,
  #you-may-also-like h2 {
    font-size: 1.5rem !important;
  }
}

.c-visible-on-list-layout {
  display: none;
}

.flex-wrapper .c-tab-navigation,
.flex-wrapper .product-list + nav,
.flex-wrapper .c-activities-wrapper + nav {
  margin-top: 2rem;
}

.flex-wrapper .static-item-inner .product-card .product-card-image,
.flex-wrapper .static-item-inner .product-card .product-card-image img {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media screen and (min-width: 1025px) {
  #you-may-also-like .product-card .product-card-image,
  #you-may-also-like .product-card .product-card-image img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  #main-container .product-list .product-card .listing-img {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.template-tour-landing-page .destinations-slider.attractions-slider .listing-img {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* The FAQ include (general-faq.php) wraps itself in .content; when the traveller reviews carousel
   follows it (attraction pages), the carousel supplies the spacing, so skip the page-bottom margin. */
.content:not(:has(.cd-pagination)):not(.type-faq:has(~ .recentReviews-container)) {
  margin-bottom: 52px !important;
}

.c-is-grid.c-grid-columns-1 .c-activities-wrapper .product-list {
  --category-grid-image-height: 700px;
}
.c-is-grid.c-grid-columns-2 .c-activities-wrapper .product-list {
  --category-grid-image-height: 424px;
}
.c-is-grid.c-grid-columns-3 .c-activities-wrapper .product-list {
  --category-grid-image-height: 280px;
}
#main-container .c-secondary-ghost-btn,
.c-modal-portal .c-secondary-ghost-btn,
.modal-bg .c-secondary-ghost-btn,
.full-width-field-calendar .c-secondary-ghost-btn {
  padding-top: 11.85px !important;
  padding-bottom: 11px !important;
  line-height: 1.12;
  text-transform: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 8px !important;
  color: var(--cool-black) !important;
  background-color: white !important;
  border: 2px solid #000 !important;
  cursor: pointer;
  position: relative;
  font-size: 1.125rem;
  font-weight: 400 !important;
  outline-color: var(--cool-black);
}
#main-container .c-secondary-ghost-btn .c-btn-inner i + .c-loader-wrapper + span,
.c-modal-portal .c-secondary-ghost-btn .c-btn-inner i + .c-loader-wrapper + span,
.modal-bg .c-secondary-ghost-btn .c-btn-inner i + .c-loader-wrapper + span,
.full-width-field-calendar .c-secondary-ghost-btn .c-btn-inner i + .c-loader-wrapper + span {
  font-size: 1rem;
}
#main-container .c-secondary-ghost-btn span,
.c-modal-portal .c-secondary-ghost-btn span,
.modal-bg .c-secondary-ghost-btn span,
.full-width-field-calendar .c-secondary-ghost-btn span {
  color: var(--cool-black) !important;
}
#main-container .c-secondary-ghost-btn:hover,
.c-modal-portal .c-secondary-ghost-btn:hover,
.modal-bg .c-secondary-ghost-btn:hover,
.full-width-field-calendar .c-secondary-ghost-btn:hover {
  background-color: transparent !important;
  color: var(--cool-black) !important;
  border-color: #000 !important;
}
#main-container .c-secondary-ghost-btn:hover::before,
.c-modal-portal .c-secondary-ghost-btn:hover::before,
.modal-bg .c-secondary-ghost-btn:hover::before,
.full-width-field-calendar .c-secondary-ghost-btn:hover::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  border-radius: 8px;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
}

#main-container .lightpick .lightpick__reset-action {
  padding: 7px 25px !important;
}

body .full-width-field-calendar .lightpick__reset-action,
body .full-width-field-calendar .lightpick__apply-action {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.modal-header .modal-close {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1.75rem;
  color: #202020;
  line-height: 0;
  cursor: pointer;
  transform: translateY(-50%);
  width: 28.8px;
  height: 28.8px;
  border-radius: 50%;
  background-color: #ededed;
  font-size: 0.9375rem;
  line-height: 30px;
  text-align: center;
}
.modal-header .modal-close:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}
.modal-header h2 {
  margin: 0;
  font-size: 1.5rem;
  padding-right: 25px;
  line-height: normal !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .modal-header h2 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1025px) {
  body {
    --category-grid-image-height: 200px;
  }
}
i.fa-globe {
  display: inline-block;
  transform: rotate(25deg);
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  --cool-btn-stroke: 1.3px;
  background-color: var(--p, var(--cool-primary-button));
  border: var(--cool-btn-stroke) solid transparent;
  color: white;
  font-size: 1rem;
  letter-spacing: -0.07px;
  padding-top: 6.2px;
  padding-bottom: 7px;
  padding-left: 16px;
  padding-right: 16.25px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  transition: opacity 0.25s ease-in-out, background-image 0.25s ease-in-out;
}
.c-btn span {
  color: white;
}
.c-btn.c-solid-btn {
  background-color: var(--p, var(--cool-primary-button)) !important;
}
.c-btn.c-solid-btn span {
  color: white !important;
}
.c-btn.c-solid-btn .c-loader-wrapper .c-loader-lds-ring div {
  border-color: white transparent transparent transparent !important;
}
.c-btn .c-btn-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-btn.c-btn-loading .c-btn-inner {
  position: static;
}
.c-btn.c-btn-loading .c-button-loader {
  display: block !important;
}
.c-btn.c-btn-loading .c-loader-wrapper {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-btn.c-btn-loading .c-loader-wrapper + span {
  display: none;
}
.c-btn.c-btn-loading .c-loader-wrapper .c-loader-lds-ring > div {
  margin: 0;
}
.c-btn.c-btn-has-loader {
  display: inline-block;
}
.c-btn.c-btn-has-loader .c-btn-inner {
  padding-left: 35px;
  padding-right: 35px;
}
.c-btn.c-btn-has-loader .c-loader-wrapper .c-loader-button {
  height: 20px;
}
.c-btn.c-btn-xsmall {
  min-height: 2.125rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0.6875rem !important;
  padding-right: 0.6875rem !important;
  font-size: 0.875rem;
}
.c-btn.c-btn-xsmall i {
  font-size: 0.75rem;
}
.c-btn.c-btn-xsmall.c-btn-circle {
  width: 2.125rem;
  height: 2.125rem;
}
.c-btn.c-btn-small {
  min-height: 2.25rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem;
}
.c-btn.c-btn-medium {
  min-height: 3rem;
  padding: 0 1.5rem !important;
  font-size: 1rem;
}
.c-btn.c-btn-large {
  min-height: 3.25rem;
  padding: 0 1.5rem !important;
  font-size: 1rem;
}
.c-btn.c-btn-xlarge {
  min-height: 3.75rem;
  padding: 0 2rem !important;
  font-size: 1.125rem;
}
.c-btn.c-btn-xlarge span {
  font-size: inherit;
}
.c-btn.c-btn-rounded {
  border-radius: var(--cool-button-radius);
}
.c-btn.c-btn-pill {
  border-radius: 999px !important;
  font-size: 0.9375rem;
  line-height: 1.15;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.c-btn.c-btn-pill:not(.c-btn-xsmall):not(.c-btn-small):not(.c-btn-medium):not(.c-btn-large):not(.c-btn-xlarge) {
  min-height: 0;
  padding-top: 0.59375rem !important;
  padding-bottom: 0.6875rem !important;
}
.c-btn.c-btn-pill.c-btn-icon-left > i:first-child, .c-btn.c-btn-pill.c-btn-icon-left > .c-btn-inner > i:first-child {
  margin-right: 0.3125rem;
}
.c-btn.c-btn-pill.c-btn-icon-right > i:last-child, .c-btn.c-btn-pill.c-btn-icon-right > .c-btn-inner > i:last-child {
  margin-left: 0.3125rem;
}
.c-btn.c-btn-pill.c-btn-xsmall {
  border-radius: 1.0625rem !important;
  font-size: 0.875rem;
}
.c-btn.c-btn-pill.c-btn-small {
  border-radius: 1.125rem !important;
}
.c-btn.c-btn-pill.c-btn-medium {
  border-radius: 1.5rem !important;
}
.c-btn.c-btn-pill.c-btn-large {
  border-radius: 1.625rem !important;
}
.c-btn.c-btn-pill.c-btn-xlarge {
  border-radius: 1.875rem !important;
}
.c-btn.c-btn-circle {
  width: 2.375rem;
  height: 2.375rem;
  min-height: 0;
  padding: 0 !important;
  border-radius: 50% !important;
  background-color: white;
  border: 0;
  color: var(--cool-text, #202020);
  text-indent: 0;
  flex-shrink: 0;
  transition: none;
}
.c-btn.c-btn-circle.c-btn-small {
  width: 2.25rem;
  height: 2.25rem;
}
.c-btn.c-btn-circle.c-btn-small i {
  font-size: 1rem;
}
.c-btn.c-btn-circle.c-btn-xsmall {
  width: 2.125rem;
  height: 2.125rem;
  min-height: 0;
}
.c-btn.c-btn-circle.c-btn-xsmall i {
  font-size: 0.875rem;
}
.c-btn.c-btn-circle i {
  font-size: 1.125rem;
  line-height: 1;
  position: static;
  transform: none;
}
.c-btn.c-btn-circle.c-btn-shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.c-btn.c-btn-circle.c-btn-shadow:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.c-btn.c-btn-circle.c-btn-outline {
  border: var(--cool-btn-stroke) solid #D9D9D9;
  box-shadow: none;
}
.c-btn.c-btn-circle.c-btn-outline:hover {
  border-color: #D9D9D9 !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.c-btn.c-btn-circle.c-btn-outline.c-btn-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.c-btn.c-btn-circle.c-btn-outline.c-btn-shadow:hover {
  border-color: var(--cool-black, #202020) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.c-btn.c-btn-circle:hover {
  opacity: 1;
  border-color: transparent !important;
}
.c-btn.c-btn-circle.slick-prev, .c-btn.c-btn-circle.slick-next {
  position: absolute;
  background-image: none;
  background-color: white;
  border: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  opacity: 1;
  text-indent: 0;
}
.c-btn.c-btn-circle.slick-disabled {
  opacity: 0.4;
  cursor: default;
}
.c-btn.c-btn-circle.c-btn-on-image {
  opacity: 0.75;
}
.c-btn.c-btn-circle.c-btn-on-image:hover {
  opacity: 1;
}
.c-btn.c-btn-filter {
  padding: 0.59375rem 0.9375rem 0.6875rem !important;
  line-height: 1.15;
  border-radius: 1.25rem !important;
  border: 0.09375rem solid #D9D9D9;
  background-color: white;
  color: var(--cool-text, #202020);
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: -0.07px;
  white-space: nowrap;
}
.c-btn.c-btn-filter span {
  color: var(--cool-text, #202020);
}
.c-btn.c-btn-filter i {
  font-size: 1rem;
  line-height: 1;
}
.c-btn.c-btn-filter:hover {
  opacity: 1;
  border-color: #333333 !important;
  background-color: white;
}
.c-btn.c-btn-filter.c-btn-selected, .c-btn.c-btn-filter.c-btn-selected:hover {
  border-color: #333333 !important;
  background-color: #e6f0fb;
  cursor: pointer;
}
.c-btn .c-btn-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.375rem;
  margin-left: 0.5rem;
  border-radius: 999px;
  background-color: var(--cool-black, #202020);
  color: white !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1;
}
.c-btn .c-btn-count:empty {
  display: none;
}
.c-btn.c-btn-plain {
  background-color: white;
  border: var(--cool-btn-stroke) solid transparent;
  color: var(--cool-text, #202020);
}
.c-btn.c-btn-plain span {
  color: var(--cool-text, #202020);
}
.c-btn.c-btn-plain:hover {
  opacity: 1;
  border-color: transparent !important;
  background-color: var(--cool-component-light-grey, #F5F5F5);
}
.c-btn.c-btn-icon-left > i:first-child,
.c-btn.c-btn-icon-left > .c-btn-inner > i:first-child {
  margin-right: 0.625rem;
}
.c-btn.c-btn-icon-right > i:last-child,
.c-btn.c-btn-icon-right > .c-btn-inner > i:last-child {
  margin-left: 0.625rem;
}
.c-btn.c-btn-text-thin {
  font-weight: 300;
}
.c-btn.c-btn-text-thin span {
  font-weight: 300;
}
.c-btn.c-btn-ghost.c-btn-hover-primary:hover, .c-btn.c-btn-ghost.c-btn-grey-stroke.c-btn-hover-primary:hover {
  border-color: var(--p, var(--cool-primary-button)) !important;
  background-color: white;
}
.c-btn.c-btn-ghost.c-btn-stroke-primary, .c-btn.c-btn-ghost.c-btn-stroke-primary:hover {
  border-color: var(--p, var(--cool-primary-button)) !important;
  border-width: 2px;
  background-color: #e6f0fb !important;
}
.c-btn.c-btn-icon-edge {
  position: relative;
}
.c-btn.c-btn-icon-edge > .c-btn-inner {
  position: static;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.c-btn.c-btn-icon-edge > i:first-child,
.c-btn.c-btn-icon-edge > img:first-child,
.c-btn.c-btn-icon-edge > .c-btn-inner > i:first-child,
.c-btn.c-btn-icon-edge > .c-btn-inner > img:first-child {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 1.375rem;
  line-height: 1;
}
.c-btn.c-btn-icon-edge > .c-btn-inner > img:first-child {
  width: 1.375rem;
  height: auto;
}
.c-btn.c-btn-text {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.c-btn.c-btn-text span {
  color: var(--cool-text);
  text-decoration: underline;
  font-weight: 500;
  letter-spacing: normal;
}
.c-btn.c-btn-soft {
  background-color: transparent;
  border: var(--cool-btn-stroke) solid transparent;
  color: var(--cool-text, #202020);
  font-weight: 500;
  letter-spacing: -0.2px;
}
.c-btn.c-btn-soft span {
  color: var(--cool-text, #202020);
}
.c-btn.c-btn-soft i {
  color: var(--cool-dark-grey, #555);
}
.c-btn.c-btn-soft:hover, .c-btn.c-btn-soft.c-btn-soft-active {
  opacity: 1;
  background-color: #e6f0fb;
  border-color: var(--cool-primary-button) !important;
}
.c-btn:not(.btn-social):not(.c-secondary-ghost-btn):not(.c-btn-soft):not(.c-btn-circle):not(.c-btn-filter):not(.c-btn-plain):not(.c-btn-ghost):not(.c-btn-ghost-primary):not(.c-btn-black-hover):not(.c-btn-strikethrough):not(.c-btn-static):not(.c-btn-selected):not(.c-btn-inactive):hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  border-color: transparent !important;
}
.c-btn.c-btn-inactive, .c-btn.c-btn-inactive:hover {
  background-image: none;
}
.c-btn.c-btn-inactive {
  background-color: var(--cool-inactive-button);
  cursor: default;
}
.c-btn.c-btn-inactive span {
  color: white;
}
.c-btn.c-btn-ghost {
  background-color: white;
  border: var(--cool-btn-stroke) solid var(--cool-black, #202020);
  color: var(--cool-black, #202020);
  font-weight: 500;
  letter-spacing: -0.2px;
  padding-top: 9.5px;
  padding-bottom: 11px;
}
.c-btn.c-btn-ghost span {
  color: var(--cool-black, #202020);
}
.c-btn.c-btn-ghost:hover {
  opacity: 1;
  background-color: var(--cool-component-light-grey, #f5f5f5);
  border-color: var(--cool-black, #202020) !important;
}
.c-btn.c-btn-ghost.c-btn-ghost-white {
  background-color: transparent;
  border-color: white;
  color: white;
}
.c-btn.c-btn-ghost.c-btn-ghost-white span {
  color: white;
}
.c-btn.c-btn-ghost.c-btn-ghost-white:hover {
  background-color: white;
  border-color: white !important;
  color: var(--cool-black, #202020);
}
.c-btn.c-btn-ghost.c-btn-ghost-white:hover span {
  color: var(--cool-black, #202020);
}
.c-btn.c-btn-ghost.c-btn-white-bg-hover:hover {
  background-color: white;
}
.c-btn.c-btn-ghost.c-btn-grey-stroke {
  border-color: #D9D9D9;
}
.c-btn.c-btn-ghost.c-btn-grey-stroke:hover {
  background-color: white;
  border-color: var(--cool-black, #202020) !important;
}
.c-btn.c-btn-ghost.c-btn-on, .c-btn.c-btn-ghost.c-btn-on:hover {
  background-color: #e6f0fb;
}
.c-btn.c-btn-ghost.c-btn-selected, .c-btn.c-btn-ghost.c-btn-selected:hover {
  background-color: var(--cool-black, #202020);
  border-color: var(--cool-black, #202020) !important;
  color: white;
}
.c-btn.c-btn-ghost.c-btn-selected span, .c-btn.c-btn-ghost.c-btn-selected:hover span {
  color: white;
}
.c-btn.c-btn-ghost-primary {
  background-color: white;
  border: var(--cool-btn-stroke) solid var(--cool-primary-button);
  color: var(--cool-primary-button);
  font-weight: 500;
  letter-spacing: -0.2px;
  padding-top: 9.5px;
  padding-bottom: 11px;
}
.c-btn.c-btn-ghost-primary span {
  color: var(--cool-primary-button);
}
.c-btn.c-btn-ghost-primary:hover {
  background-color: var(--cool-primary-button);
  color: white;
}
.c-btn.c-btn-ghost-primary:hover span {
  color: white;
}
.c-btn.c-btn-ghost-primary.c-btn-white-bg-hover {
  transition: border-color 0.25s ease-in-out, box-shadow 0.1s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, outline-color 0.1s ease-in-out, z-index 0.25s ease-in-out;
}
.c-btn.c-btn-ghost-primary.c-btn-white-bg-hover:hover {
  background-color: white;
}
.c-btn.c-btn-ghost-primary.c-btn-white-bg-hover:hover span {
  color: var(--cool-primary-button);
}
.c-btn.c-btn-ghost-primary.c-btn-selected, .c-btn.c-btn-ghost-primary.c-btn-selected:hover {
  background-color: var(--cool-primary-button);
  border-color: var(--cool-primary-button) !important;
  color: white;
}
.c-btn.c-btn-ghost-primary.c-btn-selected span, .c-btn.c-btn-ghost-primary.c-btn-selected:hover span {
  color: white;
}
.c-btn.c-btn-ghost.c-btn-light-hover:hover, .c-btn.c-btn-ghost-primary.c-btn-light-hover:hover {
  background-color: #e6f0fb;
}
.c-btn.c-btn-ghost-primary.c-btn-light-hover:hover {
  color: var(--cool-primary-button);
}
.c-btn.c-btn-ghost-primary.c-btn-light-hover:hover span {
  color: var(--cool-primary-button);
}
.c-btn.c-btn-static, .c-btn.c-btn-selected {
  cursor: default;
}
.c-btn.c-btn-static:hover, .c-btn.c-btn-selected:hover {
  opacity: 1;
  filter: none;
}
.c-btn.c-btn-black-hover:hover:not(.c-btn-selected) {
  opacity: 1;
  background-color: white;
  border-color: var(--cool-black, #202020) !important;
  color: var(--cool-black, #202020);
}
.c-btn.c-btn-black-hover:hover:not(.c-btn-selected) span {
  color: var(--cool-black, #202020);
}
.c-btn.c-btn-strikethrough {
  position: relative;
  overflow: hidden;
  border-color: var(--cool-middle-grey, #9e9e9e) !important;
  background-color: white !important;
  color: var(--cool-middle-grey, #9e9e9e) !important;
  cursor: default;
  pointer-events: none;
}
.c-btn.c-btn-strikethrough span {
  color: var(--cool-middle-grey, #9e9e9e) !important;
}
.c-btn.c-btn-strikethrough::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 50%;
  height: 1px;
  background-color: var(--cool-middle-grey, #9e9e9e);
  transform: rotate(-16deg);
  transform-origin: center;
  pointer-events: none;
}
.c-btn.c-btn-icon {
  justify-content: center;
  text-align: center;
  gap: 0.3125rem;
}
.c-btn.c-btn-icon .c-btn-inner {
  justify-content: center;
  gap: 0.3125rem;
}
.c-btn.c-btn-icon > i {
  margin: 0 !important;
}
.c-btn.c-btn-icon > .c-btn-inner > i {
  margin: 0 !important;
}
.c-btn.c-btn-icon > i + span,
.c-btn.c-btn-icon > span + i {
  margin: 0;
}
.c-btn.c-btn-start {
  justify-content: flex-start;
  text-align: left;
  padding-left: 0.5625rem !important;
}
.c-btn.c-btn-start .c-btn-inner {
  justify-content: flex-start;
  width: 100%;
}
.c-btn.c-btn-start.c-btn-icon-left > i:first-child,
.c-btn.c-btn-start.c-btn-icon-left > .c-btn-inner > i:first-child {
  margin-right: 1.25rem;
}
.c-btn.c-btn-pill {
  font-size: 0.9375rem;
  font-weight: 300;
}
.c-btn.c-btn-pill span {
  font-weight: inherit;
}
.c-btn.c-btn-inline {
  display: inline-flex;
  width: auto;
}
.c-btn.c-btn-block {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-btn.full-width-mobile, .c-btn.c-btn-block-mobile {
    width: 100%;
  }
}

.c-buttons-inline {
  display: flex;
  justify-content: right;
  gap: 10px;
  margin: 10px 5px;
}

.c-btn-text-style {
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  appearance: none;
  text-align: left;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.c-arrowShadow {
  position: absolute;
  left: 50%;
  z-index: 9999;
  filter: drop-shadow(1px -3px 2px rgba(0, 0, 0, 0.1));
  transform: translateX(-50%);
}

.c-avatar-container {
  display: flex;
  position: relative;
  width: 70px;
  height: 40px;
  border: 1px solid var(--cool-component-grey);
  border-radius: 27.5px;
  padding: 4px 4px 4px 9px;
}
@media screen and (max-width: 1024px) {
  .c-avatar-container {
    height: auto;
  }
}
.c-avatar-container .c-arrowShadow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-avatar-container .c-avatar-dropdown-item-link.c-btn .c-avatar-dropdown-item-icon {
    display: none;
  }
}
.c-avatar-container .c-avatar-dropdown-item-link .c-avatar-right {
  margin-left: auto;
}
.c-avatar-container .c-avatar-dropdown-item-link .c-avatar-badge {
  position: absolute;
  bottom: 50%;
  left: calc(50% + 0.125rem);
}
.c-avatar-container .c-avatar-dropdown-item-link .c-avatar-badge .c-avatar-badge-dot {
  height: 0.5rem;
  width: 0.5rem;
  font-weight: 500;
  white-space: nowrap;
  background-color: #C81E3A;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0.4375rem;
}
.c-avatar-container .c-avatar-dropdown-item-link .c-avatar-badge .c-avatar-badge-dot:before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  left: -0.0625rem;
  border: 0.0625rem solid white;
  border-radius: 8px;
}
.c-avatar-container > button {
  cursor: pointer;
}
.c-avatar-container > button > i {
  font-size: 12px;
  color: var(--cool-icon-color);
  position: relative;
  left: 2px;
}
.c-avatar-container .c-avatar-dropdown {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-avatar-container .c-user-circle {
    padding-right: 7px;
  }
}
.c-avatar-container .c-user-circle-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background-color: #315e84;
  font-size: 0.8125rem;
  color: white;
  border-radius: 50%;
}
.c-avatar-container .c-user-circle-image {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-avatar-container .c-user-circle-image {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .c-avatar-container .c-user-circle-image {
    margin-right: -6px;
  }
}
.c-avatar-container .c-user-circle-image img {
  width: 100%;
  height: auto;
}
.c-avatar-container .c-user-circle i {
  font-size: 22.496px;
}
@media screen and (min-width: 1025px) {
  .c-avatar-container .c-arrowShadow {
    top: -16px;
    right: 15px;
    left: auto;
    display: block;
  }
  .c-avatar-container:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 1024px) {
  .c-avatar-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .c-avatar-menu-overlay.show {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .c-avatar-menu-container {
    display: none;
    position: absolute;
    top: 54px;
    right: 0;
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 0.945rem;
    padding: 12px 10.5px;
    padding-top: 9.5px;
    border-radius: 12px;
    width: auto;
    min-height: 32px;
    z-index: 9999;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  .c-avatar-menu-container {
    position: fixed;
    left: -310px;
    width: 310px;
    height: 100%;
    overflow-y: auto;
    transition: transform 0.25s ease;
    transform: translateX(-100%);
    padding-top: 9.5px;
    padding-left: 17.13px;
    padding-right: 16.18px;
    background-color: white;
    font-size: 0.945rem;
  }
  .c-avatar-menu-container.show {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 1025px) {
  .c-avatar-menu-container.show {
    display: flex;
  }
}
.c-avatar-menu-container .c-avatar-menu-container-inner {
  height: 100%;
  overflow-y: auto;
  width: 100%;
}
.c-avatar-menu-container .c-avatar-dropdown-menu {
  width: max-content;
  min-width: 199px;
}
.c-avatar-menu-container .c-avatar-dropdown-menu .c-icon-button {
  color: var(--cool-icon-color);
}
.c-avatar-menu-container .c-avatar-dropdown-menu .c-avatar-dropdown-item-button {
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu .c-avatar-dropdown-item-button {
    display: none;
  }
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a {
  display: flex;
  flex-direction: row;
  justify-content: left;
  color: var(--cool-black);
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  padding: 0;
  border-radius: var(--cool-hover-radius);
}
@media screen and (min-width: 1025px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu > a.custom-color {
    background-color: var(--p, transparent);
    color: var(--c, var(--cool-link));
    margin-bottom: 5px;
  }
  .c-avatar-menu-container .c-avatar-dropdown-menu > a.custom-color:hover {
    background-color: var(--p, transparent) !important;
    color: var(--c, var(--cool-link)) !important;
    opacity: 0.9;
  }
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a:hover {
  background-color: var(--cool-component-light-grey);
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7.5px;
  padding-left: 12px;
  padding-right: 12.5px;
  font-weight: 300;
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item.c-avatar-right-align {
  display: flex;
  justify-content: space-between;
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item.c-avatar-right-align .c-avatar-dropdown-item-icon {
  margin-right: 0;
  font-size: 17px;
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item.c-avatar-dropdown-item-chevron-right:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  font-weight: 300;
  color: var(--cool-arrow-color);
  content: "\f054";
  font-family: "Font Awesome 7 Pro";
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item {
    height: 43px;
  }
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item-icon {
  display: flex;
  color: inherit;
  margin-right: 0.6rem;
  font-size: 16px;
  width: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item-icon {
    margin-right: 12.5px;
  }
}
@media screen and (max-width: 1024px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu .c-btn {
    display: none;
  }
  .c-avatar-menu-container .c-avatar-dropdown-menu .c-close-header-section {
    display: none;
  }
}
.c-avatar-menu-container .c-link-divider {
  margin: 4.5px 0;
  border-top: 1px solid var(--cool-divider-color);
}
.c-avatar-menu-container .c-link-divider.c-desktop-only {
  border-top-style: dotted;
  border-top-color: black;
}

.c-avatar-container--bars {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.c-avatar-container--bars:hover {
  box-shadow: none;
}
.c-avatar-container--bars > .c-avatar-dropdown {
  width: 44px;
  justify-content: center;
}
.c-avatar-container--bars > .c-avatar-dropdown > i {
  font-size: var(--cool-header-icon-size);
  position: static;
}

.c-avatar-dropdown-header {
  padding: 6px 12px 14px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--cool-black);
}

@media screen and (min-width: 1025px) {
  .s-header .c-avatar-menu-container {
    padding: 18px 14px 14px;
    font-size: 1rem;
    border-radius: 16px;
  }
  .s-header .c-avatar-menu-container .c-avatar-dropdown-menu {
    min-width: 260px;
  }
  .s-header .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item {
    padding: 8px 12px;
    font-weight: 400;
  }
  .s-header .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item.c-avatar-right-align .c-avatar-dropdown-item-icon {
    font-size: 1.25rem;
  }
  .s-header .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item-icon {
    font-size: 1.25rem;
    width: 1.25rem;
    margin-right: 0.85rem;
  }
}

.s-header .c-avatar-menu-container .c-avatar-dropdown-menu .c-link-divider {
  margin: 4.5px 8px 2.5px;
  border-top-color: var(--cool-component-light-grey);
}
.s-header .c-avatar-menu-container .c-avatar-dropdown-menu > a:hover + .c-link-divider,
.s-header .c-avatar-menu-container .c-avatar-dropdown-menu .c-link-divider:has(+ a:hover) {
  visibility: hidden;
}
.s-header .c-avatar-menu-container .c-avatar-dropdown-menu > a:has(+ .c-link-divider):hover {
  margin-bottom: -5.5px;
  padding-bottom: 5.5px;
}
.s-header .c-avatar-menu-container .c-avatar-dropdown-menu .c-link-divider + a:hover {
  margin-top: -3.5px;
  padding-top: 3.5px;
}
.s-header .c-avatar-menu-container .c-avatar-dropdown-menu .c-link-divider + a .c-avatar-dropdown-item {
  padding-top: 7px;
  padding-bottom: 9px;
}

.c-tabs {
  display: flex;
  border-bottom: 1px solid var(--cool-tabs-bottom-color);
}
.c-tabs .c-tabs-item {
  font-size: 1.0625rem;
  letter-spacing: -0.2px;
  line-height: 1.51;
  font-weight: 400;
  padding: 0 1.375rem;
  padding-bottom: 0.6875rem;
  cursor: pointer;
  color: black;
  border-bottom: 4px solid transparent;
  flex: 0 0 auto;
}
.c-tabs .c-tabs-item::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.c-tabs .c-tabs-item.c-tabs-item-active {
  font-weight: 700;
  color: var(--cool-headers);
  border-bottom-color: var(--cool-headers);
}

@media screen and (max-width: 1024px) {
  .c-explore-button-container {
    display: none;
  }
}
.c-explore-button-container .c-explore-button {
  white-space: nowrap;
}
.c-explore-button-container.menu-opened .c-explore-button {
  background-color: #e6f0fb;
  border-color: var(--cool-primary-button) !important;
}
.c-explore-button-container .c-explore-menu {
  position: absolute;
  top: 67px;
  left: 0;
  z-index: 9999;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.175);
  opacity: 1;
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: none;
  border-top: 1px solid #ceddd8;
}
.c-explore-button-container .c-explore-menu.show {
  display: block;
}
.c-explore-button-container .c-explore-menu .c-tabs .c-tabs-item {
  font-size: var(--cool-mega-menu-font-size);
}
.c-explore-button-container .c-explore-menu-inner {
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 33px;
  padding-bottom: 27px;
}
.c-explore-button-container .c-explore-section-menu {
  display: none;
}
.c-explore-button-container .c-explore-section-wrapper {
  padding-top: 21px;
}
.c-explore-button-container .c-explore-section {
  display: flex;
  font-size: var(--cool-mega-menu-font-size);
  font-weight: 400;
  line-height: 1.25em;
  width: 100%;
  gap: 20px;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left {
  width: 25%;
  flex: 1;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li,
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li {
  position: relative;
  cursor: pointer;
  padding-top: 0.90625rem;
  padding-left: 0.6875rem;
  padding-right: 1.5rem;
  padding-bottom: 0.96875rem;
  border-radius: var(--cool-hover-large-radius);
  line-height: 1.25em;
  letter-spacing: -0.02px;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li.c-menu-left-item-active,
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li.c-menu-left-item-active {
  background-color: var(--cool-component-light-grey);
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li.c-cool-explore-bold-link,
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li.c-cool-explore-bold-link {
  font-weight: bold;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 14.5px;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li.c-cool-explore-bold-link a,
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li.c-cool-explore-bold-link a {
  color: inherit;
  display: block;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li.c-cool-explore-bold-link a:hover,
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li.c-cool-explore-bold-link a:hover {
  text-decoration: underline;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li.c-cool-explore-bold-link:after,
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li.c-cool-explore-bold-link:after {
  display: none;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li:after,
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding-right: 11px;
  font-size: 12px;
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Pro"));
  --fa-style: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
  content: "\f054";
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li {
  padding: 0;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li a {
  padding-top: 0.90625rem;
  padding-left: 0.6875rem;
  padding-right: 1.5rem;
  padding-bottom: 0.96875rem;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li::after {
  display: none;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li:hover {
  background-color: var(--cool-component-light-grey);
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right {
  display: flex;
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 0%;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right > div {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right a {
  color: var(--cool-headers);
  letter-spacing: -0.02px;
  display: block;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right .c-explore-section-col {
  flex: 1;
}

.c-activity-button-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  height: 64px;
  padding: 8px 16px 8px 8px;
  background: white;
  border: 1px solid var(--cool-activity-button-card-border);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
a.c-activity-button-card {
  border: 1px solid var(--cool-activity-button-card-border) !important;
  padding-left: 1rem;
}
a.c-activity-button-card:active {
  background: var(--cool-component-light-grey);
}

.c-activity-button-card img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.c-activity-button-card .c-activity-button-card-name {
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  color: var(--cool-black);
}
.c-activity-button-card .c-activity-button-card-right-arrow {
  margin-left: auto;
  height: 16px;
  width: 16px;
}

.c-link-with-arrow {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: var(--cool-black);
  margin-top: 24px;
}
.c-link-with-arrow span {
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 150%;
  color: var(--cool-black);
}
.c-link-with-arrow .c-link-right-arrow {
  display: flex;
  align-items: center;
  color: var(--cool-black);
  margin-left: 8px;
  transition: transform 200ms ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 11.2px;
}
.c-link-with-arrow:active .c-link-right-arrow {
  transform: translateX(6.4px);
}

.c-mobile-left-menu i {
  color: var(--cool-icon-color);
}

.c-mobile-left-menu-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: none;
  border-radius: 0;
  background-color: white;
  font-size: 0.945rem;
  padding-top: 9.5px;
  width: auto;
  min-height: 32px;
  z-index: 900;
  font-weight: 400;
}
.c-mobile-left-menu-container .c-close-header-section {
  display: flex;
  justify-content: start;
}
.c-mobile-left-menu-container .c-close-header-section i {
  font-size: 24px;
}
.c-mobile-left-menu-container.show {
  display: flex;
  margin-top: 83px;
}
.c-mobile-left-menu-container .c-mobile-left-menu-presentation {
  height: 100svh;
  width: 100%;
  background: white;
  overflow-y: auto;
}
.c-mobile-left-menu-container .c-mobile-left-menu-nav-content {
  position: relative;
  height: calc(100% - 52px);
  overflow: hidden;
}
.c-mobile-left-menu-container .c-mobile-left-menu-nav-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 9px;
  padding-bottom: 32px;
  border-bottom: 2px solid var(--cool-activity-button-card-border);
}
.c-mobile-left-menu-container .c-mobile-left-menu-wrapper {
  width: 100%;
}
.c-mobile-left-menu-container .c-mobile-left-menu-wrapper .c-close-header-section,
.c-mobile-left-menu-container .c-mobile-left-menu-wrapper .c-mobile-left-menu-nav-container,
.c-mobile-left-menu-container .c-mobile-left-menu-wrapper .c-link-with-arrow,
.c-mobile-left-menu-container .c-mobile-left-menu-wrapper .activity-button-card-submenu {
  padding-left: 17.13px;
  padding-right: 16.18px;
}

.activity-button-card-submenu {
  transform: translateX(999px);
  transition: transform 1.5s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
  background: white;
  padding-bottom: 50px;
}
.activity-button-card-submenu.subMenuShow {
  transform: translateX(0);
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.activity-button-card-submenu .activity-button-card-submenu-subheader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 0 16px 4px;
  border-bottom: 1px solid var(--cool-black);
}
.activity-button-card-submenu .activity-button-card-submenu-subheader .c-icon-button {
  margin-right: auto;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper {
  margin: 24px 0 16px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--cool-activity-button-card-border);
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-title {
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 150%;
  color: var(--cool-black);
  padding-bottom: 12px;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-read-more {
  margin-top: 5px;
  margin-bottom: 5px;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container .activity-button-card-submenu-link-container a {
  color: var(--cool-black);
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container .activity-button-card-submenu-link-container a .c-link-label {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--cool-black);
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container .activity-button-card-submenu-link-container a .c-link-label i {
  margin-left: 5px;
  font-size: 12px;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container .activity-button-card-submenu-link-container a:hover span {
  color: var(--cool-black);
}

.c-mobile-menu-account {
  padding: 8px 16.18px 0 17.13px;
}
.c-mobile-menu-account__name {
  padding: 10px 0 14px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--cool-black);
}
.c-mobile-menu-account--footer {
  padding-top: 4px;
  padding-bottom: 16px;
}
.c-mobile-menu-account__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: var(--cool-component-light-grey);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
}
.c-mobile-menu-account__label {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--cool-black);
}
.c-mobile-menu-account__label i {
  font-size: 1.375rem;
  margin-right: 10px;
}
.c-mobile-menu-account__login {
  white-space: nowrap;
  flex: 0 0 auto;
}
.c-mobile-menu-account__row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  font-size: 1rem;
  color: var(--cool-black);
  text-decoration: none;
}
.c-mobile-menu-account__row i {
  font-size: 1.25rem;
  width: 24px;
  text-align: center;
  color: var(--cool-icon-color);
}
.c-mobile-menu-account__row i.c-mobile-menu-account__row-arrow {
  margin-left: auto;
  width: auto;
  font-size: 0.9375rem;
}
.c-mobile-menu-account__row:hover {
  color: var(--cool-black);
  text-decoration: none;
  border: 0;
}
.c-mobile-menu-account__row:hover span:not(.c-mobile-menu-account__currency):not(.c-mobile-menu-account__amount) {
  text-decoration: underline;
}
.c-mobile-menu-account__row--plain:hover span {
  text-decoration: none;
}
.c-mobile-menu-account__amount {
  margin-left: auto;
}
.c-mobile-menu-account__row--icon-right i {
  order: 2;
  margin-left: auto;
}
.c-mobile-menu-account__currency {
  display: flex;
  justify-content: center;
  width: 24px;
  font-size: 1.125rem;
}
.c-mobile-menu-account__flag {
  display: block;
  width: 24px;
  height: 18px;
  margin: 3px 0;
  object-fit: contain;
  border-radius: 0.1875rem;
}
.c-mobile-menu-account__divider {
  border: 0;
  border-top: 2px solid var(--cool-activity-button-card-border);
  margin: 10px 0;
}

.c-mobile-left-menu--panel .c-mobile-left-menu-container .c-mobile-left-menu-nav-content {
  height: auto;
  min-height: calc(100% - 52px);
}

.c-mobile-left-menu--panel .c-mobile-left-menu-container {
  display: flex;
  margin-top: 0 !important;
  z-index: 1000;
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0s linear 0.3s;
}
.c-mobile-left-menu--panel .c-mobile-left-menu-container.show {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.3s ease, visibility 0s;
}
.c-mobile-left-menu--panel .c-mobile-left-menu-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-mobile-left-menu--panel .c-mobile-left-menu-presentation {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
}
.c-mobile-left-menu--panel .c-mobile-menu-panel-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 29px 17px 8px 16px;
  min-height: 36px;
  box-sizing: content-box;
}
.c-mobile-left-menu--panel .c-mobile-menu-panel-header .c-mobile-menu-panel-back {
  margin-right: auto;
}

.c-mobile-left-menu--panel .c-mobile-menu-account__label {
  font-size: 1.0625rem;
}

.c-input-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  height: 39px;
  font-weight: 700;
  width: 100%;
  padding: 0;
  color: var(--cool-icon-color);
}
.c-input-control.focused:not(.c-no-focus) input:focus {
  border-color: var(--cool-focus-stroke);
  box-shadow: 0 0 0 1px var(--cool-focus-stroke);
  outline: none;
}
.c-input-control input {
  border: 1px solid var(--cool-middle-grey);
  border-radius: initial;
  box-shadow: none;
  font-size: 1rem;
  letter-spacing: -0.07px;
  padding: 13px 16px;
  background-color: transparent;
  height: 100%;
  transition: border 0.3s, box-shadow 0.3s;
}
.c-input-control input:focus {
  outline: none;
}
.c-input-control.c-div-border {
  border: 1px solid var(--cool-middle-grey);
  border-radius: 28.8px;
  padding: 0 16px;
}
.c-input-control.c-div-border input {
  border: 0;
  padding: 0;
}
.c-input-control.rounded input, .c-input-control.c-input-control-pill input {
  border-radius: 28.8px;
}
.c-input-control .c-input-control-icon {
  font-size: 0.99rem;
  padding-right: 18px;
}

.c-textarea-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  width: 100%;
  padding: 0;
  color: var(--cool-icon-color);
}
.c-textarea-control textarea {
  border: 1px solid var(--cool-middle-grey);
  border-radius: initial;
  box-shadow: none;
  font-size: 1rem;
  letter-spacing: -0.07px;
  padding: 13px 16px;
  background-color: transparent;
  height: 100%;
  transition: border 0.3s, box-shadow 0.3s;
  width: 100%;
}
.c-textarea-control textarea:focus {
  outline: none;
}
.c-textarea-control.c-div-border {
  border: 1px solid var(--cool-middle-grey);
  border-radius: 28.8px;
  padding: 0 16px;
}
.c-textarea-control.c-div-border textarea {
  border: 0;
  padding: 0;
}
.c-textarea-control.rounded textarea, .c-textarea-control.c-input-control-pill textarea {
  border-radius: 28.8px;
}
.c-textarea-control.c-input-control-rounded textarea {
  border-radius: 5px;
}

.c-search-menu-item-button-container {
  display: flex;
  flex-wrap: nowrap;
  color: var(--cool-black);
  cursor: pointer;
  text-align: left;
  padding: 0 32px;
  min-height: 68px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-search-menu-item-button-container {
    min-height: 78px;
  }
}
.c-search-menu-item-button-container img {
  border-radius: 4.9px;
  height: 45px;
  width: 45px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .c-search-menu-item-button-container img {
    width: 39.6px;
    height: 39.6px;
  }
}
.c-search-menu-item-button-container:hover, .c-search-menu-item-button-container.c-search-menu-item-button-focused {
  color: black;
}
.c-search-menu-item-button-container:hover::before, .c-search-menu-item-button-container.c-search-menu-item-button-focused::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 5px;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
  width: 100%;
  height: 100%;
}
.c-search-menu-item-button-container .c-search-menu-result-left-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  height: 45px;
  min-width: 45px;
  margin-right: 12px;
  color: var(--cool-icon-color);
  font-size: 1.53125rem;
}
@media screen and (max-width: 1024px) {
  .c-search-menu-item-button-container .c-search-menu-result-left-container {
    margin-right: 10.96px;
    font-size: 1.375rem;
    min-width: 39.6px;
  }
}
.c-search-menu-item-button-container .c-search-menu-item-button {
  display: flex;
  align-items: center;
  padding: 9px 0;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px #d9d9d9 solid;
}
.c-search-menu-item-button-container .c-search-menu-item-button-title {
  color: var(--cool-headers);
  font-size: 0.945rem;
  letter-spacing: -0.07px;
  line-height: 1.4285714286;
  font-weight: 400;
  overflow-wrap: break-word;
  padding-right: 8px;
}
@media screen and (min-width: 1025px) {
  .c-search-menu-item-button-container .c-search-menu-item-button-title {
    font-size: 1rem;
    line-height: 1.2379008746;
    letter-spacing: -0.08px;
  }
}
.c-search-menu-item-button-container .c-search-menu-item-button-title b {
  font-weight: 700;
}
.c-search-menu-item-button-container .c-search-menu-item-button-subtitle {
  font-weight: 400;
  color: #202020;
  font-size: 0.675rem;
  letter-spacing: -0.2px;
  margin-top: 1px;
}
@media screen and (min-width: 1025px) {
  .c-search-menu-item-button-container .c-search-menu-item-button-subtitle {
    font-size: 0.765625rem;
    letter-spacing: -0.23px;
    margin-top: 1.5px;
  }
}
.c-search-menu-item-button-container:last-child .c-search-menu-item-button {
  border-bottom: none;
}

.c-search-menu {
  position: absolute;
  z-index: 1;
  width: unset;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translate(0, 2px);
  border-radius: 8px;
  min-height: 73px;
  background-color: white;
  border: 1px solid var(--cool-component-grey);
  display: none;
}
.c-search-menu.show {
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-search-menu.show {
    flex: 1; /* Ensure it takes remaining space */
    min-height: 0; /* Fix for iOS flexbox scrolling */
    overflow-y: auto;
    height: calc(100vh - 105px);
    right: max(16px, env(safe-area-inset-right, 0rem));
    left: max(16px, env(safe-area-inset-left, 0rem));
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain; /* Prevent scroll bouncing */
    padding-bottom: 100px; /* Space for last item visibility */
  }
}
.c-search-menu .c-search-menu-container {
  width: 560px;
}
@media screen and (max-width: 1024px) {
  .c-search-menu .c-search-menu-container {
    width: 100%;
  }
}
.c-search-menu .c-search-menu-item {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 73px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 32px;
  border-radius: 0 0 8px 8px;
  border-bottom: none;
  color: black;
}

.c-search-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  overflow-y: auto;
  padding: 24px 16px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.945rem;
  display: none;
}
.c-search-modal-overlay.show {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-search-modal-overlay.show .c-input-control.focused {
  border-color: var(--cool-focus-stroke) !important;
  box-shadow: 0 0 0 1px var(--cool-focus-stroke) !important;
  outline: 0 !important;
}
.c-search-modal-overlay.c-search-modal-full-height .c-search-modal-content {
  height: calc(100 * var(--dynamic-vh, 1vh));
  height: 100dvh;
  overflow-y: hidden;
}
.c-search-modal-overlay .c-search-modal-wrapper {
  background-color: white;
  position: fixed;
  top: 0;
  bottom: auto;
  width: 100%;
  max-height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 238px;
  overflow: auto;
}
.c-search-modal-overlay .c-search-modal-close-button {
  position: fixed;
  top: 17.28px;
  right: 14.4px;
  z-index: 1;
}
.c-search-modal-overlay .c-search-modal-close-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  width: 28.8px;
  height: 28.8px;
  padding: 0;
  background-color: #ededed;
  color: var(--cool-headers);
  border-radius: 50%;
}
.c-search-modal-overlay .c-search-modal-close-button button i {
  font-size: 15px;
}
.c-search-modal-overlay .c-search-modal-content {
  position: relative;
  padding: max(23px, env(safe-area-inset-top, 0rem)) max(14.4px, env(safe-area-inset-top, 0rem)) max(25.2px, env(safe-area-inset-bottom, 0rem)) max(14.4px, env(safe-area-inset-top, 0rem));
}
.c-search-modal-overlay .c-search-modal-content .lightpick {
  border-radius: 0;
  width: 100%;
  box-shadow: none;
}
.c-search-modal-overlay .c-search-modal-content .lightpick .lightpick__month {
  width: 100%;
}
.c-search-modal-overlay .c-search-modal-title {
  text-align: center;
  margin-bottom: 20.84px;
  font-weight: 700;
  letter-spacing: -0.07px;
  margin-top: -7px;
}
.c-search-modal-overlay .c-btn {
  font-size: 0.99rem;
  height: 39.6px;
  font-weight: 500;
  letter-spacing: -0.07px;
}
.c-search-modal-overlay .c-input-control {
  margin-bottom: 15.84px;
  height: 39.6px;
}
.c-search-modal-overlay .c-input-control input:not(:placeholder-shown) {
  font-weight: 700;
}

.c-search-container {
  position: relative;
  font-size: 1rem;
  width: auto;
}
.c-search-container .c-search-close-icon {
  display: none;
}
.c-search-container.show .c-search-control-style {
  border-color: var(--p, black) !important;
  box-shadow: 0 0 0 1px var(--p, black) !important;
  outline: 0 !important;
}
@media screen and (max-width: 1024px) {
  .c-search-container.show .c-search-close-icon {
    position: absolute;
    right: 16px;
    display: block;
  }
  .c-search-container.show .c-search-close-icon i {
    padding: 8px 0;
    cursor: pointer;
  }
}
.c-search-container.show .c-search-menu {
  display: block;
  overflow-y: scroll;
  max-height: 470.24px;
  min-height: initial;
}
.c-search-container .c-search-control-style {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  flex-grow: 1;
  color: var(--cool-black);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--cool-component-grey);
  border-radius: 27.5px;
  height: 49px;
  padding: 12px 14.5px;
}
.c-search-container .c-search-control-style.focused {
  border-color: var(--cool-focus-stroke) !important;
  box-shadow: 0 0 0 1px var(--cool-focus-stroke) !important;
  outline: 0 !important;
}
@media screen and (max-width: 1024px) {
  .c-search-container .c-search-control-style {
    height: 39.6px;
  }
  .c-search-container .c-search-control-style > .c-search-icon {
    display: none;
  }
}
.c-search-container .c-search-value-container {
  position: relative;
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .c-search-container .c-search-value-container {
    margin-right: 0;
  }
}
.c-search-container .c-search-value-container .c-input-control {
  display: flex;
  border: 0;
  padding-left: 0;
  padding-right: 10px;
}
.c-search-container .c-search-value-container .c-input-control input {
  box-sizing: content-box;
  background: 0px center;
  border: 0px;
  opacity: 1;
  outline: 0px;
  padding: 0px;
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.02px;
}
.c-search-container .c-search-value-container .c-input-control input:not(:placeholder-shown) {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-search-container .c-search-value-container .c-input-control input {
    display: none;
  }
}
.c-search-container .c-search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 20px;
  margin-right: 10px;
  color: var(--cool-icon-color);
}
.c-search-container .c-search-icon i {
  font-size: 14px;
}
.c-search-container form {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-search-container form {
    display: none;
  }
}
.c-search-container .c-search-mobile-wrapper {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-search-container .c-search-mobile-wrapper {
    display: flex;
    height: 38px;
    align-items: center;
    width: 100%;
  }
}
.c-search-container .c-search-mobile-wrapper .c-search-icon i {
  font-size: 17.6px;
  color: var(--cool-icon-color);
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: transparent;
  border: 0;
  text-align: left;
  font-weight: 700;
  font-size: 0.945rem;
  letter-spacing: -0.07px;
  color: var(--cool-headers);
  overflow: hidden;
  line-height: 24px;
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile .c-search-term {
  color: var(--cool-black);
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile .c-search-dot {
  color: gray;
  margin-left: 13px;
  margin-right: 12px;
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile .c-search-date-wrapper {
  color: #808080;
  flex: 1 0 auto;
  text-align: start;
  white-space: nowrap;
  font-weight: 400;
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile .c-search-date-wrapper[data-date=yes] .c-search-date-text:not(.good-color-txt-color) {
  color: var(--cool-black);
}
.c-search-container #c-place-or-activity .c-search-for-place-or-activity {
  margin-bottom: 0;
}
.c-search-container #c-place-or-activity .c-search-menu {
  position: static;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.c-search-container #c-place-or-activity .c-search-menu .c-search-menu-item-button-container {
  padding-left: 2.84px;
  padding-right: 0;
}
.c-search-container #c-place-or-activity input + .c-input-control-icon {
  padding-right: 0;
}

.c-icon-button {
  padding: 0;
  border: 0 !important;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
}
.c-icon-button.c-no-button-hover {
  background-color: transparent !important;
}
.c-icon-button.c-icon-button-left-aligned .c-icon-button-toggle {
  justify-content: flex-start !important;
  padding-left: 0 !important;
}
.c-icon-button.c-icon-button-text-hover {
  background-color: transparent !important;
}
.c-icon-button.c-icon-button-text-hover:hover span {
  text-decoration: underline;
}
.c-icon-button.c-icon-button-active {
  background-color: var(--cool-component-light-grey);
  text-decoration: none;
}
.c-icon-button.c-icon-button-active span {
  font-weight: 700;
}
.c-icon-button.c-underline-button {
  padding-left: 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-top: 1px solid var(--cool-component-grey) !important;
}
.c-icon-button.c-underline-button i {
  text-decoration: none;
  border: 0;
}
.c-icon-button.c-underline-button .c-icon-button-toggle {
  justify-content: normal !important;
  padding-left: 0 !important;
}
.c-icon-button.c-underline-button .c-icon-wrapper {
  margin-right: 13px !important;
}
.c-icon-button.c-underline-button span {
  text-decoration: underline;
  font-size: 1.0625rem;
  line-height: 1.2;
}
.c-icon-button.c-underline-button .c-icon-wrapper {
  font-size: 1.375rem;
}
.c-icon-button.c-underline-button:hover {
  background-color: transparent !important;
}
.c-icon-button .c-icon-wrapper {
  display: flex;
  justify-content: center;
  min-width: 21px;
}
.c-icon-button.c-icon-button-column-style .c-icon-bottom-values {
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-icon-button.c-icon-button-column-style .c-icon-wrapper {
    margin-top: 1px;
  }
  .c-icon-button.c-icon-button-column-style .c-icon-bottom-values {
    display: flex;
    white-space: nowrap;
  }
  .c-icon-button.c-icon-button-column-style .c-icon-bottom-values .c-span-divider {
    margin: 0 2px;
    color: #777777;
  }
  .c-icon-button.c-icon-button-column-style .c-icon-button-toggle {
    flex-direction: column;
    font-size: 10px;
    height: 100%;
    letter-spacing: -0.14px;
    color: var(--cool-headers);
    font-weight: 500;
    justify-content: center !important;
    gap: 5px;
    position: relative;
    padding-right: 10px;
    padding-left: 16px;
  }
  .c-icon-button.c-icon-button-column-style .c-icon-button-toggle:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 40px;
    background-color: var(--cool-component-grey);
    right: -3.5px;
    pointer-events: none;
  }
}
.c-icon-button.c-icon-button-no-text.c-icon-button-icon-right .c-icon-button-toggle {
  justify-content: end;
}
.c-icon-button.c-icon-button-no-text .c-icon-button-toggle {
  justify-content: start;
}
.c-icon-button.c-icon-button-icon-right .c-icon-button-toggle {
  width: 100%;
}
.c-icon-button:not(.c-icon-button-no-text) .c-icon-button-toggle {
  padding-top: 7px;
  padding-bottom: 7.5px;
  padding-left: 9.5px;
  padding-right: 12.5px;
}
.c-icon-button:not(.c-icon-button-no-text) .c-icon-button-toggle {
  justify-content: space-between;
}
.c-icon-button:not(.c-icon-button-no-text):hover {
  background-color: var(--cool-component-light-grey);
  text-decoration: none;
}
.c-icon-button .c-icon-button-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-icon-button.c-icon-button-icon-left span {
  order: 2;
}
.c-icon-button.c-icon-button-icon-left .c-icon-wrapper {
  margin-right: 20px;
}

.c-loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-loader-wrapper.c-loader-no-center {
  transform: none;
  position: static;
}
.c-loader-wrapper.c-loader-left {
  transform: none;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
  left: 0;
}
.c-loader-wrapper.c-button-loader {
  height: 100%;
}

.c-loader {
  text-align: center;
  color: rgb(51, 51, 51);
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 !important;
}

.c-loader-lds-ring {
  position: relative;
  display: inline-block;
  width: 93px;
  height: 93px;
}
.c-loader-sm .c-loader-lds-ring {
  width: 18px;
  height: 18px;
}
.c-loader-s .c-loader-lds-ring {
  width: 64px;
  height: 64px;
}
.c-loader-button .c-loader-lds-ring {
  width: 20px;
  height: 20px;
}
.c-loader-lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50% !important;
  animation: loaderRing 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--cool-loader-color) transparent transparent transparent;
}
.c-loader-sm .c-loader-lds-ring div {
  width: 18px;
  height: 18px;
  border-width: 2px;
  margin: 3.5px;
}
.c-loader-s .c-loader-lds-ring div {
  width: 51px;
  height: 51px;
}
.c-loader-button .c-loader-lds-ring div {
  width: 20px;
  height: 20px;
  border-color: white transparent transparent transparent;
  border-width: 2px;
}
.c-loader-lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.c-loader-lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.c-loader-lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.c-modal-portal.open .c-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-modal-portal.open .c-modal-overlay:not(.c-modal-desktop-r-mobile-footer-slide-in) {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.c-modal-portal.open .c-modal-overlay .c-modal-body.c-modal-body-overlay-loader {
  pointer-events: none;
}
.c-modal-portal.open .c-modal-overlay .c-modal-body.c-modal-body-overlay-loader .c-loader-wrapper {
  z-index: 1;
}
.c-modal-portal.open .c-modal-overlay .c-modal-body.c-modal-body-overlay-loader .c-modal-body-inner {
  opacity: 0.5;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-content-has-header {
  padding: 24px 32px;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header {
  padding: 0;
  border: 0;
  flex-direction: column;
  align-items: initial;
  gap: 16px;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header .c-modal-header-text {
  order: 2;
  margin-bottom: 24px;
  padding: 0;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header .c-modal-header-text h2 {
  font-size: var(--cool-text-heading, 2rem);
}
@media screen and (max-width: 1024px) {
  .c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header .c-modal-header-text h2 {
    font-size: var(--cool-text-heading, 1.5rem);
  }
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header .c-modal-close-button {
  order: 1;
  line-height: 0;
  text-align: right;
  margin-bottom: 0;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-body {
  padding: 0;
  overflow: initial;
  margin: 0;
}
.c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) {
  display: flex;
  justify-content: right;
  align-items: start;
}
.c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-content {
  max-width: 436px;
  border-radius: 0;
  min-height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in {
    display: flex;
    justify-content: right;
    align-items: start;
  }
  .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content {
    max-width: 436px;
    border-radius: 0;
    min-height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in), .c-modal-portal.open .c-modal-overlay.c-modal-mobile-f {
    padding: 0;
  }
  .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-content, .c-modal-portal.open .c-modal-overlay.c-modal-mobile-f .c-modal-content {
    border-radius: 0;
  }
}
.c-modal-portal.c-modal-header-has-banner .c-modal-content-has-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.c-modal-portal.c-modal-header-has-banner .c-modal-header-text {
  padding-right: 0 !important;
}
.c-modal-portal.c-modal-header-has-banner .c-circle-close-button button {
  background-color: white;
}
.c-modal-portal.c-modal-header-has-banner .c-modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.c-modal-portal.c-modal-header-has-banner .c-modal-header-banner {
  margin-top: 0;
}
.c-modal-portal.c-modal-header-has-banner .c-modal-overlay .c-modal-body {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: 397px;
}
@media screen and (min-width: 1025px) {
  .c-modal-portal.c-modal-header-has-banner .c-modal-overlay .c-modal-body {
    overflow-y: visible;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .c-modal-portal.c-modal-header-has-banner .c-modal-overlay .c-modal-body {
    padding-bottom: 0;
  }
  .c-modal-portal.c-modal-header-has-banner .c-modal-overlay .c-modal-body .c-modal-body-inner {
    padding-bottom: 0;
  }
}
.c-modal-portal.c-modal-header-has-banner .tm-account-error-message-line + .tm-account-action-btn {
  margin-bottom: 0;
}
.c-modal-portal.c-modal-header-has-banner .tm-account-action-btn {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.c-modal-portal.c-modal-has-footer .c-modal-body {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  body .c-modal-overlay.c-modal-mobile-footer-slide-in-full-takeover .c-modal-content {
    max-height: 100% !important;
    border-radius: 0 !important;
  }
  body .c-modal-overlay.c-modal-mobile-footer-slide-in-full-takeover .c-modal-content .c-modal-content-has-header {
    max-height: 100% !important;
  }
  body .c-modal-overlay.c-modal-mobile-footer-slide-in-full-takeover .c-modal-content .c-modal-body {
    margin-bottom: 0 !important;
  }
}

body .c-modal-portal.open .c-modal-overlay .c-modal-header-title-center {
  text-align: center;
  justify-content: center;
}
body .c-modal-portal.open .c-modal-overlay .c-modal-header-title-right {
  text-align: right;
  justify-content: flex-end;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-header-sticky-bar {
  display: none;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-chat-header-image > img {
  display: none;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-chat-header-image .c-modal-header-sticky-bar {
  display: block;
  border-radius: inherit;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-chat-header-content > h2, body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-chat-header-content > p {
  display: none !important;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-chat-header-content .c-modal-header-sticky-bar {
  display: flex;
  background-color: transparent;
  align-items: center;
  width: 100%;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header {
  background-color: rgb(23, 73, 77);
  border-bottom: 0 !important;
  padding: 12px;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-header-text {
  padding: 0;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-header-wrapper {
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
  min-height: 40px;
  min-width: 0px;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header figure {
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: box-shadow 0.25s ease-in-out, color 0.1s ease-in-out;
  margin: 0px;
  vertical-align: middle;
  box-sizing: border-box;
  box-shadow: transparent 0px 0px 0px 2px;
  background-color: transparent;
  color: transparent;
  margin-left: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  opacity: 1;
  margin-left: 8px;
  height: 40px !important;
  width: 40px !important;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-close-button {
  z-index: 1;
  margin-right: -1.6px !important;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-chat-header {
  display: flex;
  position: relative;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: rgb(23, 73, 77);
  color: rgb(255, 255, 255);
  word-break: break-word;
  width: 100%;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-chat-header img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  box-sizing: inherit;
  vertical-align: bottom;
  object-fit: cover;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-chat-header p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: -0.009375rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-chat-header h2 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: var(--cool-weight-title, 600) !important;
  letter-spacing: -0.028125rem;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  padding: 0;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-chat-header-content {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  flex: 1 1 0%;
  color: rgb(255, 255, 255);
  min-width: 0px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding-left: 16px;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header h2 {
  color: white !important;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-circle-close-button button {
  background-color: inherit;
  color: white;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-circle-close-button button .c-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  align-items: center;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-circle-close-button button:hover .c-icon-wrapper {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
}

@media screen and (min-width: 1025px) {
  body #c-help-center.c-modal-portal.open.c-chat-bot-margin .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-content {
    bottom: 94px !important;
    max-height: calc(100vh - 110px) !important;
  }
  body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in {
    position: static;
    display: block;
  }
  body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-content {
    animation: animateIn 400ms cubic-bezier(0.76, 0, 0.16, 1) forwards !important;
    position: fixed;
    z-index: 99999999999;
    max-height: calc(100vh - 30px) !important;
  }
  body .c-modal-portal .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in {
    background: none;
    align-items: flex-end !important;
  }
  body .c-modal-portal .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-content {
    box-shadow: rgba(23, 73, 77, 0.15) 0px 20px 30px;
    border-radius: 0px !important;
    transform-origin: center bottom;
    border: 0px !important;
    max-height: none !important;
    height: 0;
    inset: auto 16px 14px auto !important;
    width: 380px;
    opacity: 0;
    transition: none !important;
    transform: none !important;
    filter: brightness(100%);
    pointer-events: auto;
    margin-bottom: 0px;
  }
  body .c-modal-portal .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-content.closing {
    animation: animateOut 400ms cubic-bezier(0.76, 0, 0.16, 1) forwards !important;
  }
}
.c-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  padding: 24px 16px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay {
    z-index: 9999999999;
  }
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-content-has-header {
  padding: 24px 32px;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-header {
  border: 0;
  padding: 0;
  flex-direction: column;
  align-items: initial;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-header-text {
  order: 2;
  margin-bottom: 24px;
  padding: 0;
  display: block;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-tabs {
  border: 0;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-tabs > .c-tabs-item {
  position: relative;
  padding: 16px;
  border: 0;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-tabs > .c-tabs-item.c-tabs-item-active::after {
  border-bottom-width: 4px;
  border-color: var(--cool-headers);
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-tabs > .c-tabs-item::after {
  border-bottom: 1px solid var(--cool-tabs-bottom-color);
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  visibility: visible;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-close-button {
  line-height: 0;
  text-align: right;
  margin-bottom: 16px;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-body {
  padding: 0;
  margin: 0;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-body .cool-gtranslate-wrapper,
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-body .c-tab-navigation-content-wrapper {
  padding-top: 0 !important;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-body .c-modal-body-inner {
  padding-top: 16px;
}
@media screen and (min-width: 1025px) {
  .c-modal-overlay.c-modal-desktop-animation-slide-up-slide-down .c-modal-content {
    right: auto !important;
    left: auto !important;
    max-height: 100% !important;
    min-height: initial !important;
    transform: translateY(100%);
    bottom: 0;
    height: 100%;
  }
  .c-modal-overlay.c-modal-desktop-animation-slide-up-slide-down .c-modal-content.open {
    animation: footerSlideIn 0.5s forwards;
    right: auto !important;
    left: auto !important;
  }
  .c-modal-overlay.c-modal-desktop-animation-slide-up-slide-down .c-modal-content.closing {
    animation: footerSlideOut 0.5s forwards;
    right: auto !important;
    left: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay.c-modal-mobile-footer-slide-in-full-takeover .c-modal-content {
    max-height: 100% !important;
  }
  .c-modal-overlay.c-modal-mobile-left-slide-in .c-modal-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    max-height: 100dvh !important;
    border-radius: 0;
    transform: translateX(-100%);
  }
  .c-modal-overlay.c-modal-mobile-left-slide-in .c-modal-content.open {
    animation: leftSlideIn 0.3s ease forwards;
  }
  .c-modal-overlay.c-modal-mobile-left-slide-in .c-modal-content.closing {
    animation: leftSlideOut 0.3s ease forwards;
  }
  .c-modal-overlay.c-modal-mobile-footer-slide-in .c-modal-content, .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content {
    background-color: white;
    border-radius: 8px 8px 0 0;
    min-width: 100%;
    bottom: 0;
    position: fixed;
    width: 100%;
    max-width: 100%;
    min-height: initial;
    transform: translateY(100%);
    overflow: initial;
    max-height: initial !important;
    display: block;
  }
  .c-modal-overlay.c-modal-mobile-footer-slide-in .c-modal-content.open, .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content.open {
    animation: footerSlideIn 0.5s forwards;
  }
  .c-modal-overlay.c-modal-mobile-footer-slide-in .c-modal-content.closing, .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content.closing {
    animation: footerSlideOut 0.5s forwards;
  }
  .c-modal-overlay.c-modal-mobile-footer-slide-in .c-modal-content-has-header, .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content-has-header {
    max-height: calc(100dvh - 32px);
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-header {
    padding: 16.608px;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content,
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content-has-header {
    height: 100%;
    max-height: calc(100dvh - 32px) !important;
  }
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) {
  padding: 0;
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-header {
  padding: 16.608px;
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-header .c-modal-header-text h2 {
  font-size: 1.125rem;
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-content {
  transition: all 0.3s ease;
  right: -100vw;
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-content.open {
  right: 0;
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-body {
  padding: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in), .c-modal-overlay.c-modal-mobile-f {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in {
    padding: 0;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-header {
    padding: 16.608px;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-header .c-modal-header-text h2 {
    font-size: 1.125rem;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content {
    transition: all 0.3s ease;
    right: -100vw;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content.open {
    right: 0;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-body {
    padding: 16px;
    margin-bottom: 0;
  }
}
.c-modal-overlay .c-modal-content {
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
  border-radius: 10px;
  min-width: 100%;
  max-width: none;
}
.c-modal-overlay .c-modal-content.c-modal-content-height-auto .c-modal-body-inner {
  height: auto !important;
  padding-bottom: 16px;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner {
  font-size: 1rem;
  font-weight: 400;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ul,
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ol {
  list-style-position: outside;
  margin: 16px 0;
  padding-left: 0;
  margin-left: 18px;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ul li,
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ol li {
  margin-bottom: 10px;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ul li:last-child,
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ol li:last-child {
  margin-bottom: 0;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ul {
  list-style: disc;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div h3 {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 25px;
  margin-top: 55px;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div > p:first-of-type, .c-modal-overlay .c-modal-content .c-modal-body-inner > div > p:last-of-type {
  margin: 0;
  padding: 0;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div a {
  color: inherit;
  border-bottom: 1px solid var(--p);
}
.c-modal-overlay .c-modal-content.c-modal-content-height-fixed, .c-modal-overlay .c-modal-content-scrollable {
  max-height: 100%;
}
@media screen and (min-width: 1025px) {
  .c-modal-overlay .c-modal-content-scrollable.c-modal-content-height-ratio-based {
    max-height: none;
  }
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-content.c-modal-content-height-var {
    min-height: initial;
  }
}
.c-modal-overlay .c-modal-content.c-modal-content-height-full {
  max-height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-content.c-modal-content-height-full .c-modal-header {
    padding-left: 24px;
    padding-right: 24px;
    min-height: 81px;
  }
  .c-modal-overlay .c-modal-content.c-modal-content-height-full .c-modal-body {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .c-modal-overlay .c-modal-content.c-modal-content-height-full {
    max-height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .c-modal-overlay .c-modal-content.c-modal-content-height-ratio-based .c-modal-body-inner {
    height: 541px;
  }
}
.c-modal-overlay .c-modal-content.c-modal-content-scrollable .c-modal-body-inner {
  width: 100%;
}
.c-modal-overlay .c-modal-content.c-modal-content-scrollable .c-modal-body {
  flex: 1 1 auto;
}
@media screen and (min-width: 1025px) {
  .c-modal-overlay .c-modal-content {
    width: 80%;
    max-width: 800px;
    min-width: auto;
  }
  .c-modal-overlay .c-modal-content.c-modal-content-small {
    width: 60%;
    max-width: 560px;
  }
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-content {
    min-height: 100%;
    overflow: hidden;
  }
}
.c-modal-overlay .c-modal-header-banner {
  margin-left: -35px;
  margin-top: -24px;
  width: calc(100% + 70px);
  height: 140px;
  margin-bottom: 20px;
}
.c-modal-overlay .c-modal-header-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.c-modal-overlay .c-modal-content-has-header {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  overflow: hidden;
  max-height: 100%;
}
.c-modal-overlay .c-modal-header {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid var(--cool-activity-button-card-border);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.c-modal-overlay .c-modal-header .c-modal-header-icon {
  overflow: hidden;
  height: 26px;
  margin-right: 5.5px;
}
.c-modal-overlay .c-modal-header .c-modal-header-icon img {
  width: 26px;
}
.c-modal-overlay .c-modal-header .c-modal-header-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding-right: 20px;
  line-height: normal;
}
.c-modal-overlay .c-modal-header .c-modal-header-text h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-header .c-modal-header-text h2 {
    font-size: 1.25rem;
  }
}
.c-modal-overlay .c-modal-header .c-search-modal-close-button {
  order: 1;
  line-height: 0;
  text-align: right;
  margin-bottom: 16px;
}
.c-modal-overlay .c-modal-header .c-modal-close-button {
  display: flex;
  justify-content: end;
  align-items: center;
  order: 1;
  line-height: 0;
}
.c-modal-overlay .c-modal-body {
  position: relative;
  padding: 24px;
  overflow-y: auto;
  margin-bottom: 40px;
  overscroll-behavior: contain;
}
.c-modal-overlay .c-modal-body:has(.c-picker-search-scope) {
  margin-bottom: 16px;
}
.c-modal-overlay .c-modal-body:has(.c-share-sheet) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-body {
    margin-bottom: 32px;
  }
}
.c-modal-overlay .c-modal-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #d9d9d9;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.c-modal-overlay .c-modal-footer .c-modal-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-modal-overlay .c-modal-footer .c-modal-footer-continue-modal button {
  width: 100%;
  padding: 0.5625rem 1rem;
  min-height: 2.75rem;
  max-height: none;
}

.c-reviews {
  display: flex;
  justify-content: start;
  align-items: center;
}
.c-reviews div.c-score {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(32, 32, 32);
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.005rem;
  text-align: left;
  margin-left: 8px;
}
.c-reviews span {
  color: rgb(246, 195, 68) !important;
  font-size: 0.8441rem;
  margin-left: 1px;
}
.c-reviews span:first-child {
  margin-left: 0;
}

.c-divider {
  border: none;
  height: 2px;
  background-color: var(--cool-light-grey);
  padding: 0;
  margin: 0;
}

.c-traveler__favorite__card__options {
  position: relative;
  margin-bottom: 2rem;
  line-height: normal;
  margin-top: 2rem;
}
.c-traveler__favorite__card__options .c-total_amount {
  margin: 1.25rem 0;
}
.c-traveler__favorite__card__options .c-total_amount span {
  color: rgb(32, 32, 32);
  font-size: 1.125rem;
  font-weight: 700;
}
.c-traveler__favorite__card__options .c-traveler__favorite__card__img {
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 0.5rem;
  padding-top: 66.67%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.c-traveler__favorite__card__options .c-traveler__favorite__card__img img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-traveler__favorite__card__options .c-reviews {
  padding: 1.109375rem 0;
}
.c-traveler__favorite__card__options .comparison__slider {
  position: absolute;
  top: 0.75rem;
  right: -0.625rem;
}
@media screen and (max-width: 1024px) {
  .c-traveler__favorite__card__options .comparison__slider {
    display: none;
  }
}

.c-traveler__favorite__card {
  width: 18.75rem; /* 300px */
  border-radius: 0.875rem; /* 14px */
  box-shadow: 0rem 0rem 1.25rem 0.0625rem rgba(32, 32, 32, 0.15);
  background-color: rgb(255, 255, 255);
  z-index: 9999;
}
.c-traveler__favorite__card__options {
  display: flex;
}
.c-traveler__favorite__card__header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.875rem;
  background-color: #315E85;
  text-align: center;
  border-radius: 0.9375rem 0.9375rem 0 0;
  padding: 0.75rem;
}
.c-traveler__favorite__card__header span {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.c-traveler__favorite__card__body {
  padding: 0.9375rem 1.5625rem;
}
.c-traveler__favorite__card__body__txt span {
  color: rgb(32, 32, 32);
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 1rem 0;
  display: block;
  line-height: 1.3125rem;
}
.c-traveler__favorite__card__img img {
  height: 10rem;
  width: 15.625rem;
  border-radius: 0.625rem;
  display: block;
}
.c-traveler__favorite__card__title {
  margin: 0.5625rem 0 0.5625rem;
}
.c-traveler__favorite__card__title span {
  color: rgb(32, 32, 32);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125em;
  letter-spacing: -0.00056rem;
  height: 5.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.c-traveler__favorite__card__title a {
  color: inherit;
}
.c-traveler__favorite__card__title a:hover {
  text-decoration: underline;
}
.c-traveler__favorite__card__image {
  padding-top: 66.67%;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.c-traveler__slider {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 3.8125rem;
  -webkit-box-align: stretch;
  overflow: scroll hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding: 5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
@media screen and (min-width: 1025px) {
  .c-traveler__slider {
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
}
.c-traveler__slider.dragging {
  cursor: grabbing;
}
.c-traveler__slider::-webkit-scrollbar {
  display: none;
}
.c-traveler__slider .c-traveler__slider__x1 {
  position: relative;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .c-traveler__slider .c-traveler__slider__x1.slick-slide {
    margin-left: 1.25rem;
    padding: 0;
  }
}
.c-traveler__slider .c-traveler__slider__x1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0.625rem;
  display: inline-block;
  object-fit: cover;
}

@media (max-width: 37.5rem) {
  .c-traveler__favorite__card__options {
    margin-left: 0.9375rem;
  }
  .c-traveler__favorite__card__options .c-reviews {
    padding: 0.5rem 0;
  }
  .c-traveler__favorite__card__options .c-reviews .c-score {
    font-size: 0.8125rem;
  }
  .c-traveler__favorite__card__options .c-total_amount {
    margin: 0.5rem 0 0;
  }
  .c-traveler__favorite__card__options .c-total_amount span {
    display: block;
    font-size: 0.8125rem;
  }
  .c-traveler__favorite__card {
    width: 9.375rem;
    max-width: 100%;
    height: auto;
    margin-right: 0.5rem;
  }
  .c-traveler__favorite__card__title span {
    height: 5.47rem;
    -webkit-line-clamp: 5;
    font-size: 0.8rem;
  }
  .c-traveler__favorite__card__img {
    width: 100%;
    overflow: hidden;
  }
  .c-traveler__favorite__card__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
  }
  .c-traveler__favorite__card__body {
    padding: 0.625rem;
  }
  .c-traveler__favorite__card__body__txt span {
    padding: 0.5rem 0;
    font-size: 0.8125rem;
    line-height: 1.3125rem;
  }
  .c-traveler__favorite__card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
  }
  .c-traveler__slider {
    margin-top: 4.75rem;
    padding-right: 0.9375rem;
  }
  .c-traveler__slider .c-traveler__slider__x1 {
    flex: none;
    max-width: 9.375rem;
  }
  .element-full-width-right .element-container,
  .element-full-width-right .element-row,
  .element-full-width-right .element-col {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 48rem) {
  .c-traveler__favorite__card {
    flex: 0 0 21.85rem;
    max-width: 21.85rem;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .comparison-table-wrapper {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media (min-width: 30.0625rem) and (max-width: 48rem) {
  .c-traveler__favorite__card {
    width: 21.529375rem !important;
    height: auto;
  }
  .c-traveler__favorite__card__img {
    width: 100%;
    overflow: hidden;
  }
  .c-traveler__favorite__card__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
  }
  .c-traveler__favorite__card__options {
    padding-left: 1rem;
    margin-right: 0;
  }
  .c-traveler__favorite__card__body {
    padding: 0.625rem 1.25rem;
  }
  .c-traveler__favorite__card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
  }
  .c-traveler__slider {
    margin-top: 4.75rem;
  }
}
/* Hightlights component */
.c-hightlights-main-wrapper.c-highlights-square .c-highlights__image_container {
  padding-top: 0;
  aspect-ratio: 1;
}
.c-hightlights-main-wrapper.c-highlights-thumb .c-highlights__image_container {
  padding-top: 0;
  aspect-ratio: 1/0.5;
}
.c-hightlights-main-wrapper.c-highlights-thumb .c-highlights__image_container__label,
.c-hightlights-main-wrapper.c-highlights-thumb .c-highlights__image_container__price_container {
  display: none;
}
.c-hightlights-main-wrapper.c-highlights-thumb h3 {
  margin-top: 0 !important;
}
.c-hightlights-main-wrapper.c-highlights-thumb .c-highlights__image_container__title {
  font-size: 1.5rem !important;
  line-height: 1.125 !important;
}
@media screen and (max-width: 1024px) {
  .c-hightlights-main-wrapper.c-highlights-thumb .c-highlights__image_container__title {
    font-size: 1.3rem !important;
  }
}
.c-hightlights-main-wrapper .c-highlights__card_wrapper {
  height: 100%;
  flex-grow: 1;
}
.c-hightlights-main-wrapper .c-highlights__card {
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.c-hightlights-main-wrapper .c-highlights__card:hover {
  text-decoration: underline;
}
.c-hightlights-main-wrapper .c-highlights__card:hover .c-highlights__image_container__title {
  text-decoration: underline;
}
.c-hightlights-main-wrapper .c-highlights__image_container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 131.31%;
}
.c-hightlights-main-wrapper .c-highlights__image_container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179.88deg, rgba(0, 0, 0, 0.6) 0.1%, rgba(0, 0, 0, 0) 50%), linear-gradient(359.99deg, rgba(0, 0, 0, 0.6) 0.01%, rgba(0, 0, 0, 0) 43.75%);
}
.c-hightlights-main-wrapper .c-highlights__image_container__content_container {
  position: absolute;
  top: 0;
  padding: 1.5rem;
}
.c-hightlights-main-wrapper .c-highlights__image_container__label {
  display: inline-flex;
  padding: 0 0.5rem;
  border-radius: 12px;
  height: 1.5rem;
  max-width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  background: linear-gradient(92deg, rgba(0, 0, 0, 0.21) 1.05%, rgba(0, 0, 0, 0.32) 66.14%);
  color: white;
  border: 0.0625rem var(--cool-grey-border) solid;
  backdrop-filter: blur(4px);
}
.c-hightlights-main-wrapper .c-highlights__image_container__label strong {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3125rem;
  align-self: center;
  white-space: nowrap;
}
.c-hightlights-main-wrapper .c-highlights__image_container__title {
  font-size: 1.5rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.0125rem !important;
  color: white !important;
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  display: block;
}
@media screen and (min-width: 1025px) {
  .c-hightlights-main-wrapper .c-highlights__image_container__title {
    font-size: 2rem !important;
    line-height: 2.25rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.0125rem !important;
  }
}
.c-hightlights-main-wrapper .c-highlights__image_container__price_container {
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
}
.c-hightlights-main-wrapper .c-highlights__image_container__price_container span {
  color: white;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  letter-spacing: 0.003125rem;
  font-weight: 700;
}
.c-hightlights-main-wrapper .c-highlights__image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .c-hightlights-main-wrapper .c-highlights {
    transition: transform 0.3s ease;
  }
  .c-hightlights-main-wrapper .c-highlights:hover {
    transform: scale(1.1);
  }
}
.c-hightlights-main-wrapper .slick-slider {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  height: 100%;
}
.c-hightlights-main-wrapper .slick-list {
  flex: 1 1 auto;
  z-index: 1;
}
.c-hightlights-main-wrapper .slick-track {
  height: 100%;
  margin-left: 0;
}
.c-hightlights-main-wrapper .slick-slide {
  height: 100%;
  padding: 0;
}
.c-hightlights-main-wrapper .slick-slide:not(.slick-active) {
  pointer-events: none;
}
.c-hightlights-main-wrapper .slick-slide > div {
  height: 100%;
}

.c-hightlights-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .c-hightlights-header {
    margin-bottom: 2.5rem;
  }
}
.c-hightlights-header .c-hightlights-header-title-container {
  flex: 1 1 auto;
}
.c-hightlights-header .c-hightlights-header-title-container h2 {
  text-align: center;
  display: block;
  margin: 0;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
}
@media screen and (min-width: 1025px) {
  .c-hightlights-header .c-hightlights-header-title-container h2 {
    line-height: 2rem;
    text-align: left;
  }
}
.c-hightlights-header .c-highlight__slider {
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  top: 0.3125rem;
  right: 0;
}

.c-dropdown-menu-wrapper {
  position: relative;
}
.c-dropdown-menu-wrapper .c-dropdown-menu {
  position: absolute;
  top: 57.5px;
  left: -112px;
  z-index: 9999;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
  padding: 12px 10.5px;
  padding-top: 9.5px;
  border-radius: 12px;
  width: auto;
  min-height: 32px;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content {
  width: max-content;
  min-width: 199px;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content button {
  display: flex;
  border-radius: var(--cool-hover-radius);
  color: var(--cool-black);
  line-height: 25.2px;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content button span {
  font-weight: 300;
  font-size: 0.945rem;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content i {
  font-size: 16px;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content img {
  height: 14px;
  border-radius: 1.4px;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-arrowShadow {
  top: -16px;
  left: calc(50% + 9px);
}

@keyframes footerSlideIn {
  100% {
    transform: translateY(0%);
  }
}
@keyframes footerSlideOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes leftSlideIn {
  100% {
    transform: translateX(0%);
  }
}
@keyframes leftSlideOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  0% {
    transform: translateY(0%) translateX(-50%) scale(0);
  }
  50% {
    transform: translateY(-4%) translateX(1%) scale(1);
  }
  100% {
    transform: translateY(0%) translateX(0%) scale(1);
  }
}
@keyframes bounceInRight {
  0% {
    transform: translateY(0%) translateX(50%) scale(0);
  }
  50% {
    transform: translateY(-4%) translateX(-1%) scale(1);
  }
  100% {
    transform: translateY(0%) translateX(0%) scale(1);
  }
}
@keyframes loaderRing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loaderAnimation {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
}
@-webkit-keyframes native-autofill-in {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes native-autofill-in {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes native-autofill-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes native-autofill-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes animateIn {
  from {
    transform: scale(0) translateY(30px);
    opacity: 0;
    max-height: 0;
    height: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
    height: 700px;
    max-height: calc(-104px + 100vh) !important;
  }
}
@keyframes animateOut {
  from {
    transform: scale(1) translateY(0);
    opacity: 1;
    height: 700px;
    max-height: calc(-104px + 100vh) !important;
  }
  to {
    transform: scale(0) translateY(30px);
    opacity: 0;
    max-height: 0;
    height: 0;
  }
}
@keyframes launcherOnOpen {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  30% {
    transform: translateY(-5px) rotate(2deg);
  }
  60% {
    transform: translateY(0px) rotate(0deg);
  }
  90% {
    transform: translateY(-1px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes accordionOpen {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 600px;
  }
}
@keyframes accordionClose {
  0% {
    max-height: 600px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes arrowWiggle {
  0% {
    transform: translateY(0em);
    opacity: 1;
  }
  80% {
    transform: translateY(2em);
    opacity: 1;
  }
  100% {
    transform: translateY(2em);
    opacity: 0;
  }
}
@keyframes slideIn-up {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
.c-action-button-dots + .c-select-control {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-indent: 1px;
  height: 100%;
  width: 100%;
  display: block;
  background-color: transparent;
  color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  text-indent: 1px;
  text-overflow: "";
}

.c-tour-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 6px;
  border: 1px solid var(--cool-component-grey);
  gap: 14px;
  position: relative;
  transition: max-height 0.3s linear, opacity 0.1s linear 0.1s;
  animation: 0.5s ease-in-out 0s 1 normal none running fadeIn;
}
.c-tour-card-image {
  width: 68.5px;
  overflow: hidden;
}
.c-tour-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px 0 0 6px;
  object-fit: cover;
  overflow: hidden;
}
.c-tour-card-single {
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-tour-card-carousel {
  display: flex;
  gap: 12px;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  margin-bottom: -20px;
  overflow: scroll hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
.c-tour-card-carousel .c-tour-card {
  width: 320px;
  flex: 0 0 auto;
  box-shadow: 0px 0px 20px rgba(32, 32, 32, 0.19);
  scroll-snap-align: start;
  opacity: 0.4;
  scroll-snap-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-tour-card-carousel .c-tour-card:first-child {
  margin-left: 16px;
}
.c-tour-card-carousel .c-tour-card.c-tour-card-has-options .c-tour-card-content-title {
  padding-right: 16px;
}
.c-tour-card-carousel .c-tour-card.c-tour-card-has-options:not(.active) .c-tour-card-options {
  pointer-events: none;
}
.c-tour-card-carousel .c-tour-card.active {
  opacity: 1;
}
.c-tour-card-carousel .c-tour-card:not(.active) {
  cursor: pointer;
}
.c-tour-card-carousel .c-tour-card .c-tour-card-image {
  max-width: 45px;
}
.c-tour-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  color: var(--cool-neutral);
  font-size: 0.875rem;
  padding-bottom: 10.64px;
  padding-top: 13px;
  padding-right: 16px;
}
.c-tour-card-content-title {
  color: var(--cool-headers) !important;
  font-size: var(--cool-text-body, 0.9375rem) !important;
  font-weight: var(--cool-weight-title, 700) !important;
  line-height: 1.4666666667 !important;
  margin: 0 !important;
  overflow: hidden;
  max-height: 44px;
  padding-right: 8px;
}
.c-tour-card-content-info {
  font-weight: 400;
  font-size: 0.8125rem;
  display: flex;
}
.c-tour-card-content-info .c-tour-card-content-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.c-tour-card-content-info .c-tour-card-content-rating i {
  color: var(--cool-rating);
  font-size: 0.75rem;
}
.c-tour-card-content-info .c-tour-content-features {
  margin-left: 3px;
  color: var(--cool-black);
}

.c-tour-card-options {
  position: absolute;
  top: 7px;
  right: 13px;
  z-index: 1;
  color: var(--cool-breadcrumb);
}
.c-tour-card-options svg {
  transform: scale(1.2);
}
.c-tour-card-options:hover svg circle {
  fill: var(--cool-black);
}
.c-tour-card-options .c-select-control select {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.c-bot-response {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  margin-top: 16px;
}
.c-bot-response-bot-name {
  margin: 0 0 8px 52.2px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
  color: #6A737C;
}
.c-bot-response-multiple .c-bot-response-content-area {
  padding-left: 14px;
  padding-right: 13px;
}
.c-bot-response-multiple .c-bot-response-main-container .c-bot-response-content {
  border-radius: 0 20px 20px 0;
  margin-bottom: 2px;
}
.c-bot-response-multiple .c-bot-response-main-container:first-child .c-bot-response-content {
  border-radius: 20px 20px 20px 0;
}
.c-bot-response-multiple .c-bot-response-main-container:last-child .c-bot-response-content {
  border-radius: 0 20px 20px 20px;
}
.c-bot-response .c-bot-response-list-heading {
  margin-bottom: 8px;
  margin-top: 8px;
}
.c-bot-response .c-bot-response-list-footer {
  margin-top: 8px;
}
.c-bot-response .c-bot-response-dot-ul li {
  padding-left: 8px;
}

.c-bot-response-main-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  -webkit-box-pack: start;
}
.c-bot-response-main-container figure {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  align-self: flex-end;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  transition: box-shadow 0.25s ease-in-out, color 0.1s ease-in-out;
  margin: 0px;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: transparent 0px 0px 0px 2px;
  background-color: transparent;
  color: transparent;
  margin-right: 5px;
  width: 34px !important;
  height: 34px !important;
}
.c-bot-response-main-container figure:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  transition: box-shadow 0.25s ease-in-out;
}
.c-bot-response-main-container figure:before, .c-bot-response-main-container figure > img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.c-bot-response-main-container figure > img {
  box-sizing: inherit;
  vertical-align: bottom;
  object-fit: cover;
  width: 34px;
  height: 34px;
}

.c-bot-response-content {
  margin-top: 2px;
  min-width: 52px;
  transition: border-radius 0.15s linear 0.15s, opacity 0.3s linear, background-color 0.2s linear;
  background-color: var(--cool-component-light-grey);
  color: rgb(0, 0, 0);
  max-width: calc(100% - 100px);
  border-radius: 20px;
  animation: 0.5s linear 0.3s 1 normal both running bounceInLeft;
}
.c-bot-response-content-area {
  padding: 6.5px 20px 9.5px;
}
.c-bot-response-content-area > div {
  overflow-wrap: break-word;
  font-size: 0.9375rem;
  letter-spacing: -0.19px;
  line-height: 1.4666666667;
  font-weight: 400;
  width: auto;
  display: block;
}
.c-bot-response-content-area > div p:first-child {
  margin-top: 0 !important;
}
.c-bot-response-content-area > div p:last-child {
  margin-bottom: 0 !important;
}
.c-bot-response-content-area > div .c-list-wrapper:first-child .c-list-heading {
  margin-top: 0 !important;
}
.c-bot-response-content-area > div .c-list-wrapper:last-child ul {
  margin-bottom: 0 !important;
}
.c-bot-response-content-area > div a {
  text-decoration: underline;
  color: inherit;
  border: 0;
}

.c-user-response {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  margin-top: 16px;
}
.c-user-response-wrapper {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  -webkit-box-pack: end;
  width: 100%;
}

.c-user-response-content {
  min-width: 52px;
  transition: border-radius 0.15s linear 0.15s, opacity 0.3s linear, background-color 0.2s linear;
  overflow: hidden;
  background-color: var(--cool-component-dark-grey);
  color: rgb(255, 255, 255);
  border: 0px;
  max-width: calc(100% - 80px);
  border-radius: 20px;
  animation: 0.5s linear 0.3s 1 normal both running bounceInRight;
}
.c-user-response-content-area {
  padding-top: 0.5625rem;
  padding-bottom: 0.75rem;
  padding-left: 1.03125rem;
  padding-right: 1.0625rem;
}
.c-user-response-content-area span {
  color: white;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  font-size: 1rem;
  letter-spacing: -0.2px;
  line-height: normal;
  width: auto;
  font-weight: 400;
  display: block;
}

.c-user-details-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9375rem;
  border: 1px solid var(--cool-component-grey);
  border-radius: 10px;
  padding: 12px 18px 15px;
  background-color: #fff;
  font-weight: 400;
  line-height: 0.6818181818;
  letter-spacing: -0.19px;
  color: var(--cool-text);
}
.c-user-details-card-edit a {
  color: var(--cool-link) !important;
  display: flex;
  align-items: center;
  border: 0 !important;
}
.c-user-details-card-edit a span {
  margin-right: 4.8px;
}
.c-user-details-card-edit a i {
  font-size: 18px;
}
.c-user-details-card-with-label .c-user-detail {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  gap: 10px;
}
.c-user-details-card-with-label .c-user-detail .label {
  font-weight: 700;
  color: var(--cool-headers);
}
.c-user-details-card-with-label .c-user-detail:last-child {
  margin-bottom: 0;
}

.c-multi-step-form-wrapper {
  border: 1px solid var(--cool-component-grey);
  border-radius: 10px;
  padding: 20.5px 17.5px 17px;
  background-color: #fff;
  color: var(--cool-neutral);
  font-size: 0.9375rem;
}
.c-multi-step-form-wrapper .c-multi-step {
  display: none;
  flex-direction: column;
  margin-top: 16px;
}
.c-multi-step-form-wrapper .c-multi-step .iti .iti__selected-dial-code {
  margin-top: 0 !important;
  font-size: 1rem;
}
.c-multi-step-form-wrapper .c-multi-step .iti .iti__search-input {
  border: 0;
  height: 43px !important;
}
.c-multi-step-form-wrapper .c-multi-step .iti .iti__country {
  min-height: 43px;
  max-height: 43px;
  height: 43px;
}
.c-multi-step-form-wrapper .c-multi-step .iti.number-entered .tm-phone-input:not(.empty) {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.c-multi-step-form-wrapper .c-multi-step .iti .iti__selected-country-primary {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}
.c-multi-step-form-wrapper .c-multi-step:first-child {
  margin-top: 0;
}
.c-multi-step-form-wrapper .c-multi-step.active {
  display: flex;
}
.c-multi-step-form-wrapper .c-multi-step-label {
  font-weight: bold;
  color: inherit;
  margin-bottom: 5.5px;
}
.c-multi-step-form-wrapper .c-multi-step-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 16px;
}
.c-multi-step-form-wrapper .c-multi-step .c-input-control {
  height: 44px;
}
.c-multi-step-form-wrapper .c-multi-step-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.c-multi-step-form-wrapper .c-multi-step-footer-next {
  background-color: #3b82f6;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
}
.c-multi-step-form-wrapper .c-multi-step-footer-next:hover {
  background-color: #2563eb;
}

.c-support-action-buttons {
  overflow: hidden;
  transition: max-height linear 0.7s, opacity 0.3s linear 0.3s;
  margin-top: 16px;
  animation: fadeIn 0.8s ease-in-out;
}
.c-support-action-buttons.animate-replies-appear-done, .c-support-action-buttons.animate-replies-enter-done {
  max-height: none;
  opacity: 1;
}
.c-support-action-buttons ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
  -webkit-box-pack: end;
  margin: 0 0 4px !important;
  list-style: none !important;
}
.c-support-action-buttons ul li {
  height: 100%;
  margin: 0 !important;
}
.c-support-action-buttons ul li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  height: 100%;
  white-space: normal;
  text-align: start;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  user-select: none;
  margin: 9px 0px 0px 8px;
}

.c-message-slider {
  position: relative;
}
.c-message-slider-slides {
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  overflow: scroll hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding: 80px;
  scrollbar-width: none;
}
.c-message-slider-avatar {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-box-pack: end;
  max-width: 280px;
  scroll-snap-align: start;
  margin-left: 19px;
  margin-right: 0;
}
.c-message-slider-avatar figure {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: flex-end;
  -webkit-box-pack: center;
  transition: box-shadow 0.25sease-in-out, color 0.1sease-in-out;
  margin: 0px;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: transparent 0px 0px 0px 2px;
  background-color: transparent;
  color: transparent;
  width: 34px;
  height: 34px;
  margin-right: 5px;
}
.c-message-slider-avatar figure img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  box-sizing: inherit;
  vertical-align: bottom;
  object-fit: cover;
}
.c-message-slider-gap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 16px;
  max-width: 280px;
  scroll-snap-align: start;
  -webkit-box-flex: 0;
  margin-right: 0px;
}
.c-message-slider-content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 116px);
  max-width: 280px;
  scroll-snap-align: start;
  margin-right: 8px;
  border-radius: 20px;
  border: 1px solid rgb(216, 220, 222);
}
.c-message-slider-content img {
  height: 146px;
  object-fit: cover;
  transition: opacity 0.2s linear;
  width: 284px;
  display: block;
  max-width: 100%;
}
.c-message-slider-content-top {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 0px;
}
.c-message-slider-content-top-body {
  overflow-wrap: break-word;
  padding: 16px;
}
.c-message-slider-content-top-body * {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.c-message-slider-content-top-body h3,
.c-message-slider-content-top-body p {
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.c-message-slider-content-top-body p {
  font-weight: normal;
}
.c-message-slider-content-bottom {
  padding: 0px 8px 8px;
}
.c-message-slider-content-bottom h3 {
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 600;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.c-message-slider-content-bottom p {
  font-size: 0.875rem;
  line-height: 0.7;
  font-weight: normal;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.c-message-slider-content-bottom-button {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 8px;
}
.c-message-slider-content-bottom-button a span {
  font-size: 0.875rem;
}
.c-message-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  transition: border-color 0.25sease-in-out, box-shadow 0.1sease-in-out, background-color 0.25sease-in-out, color 0.25sease-in-out, outline-color 0.1sease-in-out, z-index 0.25sease-in-out;
  margin: 0px;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  user-select: none;
  line-height: 38px;
  font-size: 1rem;
  outline-color: transparent;
  padding: 0px;
  min-width: 40px;
  color: rgb(104, 115, 125);
  height: 40px;
  width: 40px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  box-shadow: rgba(71, 69, 123, 0.04) 0px 1px 4px 0px, rgba(36, 36, 36, 0.1) 0px 4px 12px 0px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
}
.c-message-slider-nav.c-message-slider-prev {
  left: 16px;
}
.c-message-slider-nav.c-message-slider-next {
  right: 16px;
}

.c-three-dots-loader {
  white-space: normal;
  line-height: normal;
}
.c-three-dots-loader svg {
  width: 32px;
  height: 26px;
  max-height: 100%;
}
.c-three-dots-loader svg circle {
  opacity: 0.2;
}
.c-three-dots-loader svg circle:nth-child(1) {
  animation: 1s ease 0.4s infinite normal none running loaderAnimation;
}
.c-three-dots-loader svg circle:nth-child(2) {
  animation: 1s ease 0.2s infinite normal none running loaderAnimation;
}
.c-three-dots-loader svg circle:nth-child(3) {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: loaderAnimation;
  animation-timeline: auto;
  animation-range: normal;
  animation-delay: unset;
}

.c-help-center-support-assistant {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
.c-help-center-support-assistant-body {
  height: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  overscroll-behavior-y: contain;
}
.c-help-center-support-assistant-body > :first-child {
  margin-top: 0;
}
.c-help-center-support-assistant-body:empty + .c-help-center-support-assistant-loader .c-bot-response {
  margin-top: 0;
}
.c-help-center-support-assistant .c-user-details-card,
.c-help-center-support-assistant .c-multi-step-form-wrapper {
  margin-left: 45px;
  margin-top: 19px;
}
.c-help-center-support-assistant .iti:not(.empty) .iti__flag-container {
  top: 0 !important;
}
.c-help-center-support-assistant .iti .iti__flag-container {
  left: 0 !important;
}
.c-help-center-support-assistant .iti .iti__flag-container .iti__selected-flag {
  border-top-left-radius: 28.8px;
  border-bottom-left-radius: 28.8px;
  padding-left: 13px;
}
.c-help-center-support-assistant .c-bot-response-full-width .c-bot-response-content {
  background: none;
  width: 100%;
  border-radius: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  max-width: 100%;
}
.c-help-center-support-assistant .c-bot-response-full-width .c-bot-response-content-area {
  padding: 0;
}
.c-help-center-support-assistant .c-bot-response-full-width .c-multi-step-form-wrapper {
  margin: 0;
}
.c-help-center-support-assistant .c-bot-response-full-width .c-bot-response-content-area > span {
  white-space: nowrap;
}
.c-help-center-support-assistant .c-bot-response-full-width .c-user-details-card {
  margin: 0;
}
.c-help-center-support-assistant .c-multi-step-footer button {
  min-height: 40px;
}
.c-help-center-support-assistant .c-multi-step-footer button span {
  color: white;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  font-size: 1rem;
  letter-spacing: -0.2px;
  line-height: normal;
  width: auto;
  font-weight: 400;
  display: block;
}
.c-help-center-support-assistant .c-message-slider {
  margin-left: -13px;
  margin-right: -23px;
}
.c-help-center-support-assistant .iti__country .iti__flag-box {
  display: inline-block !important;
}

.c-modal-overlay .c-modal-header:not(.c-modal-header-is-sticky) .c-modal-header-sticky-bar {
  display: none;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky {
  padding-left: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-icon {
  display: none;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-wrapper > h2 {
  display: none;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-sticky-bar {
  display: flex;
  align-items: stretch;
  height: 44px;
  gap: 14px;
  background: #fff;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-sticky-bar-content {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-sticky-bar-content h3 {
  color: var(--cool-headers) !important;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-sticky-bar-image {
  margin-top: -9px;
  margin-bottom: -9px;
  width: 68.5px;
  overflow: hidden;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-sticky-bar-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .has-search-mobile-header #main-content-area > .hr {
    opacity: 0;
  }
  .has-search-mobile-header #main-header #main-header-bottom {
    opacity: 0;
  }
  .has-search-mobile-header #main-header #s-search-container-mobile-wrapper .c-header-search {
    padding-bottom: 8px;
  }
  .has-search-mobile-header #main-header .c-search-container {
    padding-bottom: 8px;
  }
  .has-search-mobile-header #main-header .s-header .s-search-container-mobile {
    padding-bottom: 0;
    position: relative;
    top: 8px;
  }
  .has-search-mobile-header .c-breadcrumbs-container .c-breadcrumbs {
    margin-top: 9px;
  }
}
.s-header {
  z-index: 9999999;
  min-height: 67px;
  background: white;
  color: var(--cool-black);
  width: 100%;
  padding-left: max(0rem, env(safe-area-inset-left, 0rem));
  padding-right: max(0rem, env(safe-area-inset-right, 0rem));
}
@media screen and (max-width: 1024px) {
  .s-header {
    min-height: auto;
    z-index: 999999;
  }
  .s-header #s-search-container-mobile-wrapper .element-col {
    min-height: auto;
  }
}
body.home.id-7 .s-header .s-search-container-mobile {
  display: none;
}
.s-header .s-search-container-mobile {
  padding-bottom: 8.5px;
}
@media screen and (min-width: 1025px) {
  .s-header .s-search-container-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .s-header .s-search-container-mobile.s-mobile-search-bar-hidden {
    padding-bottom: 0;
  }
  .s-header .s-search-container-mobile.s-mobile-search-bar-hidden .c-search-control-style {
    height: 0;
    padding: 0;
    border: 0;
    width: 0;
  }
  .s-header .s-search-container-mobile.s-mobile-search-bar-hidden .c-search-control-style .c-search-icon,
  .s-header .s-search-container-mobile.s-mobile-search-bar-hidden .c-search-control-style .c-search-mobile {
    display: none;
  }
}

.s-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 67px;
}
@media screen and (max-width: 1024px) {
  .s-header-content {
    height: 53px;
  }
}

.s-header-left {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 14px;
  height: 53.68px;
}
@media screen and (max-width: 1024px) {
  .s-header-left {
    height: auto;
  }
}
.s-header-left .c-mobile-left-menu {
  display: flex;
}
.s-header-left .c-mobile-left-menu i {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .s-header-left .c-mobile-left-menu {
    margin-top: 2px;
  }
}
.s-header-left .c-logo-container img {
  display: block;
  width: auto;
  height: auto;
  max-width: 205.55px;
  max-height: 45.9px;
}
@media screen and (min-width: 1025px) {
  .s-header-left .c-mobile-left-menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .s-header-left {
    gap: 10px;
  }
  .s-header-left .c-explore-button {
    display: none;
  }
  .s-header-left .c-logo-container img {
    max-height: 36px;
    width: auto;
  }
  .s-header-left .c-icon-button {
    font-size: 21px;
  }
}

.s-header-right {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 9px;
}
@media screen and (min-width: 1025px) {
  .s-header-right {
    padding-top: 1px;
  }
}
.s-header-right .c-mobile-left-menu .c-icon-button {
  font-size: 21px;
}
@media screen and (max-width: 1024px) {
  .s-header-left .c-logo-container img {
    max-width: 150px;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .s-header-right .header-langauge-link,
  .s-header-right .c-header-language-wrapper {
    display: none !important;
  }
  .s-header-right .c-header-login-button {
    display: none !important;
  }
  .s-header-right .mobile-search-button-right {
    order: 1;
  }
  .s-header-right .header-login-icon {
    order: 2;
    font-size: 1.5rem;
    margin-left: 5px;
  }
  .s-header-right .header-wishlist-link--mobile {
    order: 2;
    font-size: 1.5rem;
    margin-left: 5px;
  }
  .s-header-right .c-mobile-left-menu {
    order: 3;
    margin-left: 4px;
    display: flex;
    align-items: center;
  }
  .s-header-right .c-mobile-left-menu .c-icon-button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-header-right .c-reward-header-link {
    display: none;
  }
}
.s-header-right .c-header-language-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.s-header-right .c-header-language-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 230px;
  padding: 12px 10.5px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.s-header-right .c-header-language-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.s-header-right .c-header-language-dropdown .c-arrowShadow {
  top: -16px;
  left: 50%;
}
.s-header-right .c-header-language-dropdown__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 14px;
  border-radius: var(--cool-hover-radius);
  color: var(--cool-black);
  font-size: 1rem;
  text-decoration: none;
}
.s-header-right .c-header-language-dropdown__item:hover {
  background-color: var(--cool-component-light-grey);
  color: var(--cool-black);
  text-decoration: none;
  border: 0;
}
.s-header-right .c-header-language-dropdown__flag {
  display: block;
  width: 24px;
  height: 18px;
  margin: 3px 0;
  object-fit: contain;
  border-radius: 0.1875rem;
}
.s-header-right .c-header-language-dropdown__sign {
  display: flex;
  justify-content: center;
  min-width: 24px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .s-header-right .c-header-language-wrapper:hover .c-header-language-dropdown {
    display: block;
  }
}
.s-header-right .header-langauge-link i {
  transform: rotate(25deg);
}
.s-header-right .c-header-login-button {
  white-space: nowrap;
  flex: 0 0 auto;
  margin-left: 6px;
}
@media screen and (min-width: 1025px) {
  .s-header-right {
    gap: 10px;
  }
  .s-header-right .header-underline-link:hover .c-icon-bottom-values {
    text-decoration: underline;
  }
  .s-header-right .header-langauge-link .c-span-language:hover,
  .s-header-right .header-langauge-link .c-span-currency:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 350px) {
  .s-header-right {
    gap: 12px !important;
  }
}
@media screen and (max-width: 1024px) {
  .s-header-right {
    gap: 22px;
    margin-right: 5px;
  }
  .s-header-right button {
    line-height: 0;
  }
  .s-header-right .mobile-search-button-right {
    line-height: 0;
    margin-top: 2px;
  }
  .s-header-right .mobile-search-button-right i {
    color: black;
    font-size: var(--cool-header-icon-size);
    --cool-header-icon-size: 20px;
  }
  .s-header-right .c-avatar-dropdown > i {
    display: none;
  }
  .s-header-right .c-avatar-container {
    padding: 0;
    border: 0;
    border-radius: 0;
    width: var(--cool-header-icon-size);
  }
  .s-header-right .c-avatar-container .c-user-circle i {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .s-header-right .c-avatar-container .c-user-circle i {
    color: #000;
  }
}

.s-header-search-wrapper {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  display: none;
}
@media screen and (min-width: 1025px) {
  .s-header-search-wrapper {
    display: block;
  }
}
.s-header-search-wrapper .c-header-search {
  max-width: 430px;
}
.s-header-search-wrapper .c-search-container .c-search-control-style:hover,
.s-header-search-wrapper .c-search-container .c-search-control-style.focused {
  border-color: var(--cool-field-outline-color) !important;
  box-shadow: none !important;
}

@media screen and (min-width: 1025px) {
  #top-bar .box-width {
    padding: 0 27px;
  }
}

.c-help-center-button,
.header-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  color: var(--cool-icon-color);
}
@media screen and (min-width: 1025px) {
  .c-help-center-button.c-icon-button-column-style,
  .header-link.c-icon-button-column-style {
    background: transparent !important;
    width: auto;
  }
}
.c-help-center-button i,
.header-link i {
  font-size: var(--cool-header-icon-size);
}
@media screen and (max-width: 1024px) {
  .c-help-center-button i,
  .header-link i {
    --cool-header-icon-size: 23px;
  }
}
.c-help-center-button:hover,
.header-link:hover {
  background-color: var(--cool-component-light-grey);
}
@media screen and (max-width: 1024px) {
  .c-help-center-button,
  .header-link {
    width: var(--cool-header-icon-size);
    height: var(--cool-header-icon-size);
  }
}

@media screen and (min-width: 1025px) {
  .s-header .c-avatar-container {
    margin-left: 14px;
  }
  .s-header .c-avatar-container--bars {
    margin-left: 0;
  }
  .s-header .c-icon-button i {
    --cool-header-icon-size: 1.5rem;
  }
}
.s-header .s-header-right > .c-icon-button {
  line-height: normal;
}

@media screen and (min-width: 1025px) {
  .id-7 .c-icon-button i {
    --cool-header-icon-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .id-7 .c-help-center-button i {
    font-size: 23px;
  }
  .id-7 .fa-bars-staggered {
    font-size: 21px;
  }
}

.cool-profile.body-design2025 .c-logo-container a {
  display: flex;
  gap: 6.5px;
  justify-content: left;
  align-items: center;
  text-decoration: none;
  border: 0;
}
.cool-profile.body-design2025 .c-logo-container a span {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: var(--cool-headers);
  line-height: 0.9130434783;
}
@media screen and (max-width: 1024px) {
  .cool-profile.body-design2025 .c-logo-container a span {
    font-size: 18.8181819916px !important;
  }
}
.cool-profile.body-design2025 .c-logo-container a span sup {
  vertical-align: super;
  font-size: 10px;
  top: -3px;
}
@media screen and (max-width: 1024px) {
  .cool-profile.body-design2025 .c-logo-container a span sup {
    font-size: 8px;
    top: -2px;
  }
}

@media screen and (max-width: 1024px) {
  .cool-profile .mobile-search-button-right i {
    font-weight: 400;
  }
}

@media screen and (max-width: 1024px) {
  .c-header-search .c-search-icon i {
    font-weight: 400;
  }
}
@media screen and (min-width: 1025px) {
  #main-nav .nav-link-dropdown.desktop-link:not(:has(~ .desktop-link)) .section-nav-dropdown {
    right: 0;
    left: auto;
  }
}

.page-confirmation .footerLinksContainer {
  display: none;
}
.page-confirmation .two-columns-page,
.page-confirmation .two-columns-page .product-desc-list {
  font-size: 0.9375rem !important;
}
.page-confirmation .two-columns-page {
  line-height: 1.5;
}
.page-confirmation #review-description {
  max-width: 100% !important;
  padding-top: 10px !important;
  line-height: 20px;
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .page-confirmation #did-you-go-form .listing-item.no-gap {
    margin-top: 20px !important;
  }
}

.confirmation-page {
  min-height: initial !important;
}
.confirmation-page .book-embed-wrap,
.confirmation-page .book-embed-inner,
.confirmation-page .book-embed-content {
  min-height: initial !important;
}
.confirmation-page .book-embed-wrap {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 1105px;
}
.confirmation-page .book-embed-inner, .confirmation-page .two-columns-page .wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-footer-confirmation #recentViewedWidget .accordion {
  border: 0;
}
.c-footer-confirmation #recentViewedWidget .accordion h2 {
  margin-bottom: 19px !important;
}

.c-booking__wrapper {
  padding-top: 64.5px;
  overflow: hidden;
  position: relative;
  line-height: normal;
}
.c-booking__wrapper canvas {
  z-index: 9999999 !important;
}
@media screen and (max-width: 1024px) {
  .c-booking__wrapper {
    padding-top: 21.5px;
  }
}
.c-booking__wrapper.has-confetti {
  background: url("../imgs/confetti.png") repeat right top;
}
.c-booking__wrapper .booking__card_container {
  margin-top: 90.5px !important;
  padding-bottom: 32.66px !important;
  z-index: 1000;
  position: relative;
}
.c-booking__wrapper .booking__card_container.c-booking__card_box_shadow {
  background-color: rgb(245, 245, 245);
}
.c-booking__wrapper .booking__card_container .box-width {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-booking__wrapper .booking__card_container {
    margin-top: 70px !important;
  }
}
.c-booking__wrapper .banner__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 0;
}
.c-booking__wrapper .banner__section .banner__section__left {
  font-size: 1.0625rem;
  font-weight: 400;
}
.c-booking__wrapper .banner__section .banner__section__left .banner__title {
  color: var(--cool-headers);
  font-weight: 700;
  letter-spacing: -0.19px;
  text-align: left;
  display: block;
  margin-bottom: 15px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-booking__wrapper .banner__section .banner__section__left .banner__title {
    font-size: 1.75rem;
    line-height: 1.286;
  }
}
.c-booking__wrapper .banner__section .banner__section__left .banner__description {
  color: var(--cool-text);
  letter-spacing: -0.01px;
  text-align: left;
  line-height: 1.7647058824;
}
.c-booking__wrapper .banner__section .banner__section__left .banner__link {
  display: inline-flex;
  gap: 7px;
  line-height: 1.2941176471;
}
.c-booking__wrapper .banner__section .banner__section__left .banner__link button {
  color: var(--cool-text);
  text-decoration: underline;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.c-booking__wrapper .banner__section__right img {
  width: 225px;
  height: 61px;
  margin-top: -8px;
}
.c-booking__wrapper .booking__card {
  display: flex;
  background: white;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 0 25px 0 rgb(223, 223, 223);
  padding: 21px;
  padding-bottom: 26.5px;
  padding-top: 22.5px;
  margin-top: -32.5px;
  gap: 14.5px;
  background-color: rgb(255, 255, 255);
}
.c-booking__wrapper .booking__card .booking__card__center {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .booking__card {
    flex-direction: column;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
  }
  .c-booking__wrapper .booking__card .booking__card__center {
    width: 100%;
  }
}
.c-booking__wrapper .booking__card__left {
  width: 69px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .booking__card__left {
    grid-row: 1/span 2;
    gap: 0;
  }
}
.c-booking__wrapper .booking__card__right {
  padding-top: 1px;
  width: 31.0443%;
  margin-left: auto;
}
.c-booking__wrapper .booking__card__right > .c-btn {
  padding: 11.5px 0 11.5px;
  font-size: 1.3125rem;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .booking__card__right {
    max-width: none;
    margin-left: -85px;
    width: calc(100% + 85px);
  }
}
.c-booking__wrapper .date__box {
  width: 53px;
  height: 53px;
  border: 1px solid rgb(32, 32, 32);
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
}
.c-booking__wrapper .date__box__body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  margin-bottom: 2.5px;
}
.c-booking__wrapper .date__box .date__box__header {
  border-bottom: 1px solid rgb(32, 32, 32);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19px;
}
.c-booking__wrapper .date__box .small {
  color: var(--cool-text);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.92px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
.c-booking__wrapper .date__box .large {
  opacity: 1;
  color: var(--cool-headers);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
.c-booking__wrapper .separator {
  width: 1px !important; /* Make it a thin line */
  background-color: #E3E3E3 !important; /* Change color if needed */
  border: none !important; /* Remove default border */
  margin-top: -6.5px;
  margin-bottom: -10.5px;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .separator {
    display: none;
  }
}
.c-booking__wrapper .booking__card__center .c-status-tag {
  display: table; /* added */
  align-items: center; /* added */
  margin-bottom: 7px;
  position: static;
  font-size: 0.6875rem;
  padding: 3px 4px;
}
.c-booking__wrapper .booking__card__center .title span {
  color: var(--cool-headers);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 1.4;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .booking__card__center .title span {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
  }
}
.c-booking__wrapper .banner__section__right {
  width: 19.5%;
}
.c-booking__wrapper .booking__card__center .c__description__cc span {
  opacity: 1;
  color: var(--cool-text);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 34px;
  display: block;
}
.c-booking__wrapper .booking__card__center .order__total {
  font-weight: var(--cool-weight-price, 700) !important;
  margin-top: 27px;
  font-size: 1.0625rem;
}
.c-booking__wrapper .booking__card__center .order__total span {
  display: inline;
  font-size: 0.6875rem;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.c-booking__wrapper .booking__card__center .order__total .balance-due {
  margin-bottom: 10px;
}
.c-booking__wrapper .booking__card__right .view__tickets {
  height: 50px;
  margin-top: 0px !important;
  margin-bottom: 10px;
}
.c-booking__wrapper .booking__card__right .section__box {
  width: 100%;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: -1px;
}
.c-booking__wrapper .booking__card__right .section__box .c-icon-button .c-icon-button-toggle {
  padding: 16px 0;
}
.c-booking__wrapper .booking__card__right .section__box .c-icon-button .c-icon-button-toggle:hover span {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .booking__card__right .section__box {
    width: 100%;
  }
}
.c-booking__wrapper .booking__card__right .section__box span {
  opacity: 1;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.43px;
  text-align: left;
}
.c-booking__wrapper .section__box {
  display: flex;
  justify-content: space-between;
}
.c-booking__wrapper .section__box .c-icon-button {
  color: var(--cool-text);
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .c__description__cc {
    margin-left: -85px;
    margin-top: -18px;
  }
}
.c-booking__wrapper .c__description__cc a {
  color: var(--cool-text);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-decoration: underline;
  border: 0;
  display: inline-block;
  margin-top: 8.5px;
}
.c-booking__wrapper .c__link__titleText {
  opacity: 1;
  color: var(--cool-headers);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 23.22px;
  margin-bottom: 18.22px;
}
.c-booking__wrapper .c__sgc__socialButtons {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.c-booking__wrapper .c__social__buttons {
  gap: 11.5px;
}
.c-booking__wrapper .c__social__buttons > button {
  height: 45px;
}

.body-design2025.page-confirmation .footer-tabbed-links {
  display: none;
}

.c-multi-step-radio {
  border: 1px solid var(--cool-field-outline-color);
  margin: 0;
  padding: 0;
  border-top: none;
  border-radius: 5px;
  margin-bottom: 20px;
}
.c-multi-step-radio .c-list-with-icons {
  padding-bottom: 0;
  border-top: 1px solid var(--cool-grey-border);
  padding-top: 15px;
}
.c-multi-step-radio.c-multi-step-radio-has-icons .c-multi-step-radio-item-content-icon {
  width: 2.25em;
}
.c-multi-step-radio .c-multi-step-radio-item-content-title-wrapper {
  position: relative;
  top: -1px;
}
.c-multi-step-radio .c-multi-step-radio-item {
  padding: 0 16px;
  border: none;
  border-top: 1px solid var(--cool-field-outline-color);
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  background-color: #fafafa;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
@media screen and (max-width: 550px) {
  .c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-has-right-html .c-multi-step-radio-item-content-title-wrapper {
    padding-right: 60px;
  }
}
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-content-sub-title-wrapper {
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-content-sub-title-wrapper {
    padding-right: 0;
  }
}
.c-multi-step-radio .c-multi-step-radio-item .radiobtn {
  padding-right: 0;
  padding-left: 0;
}
.c-multi-step-radio .c-multi-step-radio-item .radiobtn input:checked ~ .dotted {
  background-color: var(--cool-widget-button-color, black);
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item--progress {
  cursor: progress;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item--progress label {
  cursor: progress;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-has-sub-title .c-multi-step-radio-item-content-sub-title {
  font-weight: 400;
  font-size: 0.8725rem;
}
.c-multi-step-radio .c-multi-step-radio-item > label {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.4595rem;
}
.c-multi-step-radio .c-multi-step-radio-item > label > .dotted {
  top: 16px;
  border-width: 2px;
  border-color: rgb(84, 84, 84);
  background-color: transparent;
}
.c-multi-step-radio .c-multi-step-radio-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.c-multi-step-radio .c-multi-step-radio-item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.c-multi-step-radio .c-multi-step-radio-item + .c-multi-step-radio-item-content {
  overflow: hidden;
  max-height: 0;
}
.c-multi-step-radio .c-multi-step-radio-item + .c-multi-step-radio-item-content > div {
  padding: 16px;
}
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-right-html {
  position: absolute;
  right: 0;
  top: 15px;
  font-weight: 700;
  color: var(--cool-text);
}
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-content-sub-title {
  margin-top: 4px;
  overflow: hidden;
  max-height: 0;
  max-width: 100%;
}
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-content-title {
  font-weight: 700;
  color: var(--cool-text);
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: baseline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 17px;
}
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-content-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  -ms-flex-order: -1;
  -webkit-margin-end: 0.75em;
  display: block;
  -webkit-order: -1;
  order: -1;
}
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-content-icon i,
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-content-icon img {
  height: 1.2em;
  max-width: 2.5em;
  width: auto;
  text-align: left;
}
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-content-icon .text-premium {
  padding-left: 3px;
  padding-right: 3px;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected {
  background-color: white;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected.c-multi-step-radio-item-has-sub-title {
  font-weight: 500;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected .c-multi-step-radio-item-content-sub-title {
  animation: accordionOpen 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: forwards;
  padding-top: 10px;
  margin-bottom: 10px;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected + .c-multi-step-radio-item-content {
  border-top: 1px solid var(--cool-field-outline-color);
  animation: accordionOpen 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: forwards;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected + .c-multi-step-radio-item-content .custom-select,
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected + .c-multi-step-radio-item-content .custom-input {
  margin-bottom: 0;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected + .c-multi-step-radio-item-content.c-multi-step-radio-item-content-empty {
  display: none;
}
.c-multi-step-radio .c-multi-step-radio-item:not(.c-multi-step-radio-item-selected) {
  min-height: 51px;
}

.c-currency-switcher {
  border-radius: 9px;
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  font-weight: 400;
  color: var(--cool-component-dark-grey);
  padding-top: 9.5px;
  padding-bottom: 8.5px;
  padding-right: 8.17px;
  padding-left: 8.7px;
  cursor: pointer;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .c-currency-switcher {
    margin-right: 10px;
  }
  .body-design2025 .c-currency-switcher {
    margin-right: 0;
  }
}
.c-currency-switcher:hover {
  background-color: var(--cool-component-light-grey);
}
.c-currency-switcher .c-currency-switcher-short {
  text-decoration: underline;
}
.c-currency-switcher .c-currency-switcher-inner {
  display: flex;
  align-items: center;
  gap: 0.21875rem;
}
.c-currency-switcher .c-currency-switcher-icon {
  margin-left: 2px;
}
.c-currency-switcher .c-currency-switcher-icon i {
  font-size: 22px;
}

.c-checkbox-list {
  padding-top: 24px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-checkbox-list {
    height: 651px;
  }
}
.c-checkbox-list .c-checkbox-item {
  width: 100%;
  border: none;
  padding: 0;
}
.c-checkbox-list .c-checkbox-item .c-dummy-radio-button-inner {
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #545454;
  display: block;
  position: relative;
}
.c-checkbox-list .c-checkbox-item .c-dummy-radio-button {
  width: 18px;
  height: 18px;
}
.c-checkbox-list .c-checkbox-item.c-checkbox-item-selected .c-checkbox-name,
.c-checkbox-list .c-checkbox-item.c-checkbox-item-selected .c-checkbox-abbr {
  font-weight: 700;
  color: var(--cool-black);
}
.c-checkbox-list .c-checkbox-item.c-checkbox-item-selected .dotted {
  background-color: black;
  border: none;
}
.c-checkbox-list .c-checkbox-item.c-checkbox-item-selected .dotted::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
  display: block;
}
.c-checkbox-list .c-checkbox-item button {
  color: var(--cool-black);
  width: 100%;
  margin: 0 12px;
  width: calc(100% - 24px);
  padding: 16px 18px 17px 14px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  background-image: linear-gradient(var(--cool-component-light-grey), var(--cool-component-light-grey));
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: calc(100% - 16px) 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.c-checkbox-list .c-checkbox-item button .c-checkbox-abbr {
  order: -1;
  min-width: 96px;
}
.c-checkbox-list .c-checkbox-item button .c-checkbox-flag {
  flex: none;
  height: 1.25rem;
  width: 1.6666666667rem;
  margin-right: calc(44px - 1.6666666667rem);
  border-radius: 0.1875rem;
  object-fit: contain;
  box-shadow: var(--cool-shadow-subtle);
}
.c-checkbox-list .c-checkbox-item button .c-checkbox-flag--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cool-component-light-grey);
  color: var(--cool-dark-grey);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}
.c-checkbox-list .c-checkbox-item button .c-checkbox-labels {
  display: flex;
  text-align: left;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .c-checkbox-list .c-checkbox-item button .c-checkbox-labels {
    gap: 10px;
  }
}
.c-checkbox-list .c-checkbox-item button .c-dummy-radio-button {
  margin-left: auto;
}
.c-checkbox-list .c-checkbox-item button:hover {
  background-image: none;
}
.c-checkbox-list .c-checkbox-item button:hover::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--cool-hover-radius);
  background-color: var(--cool-component-light-grey);
  z-index: -1;
}
.c-checkbox-list .c-checkbox-item .c-checkbox-abbr {
  color: var(--cool-black);
  font-weight: 300;
}

.c-checkbox-list .c-checkbox-item:has(+ .c-checkbox-item button:hover) button {
  background-image: none;
}

.c-checkbox-list .c-checkbox-item:last-child button,
.c-checkbox-list .c-checkbox-item.c-picker-last button {
  background-image: none;
}

.c-checkbox-list .c-checkbox-item:not(.c-checkbox-item-selected) button:hover .dotted {
  background-color: #fff;
}

.c-suggestion-prompt {
  border: 1px solid var(--cool-field-outline-color);
  margin-bottom: 12px;
  padding: 15px 15px 18.5px;
  color: var(--cool-text);
  font-size: 0.9375rem;
}
.c-suggestion-prompt p {
  margin: 0;
  padding: 0;
}
.c-suggestion-prompt .c-suggestion-prompt-message {
  margin-bottom: 6px;
}
.c-suggestion-prompt .c-suggestion-prompt-buttons {
  display: flex;
  gap: 16px;
  padding-top: 10.5px;
}
.c-suggestion-prompt .c-suggestion-prompt-buttons .c-btn {
  padding-top: 9.5px;
  padding-bottom: 12px;
  font-size: 0.9375rem;
  border-color: var(--cool-text);
}
.c-suggestion-prompt .c-suggestion-prompt-buttons .c-btn span {
  color: var(--cool-text);
}
.c-suggestion-prompt .c-suggestion-prompt-buttons .c-btn.c-btn-ghost {
  padding-left: 19px;
  padding-right: 18px;
}
.c-suggestion-prompt .c-suggestion-prompt-buttons .c-btn.c-btn-ghost:hover {
  background-color: var(--cool-text);
  text-decoration: none;
  border-color: white;
}
.c-suggestion-prompt .c-suggestion-prompt-buttons .c-btn.c-btn-ghost:hover span {
  color: white;
  text-decoration: none;
  border: 0;
}

.c-activity-card {
  display: flex;
  margin-bottom: 20px;
  z-index: 3 !important;
}
.c-activity-card-thumb {
  margin-right: 11.5px;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-size: cover;
}
.c-activity-card-title {
  font-size: 0.875rem !important;
  line-height: 1.4375 !important;
  font-weight: 700;
}
.c-activity-card-likely-to-sell-out {
  margin-bottom: 0;
  margin-top: 4px;
}
#right-section .c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content {
  font-size: 0.75rem !important;
}

.checkout-page #right-section .c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content {
  left: 0 !important;
  top: 34px !important;
  transform: none !important;
  width: 240px !important;
  text-align: left !important;
}
.checkout-page #right-section .c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content::after {
  top: -17px;
  left: 22px;
  right: auto;
  transform: rotate(-180deg) translateY(-50%);
}

.c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content {
  font-size: 0.75rem !important;
  font-weight: 400;
  left: -110px !important;
  bottom: auto !important;
  top: -5px !important;
  position: absolute !important;
  font-weight: 400 !important;
  text-align: center !important;
  line-height: 16.7px !important;
  width: 195px;
}
@media screen and (max-width: 1024px) {
  .c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content {
    top: 35px !important;
    left: 48px !important;
    bottom: auto;
  }
}
.c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content::after {
  top: 13px;
  right: -16px;
  transform: rotate(-90deg) translateY(-50%);
  bottom: auto;
  left: auto;
  z-index: 3;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content::after {
    top: -17px;
    right: calc(50% - 10px);
    transform: rotate(-180deg) translateY(-50%);
    bottom: auto;
    left: auto;
  }
}
.c-activity-card .labelTag {
  margin: 0;
}
.c-activity-card .textTag {
  font-weight: normal;
}

.checkout-body main h2 + .product-desc-wrapper.desktop-only {
  margin-bottom: 20px;
}
.checkout-body .product-desc-wrapper + .divider {
  display: none;
}
.checkout-body .product-desc-wrapper + .divider + .order-info.desktop-only .c-confirmation-calendar-links-generator .calendarLinks {
  padding: 0;
}
.checkout-body .product-desc-wrapper .product-info {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .checkout-body .confirmation-right-section .right-inner {
    margin-bottom: 0;
  }
  .checkout-body .confirmation-right-section .right-inner::after {
    display: none;
  }
}
.checkout-body .discount-code button span {
  color: white !important;
}
.checkout-body .discount-code button .lds-ring {
  --p: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}
.checkout-body #c-price-breakdown-modal .c-modal-header,
.checkout-body #c-price-breakdown-modal .c-modal-body,
.checkout-body #c-price-breakdown-modal .c-modal-footer {
  padding-left: 16px;
  padding-right: 16px;
}
.checkout-body #c-price-breakdown-modal .c-activity-card-title {
  font-size: 0.9375rem !important;
}
.checkout-body .c-promo-code-available-applied .c-promo-code-inner {
  padding-bottom: 11px;
  padding-top: 11px;
}
.checkout-body .c-cancellation-phone-break {
  display: none;
}
@media screen and (max-width: 767px) {
  .checkout-body .c-cancellation-phone-break {
    display: initial;
  }
}
.checkout-body .c-promo-code-available-btn button {
  float: right;
  background-color: #58c156;
}
.checkout-body .c-promo-code-available-btn button span {
  color: white;
}
@media screen and (max-width: 1024px) {
  .checkout-body .payment-method .checkout--savingAmountAndRewardsEarned .c-cool-rewards-saving {
    /*margin-top: 15px;*/
    margin-bottom: 20px;
  }
  .checkout-body .payment-method .checkout--totalsHtml > .divider {
    display: none;
  }
  .checkout-body .payment-method .checkout--dueTodayTotalsHtml .product-subtotal-shipping {
    padding-top: 0 !important;
  }
}
.checkout-body .step-footer .continue-btn .stripe_apple,
.checkout-body .step-footer .continue-btn .stripe_google {
  display: none;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple {
  display: flex;
  width: 100%;
  font-size: 1.0625rem;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple .apple-pay-btn {
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
  font-synthesis: none;
  justify-content: center;
  position: relative;
  margin: 0;
  box-sizing: var(--apple-pay-button-box-sizing, content-box);
  min-height: 30px;
  height: 30px;
  min-width: 140px;
  width: 100%;
  border-radius: 34px;
  padding: 0;
  -moz-font-feature-settings: kern;
  -moz-osx-font-smoothing: "grayscale";
  -webkit-font-smoothing: antialiased;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple #container {
  color: white;
  cursor: pointer;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple svg {
  color: white;
  cursor: pointer;
  font-synthesis: none;
  position: absolute;
  width: 160px !important;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
}
.checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_google {
  display: flex;
  background-image: url(../imgs/google-pay-en.svg);
  padding: 8px 24px;
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0px;
  height: 40px;
  min-height: 40px;
  position: relative;
  top: -1px;
}
.checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_google .fa-brands-5 {
  top: 3.5px !important;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay, .checkout-body .step-footer .continue-btn.stripe-pm____google_pay {
  background-color: black;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_default, .checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_default {
  display: none;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple,
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_google, .checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_apple,
.checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_google {
  text-transform: none;
  justify-content: center;
  font-weight: 500;
  align-items: center;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple .fa-brands-5,
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_google .fa-brands-5, .checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_apple .fa-brands-5,
.checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_google .fa-brands-5 {
  font-size: 2.1875rem;
  margin-left: 7px;
}
.checkout-body .select2-container--default.select2-container .select2-dropdown .select2-search__field {
  height: 51px !important;
}
.checkout-body.custom-select2-wrapper.custom-select2-dropdown-inline .select2-dropdown-inline {
  margin-top: 2px;
}

.checkout-page .iti.new-phone-input.number-entered + label {
  -webkit-transform: translateY(7.5px) scale(0.875) !important;
  -ms-transform: translateY(7.5px) scale(0.875) !important;
  transform: translateY(7.5px) scale(0.875) !important;
}
.checkout-page #payment-element.StripeElement .__PrivateStripeElement {
  top: 0 !important;
}
.checkout-page .custom-input label, .checkout-page .custom-select.custom-select2-wrapper label {
  -webkit-transform: translateY(15.5px) scale(1) !important;
  -ms-transform: translateY(15.5px) scale(1) !important;
  transform: translateY(15.5px) scale(1) !important;
  line-height: inherit;
}
.checkout-page .custom-input input,
.checkout-page .custom-input textarea {
  padding-top: 24.5px !important;
}
.checkout-page .custom-input input.focused + label, .checkout-page .custom-input input:focus + label, .checkout-page .custom-input input:not(.empty) + label {
  -webkit-transform: translateY(7.5px) scale(0.875) !important;
  -ms-transform: translateY(7.5px) scale(0.875) !important;
  transform: translateY(7.5px) scale(0.875) !important;
}
@media screen and (min-width: 1025px) {
  .checkout-page .guarantee-area .c-tooltip-content {
    max-width: 143.27px !important;
  }
}
@media screen and (max-width: 1024px) {
  .checkout-page .checkout-acknowledgement,
  .checkout-page .step-footer + .step-footer-message,
  .checkout-page .guarantee-area {
    text-align: center;
  }
  .checkout-page .order-seal,
  .checkout-page .trustpilot-seal-icon {
    display: flex;
    justify-content: center;
    width: auto !important;
  }
  .checkout-page .order-seal img,
  .checkout-page .trustpilot-seal-icon img {
    margin-left: 0;
  }
}
.checkout-body .checkout-page#checkoutOverview .due-today-above-book-now + ul.step-footer-message {
  color: var(--cool-dark-grey);
  line-height: 21px;
}
.checkout-body .checkout-page#checkoutOverview .due-today-above-book-now .checkout-promotional-code-wrapper {
  padding: 28px 0;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence {
  padding-top: 31.5px;
  margin-bottom: 22px;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence h2, .checkout-body .checkout-page#checkoutOverview .book-with-confidence h3 {
  color: var(--cool-headers) !important;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence p {
  color: var(--cool-text) !important;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-inner {
  margin-top: 14.5px;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-item {
  font-weight: 400;
  margin-bottom: 16px;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-item h3 {
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.267;
  margin-bottom: 2px;
  font-weight: 700;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-item p {
  line-height: 1.5714285714;
  font-size: 0.875rem !important;
  margin: 0 !important;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-item p a {
  color: inherit !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: inherit !important;
  text-decoration: none !important;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence + .order-seal {
  margin: 0 !important;
}
.checkout-body .checkout-page#checkoutOverview #c-cancellation-policy .cancellationPolicyTimeLineTitle {
  display: none;
}
.checkout-body .checkout-page#checkoutOverview #c-cancellation-policy .cancellationPolicyTimeline {
  padding-top: 16px;
}
.checkout-body .checkout-page#checkoutOverview #c-cancellation-policy .unlimited-rescheduling-heading {
  font-size: 1.25rem;
}
.checkout-body .checkout-page#checkoutOverview .product-info {
  padding-bottom: 10px;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc {
  margin-bottom: 0 !important;
  line-height: 1.4375 !important;
  color: var(--cool-text) !important;
}
.body-design2025.checkout-body .checkout-page#checkoutOverview .product-info .product-desc i {
  font-size: 1.0625rem !important;
}

.checkout-body .checkout-page#checkoutOverview .product-info .product-desc > * {
  line-height: inherit !important;
  font-size: inherit !important;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc a {
  text-decoration: underline !important;
  border: 0 !important;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc .product-desc-inner {
  display: flex;
}
.checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out {
  margin-bottom: 0;
  margin-top: 4px;
}
.body-design2025.checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out {
  margin-top: 0;
}

.checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out .labelTag {
  margin-top: 0;
}
.checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out .tooltip-pos {
  position: static;
}
.checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out .tooltip-pos .tooltip-cont {
  top: 0;
}
@media screen and (max-width: 1024px) {
  .checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out .tooltip-pos .tooltip-cont {
    top: 35px;
  }
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-thumb {
  margin-right: 11.5px;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-info .product-desc-title {
  line-height: 1.4375 !important;
  letter-spacing: -0.1066666692 !important;
}
.body-design2025.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-info .product-desc-title {
  font-size: 0.9375rem !important;
  top: 3.5px;
}

.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-info .product-line-item {
  margin-bottom: 0.25rem;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-info .product-line-item > div {
  display: flex;
  align-items: center;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-info .product-line-item > div i:first-child {
  margin-right: 0.4rem;
  margin-top: 0.125rem;
  min-width: 1rem;
  align-self: flex-start;
}
.body-design2025.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-info {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-list {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-list li {
  line-height: 1.4375;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-list li > div {
  font-size: inherit !important;
  line-height: inherit !important;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-list li a {
  font-size: inherit !important;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-list li > .fa-circle-check:first-child {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  color: var(--p, --cool-headers);
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-list a {
  font-weight: 700;
}
.checkout-page #trip-protection-wrapper {
  margin-bottom: 24px;
}
.checkout-page #trip-protection-wrapper .booking-trip-protection-section-header {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .checkout-page .section-header h2 {
    --cool-text-heading: 1rem;
  }
}
.checkout-page .section-header.section-header-contact-details .c-message-cta {
  margin: 12px 0 18px;
}
@media screen and (min-width: 768px) {
  .checkout-page #cool-widget .section-header h2,
  .checkout-page .section-header h2, .checkout-page h1.section-header,
  .checkout-page .book-with-confidence h2 {
    --cool-text-heading: 1.25rem;
  }
}
.checkout-page .booking-notes-section-header h2 {
  --cool-text-heading: 1rem;
}
.checkout-page .guarantee-area h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.checkout-page .booking-notes-section-header h2 {
  font-size: 1rem;
  font-weight: 600;
}
.checkout-page .guarantee-area p {
  color: var(--cool-dark-grey);
}
.checkout-page input, .checkout-page .stripe-element, .checkout-page .custom-input textarea, .checkout-page .custom-textarea textarea,
.checkout-page select, .checkout-page .custom-select2-wrapper .select2-container .select2-selection--single,
.checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 0.875rem !important;
}
.checkout-page select, .checkout-page .custom-select2-wrapper .select2-container .select2-selection--single,
.checkout-page input:not([type=checkbox]), .checkout-page .stripe-element, .checkout-page .custom-input textarea, .checkout-page .custom-textarea textarea,
.checkout-page .discount-code .c-btn {
  height: 51px !important;
  min-height: 0;
}
.checkout-page .StripeElement:not(.empty) > div {
  top: 32px;
}
.checkout-page span.due-today-text {
  font-size: 1.25rem !important;
}
.checkout-page span.due-today-text,
.checkout-page .product-total-price span {
  font-weight: var(--cool-weight-price, 700) !important;
  align-self: center !important;
}
@media screen and (min-width: 1025px) {
  .checkout-page #section-payment-method .tooltip-cont {
    left: 12px;
    width: 157px;
  }
}
.checkout-page .custom-select:not(.custom-select2-wrapper).empty label {
  top: 16px;
}
.checkout-page .custom-select:not(.empty).custom-select2-wrapper label, .checkout-page .custom-select:not(.empty):not(.custom-select2-wrapper) label {
  -webkit-transform: translateY(7.5px) scale(0.875) !important;
  -ms-transform: translateY(7.5px) scale(0.875) !important;
  transform: translateY(7.5px) scale(0.875) !important;
  font-size: 0.875rem !important;
  line-height: 19.6px;
}
.checkout-page .custom-select:not(.empty) .select2-selection__rendered {
  padding-top: 4px !important;
}
.checkout-page .custom-select:not(.empty) select {
  padding-top: 25px !important;
}
.checkout-page .custom-input [readonly],
.checkout-page .custom-select [readonly] {
  background-color: rgba(204, 204, 204, 0.5);
  border-color: var(--cool-field-outline-color) !important;
  box-shadow: none !important;
  user-select: none;
  pointer-events: none;
  cursor: default;
}
.checkout-page .custom-input .tooltip-pos,
.checkout-page .custom-select .tooltip-pos {
  bottom: 0;
  height: 100%;
}
.checkout-page .custom-input .tooltip-pos .tooltip-wrap,
.checkout-page .custom-select .tooltip-pos .tooltip-wrap {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -2px;
}
@media screen and (min-width: 1025px) {
  .checkout-page .custom-input .tooltip-pos .tooltip-cont,
  .checkout-page .custom-select .tooltip-pos .tooltip-cont {
    left: 28px;
    width: 125px;
  }
}
@media screen and (min-width: 1025px) {
  .checkout-page .c-tooltip-content {
    width: 125px !important;
  }
}
.checkout-page .product-desc-list span {
  font-weight: inherit !important;
}
.checkout-page .checkout-promotional-code-wrapper {
  position: relative;
}
.checkout-page .checkout-promotional-code-wrapper > i.fa-tag {
  font-size: 0.9375rem !important;
  min-width: 1rem;
  margin-right: 0.1875rem;
  top: 0 !important;
}
.checkout-page .checkout-promotional-code-wrapper i.fa-tag {
  font-size: 1.0625rem;
  top: 2px;
}
.checkout-page .checkout-promotional-code-wrapper .tag {
  background-color: var(--cool-green-bg-color);
  position: relative;
}
.checkout-page .checkout-promotional-code-wrapper .tag span {
  color: var(--cool-green-text-color);
  font-weight: 600;
}
.checkout-page .checkout-promotional-code-wrapper .tag::before {
  opacity: 0.1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.checkout-page .checkout-promotional-code-wrapper .tag .tag__wrapper {
  position: relative;
}
.body-design2025.checkout-page .checkout-promotional-code-wrapper .tag__text {
  top: 2px;
}

.checkout-page .checkout-promotional-code-wrapper .checkbox {
  padding-left: 0px;
}
.checkout-page .checkout-promotional-code-wrapper .checkbox span {
  font-size: 0.9375rem;
}
.body-design2025.checkout-page .checkout-promotional-code-wrapper .checkbox {
  padding-left: 2px;
  font-size: 0.9375rem;
}

.checkout-page .checkout-promotional-code-wrapper .checkbox input {
  padding-left: 0;
}
.checkout-page .checkout-promotional-code-wrapper .checkbox:not(.c-has-promo-code-opened) span {
  border-bottom: 1px solid currentColor;
}
.checkout-page .product-subtotal-shipping,
.checkout-page .checkout-promotional-code-wrapper span,
.checkout-page .product-subtotal-shipping,
.checkout-page .due-today-wrapper {
  color: var(--cool-headers);
}
@media screen and (max-width: 1024px) {
  .checkout-page .main-content {
    padding-bottom: 0;
  }
  .checkout-page .book-with-confidence {
    padding-top: 0 !important;
    margin-bottom: 22px;
  }
  .checkout-page .guarantee-area {
    margin-top: 0;
    margin-left: -31px;
    padding-left: 31px;
    padding-right: 31px;
    width: calc(100% + 62px);
    background: #fafafa;
    padding-top: 40px !important;
    padding-bottom: 31.5px !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .checkout-page .guarantee-area {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0;
    width: auto;
  }
}
.checkout-page .checkout-acknowledgement {
  color: var(--cool-dark-grey);
  line-height: 21px;
}
.checkout-page .checkout-acknowledgement + .step-footer {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .checkout-page .checkout-acknowledgement + .step-footer {
    margin-top: 32px;
  }
  .checkout-page .checkout-acknowledgement + .step-footer + .step-footer-message {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.checkout-page .custom-input:has(+ .error-message-class + .email-address-validation-message.is-pending),
.checkout-page .custom-input:has(+ .error-message-class + .email-address-validation-message.is-valid),
.checkout-page .custom-input:has(+ .error-message-class + .email-address-validation-message.is-challenged),
.checkout-page .custom-input:has(+ .error-message-class + .email-address-validation-message.is-invalid) {
  position: relative;
  z-index: 2;
}
.checkout-page .cancellation-policy-divider {
  border: 0;
  border-top: 1px solid var(--cool-grey-border);
  margin: 0 0 24px;
}
.checkout-page .email-address-validation-message:not(:empty) {
  position: relative;
  padding: 15.2px 8px 12px 13px;
  margin-top: 22px;
  margin-bottom: 8px;
  width: 100%;
  margin-left: 0;
  color: var(--cool-headers);
  font-size: 0.875rem;
  z-index: 1;
  min-height: 51px;
  align-items: center;
}
.checkout-page .email-address-validation-message:not(:empty).is-pending, .checkout-page .email-address-validation-message:not(:empty).is-valid, .checkout-page .email-address-validation-message:not(:empty).is-challenged, .checkout-page .email-address-validation-message:not(:empty).is-invalid {
  border-radius: 5px;
}
.checkout-page .email-address-validation-message:not(:empty).is-pending::before, .checkout-page .email-address-validation-message:not(:empty).is-valid::before, .checkout-page .email-address-validation-message:not(:empty).is-challenged::before, .checkout-page .email-address-validation-message:not(:empty).is-invalid::before {
  display: none;
}
.checkout-page .email-address-validation-message:not(:empty).is-pending {
  background-color: var(--cool-component-light-grey);
}
.checkout-page .email-address-validation-message:not(:empty).is-valid {
  background-color: var(--cool-green-bg-color);
}
.checkout-page .email-address-validation-message:not(:empty).is-challenged, .checkout-page .email-address-validation-message:not(:empty).is-invalid {
  background-color: var(--cool-warning-10);
}
.checkout-page .email-address-validation-message:not(:empty).is-challenged > i, .checkout-page .email-address-validation-message:not(:empty).is-invalid > i {
  color: var(--cool-warning);
}
@media screen and (max-width: 1024px) {
  .checkout-page .email-address-validation-message:not(:empty) {
    padding-top: 11.2px;
    min-height: 30px;
  }
  .checkout-page .email-address-validation-message:not(:empty) strong,
  .checkout-page .email-address-validation-message:not(:empty) a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.checkout-page .email-address-validation-message:not(:empty) a {
  border-bottom: 1px solid currentColor !important;
  color: var(--cool-headers) !important;
  text-decoration: none;
  font-weight: 700;
}
.checkout-page .email-address-validation-message:not(:empty) .email-address-validation-message-inner {
  position: relative;
}
.checkout-page .email-address-validation-message:not(:empty):has(> i) {
  display: flex;
  align-items: center;
  padding: 10px 13px;
}
.checkout-page .email-address-validation-message:not(:empty):has(> i) > i {
  margin-right: 8px;
}
.checkout-page .email-address-validation-message:not(:empty).is-pending, .checkout-page .email-address-validation-message:not(:empty).is-valid, .checkout-page .email-address-validation-message:not(:empty).is-challenged, .checkout-page .email-address-validation-message:not(:empty).is-invalid {
  margin-top: -12px;
  border-top: 12px solid transparent;
  padding-top: 8px;
  padding-bottom: 12px;
  box-sizing: border-box;
  min-height: 0;
  height: 58px;
  margin-bottom: 4px;
}
.checkout-page .email-address-validation-message:not(:empty)::before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 5px;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
  z-index: -1;
}
.checkout-page .checkout-acknowledgement {
  margin-bottom: 0;
}
.checkout-page .checkout-acknowledgement + .step-footer-message {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.checkout-page .checkout-acknowledgement + .step-footer-message li {
  display: flex;
  margin: 4px 0;
  align-items: flex-start;
}
.checkout-page .checkout-acknowledgement + .step-footer-message li i {
  margin-right: 6.4px;
  margin-top: 4px;
  min-width: 16px;
}
@media screen and (min-width: 1025px) {
  .checkout-page .order-seal > div {
    max-width: 33.3333333333%;
  }
}
.checkout-page .order-seal > div {
  position: relative;
}
.checkout-page .order-seal .c-tooltip-content {
  bottom: 64px;
  text-align: center;
}
.checkout-page .order-seal + .c-tooltip-wrapper {
  width: 194px;
}
.checkout-page .order-seal + .c-tooltip-wrapper .c-tooltip-content {
  bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .checkout-page .norton-seal-icon .c-tooltip-content,
  .checkout-page .trustpilot-seal-icon .c-tooltip-content {
    left: 65px;
  }
  .checkout-page .norton-seal-icon .c-tooltip-content::after,
  .checkout-page .trustpilot-seal-icon .c-tooltip-content::after {
    left: 50%;
  }
  .checkout-page .trustpilot-seal-icon .c-tooltip-content {
    left: 50%;
  }
}
.checkout-page .bbb-seal-icon .c-tooltip-content {
  bottom: 59px !important;
}
.checkout-page .custom-input.phone-input i {
  position: absolute;
  z-index: 1;
  top: 50%;
  font-size: 1.15625rem;
  transform: translateY(-50%);
  left: 14px;
}
.checkout-page .custom-input.phone-input:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  font-size: 1.15625rem;
  transform: translateY(-50%);
  left: 14px;
  font-weight: 300;
  font-family: "Font Awesome 7 Pro";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f3ce";
}
.checkout-page .custom-input.card-number:after {
  font-family: "Font Awesome 7 Pro";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f023";
  bottom: 17px;
  position: absolute;
  right: 15px;
  color: #3d8b43;
  font-size: 1rem;
  font-weight: 900;
}
.checkout-page .iti:not(.new-phone-input) #phone {
  padding-left: 40px !important;
}
.checkout-page .iti:not(.new-phone-input) .iti__arrow {
  margin-left: 12px;
  border: 0;
  width: 10px;
  height: 10px;
  font-weight: 700;
  font-family: "Font Awesome 7 Pro";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 0.625rem;
}
.checkout-page .iti:not(.new-phone-input) .iti__arrow:before {
  content: "\f078";
}
.checkout-page .iti:not(.new-phone-input) .iti__arrow.iti__arrow--up:before {
  content: "\f077";
}
.checkout-page .iti:not(.new-phone-input) .iti__flag {
  scale: 1.35;
}
.checkout-page .iti:not(.new-phone-input) label {
  top: 16px;
  left: 41px;
}
.checkout-page .iti:not(.new-phone-input) .iti_arrow {
  margin-left: 11.5px;
}
.checkout-page .iti:not(.new-phone-input) .iti__flag-container {
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
}
.checkout-page .iti:not(.new-phone-input) .iti__selected-flag {
  padding-right: 11.5px;
  padding-left: 16px;
}
.checkout-page .iti:not(.new-phone-input):not(.empty) + label {
  left: 41px;
}
@media screen and (max-width: 1024px) {
  .checkout-page .iti:not(.new-phone-input) .iti__country-list {
    right: 0;
  }
}

.checkout-body-page .contact-info {
  padding-top: 0;
}
.checkout-body-page .main-header-wrapper {
  position: relative;
}
.checkout-body-page .main-header-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: var(--cool-component-grey);
  pointer-events: none;
  z-index: 9999;
}
.checkout-body-page .main-header {
  display: flex;
  max-width: 1105px;
  margin: 0 auto;
  padding: 15px 30px 15px 17px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .checkout-body-page .main-header {
    padding-left: 16px;
    padding-right: 8px;
  }
}
.checkout-body-page .main-header-left a {
  text-decoration: none;
  border: 0;
}
.checkout-body-page .main-header-left img {
  width: 205.55px;
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .checkout-body-page .main-header-left img {
    width: auto !important;
    height: 36px !important;
  }
}
.checkout-body-page .book-embed-container .left-section {
  border-right-color: var(--cool-component-grey);
}
.checkout-body-page #order-summary {
  border: 0;
}

.product-subtotal-shipping.cool-product-subtotal-shipping > div {
  margin-bottom: 7px;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-label {
  font-size: 0.9375rem;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-label .c-tooltip-wrapper,
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-label .c-tooltip-hover-text {
  display: inline;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-price {
  margin-left: auto;
  font-size: 0.9375rem;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-price span {
  font-weight: 700;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-price.product-total-price span {
  margin-left: 6px;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-price strike {
  font-weight: 400;
  color: var(--cool-warm-grey);
}

.payment-method .cool-due-today-wrapper span.due-today-text, .right-inner .cool-due-today-wrapper span.due-today-text {
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cool-due-today-wrapper .c-total-text {
  font-size: 1.2rem;
  margin-right: 4px;
  font-weight: var(--cool-weight-title, 700) !important;
}
.cool-due-today-wrapper .product-subtotal-shipping strike {
  color: var(--cool-warm-grey);
  font-size: 0.9375rem;
}
.cool-due-today-wrapper .product-subtotal-shipping .product-total.due-today {
  align-items: baseline;
}
.cool-due-today-wrapper .product-subtotal-shipping .product-total.due-today > span.due-today-text {
  align-items: baseline;
}
.cool-due-today-wrapper .product-subtotal-shipping .product-total.due-today .product-total-price {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  align-items: baseline;
  column-gap: 6px;
  line-height: 1.2;
}
.cool-due-today-wrapper .product-subtotal-shipping .product-total.due-today .product-total-price span {
  margin-left: 0;
}
.cool-due-today-wrapper span.due-today-text {
  font-size: 0.9375rem !important;
}
.cool-due-today-wrapper span.due-today-text span {
  font-weight: inherit;
}
body.checkout-body-page .cool-due-today-wrapper span.due-today-text span span[data-tm-currency-code] {
  text-decoration: underline;
  cursor: pointer;
}

.product-desc-list .c-item-price {
  margin-left: auto;
  font-weight: 700;
}
.product-desc-list .c-item-price strike {
  font-weight: 400;
}

.product-desc-info .likely-to-sell-out .textTag {
  font-size: 0.75rem;
}

.right-section .c-activity-card {
  padding-top: 6px;
}

#paid-by-wallet-amount {
  font-size: 0.9375rem;
}
#paid-by-wallet-amount span {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .book-embed-container {
    overflow: visible;
  }
}
.book-embed-container #show-booking-details-top-location {
  position: sticky;
  top: 0;
  z-index: 999999;
}
.book-embed-container .summary-popup {
  border-bottom: 1px solid var(--cool-component-grey) !important;
}
.book-embed-container .step-footer-message.checkout---bookingWithFreeCxLine {
  list-style: none;
  margin-left: 0;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1025px) {
  .book-embed-container .step-footer-message.checkout---bookingWithFreeCxLine {
    text-align: center;
  }
}
.book-embed-container .step-footer-message.checkout---bookingWithFreeCxLine li i {
  font-size: 15px;
  margin-right: 1px;
  min-width: 26px;
  width: 26px;
  color: var(--p);
}

#right-section .product-desc-inner {
  display: flex;
}

@media screen and (min-width: 1025px) {
  .checkout-body .checkout-page#checkoutOverview .due-today-above-book-now {
    display: none !important;
  }
}
.checkout-body .checkout-page#checkoutOverview .due-today-above-book-now #c-price-breakdown-modal .c-product-line-items {
  margin-bottom: 0.625rem !important;
}

.c-hr {
  border-top: 1px solid var(--cool-component-grey);
  height: 24px;
  font-size: 0.75rem;
  margin: 32px 0 0 0;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: var(--cool-text);
}
.c-hr span {
  background-color: #FFF;
  font-weight: 400;
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  transform: translateY(-50%);
  font-size: 1.0625rem;
  border: 0;
  position: relative;
  top: -2px;
}

.c-auth-modal-wrapper .c-modal-mobile-footer-slide-in .c-modal-header {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.c-auth-modal-wrapper .c-auth-component-description {
  margin-top: -14px;
}
@media screen and (min-width: 1025px) {
  .c-auth-modal-wrapper .c-modal-content {
    max-width: 500px;
  }
}
.c-auth-modal-wrapper .c-modal-content-has-header {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
@media screen and (max-width: 1024px) {
  .c-auth-modal-wrapper .c-modal-content-has-header {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-modal-header {
  flex-direction: initial !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 25px;
  gap: 0 !important;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-modal-header .c-modal-header-text,
.c-auth-modal-wrapper .c-modal-content-has-header .c-modal-header .c-modal-close-button {
  order: 1 !important;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-modal-header .c-modal-header-text {
  margin: 0 !important;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-modal-header h2 {
  font-size: 1.375rem !important;
  font-weight: 700;
  height: 35px;
  align-items: center;
  display: flex;
  letter-spacing: -0.37px;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-hr {
  margin-top: 25px;
  margin-bottom: 5px;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-hr + p {
  margin-top: 7px;
  margin-bottom: 24px;
}

.c-auth-component {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.c-auth-component .tm-account-error-message-line {
  margin-top: 15px;
}
.c-auth-component .tm-auth-continue-with-email.c-btn {
  margin-bottom: 19px;
}
.c-auth-component .tm-auth-continue-with-email:not(.c-btn) {
  background-color: white;
  border: 1px solid var(--cool-middle-grey);
  transition: background-color 0.2s ease-out;
  height: 54px;
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 19px;
}
.c-auth-component .tm-auth-continue-with-email:not(.c-btn):hover {
  background-color: #F5F5F5;
  border: 1px solid var(--cool-middle-grey);
}
.c-auth-component .tm-auth-continue-with-email:not(.c-btn) .c-btn-inner {
  padding: 0;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .c-auth-component .tm-auth-continue-with-email:not(.c-btn) .c-btn-inner {
    position: static;
  }
}
.c-auth-component .tm-auth-continue-with-email:not(.c-btn) i {
  font-size: 22px;
}
.c-auth-component .tm-auth-continue-with-email:not(.c-btn) span {
  color: var(--cool-black);
}
.c-auth-component .c__social__buttons .tm-account-action-btn {
  margin-bottom: 0;
}
.c-auth-component .c__social__buttons .tm-account-action-btn span {
  color: var(--cool-black) !important;
}
@media screen and (min-width: 1025px) {
  .c-auth-component .c__social__buttons .tm-account-action-btn {
    order: 4;
    width: 100%;
  }
}
.c-auth-component .c__social__buttons .c-btn.c-btn-ghost span {
  color: var(--cool-black) !important;
}
.c-auth-component .c__social__buttons .c-btn .fa-square-facebook {
  color: #4267B2;
}
.c-auth-component .c-auth-component-description {
  padding-bottom: 10px;
}
.c-auth-component .c-auth-component__legal {
  margin: 16px 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--cool-dark-grey, #585c63);
  text-align: center;
}
.c-auth-component .c-auth-component__legal a {
  border-bottom-width: 0 !important;
}
.c-auth-component .c-auth-component__legal a {
  color: inherit;
  text-decoration: underline;
}
.c-auth-component p {
  margin-top: 0;
  color: var(--cool-text, #202020);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.c-auth-component .c-auth-component-heading h1 {
  font-size: 1.875rem;
  margin-top: 43px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.c-auth-component .tm-account-action-btn {
  width: 100%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-auth-component .tm-account-action-btn {
    margin-left: 1px;
    width: calc(100% - 2px);
  }
}
.c-auth-component .tm-account-action-btn.tm-account-checkout-as-guest-btn {
  background-color: var(--p) !important;
}
.c-auth-component .tm-account-action-btn.tm-account-checkout-as-guest-btn span {
  color: white;
}
.c-auth-component .tm-account-action-btn.tm-account-checkout-as-guest-btn .c-button-loader .c-loader-lds-ring div {
  border-color: white transparent transparent transparent;
}
.c-auth-component .tm-account-email-div {
  margin-bottom: 15px;
}
.c-auth-component .tm-account-action-btn:not(.tm-account-checkout-as-guest-btn) {
  margin-top: 15px;
}
.c-auth-component .tm-account-action-btn.tm-button-with-field {
  margin-top: 0;
}
.c-auth-component .tm-account-action-btn.tm-button-with-field .c-loader-button .c-loader-lds-ring div {
  border-color: var(--cool-black) transparent transparent transparent;
}
.c-auth-component .tm-account-action-btn.tm-button-with-field:hover .c-loader-button .c-loader-lds-ring div {
  border-color: white transparent transparent transparent;
}
.c-auth-component .tm-account-action-btn.tm-button-with-field.c-btn-inactive, .c-auth-component .tm-account-action-btn.tm-button-with-field.c-btn-inactive:hover {
  background-color: var(--cool-inactive-button);
  border-color: transparent;
  cursor: default;
  opacity: 1;
}
.c-auth-component .tm-account-action-btn.tm-button-with-field.c-btn-inactive span, .c-auth-component .tm-account-action-btn.tm-button-with-field.c-btn-inactive:hover span {
  color: white !important;
}
.c-auth-component .custom-input {
  line-height: 19.6px;
}
.c-auth-component .custom-input input {
  height: 3.25rem;
  padding-top: 23.5px;
  padding-bottom: 8px;
  font-size: 0.875rem !important;
  padding-right: 40px;
}
.c-auth-component .custom-input input.focus + label, .c-auth-component .custom-input input:focus + label, .c-auth-component .custom-input input:not(.empty) + label {
  -webkit-transform: translateY(7.5px) scale(0.875) !important;
  -ms-transform: translateY(7.5px) scale(0.875) !important;
  transform: translateY(7.5px) scale(0.875) !important;
}
.c-auth-component .custom-input input + label {
  -webkit-transform: translateY(18px) scale(1) !important;
  -ms-transform: translateY(18px) scale(1) !important;
  transform: translateY(18px) scale(1) !important;
  line-height: inherit;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-auth-component .custom-input input {
    width: calc(100% - 2px);
  }
}

#c-auth-modal .c-modal-back-button {
  display: block !important;
  line-height: 0;
  order: 0;
  flex: 0 0 auto;
  align-self: flex-start;
  margin-top: 3px;
}
#c-auth-modal .c-modal-back-button.c-hidden {
  display: none !important;
}

#c-auth-modal.c-modal-header-has-banner .c-modal-back-button {
  position: absolute;
  top: 10px;
  left: 10px;
}

.c-breadcrumbs-list {
  scrollbar-width: none;
}

.c-breadcrumbs-container {
  padding-bottom: 0.34375rem;
  white-space: nowrap;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
}
@media screen and (max-width: 1024px) {
  .c-breadcrumbs-container {
    padding-bottom: 1px;
  }
}
.c-breadcrumbs-container .c-breadcrumbs {
  margin: 1rem 0 0;
  overflow-x: auto;
}
.c-breadcrumbs-container .c-breadcrumbs-list {
  display: flex;
  color: var(--cool-breadcrumb-separator-color);
  font-size: 0.75rem !important;
  line-height: 1.1666666667 !important;
  list-style-type: none !important;
  padding: 0 0 15px 0 !important;
  margin: 0 !important;
  overflow-y: hidden;
}
@media screen and (min-width: 1025px) {
  .c-breadcrumbs-container .c-breadcrumbs-list {
    line-height: 16px !important;
    padding-bottom: 0.625rem !important;
  }
}
.c-breadcrumbs-container .c-breadcrumbs-list .c-breadcrumb-crumb {
  margin-right: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.c-breadcrumbs-container .c-breadcrumbs-list .c-breadcrumb-crumb:not(:last-of-type):after {
  padding: 0 4.5px;
  display: inline-block;
}
.c-breadcrumbs-container .c-breadcrumbs-list .c-breadcrumb-crumb a {
  text-decoration: none !important;
  color: var(--cool-breadcrumb-link-color) !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  line-height: 1.25;
}
.c-breadcrumbs-container .c-breadcrumbs-list .c-breadcrumb-crumb a:hover {
  color: #000 !important;
  border-bottom-color: transparent !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
}

.search-box-breadcrumb .c-breadcrumbs-list {
  justify-content: center;
  padding-bottom: 0;
}
.search-box-breadcrumb .c-breadcrumbs-list .c-breadcrumb-crumb::before {
  content: none;
}

.c-action-links__row {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-right: 4px;
  margin-top: 2px;
  color: var(--cool-headers);
}
.c-action-links__item {
  font-size: 0.75rem;
  min-height: 18px;
  line-height: 1.5;
}
.c-action-links__item a {
  text-decoration: underline;
  color: inherit;
  border: 0;
}

.media-gallery {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .media-gallery {
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .media-gallery-thumbnail-column {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail {
    position: relative;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 8px;
    background: #000;
    border: unset;
    box-shadow: inset 0 0 0 2px black;
    cursor: pointer;
    padding: 0;
    border-radius: 8px;
    height: 97.8px;
    width: 150px;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail.media-gallery-thumbnail-placeholder {
    background: var(--cool-component-light-grey);
    cursor: auto;
    box-shadow: none;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail.media-gallery-thumbnail-placeholder:last-child {
    margin-bottom: 0;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail img {
    border: none;
    cursor: pointer;
    opacity: 0.4;
    object-fit: cover;
    border-radius: 8px;
    height: 97.8px;
    width: 150px;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail:first-child {
    margin-top: 0;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail.media-gallery-thumbnail-selected, .media-gallery-thumbnail-column .media-gallery-thumbnail:not(.media-gallery-thumbnail-placeholder):hover {
    box-shadow: inset 0 0 0 2px black;
    background: none;
    opacity: 1;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail.media-gallery-thumbnail-selected img, .media-gallery-thumbnail-column .media-gallery-thumbnail:not(.media-gallery-thumbnail-placeholder):hover img {
    position: relative;
    z-index: -1;
    opacity: 1;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail .see-more-button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem !important;
    padding: 4px 8px;
    transition: none !important;
    background: rgba(0, 0, 0, 0.4) !important;
    font-weight: bold;
    color: white;
    border: 0 !important;
    border-radius: 16px !important;
  }
}
@media screen and (max-width: 1024px) {
  .media-gallery-has-thumbnail .media-gallery-thumbnail-column {
    display: none;
  }
}

.media-gallery-slider {
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .media-gallery-slider {
    border-radius: 8px;
    flex-grow: 1;
    min-width: 0;
  }
  .media-gallery-has-thumbnail .media-gallery-slider {
    margin-left: 16px;
  }
}
.media-gallery-slider .slick-arrow {
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .media-gallery-slider .slick-arrow {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .media-gallery-has-thumbnail .media-gallery-slider .slick-dots {
    display: none !important;
  }
}

.c-tab-navigation {
  margin-bottom: 32px;
}
.c-tab-navigation .c-tabs {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
}
.c-tab-navigation .c-tab-navigation-content-wrapper {
  padding-top: 2rem;
}
.c-tab-navigation .c-tab-navigation-content .c-linkItem-last-item::after {
  display: none;
}
.c-tab-navigation .c-tab-navigation-content .read-more-link-with-icon {
  font-size: 0.875rem !important;
  color: #585C63;
  font-weight: 300;
  margin-top: 7px;
  display: inline-block;
}
.c-tab-navigation .c-tab-navigation-content .read-more-link-with-icon i {
  top: 0;
  left: 2px;
  font-size: 10px;
}
.c-tab-navigation .linksList {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  align-items: flex-start;
  gap: 1.5rem 2rem;
}
.c-tab-navigation .linksList li {
  padding: 0;
  margin: 0;
}
.c-tab-navigation .linksList li::after {
  display: none;
}
.c-tab-navigation .linksList li a {
  margin: 0;
  padding: 0;
  border: 0 !important;
  line-height: 1.6em;
}
.c-tab-navigation .linksList li a:hover {
  text-decoration: underline;
  border: 0 !important;
}
@media screen and (min-width: 1025px) {
  .c-tab-navigation .linksList {
    grid-template-columns: repeat(auto-fit, minmax(11.25rem, 1fr));
  }
}
.c-tab-navigation .linksList + .read-more-link-with-icon {
  margin-top: 30px;
}

.c-lowestprice-wrapper {
  font-size: 0.75rem;
  color: #4D4D4D;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.0125rem;
  height: 26px;
  white-space: nowrap;
  display: inline-flex;
  padding: 4px;
  align-items: center;
  gap: 5.6px;
  border-radius: 6px;
  background: #F5F5F5;
  border: 1px solid #808080;
}
.c-lowestprice-wrapper:hover {
  cursor: pointer;
}
.c-lowestprice-wrapper i {
  color: #107699;
}

.c-tooltip-wrapper {
  position: relative;
  z-index: 3;
}
.c-tooltip-wrapper .c-tooltip-hover-text {
  cursor: pointer;
}
.no-touch .c-tooltip-wrapper:hover .c-tooltip-content {
  display: inline !important;
}
.c-tooltip-wrapper.c-tooltip-wrapper--js .c-tooltip-content {
  position: fixed !important;
  left: var(--left, auto) !important;
  right: var(--right, auto) !important;
  top: var(--top, auto) !important;
  bottom: var(--bottom, auto) !important;
  z-index: 9999;
  pointer-events: none;
}
.c-tooltip-wrapper .c-tooltip-content {
  position: absolute;
  left: 50%;
  position: absolute !important;
  background-color: rgba(51, 51, 51, 0.9);
  top: 35px !important;
  display: none;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.75rem;
  padding: 9px 12px;
  border-radius: 5px;
  font-weight: 400;
  z-index: 1;
  text-align: left;
  line-height: 1.3916666667;
  width: max-content;
  max-width: 215px;
}
.c-tooltip-wrapper .c-tooltip-content:after {
  position: absolute;
  top: 6px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 6px;
  border-top-color: rgba(51, 51, 51, 0.9);
  margin-top: -17px;
  transform: rotate(180deg) translateX(-50%);
  margin-left: -12px;
}
.c-tooltip-wrapper--top .c-tooltip-content {
  top: auto !important;
  bottom: 32px;
}
.c-tooltip-wrapper--top .c-tooltip-content:after {
  transform: rotate(0deg) translateX(-50%);
  bottom: -12px;
  top: auto;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .recommended-by-badge-info-icon .c-tooltip-wrapper .c-tooltip-content, .c-tooltip-wrapper.c-tooltip-wrapper--align-right .c-tooltip-content {
    left: auto !important;
    right: -6px;
    transform: none !important;
  }
  .recommended-by-badge-info-icon .c-tooltip-wrapper .c-tooltip-content:after, .c-tooltip-wrapper.c-tooltip-wrapper--align-right .c-tooltip-content:after {
    left: auto;
    right: 12px;
    transform: rotate(0deg);
    margin-left: 0;
  }
}
.c-tooltip-wrapper.c-tooltip-content--center .c-tooltip-content {
  text-align: center;
}
.c-tooltip-wrapper.c-tooltip-content--left .c-tooltip-content {
  text-align: left;
}
.c-tooltip-wrapper.c-tooltip-content--right .c-tooltip-content {
  text-align: right;
}

/*.body-design2025,
.checkout-design2025{
    .c-tooltip-wrapper{
        .c-tooltip-content{
            display: inline !important;
            opacity: 0;
            visibility: hidden;        
            transform: scale(0.5) translateX(-50%);        
            transform-origin: 0 100%;     
            transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;              
        }        

        &:hover,
        &.c-tooltip-visible {
            .c-tooltip-content{
                opacity: 1;
                visibility: visible;
                transform: scale(1) perspective(1px) translateX(-50%);
            }
        }        
    }
}*/
.c-dontmissout-wrapper {
  margin-bottom: 8px;
  margin-top: 1px;
}
@media screen and (min-width: 1025px) {
  .c-dontmissout-wrapper {
    margin-top: 19px;
  }
}

.c-banner-container {
  display: flex;
  gap: 18.24px;
  width: 100%;
  padding: 1rem 1.29rem 0.9375rem;
  justify-content: flex-start;
  outline: 1px solid var(--cool-component-grey);
  border-radius: 8px;
  min-height: 70px;
}
.c-banner-container .c-banner-icon {
  display: flex;
  align-items: center;
  font-size: 30px;
  background: transparent;
}
.c-banner-container .c-banner-icon i {
  color: var(--p);
}
.c-banner-container .c-banner-message {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #333333;
  line-height: 19.5px;
}
.c-banner-container .c-banner-message .c-banner-maintext {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--cool-text);
}
.c-banner-container .c-banner-message .c-banner-subtext {
  font-size: 0.8125rem;
  color: var(--cool-dark-grey);
  font-weight: 400;
}

.c-select-control {
  display: flex;
  align-items: center;
  position: relative;
  height: 47px;
  border-radius: 4px;
}
.c-select-control select {
  padding-left: 15px;
  margin-left: 1px;
  font-size: 1.0625rem;
  color: var(--cool-headers);
  letter-spacing: 0.11px;
  font-weight: 400;
  border: 1px solid var(--cool-component-grey);
  flex: 0 0 99.8%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0;
  box-shadow: none;
  padding-right: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-select-control::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "\f078";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  display: block;
  font-size: 10px;
}

.c-product-pricing {
  margin-top: 0;
}
.c-product-pricing .c-select-control {
  max-width: 409px;
}

.start__time i {
  margin-right: 6.5px;
  font-size: 1.125rem;
}

.start__time__heading,
.pricing__table thead th,
.pricing__box .pricing__title {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.00688rem;
}

.pricing__box.pricing__box____is_unit {
  width: 211px;
  max-width: initial;
  min-width: initial;
}

.pricing__table thead th {
  font-size: 1.125rem;
}

.start__time__heading,
.time__separator,
.pricing__table thead th,
.pricing__box .pricing__title,
.pricing__box .pricing__tag {
  color: var(--cool-headers);
}

.pricing__box .pricing__title,
.time__separator {
  font-size: 1.125rem;
  letter-spacing: -0.1px;
}

.time__separator {
  font-size: 700;
}

.time__separator,
.time__stamp,
.pricing__box .pricing__age,
.pricing__table thead td,
.pricing__table thead th p,
.pricing__table .table__body tr td {
  color: var(--cool-neutral);
}

.time__stamp {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.00688rem;
}

.pricing__section {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
}

.pricing__box {
  border: 1px solid var(--cool-component-grey);
  padding: 19.5px 18px;
  border-radius: 8px;
  text-align: left;
  line-height: 22px;
}
.pricing__box .pricing__age {
  font-size: 0.9375rem;
  font-weight: 400;
  font-size: 14px !important;
  color: var(--cool-dark-grey);
}
.pricing__box .pricing__tag {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.09px;
  line-height: 1.412em;
  margin-top: 11px;
}

.pricing__footer {
  margin-top: 13px;
}
.pricing__footer .price__text {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.005rem;
  line-height: 20px;
  color: var(--cool-dark-grey);
}
.pricing__footer .price__text .check-availability-pg-btn {
  cursor: pointer;
}

.pricing__table {
  width: 100%;
  border-collapse: separate;
  height: auto;
}
.pricing__table.pricing__table__extended {
  max-width: 100%;
}
.pricing__table thead tr th {
  text-align: left;
}
.pricing__table thead tr th::after {
  content: "";
  display: block;
  width: 102%;
  height: 1px;
  background: rgb(206, 220, 216);
  position: relative;
  margin: 12px 0;
}
.pricing__table thead tr th p {
  min-height: 16px;
  display: block;
  opacity: 1;
  font-size: 0.8125rem !important;
  font-weight: 400;
  letter-spacing: -0.004375rem;
  text-align: left;
  margin-bottom: 5px;
}
.pricing__table .table__body tr td {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.005625rem;
  height: 31px !important;
}
@media screen and (max-width: 1300px) {
  .pricing__table .table__body tr td:not(.fixed-col) {
    min-width: 98px;
    width: 98px;
  }
}
.pricing__table tr th p {
  height: 17px;
}
@media screen and (min-width: 1025px) {
  .pricing__table {
    min-width: 588px;
  }
}

table.pricing__table {
  padding: 7.5px 25px 19px 28.992px;
  border: 1px solid rgb(206, 220, 216);
  border-radius: 8px;
  width: 100%;
}
table.pricing__table a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
@media screen and (min-width: 1301px) {
  table.pricing__table th:nth-child(1) {
    width: 168px;
  }
  table.pricing__table th:nth-child(2), table.pricing__table th:nth-child(3) {
    width: 137px;
  }
}
@media screen and (min-width: 1025px) {
  table.pricing__table {
    max-width: 588px;
  }
}
@media screen and (max-width: 1300px) {
  table.pricing__table {
    overflow-x: auto;
    clear: both;
    display: block;
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  table.pricing__table .fixed-col {
    position: sticky;
    left: 0;
    background: white;
    min-width: 136px;
    width: 136px;
    z-index: 2; /* Make sure it's above others */
  }
}

@media screen and (max-width: 450px) {
  .pricing__section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .pricing__box:not(.pricing__box____is_unit) {
    aspect-ratio: 1/1;
    box-sizing: border-box;
    display: grid;
    padding: 0;
  }
  .pricing__box:not(.pricing__box____is_unit) .pricing__box__inner {
    padding-left: 15%;
    padding-top: 18%;
  }
  .pricing__box.pricing__box____is_unit {
    padding: 19.5px 18px;
  }
}
.c-product-pricing-select-group:not(:empty) {
  margin-top: 17.984px;
}

#options-and-prices-wrapper > #meeting-start-time > .c-product-pricing > .c-product-pricing-select-group {
  margin-top: 0;
}

#options-and-prices-wrapper #meeting-start-time span + .c-product-pricing {
  margin-top: 20px;
}

@media screen and (min-width: 451px) {
  .pricing__box {
    min-width: 129.8px;
    max-width: 192px;
    min-height: 120px;
  }
  .c-product-pricing-select-group .c-select-control {
    max-width: 423.5px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 600px) {
  .c-product-pricing-select-group {
    display: block;
  }
  .c-product-pricing-select-group .c-select-control {
    max-width: 100%;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 400px) {
  .pricing__box:not(.pricing__box____is_unit) .pricing__box__inner {
    padding-top: 12%;
  }
}
.traveller__gallery__wrapper {
  margin: 0 0 24px 0;
  border-top: 1px solid #D9D9D9;
  overflow: hidden;
}
.traveller__gallery__title {
  padding: 24px 0;
}
.traveller__gallery__container {
  display: grid;
  grid-gap: 8px;
  height: 455px;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .traveller__gallery__container {
    grid-template-columns: repeat(4, 0.25fr);
    grid-template-rows: 0.55fr 0.45fr;
    height: 320px;
  }
}
.traveller__gallery__container .see__all__arrow {
  stroke: #FFFFFF;
  margin-bottom: 12px;
}
.traveller__gallery__container .title4__AK3w {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .traveller__gallery__container .title4__AK3w {
    font-size: 1.25rem;
  }
}
.traveller__gallery__container .user__action__title {
  line-height: 1.2;
  display: block;
}
.traveller__image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.traveller__image__container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  min-width: 100%;
  min-height: 100%;
}
.traveller__image__container:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .traveller__image__container__desktop_only {
    display: none;
  }
  .traveller__image__container:nth-child(2) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .traveller__image__container:nth-child(3) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 768px) {
  .traveller__image__container:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/3;
  }
  .traveller__image__container:nth-child(2):nth-last-child(4) {
    grid-row: 1/2;
  }
  .traveller__image__container:nth-child(3) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .traveller__image__container:nth-child(4):nth-last-child(2) {
    grid-column: 3/4;
  }
  .traveller__image__container:nth-child(5) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
.traveller__image__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .traveller__image__overlay__mobile {
    display: none;
  }
}

.featured__review {
  border: 1.5rem solid #F5F5F5;
  border-radius: 8px;
  margin-top: 3rem;
  background-color: #F5F5F5;
}
.featured__review .c-reviews span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .featured__review {
    margin-left: -1rem;
    width: calc(100% + 1.875rem);
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .featured__review {
    margin-right: 0;
    margin-left: 0;
  }
}
.featured__review .featuredReviewText__pprk {
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.875rem;
}
.featured__review .report__flag__button {
  width: 3.5rem;
  border: none;
  background: none;
}
.featured__review .report__flag {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 100%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured__review__header {
  background-color: #F5F5F5;
  padding-bottom: 1rem;
}
.featured__review__container {
  border-radius: 19px;
  background-color: #fff;
  padding: 1.7rem 1.5rem;
}

.review__author__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 2.375rem;
  font-weight: 400;
}

.featured__review__title {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
}

.rating__info {
  display: flex;
  align-items: center;
}
.rating__info .star__rating {
  display: flex;
  align-items: flex-start;
}
.rating__info .star__rating .stars__shHz {
  display: flex;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.rating__info .star__rating .stars__shHz i {
  color: #00C295;
}
.rating__info .starIcon__oVLE {
  display: inline-block;
  margin-right: 0.125rem;
  height: 1.5rem;
}
.rating__info .starIcon__oVLE.md__BECl {
  height: 1rem;
  width: 1rem;
}

.c-faq--answer--container {
  padding: 25px 28px;
  background-color: var(--cool-component-light-grey);
  border-radius: 8px;
}

.c-faq--answer,
.c-faq--question,
.c-faq-filter-title {
  color: var(--cool-black);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667em;
}

.c-faq--answer p,
.c-faq--question p,
.c-faq--answer p {
  margin-top: 0;
}
.c-faq--answer p:last-of-type,
.c-faq--question p:last-of-type,
.c-faq--answer p:last-of-type {
  margin-bottom: 0;
}
.c-faq--answer > strong,
.c-faq--question > strong,
.c-faq--answer > strong {
  float: left;
  margin-right: 8px;
}

.c-faq--question {
  padding-top: 40px;
  padding-bottom: 16px;
}

.c-faq--question strong {
  font-weight: 600;
  padding-right: 3.2px;
}

.c-faq--answer ul {
  list-style: circle;
  padding-left: 16px;
  margin-bottom: 18px;
}
.c-faq--answer ul li {
  margin-bottom: 0 !important;
}

.c-faq-filter-btn-container {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  margin-top: -9px !important;
  flex-wrap: wrap;
  height: fit-content;
  -webkit-box-pack: end;
  margin-left: -8px !important;
  margin: 0;
  list-style: none !important;
}

.c-faq-description {
  color: var(--cool-black);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6666666667em;
  margin: 0;
  margin-bottom: 32px;
}

.c-faq-filter-button {
  align-items: center;
  border: 1px solid var(--p) !important;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-width: 92px;
  white-space: nowrap;
  margin: 9px 0 0 8px;
}
.c-faq-filter-button span {
  color: var(--p) !important;
}
.c-faq-filter-button:hover {
  border: 1px solid var(--p) !important;
  background: var(--p) !important;
}
.c-faq-filter-button:hover span {
  color: white !important;
}

.c-faq-filter-button--active {
  background: var(--p) !important;
}
.c-faq-filter-button--active span {
  color: #fff !important;
}
.c-faq-filter-button--active:hover {
  border: 1px solid var(--p);
  background: var(--p);
  opacity: 1;
}
.c-faq-filter-button--active:hover span {
  color: #fff;
}

body.cool-widget {
  overflow: hidden;
}

#cool-widget #viator-booking-wrapper-selected-info-description.show-only-2-lines .read-more-content {
  max-height: 42.8572px;
  overflow: hidden;
}
#cool-widget .viator-product .c-viator-total-separator {
  border-color: var(--cool-grey-border);
  margin: 11px 0 0;
  padding-bottom: 8px;
}
#cool-widget .viator-product .c-viator-total-separator.c-hidden {
  display: none !important;
}
#cool-widget .viator-product #viator-booking-wrapper-selected-info:not(:empty) {
  border: 1px solid var(--cool-field-outline-color);
  padding: 11px 13px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 0 !important;
}
#cool-widget .viator-product #product-addons-total {
  margin-top: 0 !important;
}
#cool-widget .viator-product .product-addon-totals {
  padding: 10px 13px 11px;
  border: 1px solid var(--cool-field-outline-color);
  border-top: 0;
}
#cool-widget .product-addon-totals .c-span-currency-code {
  cursor: pointer;
  text-decoration: underline;
}
#cool-widget .product-addon-totals dd strong {
  display: inline-flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  column-gap: 6px;
  row-gap: 0;
  max-width: 100%;
  align-items: baseline;
}
#cool-widget .product-addon-totals dd strong .original-amount {
  font-weight: 400 !important;
  font-size: var(--cool-text-meta, 0.9375rem) !important;
  line-height: 1.1 !important;
  margin-bottom: -5.5px;
}
@media screen and (max-width: 1024px) {
  #cool-widget .viator-travelers-options-discount-badge .c-tooltip-wrapper--top .c-tooltip-content {
    transform: translateY(-50%);
    left: 57px;
    top: 50% !important;
    bottom: auto;
  }
  #cool-widget .viator-travelers-options-discount-badge .c-tooltip-wrapper--top .c-tooltip-content::after {
    transform: rotate(90deg) translateY(-50%);
    bottom: auto;
    top: 50%;
    margin-left: 0;
    left: -17px;
    margin-top: -4px;
  }
}
#cool-widget #viator-booking-wrapper-selected-info-bands strike,
#cool-widget #product-addons-total strike {
  color: var(--cool-warm-grey);
}
#cool-widget #viator-booking-wrapper-selected-info-bands li:first-child {
  padding-top: 4px;
}
#cool-widget #viator-booking-wrapper-selected-info-bands li > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.25em;
}
#cool-widget #viator-booking-wrapper-selected-info-bands li > div strike {
  order: 1;
  line-height: 1.1;
  margin-top: -1.5px;
  margin-bottom: 4px;
}
#cool-widget #viator-booking-wrapper-selected-info-bands li > div:last-child {
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}
#cool-widget #viator-booking-wrapper-selected-info-bands li > div:last-child strike {
  order: -1;
}
#cool-widget #viator-booking-wrapper-selected-info-bands li.c-band-line-wrap > div strike {
  flex-basis: 100%;
}
#cool-widget.cool-widget-full-pricing #viator-booking-wrapper-selected-info-bands li {
  margin-bottom: 2px;
}
#cool-widget.cool-widget-full-pricing #viator-booking-wrapper-selected-info-bands li:first-child {
  padding-top: 4px;
}
#cool-widget.cool-widget-full-pricing #product-addons-total {
  margin-top: -0.5px;
}
#cool-widget.cool-widget-full-pricing #product-addons-total .tm-activity-line-total,
#cool-widget.cool-widget-full-pricing #product-addons-total .fareharbor-addons-total,
#cool-widget.cool-widget-full-pricing #product-addons-total .cool-activity-surcharge-total {
  color: var(--cool-text) !important;
  margin-bottom: 2px;
}
#cool-widget.cool-widget-full-pricing #product-addons-total .tm-booking-taxes-n-fees-total {
  color: var(--cool-text) !important;
}
@media screen and (max-width: 1024px) {
  #cool-widget.cool-widget-full-pricing #product-addons-total {
    margin-top: 0.5px;
  }
}
#cool-widget h2.price-heading {
  font-size: 1.5rem !important;
  margin-top: -8px;
  /*margin-bottom: 6px; New Design */
  font-weight: var(--cool-weight-title, 700) !important;
  letter-spacing: -0.3px;
}
#cool-widget .deposit-message {
  font-size: 0.875rem !important;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
  flex: 1 1 100%;
  min-width: 100%;
}
@media screen and (max-width: 1024px) {
  #cool-widget .deposit-message {
    text-align: center;
  }
}
#cool-widget .lightpick {
  position: absolute;
  width: 100% !important;
  top: 48px !important;
  left: 10px !important;
  margin-top: 0;
}
#cool-widget .lightpick .datepicker-prices-shown {
  color: var(--cool-dark-grey);
}
#cool-widget .lightpick .datepicker-prices-shown i {
  position: relative;
  font-size: 8px;
  top: 2px;
  left: 1px;
}
#cool-widget .lightpick .datepicker-prices-shown .datepicker-currency-short {
  text-decoration: underline;
  cursor: pointer;
}
#cool-widget .custom-select label,
#cool-widget .custom-input label {
  display: none;
}
#cool-widget .custom-select input,
#cool-widget .custom-select select,
#cool-widget .custom-input input,
#cool-widget .custom-input select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#bookingEditPart .custom-select.has-icon label {
  display: none;
}

#cool-widget #product-addons-total .deposit-product-totals,
#bookingEditPart #product-addons-total .deposit-product-totals {
  flex-wrap: wrap;
}
#cool-widget .custom-select label[for=activity],
#bookingEditPart .custom-select label[for=activity] {
  display: block !important;
}
#cool-widget .lightpick,
#bookingEditPart .lightpick {
  position: absolute;
  width: 100% !important;
  top: 48px !important;
  left: 10px !important;
  margin-top: 0;
}
#cool-widget .lightpick .lightpick__toolbar button,
#bookingEditPart .lightpick .lightpick__toolbar button {
  background: transparent;
  margin-left: 0px;
  margin-right: -1px;
  position: relative;
}
#cool-widget .lightpick .lightpick__toolbar button:not(.disabled),
#bookingEditPart .lightpick .lightpick__toolbar button:not(.disabled) {
  cursor: pointer;
}
#cool-widget .lightpick .lightpick__toolbar button.disabled,
#bookingEditPart .lightpick .lightpick__toolbar button.disabled {
  visibility: hidden;
}
#cool-widget .lightpick .lightpick__month-title-bar,
#bookingEditPart .lightpick .lightpick__month-title-bar {
  display: block;
  text-align: center;
  top: -5px;
  position: relative;
  width: 98.5%;
}
#cool-widget .lightpick .lightpick__month-title,
#bookingEditPart .lightpick .lightpick__month-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cool-widget .lightpick .lightpick__toolbar,
#bookingEditPart .lightpick .lightpick__toolbar {
  display: flex;
  text-align: right;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: -41px;
  position: relative;
}
#cool-widget .lightpick .lightpick__month-title > .lightpick__select,
#bookingEditPart .lightpick .lightpick__month-title > .lightpick__select {
  padding-left: 0 !important;
  padding-right: 0;
}
#cool-widget .lightpick .lightpick__month-title > .lightpick__select-months,
#bookingEditPart .lightpick .lightpick__month-title > .lightpick__select-months {
  margin-right: 2px;
  width: auto;
  line-height: 30px;
}
#cool-widget .lightpick .lightpick__months,
#bookingEditPart .lightpick .lightpick__months {
  position: relative;
}
#cool-widget .lightpick .lightpick__month-title > .lightpick__select:disabled,
#cool-widget .lightpick .lightpick__month-title > .lightpick__select,
#bookingEditPart .lightpick .lightpick__month-title > .lightpick__select:disabled,
#bookingEditPart .lightpick .lightpick__month-title > .lightpick__select {
  opacity: 1;
  color: var(--cool-text);
  font-weight: 700;
}
#cool-widget .lightpick select.lightpick__select.lightpick__select-years,
#bookingEditPart .lightpick select.lightpick__select.lightpick__select-years {
  width: auto !important;
  margin-left: 2px;
}
#cool-widget .lightpick .lightpick__toolbar i,
#bookingEditPart .lightpick .lightpick__toolbar i {
  padding: 21px 15px;
  background-color: transparent;
  position: absolute;
  left: 0;
  font-size: 0.75rem;
}
#cool-widget .lightpick .lightpick__toolbar button:not(.disabled) i,
#bookingEditPart .lightpick .lightpick__toolbar button:not(.disabled) i {
  cursor: pointer;
  pointer-events: all;
}
#cool-widget .fal.fa-light,
#bookingEditPart .fal.fa-light {
  font-family: "Font Awesome 7 Pro";
}
#cool-widget .product-addon .section-header-addon,
#bookingEditPart .product-addon .section-header-addon {
  line-height: 1.375 !important;
}
#cool-widget .product-addon .custom-checkboxes,
#bookingEditPart .product-addon .custom-checkboxes {
  border: 1px solid var(--cool-grey-border);
  border-radius: 5px;
  margin-bottom: 15px;
}
#cool-widget .product-addon .custom-checkboxes label,
#bookingEditPart .product-addon .custom-checkboxes label {
  padding-top: 13px;
  padding-left: 45px;
  padding-bottom: 14.5px;
  width: 100%;
  padding-right: 19px;
  color: var(--cool-text);
}
#cool-widget .product-addon .custom-checkboxes label .checkmark,
#bookingEditPart .product-addon .custom-checkboxes label .checkmark {
  top: 15px;
  left: 14px;
  width: 19px;
  height: 19px;
}
#cool-widget .tooltip-pos,
#bookingEditPart .tooltip-pos {
  line-height: 0;
}
#cool-widget .tooltip-pos i,
#bookingEditPart .tooltip-pos i {
  color: #555;
  font-size: 16px;
  line-height: 1;
}
#cool-widget .fh_cool_ticket_show_trigger a,
#cool-widget .fh_cool_ticket_hide_trigger a,
#bookingEditPart .fh_cool_ticket_show_trigger a,
#bookingEditPart .fh_cool_ticket_hide_trigger a {
  color: var(--cool-text);
  font-size: 1rem;
  border-bottom: 1px solid currentColor !important;
  margin-right: 5.5px;
  margin-top: 0;
  margin-bottom: 4px;
}
#cool-widget .fh_cool_ticket_show_trigger i,
#cool-widget .fh_cool_ticket_hide_trigger i,
#bookingEditPart .fh_cool_ticket_show_trigger i,
#bookingEditPart .fh_cool_ticket_hide_trigger i {
  font-size: 0.625rem;
  color: #707070;
}
#cool-widget .custom-ticket-select,
#bookingEditPart .custom-ticket-select {
  padding: 0;
  overflow: initial;
  height: 47px;
}
#cool-widget .custom-ticket-select > span,
#bookingEditPart .custom-ticket-select > span {
  display: flex;
  justify-content: right;
  align-items: center;
}
#cool-widget .custom-ticket-select .select,
#bookingEditPart .custom-ticket-select .select {
  justify-content: flex-start;
  height: calc(100% + 2px);
  width: 60px;
  position: relative;
  left: 0;
}
#cool-widget .custom-ticket-select .select .select-count,
#bookingEditPart .custom-ticket-select .select .select-count {
  text-align: center;
  position: absolute;
  z-index: 999;
  pointer-events: none;
  width: 100%;
  top: 11.5px;
  color: white;
  font-size: 1rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#cool-widget .custom-ticket-select .select .select-count::after,
#bookingEditPart .custom-ticket-select .select .select-count::after {
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 10px;
  content: "\f078";
  color: inherit;
  position: relative;
  top: -2.5px;
  margin-left: 5px;
}
#cool-widget .custom-ticket-select .select .select-count + select,
#bookingEditPart .custom-ticket-select .select .select-count + select {
  text-indent: -9999999px;
  width: inherit;
  height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding: 0;
  outline: 0;
  background: none;
  border: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-align-last: center;
  font-weight: 400;
  font-size: 1rem;
  background-color: var(--p, #367496);
  color: white;
  position: relative;
  top: -1px;
  left: -1px;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  cursor: pointer;
}
#cool-widget .custom-ticket-select .select .select-count + select:hover,
#bookingEditPart .custom-ticket-select .select .select-count + select:hover {
  opacity: 0.9;
}
#cool-widget .custom-ticket-select,
#bookingEditPart .custom-ticket-select {
  border-radius: 6px;
}
#cool-widget .custom-ticket-select strong,
#cool-widget .custom-select select,
#cool-widget .custom-select input,
#cool-widget .custom-ticket-select span,
#cool-widget .viator-booking-placeholder,
#cool-widget .modern-viator-travelers-placeholder,
#bookingEditPart .custom-ticket-select strong,
#bookingEditPart .custom-select select,
#bookingEditPart .custom-select input,
#bookingEditPart .custom-ticket-select span,
#bookingEditPart .viator-booking-placeholder,
#bookingEditPart .modern-viator-travelers-placeholder {
  font-size: var(--cool-text-body, 1rem) !important;
  font-weight: 400;
  color: var(--cool-text);
}
#cool-widget .custom-ticket-select span,
#bookingEditPart .custom-ticket-select span {
  font-weight: 700;
  background: none;
  text-align: right;
  padding-right: 14px !important;
  color: var(--cool-text);
}
#main-container #cool-widget .section-header h2, #main-container #cool-widget h1.section-header,
#main-container #bookingEditPart .section-header h2,
#main-container #bookingEditPart h1.section-header {
  font-size: 1rem !important;
  font-weight: var(--cool-weight-title, 700) !important;
  margin-bottom: 0.5rem !important;
  letter-spacing: inherit;
  margin-top: 0;
}

#cool-widget .section-header h2,
#bookingEditPart .section-header h2 {
  margin-top: 0;
}
#main-container #cool-widget h1.section-header,
#main-container #bookingEditPart h1.section-header {
  margin-bottom: calc(0.5rem + 2px) !important;
}

#cool-widget .modern-date-placeholder.as-placeholder,
#cool-widget .modern-viator-travelers-placeholder.as-placeholder,
#bookingEditPart .modern-date-placeholder.as-placeholder,
#bookingEditPart .modern-viator-travelers-placeholder.as-placeholder {
  display: block !important;
}
#cool-widget .viator-booking-placeholder.selected,
#bookingEditPart .viator-booking-placeholder.selected {
  padding: 0 !important;
}
#cool-widget .custom-select label,
#bookingEditPart .custom-select label {
  display: none;
}
#cool-widget .custom-select .viator-booking-placeholder,
#cool-widget .custom-select label.modern-placeholder.as-placeholder,
#bookingEditPart .custom-select .viator-booking-placeholder,
#bookingEditPart .custom-select label.modern-placeholder.as-placeholder {
  margin-top: 1px;
}
#cool-widget .custom-select.c-single-option::after,
#bookingEditPart .custom-select.c-single-option::after {
  display: none;
}
#cool-widget .custom-select.c-single-option select,
#bookingEditPart .custom-select.c-single-option select {
  pointer-events: none;
  opacity: 1;
  color: var(--cool-text);
  -webkit-text-fill-color: var(--cool-text);
}
#cool-widget .custom-select input,
#cool-widget .custom-select select,
#bookingEditPart .custom-select input,
#bookingEditPart .custom-select select {
  padding-top: 2px !important;
  padding-bottom: 0 !important;
}
#cool-widget .fareharbor-addons-total,
#cool-widget .cool-activity-surcharge-total,
#cool-widget .tm-booking-taxes-n-fees-total,
#cool-widget .tm-activity-line-total,
#bookingEditPart .fareharbor-addons-total,
#bookingEditPart .cool-activity-surcharge-total,
#bookingEditPart .tm-booking-taxes-n-fees-total,
#bookingEditPart .tm-activity-line-total {
  display: flex;
  justify-content: space-between;
  margin-block-end: 10px;
}
#cool-widget .fareharbor-addons-total .fareharbor-addons-total-label,
#cool-widget .fareharbor-addons-total .cool-activity-surcharge-total-label,
#cool-widget .fareharbor-addons-total .tm-booking-taxes-n-fees-total-label,
#cool-widget .fareharbor-addons-total .tm-activity-line-total-label,
#cool-widget .cool-activity-surcharge-total .fareharbor-addons-total-label,
#cool-widget .cool-activity-surcharge-total .cool-activity-surcharge-total-label,
#cool-widget .cool-activity-surcharge-total .tm-booking-taxes-n-fees-total-label,
#cool-widget .cool-activity-surcharge-total .tm-activity-line-total-label,
#cool-widget .tm-booking-taxes-n-fees-total .fareharbor-addons-total-label,
#cool-widget .tm-booking-taxes-n-fees-total .cool-activity-surcharge-total-label,
#cool-widget .tm-booking-taxes-n-fees-total .tm-booking-taxes-n-fees-total-label,
#cool-widget .tm-booking-taxes-n-fees-total .tm-activity-line-total-label,
#cool-widget .tm-activity-line-total .fareharbor-addons-total-label,
#cool-widget .tm-activity-line-total .cool-activity-surcharge-total-label,
#cool-widget .tm-activity-line-total .tm-booking-taxes-n-fees-total-label,
#cool-widget .tm-activity-line-total .tm-activity-line-total-label,
#bookingEditPart .fareharbor-addons-total .fareharbor-addons-total-label,
#bookingEditPart .fareharbor-addons-total .cool-activity-surcharge-total-label,
#bookingEditPart .fareharbor-addons-total .tm-booking-taxes-n-fees-total-label,
#bookingEditPart .fareharbor-addons-total .tm-activity-line-total-label,
#bookingEditPart .cool-activity-surcharge-total .fareharbor-addons-total-label,
#bookingEditPart .cool-activity-surcharge-total .cool-activity-surcharge-total-label,
#bookingEditPart .cool-activity-surcharge-total .tm-booking-taxes-n-fees-total-label,
#bookingEditPart .cool-activity-surcharge-total .tm-activity-line-total-label,
#bookingEditPart .tm-booking-taxes-n-fees-total .fareharbor-addons-total-label,
#bookingEditPart .tm-booking-taxes-n-fees-total .cool-activity-surcharge-total-label,
#bookingEditPart .tm-booking-taxes-n-fees-total .tm-booking-taxes-n-fees-total-label,
#bookingEditPart .tm-booking-taxes-n-fees-total .tm-activity-line-total-label,
#bookingEditPart .tm-activity-line-total .fareharbor-addons-total-label,
#bookingEditPart .tm-activity-line-total .cool-activity-surcharge-total-label,
#bookingEditPart .tm-activity-line-total .tm-booking-taxes-n-fees-total-label,
#bookingEditPart .tm-activity-line-total .tm-activity-line-total-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
#cool-widget .editButton,
#bookingEditPart .editButton {
  color: var(--cool-headers);
  font-size: 0.875rem;
  margin: 10px 0 0;
  border: 0;
  text-decoration: underline;
}
#cool-widget .product-unavailable-wrapper #trigger-similar-products-action,
#bookingEditPart .product-unavailable-wrapper #trigger-similar-products-action {
  margin-bottom: 0;
}
#cool-widget .product-unavailable-wrapper h4,
#bookingEditPart .product-unavailable-wrapper h4 {
  margin-top: 0;
}
#cool-widget .widget-form,
#bookingEditPart .widget-form {
  margin-bottom: 0;
}
#cool-widget .custom-select i,
#bookingEditPart .custom-select i {
  font-size: 1.07125rem;
  left: 0.875rem;
  color: var(--cool-headers);
}
#cool-widget .button.press,
#bookingEditPart .button.press {
  padding-top: 11.85px !important;
  padding-bottom: 11px !important;
  margin-top: 3px;
}
#cool-widget #add_to_cart_alternative,
#cool-widget #apply_viator_travelers,
#bookingEditPart #add_to_cart_alternative,
#bookingEditPart #apply_viator_travelers {
  margin-top: 3px;
  margin-bottom: 0.8125rem;
}
#cool-widget .c-lowestprice-container,
#bookingEditPart .c-lowestprice-container {
  margin-top: 0.46875rem;
  margin-bottom: 0.625rem;
  line-height: normal;
}
#cool-widget .c-lowestprice-container .c-lowestprice-wrapper,
#bookingEditPart .c-lowestprice-container .c-lowestprice-wrapper {
  text-transform: uppercase;
  color: var(--cool-headers);
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 0.6875rem;
  background-color: var(--cool-component-light-grey);
  padding: 0 0.34375rem 0;
  border-radius: 3px;
  height: 1.3125rem;
  line-height: 0.5454545455;
}
#cool-widget h2.price-heading,
#bookingEditPart h2.price-heading {
  margin-bottom: 6px;
}
#cool-widget .likely-to-sell-out,
#bookingEditPart .likely-to-sell-out {
  margin-bottom: 16px;
}

@media screen and (min-width: 1025px) {
  body.body-design2025 #cool-widget .likely-to-sell-out {
    position: absolute;
    top: -10px;
    margin: auto;
  }
}
body.body-design2025 #cool-widget .likely-to-sell-out .textTag {
  display: flex;
  align-items: center;
  gap: 6px;
}
body.body-design2025 #cool-widget .likely-to-sell-out i {
  --fa-primary-color: white;
  --fa-secondary-color: var(--cool-component-light-grey);
  font-size: 14px;
}

.product-subtotal-shipping i[class*=fa-info-circle] {
  cursor: pointer;
}

.c-tour-grade-list {
  position: relative;
}
.c-tour-grade-list .c-tour-grades-container {
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grades-container {
    margin-top: 1.5rem;
  }
}
.c-tour-grade-list .c-tour-grade-item {
  position: relative;
  border: 1px solid var(--cool-grey-border);
  border-radius: 8px;
  margin-bottom: 1.5rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.c-tour-grade-list .c-tour-grade-item.c-tour-grade-item-selected {
  cursor: auto;
  border: 2px solid var(--p);
}
.c-tour-grade-list .c-tour-grade-item.c-tour-grade-item-selected .c-tour-grade-wrapper-description {
  display: flex;
}
.c-tour-grade-list .c-tour-grade-item.c-tour-grade-item-selected .c-tour-grade-wrapper-radio {
  margin-bottom: 0.1875rem;
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-item.c-tour-grade-item-selected .c-tour-grade-wrapper-radio {
    margin-bottom: 0.3125rem;
  }
}
.c-tour-grade-list .c-tour-grade-item:not(.c-tour-grade-item-selected) .c-tour-grade-wrapper {
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-item:not(.c-tour-grade-item-selected) .c-tour-grade-wrapper {
    padding: 1.5rem 0.75rem;
  }
}
.c-tour-grade-list .c-tour-grade-item:not(.c-tour-grade-item-selected) .c-tour-grade-ctas {
  display: none;
}
.c-tour-grade-list .c-tour-grade-row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: normal;
  justify-content: flex-start;
  flex-flow: wrap;
}
.c-tour-grade-list .c-tour-grade-col {
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0%;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  right: auto;
  left: auto;
}
.c-tour-grade-list .c-tour-grade-col:first-child {
  border-bottom: 1px solid var(--cool-grey-border);
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .c-tour-grade-list .c-tour-grade-col:first-child {
    border: 0;
  }
  .c-tour-grade-list .c-tour-grade-col.c-tour-grade-col-small {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.c-tour-grade-list .c-tour-grade-wrapper-radio > label {
  position: relative;
  display: flex;
  padding: 0;
}
.c-tour-grade-list .c-tour-grade-wrapper-radio > label .dotted {
  top: 13px;
  left: 2px;
  border-width: 2px;
  border-color: rgb(84, 84, 84);
  background-color: transparent;
}
.c-tour-grade-list .c-tour-grade-wrapper-radio > label input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0.8125rem 0.8125rem 0.8125rem 0.125rem;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
  width: 1.125rem;
  height: 1.125rem;
  position: static;
}
.c-tour-grade-list .c-tour-grade-wrapper-radio > label input:checked + .dotted {
  background-color: var(--cool-widget-button-color, black);
}
.c-tour-grade-list .c-tour-grade-wrapper-radio > label .c-tour-grade-wrapper-radio-label {
  padding-top: 0.6875rem;
  padding-left: 0.125rem;
  color: #000;
}
.c-tour-grade-list .c-tour-grade-wrapper-radio > label .c-tour-grade-wrapper-radio-label span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-wrapper-radio > label .c-tour-grade-wrapper-radio-label span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.0125rem;
  }
}
.c-tour-grade-list .c-tour-grade-wrapper {
  padding: 0.75rem 0.5rem 1rem;
}
.c-tour-grade-list .c-tour-grade-wrapper > :nth-child(2) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-wrapper {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
.c-tour-grade-list .c-tour-grade-wrapper-description {
  display: none;
  margin-top: 1rem;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-wrapper-description {
    margin-right: 0;
    padding: 0rem 0.75rem;
    margin-left: 1.5rem;
    border-bottom: none;
  }
}
.c-tour-grade-list .c-tour-grade-wrapper-description .c-tour-guide-wrapper-disclaimer-policty-container-single .widgetBottomContainer {
  padding: 0 !important;
}
.c-tour-grade-list .c-tour-grade-wrapper-description .c-tour-guide-wrapper-disclaimer-policty-container-single .widgetBottomContainer i {
  color: currentColor;
}
.c-tour-grade-list .c-tour-grade-wrapper-description .c-tour-guide-wrapper-disclaimer-policty-container-single .widgetBottomContainer::before {
  display: none;
}
.c-tour-grade-list .c-tour-grade-wrapper-description .c-tour-grade-wrapper-description-text-wrapper {
  color: #333;
  letter-spacing: 0.003125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 1rem;
}
.c-tour-grade-list .c-tour-grade-wrapper-description .c-tour-grade-wrapper-description-text-wrapper span {
  overflow-wrap: break-word;
}
.c-tour-grade-list .c-tour-grade-cta {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0.5rem 1.5rem;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-cta {
    margin-left: -0.75rem;
    padding: 1.5rem 0.5rem 1.5rem 1.5rem;
    border-left: 1px solid var(--cool-grey-border);
  }
}
.c-tour-grade-list .c-tour-grade-wrapper-start-times {
  margin: 1rem 0;
}
.c-tour-grade-list .c-tour-grade-wrapper-start-times .c-tour-grade-start-times {
  min-width: 6rem;
  width: calc(100% + 0.5rem);
  display: flex;
  padding-left: 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-tour-grade-list .c-tour-grade-wrapper-start-times .c-tour-grade-start-time button {
  min-width: 5.75rem;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.c-tour-grade-list .c-tour-grade-pricing-and-policies {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
  justify-content: space-between;
}
.c-tour-grade-list .c-tour-grade-pricing-and-policies .c-tour-grade-pricing {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: unset;
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-pricing-and-policies .c-tour-grade-pricing {
    text-align: right;
  }
}
.c-tour-grade-list .c-tour-grade-pricing-and-policies .c-tour-grade-pricing .c-tour-grade-price-breakdown-tag {
  display: inline;
  border-radius: 4px;
  padding: 2px 8px;
  color: var(--cool-green-text-color);
  background-color: var(--cool-green-bg-color);
  font-size: 0.6875rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.15;
}
.c-tour-grade-list .c-tour-grade-pricing-and-policies .c-tour-grade-pricing .c-tour-grade-pricing-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003125rem;
  font-weight: 700;
  float: left;
  margin-right: 0.5rem;
}
.c-tour-grade-list .c-tour-grade-pricing-and-policies .c-tour-grade-pricing .c-tour-grade-pricing-text span {
  display: inline-block;
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-pricing-and-policies .c-tour-grade-pricing .c-tour-grade-pricing-text {
    float: none;
    margin-right: 0;
  }
}
.c-tour-grade-list .c-tour-grade-pricing-and-policies .c-tour-grade-price-breakdown-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
  align-items: start;
}
.c-tour-grade-list .c-tour-grade-pricing-and-policies .c-tour-grade-price-breakdown-wrapper span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-pricing-and-policies .c-tour-grade-price-breakdown-wrapper {
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: end;
    align-items: end;
  }
}
@media screen and (min-width: 1025px) {
  .c-tour-grade-list .c-tour-grade-pricing-and-policies {
    flex-direction: column-reverse;
  }
}
.c-tour-grade-list .c-tour-grade-ctas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.c-tour-grade-list .c-tour-grade-ctas button {
  font-size: 1rem !important;
  font-weight: 500 !important;
  max-height: none;
  min-height: 2.75rem;
}
.c-tour-grade-list .widgetBottomContainer {
  margin-bottom: 0 !important;
  padding: 0.75rem 0.5rem 1rem 1rem !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.c-tour-grade-list .widgetBottomContainer p {
  font-size: 0.875rem !important;
  margin-top: 0 !important;
  align-self: stretch;
  flex: 1;
  letter-spacing: 0.003125rem;
  line-height: 1.25rem;
}
.c-tour-grade-list .widgetBottomContainer i {
  position: static;
  margin-top: 0.125rem;
  line-height: 1;
  margin-right: 0;
}
.c-tour-grade-list .widgetBottomContainer li {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0;
}

.cool-gamma.single-activity #activity-page .s-activity-page-left,
.cool-gamma.single-activity #activity-page #s-page-container {
  margin-bottom: 35px;
}
.cool-gamma.single-activity #activity-page .s-activity-page-left h2,
.cool-gamma.single-activity #activity-page .s-activity-page-left h2 + strong,
.cool-gamma.single-activity #activity-page #s-page-container h2,
.cool-gamma.single-activity #activity-page #s-page-container h2 + strong {
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .cool-gamma.single-activity #activity-page .s-activity-page-left h2,
  .cool-gamma.single-activity #activity-page .s-activity-page-left h2 + strong,
  .cool-gamma.single-activity #activity-page #s-page-container h2,
  .cool-gamma.single-activity #activity-page #s-page-container h2 + strong {
    --cool-text-heading: 1.5000rem;
  }
}
@media screen and (min-width: 1025px) {
  .cool-gamma.single-activity .content .page-title {
    width: 100%;
  }
}
.cool-gamma.single-activity .press.press-ghost {
  padding-top: 11.85px !important;
  padding-bottom: 11px !important;
  line-height: 1.12;
}
.cool-gamma.single-activity .faq-summary-btn {
  text-transform: none !important;
}
.cool-gamma.single-activity,
.cool-gamma.single-activity ul.listing-group .listing-desc p {
  color: var(--cool-text) !important;
}
.cool-gamma.single-activity .list-wrapper .list-row .list-col li {
  line-height: 1.625rem;
  margin-bottom: 0.875rem !important;
}
.cool-gamma.single-activity .listWrapper .rowList .colList li {
  line-height: 1.625rem;
  margin-bottom: 0.875rem !important;
}
@media screen and (max-width: 1300px) {
  .cool-gamma.single-activity .c-table-wrapper {
    padding: 0.5rem 0.78125rem 0.75rem 0.844rem;
    border: 0.0625rem solid rgb(206, 220, 216);
  }
  .cool-gamma.single-activity .c-table-wrapper table {
    border: 0;
    padding: 0;
  }
}
.cool-gamma.single-activity .c-chat-bot {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  width: 4rem;
  height: 4rem;
  box-shadow: rgba(36, 36, 36, 0.15) 0px 20px 30px 0px;
  background-color: transparent;
  overflow: hidden;
  color: #222;
}
.cool-gamma.single-activity .c-chat-bot.c-chat-opened {
  animation: 0.2s ease-in 0.5s 1 normal forwards running widgetOnLoad, 0.7s cubic-bezier(0.66, 0, 0.12, 1) 0s 1 normal none running launcherOnOpen;
}
.cool-gamma.single-activity .c-chat-bot.c-chat-opened .c-chat-bot-inner > button div:first-child {
  top: -100%;
}
.cool-gamma.single-activity .c-chat-bot.c-chat-opened .c-chat-bot-inner > button div:last-child {
  top: 0;
}
.cool-gamma.single-activity .c-chat-bot.c-chat-bot-margin {
  bottom: 6rem !important;
}
.cool-gamma.single-activity .c-chat-bot i {
  font-size: 4.75rem;
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0px;
  box-shadow: rgba(36, 36, 36, 0.15) 0px 20px 30px 0px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  background-color: rgb(23, 73, 77) !important;
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(23, 73, 77);
  -webkit-box-align: center;
  -webkit-box-pack: center;
  transition: border-color 0.25s ease-in-out, box-shadow 0.1s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, outline-color 0.1s ease-in-out, z-index 0.25s ease-in-out;
  margin: 0px;
  cursor: pointer;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  user-select: none;
  line-height: 38px;
  font-size: 0.875rem;
  outline-color: transparent;
  border: none;
  padding: 0px;
  min-width: 2.5rem;
  color: rgb(104, 115, 125);
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  width: 100%;
  height: 100%;
  transition: top 0.5s cubic-bezier(0.66, 0, 0.12, 1);
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button div:last-child {
  top: 100%;
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button div:last-child svg {
  width: auto !important;
  height: auto !important;
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button svg {
  width: 60% !important;
  height: 60% !important;
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button svg path {
  fill: rgb(255, 255, 255);
}
.cool-gamma.single-activity .widget-loaded {
  height: auto !important;
}
.cool-gamma.single-activity .widget-loaded .widget-loader {
  display: none;
}
.cool-gamma.single-activity .reviews-area-inner {
  margin-right: 0 !important;
}
.cool-gamma.single-activity .reviews-area-inner .reviews-area-count {
  color: var(--cool-text) !important;
}
.cool-gamma.single-activity .reviews-area-inner .reviews-area-count:hover {
  border-bottom: 1px solid currentColor;
}
.cool-gamma.single-activity #meeting-and-pickup-wrapper .read-more-wrapper {
  --cool-text-body: var(--cool-text-small);
  font-size: var(--cool-text-body);
}
.cool-gamma.single-activity #meeting-and-pickup-wrapper .read-more-link-with-icon i {
  top: 0;
}
.cool-gamma.single-activity .pickup-point-additional-info,
.cool-gamma.single-activity .meeting-point-description,
.cool-gamma.single-activity #meeting-and-pickup-wrapper .read-more-link-with-icon,
.cool-gamma.single-activity .faq-summary-btn-container .faq-summary-description,
.cool-gamma.single-activity .list-col li span.description,
.cool-gamma.single-activity .colList li span.description,
.cool-gamma.single-activity .c-faq-description {
  color: var(--cool-dark-grey) !important;
}
.cool-gamma.single-activity #meeting-start-time .custom-select:after {
  top: 50%;
  right: 18px;
  content: "\f078";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  display: block;
  font-size: 0.625rem;
}
.cool-gamma.single-activity #accordions #collapse-sample_menu {
  text-align: center;
}
.cool-gamma.single-activity #accordions #collapse-sample_menu strong {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .cool-gamma.single-activity #accordions #collapse-included {
    padding-bottom: 18px;
  }
}
.cool-gamma.single-activity #accordions #collapse-additional .featureList {
  margin-bottom: 0 !important;
}
.cool-gamma.single-activity #accordions #collapse-additional .read-more-area {
  margin-top: 10px;
}
.cool-gamma.single-activity #accordions #cancellation-questions .parentBox > .layoutBox:first-child,
.cool-gamma.single-activity #accordions #cancellation-questions .parentBox .secondColumn .layoutBox:last-child {
  padding-bottom: 40px;
}
.cool-gamma.single-activity .activity-attributes > div .text {
  color: var(--cool-text);
  font-size: 1.125rem;
}
.cool-gamma.single-activity .activity-attributes > div.offered-langauges-single .text {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .cool-gamma.single-activity .activity-attributes {
    padding-bottom: 0.375rem;
  }
  .cool-gamma.single-activity .activity-attributes > div {
    align-items: baseline !important;
  }
  .cool-gamma.single-activity .activity-attributes > div > span:first-child {
    font-size: 1.25rem;
    margin-right: 0.0625rem;
    position: relative;
    top: 1.5px;
    flex: 0 0 auto;
  }
  .cool-gamma.single-activity .activity-attributes > div.offered-langauges-single {
    line-height: 1.625rem;
  }
  .cool-gamma.single-activity .activity-attributes > div.offered-langauges-single .text {
    display: flex;
    gap: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .cool-gamma.single-activity .activity-attributes {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
  }
  .cool-gamma.single-activity .activity-attributes > div {
    flex: 0 0 auto;
  }
}
.cool-gamma.single-activity .review-info-wrapper .stars {
  margin-top: 0.0625rem;
}
@media screen and (max-width: 1024px) {
  .cool-gamma.single-activity .review-info-wrapper .stars {
    margin-top: 0.1875rem;
    top: 0;
    margin-bottom: 0 !important;
  }
}
.cool-gamma.single-activity #traveler-photos-wrapper + [data-automation=review-section] > .review,
.cool-gamma.single-activity .featured__review + [data-automation=review-section] > .review {
  border-top: 0;
}
@media screen and (min-width: 1025px) {
  .cool-gamma.single-activity .layoutBox .faq-summary-answer-text {
    max-height: 12.3956875rem;
  }
}
@media screen and (min-width: 699px) {
  .cool-gamma.id-7 #main-content-area .s-activity-page-left .share-dropdown {
    right: 3.5rem;
  }
}
.cool-gamma #main-content-area .subtitle-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .subtitle-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cool-gamma #main-content-area .subtitle-wrapper .review-info-wrapper {
  flex-direction: row;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .subtitle-wrapper .review-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma #main-content-area .subtitle-wrapper .review-info-wrapper {
    margin-bottom: 0;
  }
  .cool-gamma #main-content-area .subtitle-wrapper .review-info-wrapper .stars {
    margin-bottom: 0 !important;
  }
}
.cool-gamma #main-content-area .subtitle-wrapper .other-info-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .subtitle-wrapper .other-info-wrapper {
    margin: 0.5rem 0 0.75rem 0.5rem;
    flex-direction: row;
    gap: 1rem;
  }
}
.cool-gamma #main-content-area .s-activity-page-left {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  order: 2;
}
.cool-gamma #main-content-area .s-activity-page-left .product-action {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .cool-gamma #main-content-area .s-activity-page-left .product-action {
    right: calc(1rem - 15px);
  }
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .s-activity-page-left {
    order: 1;
    width: 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .cool-gamma #main-content-area .s-activity-page-left:not(:has(.media-gallery)) .product-action {
    top: -2.4375rem;
    right: 0;
  }
  .cool-gamma #main-content-area .s-activity-page-left:not(:has(.media-gallery)) .product-action .share-dropdown {
    padding-left: 0;
    padding-right: 0;
    height: auto !important;
    background: none;
    border: 0;
  }
  .cool-gamma #main-content-area .s-activity-page-left:not(:has(.media-gallery)) .product-action .share-dropdown .share-dropdown-btn {
    flex-direction: row-reverse;
    gap: 0.375rem;
  }
  .cool-gamma #main-content-area .s-activity-page-left:not(:has(.media-gallery)) .product-action .share-dropdown .share-dropdown-btn span.share-dropdown-btn-text {
    font-size: 0.9375rem !important;
    font-weight: 400;
    margin-left: 0;
  }
  .cool-gamma #main-content-area .s-activity-page-left:not(:has(.media-gallery)) .product-action .share-dropdown .share-dropdown-btn .fa-arrow-up-from-bracket {
    font-size: 0.9375rem;
  }
  .cool-gamma #main-content-area .s-activity-page-left:not(:has(.media-gallery)) .product-action .share-dropdown .share-dropdown-btn i.fa-chevron-down {
    display: none;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown {
    width: auto !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 1.875rem !important;
    height: 2.5rem !important;
    position: relative;
    top: auto !important;
    right: auto !important;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn + ul {
    top: 3.75rem;
    user-select: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn + ul:after {
    position: absolute;
    top: -1.125rem;
    right: 1.5rem;
    width: 100%;
    height: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 9px;
    border-top-color: white;
    transform: rotate(180deg);
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn span {
    text-decoration: none !important;
    border: 0 !important;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn span.share-dropdown-btn-text {
    user-select: none;
    font-weight: 600;
    font-size: 0.875rem !important;
    margin-left: 0.3125rem;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn i {
    font-size: 0.6875rem;
    margin-left: 0.3125rem;
    display: inline;
  }
}
.cool-gamma #main-content-area .s-activity-page-left .share-dropdown {
  top: 10px;
  background: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}
.cool-gamma #main-content-area .s-activity-page-left .share-dropdown:hover {
  background-color: #F5F5F5;
}
.cool-gamma #main-content-area .s-activity-page-left .share-dropdown .fa-fw {
  color: black;
  line-height: 2.1333333333rem;
}
.cool-gamma #main-content-area .s-activity-page-left .share-dropdown ul {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn-text {
    display: none;
  }
}
@media screen and (min-width: 699px) {
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown {
    right: 1rem;
  }
}
.cool-gamma #main-content-area .s-activity-page-right {
  align-self: flex-start;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .s-activity-page-right {
    order: 2;
    width: 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 1.5rem;
  }
  .cool-gamma #main-content-area .s-activity-page-right .activity-right {
    float: none;
    max-width: none;
    border: 0;
    min-height: auto;
  }
  .cool-gamma #main-content-area .s-activity-page-right .widget-area {
    will-change: min-height;
  }
  .cool-gamma #main-content-area .s-activity-page-right .widget-area .inner-wrapper-sticky {
    max-width: 100%;
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
  .cool-gamma #main-content-area .s-activity-page-right .widget-area .widget-inner-wrapper {
    position: relative;
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
    border: 1px solid #ceddd8;
    border-radius: 10px;
    height: 12.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma #main-content-area .s-activity-page-right {
    display: none;
    order: 1;
    padding: 0 0.5rem;
  }
  .cool-gamma #main-content-area .s-activity-page-right .activity-right {
    border: 0;
  }
}
.cool-gamma .c-telesales-on-top {
  display: inline-flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .cool-gamma .c-telesales-on-top {
    margin-top: 0.84375rem;
    margin-left: 0.5rem;
    position: absolute;
    top: 0;
    right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma .c-telesales-on-top {
    margin-bottom: 1rem;
  }
  .cool-gamma .c-telesales-on-top .c-action-links__item {
    font-size: 0.9375rem;
  }
  .cool-gamma .c-telesales-on-top .c-action-links__row {
    justify-content: normal;
    align-items: center;
    gap: 0.5rem;
  }
  .cool-gamma .c-telesales-on-top .c-action-links__icon {
    order: 0;
  }
}
@media screen and (min-width: 1025px) {
  .cool-gamma .s-activity-page-left .activity-slider {
    height: 32.5625rem;
  }
  .cool-gamma .s-activity-page-left .media-gallery {
    margin-bottom: 1.125rem;
  }
}
.cool-gamma .widget-mobile-wrapper {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .cool-gamma .widget-mobile-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma .widget-mobile-wrapper {
    height: 12.5rem;
    margin-top: 1rem;
  }
  .cool-gamma .widget-mobile-wrapper:not(.widget-loaded) {
    height: auto;
    min-height: 12.5rem;
  }
  .cool-gamma .widget-mobile-wrapper + .eligibility-tracking-wrapper {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma .footer-sidebar-section {
    margin-right: -0.9375rem;
  }
}
@media screen and (min-width: 1025px) {
  .cool-gamma .footer-sidebar-section {
    margin-top: 1.875rem;
  }
}
.cool-gamma #main-content-area .recommended-by {
  display: inline-flex;
  gap: 0.5625rem;
  margin-left: 4px;
}
.cool-gamma #main-content-area .recommended-by .recommended-by-badge-icon,
.cool-gamma #main-content-area .recommended-by .recommended-by-badge-info-icon,
.cool-gamma #main-content-area .recommended-by .recommended-by-text {
  color: var(--cool-text);
}
.cool-gamma #main-content-area .recommended-by .recommended-by-badge-info-icon {
  position: relative;
  border: 0 !important;
}
.cool-gamma #main-content-area .recommended-by .recommended-by-badge-info-icon:hover .tooltip-cont {
  display: block;
  z-index: 3;
  left: calc(50% - 26px) !important;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .review-sep {
    padding: 0 0.625rem;
  }
  .cool-gamma #main-content-area .recommended-by .recommended-by-badge-icon {
    margin-right: -0.125rem;
  }
  .cool-gamma #main-content-area .recommended-by .recommended-by-badge-icon i,
  .cool-gamma #main-content-area .recommended-by .recommended-by-badge-info-icon i {
    font-size: 0.875rem;
    position: relative;
    top: 0.025rem;
  }
}
.cool-gamma #main-content-area .badge-of-excellenace-activity .excellence-badge {
  background-color: transparent;
}
.cool-gamma #main-content-area .badge-of-excellenace-activity .excellence-badge i {
  font-size: 0.875rem;
  color: black;
}
@media screen and (max-width: 1024px) {
  .cool-gamma #main-content-area .badge-of-excellenace-activity {
    display: inline-block;
    white-space: nowrap;
  }
  .cool-gamma #main-content-area .recommended-by {
    display: flex;
    margin-left: 0;
  }
  .cool-gamma #main-content-area .recommended-by .recommended-by-badge-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.125rem;
    margin-right: -0.25rem;
    font-size: 0.875rem;
  }
  .cool-gamma #main-content-area .recommended-by .recommended-by-badge-info-icon {
    margin-left: -0.25rem;
  }
}

@media screen and (max-width: 1024px) {
  #activity-page .stickyHeaderWrapper .box-width {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #cancellation-questions .secondColumn .cancellationPolicyBox {
    padding-bottom: 0;
  }
  #cancellation-questions .secondColumn .cancellationPolicyBox .cancellationPolicyMessage {
    padding-right: 3.125rem;
  }
  #cancellation-questions .secondColumn .cancellationPolicyBox .cancellationPolicyParent {
    position: relative;
  }
  #cancellation-questions .secondColumn .cancellationPolicyBox .cancellationPolicyParent .fa-chevron-right {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
  }
  #cancellation-questions .secondColumn .cancellationPolicyBox .cancellationPolicyParent .showMoreButton {
    position: absolute;
    top: -14px;
    width: 100%;
    height: calc(100% + 14px);
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
  }
  #cancellation-questions .secondColumn .cancellationPolicyBox .cancellationPolicyParent .showMoreButton button {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 !important;
    color: transparent !important;
    background: transparent !important;
    user-select: none;
  }
}
#cancellation-questions button {
  text-transform: none !important;
}

@media screen and (min-width: 1025px) {
  #c-activity-detail-included-modal .c-modal-body,
  #c-activity-detail-additional-modal .c-modal-body {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
#c-activity-detail-included-modal .list-wrapper,
#c-activity-detail-additional-modal .list-wrapper {
  padding-bottom: 0;
}
#c-activity-detail-included-modal .list-wrapper .list-row,
#c-activity-detail-additional-modal .list-wrapper .list-row {
  font-size: 1.125rem;
}
#c-activity-detail-included-modal .list-wrapper .list-row .list-col,
#c-activity-detail-additional-modal .list-wrapper .list-row .list-col {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
#c-activity-detail-included-modal .list-wrapper .list-row .list-col li,
#c-activity-detail-additional-modal .list-wrapper .list-row .list-col li {
  display: list-item;
}
#c-activity-detail-included-modal .list-wrapper .list-row .list-col .fa-ul,
#c-activity-detail-additional-modal .list-wrapper .list-row .list-col .fa-ul {
  margin-bottom: 0;
  margin-top: 0;
}

#c-activity-detail-additional-modal .fa-ul {
  list-style: disc !important;
  margin-left: 1.375rem !important;
}
#c-activity-detail-additional-modal .fa-ul li {
  padding-left: 0.3125rem;
}

#activity-page .other-products.accordion {
  padding-top: 0 !important;
}

#activity-page .other-products h2 {
  padding: 20px 0 0 !important;
  margin: 0 0 4px !important;
}

#activity-page .c-product-carousel__title,
.single-activity #recentViewedWidget .c-product-carousel__title {
  padding: 20px 0 0 !important;
  margin: 0 0 24px !important;
}

#activity-page .c-product-list-item:last-child hr.d-sm-none {
  margin-bottom: 2px !important;
}

#activity-page #s-page-container > .element-row:nth-child(2) .other-products h2 {
  padding-top: 51px !important;
}

#cool-widget ul.widgetBottomContainer {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .itineraryStop .results:not(:has(.itemAttributes)) {
    padding-bottom: 0.5rem;
  }
}
body.archive .share-dropdown {
  right: 0;
  width: auto;
  padding-top: 3px;
}
body.archive .tours-sidebar {
  margin-left: 0;
  font-size: 1.125rem;
}
body.archive .tours-sidebar li {
  list-style: none !important;
}
body.archive .tours-sidebar ul {
  margin-left: 0;
  font-size: inherit !important;
  margin-bottom: 0;
}

.rewards-wrapper {
  flex-grow: 1;
}
.rewards-wrapper.rewards-banner-not-visible .rewards-image-container {
  display: none;
}
.rewards-wrapper .rewards-content {
  margin-bottom: auto;
}
.rewards-wrapper .c-action-card {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .rewards-wrapper .branding-items .slick-track {
    align-items: flex-start;
  }
  .rewards-wrapper .branding-items .slick-dots {
    bottom: -45px;
  }
  .rewards-wrapper .c-rewards-login {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .branding-item {
    max-width: 260px;
  }
}
.rewards-wrapper .branding-item i {
  color: var(--p, #377ff8);
}
.rewards-wrapper .branding-item strong {
  margin-bottom: 8px;
}
.rewards-wrapper .rewards-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  padding: 0 15px;
}
.rewards-wrapper .rewards-centered-video-text-tagline {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
}
.rewards-wrapper .rewards-centered-video-text-tagline span:nth-child(1) {
  animation: fadeIn 1s 1s both;
}
.rewards-wrapper .rewards-centered-video-text-tagline span:nth-child(2) {
  animation: fadeIn 1s 2s both;
}
.rewards-wrapper .rewards-centered-video-text-tagline span:nth-child(3) {
  animation: fadeIn 1s 3s both;
}
.rewards-wrapper .rewards-centered-video-text-tagline span:nth-child(4) {
  animation: fadeIn 1s 4s both;
}
.rewards-wrapper .rewards-centered-video-text {
  color: white;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  position: relative;
}
.rewards-wrapper .rewards-centered-video-text svg {
  width: 19.875rem;
  height: 8.5625rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-centered-video-text svg {
    width: 26.375rem;
    height: 11.375rem;
  }
}
.rewards-wrapper .rewards-centered-video-text a {
  border: 0;
}
.rewards-wrapper .rewards-centered-video-text img {
  width: 19.875rem;
  height: auto;
  position: absolute;
  right: 24px;
  width: 62px;
  bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-centered-video-text img {
    width: 89px;
    bottom: 34px;
  }
}
.rewards-wrapper .rewards-image-container {
  display: block;
  position: fixed;
  text-align: center;
  z-index: -999999;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  background-size: cover;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.rewards-wrapper .rewards-image-container img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}
.rewards-wrapper .rewards-down-arrow {
  fill: white;
  padding-top: 4.375rem;
  animation: arrowWiggle 1.5s linear infinite;
}
.rewards-wrapper .rewards-overlay {
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.rewards-wrapper .rewards-video-overlay {
  min-height: calc(100vh - 3.75rem);
  padding-top: 30vh;
  padding-bottom: 10vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.rewards-wrapper .rewards-intro-section {
  display: flex;
  padding: 9.375rem 1rem;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  align-self: stretch;
  color: #FFFFFF;
  background-color: #1E1A34;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding-left: max(0rem, env(safe-area-inset-left, 0rem));
  padding-right: max(0rem, env(safe-area-inset-right, 0rem));
}
@media screen and (max-width: 1024px) {
  .rewards-wrapper .rewards-intro-section .rewards-column {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
  }
}
.rewards-wrapper .rewards-signup-button-column {
  width: 33.3333333333% !important;
  flex-basis: 33.3333333333% !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  max-width: 33.3333333333% !important;
}
@media screen and (max-width: 1024px) {
  .rewards-wrapper .rewards-signup-button-column {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0%;
    right: auto;
    left: auto;
  }
}
.rewards-wrapper .rewards-signup-button-column a {
  max-height: none;
  width: 100%;
  min-height: 2.9375rem;
  line-height: 1.12;
  font-size: 1.125rem;
  background-color: var(--p);
}
.rewards-wrapper .rewards-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 84.75rem;
  z-index: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.rewards-wrapper .rewards-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: normal;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.rewards-wrapper .rewards-travel-earn-radeem-repeat-section {
  padding: 3rem 0;
  flex-direction: column;
  background: #EFEEF7;
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding-left: max(0rem, env(safe-area-inset-left, 0rem));
  padding-right: max(0rem, env(safe-area-inset-right, 0rem));
}
.rewards-wrapper .rewards-travel-earn-radeem-repeat-section .rewards-column > .rewards-row {
  justify-content: flex-start;
}
.rewards-wrapper .rewards-travel-earn-radeem-repeat-section .rewards-column--small {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .rewards-wrapper .rewards-travel-earn-radeem-repeat-section .rewards-column {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    margin-left: 0%;
    right: auto;
    left: auto;
  }
}
.rewards-wrapper .rewards-column {
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    margin-left: 0%;
    right: auto;
    left: auto;
  }
}
.rewards-wrapper .rewards-title {
  display: block;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-title {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.0125rem;
  }
}
.rewards-wrapper .rewards-video-small-overlay {
  min-height: 31.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  position: relative;
  --p: #3070e3;
}
.rewards-wrapper .rewards-credits-step {
  display: flex;
  padding: 3rem 1.5rem;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin: 0 auto;
  color: var(--cool-text);
}
.rewards-wrapper .rewards-credits-step span {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
}
.rewards-wrapper .rewards-credits-step p {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.003125rem;
}
.rewards-wrapper .rewards-video-small-overlay-title {
  display: block;
  color: white;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.rewards-wrapper .rewards-video-small-overlay-title span {
  transition: opacity 1s ease-in-out;
  opacity: 0;
  display: block;
}
.rewards-wrapper .rewards-video-small-overlay-title span.rewards-in-view {
  opacity: 1;
}
.rewards-wrapper .rewards-video-small-overlay-title span.rewards-in-view:nth-child(2) {
  transition-delay: 0.5s;
}
.rewards-wrapper .rewards-video-small-overlay-title span.rewards-in-view:nth-child(3) {
  transition-delay: 1s;
}
.rewards-wrapper .rewards-video-small-overlay-title span.rewards-in-view:nth-child(4) {
  transition-delay: 1.5s;
}
.rewards-wrapper #c-rewards-terms-modal ol {
  list-style: decimal;
  margin-left: 20px;
}
.rewards-wrapper #c-rewards-terms-modal ol li {
  margin-bottom: 20px;
  font-weight: 500;
}
.rewards-wrapper #c-rewards-terms-modal ol ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 0;
}
.rewards-wrapper #c-rewards-terms-modal ol ul li {
  margin-bottom: 8px;
  font-weight: 400;
}
.rewards-wrapper #c-rewards-terms-modal strong {
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.003125rem;
  margin: 0 0 10px;
  padding: 0;
  display: inline-block;
}
.rewards-wrapper #c-rewards-terms-modal .rewards-terms-and-conditions-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.rewards-wrapper #c-rewards-terms-modal .rewards-terms-and-conditions-container h3 {
  align-self: stretch;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
}
.rewards-wrapper #c-rewards-terms-modal .rewards-terms-and-conditions-container h4 {
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.003125rem;
  margin: 0;
  padding: 0;
}
.rewards-wrapper #c-rewards-terms-modal .rewards-terms-and-conditions-container p {
  font-weight: 400;
  letter-spacing: 0.003125rem;
}
.rewards-wrapper #c-rewards-terms-modal .rewards-terms-and-conditions-container a {
  color: inherit !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
}
.rewards-wrapper .rewards-small-image-scontainer {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 31.25rem;
  background-size: cover;
  background-position: center;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.rewards-wrapper .rewards-small-image-scontainer img,
.rewards-wrapper .rewards-small-image-scontainer video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
}
.rewards-wrapper .rewards-frequently-asked-questions-section {
  flex-direction: column;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding-left: max(0rem, env(safe-area-inset-left, 0rem));
  padding-right: max(0rem, env(safe-area-inset-right, 0rem));
}
@media screen and (max-width: 1024px) {
  .rewards-wrapper .rewards-frequently-asked-questions-section .c-faq-layout-box {
    border-top: 0;
    padding: 0;
  }
}
.rewards-wrapper .rewards-frequently-asked-questions-section .c-faq-summary-parent {
  border: 0;
  padding: 0;
}
.rewards-wrapper .rewards-frequently-asked-questions-section .rewards-faq-container {
  padding: 3rem 0;
}
@media screen and (max-width: 1024px) {
  .rewards-wrapper .rewards-frequently-asked-questions-section .rewards-faq-container {
    padding-top: 2rem;
  }
}
.rewards-wrapper .rewards-frequently-asked-questions-section .rewards-faq-header-section {
  display: flex;
  padding: 0 1rem 3rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  align-self: stretch;
  border-bottom: 1px solid #d9d9d9;
}
.rewards-wrapper .rewards-frequently-asked-questions-section .rewards-faq-header-section h3 {
  color: var(--cool-black);
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
}
@media screen and (max-width: 1024px) {
  .rewards-wrapper .rewards-frequently-asked-questions-section .rewards-faq-header-section h3 {
    font-size: 1.5rem;
  }
}
.rewards-wrapper .rewards-intro-section-terms-button {
  margin: 1rem 0 3rem 0;
  color: white;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
}

/* Wishlists page (app/account/wishlist.php): product tabs (My wishlists / Recently viewed) over a grid of
   Wishlist Cards; the Recently viewed tab holds the AJAX-loaded Product Carousel in grid layout. */
@media screen and (max-width: 1024px) {
  .wishlists-page#tm-account-dashboard {
    padding-left: 0;
    padding-right: 0;
  }
}
.wishlists-page .c-tab-navigation {
  margin-bottom: 0;
}
.wishlists-page .c-tab-navigation-content-wrapper {
  padding-top: 32px;
}
@media screen and (max-width: 1024px) {
  .wishlists-page .c-tab-navigation-content-wrapper {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .wishlists-page .c-tab-navigation .c-tabs {
    width: auto;
    margin: 0 -15px;
  }
  .wishlists-page .c-tab-navigation .c-tabs .c-tabs-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9375rem;
  }
  .wishlists-page .c-tab-navigation .c-tabs .c-tabs-item:first-child {
    padding-left: 15px;
  }
}
.wishlists-page .wishlists-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (min-width: 744px) {
  .wishlists-page .wishlists-page__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .wishlists-page .wishlists-page__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.wishlists-page .wishlists-page__recently-viewed .skeleton-heading {
  display: none;
}
.wishlists-page .wishlists-page__recently-viewed .c-product-carousel {
  padding-bottom: 0;
}
.wishlists-page .wishlists-page__empty {
  margin: 0;
  color: #585c63;
}
.wishlists-page .wishlists-page__empty-state h1 {
  margin-top: 24px;
}
.wishlists-page .wishlists-page__empty-state .wish-list-empty-image {
  margin-top: 40px;
}
.wishlists-page .wishlists-page__empty-heart {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  color: #b0b0b0;
  transition: color 0.2s ease, transform 0.25s ease;
  cursor: default;
}
.wishlists-page .wishlists-page__empty-heart:hover {
  color: red;
  transform: scale(1.5);
  animation: wishlists-heart-bounce 0.7s ease;
}
@keyframes wishlists-heart-bounce {
  0% {
    transform: translateY(0) scale(1);
  }
  35% {
    transform: translateY(-16px) scale(1.8);
  }
  60% {
    transform: translateY(0) scale(1.35);
  }
  80% {
    transform: translateY(-6px) scale(1.6);
  }
  100% {
    transform: translateY(0) scale(1.5);
  }
}
.wishlists-page .wishlists-page__empty-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.wishlists-page .wishlists-page__empty-actions .c-btn {
  margin: 0;
  width: 100%;
  max-width: 300px;
}
.wishlists-page .wishlist-back-button {
  width: auto;
}
.wishlists-page #wishlist-detail-top-bar .wishlist-sharing-settings .wish-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ceddd8 !important;
  background: #fff;
}
.wishlists-page #wishlist-detail-top-bar .wishlist-sharing-settings .wish-button::before {
  display: none;
}
.wishlists-page #wishlist-detail-top-bar .wishlist-sharing-settings .wish-button:hover {
  background: #f7f7f7;
  border-color: #b9cbc5 !important;
}
.wishlists-page #wishlist-detail-top-bar {
  position: static;
  z-index: auto;
}
.wishlists-page #wishlist-detail-top-bar .wishlist-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 22px;
  font-size: 1rem;
  color: #202020;
}
.wishlists-page #wishlist-detail-top-bar .wishlist-back-link::before {
  display: none;
}
.wishlists-page #wishlist-detail-top-bar .wishlist-back-link:hover .wishlist-back-link__label {
  text-decoration: underline;
}
.wishlists-page #wishlist-detail-top-bar .wishlist-back-link i {
  font-size: 0.875rem;
}
.wishlists-page .wishlists-page__heading {
  padding: 22px 0 8px;
}
.wishlists-page .wishlists-page__heading h1 {
  margin: 0 0 16px;
  font-size: 1.75rem;
  font-weight: var(--cool-weight-title, 500);
  line-height: 1.2;
  text-align: left;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1024px) {
  .wishlists-page .wishlists-page__heading h1 {
    font-size: 1.375rem;
  }
}
.wishlists-page .wishlist-dates {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .wishlists-page .wishlist-dates {
    gap: 8px;
    align-items: flex-start;
  }
}
.wishlists-page .wishlist-dates__button {
  white-space: nowrap;
}
.wishlists-page .wishlist-dates__button i {
  font-size: 1.0625rem;
}
.wishlists-page .wishlist-dates__button.c-btn-icon-left > i:first-child {
  margin-right: 0.625rem;
}
.wishlists-page .wishlist-dates__button.c-btn-icon-right > i:last-child {
  margin-left: 0.625rem;
}
.wishlists-page .wishlist-dates__field {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  border: 0;
  padding: 0;
}
.wishlists-page .wishlist-dates .lightpick.wishlist-dates__calendar {
  top: 52px !important;
  left: 0 !important;
  z-index: 20;
}
.wishlists-page .wishlist-dates__pill {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.wishlists-page .wishlist-dates__tip {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 252px;
  padding: 12px 12px 12px 16px;
  border-radius: 6px;
  background: #202020;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.45;
}
.wishlists-page .wishlist-dates__tip::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(45deg);
  background: #202020;
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .wishlists-page .wishlist-dates__tip {
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    z-index: 5;
    width: max-content;
    max-width: calc(100vw - 30px);
    font-size: 0.875rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }
  .wishlists-page .wishlist-dates__tip::before {
    left: 24px;
    top: -6px;
    transform: rotate(45deg);
  }
}
.wishlists-page .wishlist-dates__tip-close {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
}
.wishlists-page .wishlist-share {
  position: relative;
  flex: 0 0 auto;
}
.wishlists-page .wishlist-share__button i {
  font-size: 0.9375rem;
}
.wishlists-page .wishlist-share__tip {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  z-index: 5;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: max-content;
  max-width: 252px;
  padding: 12px 12px 12px 16px;
  border-radius: 6px;
  background: #202020;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.45;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.wishlists-page .wishlist-share__tip::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -6px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background: #202020;
  border-radius: 2px;
}
.wishlists-page .wishlist-share__tip-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wishlists-page .wishlist-share__tip-text strong {
  font-weight: var(--cool-weight-title, 500);
}
.wishlists-page .wishlist-share__tip-text span {
  color: #c9c9c9;
}
.wishlists-page.wish-list-detail-page .c-tab-navigation-content-wrapper {
  padding-top: 24px;
}
.wishlists-page .wish-list-carousel .stars--under-title {
  order: 3;
  margin: 2px 0 10px !important;
}
.wishlists-page .wish-list-carousel .c-product-card-details--rows {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wishlists-page .wish-list-carousel .c-product-card-details--rows span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cool-text, #202020);
}
.wishlists-page .wish-list-carousel .c-product-card-details--rows i {
  width: 1.25em;
  text-align: center;
}
.wishlists-page .wish-list-carousel .c-product-card-bottom {
  align-items: center;
}
.wishlists-page .wish-list-carousel .c-product-card-bottom:has(.wishlist-book-now__btn) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 2px;
}
.wishlists-page .wish-list-carousel .c-product-card-bottom:has(.wishlist-book-now__btn) .stars {
  grid-column: 1;
  grid-row: 1;
  white-space: nowrap;
}
.wishlists-page .wish-list-carousel .c-product-card-bottom:has(.wishlist-book-now__btn) .rate-text {
  grid-column: 1;
  grid-row: 2;
  justify-content: flex-start;
  text-align: left;
}
.wishlists-page .wish-list-carousel .c-product-card-bottom:has(.wishlist-book-now__btn) .wishlist-book-now__btn {
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
  margin-left: 0;
}
.wishlists-page .wish-list-carousel .c-product-card-bottom .rate-text {
  white-space: nowrap;
}
.wishlists-page .wish-list-carousel .c-product-card-bottom .rate-text .price,
.wishlists-page .wish-list-carousel .c-product-card-bottom .rate-text del,
.wishlists-page .wish-list-carousel .c-product-card-bottom .rate-text .tm-price-display-element {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .wishlists-page .wish-list-carousel .c-product-card-bottom .rate-text {
    flex-direction: row !important;
    align-items: baseline !important;
    gap: 6px !important;
  }
}
.wishlists-page .wish-list-carousel .wishlist-book-now__btn {
  flex: 0 0 auto;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

@media screen and (max-width: 1024px) {
  #wishlist-modal #wishlist-modal-new-edit-wishlist-name {
    font-size: 16px !important;
  }
}
#wishlist-modal .modal-footer {
  border-top: 0;
}

.tm-toaster-text .tm-toaster-link {
  color: inherit !important;
  text-decoration: underline !important;
  border: 0 !important;
  font-weight: 500;
}

#wishlist-modal .wishlist-items-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  grid-template-columns: none;
}

#wishlist-modal .wishlist-row {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 16px;
  border: 1px solid #ceddd8;
  border-radius: 12px;
  background: #fff;
  text-align: left;
  font: inherit;
  color: #202020;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
#wishlist-modal .wishlist-row:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
#wishlist-modal .wishlist-row__thumb {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  background: #e6e6e6;
}
#wishlist-modal .wishlist-row__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wishlist-modal .wishlist-row__thumb-empty, #wishlist-modal .wishlist-row__thumb-new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.75rem;
  background: #d9d9d9;
}
#wishlist-modal .wishlist-row__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
#wishlist-modal .wishlist-row__name {
  font-size: var(--cool-text-body, 1.0625rem);
  font-weight: var(--cool-weight-title, 500);
  line-height: 22px;
  overflow-wrap: anywhere;
}
#wishlist-modal .wishlist-row__count {
  font-size: 0.875rem;
  line-height: 20px;
  color: #585c63;
}

#full-width-slider.c-hero-banner,
#full-width-slider.c-hero-banner .slider-image-container {
  height: 350px !important;
  max-height: 350px !important;
}
@media screen and (max-width: 1024px) {
  #full-width-slider.c-hero-banner,
  #full-width-slider.c-hero-banner .slider-image-container {
    height: 220px !important;
    max-height: 220px !important;
  }
}
#full-width-slider.c-hero-banner .slider-image-container {
  position: relative;
}
#full-width-slider.c-hero-banner .slider-image-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
#full-width-slider.c-hero-banner .header-title-area {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 16px;
}
#full-width-slider.c-hero-banner .header-title-area h1 {
  color: white !important;
  font-size: var(--cool-text-hero, 2.5rem) !important;
  font-weight: var(--cool-weight-title, 600) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.045rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  #full-width-slider.c-hero-banner .header-title-area h1 {
    font-weight: 500 !important;
  }
}
#full-width-slider.c-hero-banner .c-hero-banner__pretitle {
  display: block;
  color: white !important;
  text-shadow: inherit !important;
  font-size: var(--cool-text-lead, 1.25rem);
  letter-spacing: 0;
  margin-bottom: 4px;
}

.c-hotel-list-container {
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1356px;
}
@media screen and (min-width: 1025px) {
  .c-hotel-list-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.c-hotel-list-breadcrumb {
  color: var(--cool-neutral);
  font-size: 0.8125rem;
}
.c-hotel-list-breadcrumb a {
  text-decoration: none;
  color: var(--cool-neutral);
}

.c-hotel-list-header .c-hotel-list-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cool-text);
  padding-top: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list-header .c-hotel-list-title {
    font-size: 1.75rem;
  }
}

.c-hotel-list-filter-tabs {
  display: flex;
  align-items: center;
  gap: 0.6562rem;
  padding-top: 1.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.c-hotel-list-filter-tabs::-webkit-scrollbar {
  display: none;
}
.c-hotel-list-filter-tabs .c-hotel-list-filter-tab {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: var(--cool-text);
  padding: 0.5615rem 0.75rem 0.75rem 0.90625rem;
  border-radius: 1.8125rem;
  border: none;
  box-sizing: border-box;
  background-color: var(--cool-hotel-light-grey);
  cursor: pointer;
}
.c-hotel-list-filter-tabs .c-hotel-list-filter-tab:hover {
  background-color: rgba(31, 115, 190, 0.2);
}
@media screen and (max-width: 1024px) {
  .c-hotel-list-filter-tabs .c-hotel-list-filter-tab {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-hotel-list-filter-tabs {
    padding-bottom: 0.5rem;
  }
}

.c-hotel-list--content {
  padding: 1rem 0;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--content {
    flex-direction: column;
  }
}

.c-hotel--sidebar {
  width: 25%;
  border: 1px solid #ceddd8;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel--sidebar {
    display: none;
  }
}

.c-hotel-list--results {
  width: 100%;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results {
    padding-inline: 0;
  }
}
.c-hotel-list--results .c-hotel-list--results--description {
  padding: 0.6875rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--cool-text);
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results .c-hotel-list--results--description {
    font-size: 0.9375rem;
    line-height: 1.4rem;
  }
}

.c-hotel-list--results--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.count--clear-filters--container {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.6rem;
  color: var(--cool-text);
}
.count--clear-filters--container .c-hotel-list--results--count::after {
  content: "|";
  margin: 0 0.5rem;
}
.count--clear-filters--container .c-hotel-list--results--clear-filters {
  cursor: pointer;
  text-decoration: underline;
  color: var(--cool-text);
}

.c-hotel-list--results--sort-dropdown {
  position: relative;
  display: inline-block;
}
.c-hotel-list--results--sort-dropdown select {
  cursor: pointer;
  min-width: 230px;
  appearance: none;
  outline: none;
  font-size: 1rem;
  color: var(--cool-text);
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--sort-dropdown select {
    min-width: 100%;
    width: 100%;
  }
}
.c-hotel-list--results--sort-dropdown::after {
  background-image: none;
  position: absolute;
  content: "";
  right: 12px;
  top: 20px;
  background: var(--cool-white);
  display: block;
  border: 5px solid transparent;
  border-color: var(--cool-neutral) transparent transparent;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--sort-dropdown {
    width: 100%;
  }
}

.c-hotel-list--results--date-prompt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.875rem;
  border-radius: 0.375rem;
  background: var(--cool-component-light-grey);
  padding: 0.875rem 1.1875rem;
  line-height: 1.5rem;
  color: var(--cool-text);
}
.c-hotel-list--results--date-prompt i {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--date-prompt i {
    display: none;
  }
}
.c-hotel-list--results--date-prompt span {
  padding-left: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--date-prompt span {
    padding-left: 0;
    padding-right: 0.3125rem;
    font-size: 0.9375rem;
  }
}
.c-hotel-list--results--date-prompt .choose-dates {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1rem;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--date-prompt .choose-dates {
    font-size: 0.9375rem;
    padding-left: 0;
  }
}

.c-hotel-list--hotel-card {
  margin-top: 1.25rem;
  padding: 1.25rem;
  border: 1px solid var(--cool-component-grey);
  border-radius: 0.375rem;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card {
    flex-direction: column;
    padding: 1rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-image {
  flex: 0 0 205px;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-image {
    flex: 0 0 auto;
    height: 200px;
    margin-bottom: 1rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info {
  flex: 1;
  padding-inline: 1.0625rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-info {
    padding-inline: 0;
    margin-bottom: 1rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-info-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--cool-text);
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-info-title {
    font-size: 1.125rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-location {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--cool-text);
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-location {
    font-size: 0.875rem;
    flex-wrap: wrap;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-location i {
  font-size: 1rem;
  margin-right: 0.3125rem;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-location .c-hotel-dot {
  margin-left: 0.3125rem;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-location .c-hotel-map-link {
  margin-left: 0.3125rem;
  cursor: pointer;
  text-decoration: underline;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-description {
  padding-top: 0.75rem;
  margin-bottom: 1rem;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-description p {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--cool-neutral);
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-amenities {
  display: flex;
  row-gap: 1.125rem;
  column-gap: 0.75rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-amenities {
    row-gap: 0.75rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-amenities span {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--cool-text);
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-amenities span {
    font-size: 0.875rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-amenities span i {
  margin-right: 0.3125rem;
  font-size: 1rem;
  font-weight: 300;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating {
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-rating {
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container .c-hotel-list--hotel-rating-review-label {
  display: flex;
  gap: 0.125rem;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container .c-hotel-list--hotel-rating-review-label {
    align-items: flex-start;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container .c-hotel-list--hotel-rating-review-label .rating-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--cool-text);
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container .c-hotel-list--hotel-rating-review-label .review-count {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--cool-neutral);
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container .rating-score {
  padding: 0.375rem 0.5rem;
  font-size: 0.9821rem;
  font-weight: 700;
  color: var(--cool-white);
  background-color: var(--cool-green-button-color);
  border: none;
  border-radius: 0.268125rem;
  text-align: center;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--price-btn-container {
  padding-top: 0.875rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--price-btn-container {
    padding-top: 0;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--price-btn-container .c-hotel-show-prices {
  border: none;
  border-radius: 0.3125rem;
  padding: 0.625rem 0.9375rem;
  color: var(--cool-white);
  background-color: var(--cool-primary-button);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--price-btn-container .c-hotel-show-prices {
    font-size: 0.9375rem;
    padding: 0.5rem 0.75rem;
  }
}

.c-hotel-product-container {
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1356px;
}
@media screen and (min-width: 1025px) {
  .c-hotel-product-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.c-hotel-product-breadcrumb {
  color: var(--cool-neutral);
  font-size: 0.8125rem;
}
.c-hotel-product-breadcrumb a {
  text-decoration: none;
  color: var(--cool-neutral);
}

.c-hotel-product-header .c-hotel-product-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cool-text);
  padding-top: 0.75rem;
  padding-bottom: 0.9375rem;
}

.c-hotel-product-review {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: wrap;
}
.c-hotel-product-review .c-hotel-product-star-rating {
  display: flex;
  align-items: center;
  gap: 0.0625rem;
}
.c-hotel-product-review .c-hotel-product-star-rating i {
  font-size: 0.875rem;
  color: var(--cool-text);
}
.c-hotel-product-review .c-hotel-product-rating-badge {
  background-color: var(--cool-green-button-color);
  color: var(--cool-white);
  border-radius: 0.225rem;
  padding: 0.3875rem;
  font-size: 0.825rem;
  font-weight: 700;
  margin-right: 0.4375rem;
}
.c-hotel-product-review .c-hotel-product-review-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-hotel-product-review .c-hotel-product-review-info span {
  color: var(--cool-text);
  font-size: 0.9375rem;
}
.c-hotel-product-review .c-hotel-product-review-info .c-hotel-product-review-label {
  font-weight: 700;
  padding-right: 0.3125rem;
}
.c-hotel-product-review .c-hotel-product-review-info .c-hotel-product-review-count::after {
  content: "|";
  margin: 0 0.3125rem;
}

.c-hotel-product-details-container {
  padding: 0.5rem 0;
}

.c-hotel-product-details-section {
  padding: 0 1rem;
}

.c-hotel-product-features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid var(--cool-component-grey);
  border-bottom: 1px solid var(--cool-component-grey);
  padding: 1.4375rem 0;
  margin: 1.5625rem 0;
}
.c-hotel-product-features .c-hotel-product-features-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.625rem;
}
.c-hotel-product-features .c-hotel-product-features-list .c-hotel-product-feature i {
  margin-right: 0.5625rem;
  font-size: 1.3125;
  color: var(--cool-text);
}
.c-hotel-product-features .c-hotel-product-features-list .c-hotel-product-feature span {
  font-size: 1.0625rem;
  color: var(--cool-text);
}
.c-hotel-product-features .c-hotel-product-select-room {
  background-color: var(--cool-primary-button);
  font-size: 1rem;
  font-weight: 700;
  color: var(--cool-white);
  padding: 0.625rem 1rem;
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .c-hotel-product-features-list {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.9375rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-hotel-product-features {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.9375rem !important;
  }
  .c-hotel-product-select-room {
    width: 100%;
  }
}
.c-hotel-product-details-overview-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview {
  width: 50%;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--cool-text);
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__description {
  padding-top: 1.84375rem;
  font-size: 1.0625rem;
  font-weight: 400;
  color: var(--cool-neutral);
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__description .c-hotel-overview__read-more {
  text-decoration: underline;
  cursor: pointer;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__subtitle {
  padding-top: 1.875rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--cool-neutral);
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__features {
  padding-top: 1.84375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__features .c-hotel-overview__features-list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  padding-bottom: 1.125rem;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__features .c-hotel-overview__features-list .c-hotel-overview__feature-item {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__features .c-hotel-overview__features-list .c-hotel-overview__feature-item i {
  font-size: 1.375rem;
  color: var(--cool-text);
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__features .c-hotel-overview__features-list .c-hotel-overview__feature-item span {
  font-size: 1.0625rem;
  font-weight: 400;
  color: var(--cool-text);
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__view-amenities {
  padding-top: 0.958125rem;
  font-size: 1.0625;
  font-weight: 400;
  color: var(--cool-neutral);
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .c-hotel-overview__features {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}
.c-hotel-product-map-card {
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: var(--cool-white);
  padding: 1.125rem;
}
.c-hotel-product-map-card .c-hotel-product-map-address {
  border: 1px solid var(--cool-hotel-light-grey);
  border-radius: 10px;
  overflow: hidden;
}
.c-hotel-product-map-card .c-hotel-product-map-address img {
  width: 100%;
  object-fit: cover;
}
.c-hotel-product-map-card .c-hotel-product-map-address .c-hotel-product-address {
  padding: 10px;
}
.c-hotel-product-map-card .c-hotel-product-map-address .c-hotel-product-address p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--cool-text);
  padding: 0;
  margin: 0;
}
.c-hotel-product-map-card .c-hotel-product-card-info {
  width: 100%;
  padding-top: 0.958125rem;
}
.c-hotel-product-map-card .c-hotel-product-card-info .c-hotel-product-card-info-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-hotel-product-map-card .c-hotel-product-card-info .c-hotel-product-card-info-item .c-hotel-product-locations {
  display: flex;
  gap: 0.8125rem;
  width: 65%;
}
.c-hotel-product-map-card .c-hotel-product-card-info .c-hotel-product-card-info-item .c-hotel-product-locations i {
  font-size: 1rem;
  color: var(--cool-text);
  padding-top: 0.25rem;
}
.c-hotel-product-map-card .c-hotel-product-card-info .c-hotel-product-card-info-item .c-hotel-product-locations span {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--cool-text);
}
.c-hotel-product-map-card .c-hotel-product-card-info .c-hotel-product-card-info-item .c-hotel-product-drive-time span {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--cool-text);
}

@media screen and (max-width: 900px) {
  .c-hotel-product-details-overview-section {
    flex-direction: column;
    justify-content: flex-start;
  }
  .c-hotel-product-overview {
    width: 100% !important;
  }
  .c-hotel-product-map-card {
    width: 100% !important;
    margin-top: 1.84375rem;
  }
}
.availability-date-container {
  display: flex;
  gap: 0.625rem;
  margin: 1.25rem auto 0 auto;
}
.availability-date-container .availability-date-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 4px 0.625rem;
  border: 1px solid var(--cool-component-grey);
  border-radius: 0.5rem;
  position: relative;
}
.availability-date-container .availability-date-box .date-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.availability-date-container .availability-date-box .availability-date-icon {
  font-size: 1.5rem;
}
.availability-date-container .availability-date-box .availability-date-text {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
}
.availability-date-container .availability-date-box .availability-date-text .availability-date-label {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--cool-text);
}
.availability-date-container .availability-date-box .availability-date-text .availability-date-value {
  font-size: 1rem;
  font-weight: 400;
  color: var(--cool-text);
}

@media screen and (max-width: 1024px) {
  .availability-date-container {
    flex-direction: column !important;
  }
}
.c-hotel-availability-room-type {
  padding-top: 1.125rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.c-hotel-availability-room-type .c-hotel-room-type-btn-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65625rem;
}
.c-hotel-availability-room-type .c-hotel-room-type-btn-container .c-hotel-room-type-btn {
  padding: 0.75rem 0.875rem;
  border-radius: 1.8125rem;
  background-color: var(--cool-hotel-light-grey);
  font-size: 1rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.c-hotel-availability-room-type .c-hotel-room-type-btn-container .c-hotel-room-type-btn:hover {
  border: 1px solid var(--cool-black);
}
.c-hotel-availability-room-type .c-hotel-room-type-btn-container .c-hotel-room-type-btn:active {
  border: 1px solid var(--cool-black);
}
.c-hotel-availability-room-type .c-hotel-room-type-btn-container .c-hotel-room-type-btn-active {
  border: 1px solid var(--cool-black);
}
.c-hotel-availability-room-type .c-hotel-showing-room {
  font-size: 0.9375rem;
  color: var(--cool-text);
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-type .c-hotel-showing-room {
    display: none;
  }
}

.c-hotel-availability-room-container {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  padding: 1.25rem 0;
}
@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-container {
    flex-wrap: wrap;
  }
}

.c-hotel-availability-room-card {
  position: relative;
  background-color: var(--cool-white);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--cool-component-grey);
}
@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-card {
    max-width: 100%;
  }
}

/* Carousel Styles */
.carousel {
  position: relative;
  height: 12.5rem;
  overflow: hidden;
}
.carousel-image {
  width: 100%;
  height: 100%;
}
.carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--cool-white);
  border: none;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.carousel-btn.prev {
  left: 0.625rem;
}
.carousel-btn.next {
  right: 0.625rem;
}
.carousel-btn i {
  color: var(--cool-text);
  font-size: 0.875rem;
}
.carousel .image-counter {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--cool-white);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.carousel .image-counter i {
  font-size: 0.875rem;
}

/* Card Header Styles */
.c-hotel-availability-room-card-header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: var(--cool-primary-button);
  padding: 0.625rem 0.9375rem;
}
.c-hotel-availability-room-card-header h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: white !important;
}

/* Room Details Styles */
.c-hotel-availability-room-details {
  padding: 0.9375rem;
}
.c-hotel-availability-room-details h2 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
}

/* Rating Styles */
.c-hotel-room-rating {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.c-hotel-room-rating .c-hotel-room-rating-score {
  background-color: var(--cool-green-button-color);
  color: var(--cool-white);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: bold;
  font-size: 0.875rem;
  margin-right: 0.625rem;
}
.c-hotel-room-rating .c-hotel-room-rating-text {
  display: flex;
  flex-direction: column;
}
.c-hotel-room-rating .c-hotel-room-rating-text .c-hotel-room-rating-label {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--cool-text);
}
.c-hotel-room-rating .c-hotel-room-rating-text .c-hotel-room-review-count {
  font-size: 0.75rem;
  color: var(--cool-text);
}

/* Amenities Styles */
.c-hotel-room-amenities {
  list-style: none;
  margin-bottom: 0.9375rem;
}
.c-hotel-room-amenities li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--cool-text);
}
.c-hotel-room-amenities li i {
  width: 1.25rem;
  color: var(--cool-text);
  margin-right: 0.5rem;
}
.c-hotel-room-amenities li.non-refundable {
  color: --cool-hotel-red-text;
}
.c-hotel-room-amenities li.non-refundable i {
  color: --cool-hotel-red-text;
  margin-left: 0.3125rem;
}
.c-hotel-room-amenities .c-hotel-room-amenities-text-green {
  color: var(--cool-good-green);
}
.c-hotel-room-amenities .c-hotel-room-amenities-text-green i {
  color: var(--cool-good-green);
}

/* More Details Link */
.c-hotel-room-more-details div {
  width: fit-content;
  color: var(--cool-primary-button);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-hotel-room-more-details div i {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
  padding-top: 0.125rem;
}
.c-hotel-room-more-details div:hover span {
  text-decoration: underline;
}

/* Cancellation Policy Styles */
.c-hotel-room-cancellation-policy {
  padding: 0.9375rem;
  border-top: 1px solid var(--cool-component-grey);
}
.c-hotel-room-cancellation-policy h3 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  font-weight: 500;
}
.c-hotel-room-cancellation-policy .c-hotel-room-policy-info {
  margin-bottom: 0.9375rem;
}
.c-hotel-room-cancellation-policy .c-hotel-room-policy-info span {
  color: var(--cool-text);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.c-hotel-room-cancellation-policy .c-hotel-room-policy-info span i {
  margin-left: 0.3125rem;
  padding-top: 0.125rem;
  cursor: pointer;
}

/* Radio Button Styles */
.c-hotel-room-policy-options .c-hotel-room-policy-option {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.9375rem;
}
.c-hotel-room-policy-options .c-hotel-room-policy-option .c-hotel-room-price-diff {
  color: var(--cool-text);
  font-weight: 500;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container input:checked ~ .c-hotel-room-radio-checkmark {
  border-color: var(--cool-primary-button);
}
.c-hotel-room-policy-options .c-hotel-room-radio-container input:checked ~ .c-hotel-room-radio-checkmark:after {
  display: block;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container .c-hotel-room-radio-checkmark {
  position: absolute;
  top: 0.125rem;
  left: 0;
  height: 1.125rem;
  width: 1.125rem;
  border: 0.125rem solid var(--cool-neutral);
  border-radius: 50%;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container .c-hotel-room-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--cool-primary-button);
}
.c-hotel-room-policy-options .c-hotel-room-radio-container .c-hotel-room-policy-text {
  color: var(--cool-text);
  font-size: 0.875rem;
  font-weight: 300;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container .c-hotel-room-policy-text .c-hotel-room-reserve-note {
  display: block;
  font-size: 0.75rem;
  color: var(--cool-text);
  font-weight: 400;
}

/* Price Section Styles */
.c-hotel-room-price-section {
  padding: 0.9375rem;
  margin-top: auto;
}
.c-hotel-room-price-section .c-hotel-room-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.9375rem;
}
.c-hotel-room-price-section .c-hotel-room-price .c-hotel-room-price-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.c-hotel-room-price-section .c-hotel-room-price .c-hotel-room-price-details .c-hotel-room-main-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cool-text);
}
.c-hotel-room-price-section .c-hotel-room-price .c-hotel-room-price-details .c-hotel-room-total-price,
.c-hotel-room-price-section .c-hotel-room-price .c-hotel-room-price-details .c-hotel-room-room-info,
.c-hotel-room-price-section .c-hotel-room-price .c-hotel-room-price-details .c-hotel-room-tax-info {
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--cool-text);
}
.c-hotel-room-price-section .c-hotel-room-availability .c-hotel-room-rooms-left {
  color: --cool-hotel-red-text;
  font-weight: 400;
  font-size: 0.875rem;
}
.c-hotel-room-price-section .c-hotel-room-reserve-btn {
  width: 100%;
  border-radius: 3.125rem;
  background-color: var(--cool-primary-button);
  color: var(--cool-white);
  border: none;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 0.625rem;
}
.c-hotel-room-price-section .c-hotel-room-charge-info {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--cool-text);
}

@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-container {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-container {
    gap: 0.9375rem;
  }
  .carousel {
    height: 11.25rem;
  }
  .c-hotel-availability-room-details h2 {
    font-size: 1rem;
  }
  .c-hotel-room-price .c-hotel-room-main-price {
    font-size: 1.375rem;
  }
}
.c-list-wrapper .c-list-heading {
  margin-bottom: 8px;
  margin-top: 8px;
}
.c-list-wrapper .c-list-footer {
  margin-top: 8px;
}
.c-list-wrapper ul {
  padding: 3px 0 !important;
  margin: 0 !important;
}
.c-list-wrapper ul.c-list-dot-ul {
  list-style: disc;
  margin: 16px 0 !important;
  padding-left: 0;
  margin-left: 18px !important;
}
.c-list-wrapper ul.c-list-tick-ul, .c-list-wrapper ul.c-list-cross-ul {
  list-style: none !important;
}
.c-list-wrapper ul.c-list-tick-ul li {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 12px !important;
}
.c-list-wrapper ul.c-list-tick-ul li i {
  color: var(--cool-good-green);
}
.c-list-wrapper ul.c-list-tick-ul li:last-child {
  margin-bottom: 0 !important;
}
.c-list-wrapper ul.c-list-cross-ul li {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 12px !important;
}
.c-list-wrapper ul.c-list-cross-ul li i {
  color: var(--cool-warning);
}
.c-list-wrapper ul.c-list-cross-ul li:last-child {
  margin-bottom: 0 !important;
}
.c-list-wrapper li {
  margin-bottom: 10px;
}
.c-list-wrapper li i {
  width: 15px;
  margin-top: 3px;
  flex-shrink: 0;
  padding-left: 1px;
  font-size: 16px;
  margin-right: 10px;
}
.c-list-wrapper li:last-child {
  margin-bottom: 0 !important;
}

/* Thumbnail Card component (canonical version of the legacy small thumbs grid).
   Variants are modifier classes set from the component args (see components/thumbnail-card.php):
   --image-square | --image-landscape, --image-zoom | --image-static,
   --title-hover-underline | --title-hover-none, --mobile-carousel | --mobile-grid,
   --mobile-nav-naked | --mobile-nav-scrollbar. Columns/rows come from
   --c-thumbnail-card-columns / --c-thumbnail-card-rows. */
.c-thumbnail-card {
  display: flow-root;
  padding-bottom: 34px;
}
.c-thumbnail-card .box-slider-width {
  max-width: 1140px;
  margin: 0 auto;
}
.c-thumbnail-card__grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(var(--c-thumbnail-card-rows, 3), auto);
  grid-auto-columns: 270px;
  column-gap: 10px;
  row-gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-thumbnail-card__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
}
.c-thumbnail-card__item:hover {
  text-decoration: none;
  border: 0;
}
.c-thumbnail-card__image {
  flex: 0 0 calc(33.3333% - 16px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--cool-image-border-radius, 8px);
  background: #fafafa;
}
.c-thumbnail-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.c-thumbnail-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.c-thumbnail-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #2A2D32 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-thumbnail-card__description {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.875rem;
  color: #585C63;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-thumbnail-card--image-landscape .c-thumbnail-card__image {
  flex-basis: calc(50% - 8px);
  aspect-ratio: 3/2;
}
.c-thumbnail-card--image-zoom .c-thumbnail-card__item:hover .c-thumbnail-card__image img {
  transform: scale(1.1);
}
.c-thumbnail-card--title-hover-underline .c-thumbnail-card__item:hover .c-thumbnail-card__title {
  text-decoration: underline;
}
.c-thumbnail-card--mobile-nav-naked .c-thumbnail-card__grid {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-thumbnail-card--mobile-nav-naked .c-thumbnail-card__grid::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-thumbnail-card--mobile-grid .c-thumbnail-card__grid {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: auto;
    overflow-x: visible;
  }
}
@media screen and (min-width: 1025px) {
  .c-thumbnail-card__grid {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: repeat(var(--c-thumbnail-card-columns, 3), minmax(0, 1fr));
    grid-auto-columns: auto;
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
  }
  .c-thumbnail-card__image {
    flex-basis: calc(25% - 16px);
  }
  .c-thumbnail-card--image-landscape .c-thumbnail-card__image {
    flex-basis: calc(37.5% - 8px);
  }
  .c-thumbnail-card__title {
    font-size: 1.125rem;
  }
}

.c-detail-item-with-action {
  font-size: 1.125rem;
  line-height: 1.6666666667rem;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--cool-light-grey);
  margin-bottom: 23.5px;
  display: flex;
  position: relative;
}
.c-detail-item-with-action .c-detail-item-with-action__outer {
  display: flex;
}
.c-detail-item-with-action .c-detail-item-with-action__input {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-detail-item-with-action .c-detail-item-with-action__input {
    margin-bottom: 5px;
  }
}
.c-detail-item-with-action .c-detail-item-with-action__input .c-detail-item-with-action__cols {
  width: 100%;
  display: flex;
  gap: 15px;
}
.c-detail-item-with-action .c-detail-item-with-action__input label {
  left: 0;
}
.c-detail-item-with-action .c-detail-item-with-action__input .c-btn {
  margin-top: 5px;
}
.c-detail-item-with-action .c-detail-item-with-action__input .c-col {
  width: 100%;
}
.c-detail-item-with-action .c-detail-item-with-action__input .c-btn {
  flex: 1 1 100%;
  max-width: 100px;
}
.c-detail-item-with-action .custom-input,
.c-detail-item-with-action .custom-select {
  font-family: inherit !important;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  margin: 0 0 10px !important;
}
.c-detail-item-with-action.c-detail-item-with-action-last {
  border: 0;
}
.c-detail-item-with-action .c-detail-item-with-action__action {
  margin-left: auto;
  flex: 1 1 10%;
  display: flex;
  justify-content: right;
  position: absolute;
  right: 0;
}
.c-detail-item-with-action .c-detail-item-with-action__action button {
  padding: 0;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  display: inline;
  margin: 0;
  min-height: auto;
}
@media screen and (max-width: 1024px) {
  .c-detail-item-with-action .c-detail-item-with-action__action {
    justify-content: left !important;
    position: static;
    margin-top: 5px;
    margin-left: 30px;
  }
}
.c-detail-item-with-action .c-detail-item-with-action__inner {
  width: calc(100% - 50px);
  flex: 1 1 90%;
}
.c-detail-item-with-action .c-detail-item-with-action__text {
  flex: 1 1 100%;
}
.c-detail-item-with-action.c-detail-item-with-action--switch {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.c-detail-item-with-action.c-detail-item-with-action--switch .c-detail-item-with-action__inner {
  flex-direction: column;
  gap: 8.5px;
  display: flex;
}
.c-detail-item-with-action.c-detail-item-with-action--switch .c-detail-item-with-action__action {
  display: flex;
  align-items: center;
  position: static;
}
.c-detail-item-with-action.c-detail-item-with-action--switch .c-detail-item-with-action__action label {
  line-height: normal;
  font-size: 0;
}
.c-detail-item-with-action.c-detail-item-with-action--switch .c-detail-item-with-action__label {
  margin-bottom: 0;
}
.c-detail-item-with-action.c-detail-item-with-action--switch .c-detail-item-with-action__text {
  padding-right: 20px;
}
.c-detail-item-with-action.c-detail-item-with-action--switch p {
  margin-top: 0.5px;
}
.c-detail-item-with-action.c-detail-item-with-action--small .c-detail-item-with-action__value {
  font-size: 1.0625rem;
  color: #777;
}
.c-detail-item-with-action__label {
  font-weight: 700;
  margin-bottom: 6.5px;
}
@media screen and (max-width: 1024px) {
  .c-detail-item-with-action__label {
    display: none;
  }
}
.c-detail-item-with-action__action a {
  text-decoration: underline !important;
}
.c-detail-item-with-action__action a:hover {
  border: 0 !important;
}

input[type=checkbox] {
  /* Reset default checkbox styles */
  /* Label styling */
}
input[type=checkbox].c-checkbox {
  /* Hide default checkbox */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  outline: none;
  transition: all 0.2s ease;
}
input[type=checkbox].c-checkbox:disabled {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
input[type=checkbox].c-checkbox:disabled:checked {
  background-color: #ccc;
  border-color: #ccc;
}
input[type=checkbox].c-checkbox:disabled:checked::after {
  border-color: #999;
}
input[type=checkbox].c-checkbox.c-checkbox-normal {
  position: relative;
  opacity: 0;
  z-index: 99999;
}
input[type=checkbox].c-checkbox.c-checkbox-normal + label {
  position: absolute;
  padding-left: 1.95em;
  cursor: pointer;
  font-size: 0.875rem;
  color: #737373;
  left: 0;
}
input[type=checkbox].c-checkbox.c-checkbox-normal + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #000;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.875rem;
}
input[type=checkbox].c-checkbox.c-checkbox-normal + label:after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.705 1.707l-8.707 8.707L.291 5.707l1.414-1.414 3.293 3.293L12.291.293l1.414 1.414z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: 0.25em;
  left: 0.15em;
  font-size: 1.1em;
  line-height: 0.8;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=checkbox].c-checkbox.c-checkbox-normal:checked + label:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  color: #fff;
  background-color: var(--p, #315e85);
  border-color: var(--p, #315e85);
}
input[type=checkbox].c-checkbox.c-checkbox-normal:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox].c-checkbox.c-checkbox--switch {
  appearance: none;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(91, 74, 74, 0);
  width: 3.4375rem;
  height: 2.125rem;
  border-radius: 1.0625rem;
  cursor: pointer;
  background-color: #D9D9D9;
  transition: background-color 300ms, opacity 300ms;
}
input[type=checkbox].c-checkbox.c-checkbox--switch.c-checkbox--switch--progress {
  cursor: progress;
}
input[type=checkbox].c-checkbox.c-checkbox--switch::after {
  content: "";
  position: absolute;
  inset: 0.125rem;
  right: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: white;
  transition: left 300ms;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
}
input[type=checkbox].c-checkbox.c-checkbox--switch:checked {
  background-color: var(--p, var(--cool-secondary));
}
input[type=checkbox].c-checkbox.c-checkbox--switch:checked::after {
  left: calc(100% - 1.875rem - 0.125rem);
}
input[type=checkbox] label {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
input[type=checkbox] label input[type=checkbox] {
  margin-right: 8px;
}

.c-multi-step-radio-item .fa-lock {
  color: green;
}
.c-multi-step-radio-item .text-premium {
  border-radius: 4px;
  padding: 2px 8px;
  color: var(--cool-green-text-color);
  font-size: 0.6875rem;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.15;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background-color: var(--cool-green-bg-color);
  font-weight: 600;
  margin-bottom: 3px;
}
.c-multi-step-radio-item .text-premium::before {
  opacity: 0.1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.c-dynamic-filters {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
  padding: 1rem 0;
}
.c-dynamic-filters .c-filter-slider-col {
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
}
.c-dynamic-filters .c-filter-slider-col-inner {
  height: 100%;
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  padding-right: 0.5rem;
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .c-dynamic-filters .c-filter-slider-col-inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.c-dynamic-filters .slick-slide {
  height: 100%;
  min-height: 1px;
  padding: 0;
}
.c-dynamic-filters .slick-slider {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-dynamic-filters .slick-slider {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.c-dynamic-filters .slick-slider .slick-track {
  height: 100%;
}
.c-dynamic-filters .variable-width .slick-track {
  min-width: 9999vw;
}
@media screen and (max-width: 1024px) {
  .c-dynamic-filters .variable-width {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
  }
}
.c-dynamic-filters .slick-list {
  flex: 1 1 auto;
  z-index: 1;
}
.c-dynamic-filters .c-filter-chip {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .c-dynamic-filters .c-filter-chip {
    margin-right: -1rem;
  }
}
.c-dynamic-filters .c-filters-container {
  flex-grow: 1;
  overflow: hidden;
}
.c-dynamic-filters .c-dynamic-shelf-container {
  overflow: hidden;
}
.c-dynamic-filters .c-btn {
  display: inline-flex;
  white-space: nowrap;
  height: 2.5rem;
  flex-flow: row nowrap;
  gap: var(--viator-space-100);
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.003125rem;
  border-radius: 2.8125rem;
  cursor: pointer;
  border: 0.09375rem solid #D9D9D9;
  padding: 0.6875rem 0.9375rem;
  color: #333333;
  background-color: white;
}
.c-dynamic-filters .c-btn:hover, .c-dynamic-filters .c-btn.c-btn-active {
  border: 0.09375rem solid #333333 !important;
  background-color: #F5F5F5;
}
.c-dynamic-filters.c-dynamic-filters--large .c-btn {
  height: 100%;
  padding-top: 9.5px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16.25px;
  text-decoration: none;
  line-height: 18.4px;
  font-size: 1rem;
  font-weight: 400;
}
.c-dynamic-filters.c-dynamic-filters--color .c-btn {
  --cool-primary-button: #e7eaec;
  background: var(--cool-primary-button);
  border: 1px solid var(--cool-primary-button) !important;
}
.c-dynamic-filters.c-dynamic-filters--color .c-btn span {
  color: var(--cool-text) !important;
}
.c-dynamic-filters.c-dynamic-filters--color .c-btn:hover {
  background-color: var(--p);
}
.c-dynamic-filters.c-dynamic-filters--color .c-btn:hover span {
  color: white !important;
}
.c-dynamic-filters .press-lead-black {
  background-color: white;
  border: 0.09375rem solid #D9D9D9 !important;
}
.c-dynamic-filters .press-lead-black span {
  color: #333333 !important;
}

.c-accordion .c-accordion-item {
  border-bottom: 1px solid var(--cool-grey-border);
}
.c-accordion .c-accordion-item:first-child {
  border-top: 1px solid var(--cool-grey-border);
}
.c-accordion .c-accordion-item:hover .c-accordion-header {
  text-decoration: underline;
}
.c-accordion .c-accordion-item ul, .c-accordion .c-accordion-item ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.c-accordion .c-accordion-item .c-accordion-section-wrapper {
  will-change: max-height;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  font-weight: 400;
  max-height: 0;
}
.c-accordion .c-accordion-item.c-accordion-item-collapsed .c-accordion-header-wrapper .c-accordion-header-icon i {
  transform: rotateX(-180deg);
}
.c-accordion .c-accordion-item .c-accordion-section-inner-wrapper {
  padding-bottom: 1rem;
}
.c-accordion .c-accordion-item .c-accordion-section-inner-wrapper p,
.c-accordion .c-accordion-item .c-accordion-section-inner-wrapper ul, .c-accordion .c-accordion-item .c-accordion-section-inner-wrapper ol {
  font-weight: var(--cool-activity-page-font-weight);
  font-size: var(--cool-text-body, 1.125rem) !important;
  line-height: 1.6666666667em;
  letter-spacing: 0px;
}
.c-accordion .c-accordion-item .c-accordion-section-inner-wrapper ul, .c-accordion .c-accordion-item .c-accordion-section-inner-wrapper ol {
  margin-left: 0;
  margin-top: 0;
}
.c-accordion .c-accordion-item .c-accordion-section-inner-wrapper a {
  color: currentColor;
  border: 0;
  text-decoration: none;
}
.c-accordion .c-accordion-item .c-accordion-section-inner-wrapper a:hover {
  text-decoration: underline;
}
.c-accordion .c-accordion-item .c-accordion-section-inner-wrapper p:first-child {
  margin-top: 0;
}
.c-accordion .c-accordion-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .c-accordion .c-accordion-item:first-child {
    border-top: 1px solid var(--cool-grey-border);
  }
}
.c-accordion .c-accordion-header-wrapper {
  display: flex;
  align-items: center;
  width: auto;
  color: black;
  cursor: pointer;
  text-decoration: none;
}
.c-accordion .c-accordion-header-wrapper .c-accordion-header {
  cursor: pointer;
  padding: 20px 0;
  padding-right: 10px;
  letter-spacing: 0.003125rem;
  flex: 1 1 auto;
  font-size: 1.25rem !important;
  line-height: 1.5;
  font-weight: 500 !important;
}
.c-accordion .c-accordion-header-wrapper .c-accordion-header-icon {
  flex: 0 0 0.96875rem;
  height: 100%;
}
.c-accordion .c-accordion-header-wrapper .c-accordion-header-icon i {
  will-change: transform;
  color: black;
  font-size: 1.25rem;
}

/* Image Card component (ported from the components gallery "Top Destinations").
   Variants are modifier classes set from the component args (see components/image-card.php):
   --image-zoom | --image-static, --title-center | --title-bottom-left,
   --title-shadow | --title-no-shadow, --mobile-carousel | --mobile-grid,
   --mobile-nav-naked | --mobile-nav-scrollbar. Columns come from --c-image-card-columns. */
.c-image-card {
  display: flow-root;
  padding-bottom: 34px;
}
.c-image-card .box-slider-width {
  max-width: 1140px;
  margin: 0 auto;
}
.c-image-card__grid {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-image-card__card {
  position: relative;
  display: block;
  flex: 0 0 252px;
  scroll-snap-align: start;
  aspect-ratio: 1.5;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #ceddd8;
  border-radius: var(--cool-image-border-radius, 8px);
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}
.c-image-card__card:hover {
  text-decoration: none;
  border-color: #ceddd8;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
}
.c-image-card__card:hover .c-image-card__image {
  filter: brightness(1);
}
.c-image-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.8);
  transition: filter 0.3s ease-out, transform 0.3s ease;
}
.c-image-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
  text-align: center;
  overflow: hidden;
  overflow-wrap: break-word;
}
.c-image-card__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff !important;
  text-transform: capitalize;
}
.c-image-card--image-zoom .c-image-card__card:hover .c-image-card__image {
  transform: scale(1.1);
}
.c-image-card--title-shadow .c-image-card__title {
  text-shadow: #000 0.0625rem 0 0.625rem;
}
.c-image-card--title-bottom-left .c-image-card__overlay {
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.75rem;
  text-align: left;
}
.c-image-card--mobile-nav-naked .c-image-card__grid {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-image-card--mobile-nav-naked .c-image-card__grid::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-image-card--mobile-grid .box-slider-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-image-card--mobile-grid .c-image-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
  }
  .c-image-card--mobile-grid .c-image-card__card {
    flex: none;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .c-image-card .box-slider-width {
    max-width: 1404px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .c-image-card__grid {
    display: grid;
    grid-template-columns: repeat(var(--c-image-card-columns, 5), minmax(0, 1fr));
    gap: 22px 0;
    margin-left: 19px;
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
  }
  .c-image-card__card {
    flex: none;
    width: calc(100% - 22px);
    max-width: 309px;
  }
}

/* Product Carousel component (canonical product-card row; see components/product-carousel.php).
   Geometry: cards fill the container in N equal columns with a 24px gutter (the slider sits 12px
   outside the container on each side so the outer cards are flush with it). Below 505px the row
   is a native horizontal scroller of 252px cards with 15px gutters, like the homepage carousels.
   The card hover shadow (0 0 1rem) is never clipped: the slick list is left visible and clipped
   with a clip-path that extends 20px above and below but stays exact at the sides, so the
   neighbouring slides never show. */
.c-product-carousel {
  --c-product-carousel-gap: 24px;
  --c-product-carousel-shadow-room: 20px;
  display: flow-root;
  padding-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .c-product-carousel {
    margin-bottom: 24px !important;
  }
}
.c-product-carousel--width-box .c-product-carousel__inner {
  max-width: 1140px;
  margin: 0 auto;
}
.c-product-carousel--width-wide .c-product-carousel__inner {
  max-width: 1404px;
  padding: 0 46px 0 43px;
  margin: 0 auto;
}
.c-product-carousel--title-line-heading .line-heading {
  margin-top: 50px;
  margin-bottom: 55px;
  color: #202020;
  font-size: 1.125rem;
}
.c-product-carousel__inner {
  position: relative;
}
.c-product-carousel__title {
  margin: 0 0 24px !important;
  padding: 30px 0 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 30px;
  color: var(--cool-headers) !important;
}
@media screen and (max-width: 1024px) {
  .c-product-carousel__title {
    padding: 16px 0;
  }
}
.c-product-carousel__slider {
  margin: 0 calc(var(--c-product-carousel-gap) / -2);
}
.c-product-carousel__slide,
.c-product-carousel .slick-slide.c-product-carousel__slide {
  box-sizing: border-box;
  height: auto;
  display: flex;
  padding: 0 calc(var(--c-product-carousel-gap) / 2);
}
.c-product-carousel__card {
  display: flex;
  width: 100%;
}
.c-product-carousel__card .c-wishlist-card {
  flex: 1 1 auto;
  width: 100%;
}
.c-product-carousel__card .c-wishlist-card__tile--new {
  position: relative;
}
.c-product-carousel__card .c-wishlist-card__tile--new::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
}
.c-product-carousel__card .c-wishlist-card__tile--new i {
  position: relative;
  z-index: 1;
  font-size: 3rem;
}
.c-product-carousel__card .product-card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border: 1px solid #ceddd8;
  cursor: pointer;
}
.c-product-carousel__card .product-card > .product-card-body {
  flex: 1 1 auto;
  padding: 0.75rem;
}
.c-product-carousel__card .product-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-product-carousel__card .product-card-body > .c-mobile-only > .likely-to-sell-out,
.c-product-carousel__card .product-card-body > .c-mobile-only > .special-offers-label {
  display: none;
}
.c-product-carousel .slick-list {
  overflow: visible;
  clip-path: inset(calc(var(--c-product-carousel-shadow-room) * -1) 0);
}
.c-product-carousel .slick-track {
  display: flex;
  margin-left: 0;
}
.c-product-carousel .slick-initialized .slick-slide {
  display: flex;
  float: none;
  height: auto;
}
.c-product-carousel .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -17px;
}
.c-product-carousel .slick-arrow.slick-prev {
  left: calc(var(--c-product-carousel-gap) / 2 - 21px);
}
.c-product-carousel .slick-arrow.slick-next {
  right: calc(var(--c-product-carousel-gap) / 2 - 21px);
}
@media screen and (max-width: 504px) {
  .c-product-carousel {
    --c-product-carousel-bleed: calc(50vw - 50cqw);
  }
  .c-product-carousel__inner {
    container-type: inline-size;
  }
  .c-product-carousel__slider {
    display: flex;
    gap: 15px;
    margin: calc(var(--c-product-carousel-shadow-room) * -1) calc(var(--c-product-carousel-bleed) * -1);
    padding: var(--c-product-carousel-shadow-room) var(--c-product-carousel-bleed);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--c-product-carousel-bleed);
    scrollbar-width: none;
  }
  .c-product-carousel__slider::-webkit-scrollbar {
    display: none;
  }
  .c-product-carousel__slide {
    flex: 0 0 var(--c-product-carousel-card-width-mobile, 252px);
    padding: 0;
    scroll-snap-align: start;
  }
  .c-product-carousel__title {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-product-carousel#recentViewedWidget {
  --c-product-carousel-card-width-mobile: 280px;
}
.c-product-carousel--layout-grid .c-product-carousel__slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px var(--c-product-carousel-gap);
  margin: 0;
  padding: 0;
  overflow-x: visible;
  scroll-snap-type: none;
}
@media screen and (min-width: 505px) {
  .c-product-carousel--layout-grid .c-product-carousel__slider {
    grid-template-columns: repeat(var(--c-product-carousel-columns-mobile, 2), minmax(0, 1fr));
  }
}
@media screen and (min-width: 600px) {
  .c-product-carousel--layout-grid .c-product-carousel__slider {
    grid-template-columns: repeat(var(--c-product-carousel-columns-tablet, 3), minmax(0, 1fr));
  }
}
@media screen and (min-width: 1025px) {
  .c-product-carousel--layout-grid .c-product-carousel__slider {
    grid-template-columns: repeat(var(--c-product-carousel-columns, 4), minmax(0, 1fr));
  }
}
.c-product-carousel--layout-grid .c-product-carousel__slide {
  flex: unset;
  padding: 0;
  scroll-snap-align: none;
}

.listing-img > .badge.rank-badge:not(.bootstrap),
.product-card .badge.rank-badge:not(.bootstrap) {
  top: auto;
  bottom: 6px;
  left: 12px !important;
  width: auto;
  height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  -webkit-text-stroke: 0;
  box-shadow: none;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .listing-img > .badge.rank-badge:not(.bootstrap),
  .product-card .badge.rank-badge:not(.bootstrap) {
    font-size: 3rem;
  }
}

.listing-img > .excellence-badge + .badge.rank-badge:not(.bootstrap) {
  left: 12px !important;
}

#full-width-slider .slick-dots,
.slick-slider-banner .slick-dots {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  box-shadow: none;
  line-height: 0;
  white-space: nowrap;
  flex-direction: row;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
#full-width-slider .slick-dots li,
.slick-slider-banner .slick-dots li {
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 4px !important;
  padding: 0 !important;
  transition: width 0.25s ease;
}
#full-width-slider .slick-dots li button,
.slick-slider-banner .slick-dots li button {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #c8ccd2 !important;
  font-size: 0 !important;
  text-indent: 0 !important;
  transition: background-color 0.25s ease;
}
#full-width-slider .slick-dots li button::before,
.slick-slider-banner .slick-dots li button::before {
  display: none !important;
}
#full-width-slider .slick-dots li.slick-active,
.slick-slider-banner .slick-dots li.slick-active {
  width: 28px !important;
}
#full-width-slider .slick-dots li.slick-active button,
.slick-slider-banner .slick-dots li.slick-active button {
  background: var(--cool-black, #202020) !important;
}
#full-width-slider .slick-dots li button,
.slick-slider-banner .slick-dots li button {
  background: rgba(255, 255, 255, 0.55) !important;
}
#full-width-slider .slick-dots li.slick-active button,
.slick-slider-banner .slick-dots li.slick-active button {
  background: #fff !important;
}

.branding-items .slick-dots {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  box-shadow: none;
  line-height: 0;
  white-space: nowrap;
  flex-direction: row;
  display: flex !important;
  justify-content: center;
  position: static;
  margin: 16px auto 0 !important;
  left: auto;
  transform: none;
}
.branding-items .slick-dots li {
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 4px !important;
  padding: 0 !important;
  transition: width 0.25s ease;
}
.branding-items .slick-dots li button {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #c8ccd2 !important;
  font-size: 0 !important;
  text-indent: 0 !important;
  transition: background-color 0.25s ease;
}
.branding-items .slick-dots li button::before {
  display: none !important;
}
.branding-items .slick-dots li.slick-active {
  width: 28px !important;
}
.branding-items .slick-dots li.slick-active button {
  background: var(--cool-black, #202020) !important;
}
@media screen and (max-width: 1024px) {
  .branding-items .slick-dots {
    margin-top: 36px !important;
  }
}

.branding-items {
  text-align: center;
}

.home .footerLinksContainer {
  padding-top: 32px;
}

.c-share-sheet__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.c-share-sheet__image {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
}
.c-share-sheet__title {
  font-size: 1rem;
  font-weight: var(--cool-weight-title, 500);
  line-height: 1.4;
  color: var(--cool-black, #202020);
  overflow-wrap: anywhere;
}
.c-share-sheet__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .c-share-sheet__links {
    grid-template-columns: 1fr;
  }
}
.c-share-sheet__link {
  margin: 0;
}
.c-share-sheet__link i {
  font-size: 1.25rem;
  line-height: 1;
}
.c-share-sheet__link span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-share-sheet__link--copied {
  border-color: #1a7f5a;
}
.c-share-sheet__link--copied i,
.c-share-sheet__link--copied span {
  color: #1a7f5a;
}
.c-share-sheet__link--copied i {
  animation: c-share-sheet-pop 0.35s cubic-bezier(0.2, 0.8, 0.2, 1.4);
}
.c-share-sheet__note {
  margin: 24px 0 0 !important;
  font-size: var(--cool-text-meta, 0.9375rem);
  line-height: 1.5;
  color: var(--cool-dark-grey, #585c63);
}
@keyframes c-share-sheet-pop {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  60% {
    transform: scale(1.25);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* Wishlist Card component (see components/wishlist-card.php): a white bordered card, like the product
   card, with a square photo collage of the list's newest products over the list name and its size.
   The link overlay covers the whole card; the owner delete control sits above the overlay and is
   revealed on hover (always shown on touch screens, which have no hover). */
.c-wishlist-card {
  --c-wishlist-card-padding: 20px;
  --c-wishlist-card-gap: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--c-wishlist-card-padding);
  background: #fff;
  border: 1px solid #ceddd8;
  border-radius: 12px;
  transition: box-shadow 0.2s ease;
}
.c-wishlist-card:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .c-wishlist-card {
    --c-wishlist-card-padding: 12px;
  }
}
.c-wishlist-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0 !important;
  border-radius: inherit;
  text-decoration: none;
}
.c-wishlist-card:hover .c-wishlist-card__title-text {
  text-decoration: underline;
}
.c-wishlist-card__delete {
  position: absolute;
  top: calc(var(--c-wishlist-card-padding) + 8px);
  left: calc(var(--c-wishlist-card-padding) + 8px);
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
.c-wishlist-card__delete:hover {
  background: #f7f7f7;
  color: #000;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.c-wishlist-card__delete i {
  margin-top: 2px;
}
.c-wishlist-card:hover .c-wishlist-card__delete, .c-wishlist-card__delete:focus-visible {
  display: flex;
}
@media (hover: none) {
  .c-wishlist-card__delete {
    display: flex;
  }
}
.c-wishlist-card__collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: var(--c-wishlist-card-gap);
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-wishlist-card__collage {
    margin-bottom: 12px;
  }
}
.c-wishlist-card__tile {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e6e6e6;
}
.c-wishlist-card__tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-wishlist-card__tile--empty {
  grid-area: 1/1/3/3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  color: #fff;
  font-size: 3rem;
}
.c-wishlist-card--new {
  width: 100%;
  text-align: center;
  font: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.c-wishlist-card--new .c-wishlist-card__tile {
  grid-area: 1/1/3/3;
}
.c-wishlist-card__tile--new {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  color: #fff;
  font-size: 3rem;
}
.c-wishlist-card--images-1 .c-wishlist-card__tile {
  grid-area: 1/1/3/3;
}
.c-wishlist-card--images-2 .c-wishlist-card__tile {
  grid-column: 1/3;
}
.c-wishlist-card--images-3 .c-wishlist-card__tile:first-child {
  grid-column: 1/3;
}
.c-wishlist-card__title {
  font-size: var(--cool-text-body, 1.0625rem);
  font-weight: var(--cool-weight-title, 500);
  line-height: 22px;
  color: var(--cool-headers);
  overflow-wrap: anywhere;
}
.c-wishlist-card__meta {
  margin-top: 4px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #585c63;
}

.c-product-share-modal #c-modal-header-title {
  margin: 0 !important;
  padding: 0 !important;
}

#main-content-area .product-action {
  gap: 8px !important;
}
#main-content-area .product-action > .tooltip-cont:empty {
  display: none;
}
#main-content-area .product-action .c-product-action__pill {
  position: static;
  margin: 0;
  text-decoration: none;
  width: 46px;
  height: 46px;
}
#main-content-area .product-action .c-product-action__pill i {
  font-size: 22px;
  width: 1.25em;
}
#main-content-area .product-action .c-product-action__pill.favorite-icon i.fa-solid {
  color: red;
}

/* Product-card image slider (components/activity-item-component.php + scripts/product-card-slider.js).
   Desktop grids only (Peter, 2026-09-20): below 1025px the block is hidden outright and the card renders exactly
   as before. Slide 1 is the card's own <img>; the extra slides sit over it, the last one is the excerpt panel.
   Arrows are the on-image circle (components/button: c-btn-circle c-btn-shadow c-btn-on-image, PR #380) and only
   show while the card is hovered; dots are the pill dots, white over the picture. */
.c-card-slider {
  display: none;
}

@media screen and (min-width: 1025px) {
  .product-card .product-card-image {
    position: relative;
  }
  .c-card-slider {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .c-card-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  .c-card-slider__slide.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .c-card-slider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .c-card-slider__slide--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 52px 26px;
    background: var(--cool-component-light-grey, #F5F5F5);
    color: var(--cool-text, #202020);
    --cool-text-body: var(--cool-text-small);
    font-size: var(--cool-text-small);
    line-height: var(--cool-line-height-body);
    text-align: left;
  }
  .c-card-slider__slide--text p,
  .c-card-slider__slide--text ul,
  .c-card-slider__slide--text li {
    margin: 0;
  }
  .c-card-slider__slide--text a {
    color: var(--cool-link, #202020);
    text-decoration: underline;
  }
  .c-card-slider__slide--text ul {
    margin: 2px 0 0;
    padding-left: 16px;
    list-style: disc;
  }
  .c-card-slider__slide--text strong {
    display: block;
    margin-bottom: 2px;
  }
  .c-card-slider__slide--text small {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
  }
  .c-card-slider__slide--text .stars {
    margin-bottom: 6px;
    line-height: 1;
  }
  .listing-img:has(> :not(.product-card-image)) .c-card-slider__slide--text {
    --cool-line-height-body: 1.35;
    padding-top: 52px;
  }
  .c-card-slider__slide--excerpt {
    padding-right: 16px;
    background: #e6f0fb;
  }
  .c-card-slider__prev, .c-card-slider__next {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    visibility: hidden;
  }
  .c-card-slider__prev[hidden], .c-card-slider__next[hidden] {
    display: none;
  }
  .c-card-slider__prev {
    left: 8px;
  }
  .c-card-slider__next {
    right: 8px;
  }
  .c-card-slider__dots {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none;
    box-shadow: none;
    line-height: 0;
    white-space: nowrap;
    flex-direction: row;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 2;
    transform: translateX(-50%);
    pointer-events: auto;
  }
  .c-card-slider__dots li {
    display: inline-block !important;
    vertical-align: middle;
    float: none !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    padding: 0 !important;
    transition: width 0.25s ease;
  }
  .c-card-slider__dots li button {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #c8ccd2 !important;
    font-size: 0 !important;
    text-indent: 0 !important;
    transition: background-color 0.25s ease;
  }
  .c-card-slider__dots li button::before {
    display: none !important;
  }
  .c-card-slider__dots li.slick-active {
    width: 28px !important;
  }
  .c-card-slider__dots li.slick-active button {
    background: var(--cool-black, #202020) !important;
  }
  .c-card-slider__dots li button {
    background: var(--cool-grey-border, #d9d9d9) !important;
  }
  .c-card-slider__dots li.is-current button,
  .c-card-slider__dots li.slick-active button {
    background: #fff !important;
  }
  .product-card:hover .c-card-slider__prev,
  .product-card:hover .c-card-slider__next {
    visibility: visible;
  }
  .c-card-slider ~ .favorite-icon {
    background: transparent !important;
    z-index: 2;
    cursor: pointer;
  }
  .c-card-slider ~ .favorite-icon i {
    position: relative;
    color: #fff;
    font-size: 1.375rem;
    transition: transform 0.15s ease;
  }
  .c-card-slider ~ .favorite-icon i::after {
    content: "\f004";
    position: absolute;
    inset: 0;
    z-index: -1;
    font-weight: 900;
    color: #000;
    opacity: 0.4;
  }
  .c-card-slider ~ .favorite-icon i.fa-solid, .c-card-slider ~ .favorite-icon i.fas {
    color: red;
  }
  .c-card-slider ~ .favorite-icon i.fa-solid::after, .c-card-slider ~ .favorite-icon i.fas::after {
    display: none;
  }
  .product-card:hover .c-card-slider ~ .favorite-icon i {
    transform: scale(1.15);
  }
}
.custom-input.c-field-small input,
.custom-input.c-field-small textarea {
  height: 2.5rem !important;
  padding-top: 19px !important;
  padding-bottom: 0.5rem !important;
  font-size: var(--cool-text-small) !important;
}
.custom-input.c-field-small textarea {
  height: auto !important;
  min-height: calc(2.5rem * 2) !important;
}
.custom-input.c-field-small > label {
  font-size: var(--cool-text-small) !important;
  font-weight: 500;
  line-height: 1.575;
  transform: translateY(10px) scale(1) !important;
}
.custom-input.c-field-small :is(input, textarea):is(.focused, .is-focus, :focus, :not(.empty)) + label,
.custom-input.c-field-small .iti:is(.number-entered, :focus-within) + label {
  transform: translateY(3px) scale(0.875) !important;
}

.custom-input.c-field-medium input,
.custom-input.c-field-medium textarea {
  height: 3rem !important;
  padding-top: 24px !important;
  padding-bottom: 0.5rem !important;
  font-size: var(--cool-text-field) !important;
}
.custom-input.c-field-medium textarea {
  height: auto !important;
  min-height: calc(3rem * 2) !important;
}
.custom-input.c-field-medium > label {
  font-size: var(--cool-text-field) !important;
  font-weight: 500;
  line-height: 1.575;
  transform: translateY(12px) scale(1) !important;
}
.custom-input.c-field-medium :is(input, textarea):is(.focused, .is-focus, :focus, :not(.empty)) + label,
.custom-input.c-field-medium .iti:is(.number-entered, :focus-within) + label {
  transform: translateY(5px) scale(0.875) !important;
}

.custom-input.c-field-large input,
.custom-input.c-field-large textarea {
  height: 3.25rem !important;
  padding-top: 26px !important;
  padding-bottom: 0.5rem !important;
  font-size: var(--cool-text-field) !important;
}
.custom-input.c-field-large textarea {
  height: auto !important;
  min-height: calc(3.25rem * 2) !important;
}
.custom-input.c-field-large > label {
  font-size: var(--cool-text-field) !important;
  font-weight: 500;
  line-height: 1.575;
  transform: translateY(14px) scale(1) !important;
}
.custom-input.c-field-large :is(input, textarea):is(.focused, .is-focus, :focus, :not(.empty)) + label,
.custom-input.c-field-large .iti:is(.number-entered, :focus-within) + label {
  transform: translateY(7px) scale(0.875) !important;
}

body.c-cool-type .slick-slider-banner .slider-image-container {
  overflow: hidden;
}
body.c-cool-type .slick-slider-banner .slider-image-container img {
  transform-origin: 50% 50%;
  will-change: transform;
}
body.c-cool-type .slick-slider-banner .slick-slide.slick-active .slider-image-container img {
  animation: tm-ken-burns-in 14s ease-out forwards;
}
body.c-cool-type .slick-slider-banner .slick-slide.slick-active:nth-child(even) .slider-image-container img {
  animation-name: tm-ken-burns-out;
}

@keyframes tm-ken-burns-in {
  from {
    transform: scale(1) translate(0, 0);
  }
  to {
    transform: scale(1.12) translate(-1.5%, 1%);
  }
}
@keyframes tm-ken-burns-out {
  from {
    transform: scale(1.12) translate(1.5%, -1%);
  }
  to {
    transform: scale(1) translate(0, 0);
  }
}
button {
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 16px;
}

label {
  color: #737373;
}

.fa-ticket-alt {
  --fa: "";
}

@media screen and (max-width: 1024px) {
  body .fa-mobile-regular {
    --fa-style: 400;
  }
  body .fa-mobile-light {
    --fa-style: 300;
  }
}
#c-report-product-issue .c-modal-body .c-textarea-control {
  margin-bottom: 2rem;
}
#c-report-product-issue .c-modal-body .c-textarea-control textarea {
  font-size: 1.125rem;
  font-weight: 400;
  color: #4d4d4d;
  padding: 23px 22px;
}
#c-report-product-issue .c-modal-body button {
  font-size: 1.125rem;
  font-weight: 600;
  min-width: 370px;
  margin: 0 auto;
  height: 47px;
  background-color: var(--p, --cool-primary-button);
  letter-spacing: normal;
}

#c-book-securely .c-modal-content,
#c-privacy-policy .c-modal-content,
#c-terms-of-use .c-modal-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
#c-book-securely .c-modal-body-inner,
#c-privacy-policy .c-modal-body-inner,
#c-terms-of-use .c-modal-body-inner {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
#c-book-securely .c-modal-body-inner > div > p:first-of-type, #c-book-securely .c-modal-body-inner > div > p:last-of-type,
#c-privacy-policy .c-modal-body-inner > div > p:first-of-type,
#c-privacy-policy .c-modal-body-inner > div > p:last-of-type,
#c-terms-of-use .c-modal-body-inner > div > p:first-of-type,
#c-terms-of-use .c-modal-body-inner > div > p:last-of-type {
  padding: 0;
  margin: 0;
}
#c-book-securely .c-modal-body-inner h3,
#c-privacy-policy .c-modal-body-inner h3,
#c-terms-of-use .c-modal-body-inner h3 {
  margin-top: 0;
  line-height: inherit;
}
#c-book-securely .c-modal-body-inner p,
#c-book-securely .c-modal-body-inner ul,
#c-book-securely .c-modal-body-inner ol,
#c-privacy-policy .c-modal-body-inner p,
#c-privacy-policy .c-modal-body-inner ul,
#c-privacy-policy .c-modal-body-inner ol,
#c-terms-of-use .c-modal-body-inner p,
#c-terms-of-use .c-modal-body-inner ul,
#c-terms-of-use .c-modal-body-inner ol {
  margin: 16px 0;
  color: var(--cool-text);
}
#c-book-securely .c-modal-body-inner ul,
#c-book-securely .c-modal-body-inner ol,
#c-privacy-policy .c-modal-body-inner ul,
#c-privacy-policy .c-modal-body-inner ol,
#c-terms-of-use .c-modal-body-inner ul,
#c-terms-of-use .c-modal-body-inner ol {
  list-style-position: outside;
  margin-left: 18px !important;
  padding-left: 0;
  list-style: disc;
}
#c-book-securely .c-modal-body-inner a,
#c-privacy-policy .c-modal-body-inner a,
#c-terms-of-use .c-modal-body-inner a {
  text-decoration: none !important;
  color: inherit !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: inherit !important;
}
#c-book-securely .c-modal-body-inner h2,
#c-privacy-policy .c-modal-body-inner h2,
#c-terms-of-use .c-modal-body-inner h2 {
  font-size: 1.17rem;
  font-weight: 700;
}

#c-cancellation-policy p,
#c-cancellation-policy ul {
  line-height: 24px;
}
#c-cancellation-policy .cancellationPolicyTimeline {
  line-height: 22.4px;
  padding-top: 1.5rem;
}
#c-cancellation-policy .c-modal-header-text {
  display: none;
}
@media screen and (max-width: 1024px) {
  #c-cancellation-policy .c-modal-body-inner {
    padding-top: 10px;
  }
  #c-cancellation-policy .c-modal-body-inner h2.cancellation-policy-title {
    font-size: 1.5rem;
  }
}

.c-picker-search-scope .c-picker-search-wrapper {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fff;
  padding: 20px 12px 8px;
}
.c-picker-search-scope .c-input-control.c-picker-search {
  height: 48px;
  font-weight: 400;
  border-color: var(--cool-component-grey);
  color: var(--cool-black);
}
.c-picker-search-scope .c-input-control.c-picker-search input {
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
  height: 100% !important;
  color: var(--cool-black);
}
.c-picker-search-scope .c-input-control.c-picker-search input::placeholder {
  color: var(--cool-dark-grey);
}
.c-picker-search-scope .c-input-control.c-picker-search .c-input-control-icon {
  padding-right: 14px;
  font-size: 1.125rem;
}
.c-picker-search-scope .c-checkbox-list,
.c-picker-search-scope .cool-gtranslate-wrapper {
  padding-top: 8px;
}

@media screen and (min-width: 1025px) {
  #c-language-modal .c-modal-overlay .c-modal-content.c-modal-content-small {
    max-width: 490px;
  }
  #c-language-modal .c-modal-overlay .c-modal-content.c-modal-content-height-ratio-based .c-modal-body-inner {
    height: 482px;
  }
}
@media screen and (max-width: 1024px) {
  #c-language-modal .c-modal-no-title .c-modal-close-button {
    justify-content: space-between;
  }
  #c-language-modal .c-modal-no-title .c-modal-close-button h2 {
    font-size: 1.5rem;
  }
}
#c-language-modal .c-modal-no-title .c-checkbox-list {
  padding-top: 0;
}
#c-language-modal .c-modal-no-title .c-checkbox-list .c-checkbox-item button {
  font-size: 0.875rem;
  border: 0;
  padding: 0.625rem 1.5rem;
}
#c-language-modal .c-modal-no-title .c-checkbox-list .c-checkbox-item .c-dummy-radio-button {
  display: none;
}
#c-language-modal .cool-gtranslate-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  padding: 8px 12px 0;
  margin-bottom: 0;
}
#c-language-modal .cool-gtranslate-wrapper img {
  border-radius: 0.1875rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.6666666667rem;
  object-fit: contain;
  opacity: 1;
  order: 1;
  margin-right: calc(44px - 1.6666666667rem);
  box-shadow: var(--cool-shadow-subtle);
}
#c-language-modal .cool-gtranslate-wrapper a {
  text-decoration: none;
  border: 0;
  background: linear-gradient(var(--cool-component-light-grey), var(--cool-component-light-grey)) no-repeat center bottom/calc(100% - 16px) 1px;
  margin: 0;
  padding: 16px 18px 17px 14px;
  line-height: 1.15;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: var(--cool-black);
  position: relative;
  z-index: 0;
}
#c-language-modal .cool-gtranslate-wrapper a span {
  order: 2;
  color: var(--cool-black);
  font-size: 1rem;
}
#c-language-modal .cool-gtranslate-wrapper a::after {
  content: "";
  order: 3;
  flex: 0 0 auto;
  margin-left: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--cool-component-grey);
  box-sizing: border-box;
}
#c-language-modal .cool-gtranslate-wrapper a:not(.gt-current-lang):hover::after {
  background-color: #fff;
}
#c-language-modal .cool-gtranslate-wrapper a.gt-current-lang span {
  font-weight: 700;
}
#c-language-modal .cool-gtranslate-wrapper a.gt-current-lang::after {
  border: 0;
  background: radial-gradient(circle, #fff 0 2px, #000 2.5px);
}
#c-language-modal .cool-gtranslate-wrapper a:hover, #c-language-modal .cool-gtranslate-wrapper a.gt-current-lang, #c-language-modal .cool-gtranslate-wrapper a:has(+ a:hover), #c-language-modal .cool-gtranslate-wrapper a:has(+ a.gt-current-lang), #c-language-modal .cool-gtranslate-wrapper a:last-child, #c-language-modal .cool-gtranslate-wrapper a.c-picker-last {
  background-image: none;
}
#c-language-modal .cool-gtranslate-wrapper a:hover::before, #c-language-modal .cool-gtranslate-wrapper a.gt-current-lang::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--cool-hover-radius);
  background-color: var(--cool-component-light-grey);
  z-index: -1;
}
#c-language-modal .cool-gtranslate-wrapper:has(a:hover) a.gt-current-lang:not(:hover)::before {
  display: none;
}
#c-language-modal .cool-gtranslate-wrapper:has(a:hover) a.gt-current-lang:not(:hover),
#c-language-modal .cool-gtranslate-wrapper:has(a:hover) a:has(+ a.gt-current-lang:not(:hover)):not(:hover) {
  background-image: linear-gradient(var(--cool-component-light-grey), var(--cool-component-light-grey));
}

.page-main-container {
  display: flex;
  flex-direction: column;
}
.page-main-container a {
  text-decoration: none;
  border: 0;
  -webkit-text-decoration-skip: objects;
  color: var(--cool-link);
}
.page-main-container a.c-link-underline span {
  text-decoration: underline;
}

.lightpick .lightpick__footer {
  border-top: 1px solid var(--cool-grey-border);
  padding-top: 15px;
  width: 93%;
  margin: 13px auto 0 !important;
  padding-bottom: 13px;
  font-size: 0.8125rem;
}
.lightpick .lightpick__toolbar button {
  background: transparent;
  margin-left: 0px;
  margin-right: -1px;
  position: relative;
}
.lightpick .lightpick__toolbar button:not(.disabled) {
  cursor: pointer;
}
.lightpick .lightpick__month-title-bar {
  display: block;
  text-align: center;
  top: -5px;
  position: relative;
  width: 98.5%;
}
.lightpick .lightpick__month-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightpick .lightpick__toolbar {
  display: flex;
  text-align: right;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: -41px;
  position: relative;
}
.lightpick .lightpick__month-title > .lightpick__select {
  padding-left: 0 !important;
  padding-right: 0;
}
.lightpick .lightpick__month-title > .lightpick__select-months {
  margin-right: 2px;
  width: auto;
  line-height: 30px;
}
.lightpick .lightpick__months {
  position: relative;
}
.lightpick .lightpick__month-title > .lightpick__select:disabled,
.lightpick .lightpick__month-title > .lightpick__select {
  opacity: 1;
  color: var(--cool-text);
  font-weight: 700;
}
.lightpick select.lightpick__select.lightpick__select-years {
  width: auto !important;
  margin-left: 2px;
}
.lightpick .lightpick__toolbar i {
  padding: 21px 15px;
  background-color: transparent;
  position: absolute;
  left: 0;
}
.lightpick .lightpick__toolbar button:not(.disabled) i {
  cursor: pointer;
  pointer-events: all;
}
.c-search-modal-content .lightpick .lightpick__price {
  display: none;
}
.lightpick .lightpick__day.is-today {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><circle fill='%23ededed' cx='16' cy='16' r='16'/></svg>");
  border-top-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0;
  background-size: auto;
  background-position: center;
  color: var(--cool-text);
  font-weight: bold;
}
.lightpick .lightpick__day.is-available.is-previous-month .lightpick__date, .lightpick .lightpick__day.is-available.is-next-month .lightpick__date {
  opacity: 1;
  font-weight: 700;
}
.lightpick .lightpick__toolbar button i {
  color: var(--cool-text);
  font-size: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .lightpick .lightpick__toolbar button i {
    font-size: 1rem;
  }
}
.lightpick .lightpick__toolbar button:not(.disabled):hover::before {
  background-color: var(--cool-grey-border) !important;
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  left: 6px;
  top: 3.5px;
  border-radius: 50%;
}
.lightpick .lightpick__footer {
  margin-top: 17px !important;
}
.lightpick .lightpick__footer .lightpick__apply-action.c-btn.c-btn {
  background-color: var(--cool-primary-button) !important;
  border-color: var(--cool-primary-button) !important;
}
.lightpick.filter-calendar {
  top: 57px !important;
}

#c-help-center .c-modal-header h2 {
  font-weight: 500;
}
#c-help-center .c-modal-body {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*.c-4-columns{
    @include breakpoint ( old-site-desktop ){
        .listing-img{
            height: 12.5rem;
        }
        .product-card-body{
            height: 12.75rem;
        }
    }
}*/
.destinations-slider .product-card .listing-img {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .body-design2025 .product-card .listing-img .likely-to-sell-out {
    display: none;
  }
}

.product-card .c-product-card-details {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: var(--cool-dark-grey);
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .product-card .rate-text {
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 0 !important;
    text-align: right;
  }
  .product-card .rate-text .sub {
    display: block;
    margin: 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .product-list .product-card:not(.col-12 .product-card) {
    display: flex;
    flex-direction: column;
  }
  .product-list .product-card:not(.col-12 .product-card) > .product-card-body {
    flex: 1 1 auto;
  }
}
.product-card .c-product-card-result .bot-text span {
  font-size: 0.875rem !important;
  line-height: 1.4285714286 !important;
}
.product-card .c-product-card-result .bot-text span.c-copy-content {
  display: inline-block;
}
.product-card .c-product-card-result .stars {
  font-size: 0.875rem !important;
}
@media screen and (max-width: 1024px) {
  .product-card.c-product-card-hr .product-card-body-top .stars {
    padding-bottom: 5px !important;
  }
  .product-card.c-product-card-hr .c-product-card-bottom {
    padding-top: 2px;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
  .product-card.c-product-card-hr .c-product-card-bottom .rate-text {
    display: block;
    text-align: left;
  }
}
.product-card .c-product-card-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: end;
  margin-top: auto;
  padding-top: 15px;
}
.product-card .c-product-card-bottom .rate-text {
  margin-top: 0;
  text-align: right;
  display: flex;
  gap: 6px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.product-card .c-product-card-bottom .rate-text .sub {
  margin-top: 0;
  color: #585C63;
  position: relative;
  top: 1px;
  left: 2px;
}
.product-card .c-product-card-bottom .stars {
  margin-bottom: 0 !important;
  flex: 0 0 auto;
}
.product-card .c-product-card-result {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-card .c-product-card-result .bot-text {
  width: 100%;
}
.product-card:hover img {
  transform: scale(1.1);
}
.product-card a:not(.c-btn):hover {
  border: 0;
  text-decoration: none;
}
.product-card img {
  transition: transform 0.3s ease;
}
.product-card .product-card-body-top {
  display: flex;
  flex-direction: column;
}
.product-card .product-card-body-top .c-copy-admin-grid-product-title {
  background: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  font-size: 0.875rem;
  position: relative;
  top: -1px;
  padding: 4px;
  outline: 0;
}
.product-card .product-card-body-top .c-copy-admin-grid-product-title span {
  margin-left: 5px;
}
.product-card .product-card-body-top .stars span {
  margin: 0 1px;
}
.product-card .product-card-body-top h3 {
  order: 2;
}

#recentViewedWidget .box-slider-width,
#recentViewedWidget .static-item-inner {
  max-width: none !important;
}
#recentViewedWidget .recently-viewed-slider {
  justify-content: flex-start;
  gap: 1rem !important;
  display: flex !important;
}
#recentViewedWidget .product-card-image img,
#recentViewedWidget .listing-img {
  border-radius: 0 !important;
}
@media screen and (max-width: 1024px) {
  #recentViewedWidget .slider-outer {
    margin: 0 -15px;
    padding-left: 30px;
  }
  #recentViewedWidget .slider-outer .scroll-slider {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  #recentViewedWidget .slider-outer .scroll-slider .static-item-inner {
    margin-left: 0;
  }
  #recentViewedWidget .slider-outer .slider-item:last-child {
    padding-right: 15px;
    margin-right: 15px;
  }
}

body.cool-gamma .disable-all {
  z-index: 999999;
}
body.cool-gamma .c-explore-menu {
  left: 7px;
  width: calc(100% - 0.875rem);
}
body.cool-gamma .sidebar {
  max-width: 20.3125rem;
}
@media screen and (max-width: 1024px) {
  body.cool-gamma .media-gallery-slider {
    border-radius: 0 !important;
  }
  body.cool-gamma.archive .flex-wrapper > .right-section, body.cool-gamma.category .flex-wrapper > .right-section, body.cool-gamma.single-post .flex-wrapper > .right-section, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper > .right-section, body.cool-gamma.search .flex-wrapper > .right-section, body.cool-gamma.sale-page .flex-wrapper > .right-section {
    order: inherit;
  }
  body.cool-gamma.archive [role=navigation] .cd-pagination, body.cool-gamma.category [role=navigation] .cd-pagination, body.cool-gamma.single-post [role=navigation] .cd-pagination, body.cool-gamma.activities-listing:not(.single-activity) [role=navigation] .cd-pagination, body.cool-gamma.search [role=navigation] .cd-pagination, body.cool-gamma.sale-page [role=navigation] .cd-pagination {
    margin-bottom: 35px !important;
  }
  body.cool-gamma.archive .right-section, body.cool-gamma.category .right-section, body.cool-gamma.single-post .right-section, body.cool-gamma.activities-listing:not(.single-activity) .right-section, body.cool-gamma.search .right-section, body.cool-gamma.sale-page .right-section {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 699px) {
  body.cool-gamma.archive .flex-wrapper, body.cool-gamma.category .flex-wrapper, body.cool-gamma.single-post .flex-wrapper, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper, body.cool-gamma.search .flex-wrapper, body.cool-gamma.sale-page .flex-wrapper {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
  }
  body.cool-gamma.archive .flex-wrapper .sidebar, body.cool-gamma.category .flex-wrapper .sidebar, body.cool-gamma.single-post .flex-wrapper .sidebar, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper .sidebar, body.cool-gamma.search .flex-wrapper .sidebar, body.cool-gamma.sale-page .flex-wrapper .sidebar {
    position: relative;
    right: auto;
    left: auto;
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 25%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-left: 0%;
    margin-right: 0;
    border-top: 0;
  }
  body.cool-gamma.archive .flex-wrapper .sidebar h3:first-child, body.cool-gamma.category .flex-wrapper .sidebar h3:first-child, body.cool-gamma.single-post .flex-wrapper .sidebar h3:first-child, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper .sidebar h3:first-child, body.cool-gamma.search .flex-wrapper .sidebar h3:first-child, body.cool-gamma.sale-page .flex-wrapper .sidebar h3:first-child {
    border-top: 1px solid #ceddd8;
    padding-top: 13px;
    margin-top: 0 !important;
  }
  body.cool-gamma.archive .flex-wrapper .sidebar h3:first-child::after, body.cool-gamma.category .flex-wrapper .sidebar h3:first-child::after, body.cool-gamma.single-post .flex-wrapper .sidebar h3:first-child::after, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper .sidebar h3:first-child::after, body.cool-gamma.search .flex-wrapper .sidebar h3:first-child::after, body.cool-gamma.sale-page .flex-wrapper .sidebar h3:first-child::after {
    top: 14px;
  }
  body.cool-gamma.archive .flex-wrapper .right-section, body.cool-gamma.category .flex-wrapper .right-section, body.cool-gamma.single-post .flex-wrapper .right-section, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper .right-section, body.cool-gamma.search .flex-wrapper .right-section, body.cool-gamma.sale-page .flex-wrapper .right-section {
    position: relative;
    right: auto;
    left: auto;
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 75%;
    margin-left: 0%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
body.cool-gamma .tags-wrapper {
  display: inline-flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
body.cool-gamma .tags-wrapper + .page-title + .subtitle-wrapper .review-info-wrapper {
  margin-top: 0.75rem;
}

.c-page-top-area {
  display: flex;
  align-items: center;
}
.c-page-top-area .c-breadcrumbs-container {
  max-width: 864px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .box-width:has(> .c-telesales-on-top) .c-page-top-area .c-breadcrumbs-container {
    max-width: calc(100% - 11rem);
  }
}
@media screen and (max-width: 1024px) {
  .c-page-top-area {
    margin-bottom: 0;
  }
}

.iti__country-list {
  max-width: 21.25rem;
}

#c-lowest-price-guarantee .modal-content .itineraryStop {
  line-height: 1.6666666667;
}
#c-lowest-price-guarantee .modal-content .itineraryStop:first-of-type {
  margin-top: 1.875rem;
}
#c-lowest-price-guarantee .c-modal-content .c-modal-body-inner > div h3 {
  margin-top: 1.2rem;
}

.right-section .c-breadcrumbs-container .c-breadcrumbs-list {
  display: flex;
  color: var(--cool-breadcrumb-separator-color);
  font-size: 0.8125rem !important;
  line-height: 0.875rem !important;
  list-style-type: none;
  padding: 0 0 0.9375rem 0;
  margin: 0;
  overflow-y: hidden;
}
.right-section .c-activity-card-title {
  font-size: 1rem !important;
  font-weight: var(--cool-weight-title, 600) !important;
  line-height: 1.3 !important;
}

.c-common-control input,
.c-common-control textarea {
  background-color: white;
}

.share-dropdown .share-dropdown-btn i.fa-solid {
  display: none;
}
@media screen and (max-width: 1024px) {
  .share-dropdown:not(.open) {
    z-index: 0;
  }
}

.favorite-icon .wish-list-title {
  display: none;
}

.mdp-readabler-trigger-button-box {
  z-index: 99999 !important;
}

.content p,
.content ul,
.content ol,
.review-body,
.cool-gamma.single-activity .activity-attributes > div .text,
.cancellationPolicyMessage {
  font-weight: var(--cool-activity-page-font-weight);
}

#_elev_io .custom-input-sm .select2-selection--single,
#_elev_io .custom-input-sm select,
#_elev_io .custom-input-sm input {
  height: 37px !important;
  font-size: 0.875rem !important;
}
#_elev_io .custom-input-sm input {
  padding-top: 22px !important;
}
#_elev_io .custom-input-sm .new-phone-input.number-entered + label {
  top: -2px !important;
}
#_elev_io .c-tooltip-wrapper--top .c-tooltip-content {
  left: -85px;
}
@media screen and (max-width: 1024px) {
  #_elev_io .c-tooltip-wrapper--top .c-tooltip-content {
    left: -50px;
  }
}
#_elev_io .c-tooltip-wrapper--top .c-tooltip-content::after {
  right: 4px;
  left: auto;
}
#_elev_io .iti.new-phone-input .iti__country-list {
  margin: 0 !important;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #_elev_io .iti.new-phone-input input:not(.empty),
  #_elev_io .iti.new-phone-input .iti__country {
    min-height: 47px !important;
    max-height: 47px !important;
    height: 47px !important;
  }
}

.iti.new-phone-input {
  --iti-spacer-horizontal: 12px;
}
.iti.new-phone-input .iti__country-container {
  outline: 0;
}
.iti.new-phone-input .iti__flag {
  scale: 1.35;
}
.iti.new-phone-input .iti__country {
  min-height: 49px;
  padding-left: 1rem !important;
  margin: 0 !important;
  font-weight: 400;
}
.iti.new-phone-input .iti__arrow {
  position: relative;
  left: 1px;
  margin-left: 7px;
  border: 0;
  width: 0.625rem;
  height: 0.625rem;
  font-weight: 700;
  font-family: "Font Awesome 7 Pro";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 0.625rem;
}
.iti.new-phone-input .iti__arrow:before {
  content: "\f078";
}
.iti.new-phone-input .iti__arrow.iti__arrow--up:before {
  content: "\f077";
}
.iti.new-phone-input .iti__selected-country {
  outline: 0;
}
.iti.new-phone-input .iti__selected-country-primary {
  padding-right: 0.71875rem;
  padding-left: 1rem;
  background: none !important;
  outline: 0;
}
.iti.new-phone-input.iti--inline-dropdown .iti__dropdown-content {
  z-index: 999999999 !important;
}
@media screen and (max-width: 1024px) {
  #_elev_io .iti.new-phone-input.iti--inline-dropdown .iti__dropdown-content .iti__search-input {
    padding-top: 9px !important;
  }
}
.iti.new-phone-input .iti__selected-dial-code {
  margin-left: -3px;
  font-weight: 400;
}
.iti.new-phone-input.number-entered + label {
  display: block;
  margin-left: 47px;
  -webkit-transform: translateY(2.5px) scale(0.875) !important;
  -ms-transform: translateY(2.5px) scale(0.875) !important;
  transform: translateY(2.5px) scale(0.875) !important;
  font-size: 0.875rem !important;
  margin-left: 59px !important;
}
.iti.new-phone-input.number-entered .iti__selected-dial-code {
  margin-top: 15px;
}
#_elev_io .iti.new-phone-input.number-entered .iti__selected-dial-code {
  margin-top: 13px;
}

.iti.new-phone-input.number-entered > input:not(.empty) {
  padding-top: 22px !important;
}
.iti.new-phone-input:not(.number-entered) + label {
  left: 48px !important;
}
.iti.new-phone-input:not(.number-entered) .iti__selected-dial-code {
  visibility: hidden !important;
}
.iti.new-phone-input:not(.number-entered) input.tm-phone-input {
  padding-left: 58px !important;
}
.iti.new-phone-input .iti__search-input {
  padding: 9px 12px 10px !important;
  height: 51px !important;
  border-radius: 0 !important;
}
.iti.new-phone-input .iti__country-list {
  max-width: 100% !important;
  margin: 0 !important;
}
.iti.new-phone-input .iti__dropdown-content {
  z-index: 10;
}
.iti.new-phone-input input {
  padding-top: 8px !important;
}
.iti.new-phone-input input:not(.empty) {
  padding-top: 8px !important;
}

.custom-input .tooltip-icon,
.custom-select .tooltip-icon {
  font-size: 1rem;
}
.custom-input .tooltip-icon i.fa-circle-question,
.custom-input .tooltip-icon span.fa-circle-question,
.custom-select .tooltip-icon i.fa-circle-question,
.custom-select .tooltip-icon span.fa-circle-question {
  color: #555;
}
.custom-input > label,
.custom-select > label {
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
  -webkit-transform-origin: top left !important;
  -ms-transform-origin: top left !important;
  transform-origin: top left !important;
  will-change: transform;
  margin-left: 11px !important;
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(11.5px) scale(1) !important;
  -ms-transform: translateY(11.5px) scale(1) !important;
  transform: translateY(11.5px) scale(1) !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  margin-bottom: 0.25rem;
  line-height: 1.575;
}

#collapse-meeting-and-pickup .custom-select .select2-results__option {
  font-size: 0.9375rem;
  padding: 0.625rem 0.9375rem;
  line-height: 21px;
}
#collapse-meeting-and-pickup .custom-select .select2-results__option .select2-item {
  line-height: normal;
}
.custom-select > label {
  -webkit-transform: translateY(1.5px) scale(0.875) !important;
  -ms-transform: translateY(1.5px) scale(0.875) !important;
  transform: translateY(1.5px) scale(0.875) !important;
}
.custom-select.empty label {
  -webkit-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  top: 14px;
  line-height: 19.6px;
}
.custom-select.empty select {
  padding-top: 1px !important;
  text-indent: -999999px !important;
}
.custom-select select {
  padding-top: 0.875rem !important;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__options {
  margin: 0;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-container--default.select2-container.select2-container--open .select2-dropdown--below {
  margin-top: 4px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-container--default.select2-container.select2-container--open .select2-dropdown--above {
  margin-top: -2px !important;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item {
  display: flex;
  flex-direction: column;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item.select2-has-item-icon {
  flex-direction: row;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item .select2-icon-wrapper {
  width: 1.5rem;
  display: flex;
  justify-content: center;
  margin-right: 0.625rem;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item strong {
  font-weight: normal;
  line-height: 21px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item span {
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  margin-top: 3px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .icon {
  top: 21px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline:not(.no-select-arrow)::after {
  transform: none;
  top: 20.5px !important;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-container--above + .select2-dropdown-inline {
  margin-top: 0 !important;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-container--above + .select2-dropdown-inline .select2-container,
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-container--above + .select2-dropdown-inline .select2-dropdown {
  position: absolute !important;
  margin-top: 0 !important;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-dropdown-inline {
  margin-top: -2px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-dropdown-inline .select2-container,
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-dropdown-inline .select2-dropdown {
  position: static !important;
}
.custom-select.custom-select2-wrapper.empty .select2-selection__rendered {
  opacity: 0;
}
.custom-select.custom-select2-wrapper.empty label {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  font-size: 0.875rem !important;
  top: 16px !important;
}
.custom-select.custom-select2-wrapper label {
  -webkit-transform: translateY(1.5px) scale(0.875) !important;
  -ms-transform: translateY(1.5px) scale(0.875) !important;
  transform: translateY(1.5px) scale(0.875) !important;
  font-size: 0.875rem !important;
}

.custom-input input,
.custom-input textarea {
  -webkit-animation: native-autofill-out 1ms;
  animation: native-autofill-out 1ms;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  padding-top: 24px !important;
  padding-bottom: 0.5rem !important;
}
.custom-input input.focused + label, .custom-input input:focus + label, .custom-input input:not(.empty) + label,
.custom-input textarea.focused + label,
.custom-input textarea:focus + label,
.custom-input textarea:not(.empty) + label {
  -webkit-transform: translateY(4.5px) scale(0.875) !important;
  -ms-transform: translateY(4.5px) scale(0.875) !important;
  transform: translateY(4.5px) scale(0.875) !important;
  font-size: 0.875rem !important;
}
.custom-input input.focused::placeholder, .custom-input input:focus::placeholder, .custom-input input:not(.empty)::placeholder,
.custom-input textarea.focused::placeholder,
.custom-input textarea:focus::placeholder,
.custom-input textarea:not(.empty)::placeholder {
  transition: opacity 0.2s ease 0.1s;
  opacity: 1;
}
.custom-input input.focused::-webkit-input-placeholder, .custom-input input:focus::-webkit-input-placeholder, .custom-input input:not(.empty)::-webkit-input-placeholder,
.custom-input textarea.focused::-webkit-input-placeholder,
.custom-input textarea:focus::-webkit-input-placeholder,
.custom-input textarea:not(.empty)::-webkit-input-placeholder {
  transition: opacity 0.2s ease 0.1s;
  opacity: 1;
}
.custom-input input.focused::-moz-placeholder, .custom-input input:focus::-moz-placeholder, .custom-input input:not(.empty)::-moz-placeholder,
.custom-input textarea.focused::-moz-placeholder,
.custom-input textarea:focus::-moz-placeholder,
.custom-input textarea:not(.empty)::-moz-placeholder {
  transition: opacity 0.2s ease 0.1s;
  opacity: 1;
}
.custom-input input.focused::-ms-input-placeholder, .custom-input input:focus::-ms-input-placeholder, .custom-input input:not(.empty)::-ms-input-placeholder,
.custom-input textarea.focused::-ms-input-placeholder,
.custom-input textarea:focus::-ms-input-placeholder,
.custom-input textarea:not(.empty)::-ms-input-placeholder {
  transition: opacity 0.2s ease 0.1s;
  opacity: 1;
}
.custom-input input::-webkit-autofill,
.custom-input textarea::-webkit-autofill {
  -webkit-animation: native-autofill-in 1ms;
  animation: native-autofill-in 1ms;
}
.custom-input input::placeholder,
.custom-input textarea::placeholder {
  opacity: 0;
  transition: opacity 0.08s ease;
}
.custom-input input::-webkit-input-placeholder,
.custom-input textarea::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.08s ease;
}
.custom-input input::-moz-placeholder,
.custom-input textarea::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.08s ease;
}
.custom-input input::-ms-input-placeholder,
.custom-input textarea::-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.08s ease;
}

.iti--fullscreen-popup .iti--container {
  z-index: 99999999;
}

.c-tooltip-content,
.tooltip-cont {
  background-color: var(--cool-component-dark-grey) !important;
}
.c-tooltip-content::after,
.tooltip-cont::after {
  border-top-color: var(--cool-component-dark-grey) !important;
}

@media screen and (max-width: 1024px) {
  .c-tooltip-content,
  .tooltip-cont {
    max-width: 8.954375rem !important;
  }
  body.design2025:not(.checkout-body) .tooltip-cont {
    margin-right: auto;
    margin-left: auto !important;
    left: 50% !important;
    right: auto;
  }
  body.cool-widget .likely-to-sell-out .tooltip-cont {
    margin-left: 13px !important;
    left: auto !important;
  }
}
.product-card .listing-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top;
  border-radius: inherit;
}
.product-card .listing-img .c-checkbox-container {
  position: absolute;
  top: 10px;
  left: 10px;
}
.body-design2025 .products-carousel .product-card {
  margin-top: 5px;
}

.body-design2025 #recentViewedWidget .product-card {
  margin-top: 0;
}

.body-design2025 #recentViewedWidget .static-item-inner {
  margin-top: 9px;
}

.body-design2025 .products-carousel .product-list {
  margin-top: 5px;
}

.body-design2025 .products-carousel .slider-outer {
  margin-top: -5px;
}

@media screen and (max-width: 1024px) {
  .products-carousel .slider-outer,
  .destinations-slider .slider-outer,
  .recentReviews .slider-outer {
    margin: 0;
    padding-left: 15px;
  }
  .products-carousel .slider-outer .slider-item:last-child,
  .destinations-slider .slider-outer .slider-item:last-child,
  .recentReviews .slider-outer .slider-item:last-child {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .products-carousel .shelf-item:last-child,
  .destinations-slider .shelf-item:last-child,
  .recentReviews .shelf-item:last-child {
    padding-right: 30px;
    margin-right: 30px;
  }
}

.select2-container {
  font-size: 0.875rem;
}

.custom-select .custom-right-icon {
  position: absolute;
  top: 26px;
  transform: translateY(-50%);
  right: 18px;
}

.custom-select:not(.no-select-arrow)::after {
  background-image: none !important;
  position: absolute;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f078";
  right: 18px !important;
  top: 50% !important;
  font-size: 10px;
  font-weight: 900;
  background: #fff;
  transform: translateY(-50%);
  font-family: "Font Awesome 7 Pro";
  display: block;
  border: 0;
  width: auto !important;
  height: auto !important;
  color: var(--cool-component-dark-grey);
  pointer-events: none;
}

#c-currency-modal .c-modal-body,
#c-language-modal .c-modal-body {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #c-currency-modal .cool-gtranslate-wrapper a.gt-current-lang::before,
  #c-language-modal .cool-gtranslate-wrapper a.gt-current-lang::before {
    display: none;
  }
  #c-currency-modal .cool-gtranslate-wrapper a.gt-current-lang,
  #c-currency-modal .cool-gtranslate-wrapper a:has(+ a.gt-current-lang),
  #c-language-modal .cool-gtranslate-wrapper a.gt-current-lang,
  #c-language-modal .cool-gtranslate-wrapper a:has(+ a.gt-current-lang) {
    background-image: linear-gradient(var(--cool-component-light-grey), var(--cool-component-light-grey));
  }
}
@media (hover: none) {
  #c-currency-modal .cool-gtranslate-wrapper a:hover::before,
  #c-currency-modal .c-checkbox-list .c-checkbox-item button:hover::before,
  #c-language-modal .cool-gtranslate-wrapper a:hover::before,
  #c-language-modal .c-checkbox-list .c-checkbox-item button:hover::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #c-currency-modal .c-modal-mobile-left-slide-in .c-modal-header,
  #c-language-modal .c-modal-mobile-left-slide-in .c-modal-header {
    padding: 42px 17px 44px 16px;
  }
  #c-currency-modal .c-modal-mobile-left-slide-in .c-modal-back-button,
  #c-language-modal .c-modal-mobile-left-slide-in .c-modal-back-button {
    flex: 0 0 auto;
    margin-right: 15px;
    line-height: 0;
  }
  #c-currency-modal .c-modal-mobile-left-slide-in .c-tabs,
  #c-language-modal .c-modal-mobile-left-slide-in .c-tabs {
    left: 60px;
    top: 76px;
  }
}

#c-language-modal .c-modal-header-wrapper h2 {
  display: none;
}
#c-language-modal .c-tab-navigation-content-wrapper {
  padding-top: 0;
}
#c-language-modal .c-tabs {
  border-bottom: 0;
  position: absolute;
  left: 0;
}
#c-language-modal .c-tabs .c-tabs-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
}
#c-language-modal .c-tabs .c-tabs-item:not(.c-tabs-item-active) {
  border-bottom-width: 1px;
  border-bottom-color: var(--cool-tabs-bottom-color);
}

@media screen and (max-width: 1024px) {
  .activity-filter .filter-outer {
    padding-right: 16px;
  }
}
.c-multi-step-radio .error-message-class {
  margin-bottom: 0;
  margin-top: 6px;
}
.c-multi-step-radio #fh-pickup-location-select2-wrapper .checkin-information {
  margin-top: 0;
}
.c-multi-step-radio #fh-pickup-location-select2-wrapper .checkin-information li {
  margin-bottom: 0;
}
.c-multi-step-radio #fh-pickup-location-select2-wrapper .checkin-information .hotel-pickup-validate-resp {
  top: 12px;
  margin-bottom: 15px;
}
.c-multi-step-radio #fh-pickup-location-select2-wrapper .checkin-information .hotel-pickup-validate-resp:empty {
  top: 0 !important;
  margin-bottom: 0 !important;
}

#bookingEditPart .lightpick {
  left: 0 !important;
}
#bookingEditPart .lightpick .lightpick__day {
  top: -1px;
  position: relative;
}
#bookingEditPart .lightpick .lightpick__day .lightpick__price {
  display: none;
}

.activities-listing .listing-group,
.archive .listing-group,
.search .listing-group,
.post-template-template-top-tour-list .listing-group,
.single-post .right-section .listing-group,
.category .listing-group,
.sale-page .listing-group {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.id-108 .single-activity .content .page-title, .id-108 .single-hotel-page .content .page-title, .id-108 .header-title-area .page-title, .id-108 .header-title-area h1 {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  body .activity-filter .custom-select label {
    top: 11px !important;
  }
}
@media screen and (min-width: 1025px) {
  body .activity-filter .desktop-date-selector .custom-select label {
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
  }
}
#tm-account-dashboard .c-auth-component-description {
  padding-bottom: 0;
}

.c-redeem-cool-rewards {
  padding-top: 15px;
  display: flex;
  align-items: center;
  margin-bottom: -10px;
  font-size: 0.9375rem;
}
.c-redeem-cool-rewards .c-redeem-cool-rewards-label {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  line-height: 19px;
  top: -1px;
}
.c-redeem-cool-rewards i {
  margin-right: 0.4rem;
  margin-top: 0.125rem;
  min-width: 1rem;
  align-self: flex-start;
}
.c-redeem-cool-rewards .c-redeem-cool-rewards-label-subtitle {
  font-size: 0.8125rem;
}
.c-redeem-cool-rewards .c-redeem-cool-rewards-credits-toggle {
  margin-left: auto;
}

.c-rewards-outer-row {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: normal;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .c-rewards-outer-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.c-rewards-outer-row .c-rewards-outer-col {
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0%;
  right: auto;
  left: auto;
}
@media screen and (min-width: 1025px) {
  .c-rewards-outer-row .c-rewards-outer-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
}

.c-rewards-summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .c-rewards-summary {
    padding-bottom: 4.5rem;
  }
}
.c-rewards-summary .rewards-summary-wrapper {
  padding: 1.5rem 1rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid #F5F5F5;
  height: 7.125rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.c-rewards-summary .rewards-inner {
  width: 100%;
}
.c-rewards-summary .rewards-container {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 84.75rem;
  z-index: auto;
}
.c-rewards-summary .rewards-row {
  align-items: normal;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-rewards-summary .rewards-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.c-rewards-summary .rewards-row .rewards-col {
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 33.3333333333%;
  flex-basis: 33.3333333333%;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 33.3333333333%;
  margin-left: 0%;
  right: auto;
  left: auto;
}
.c-rewards-summary .rewards-row .rewards-col.rewards-col--right {
  width: 66.6666666667%;
  flex-basis: 66.6666666667%;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 66.6666666667%;
}
@media screen and (min-width: 1025px) {
  .c-rewards-summary .rewards-row .rewards-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-rewards-summary .rewards-row .rewards-col {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.c-rewards-summary .rewards-col-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.c-rewards-summary .rewards-available-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 1rem;
  border-right: 0.0625rem solid black;
}
.c-rewards-summary .rewards-available-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #EAFBF7;
  color: var(--cool-good-green);
}
.c-rewards-summary .rewards-available-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
}
.c-rewards-summary .rewards-available-content .rewards-title {
  display: block;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  line-height: 1.375rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 1025px) {
  .c-rewards-summary .rewards-available-content .rewards-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.0125rem;
  }
}
.c-rewards-summary .rewards-available-content .rewards-amount {
  color: black;
  display: inline-block;
}
.c-rewards-summary .rewards-available-content .rewards-available-text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
}
.c-rewards-summary .rewards-redeemed-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
}
.c-rewards-summary .rewards-redeemed-section .rewards-redeemed-amount {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.003125rem;
  color: black;
}
.c-rewards-summary .rewards-redeemed-section .rewards-redeemed-text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
  color: #4D4D4D;
}
.c-rewards-summary .redeemed-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
}
.c-rewards-summary .redeemed-section .redeemed-amount {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.003125rem;
}
.c-rewards-summary .rewards-terms {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
  color: #333333;
  text-align: start;
}
@media screen and (min-width: 1025px) {
  .c-rewards-summary .rewards-terms {
    text-align: center;
  }
}
.c-rewards-summary .rewards-terms a {
  color: inherit;
  text-decoration: underline;
  border: 0;
}

.my-rewards-page.content {
  margin: 0 !important;
  padding: 0 !important;
}
.my-rewards-page.content .header-title-area {
  margin: 1.5rem 0;
}

.rewards-header-title {
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
}
@media screen and (min-width: 1025px) {
  .rewards-header-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.0125rem;
  }
}

.c-rewards-filter {
  margin-bottom: 1.75rem;
}

.c-rewards-ledger .rewards-header-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 64px;
}
.c-rewards-ledger .credits-entries {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-rewards-ledger .credits-entries .credit-info {
  flex: 1;
  flex-direction: column;
}
.c-rewards-ledger .credits-entries .credit-info .credit-booking {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
}
.c-rewards-ledger .credits-entries .credit-info .credit-booking a {
  color: inherit;
  border: 0;
}
.c-rewards-ledger .credits-entries .credit-info .credit-booking a:hover {
  text-decoration: underline;
}
.c-rewards-ledger .credits-entries .credit-info .credit-validity {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
  color: #4D4D4D;
}
.c-rewards-ledger .credits-entries .credit-tags {
  display: flex;
  gap: 0.5rem;
}
.c-rewards-ledger .credits-entries .credit-tags .credit-tag {
  display: inline-flex;
  padding: 0 0.5rem;
  border-radius: 12px;
  height: 1.5rem;
  max-width: 100%;
  background-color: var(--cool-grey-border);
  color: #0D0D0D;
}
.c-rewards-ledger .credits-entries .credit-tags .credit-tag.tag-confirmed, .c-rewards-ledger .credits-entries .credit-tags .credit-tag.tag-refunded {
  background-color: #EAFBF7;
  color: #0D0D0D;
}
.c-rewards-ledger .credits-entries .credit-tags .credit-tag strong {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3125rem;
  align-self: center;
  white-space: nowrap;
}
.c-rewards-ledger .credits-entries .credit-entry {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  border: 0.0625rem solid var(--cool-grey-border);
  border-radius: 8px;
}
@media screen and (min-width: 1025px) {
  .c-rewards-ledger .credits-entries .credit-entry {
    padding: 1rem 1.5rem;
  }
}
.c-rewards-ledger .credits-entries .credit-entry .credit-amount {
  font-weight: 500;
  color: black;
  display: inline-block;
  font-size: 1rem;
}
.c-rewards-ledger .credits-entries .credit-entry .credit-amount.credit-negative {
  text-decoration: line-through;
}
.c-rewards-ledger .credits-entries .credit-entry .credit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: #808080;
}
.c-rewards-ledger .credits-entries .credit-entry.credit-granted .credit-icon {
  background-color: #EAFBF7;
  color: var(--cool-good-green);
}
.c-rewards-ledger .credits-entries .credit-entry.credit-expired .credit-icon {
  background-color: #F5F5F5;
}

.c-product-desc-list,
.c-product-line-items {
  margin-top: 22.5px !important;
  margin-bottom: 16px;
}
.c-product-desc-list li,
.c-product-line-items li {
  line-height: 1.4375 !important;
  margin: 0.25rem 0 0.625rem;
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
}
.c-product-desc-list li i:first-child,
.c-product-line-items li i:first-child {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  min-width: 1rem;
  align-self: flex-start;
}
.c-product-desc-list li i.c-blue-icon,
.c-product-line-items li i.c-blue-icon {
  color: var(--p, --cool-headers);
}
.c-product-desc-list li a,
.c-product-line-items li a {
  font-weight: bold;
  color: inherit !important;
}
.c-product-desc-list .c-item-price,
.c-product-line-items .c-item-price {
  margin-left: auto;
  font-weight: 700;
}
.c-product-desc-list .c-item-price strike,
.c-product-line-items .c-item-price strike {
  font-weight: 400;
}

#s-ticket-info .c-btn {
  padding: 16px 0;
  font-weight: 500;
  font-size: 1.3125rem;
}
@media screen and (min-width: 1025px) {
  #s-ticket-info .c-btn {
    max-width: 366px;
  }
}

#s-cancellation-policy .featureList {
  padding-left: 35px;
}
#s-cancellation-policy .timelineLabelRight {
  font-size: 1rem;
  top: -2px;
  position: relative;
}
#s-cancellation-policy .cancellation-policy-title {
  font-size: 1.125rem;
  margin-top: -18px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#s-cancellation-policy .cancellationPolicyTimeline {
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  #s-cancellation-policy .cancellationPolicyTimeline {
    padding-top: 30px;
  }
}
#s-cancellation-policy .cancellationPolicyTotalRefund,
#s-cancellation-policy .cancellationPolicyNoRefund {
  height: 47px;
}
#s-cancellation-policy .cancellationPolicyTotalRefund::after {
  top: 18px;
  width: 1.16px;
  height: 67px;
}
#s-cancellation-policy .cancellationPolicyTimelineItemText {
  top: 38px;
}

#s-payment-details .c-icon-button {
  margin-top: 28px;
}
#s-payment-details .c-icon-button .c-icon-button-toggle > span {
  text-decoration: none;
}

.c-product-line-items {
  margin-bottom: 0;
  margin-left: 0 !important;
}
.c-product-line-items + .c-product-desc-list {
  margin-top: 0 !important;
  padding-top: 0;
  margin-left: 0 !important;
}

#s-activity-details .c-right-section-content {
  margin-top: -17px;
}
#s-activity-details .c-right-section-content p {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
#s-activity-details .s-activity-details-top {
  padding-bottom: 35px;
}
#s-activity-details .s-activity-details-inclusions-exclusions {
  padding-top: 26px;
  padding-bottom: 35px;
}
#s-activity-details .s-activity-details-inclusions-exclusions > .list-wrapper {
  padding-top: 10px;
  font-size: 1.0625rem;
}
#s-activity-details .s-activity-details-inclusions-exclusions > .list-wrapper ul {
  color: var(--cool-text);
}

.folder-page-rewards #main-header {
  background-color: white;
}

.account-wrapper.bookings .account-title p {
  margin-bottom: 35px;
}
.account-wrapper.bookings .c-tabs-item {
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  .account-wrapper.bookings .c-tabs-item {
    font-size: 1.10625rem;
  }
}
.account-wrapper.bookings .c-booking__wrapper .banner__container {
  margin-top: 0 !important;
}
.account-wrapper.bookings .c-booking__wrapper {
  overflow: visible;
}
.account-wrapper.bookings .bookings-wrapper-header {
  padding-top: 26px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .account-wrapper.bookings .bookings-wrapper-header {
    padding-top: 0;
  }
}
.account-wrapper.bookings .bookings-wrapper-header span {
  color: rgb(32, 32, 32);
  font-weight: 700;
  letter-spacing: -0.19px;
  text-align: left;
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .account-wrapper.bookings .bookings-wrapper-header span {
    font-size: 1.75rem;
    line-height: 1.286;
  }
}
.account-wrapper.bookings .booking__card_container {
  margin-bottom: 1.5rem;
  padding-bottom: 0 !important;
}
.account-wrapper.bookings .c-tab-navigation .c-tab-navigation-content-wrapper {
  margin-top: 1.5rem;
  padding-top: 0;
}
.account-wrapper.bookings .booking__card__center .title span {
  margin-bottom: 10px;
  font-size: 1.375rem;
  line-height: 1.4;
}
.account-wrapper.bookings .c-booking__wrapper .booking__card__center,
.account-wrapper.bookings .c-booking__wrapper .booking__card__right {
  padding-top: 20px;
  padding-bottom: 20px;
}
.account-wrapper.bookings .booking__card {
  margin-top: 0;
  padding-top: 0;
}
.account-wrapper.bookings .image__box a {
  text-decoration: none;
  border: 0;
}
.account-wrapper.bookings .c-bookings-tab .c-tabs {
  width: fit-content;
  mask-image: none;
  -webkit-mask-image: none;
}
@media screen and (min-width: 1025px) {
  .account-wrapper.bookings .c-booking__wrapper .banner__container {
    margin-left: -25px;
  }
  .account-wrapper.bookings .booking__card {
    gap: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .account-wrapper.bookings .c-booking__wrapper {
    padding-top: 0;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left {
    width: 254px;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left .image__box {
    width: 100%;
    overflow: hidden;
    height: 100%;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left .image__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left .date__box,
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left .separator {
    display: none;
  }
  .account-wrapper.bookings .c-booking__wrapper h1 {
    font-size: 2rem;
    letter-spacing: -0.1866666675;
  }
}
@media screen and (max-width: 1024px) {
  .account-wrapper.bookings {
    padding: 0 !important;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__center {
    padding-top: 0;
  }
  .account-wrapper.bookings .booking__card__center {
    width: 75%;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left {
    flex-direction: column;
    width: 100%;
    display: flex;
    position: relative;
  }
  .account-wrapper.bookings .bookings-wrapper {
    margin-top: 21.5px;
  }
  .account-wrapper.bookings .c-booking__wrapper {
    padding-top: 0;
  }
  .account-wrapper.bookings .c-booking__wrapper h1 {
    margin-bottom: 40px !important;
  }
  .account-wrapper.bookings .c-booking__wrapper .c__description__cc {
    margin: 0;
    width: 140%;
  }
  .account-wrapper.bookings .c-booking__wrapper .image__box {
    margin-left: -21px;
    width: calc(100% + 42px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 170px;
  }
  .account-wrapper.bookings .c-booking__wrapper .image__box a {
    text-decoration: none !important;
    border-bottom: 0 !important;
  }
  .account-wrapper.bookings .c-booking__wrapper .image__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .account-wrapper.bookings .c-booking__wrapper .date__box {
    width: 68.7px;
    height: 68.7px;
    position: absolute;
    bottom: -89px;
    right: 0;
  }
  .account-wrapper.bookings .c-booking__wrapper .date__box .small {
    font-size: 0.9375rem;
  }
  .account-wrapper.bookings .c-booking__wrapper .date__box .large {
    font-size: 2.25rem;
  }
  .account-wrapper.bookings .c-booking__wrapper .date__box .date__box__header {
    height: 22px;
  }
  .account-wrapper.bookings .c-booking__wrapper .date__box__body {
    margin-top: 4px;
    margin-bottom: 5.5px;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .account-wrapper.bookings .booking__card__right {
    display: none;
  }
}

.footer-sidebar-section .c-tabs .c-tabs-item {
  font-weight: 700;
}

.c-upcoming-no-bookings-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings .c-upcoming-no-bookings-icon {
  width: 64px;
  height: 64px;
  border: 1px solid #B3B3B3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B3B3B3;
  font-size: 1.5625rem;
  transform: rotate(-45deg);
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings .c-upcoming-no-bookings-title {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  text-align: center;
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings .c-upcoming-no-bookings-body {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
  text-align: center;
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings-button {
  align-self: center;
  margin: 1.5rem 0;
}

.c-top-bar {
  background-color: var(--cool-lighter-grey);
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 10px;
}
.c-top-bar a {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
  border: 0 !important;
}

.c-action-card {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  width: 100%;
}
.c-action-card .c-action-card__content {
  background-color: #EFEEF7;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-action-card .c-action-card__content {
    width: 52rem;
  }
}
.c-action-card .c-action-card__content .c-action-card__title {
  line-height: 1.2;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-action-card .c-action-card__content .c-action-card__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .home .c-action-card .c-action-card__content .c-action-card__title {
    font-weight: 600;
  }
}
.c-action-card .c-action-card__prompt-text {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.c-action-card a {
  color: currentColor;
  border: 0;
}
.c-action-card .signup__link {
  text-decoration: underline;
}
.c-action-card .c-action-card__button-wrapper {
  align-self: center;
  width: 320px;
}
.c-action-card .c-action-card__button-wrapper a {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

@media screen and (max-width: 1024px) {
  .branding-items .slick-dots {
    bottom: -45px;
  }
}
@media screen and (max-width: 1024px) {
  .branding-items.branding-items-no-slider {
    justify-content: center;
    gap: 24px;
  }
  .branding-items.branding-items-no-slider .branding-item {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .primaryFullWidthBanner {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .bannerWithLinesContainer {
    margin-top: 32px !important;
  }
  .personalizedHomePage .line-heading,
  .c-image-card .line-heading {
    margin-top: 16px !important;
  }
  .personalizedHomePage .branding-icons-title .line-heading {
    margin-top: 40px !important;
  }
  .c-image-card,
  .c-product-carousel {
    padding-bottom: 16px !important;
  }
}
.home .c-home-login {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 1024px) {
  .home .c-home-login {
    padding-top: 0;
  }
}

#main-container .recentReviews .stars {
  margin-bottom: 0 !important;
}
#main-container .recentReviews .c-review-action-btn {
  padding-top: 16px;
}
#main-container .recentReviews .c-review-action-btn a {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 16px;
  padding-right: 16.25px;
  display: inline-block;
  font-size: 0.875rem !important;
  line-height: 16.1px !important;
  font-weight: 500 !important;
}

.c-faq-layout-box {
  border-top: 1px solid var(--cool-grey-border);
  padding: 1.5rem 0;
  line-height: 1.15;
}
@media screen and (min-width: 1025px) {
  .c-faq-layout-box {
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    border: 1px solid var(--cool-grey-border);
    max-width: 654px;
  }
}

.c-faq-summary-parent {
  border-top: 1px solid var(--cool-grey-border);
  padding: 1.5rem 0;
}
@media screen and (min-width: 1025px) {
  .c-faq-summary-parent {
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    border: 1px solid var(--cool-grey-border);
    flex-basis: 50%;
  }
}
.c-faq-summary-parent .c-faq-summary-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.c-faq-summary-parent p {
  margin: 0;
  padding: 0;
  line-height: 1.6666666667em;
}
.c-faq-summary-parent a {
  color: inherit;
}
.c-faq-summary-parent .c-faq-summary-answer {
  padding: 0rem;
}
.c-faq-summary-parent .c-faq-summary-answer .c-faq-summary-answer-text {
  display: block;
}
@media screen and (min-width: 1025px) {
  .c-faq-summary-parent .c-faq-summary-answer .c-faq-summary-answer-text {
    max-height: 13.125rem;
  }
}
.c-faq-summary-parent .c-faq-summary-btn-container {
  margin-top: 1.5rem;
}
.c-faq-summary-parent .c-faq-summary-btn-container button {
  text-transform: none;
  padding-top: 11.85px;
  padding-bottom: 11px;
  line-height: 1.12;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.c-faq-summary-parent .c-faq-summary-question-answer {
  flex: 1;
  font-weight: 400;
}
.c-faq-summary-parent .c-faq-summary-question-answer .c-faq-summary-question {
  margin: 0 0 1rem 0;
}
.c-faq-summary-parent .c-faq-summary-question-answer .c-faq-summary-heading {
  display: flex;
  gap: 6px;
  font-weight: var(--cool-weight-title, 600) !important;
  letter-spacing: 0.25px;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 1024px) {
  .c-faq-summary-parent .c-faq-summary-question-answer .c-faq-summary-heading {
    font-size: 1.45rem !important;
  }
}
.c-faq-summary-parent .c-faq-summary-question-answer .c-faq-summary-heading h2 {
  margin-bottom: 30px;
  font-size: inherit;
  font-weight: var(--cool-weight-title, 600) !important;
}
.c-faq-summary-parent .c-faq-summary-question-answer .c-faq-summary-heading .c-faq-summary--count {
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
}
.c-faq-summary-parent .c-faq-summary-question-answer .c-faq-summary-heading strong {
  color: var(--cool-black);
  font-weight: inherit !important;
}

@media screen and (max-width: 1024px) {
  .listing-group {
    margin-left: 0 !important;
  }
  ul.listing-group li {
    padding: 0;
    gap: 1rem;
    align-items: normal;
  }
  ul.listing-group li .listing-img {
    width: auto;
    flex: 1 1 40%;
    max-height: 100%;
    margin: 0;
    height: auto;
    max-width: 100%;
  }
  ul.listing-group li .listing-img .likely-to-sell-out,
  ul.listing-group li .listing-img .special-offers-label {
    display: none;
  }
  ul.listing-group li .listing-img .product-card-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 87.73%;
  }
  ul.listing-group li .listing-img .product-card-image .favorite-icon {
    margin: 0;
    top: 0.5rem;
    right: 0.5rem;
  }
  ul.listing-group li .listing-img .product-card-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.listing-group li .listing-img .product-card-image, ul.listing-group li .listing-img img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  ul.listing-group li .listing-desc {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 60%;
    min-width: 0;
    padding: 1rem 1rem 1rem 0;
    width: auto;
  }
  ul.listing-group li .listing-desc .textTag {
    font-size: 0.75rem !important;
  }
  ul.listing-group li .listing-desc .tooltip-pos,
  ul.listing-group li .listing-desc .special-offers-label {
    position: static;
    line-height: normal;
    margin-bottom: 5px;
  }
  ul.listing-group li .listing-desc .tooltip-cont {
    top: 32px;
    left: 82px;
    bottom: auto;
  }
  ul.listing-group li .listing-desc .tooltip-cont::after {
    top: -10px;
    left: 15px;
    margin-top: 0;
    transform: rotate(-180deg);
  }
  ul.listing-group li .listing-desc .labelTag {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .listing-group .rate-text .price small {
    position: absolute;
    font-size: 1.125rem;
    top: 4px;
    font-weight: normal;
    left: -3px;
  }
}
.listing-group .listing-top {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .listing-group .listing-top {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
.listing-group .listing-top .stars.c-new-to-the-site {
  order: 2;
  margin-top: 5px;
}
.listing-group .listing-top .stars span {
  margin-right: 1px !important;
  margin-left: 1px;
}
.listing-group li:hover {
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
}
.listing-group li:hover img {
  transform: scale(1.1);
}
.listing-group .stars {
  line-height: normal;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .listing-group .stars {
    margin-bottom: 8px;
  }
}
.listing-group img {
  transition: transform 0.3s ease;
}
.listing-group p.listing-short-description {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
  max-width: 582px;
}
#main-container .listing-group p.listing-short-description {
  color: #777777 !important;
}

.listing-group .listing-dec-inner {
  flex: none;
}
.listing-group .listing-dec-bottom {
  display: flex;
  flex-wrap: wrap;
}
.listing-group .listing-dec-bottom .bot-text {
  color: var(--cool-text);
}
@media screen and (min-width: 1025px) {
  .listing-group .listing-dec-bottom .bot-text {
    flex: 0 0 auto;
  }
}
.listing-group .listing-dec-bottom .listing-book {
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .listing-group .favorite-icon {
    right: 10px;
    top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .listing-group .rate-text .sub {
    position: relative;
    top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .listing-group .rate-text .price data {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .listing-group .likely-to-sell-out,
  .listing-group .special-offers-label {
    margin-bottom: 10px;
  }
}

.c-pricing-area {
  color: var(--cool-text);
  line-height: 18px;
}
.c-pricing-area .c-pricing-heading-top {
  font-weight: 500;
  margin-bottom: 4.5px;
  font-size: 0.9375rem;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .c-pricing-area .c-pricing-heading-top {
    margin-top: 0;
  }
  .product-card-body .c-pricing-area .c-pricing-heading-top {
    margin-top: 12px;
  }
}
#cool-widget .c-pricing-area .c-pricing-heading-top {
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .listing-book .c-pricing-area .c-pricing-heading-top {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
  }
}

.c-pricing-area .c-pricing-heading-top strike {
  color: inherit;
}
.c-pricing-area .c-price-heading {
  display: flex;
  align-items: center;
}
body .c-pricing-area .c-price-heading {
  margin-bottom: 13px !important;
  margin-top: 1px !important;
}

@media screen and (min-width: 1025px) {
  #you-may-also-like .c-pricing-area .c-price-heading {
    margin-bottom: 0 !important;
  }
}

.listing-book .c-pricing-area .c-price-heading, .listing-desc-inner-inner .c-pricing-area .c-price-heading {
  margin-bottom: 0 !important;
  align-items: end;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .listing-book .c-pricing-area .c-price-heading, .listing-desc-inner-inner .c-pricing-area .c-price-heading {
    align-items: start;
    margin-bottom: 10px !important;
  }
  .listing-book .c-pricing-area .c-price-heading .small, .listing-desc-inner-inner .c-pricing-area .c-price-heading .small {
    margin-left: 0;
    font-size: 0.9375rem !important;
  }
}

.c-pricing-area .c-price-heading .c-pricing-heading-inner {
  display: flex;
  align-items: center;
}
#cool-widget .c-pricing-area .c-price-heading .c-pricing-heading-inner {
  flex: 0 0 auto;
  width: max-content;
  white-space: nowrap;
}

.c-pricing-area .c-price-heading .c-pricing-heading-inner span {
  background-color: var(--cool-price-label-color, var(--p, #f5de6a));
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.3px;
  padding: 1px 4.5px;
  border-radius: 3px;
  font-size: 1.1rem !important;
}
@media screen and (min-width: 1025px) {
  .listing-book .c-pricing-area .c-price-heading .c-pricing-heading-inner span {
    justify-content: flex-end;
    gap: 5px;
    display: flex;
  }
}

#cool-widget .c-pricing-area .c-price-heading .c-pricing-heading-inner span, .listing-book .c-pricing-area .c-price-heading .c-pricing-heading-inner span {
  font-size: 1.5rem !important;
}

.c-pricing-area .c-price-heading .c-pricing-heading-inner data {
  font-size: inherit;
}
#cool-widget .c-pricing-area .c-price-heading .c-pricing-heading-inner data, .listing-book .c-pricing-area .c-price-heading .c-pricing-heading-inner data {
  font-size: inherit;
}

.c-pricing-area .c-price-heading .small {
  font-size: 1.0625rem !important;
  font-weight: 400;
  margin-left: 5px;
}
.product-card-body .c-pricing-area .c-price-heading .small {
  font-size: 1rem !important;
}

.tm-price-display-element.tm-price-is-loading,
.tm-price-display-element--no-trigger.tm-price-is-loading {
  height: 15px;
  width: 100%;
  margin-bottom: 10px;
  background: #ececec;
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 10px;
  animation: shine-loading-container-items 2s infinite ease-out;
  color: transparent !important;
  text-shadow: none;
}

strike:has(.tm-price-is-loading) {
  color: transparent !important;
  text-shadow: none;
}

.viator-travelers-options-discount-badge .c-tooltip-wrapper,
.viator-travelers-options-discount-badge .c-tooltip-hover-text {
  display: inline;
}

.tm-element-is-loading {
  position: relative;
}
.tm-element-is-loading * {
  opacity: 0;
}
.tm-element-is-loading::after {
  background: #ececec;
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 10px;
  animation: shine-loading-container-items 2s infinite ease-out;
  color: transparent !important;
  text-shadow: none;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#c-price-breakdown-modal {
  position: relative;
  z-index: 999999;
}
#c-price-breakdown-modal .step-footer-message {
  text-align: center;
  margin-bottom: 0;
}

.discount-code {
  display: flex;
  padding: 23px 0;
}
.discount-code .custom-input {
  margin-bottom: 0;
}
.discount-code .c-btn {
  min-width: 87px;
  margin-left: 12px;
  padding: 0 !important;
}
.discount-code .c-btn:disabled {
  background-color: var(--cool-inactive-button, #c4c4c4);
  opacity: 1;
}
.discount-code .lds-ring {
  position: absolute !important;
  top: 9px;
  width: 18px;
  height: 18px;
  right: 23px;
}
.discount-code .lds-ring div {
  position: absolute !important;
  width: 18px;
  height: 18px;
  border-width: 2px;
}

@media screen and (min-width: 1025px) {
  .content.c-is-grid .sidebar {
    display: none !important;
  }
}
.content.c-is-grid .c-visible-on-grid-layout {
  display: block;
}
.content.c-is-grid .sidebar .fsFooterWrapper {
  position: fixed;
  bottom: 0;
  z-index: 100000000000000000000000;
  overflow: hidden;
  width: 100%;
  border-top: #e5e5e5 1px solid;
  left: 0;
  padding: 16.5px 0;
  background: white;
  display: flex;
  justify-content: space-between;
  padding: 16.5px 16px;
}
.content.c-is-grid .sidebar .fsFooterWrapper button {
  margin: 0 5px;
  min-width: 110px;
}
.content.c-is-grid .sidebar i.fal {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  width: 28.8px;
  height: 28.8px;
  padding: 0;
  background-color: #ededed;
  color: var(--cool-headers);
  border-radius: 50%;
  font-size: 0.9375rem;
}
.content.c-is-grid .sidebar i.fal:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1024px) {
  .content.c-is-grid .sidebar .activity-filter {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    border-radius: 8px 8px 0 0;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 32px;
  }
  .content.c-is-grid .sidebar .activity-filter.closing {
    animation: footerSlideOut 0.5s forwards;
  }
  .content.c-is-grid .sidebar .activity-filter.open {
    animation: footerSlideIn 0.5s forwards;
  }
  .content.c-is-grid .sidebar .activity-filter.open .fsHeaderTitleMain {
    font-size: 1.25rem !important;
    font-weight: 700;
    padding-right: 20px;
    line-height: normal;
  }
  .content.c-is-grid .sidebar .activity-filter.open .fsHeader {
    min-height: 81px;
    height: 81px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .content.c-is-grid .sidebar .activity-filter.open .filter-outer {
    top: 81px;
    padding: 0 24px 100px 8px !important;
  }
  .content.c-is-grid .sidebar .activity-filter.open .filter-outer > div.m-3 {
    margin-top: 1.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .content.c-is-grid .sidebar + .right-section {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .content.c-is-grid .sidebar.open {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    position: fixed !important;
    z-index: 9999999999;
    padding: 1.5rem 1rem !important;
    width: 100% !important;
    flex-basis: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.6);
  }
  .content.c-is-grid .sidebar.open .filter-outer {
    margin-bottom: 100px !important;
  }
  .content.c-is-grid .sidebar.open .filter-outer .filter-rating {
    display: flex;
    flex-wrap: wrap;
  }
  .content.c-is-grid .sidebar.open .filter-outer .filter-rating div.h4 {
    width: 100%;
  }
  .content.c-is-grid .sidebar.open .filter-outer .filter-rating .my-2 {
    width: 50%;
  }
  .content.c-is-grid .sidebar.open .filter-outer .border-bottom {
    display: flex;
    flex-wrap: wrap;
  }
  .content.c-is-grid .sidebar.open .filter-outer .border-bottom > div {
    width: 50%;
    padding-right: 3%;
  }
  .content.c-is-grid .sidebar.open .filter-outer .border-bottom div.h4,
  .content.c-is-grid .sidebar.open .filter-outer .border-bottom .price-filter-options,
  .content.c-is-grid .sidebar.open .filter-outer .border-bottom #langFiltersContainer {
    width: 100%;
  }
  .content.c-is-grid .sidebar.open .filter-outer .border-bottom #langFiltersContainer {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .content.c-is-grid .sidebar.open .filter-outer .border-bottom #langFiltersContainer > div {
    width: 50%;
  }
  .content.c-is-grid .sidebar.open .filter-outer .border-bottom #langFiltersContainer #showHideLanguages {
    margin-top: 6px;
    width: 100%;
  }
  .content.c-is-grid .sidebar.open .fsHeaderWrapper {
    display: block;
  }
  .content.c-is-grid .sidebar.open .fsHeader {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid var(--cool-activity-button-card-border);
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: auto;
    padding-top: 22.5px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 23.5px;
  }
  .content.c-is-grid .sidebar.open .fsHeaderTitleMain {
    font-size: 1.5rem !important;
    color: var(--cool-text);
    font-weight: 700;
    line-height: 30px;
    display: inline;
  }
  .content.c-is-grid .sidebar.open .activity-filter-heading {
    display: flex;
    align-items: center;
    padding: 23px;
    border-bottom: 1px solid var(--cool-activity-button-card-border);
    transition: transform 0.3s ease, opacity 0.3s ease;
    line-height: 30px;
  }
  .content.c-is-grid .sidebar.open #filter-mobile.open {
    margin: 0;
    display: flex;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    min-width: auto;
    max-width: 50rem;
    z-index: 99999999999;
    background: white;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 2px 3px 36px 0px rgba(0, 0, 0, 0.3);
    text-shadow: 2px 3px 36px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    max-height: 100%;
  }
  .content.c-is-grid .sidebar.open #filter-mobile .form-check .text-body {
    font-size: 1.1rem;
    color: var(--cool-text);
  }
  .content.c-is-grid .sidebar.open .filter-outer {
    position: fixed !important;
    overflow-y: auto !important;
    padding: 9px;
  }
  .content.c-is-grid .sidebar.filter-container {
    display: none;
  }
}
.content.c-is-list .c-visible-on-grid-layout {
  display: none;
}
.content.c-is-list .sidebar {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .content.c-is-list .sidebar {
    display: none !important;
  }
}
#main-container .content.c-is-list .c-trust-bar {
  border: 1px solid rgb(206, 220, 216);
  margin-right: 1rem;
  margin-left: 1rem;
}
#main-container .content.c-is-list .c-trust-bar .c-trust-bar-inner {
  gap: 5.86px;
}
@media screen and (min-width: 1025px) {
  #main-container .content.c-is-list .c-trust-bar {
    margin-bottom: 20px !important;
  }
}

.content.c-is-list .product-list.product-list-only-grid .c-visible-on-grid-layout {
  display: block;
}
.content.c-is-list .product-list:not(.product-list-only-grid) .c-visible-on-list-layout {
  display: block;
}
.content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}
.content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12.c-item-highlighted:before {
  display: none;
}
@media screen and (min-width: 1025px) {
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 {
    margin-bottom: 20px !important;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card {
    display: flex;
    padding: 20px;
    border: 1px solid #ceddd8;
    margin-bottom: 0;
    position: relative;
    flex-direction: row;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .globe-city-country span {
    font-size: 0.8125rem !important;
    font-weight: 400;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .product-card-body-top .stars {
    margin-bottom: 8px !important;
    line-height: normal;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .c-item-short-description p,
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .category-instant-confirmation .activity-logged-in-details {
    color: #777777 !important;
    margin-top: 8px !important;
    margin-bottom: 15px !important;
    max-width: 582px;
    display: block;
    font-size: 0.8125rem !important;
    line-height: 1.6em !important;
    font-weight: var(--cool-activity-page-font-weight);
    letter-spacing: 0px;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .c-product-card-result {
    padding: 0;
    padding-left: 20px;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .listing-img {
    width: 100%;
    height: auto;
    max-width: 270px;
    max-height: 270px;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .listing-img .product-card-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .category-instant-confirmation {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .category-instant-confirmation .activity-logged-in-details {
    margin: 0 !important;
    color: #202020 !important;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .category-instant-confirmation span {
    font-size: 0.8125rem !important;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .category-instant-confirmation span span {
    display: none;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .activity-logged-in-details {
    margin: 0 !important;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card h3 {
    font-size: var(--cool-text-body, 1.25rem) !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    font-weight: 600;
    letter-spacing: 0.25px;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .c-product-card-bottom {
    justify-content: initial;
    align-items: initial;
    flex-wrap: wrap;
    line-height: 1.6666666667em;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 200px;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .c-product-card-bottom .stars {
    display: none;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .c-product-card-bottom .rate-text {
    line-height: 21.6px;
    margin-left: auto;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .c-product-card-bottom .rate-text span.sub {
    position: relative;
    top: 5px;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .c-product-card-bottom .rate-text span.price {
    font-size: 1.5rem !important;
    line-height: 1.5;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .c-product-card-bottom .rate-text span.price data {
    line-height: 1.2;
  }
  .content.c-is-list .box-width .product-list:not(.product-list-only-grid) .col-12 .product-card .c-product-card-bottom .rate-text span.price data small {
    font-size: 1.125rem;
    font-weight: 400;
    top: -3px !important;
    left: -4px !important;
    position: relative !important;
  }
}

.c-list-with-icons {
  margin-top: 15px;
  padding-bottom: 10px;
}
.c-list-with-icons.c-list-with-icon-border {
  border: 1px solid var(--cool-grey-border);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  padding: 15px;
}
.c-list-with-icons.c-list-with-icon-no-title .c-list-with-icons-list {
  margin-top: 0;
}
.c-list-with-icons.c-list-with-icon-no-title .c-list-with-icons-list .c-list-with-icons-list-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.c-list-with-icons .c-list-with-icons-list {
  margin-top: 15px;
}
.c-list-with-icons .c-list-with-icons-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid var(--cool-grey-border);
}
.c-list-with-icons .c-list-with-icons-list-item:last-child {
  padding-bottom: 0;
}
.c-list-with-icons .c-list-with-icons-list-item i {
  width: 16px;
  display: inline-block;
  font-size: 1rem;
}

.c-switch-radio {
  position: relative;
  z-index: 5;
  line-height: 1.4285714286;
  font-size: 0.875rem;
}
.c-switch-radio .c-switch-radio-inner {
  list-style: none;
  margin: 0;
  display: inline-flex;
  align-items: stretch;
  vertical-align: top;
  border-radius: 999px;
  border: 1px solid #e7e7e7;
  position: relative;
  padding: 3px;
  overflow: hidden;
}
.c-switch-radio .c-switch-radio-inner::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-radius: 9999px;
  width: 51.2422px;
  height: calc(100% - 6px);
  transition: 0.12s cubic-bezier(0.2, 0, 0.4, 0.8);
  transition-property: width, transform;
  z-index: 100;
  background-color: #fff;
  border: 1px solid var(--bui_color_border);
  inset-block-start: 3px;
  left: 0;
  transform: translateX(54px);
  visibility: hidden;
}
.c-switch-radio input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #1a1a1a;
  margin: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  border: 0;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
}
.c-switch-radio input:checked + label {
  background-color: rgba(26, 26, 26, 0.0588235294);
  border-color: #868686;
}
.c-switch-radio input:not(:checked) + label:hover {
  background-color: rgba(26, 26, 26, 0.0588235294);
}
.c-switch-radio input + label {
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  padding: 6px 11px;
  position: relative;
  z-index: 100;
  border-radius: 9999px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-inline-end: 4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.body-design2025 .c-switch-radio input + label {
  padding-left: 0.43rem;
  padding-right: 0.43rem;
}

.c-switch-radio input + label::after {
  content: "";
  width: 1px;
  background: #e7e7e7;
  position: absolute;
  inset-inline-start: -2px;
  inset-block: 6px;
  transition: 0.12s cubic-bezier(0.2, 0, 0.4, 0.8);
  transition-property: opacity;
  opacity: 0;
}
.c-switch-radio input + label:last-child {
  margin-inline-end: 0;
}

.activity-sort .c-layout-switcher {
  margin-right: 0;
  margin-left: auto;
  position: relative;
  top: -11px;
  right: 12px;
  margin-bottom: -11px;
}
@media screen and (max-width: 1024px) {
  .activity-sort .c-layout-switcher {
    margin-bottom: -19px;
  }
}

.c-modal-portal[id^=c-rates-] .c-modal-body {
  margin-bottom: 0;
}

.top-location-total {
  position: absolute;
  top: 50%;
  width: 100%;
  right: 16px;
  display: inline-block;
  text-align: right;
  transform: translateY(-50%);
  width: 80px;
}
.top-location-total span {
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  #main-header-bottom .menu-style-2 #main-nav > li > a {
    padding: 0.6875rem 1.125rem;
    display: block;
  }
}

.activity-sort-inner {
  padding-bottom: 12.5px;
  padding-top: 6px;
  font-size: 0.875rem;
  color: #55575b;
}
.activity-sort-inner .sort-by-option span {
  border-bottom: 1px solid currentColor;
}
.activity-sort-inner a {
  text-decoration: none;
  color: #55575b !important;
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .product-list .product-card-body .likely-to-sell-out,
  .product-list .product-card-body .special-offers-label {
    display: none;
  }
}

.flex-wrapper #you-may-also-like {
  margin-bottom: 50px;
}
.flex-wrapper #you-may-also-like .product-list {
  padding-top: 0;
}
.flex-wrapper .product-list .rate-text {
  margin-left: auto;
}
@media screen and (max-width: 350px) {
  .flex-wrapper .product-list .col-12 div.product-card-body {
    padding-top: 0 !important;
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .flex-wrapper .product-list .col-12 {
    margin: 0 !important;
    padding: 0 !important;
    flex: initial;
    max-width: 100%;
  }
  .flex-wrapper .product-list .col-12 hr.container-bleed {
    display: none;
  }
  .flex-wrapper .product-list .col-12 .product-card-body {
    max-width: 400px;
    flex: auto;
    width: calc(100% - 164.84px);
    padding-left: 20px;
  }
  .flex-wrapper .product-list .col-12 .product-card {
    cursor: pointer;
    overflow: initial;
    display: flex;
    padding: 0;
    gap: 1rem;
    align-items: normal !important;
    border: 1px solid #ceddd8;
    margin-bottom: 20px;
  }
  .flex-wrapper .product-list .col-12 .product-card:hover {
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
  }
  .flex-wrapper .product-list .col-12 .product-card .product-card-body-top {
    margin-bottom: 10px;
  }
  .flex-wrapper .product-list .col-12 .product-card .product-card-body-top h3 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .flex-wrapper .product-list .col-12 .product-card .listing-short-description {
    display: block !important;
  }
  .flex-wrapper .product-list .col-12 .product-card .listing-short-description p {
    margin-top: 8px !important;
    margin-bottom: 15px !important;
    max-width: 582px;
    line-height: 1.6em !important;
    font-size: 0.8125rem !important;
    display: block;
  }
  .flex-wrapper .product-list .col-12 .product-card .rate-text {
    font-size: 1.125rem !important;
    font-weight: 400;
  }
  .flex-wrapper .product-list .col-12 .product-card .rate-text span {
    line-height: 15px !important;
  }
  .flex-wrapper .product-list .col-12 .product-card .stars {
    margin-top: -1.5px !important;
    margin-left: -1px !important;
  }
  .flex-wrapper .product-list .col-12 .product-card .stars.c-new-to-the-site {
    order: 2;
    margin-top: 5px !important;
  }
  .flex-wrapper .product-list .col-12 .product-card .favorite-icon {
    margin-left: 0;
    top: 0.5rem;
    right: 0.5rem;
  }
  .flex-wrapper .product-list .col-12 .product-card .listing-img {
    width: auto !important;
    flex: 1 1 40%;
    max-height: 100%;
    margin: 0;
    height: auto !important;
    max-width: 100%;
  }
  .flex-wrapper .product-list .col-12 .product-card .listing-img .special-offers-label,
  .flex-wrapper .product-list .col-12 .product-card .listing-img .likely-to-sell-out {
    display: none !important;
  }
  .flex-wrapper .product-list .col-12 .product-card .listing-img .c-you-selected-label {
    display: block !important;
  }
  .flex-wrapper .product-list .col-12 .product-card .listing-img .product-card-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 87.73%;
  }
  .flex-wrapper .product-list .col-12 .product-card .listing-img .product-card-image img {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .flex-wrapper .product-list .col-12 .product-card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 60% !important;
    min-width: 0;
    padding: 1rem 1rem 1rem 0 !important;
    width: auto;
  }
  .flex-wrapper .product-list .col-12 .product-card-body .special-offers-label,
  .flex-wrapper .product-list .col-12 .product-card-body .likely-to-sell-out {
    margin-bottom: 10px;
    display: block !important;
  }
  .flex-wrapper .product-list .col-12 .product-card-body .labelTag {
    height: 1.3rem;
    max-width: initial;
    margin: 0;
  }
  .flex-wrapper .product-list .col-12 .product-card-body .textTag {
    font-size: 0.75rem !important;
  }
  .flex-wrapper .product-list .col-12 .product-card-body .likely-to-sell-out {
    position: static;
    line-height: normal;
  }
  .flex-wrapper .product-list .col-12 .product-card-body .tooltip-cont {
    top: 32px;
    left: 82px;
    bottom: auto;
  }
  .flex-wrapper .product-list .col-12 .product-card-body .tooltip-cont::after {
    top: -10px;
    left: 15px;
    margin-top: 0;
    transform: rotate(-180deg);
  }
  .flex-wrapper .product-list .col-12 .product-card-body .tooltip-pos,
  .flex-wrapper .product-list .col-12 .product-card-body .special-offers-label {
    position: static;
    line-height: normal;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .flex-wrapper .c-trust-bar {
    border-radius: var(--cool-image-border-radius);
  }
}
@media screen and (max-width: 1024px) {
  .flex-wrapper + nav {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .product-list .category-instant-confirmation,
  .listing-desc .category-instant-confirmation {
    margin-top: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .product-list .likely-to-sell-out,
  .product-list .tooltip-cont,
  .listing-desc .likely-to-sell-out,
  .listing-desc .tooltip-cont {
    z-index: 1;
  }
}
.product-list .bot-text span,
.listing-desc .bot-text span {
  line-height: 18px !important;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.product-list .bot-text span i,
.listing-desc .bot-text span i {
  width: 15px;
  flex: 0 0 auto;
}

.filter-container-top {
  margin-bottom: 5px;
}
.filter-container-top .c-vertical-separator {
  margin-left: 2px;
  margin-right: -1px;
}
.filter-container-top .filter-container-top-inner:first-child {
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .filter-container-top .filter-container-top-inner:first-child {
    margin-bottom: 15px;
  }
}
.id-7 .filter-container-top .filter-container-top-inner {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .filter-container-top {
    position: sticky;
    top: -1px;
    background: white;
    z-index: 999;
    padding: 1rem 0;
    transition: top 0.25s;
  }
  .filter-container-top.c-filter-top-sticky {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
.filter-container-top .filter-container-top-inner {
  display: flex;
  flex-flow: row nowrap;
  gap: 6px;
}
@media screen and (max-width: 1024px) {
  .filter-container-top .filter-container-top-inner .activity-filter {
    display: none;
  }
  .filter-container-top .filter-container-top-inner .activity-filter.activity-filter-mobile-loaded, .filter-container-top .filter-container-top-inner .activity-filter.activity-filter-desktop-loaded {
    display: block;
  }
}
.filter-container-top .filter-container-top-inner .activity-filter.activity-filter-mobile-loaded .as-placeholder + .filter-date-selection {
  width: 105px;
}
.filter-container-top .dynamic-filter-container {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .filter-container-top {
    margin-bottom: 6px;
    margin-top: -5px;
  }
  .filter-container-top .dynamic-filters-display {
    margin-right: -15px;
  }
}
.filter-container-top .modern-date-placeholder:not(.as-placeholder) {
  display: none;
}
.filter-container-top .modern-date-placeholder.as-placeholder {
  position: static !important;
  display: inline-block !important;
  top: auto !important;
  transform: none !important;
  line-height: 1;
  align-self: center;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  white-space: nowrap;
  padding-left: 0.3125rem;
}
.filter-container-top .modern-date-placeholder.as-placeholder + .filter-date-selection {
  position: static;
  width: 0 !important;
  padding: 0 !important;
}
@media screen and (min-width: 1025px) {
  .filter-container-top:not(.filter-full-width) .dynamic-filters-display {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .filter-container-top.filter-full-width .filter-container-top-inner {
    padding-right: 0;
  }
}
.filter-container-top .activity-filter {
  white-space: nowrap;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.filter-container-top .activity-filter + button {
  flex: 0 0 auto;
}
.filter-container-top .activity-filter .multi-date-selection {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.filter-container-top .activity-filter .date-picker.c-btn.date-selected,
.filter-container-top .activity-filter .date-picker.c-btn:has(.modern-date-placeholder:not(.as-placeholder)) {
  border-color: #333333 !important;
  background-color: #e6f0fb;
}
.filter-container-top .activity-filter .date-picker.c-btn.no-select-arrow::after {
  display: none;
}
.filter-container-top .activity-filter .date-picker.c-btn > i {
  position: static;
  left: auto !important;
  transform: none;
  font-size: 1rem;
}
.filter-container-top .activity-filter .filter-date-selection {
  display: flex;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  height: auto;
  font-size: inherit !important;
  padding: 0 0 0 0.3125rem !important;
  width: auto !important;
}
.filter-container-top .activity-filter .filter-date-selection input {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.filter-container-top .activity-filter .filter-date-selection span {
  position: static;
  transform: none;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit;
}
.filter-container-top .activity-filter .date-picker {
  margin-bottom: 0;
}
.filter-container-top .activity-filter .date-picker label, .filter-container-top .activity-filter .date-picker i, .filter-container-top .activity-filter .date-picker::after, .filter-container-top .activity-filter .date-picker span {
  transition: none;
  color: inherit;
  background-color: transparent;
}
.filter-container-top .activity-filter i {
  font-size: 1rem;
  left: 15px !important;
}
.filter-container-top .dynamic-filters-display {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  margin-top: 0;
}
.filter-container-top .dynamic-filters-display .slider-container {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .filter-container-top .dynamic-filters-display {
    overflow: hidden;
  }
}
.filter-container-top .dynamic-filters-display .item-container {
  margin-top: 0 !important;
}
.filter-container-top .dynamic-filters-display .item-container-wrapper {
  padding-right: 0 !important;
}
.filter-container-top .dynamic-filters-display .arrow-container .slick-arrow {
  top: calc(50% - 1.125rem);
}
.filter-container-top .dynamic-filters-display .arrow-container .slick-arrow.prev-arrow {
  left: 5px;
}
.filter-container-top .dynamic-filters-display .arrow-container .slick-arrow.next-arrow {
  right: 8px;
}
.filter-container-top .dynamic-filters-display .dynamic-filter {
  margin: 0 3px;
}
.filter-container-top .dynamic-filters-display .dynamic-filter:first-child {
  padding-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .filter-container-top .dynamic-filters-display .dynamic-filter:last-child {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .home .box-slider-width,
  .activities-listing .box-slider-width {
    max-width: 1404px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .home .small-thumbs-data-container,
  .activities-listing .small-thumbs-data-container {
    padding-left: 19px;
    padding-right: 22px;
  }
  .home .toursByStyle .dynamic-filter-container,
  .activities-listing .toursByStyle .dynamic-filter-container {
    padding-left: 19px;
    padding-right: 22px;
  }
  .home .recentReviews .box-slider-width,
  .activities-listing .recentReviews .box-slider-width {
    padding-left: 55px;
    padding-right: 34px;
  }
  .home .products-carousel .products-carousel .box-slider-width,
  .activities-listing .products-carousel .products-carousel .box-slider-width {
    max-width: 1404px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .home .products-carousel .products-carousel .static-item-inner,
  .activities-listing .products-carousel .products-carousel .static-item-inner {
    max-width: 309px;
    padding-left: 0;
    padding-right: 0;
  }
  .home .products-carousel .products-carousel .slick-track .slick-slide,
  .activities-listing .products-carousel .products-carousel .slick-track .slick-slide {
    padding-right: 22px;
  }
  .home .products-carousel .products-carousel .slick-list,
  .activities-listing .products-carousel .products-carousel .slick-list {
    padding: 20px 0;
    margin: -20px 0;
  }
  .home .products-carousel .products-carousel .slick-next,
  .activities-listing .products-carousel .products-carousel .slick-next {
    right: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .c-full-width .recentReviews {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .c-full-width .recentReviews .box-slider-width {
    max-width: 1404px;
    padding-left: 55px;
    padding-right: 59px;
  }
  .c-full-width .recentReviews .box-slider-width .line-heading {
    margin-top: 30px !important;
    padding-bottom: 26px !important;
  }
}

.filter-container-header {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.filter-container-header .activity-filter form {
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (min-width: 699px) {
  .filter-container-header {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .filter-container-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .filter-container-header .activity-sort {
    order: 1;
  }
  .filter-container-header .activity-sort-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.left-inner img.alignleft {
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .inner-columns .left-inner {
    margin-bottom: 5px;
  }
}
.left-inner.right-section {
  width: 100% !important;
  max-width: 100% !important;
}
.left-inner.right-section + .read_more_text {
  margin-left: 12px;
}
@media screen and (max-width: 1024px) {
  .left-inner.right-section .learn-more {
    padding-left: 0;
    padding-right: 0;
    margin-top: -30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .left-inner.right-section.all .learn-more {
    margin-top: -25px !important;
  }
}

.filter-popup.c-btn.c-btn-pill.c-btn-icon-left > i:first-child, .filter-popup.c-btn.c-btn-pill.c-btn-icon-left > .c-btn-inner > i:first-child {
  margin-right: 0.5625rem;
}
.filter-popup.active {
  display: block;
  outline: none;
  border-color: #333333 !important;
  background-color: #e6f0fb;
}

.c-full-width {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.c-full-width #you-may-also-like h2 {
  margin-top: 0;
}
.c-full-width .right-section {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 1025px) {
  .c-full-width {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-full-width .explore-destination-class-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .c-full-width .other-products + .slider-outer .slick-track .slick-slide .static-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .c-full-width {
    padding-left: 0;
    padding-right: 0;
  }
}

.activity-filter .custom-select label.as-placeholder {
  top: 20px !important;
  width: 100%;
}

.c-vertical-separator {
  display: inline-block;
  height: 40px;
  border-left: 1px solid #ceddd8;
}

@media screen and (max-width: 1024px) {
  .archive .header-title-area .single-destination-attractions-stars {
    margin-bottom: 15px !important;
  }
}
.header-title-area + .filter-container-top {
  padding-top: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .header-title-area + .filter-container-top {
    margin-bottom: 10px;
    margin-top: -5px;
  }
}

.c-activities-top {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.post-template-template-top-tour-list .c-activities-top .listing-group {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.post-template-template-top-tour-list .c-activities-top .listing-group li {
  height: 100%;
}
.post-template-template-top-tour-list .c-activities-top .listing-group .listing-dec-bottom {
  height: 100%;
}
.post-template-template-top-tour-list .c-activities-top .product-list {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .main-menu .section-nav-dropdown a {
    color: inherit;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu .menu-style-1 #main-nav > li {
    white-space: nowrap;
    flex: 1;
  }
  .main-menu .menu-style-1 #main-nav > li > a {
    text-align: center;
  }
}
.main-menu .col-4-dropdown {
  text-wrap: auto;
}

body[class*=id-]:not(.id-7) #main-header-middle .box-width {
  gap: 15px;
}
body[class*=id-]:not(.id-7) #main-header-middle button[data-modal-target="#c-language-modal"] + .service-buttons + #main-menu {
  margin-left: -15px;
}
@media screen and (max-width: 350px) {
  body[class*=id-]:not(.id-7) #main-header-middle .simple-weather {
    display: none !important;
  }
}
body[class*=id-]:not(.id-7) .c-logo-container img {
  max-height: 40px;
}

.left-inner-content {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .full-featured-on-mobile {
    height: auto;
  }
}

.sale-page #full-featured-image {
  height: auto;
}
.sale-page #full-featured-image img {
  width: 100%;
}

.banner-hero-container {
  height: inherit;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__container__hero {
  position: relative;
}

.banner-hero-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
  opacity: 0.43;
  background-image: linear-gradient(180deg, rgb(0, 26, 51) 0%, rgba(0, 26, 51, 0.98) 1%, rgba(0, 27, 52, 0.95) 3%, rgba(0, 27, 54, 0.88) 7%, rgba(0, 28, 56, 0.8) 12%, rgba(0, 29, 58, 0.71) 19%, rgba(0, 30, 61, 0.61) 26%, rgba(0, 31, 63, 0.5) 34%, rgba(0, 32, 65, 0.39) 43%, rgba(0, 33, 67, 0.29) 52%, rgba(0, 33, 69, 0.2) 62%, rgba(0, 34, 71, 0.12) 72%, rgba(0, 35, 72, 0.05) 81%, rgba(0, 35, 73, 0.02) 91%, rgba(0, 35, 73, 0) 100%);
  z-index: 0;
}

.banner-hero-wrapper {
  max-width: 68.94rem;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  line-height: normal;
  display: grid;
  place-items: center;
}
.banner-hero-wrapper .search-form-wrapper {
  position: static;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner-hero-wrapper .search-form-wrapper .fa-search {
    font-weight: 400 !important;
  }
}
.banner-hero-wrapper .main-heading {
  text-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.045rem;
  text-align: center;
  margin: 0 0 8px;
  padding: 0;
}
.banner-hero-wrapper .main-heading + .cruise-filters {
  margin-top: 13px;
}
.banner-hero-wrapper .sub-heading,
.banner-hero-wrapper .pre-title {
  text-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.0275rem;
  text-align: center;
  margin: 20px 0 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .banner-hero-wrapper .sub-heading + .cruise-filters,
  .banner-hero-wrapper .pre-title + .cruise-filters {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .banner-hero-wrapper .sub-heading {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.banner-hero-wrapper .pre-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
.banner-hero-wrapper .search-field {
  margin-bottom: 0;
  padding-left: 10px;
  border: 0 !important;
  box-shadow: none !important;
}
@media screen and (max-width: 1024px) {
  .banner-hero-wrapper .search-field {
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
    caret-color: transparent;
    user-select: none;
  }
}
@media screen and (max-width: 1024px) {
  .banner-hero-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.home-calendar.full-width-field-calendar {
  width: 344px !important;
  margin-left: -11px;
  margin-top: 10px;
}

body .cruise-filters {
  background: #fff;
  width: 100%;
  max-width: 43.625rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 999vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  position: relative;
  padding: 14px;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  body .cruise-filters {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
  }
}
body .cruise-filters #search-outside-button {
  display: none;
}
body .cruise-filters form {
  display: flex;
}
body .cruise-filters form > .c-hr {
  width: 1px;
  height: 100%;
  border: 0;
  position: absolute;
  border-left: 1px solid rgb(223, 224, 226);
  top: 0;
  margin: 0;
  display: inline-block;
}
body .cruise-filters form .search-date-pretty-format {
  text-align: left;
  text-indent: 8px;
}
body .cruise-filters form > label {
  display: flex;
}
body .cruise-filters form .left-icon, body .cruise-filters form .icon-search {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  body .cruise-filters form .icon-search {
    display: inline !important;
  }
}
body .cruise-filters form .other-info {
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body .cruise-filters form .other-info {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  body .cruise-filters form .lds-ring {
    left: 45%;
    right: auto;
  }
}
body .cruise-filters form .result-area {
  top: 53px;
  left: -14px;
  width: calc(100% + 28px);
  border-radius: 10px;
}
body .cruise-filters .search-btn-col {
  width: 100%;
  flex: inherit;
}
@media screen and (max-width: 1024px) {
  body .cruise-filters .search-btn-col {
    display: none;
  }
}
body .cruise-filters .search-btn-col a {
  width: 43px;
  height: 43px;
  line-height: 24px;
  justify-content: center;
  align-items: center;
  margin-left: auto !important;
  border-radius: 50% !important;
  display: flex;
}
body .cruise-filters .dates-col {
  padding-right: 0;
}
body .cruise-filters .dates-col input {
  padding-left: 8px;
  border: 0 !important;
  box-shadow: none !important;
}
body .cruise-filters button {
  height: 2.9375rem;
  width: 11.8125rem;
  border-radius: 1.5rem;
  opacity: 1;
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01125rem;
  text-align: center;
  background: rgb(253, 122, 36);
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .home #full-width-slider .slick-slider-banner .slick-arrow.c-btn {
    visibility: hidden;
  }
  .home #full-width-slider:hover .slick-slider-banner .slick-arrow.c-btn {
    visibility: visible;
  }
}
#full-width-slider.banner__container__hero .slider-image-container img {
  transition: opacity 0.3s;
}
#full-width-slider.banner__container__hero .main-heading {
  font-size: var(--home-banner-desktop-title-size, 3rem);
  color: white !important;
}
#full-width-slider.banner__container__hero .main-heading font {
  color: white !important;
}
@media screen and (max-width: 1024px) {
  #full-width-slider.banner__container__hero .main-heading {
    font-size: var(--cool-text-hero, 1.8rem) !important;
  }
}
#full-width-slider.banner__container__hero .slick-arrow {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  #full-width-slider.banner__container__hero .slick-arrow {
    display: block !important;
  }
}
#full-width-slider.banner__container__hero .siema-full-slider > div,
#full-width-slider.banner__container__hero .siema-full-slider > div > div {
  height: 100% !important;
}
#full-width-slider.banner__container__hero .banner-bottom-link {
  z-index: 2;
  max-width: 100%;
}
#full-width-slider.banner__container__hero .banner-bottom-link a {
  right: 20px;
}
#full-width-slider.banner__container__hero .slick-dots {
  bottom: 15px;
  max-width: 40%;
  display: none !important;
}
@media screen and (min-width: 1025px) {
  #full-width-slider.banner__container__hero .slick-dots {
    bottom: 25px;
    display: block !important;
  }
}
#full-width-slider.banner__container__hero .slick-dots li {
  margin: 0;
}
#full-width-slider.banner__container__hero .slick-dots li button::before {
  display: none;
}
#full-width-slider.banner__container__hero .slick-dots li.slick-active button {
  border: 1px solid white !important;
  background: white;
}
#full-width-slider.banner__container__hero .slider-image-container {
  height: 100%;
}
#full-width-slider.banner__container__hero .slider-image-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0.25;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  #full-width-slider.banner__container__hero {
    height: 60vh;
    display: grid;
    place-items: center;
    min-height: 20.625rem;
  }
}
#full-width-slider.banner__container__hero .siema-full-slider {
  width: 100%;
  position: absolute;
  height: 100% !important;
  top: 0;
}

@media screen and (max-width: 1024px) {
  body.home .c-search-control-style {
    height: 0 !important;
    padding: 0;
    overflow: hidden;
    border: 0;
  }
  body.home .s-search-container-mobile {
    padding: 0;
  }
}

.c-no-products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.9375rem 1.5rem 1rem 0;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
.c-no-products .c-no-products__title {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
}
.c-no-products + .c-no-products-button {
  padding: 0 0 1.5rem 0;
}
@media screen and (min-width: 1025px) {
  .c-no-products {
    gap: 0;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-top: 0;
  }
  .c-no-products + .c-no-products-button {
    padding-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .header-title-area-wrapper .header-title-area {
    margin-bottom: 0px;
  }
  .header-title-area-wrapper .header-title-area .single-destination-attractions-stars {
    margin-bottom: -4px !important;
  }
}
.header-title-area-wrapper.header-title-area-wrapper-stars + .filter-container-top {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .header-title-area-wrapper.header-title-area-wrapper-stars + .filter-container-top {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .has-search-mobile #main-header {
    position: sticky;
    top: calc(-3.375rem - var(--cool-top-bar-mobile-height, 30) + 1px);
    z-index: 2;
  }
}

@media screen and (max-width: 1024px) {
  .sidebar.open {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding: 24px 16px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

a.cc-link:hover {
  border-bottom: inherit !important;
}

.cc-btn.cc-dismiss:hover {
  border-width: 2px !important;
}

.cc-revoke, .cc-window {
  z-index: 9999999999;
}

.widgetBottomContainer {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-left: 0 !important;
  position: relative;
  padding: 0 8px 12px 16px;
  margin-top: 8px !important;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.widgetBottomContainer::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 8px;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
}

body .suppress-activity-item,
body .admin-links,
body #bookingWidgetAdminLinks {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 7px;
  margin-top: 5px !important;
}
@media screen and (min-width: 1025px) {
  body .suppress-activity-item,
  body .admin-links,
  body #bookingWidgetAdminLinks {
    column-gap: 5px;
  }
}
body .suppress-activity-item > i,
body .admin-links > i,
body #bookingWidgetAdminLinks > i {
  align-self: center;
  margin-top: 8px;
}
body .suppress-activity-item a.c-btn,
body .admin-links a.c-btn,
body #bookingWidgetAdminLinks a.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  white-space: normal;
  text-align: start;
  overflow: hidden;
  user-select: none;
  margin: 9px 0px 0px 8px;
  padding: 8px 12px !important;
  margin-left: 0;
  border: 1px solid var(--p, --cool-primary-button) !important;
  border-bottom: 1px solid var(--p, --cool-primary-button) !important;
  font-size: 0.875rem;
  color: var(--p, --cool-primary-button) !important;
  text-decoration: none !important;
}
body .suppress-activity-item a.c-btn.good-color-bg-color,
body .admin-links a.c-btn.good-color-bg-color,
body #bookingWidgetAdminLinks a.c-btn.good-color-bg-color {
  color: white !important;
}
@media screen and (max-width: 450px) {
  body .suppress-activity-item a.c-btn,
  body .admin-links a.c-btn,
  body #bookingWidgetAdminLinks a.c-btn {
    width: 100%;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
@media screen and (min-width: 1025px) {
  body .suppress-activity-item a.c-btn,
  body .admin-links a.c-btn,
  body #bookingWidgetAdminLinks a.c-btn {
    padding: 5px 9px !important;
    font-size: 0.75rem;
  }
}
body .suppress-activity-item a.c-btn:hover,
body .admin-links a.c-btn:hover,
body #bookingWidgetAdminLinks a.c-btn:hover {
  border-color: black !important;
  color: white !important;
  background-color: black !important;
}
body .suppress-activity-item a.c-btn.c-suppressed-activity,
body .admin-links a.c-btn.c-suppressed-activity,
body #bookingWidgetAdminLinks a.c-btn.c-suppressed-activity {
  background-color: red !important;
  border-color: red !important;
  color: white !important;
}

#bookingWidgetAdminLinks > div {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 7px;
}
#bookingWidgetAdminLinks.c-hidden {
  display: none !important;
}

html.filtersOpen .sidebar.open .clear-btn {
  display: none !important;
}
html.filtersOpen .sidebar.open .d-flex .f-count {
  display: none;
}

.activity-filter .text-body {
  color: var(--cool-text);
}
.activity-filter.open .d-flex {
  margin-bottom: 18px;
}
.activity-filter.open .filter-rating .d-flex {
  margin-bottom: 18px !important;
}

.slider-outer .product-list .product-card {
  display: flex;
  flex-direction: column;
}

.product-card-body .tag-labels,
.listing-desc .tag-labels {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  max-width: 92%;
}
.product-card-body .tag-labels span,
.listing-desc .tag-labels span {
  margin: 0;
  text-transform: none;
  font-weight: 400;
  background-color: var(--cool-component-light-grey);
  color: var(--cool-text) !important;
  line-height: 18px;
}
.product-card-body .tag-labels .tag-more-labels,
.listing-desc .tag-labels .tag-more-labels {
  background: none;
  font-size: 0.6875rem;
  margin-top: 2px;
}
.product-card-body .tag-labels .tag-more-labels:hover,
.listing-desc .tag-labels .tag-more-labels:hover {
  text-decoration: underline;
}

.activity-logged-in-details {
  margin-bottom: 10px !important;
  display: inline-flex !important;
  flex-wrap: wrap;
}

.c-stats-booking-cancellation-per {
  display: inline !important;
}
.c-stats-booking-cancellation-per.good-color-txt-color, .c-stats-booking-cancellation-per.bad-color-txt-color {
  font-weight: 700;
}

.c-viator-read-more-link {
  color: inherit;
  text-decoration: none !important;
  border: 0 !important;
  display: inline-block;
  margin-bottom: 8px;
}
.c-viator-read-more-link span {
  border-bottom: 1px solid currentColor;
}
.c-viator-read-more-link span + i {
  margin-left: 2px;
  font-size: 0.5625rem;
}

#c-cool-rewards-popup .c-modal-header {
  border-bottom: 0;
}
#c-cool-rewards-popup .c-modal-header .c-modal-header-text h2 {
  font-size: var(--cool-text-heading, 2rem);
  text-align: center;
}
#c-cool-rewards-popup .c-modal-header .c-modal-close-button {
  position: absolute;
  right: 24px;
}
#c-cool-rewards-popup .c-modal-header .c-modal-header-text {
  padding-right: 0;
}
@media screen and (min-width: 1025px) {
  #c-cool-rewards-popup .branding-items {
    row-gap: 50px;
  }
  #c-cool-rewards-popup .branding-container {
    max-width: 600px;
  }
}
@media screen and (min-width: 900px) {
  #c-cool-rewards-popup .branding-item {
    max-width: 265px;
  }
}
#c-cool-rewards-popup .branding-item i {
  color: var(--p, #377ff8);
}

body.search .globe-city-country {
  margin-bottom: 5px;
}
body.search .globe-city-country span {
  padding: 0 !important;
}
body.search .listing-group .globe-city-country {
  margin-bottom: 8px;
}

.c-you-selected-label {
  color: white;
  left: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  background-color: transparent;
}
.c-you-selected-label .labelTag {
  position: relative;
  background-color: #ecf1fb;
  color: var(--cool-text);
}

#filter-mobile .sidebar-filter {
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  #filter-mobile .sidebar-filter {
    padding-right: 0;
  }
}
#filter-mobile h3 {
  margin-bottom: 30px !important;
}
#filter-mobile h3:first-child {
  border: 0 !important;
}
#filter-mobile.open .sidebar-filter a {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: var(--cool-text) !important;
}
@media screen and (max-width: 1024px) {
  #filter-mobile.open .sidebar-filter a {
    font-size: 0.9375rem !important;
  }
}
#filter-mobile.open .sidebar-filter li {
  margin-bottom: 7px;
}
@media screen and (min-width: 1025px) {
  #filter-mobile.open .sidebar-filter li.has_children a:first-child {
    margin-bottom: 10px;
  }
}
#filter-mobile.open .sidebar-filter .tours-sidebar {
  margin-bottom: 0 !important;
}

.single-destination-attractions-stars .destination-info {
  margin-left: 2px;
}

.c-attractions-star {
  position: relative;
  top: -2px;
  font-size: 1rem !important;
}
.c-attractions-star span {
  font-weight: 900;
  margin-right: 4px;
  font-size: 0.875rem;
}

.c-promo-code {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.c-promo-code .c-promo-code-inner {
  border-radius: 4px;
  background-color: rgba(110, 110, 110, 0.11);
  color: #6e6e6e;
  font-size: 0.8571428571em;
  padding: 0.8571428571em;
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 7px;
  background-color: var(--cool-green-bg-color);
}
.c-promo-code .c-promo-code-inner:before {
  opacity: 0.1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.c-promo-code .c-promo-code-inner span {
  color: var(--cool-green-text-color);
  font-weight: 600;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.1428571429em;
  text-transform: uppercase;
}
.c-promo-code .c-promo-code-inner button {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: inherit;
  border: none;
  background: transparent;
  line-height: normal;
  margin-left: 9px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 0.875rem;
  cursor: pointer;
}

.c-promo-right {
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-trust-bar {
  font-size: 1rem;
  background-color: var(--cool-component-light-grey);
  border-bottom: 1px solid rgb(206, 220, 216);
  line-height: 1.6666666667;
}
.c-trust-bar .c-trust-bar-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 18.26px;
  padding: 17.17px 24px;
}
.c-trust-bar .c-trust-bar-item {
  display: flex;
  align-items: center;
  gap: 5.86px;
}
.c-trust-bar .c-trustpilot-item a {
  display: flex;
  text-decoration: none !important;
  border: 0 !important;
  color: inherit;
  gap: 6px;
}
.c-trust-bar .c-trustpilot-item .c-trust-bar-text {
  display: flex;
  gap: 6px;
}
.c-trust-bar .c-trustpilot-item .c-trustpilot-item-stars {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-trust-bar .c-trustpilot-item .c-trustpilot-item-stars span {
  width: 18.75px;
  height: 19px;
  display: block;
}
.c-trust-bar .c-trustpilot-item img.c-trustpilot-item-seal {
  height: 23.5px;
  margin-right: 2px;
}
.c-trust-bar .c-trustpilot-item img.c-trustpilot-item-stars {
  height: 19px;
  margin-top: 4px;
}
.c-trust-bar .c-trust-bar-icon {
  color: var(--cool-success-color);
  font-size: 1.0625rem;
}
@media screen and (max-width: 1235px) {
  .c-trust-bar .c-trust-bar-inner {
    row-gap: 8px !important;
  }
}
@media screen and (min-width: 1025px) {
  .c-trust-bar {
    font-size: 1rem;
  }
  .c-trust-bar .c-trust-bar-inner {
    gap: 8px 41.25px;
  }
}
@media screen and (max-width: 767px) {
  .c-trust-bar {
    line-height: 1.25 !important;
  }
  .c-trust-bar .c-trust-bar-inner {
    row-gap: 4px !important;
  }
}
@media screen and (max-width: 393px) {
  .c-trust-bar {
    font-size: 0.9rem;
  }
  .c-trust-bar .c-trust-bar-inner {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-trust-bar .c-trustpilot-item {
    line-height: 28px;
  }
}

.c-post-content-under-heading {
  color: var(--cool-text);
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
.c-post-content-under-heading p {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .c-post-content-under-heading {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  .c-post-content-under-heading p {
    margin-bottom: 25px !important;
    letter-spacing: 0px;
  }
}

@media screen and (min-width: 1025px) {
  .shared-category-page .filter-container-top {
    margin-bottom: 15px;
  }
}

.c-shared-category-post-page .left-inner img.page-image.attraction-single,
.single-destination-attractions-page .left-inner img.page-image.attraction-single {
  max-width: 350px;
}
.c-shared-category-post-page .share-dropdown,
.single-destination-attractions-page .share-dropdown {
  bottom: -8px;
  top: auto;
  z-index: 999999;
}
.c-shared-category-post-page .share-dropdown + ul,
.single-destination-attractions-page .share-dropdown + ul {
  top: 35px;
  right: 14px;
}
@media screen and (max-width: 1024px) {
  .c-shared-category-post-page .share-dropdown,
  .single-destination-attractions-page .share-dropdown {
    bottom: 0px;
    z-index: 1;
  }
}

#top-bar {
  height: var(--cool-top-bar-desktop-height, 30px);
}
@media screen and (max-width: 1024px) {
  #top-bar {
    height: var(--cool-top-bar-mobile-height, 30px);
  }
}

.c-country-city {
  color: #585C63;
  font-size: 0.875rem;
}

body .c-split-layout {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  margin-bottom: 70px;
  margin-top: 0;
}
body .c-split-layout .c-split-layout__left-side {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 99px;
}
body .c-split-layout .c-split-layout__left-side .c-split-layout__left-content {
  margin-top: 20px !important;
}
body .c-split-layout .c-split-layout__left-side .c-split-layout__left-content p {
  margin-bottom: 0;
  padding-bottom: 0;
}
body .c-split-layout .c-split-layout__left-side .c-split-layout__title {
  margin-top: 0;
  margin-bottom: 0;
}
body .c-split-layout .c-split-layout__left-side .c-split-layout__title h2 {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1025px) {
  body .c-split-layout .c-split-layout__left-side .c-split-layout__title {
    margin-top: -10px;
  }
}
@media screen and (max-width: 1024px) {
  body .c-split-layout .c-split-layout__left-side {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  body .c-split-layout {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: row;
    gap: 1.5rem;
  }
  body .c-split-layout .c-split-layout__left-side {
    max-width: 33.6%;
    width: 100%;
  }
  body .c-split-layout .c-split-layout__content {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .c-preview-page .recentReviews .slider-outer,
  .c-provider-page .recentReviews .slider-outer,
  .single-destination-attractions-page .recentReviews .slider-outer,
  .c-destination-archive-page .recentReviews .slider-outer,
  .c-destination-attractions-page .recentReviews .slider-outer,
  .shared-category-page .recentReviews .slider-outer,
  .c-shared-category-post-page .recentReviews .slider-outer {
    margin: 0 -15px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-preview-page .recentReviews .slider-outer .slider-container,
  .c-provider-page .recentReviews .slider-outer .slider-container,
  .single-destination-attractions-page .recentReviews .slider-outer .slider-container,
  .c-destination-archive-page .recentReviews .slider-outer .slider-container,
  .c-destination-attractions-page .recentReviews .slider-outer .slider-container,
  .shared-category-page .recentReviews .slider-outer .slider-container,
  .c-shared-category-post-page .recentReviews .slider-outer .slider-container {
    margin-left: -15px;
  }
}
.c-preview-page .recentReviews .slick-slider,
.c-provider-page .recentReviews .slick-slider,
.single-destination-attractions-page .recentReviews .slick-slider,
.c-destination-archive-page .recentReviews .slick-slider,
.c-destination-attractions-page .recentReviews .slick-slider,
.shared-category-page .recentReviews .slick-slider,
.c-shared-category-post-page .recentReviews .slick-slider {
  margin: 0 -16px;
  display: flex;
  max-width: none;
  justify-content: flex-start;
  gap: 1rem !important;
}
.c-preview-page .recentReviews .static-item,
.c-provider-page .recentReviews .static-item,
.single-destination-attractions-page .recentReviews .static-item,
.c-destination-archive-page .recentReviews .static-item,
.c-destination-attractions-page .recentReviews .static-item,
.shared-category-page .recentReviews .static-item,
.c-shared-category-post-page .recentReviews .static-item {
  margin-left: 16px !important;
  margin-right: 16px !important;
  border-radius: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-preview-page .recentReviews .static-item,
  .c-provider-page .recentReviews .static-item,
  .single-destination-attractions-page .recentReviews .static-item,
  .c-destination-archive-page .recentReviews .static-item,
  .c-destination-attractions-page .recentReviews .static-item,
  .shared-category-page .recentReviews .static-item,
  .c-shared-category-post-page .recentReviews .static-item {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-preview-page .recentReviews .scroll-slider,
  .c-provider-page .recentReviews .scroll-slider,
  .single-destination-attractions-page .recentReviews .scroll-slider,
  .c-destination-archive-page .recentReviews .scroll-slider,
  .c-destination-attractions-page .recentReviews .scroll-slider,
  .shared-category-page .recentReviews .scroll-slider,
  .c-shared-category-post-page .recentReviews .scroll-slider {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}
.c-preview-page .recentReviews .line-heading,
.c-provider-page .recentReviews .line-heading,
.single-destination-attractions-page .recentReviews .line-heading,
.c-destination-archive-page .recentReviews .line-heading,
.c-destination-attractions-page .recentReviews .line-heading,
.shared-category-page .recentReviews .line-heading,
.c-shared-category-post-page .recentReviews .line-heading {
  margin: 0 !important;
  height: auto;
  padding-bottom: 30px;
}
.c-preview-page .recentReviews .line-heading span,
.c-provider-page .recentReviews .line-heading span,
.single-destination-attractions-page .recentReviews .line-heading span,
.c-destination-archive-page .recentReviews .line-heading span,
.c-destination-attractions-page .recentReviews .line-heading span,
.shared-category-page .recentReviews .line-heading span,
.c-shared-category-post-page .recentReviews .line-heading span {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .c-preview-page .recentReviews .line-heading,
  .c-provider-page .recentReviews .line-heading,
  .single-destination-attractions-page .recentReviews .line-heading,
  .c-destination-archive-page .recentReviews .line-heading,
  .c-destination-attractions-page .recentReviews .line-heading,
  .shared-category-page .recentReviews .line-heading,
  .c-shared-category-post-page .recentReviews .line-heading {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .c-preview-page .recentReviews,
  .c-provider-page .recentReviews,
  .single-destination-attractions-page .recentReviews,
  .c-destination-archive-page .recentReviews,
  .c-destination-attractions-page .recentReviews,
  .shared-category-page .recentReviews,
  .c-shared-category-post-page .recentReviews {
    padding-top: 20px;
  }
}

#providers-faq .c-split-layout,
#activity-page.type-faq:has(~ .recentReviews-container) .c-split-layout {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  #providers-faq .c-split-layout,
  #activity-page.type-faq:has(~ .recentReviews-container) .c-split-layout {
    margin-bottom: 70px;
  }
}

h3.footerLinkTitle {
  font-size: 1.5rem !important;
}

.tile-detail .review-read-more-link {
  margin-top: 0.25rem;
  line-height: 1.5rem;
}
.tile-detail .review-read-more-link a {
  font-weight: 500;
}
.tile-detail .product-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
}
.tile-detail .product-name .bot-text {
  margin-bottom: 2px;
}

#review-modal.modal-show {
  display: flex;
  justify-content: center;
  align-items: center;
}
#review-modal .modal-content .stars-placeholder {
  margin-top: 4px;
}
#review-modal .product-name-placeholder a {
  border: 0 !important;
  text-decoration: none !important;
  color: var(--cool-text) !important;
}
#review-modal .product-name-placeholder a:hover {
  text-decoration: underline !important;
}
#review-modal .review-product-link {
  margin-top: 15px;
}
#review-modal .review-product-link .c-btn {
  display: inline-flex;
  text-decoration: none !important;
}

.list-ajax-loading #main-container .sidebar {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  body.id-7.body-design2025 .c-activities-wrapper .product-list:not(:has(> :nth-child(5))) {
    --cool-category-grid-columns: 4;
    --category-grid-columns-gap: 1.5rem;
  }
}

.wishlist-modal-new-edit-wishlist-travel-dates-wrapper label {
  font-size: 0.875rem;
  line-height: 1.15;
  top: 50%;
  transform: translateY(-50%) !important;
  margin-bottom: 0;
}
.wishlist-modal-new-edit-wishlist-travel-dates-wrapper.wishlist-date-selected label {
  -webkit-transform: translateY(-16.5px) scale(0.875) !important;
  -ms-transform: translateY(-16.5px) scale(0.875) !important;
  transform: translateY(-16.5px) scale(0.875) !important;
  font-size: 0.875rem !important;
}
.wishlist-modal-new-edit-wishlist-travel-dates-wrapper.wishlist-date-selected input {
  padding-top: 24px;
  padding-bottom: 0.5rem;
}
.wishlist-modal-new-edit-wishlist-travel-dates-wrapper.wishlist-date-empty label {
  color: #202020;
}

.wishlist-calendar {
  position: fixed !important;
}
@media screen and (max-width: 1024px) {
  .wishlist-calendar {
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
  }
}
@media screen and (min-width: 1025px) {
  .wishlist-calendar {
    margin-top: 0 !important;
  }
}
.wishlist-calendar.lightpick .lightpick__month-title > .lightpick__select:disabled, .wishlist-calendar .lightpick .lightpick__month-title > .lightpick__select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  #wishlist-modal .modal-content {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 1025px) {
  .other-products + .tours .product-list .col-12 {
    padding-right: 10px;
  }
}

.c-recent-reviews .static-item-inner {
  max-width: none !important;
  padding: 0;
}
.c-recent-reviews .slick-arrow.slick-next {
  right: -10px;
}
.c-recent-reviews .slick-arrow.slick-prev {
  left: -10px;
}
.c-recent-reviews .slider-outer,
.c-recent-reviews .slider-wrapper,
.c-recent-reviews .shelf-item,
.c-recent-reviews .slick-track {
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 1024px) {
  .c-recent-reviews .slider-container {
    margin-left: 0 !important;
  }
  .c-recent-reviews .scroll-slider {
    padding-left: 19px !important;
  }
  .c-recent-reviews .static-item {
    width: 300px !important;
  }
}
.c-recent-reviews.c-recent-reviews-slides-per-4 .static-item {
  margin-right: 12px !important;
}
.c-recent-reviews.c-recent-reviews-slides-per-4 .slick-list,
.c-recent-reviews.c-recent-reviews-slides-per-4 .shelf-item {
  padding-bottom: 13px !important;
  padding-top: 13px !important;
}
@media screen and (min-width: 1025px) {
  .c-recent-reviews.c-recent-reviews-slides-per-4 .line-heading {
    padding-bottom: 0 !important;
  }
  .c-recent-reviews.c-recent-reviews-slides-per-4 .scroll-slider {
    margin-top: 0 !important;
  }
  .c-recent-reviews.c-recent-reviews-slides-per-4 .slick-list {
    margin-top: -13px;
  }
  .c-recent-reviews.c-recent-reviews-slides-per-4 .slick-track .static-item {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    margin: 0 !important;
  }
  .c-recent-reviews.c-recent-reviews-slides-per-4 .slick-slider {
    margin: 0 -0.75rem !important;
  }
}
.c-recent-reviews .product-card:hover {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15) !important;
}
.c-recent-reviews .slick-list .tile,
.c-recent-reviews .shelf-item .tile {
  box-shadow: none;
}
.c-recent-reviews .tile-detail .tile-top {
  min-height: 83px;
  margin-bottom: 6px;
}
.c-recent-reviews .tile-detail .product-name a {
  -webkit-line-clamp: 3;
}
.c-recent-reviews .tile-detail .product-name a:hover {
  text-decoration: underline;
}
.c-recent-reviews.c-recent-reviews-title-2 .tile .product-name a {
  -webkit-line-clamp: 2 !important;
}
.c-recent-reviews.c-recent-reviews-title-3 .tile .product-name a {
  -webkit-line-clamp: 3 !important;
}
.c-recent-reviews.c-recent-reviews-title-4 .tile .product-name a {
  -webkit-line-clamp: 4 !important;
}

.home .c-recent-reviews .slick-list,
.home .c-recent-reviews .shelf-item {
  padding: 0 !important;
}
.home .personalised-home-middle-blocks-container .recentReviews-container {
  max-width: 1356px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.home .personalised-home-middle-blocks-container .recentReviews-container .recentReviews {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.home .personalised-home-middle-blocks-container .recentReviews-container .slick-list {
  padding-top: 14px !important;
  margin-top: -14px;
  padding-bottom: 14px !important;
}

.c-telesales-on-top .c-action-links__row {
  margin-top: 0;
  line-height: 25px;
}
.c-telesales-on-top .c-action-links__icon i {
  font-size: 14px;
}

/* Cool typography — Urbane, self-hosted from app/assets/fonts/urbane/ on the "Cool …" brand sites (body.c-cool-type,
   set by the theme header / checkout when isCoolBrandSite()). The @font-face rules, the single preload and the
   metric-matched "urbane-fallback" (Arial) are printed by app/cool-html/sections/cool-typography-head.php. Faces:
   Urbane 200 / 300 / 500 / 600 only; weight 400 is served from the 300 face, 700+ falls back to 600.
   Page h1 = 500, banner h1 = 600. */
html:has(body.c-cool-type) {
  --tmFontSizePercentDesktop: 1;
  --tmFontSizePercentMobile: 1;
}

body.c-cool-type {
  --cool-text-body: 1.0625rem;
  --cool-text-small: 0.875rem;
  --cool-text-meta: 0.9375rem;
  --cool-text-caption: 0.75rem;
  --cool-text-title: 1.1875rem;
  --cool-text-heading: 1.75rem;
  --cool-text-hero: 2.5rem;
  --cool-text-hero-large: 3.75rem;
  --cool-text-lead: 1.25rem;
  --cool-text-field: var(--cool-text-meta);
  --cool-weight-light: 200;
  --cool-weight-body: 400;
  --cool-weight-title: 500;
  --cool-weight-price: 600;
  --cool-line-height-body: 1.6666667;
  --cool-line-height-heading: 1.2;
  --cool-focus-stroke: #202020;
  font-size: var(--cool-text-body);
  font-family: "urbane", "urbane-fallback", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  body.c-cool-type {
    --cool-text-body: 1rem;
    --cool-text-heading: 1.25rem;
    --cool-text-hero: 1.5rem;
    --cool-text-hero-large: 1.5rem;
    --cool-text-lead: 1rem;
    --cool-text-field: 1rem;
  }
}
body.c-cool-type .primaryFullWidthBannerDescription {
  font-weight: var(--cool-weight-light) !important;
}

body.c-cool-type .linksList a:hover {
  color: var(--cool-text) !important;
}

body.c-cool-type .linksList .linkItem a:hover,
body.c-cool-type .footerLinksContainer .linkItem a:hover {
  border-bottom-color: transparent !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
}

body.c-cool-type #cool-widget h2.price-heading span.small {
  font-size: var(--cool-text-body) !important;
}

@media (hover: none) {
  body.c-cool-type .c-accordion .c-accordion-header-wrapper .c-accordion-header:hover {
    text-decoration: none !important;
  }
}
body.c-cool-type h2,
body.c-cool-type h3 {
  letter-spacing: 0 !important;
}

body.c-cool-type .widgetBottom,
body.c-cool-type .widgetBottom p,
body.c-cool-type .widgetBottom a {
  color: var(--cool-text) !important;
}

body.c-cool-type .read-more-review,
body.c-cool-type .read-more-link-with-icon {
  text-decoration: none;
}

body.c-cool-type .read-more-review:hover,
body.c-cool-type .read-more-link-with-icon:hover {
  text-decoration: underline;
}

body.c-cool-type .c-viator-read-more-link span {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

body.c-cool-type .c-viator-read-more-link:hover span {
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
}

body.c-cool-type .review-body.closed .review-body-inner {
  max-height: 2lh;
}

body.c-cool-type .read-more-review {
  margin-top: 0;
}

body.c-cool-type:is(body.c-cool-type) :is(.custom-select:hover, .custom-input:hover) :is(input, select, textarea):not(:disabled):not(:focus) {
  border-color: var(--cool-focus-stroke) !important;
}

body.c-cool-type:is(body.c-cool-type) .c-input-control.c-picker-search {
  transition: border-color 0.3s, box-shadow 0.3s;
}

body.c-cool-type:is(body.c-cool-type) .c-input-control.c-picker-search:hover {
  border-color: var(--cool-focus-stroke);
}

body.c-cool-type:is(body.c-cool-type) .c-input-control.c-picker-search:focus-within {
  border-color: var(--cool-focus-stroke);
  box-shadow: 0 0 0 1px var(--cool-focus-stroke);
}

body.c-cool-type :is(#c-terms-of-use, #c-privacy-policy) .c-modal-body-inner {
  --cool-text-heading: var(--cool-text-title);
}

body.c-cool-type :is(#c-terms-of-use, #c-privacy-policy) .c-modal-body-inner :is(h1, h2, h3, h4) {
  line-height: var(--cool-line-height-heading) !important;
  margin-bottom: 8px;
}

body.c-cool-type :is(.modal-content a:not(.product-name-placeholder a), .free-cancellation-popup, .section-addons-options a, .here-to-help-section a, .suppress-review-item a, .review-settings a, ._elevio_article_body a, .inner-columns a, .right-section p a, .right-section ul a:not(.share-dropdown a):not(.cd-pagination a), .right-section ol a, #right-section .product-desc a, .grey-link a, .underlined-link-no-hover, .activity-attributes a, .activity-left .favorite-icon + .tooltip-cont a, .modal-small-text a, .c-message-cta a, .c-modal-overlay .c-modal-content .c-modal-body-inner > div a:not(.cool-gtranslate-wrapper a):not(.c-product-share__link), .checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-item p a, .checkout-page .email-address-validation-message:not(:empty) a, table.pricing__table a, .checkout-page .checkout-promotional-code-wrapper .checkbox:not(.c-has-promo-code-opened) span, #cool-widget .fh_cool_ticket_show_trigger a, #cool-widget .fh_cool_ticket_hide_trigger a, #bookingEditPart .fh_cool_ticket_show_trigger a, #bookingEditPart .fh_cool_ticket_hide_trigger a, .rewards-wrapper #c-rewards-terms-modal .rewards-terms-and-conditions-container a, #c-book-securely .c-modal-body-inner a, #c-privacy-policy .c-modal-body-inner a, #c-terms-of-use .c-modal-body-inner a, .c-cool-rewards-saving .c-cool-rewards-saving-amount-text .c-tooltip-wrapper):not(.c-btn):not(.press),
body.c-cool-type :is(.modal-content a:not(.product-name-placeholder a), .free-cancellation-popup, .section-addons-options a, .here-to-help-section a, .suppress-review-item a, .review-settings a, ._elevio_article_body a, .inner-columns a, .right-section p a, .right-section ul a:not(.share-dropdown a):not(.cd-pagination a), .right-section ol a, #right-section .product-desc a, .grey-link a, .underlined-link-no-hover, .activity-attributes a, .activity-left .favorite-icon + .tooltip-cont a, .modal-small-text a, .c-message-cta a, .c-modal-overlay .c-modal-content .c-modal-body-inner > div a:not(.cool-gtranslate-wrapper a):not(.c-product-share__link), .checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-item p a, .checkout-page .email-address-validation-message:not(:empty) a, table.pricing__table a, .checkout-page .checkout-promotional-code-wrapper .checkbox:not(.c-has-promo-code-opened) span, #cool-widget .fh_cool_ticket_show_trigger a, #cool-widget .fh_cool_ticket_hide_trigger a, #bookingEditPart .fh_cool_ticket_show_trigger a, #bookingEditPart .fh_cool_ticket_hide_trigger a, .rewards-wrapper #c-rewards-terms-modal .rewards-terms-and-conditions-container a, #c-book-securely .c-modal-body-inner a, #c-privacy-policy .c-modal-body-inner a, #c-terms-of-use .c-modal-body-inner a, .c-cool-rewards-saving .c-cool-rewards-saving-amount-text .c-tooltip-wrapper):not(.c-btn):not(.press):hover {
  border-bottom-color: transparent !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
}

body.c-cool-type .main-footer-bottom-left p a:has(> i.fa-wodu),
body.c-cool-type .main-footer-bottom-left p a:has(> i.fa-wodu):hover {
  text-decoration: none !important;
}

body.c-cool-type #top-bar a,
body.c-cool-type #top-bar span,
body.c-cool-type #top-bar .top-bar-nav a {
  font-weight: var(--cool-weight-light) !important;
  font-size: var(--cool-text-small) !important;
}

body.c-cool-type #top-bar .top-bar-nav li a:hover .underline-hover,
body.c-cool-type #top-bar .right-text .top-bar-nav li > a:hover {
  border-bottom-color: transparent !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
}

body.c-cool-type footer a,
body.c-cool-type .main-footer-top-containers a,
body.c-cool-type .footerLinksContainer a,
body.c-cool-type .linksList a,
body.c-cool-type p a,
body.c-cool-type li a:not(.c-btn):not(.button):not(.free-cancellation-popup):not(.c-product-desc-list li a):not(.c-product-line-items li a) {
  font-weight: var(--cool-weight-body) !important;
}

body.c-cool-type .c-search-container .c-input-control input::placeholder,
body.c-cool-type .c-search-container .c-search-mobile .c-search-term--placeholder {
  font-weight: 300 !important;
  color: var(--cool-dark-grey) !important;
  opacity: 1;
}

body.c-cool-type .two-columns-page,
body.c-cool-type #main-content-area,
body.c-cool-type #main-header-middle .search-field,
body.c-cool-type .slider-text .button,
body.c-cool-type .date-placeholder,
body.c-cool-type .viator-booking-placeholder,
body.c-cool-type .lightpick,
body.c-cool-type .app-html {
  font-family: inherit !important;
}

:where(body.c-cool-type) {
  --cool-rating: var(--cool-primary);
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) :is(p, ul, ol, li, dd, .learn-more, .listWrapper, .faq-summary-answer-text, .c-faq--answer, .review-body, .review-body-inner, .featureListItem, :where(.featureListItem) > div, :where(.activity-attributes) .text, .faq-summary-question, .reviewCount, .c-list-heading, .c-faq--question, .c-faq-filter-title, .read-more-link-with-icon, .see-more-button, :where(.see-more-button) span, .c-secondary-ghost-btn, :where(.recentReviews .tile-detail) .title, .c-bot-response-bot-name, .c-user-response-content, :where(.c-user-response-content-area) > span, :where(.c-bot-response-content-area) > div, :where(.c-support-action-buttons) button, .hc-faq__back-button-text) {
  font-size: var(--cool-text-body) !important;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) :is(p, ul, ol, li, dd, .learn-more, .listWrapper, .faq-summary-answer-text, .c-faq--answer, .review-body, .review-body-inner, .featureListItem, :where(.featureListItem) > div) {
  line-height: var(--cool-line-height-body) !important;
}

:where(body.c-cool-type) .c-help-center-support-assistant,
:where(body.c-cool-type) .c-support-action-buttons,
:where(body.c-cool-type) .c-auth-component__legal {
  --cool-text-body: var(--cool-text-meta);
}

:where(body.c-cool-type) .widgetBottom,
:where(body.c-cool-type) #widgetBottom,
:where(body.c-cool-type) .c-banner-container .c-banner-message {
  --cool-text-body: var(--cool-text-small);
}

:where(body.c-cool-type) .c-support-action-buttons .c-btn .c-btn-inner {
  transform: translateY(1px);
}

:where(body.c-cool-type) .c-breadcrumbs-list,
:where(body.c-cool-type) .breadcrumb,
:where(body.c-cool-type) .media-gallery-thumbnail,
:where(body.c-cool-type) .main-footer-bottom-left {
  --cool-text-body: var(--cool-text-caption);
}

:where(body.c-cool-type) .c-auth-component-description {
  --cool-text-body: 1rem;
}

:where(body.c-cool-type) #c-help-center #_elev_io,
:where(body.c-cool-type) #c-help-center #_elev_io ._1rkeb,
:where(body.c-cool-type) #c-help-center #_elev_io ._elevio_article_body,
:where(body.c-cool-type) #c-help-center #_elev_io ._elevio_article_body :is(p, li, span, div, strong, em, a, blockquote) {
  font-family: inherit !important;
  color: var(--cool-text);
}

:where(body.c-cool-type) #c-help-center ._elevio_article_title {
  font-size: var(--cool-text-heading) !important;
  line-height: var(--cool-line-height-heading);
}

:where(body.c-cool-type) #c-help-center ._elevio_article_body :is(div) {
  font-size: var(--cool-text-body) !important;
  line-height: var(--cool-line-height-body) !important;
}

:where(body.c-cool-type) #c-help-center ._elevio_article_body :is(h2, h3, h4) {
  font-size: var(--cool-text-title) !important;
}

:where(body.c-cool-type) .product-card .stars .fa-star,
:where(body.c-cool-type) .fa-star-color {
  color: var(--cool-rating) !important;
}

:where(body.c-cool-type).c-cool-type .c-modal-chat-header-content h2 {
  font-size: var(--cool-text-body) !important;
}

:where(body.c-cool-type) .product-card .stars {
  color: var(--cool-text) !important;
}

:where(body.c-cool-type).checkout-body .cool-due-today-wrapper span.due-today-text {
  white-space: nowrap;
  flex-shrink: 0;
}

:where(body.c-cool-type).checkout-body .cool-due-today-wrapper .c-total-text, :where(body.c-cool-type).checkout-body .cool-due-today-wrapper span.due-today-text {
  font-size: var(--cool-text-body) !important;
}

:where(body.c-cool-type).checkout-body .cool-due-today-wrapper .product-total-price span, :where(body.c-cool-type).checkout-body .cool-due-today-wrapper .product-total-price data, :where(body.c-cool-type).checkout-body .cool-due-today-wrapper .product-total-price strong {
  font-size: 1.25rem !important;
}

:where(body.c-cool-type).checkout-body .cool-due-today-wrapper .product-total-price strike, :where(body.c-cool-type).checkout-body .cool-due-today-wrapper .product-total-price strike data {
  font-size: var(--cool-text-meta) !important;
}

:where(body.c-cool-type).checkout-body #c-lowest-price-guarantee .c-modal-body-inner a {
  color: inherit !important;
}

:where(body.c-cool-type).checkout-body #main-form .custom-input :is(input, textarea, label) {
  font-size: var(--cool-text-field) !important;
}

:where(body.c-cool-type).checkout-body #main-form .custom-input :is(input.focused, input:focus, input:not(.empty)) + label, :where(body.c-cool-type).checkout-body #main-form .custom-input .iti:is(.number-entered, :focus-within) + label {
  font-size: var(--cool-text-small) !important;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti {
  width: 100%;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti__country-container {
  display: none;
  padding: 1px;
  z-index: 2;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti.number-entered .iti__country-container {
  display: block;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti__selected-country {
  background: none !important;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti__selected-country-primary {
  padding: 0 0 0 12px;
  background: none !important;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti.number-entered .iti__selected-country-primary {
  margin-top: 16.5px;
  height: auto;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti__dropdown-content {
  display: none !important;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti__flag {
  scale: 1.25;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti__arrow {
  margin-left: 6px;
  color: #737373;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone input.tm-phone-input {
  color: var(--cool-text);
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti.number-entered > input.tm-phone-input {
  padding-left: calc(var(--tm-phone-flag-width, 52px) + 7px) !important;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti + label {
  left: 0 !important;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti:is(.number-entered, :focus-within) + label {
  transform: translateY(7.5px) scale(0.875) !important;
  font-size: var(--cool-text-small) !important;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone .iti__country-container .c-link-phone__country {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone input.tm-phone-input::placeholder {
  color: var(--cool-warm-grey);
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone input.tm-phone-input:focus::placeholder {
  opacity: 1;
}

:is(:where(body.c-cool-type).checkout-body #main-form, .c-two-sections-page) .c-link-phone input.tm-phone-input:not(:focus)::placeholder {
  opacity: 0;
}

:where(body.c-cool-type).checkout-body #main-form .custom-input label {
  font-weight: var(--cool-weight-title) !important;
}

:where(body.c-cool-type) .c-auth-component .custom-input label {
  font-weight: var(--cool-weight-title) !important;
}

:where(body.c-cool-type).checkout-body #main-form .email-address-validation-message a {
  font-weight: 300 !important;
}

:where(body.c-cool-type).checkout-body #main-form .custom-input :is(input, textarea),
:where(body.c-cool-type) #cool-widget .custom-select :is(input, select, span.viator-booking-placeholder) {
  color: var(--cool-text) !important;
}

:where(body.c-cool-type).checkout-body #main-form .section-header p {
  font-size: 1rem !important;
}

:where(body.c-cool-type).checkout-body #main-form .c-message-cta {
  font-size: var(--cool-text-small) !important;
}

:where(body.c-cool-type).checkout-body #main-form :is(.c-message-cta, .email-address-validation-message) > i {
  font-size: 1rem !important;
  color: var(--cool-headers);
}

:where(body.c-cool-type).checkout-body #main-form .email-address-validation-message > i {
  font-size: var(--cool-text-meta) !important;
}

:where(body.c-cool-type).checkout-body #main-form .email-address-validation-message:is(.is-challenged, .is-invalid) > i {
  color: var(--cool-warning);
}

:where(body.c-cool-type).checkout-body #main-form :is(.error-message-class, .message-error, .below-input-informative-text,
.checkout-acknowledgement, .checkout---bookingWithFreeCxLine) {
  font-size: var(--cool-text-small) !important;
}

:where(body.c-cool-type) [id=cool-widget] label.modern-placeholder.as-placeholder {
  font-size: var(--cool-text-body) !important;
}

:where(body.c-cool-type) #cool-widget .custom-select :is(input, label.modern-placeholder.as-placeholder, span.viator-booking-placeholder),
:where(body.c-cool-type) #cool-widget .custom-ticket-select :is(strong, strong *, span, span *),
:where(body.c-cool-type) #cool-widget .custom-ticket-select .select .select-count {
  font-size: var(--cool-text-field) !important;
}

@media screen and (max-width: 767px) {
  :where(body.c-cool-type) :is(input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=range]), textarea, select) {
    font-size: max(1rem, 1em) !important;
  }
}
:where(body.c-cool-type) #cool-widget .custom-select select {
  font-size: var(--cool-text-field) !important;
}

@media screen and (max-width: 767px) {
  :where(body.c-cool-type) #cool-widget .custom-select select {
    font-size: 1rem !important;
  }
}
:where(body.c-cool-type).checkout-body .c-cool-rewards-saving-title {
  font-size: var(--cool-text-body) !important;
}

:where(body.c-cool-type).checkout-body .book-with-confidence-item h3 {
  font-size: var(--cool-text-small) !important;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) .read-more-wrapper .read-more-content,
:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) .read-more-wrapper .read-more-content p {
  line-height: var(--cool-line-height-body) !important;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) .show-only-1-lines .read-more-content {
  max-height: calc(var(--cool-text-body) * var(--cool-line-height-body));
  max-height: 1lh;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) .show-only-2-lines .read-more-content {
  max-height: calc(var(--cool-text-body) * var(--cool-line-height-body) * 2);
  max-height: 2lh;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) .show-only-3-lines .read-more-content {
  max-height: calc(var(--cool-text-body) * var(--cool-line-height-body) * 3);
  max-height: 3lh;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) :is(.stopName, .meeting-point-heading) {
  font-size: var(--cool-text-title) !important;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) :is(.itemAttributes, .meeting-point-description, .faq-summary-answer-date, .textTag, .c-visible-on-grid-layout, .c-product-card-details) {
  font-size: var(--cool-text-small) !important;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) :is([id=viator-travelers-options] > p, .viator-travelers-options-line-label > span) {
  font-size: var(--cool-text-small) !important;
}

:where(body.c-cool-type) [id=product-addons-total],
:where(body.c-cool-type) [id=viator-booking-wrapper-selected-info-bands] {
  --cool-text-body: var(--cool-text-meta);
}

:where(body.c-cool-type) [id=product-addons-total] dl.product-addon-totals :is(dt, dt *) {
  font-size: 1rem !important;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) :is(.product-addon-totals dd, .product-addon-totals dd *) {
  font-size: var(--cool-text-title) !important;
}

:where(body.c-cool-type) [id=product-addons-total] .product-addon-totals dd .original-amount,
:where(body.c-cool-type) [id=product-addons-total] .product-addon-totals dd .original-amount * {
  font-size: var(--cool-text-meta) !important;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) :is(.pricing__table thead th, .pricing__table .table__body td) {
  font-size: var(--cool-text-body) !important;
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) .pricing__table thead th p {
  font-size: var(--cool-text-meta) !important;
}

:where(body.c-cool-type) [id=cool-widget] :is(.fh_cool_ticket_show_trigger, .fh_cool_ticket_hide_trigger) a {
  font-size: var(--cool-text-meta) !important;
}

:where(body.c-cool-type) .review-header-right-top .stars {
  float: none;
  margin-bottom: 4px !important;
}

:where(body.c-cool-type) .review-header-right-top strong {
  display: block;
  margin: 0 0 14px;
  top: auto;
  line-height: var(--cool-line-height-heading);
}

:where(body.c-cool-type) :is(.content, [id=main-content-area], [id=cool-widget], .c-modal-body, .c-faq--container, .footer-sidebar-section, .review-body, [id=c-help-center], .c-help-center-support-assistant, .main-footer-bottom-left) :is(.banner-hero-wrapper .sub-heading, .primaryFullWidthBannerDescription) {
  font-size: var(--cool-text-lead) !important;
}

@media screen and (max-width: 767px) {
  :where(body.c-cool-type).checkout-body #c-price-breakdown-modal .c-activity-card-title,
  :where(body.c-cool-type) .c-accordion .c-accordion-header-wrapper .c-accordion-header {
    font-size: var(--cool-text-body) !important;
  }
}
:where(body.c-cool-type) .bannerWithLinesLabel {
  font-size: var(--cool-text-body) !important;
}

:where(body.c-cool-type) .main-footer-bottom-left p a {
  font-size: inherit !important;
}

:where(body.c-cool-type) .main-footer-bottom-left p i.fa-wodu {
  font-size: 2.6rem !important;
  vertical-align: middle;
}

:where(body.c-cool-type) .main-footer-bottom-left p a:has(> i.fa-wodu):hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

:where(body.c-cool-type) :is(h1:not(.main-heading):not(.c-main-header-large):not(.price-heading):not(.widget-section-header):not(.c-modal-header-title-left):not(.c-modal-header-title-center):not(.wishlist-modal-heading):not(#cool-widget h2):not(#bookingEditPart h2):not(.c-modal-chat-header-content h2), h2:not(.main-heading):not(.c-main-header-large):not(.price-heading):not(.widget-section-header):not(.c-modal-header-title-left):not(.c-modal-header-title-center):not(.wishlist-modal-heading):not(#cool-widget h2):not(#bookingEditPart h2):not(.c-modal-chat-header-content h2), .page-title:not(.c-main-header-large), .line-heading span, .other-products h2, .c-product-carousel__title, .c-split-layout__title, .primaryFullWidthBannerTitle, ._elevio_article_title) {
  font-size: var(--cool-text-heading) !important;
}

@media screen and (max-width: 767px) {
  :where(body.c-cool-type) :is(h3:not(.product-card h3):not(.c-tour-card-content-title):not(.book-with-confidence-item h3), span.destination-name, .c-action-card__title) {
    font-size: var(--cool-text-heading) !important;
  }
  :where(body.c-cool-type) #main-container #cool-widget h2.price-heading {
    font-size: var(--cool-text-heading) !important;
  }
}
:where(body.c-cool-type) :is(.banner-hero-wrapper h1, h1.main-heading, .banner__container__hero .main-heading) {
  font-size: var(--cool-text-hero) !important;
}

:where(body.c-cool-type) .c-main-header-large {
  --cool-text-hero: var(--cool-text-hero-large);
  font-size: var(--cool-text-hero-large) !important;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
}

:where(body.c-cool-type) :is(h1, h2, h3, h4, h5, h6, strong, b, th, dt, legend, .c-txt-bold, .font-weight-bold, .font-weight-semi-bold, .filter-headings-font-weight, .font-weight-medium, .product-card h3, .c-tour-card-content-title, .c-thumbnail-card__title, .c-image-card__title, .c-action-card__title, .line-heading span, .c-product-carousel__title, .c-split-layout__title, .primaryFullWidthBannerTitle, span.destination-name, .c-banner-maintext, .free-cancellation-popup, .c-product-desc-list li a, .c-product-line-items li a, .c-explore-button, .c-cool-explore-bold-link, .c-header-search input, .c-search-term:not(.c-search-term--placeholder), .c-search-mobile, .c-search-modal-title, .c-search-container input, .c-search-modal-overlay input, .filter-heading, .fsHeaderTitleMain, .c-tabs-item-active, .c-tabs-item-active *, .c-mobile-left-menu .c-tabs-item, .c-mobile-left-menu .c-tabs-item *, .recentReviews .product-name, .recentReviews .product-name a, .recentReviews .tile-detail .title, .tile .title, .review-title, #review-modal .title, #review-modal .product-name, #review-modal .product-name-placeholder a, .c-recent-reviews .product-card .product-name a, .main-slider-container .review-title, .footer-list h3, .footerLinkTitle, #menu-footer a, .footer-address, .section-header, .section-header h2, .product-addon-totals dt, .product-addon-totals dt span, .itineraryStop .stopName, .meeting-point-heading, .pickup-point-heading, .tm-account-action-btn, .tm-account-action-btn span, .tm-auth-continue-with-email, .tm-auth-continue-with-email span, .c-activity-card-title, .c-activity-button-card-name, .c-avatar-dropdown-header, .c-mobile-menu-account__name, .c-mobile-menu-account__label, .activity-button-card-submenu-title, .c-top-bar, .button, .c-btn-large, .c-icon-button-active span, .c-link-with-arrow span, .c-input-control, .c-textarea-control, .c-status-tag, .badge, .excellence-badge, .textTag, .tag-label, .tagged, .c-checkbox-item-selected .c-checkbox-name, .c-checkbox-item-selected .c-checkbox-abbr, .c-multi-step-label, .c-multi-step-radio-item-content-title, .text-premium, .c-detail-item-with-action__label, .c-message-slider-content-top-body, .c-message-slider-content-bottom h3, .lightpick__day, .lightpick__date, .lightpick__select, .lightpick__select-months, .lightpick__day-of-the-week, .datepicker-currency-short, .c-two-sections-page__heading, .booking__tabs__title, .c-right-section-heading, .c-cool-rewards-saving-title, .c-message-cta a, .banner__title, .date__box, .booking__card__center .title span, .c__link__titleText, .c-modal-chat-header-content h2, .c-modal-chat-header h2, .book-with-confidence-item h3, .guarantee-area h3, .c-traveler__favorite__card__header span, .c-traveler__favorite__card__title span, .c-tour-grade-price-breakdown-tag, .c-hotel-list-title, .c-hotel-list-filter-tab, .choose-dates, .c-hotel-list--hotel-info-title, .rating-label, .rating-score, .c-hotel-show-prices, .c-hotel-product-title, .c-hotel-product-rating-badge, .c-hotel-product-review-label, .c-hotel-product-select-room, .c-hotel-overview__title, .c-hotel-overview__subtitle, .c-hotel-room-type-btn, .c-hotel-availability-room-card-header h3, .c-hotel-room-rating-score, .c-hotel-room-rating-label, .c-hotel-room-reserve-btn, .cancellationPolicyTimeLineTitle, .cancellationPolicyTimeline, .timelineTitle, .enhancedSafetyMeasures .heading, .enhancedSafetyMeasures .section-heading, .averageRatingValue, .top-location-total span, .share-dropdown-btn-text, .wish-list-title, .see-more-button, .start__time__heading, .pricing__table thead th, .pricing__title, .c-promo-code-inner span, .checkout-promotional-code-wrapper .tag span, .viator-travelers-options-discount-badge span, .product-desc span, .c-total-text, .c-modal-body-inner h3, .c-modal-header-is-sticky h3, .c-auth-component-heading h1, .c-auth-modal-wrapper .c-modal-header h2, .hcHeaderTitleMain, .hc-faq__categories-title, ._elevio_article_title, ._elevio_article_body :is(h2, h3, h4), ._1rkeb :is(h1, h2, h3, h4, h5, h6, b, strong, dt), .app-html .tabs a.active, .dropdown-btn + .dropdown span, .toggle input + label, #review-form label.review-label, .right-inner p, #special_days big, #special_days big a, .call_page a, .carousel-control button, .carousel-item a, .review-header-left span, .dropdown-item-select, .enhancedSafetyMeasures .collection__text__readmore, .enhancedSafetyMeasures .text a, .see-more a, .simple-weather__temp, .booking-actions a, tm-element[data-type=article] [title], tm-element[data-type=article-related] span, tm-element[data-type=suggestions] span, .hc-faq__need-help-text, .drilldown-menu .has-dropdown-folder > .drilldown-item, #replyPreviewWindow span, .pivot-activity a .textContainer .title, .active_tab, .tab_homespace .tab_titles .tab.active_tab, .stars-progress-row .selectedProgress, .photos-modal .product-title-container .product-title, .photos-modal .tabs-wrapper .tab-title.selected, .wishlist-card-footer-saved, .modal-content .info-area, .ghost-button-text-label, .tm-toaster-link button, .main-slider-container .image-counter, .wishlist-share-collaborators-list-single-row-action button, .coolroomspagerates .coolsearchresult-form-info-title, .coolroomspagerate-name-title, .coolroomspage-rooms .valueadds-item-bed-count, .sample-menu-content .menu-item span, .seasonRangeItem span, .stickyHeaderWrapper .wrapper > div[aria-pressed=true], .lowestPriceLink, .coolsearchresult-form-title, .main-slider-container .review-text button, .section-nav-dropdown .header, .top-bar-nav li, #main-header-bottom > .menu-nav li a, .c-user-details-card-with-label .c-user-detail .label, .c-message-slider-content-top-body p, .c-header-language-dropdown__sign, .c-two-sections-page .c-left-section button:hover, .product-desc-list a, .date__box .small, .date__box .large, .custom-ticket-select span, #c-report-product-issue .c-modal-body button, #c-language-modal .cool-gtranslate-wrapper a.gt-current-lang span, .bookings-wrapper-header span, .c-upcoming-no-bookings-button .c-btn span, .banner-hero-wrapper .pre-title, .cruise-filters button, .c-stats-booking-cancellation-per, #header-logo, #footer-logo, .viator-travelers-options-line-label, #viator-booking-wrapper-selected-info-title, .btn, .tabWrapper, .verified-badge, .cc-btn, .slider-text span, .title3__HnIB, .title5__XmMG, .title4__AK3w, #main-form .section-header p) {
  font-weight: var(--cool-weight-title) !important;
}

:where(body.c-cool-type) :is(.rate-text .price, .carousel-item .price, .listing-img .price, h2.price-heading .tm-price-display-element, .stickyFooterWrapper h2.price-heading span, .product-addon-totals dd, .product-addon-totals dd *, #product-addons-total dd strong span.amount, .product-total-price :is(span, strong, data), span.due-today-text, .c-hotel-room-main-price, .c-total_amount span, .c-highlights__image_container__price_container span, .c-tour-grade-pricing-text, .order__total, #paid-by-wallet-amount span, .due-today-dup, .balance-due-dup, .c-pricing-heading-inner span) {
  font-weight: var(--cool-weight-price) !important;
}

:where(body.c-cool-type) [id=product-addons-total] li,
:where(body.c-cool-type) [id=viator-booking-wrapper-selected-info-bands] li,
:where(body.c-cool-type) [id=viator-booking-wrapper-selected-info-bands] li * {
  font-weight: var(--cool-weight-body) !important;
}

:where(body.c-cool-type) [id=cool-widget] .lightpick__day {
  font-size: var(--cool-text-small) !important;
}

:where(body.c-cool-type) [id=cool-widget] .lightpick__day.is-available:not(.is-disabled) {
  font-size: calc(var(--cool-text-small) + 1px) !important;
}

:where(body.c-cool-type) #cool-widget .lightpick__day.is-available:not(.is-disabled) .lightpick__date {
  font-weight: var(--cool-weight-title) !important;
}

:where(body.c-cool-type) .c-item-price:not(.product-total-price),
:where(body.c-cool-type) .c-item-price:not(.product-total-price) * {
  font-weight: var(--cool-weight-body) !important;
}

:where(body.c-cool-type) .c-item-price .good-color-txt-color {
  font-weight: var(--cool-weight-price) !important;
}

:where(body.c-cool-type) #checkoutOverview .cool-product-subtotal-shipping .c-item-price,
:where(body.c-cool-type) #checkoutOverview .cool-product-subtotal-shipping .c-item-price * {
  font-weight: var(--cool-weight-price) !important;
}

:where(body.c-cool-type) #checkoutOverview .cool-product-subtotal-shipping .c-item-price .good-color-txt-color {
  font-weight: var(--cool-weight-price) !important;
}

:where(body.c-cool-type) [id=viator-booking-wrapper-selected-info-bands] li strike,
:where(body.c-cool-type) [id=viator-booking-wrapper-selected-info-bands] li strike *,
:where(body.c-cool-type) #product-addons-total dl.product-addon-totals dd strong .original-amount strike,
:where(body.c-cool-type) #product-addons-total dl.product-addon-totals dd strong .original-amount strike *,
:where(body.c-cool-type) #checkoutOverview .cool-product-subtotal-shipping .c-item-price strike,
:where(body.c-cool-type) #checkoutOverview .cool-product-subtotal-shipping .c-item-price strike *,
:where(body.c-cool-type) #checkoutOverview .c-item-price strike,
:where(body.c-cool-type) #checkoutOverview .c-item-price strike *, :where(body.c-cool-type):is(#checkoutOverview, .checkout-body) .due-today-wrapper.cool-due-today-wrapper .product-total-price strike, :where(body.c-cool-type):is(#checkoutOverview, .checkout-body) .due-today-wrapper.cool-due-today-wrapper .product-total-price strike data {
  font-weight: var(--cool-weight-light) !important;
}

:where(body.c-cool-type) :is(#activity-page, #main-container) .stickyHeaderWrapper .wrapper > div:not([aria-pressed=true]),
:where(body.c-cool-type) :is(#activity-page, #main-container) .stickyHeaderWrapper .wrapper > div:not([aria-pressed=true]) .tabWrapper {
  font-weight: var(--cool-weight-body) !important;
}

:where(body.c-cool-type) .c-tabs-item:not(.c-tabs-item-active):not(.c-mobile-left-menu .c-tabs-item),
:where(body.c-cool-type) .c-tabs-item:not(.c-tabs-item-active):not(.c-mobile-left-menu .c-tabs-item) * {
  font-weight: var(--cool-weight-body) !important;
}

:where(body.c-cool-type) #cool-widget .product-addon .dl-addon .custom-ticket-select strong {
  font-weight: var(--cool-weight-body) !important;
}

:where(body.c-cool-type) #cool-widget .custom-ticket-select .select .select-count {
  font-weight: var(--cool-weight-body) !important;
  margin-top: -1px;
}

:where(body.c-cool-type) :is(#main-container, #main-content-area, #right-section, .checkout-body) .labelTag .textTag.commerceTag {
  font-weight: var(--cool-weight-body) !important;
}

:where(body.c-cool-type) #checkoutOverview .guarantee-area .book-with-confidence .book-with-confidence-item p,
:where(body.c-cool-type) #checkoutOverview .guarantee-area .book-with-confidence .book-with-confidence-item p a {
  font-weight: 300 !important;
}

:where(body.c-cool-type) #checkoutOverview ul.c-product-desc-list.checkout--activityDetailsListItemsHtml li a {
  font-weight: var(--cool-weight-price) !important;
}

:where(body.c-cool-type) :is(#main-container, #main-content-area) a.see-more-button.no-color,
:where(body.c-cool-type) :is(#main-container, #main-content-area) a.see-more-button.no-color span {
  font-weight: 300 !important;
}

:where(body.c-cool-type) .viator-travelers-options-line-label > span {
  font-weight: var(--cool-weight-body) !important;
}

:where(body.c-cool-type) :is(strike, .original-amount) :is(.rate-text .price, .carousel-item .price, .listing-img .price, h2.price-heading .tm-price-display-element, .stickyFooterWrapper h2.price-heading span, .product-addon-totals dd, .product-addon-totals dd *, #product-addons-total dd strong span.amount, .product-total-price :is(span, strong, data), span.due-today-text, .c-hotel-room-main-price, .c-total_amount span, .c-highlights__image_container__price_container span, .c-tour-grade-pricing-text, .order__total, #paid-by-wallet-amount span, .due-today-dup, .balance-due-dup, .c-pricing-heading-inner span),
:where(body.c-cool-type) :is(.rate-text .price, .carousel-item .price, .listing-img .price, h2.price-heading .tm-price-display-element, .stickyFooterWrapper h2.price-heading span, .product-addon-totals dd, .product-addon-totals dd *, #product-addons-total dd strong span.amount, .product-total-price :is(span, strong, data), span.due-today-text, .c-hotel-room-main-price, .c-total_amount span, .c-highlights__image_container__price_container span, .c-tour-grade-pricing-text, .order__total, #paid-by-wallet-amount span, .due-today-dup, .balance-due-dup, .c-pricing-heading-inner span) :is(strike, .original-amount),
:where(body.c-cool-type) strike:is(.rate-text .price, .carousel-item .price, .listing-img .price, h2.price-heading .tm-price-display-element, .stickyFooterWrapper h2.price-heading span, .product-addon-totals dd, .product-addon-totals dd *, #product-addons-total dd strong span.amount, .product-total-price :is(span, strong, data), span.due-today-text, .c-hotel-room-main-price, .c-total_amount span, .c-highlights__image_container__price_container span, .c-tour-grade-pricing-text, .order__total, #paid-by-wallet-amount span, .due-today-dup, .balance-due-dup, .c-pricing-heading-inner span),
:where(body.c-cool-type) .original-amount:is(.rate-text .price, .carousel-item .price, .listing-img .price, h2.price-heading .tm-price-display-element, .stickyFooterWrapper h2.price-heading span, .product-addon-totals dd, .product-addon-totals dd *, #product-addons-total dd strong span.amount, .product-total-price :is(span, strong, data), span.due-today-text, .c-hotel-room-main-price, .c-total_amount span, .c-highlights__image_container__price_container span, .c-tour-grade-pricing-text, .order__total, #paid-by-wallet-amount span, .due-today-dup, .balance-due-dup, .c-pricing-heading-inner span) {
  font-weight: var(--cool-weight-body) !important;
}

/*# sourceMappingURL=style.css.map */
