/* body, */
/* html { */
  /* overflow-y: overlay; */
/* } */

/* body:not(.blog-single).product .sticky-wrapper .share-button__opener {
  -moz-box-sizing: initial;
  box-sizing: initial;
  padding: 0.1rem 1.1rem;
} */

/* body.blog-single .share-button__opener {
  -moz-box-sizing: initial;
  box-sizing: initial;
  padding: 0.1rem 1.1rem;
} */

.standard .section--text,
.newsletter .main,
.main h3.searchHeading,
.main div.richTextBlock {
  padding: 0 16px;
}

.servicesList .title {
  align-items: left;
}

/*related content carousel*/
@media (min-width:0) and (max-width: 849px) {
  /* .related-content__list {
    margin-left: 17px;
  } */

  /* .related-content--product .related-content__list-item {
    width: 95%;
  } */

  /* .flickity-viewport {
    overflow: visible;
  } */

  .flickity-page-dots {
    visibility: hidden;
  }
}

@media (min-width:850px) {
  .related-content--product .flickity-prev-next-button {
    display: block
  }
}

/*position relative for mobile main menu*/
.slideout-menu__list li {
  position: relative;
}

/*setting category grid item title width for internet explorer*/
/* .category-grid-item__title {
  width: 100%;
} */

/*Search result page grid image*/
/* .search-result-image {
  max-width: 100%;
  height: auto;
} */

/* .product-card__container .product-card__image {
  overflow: hidden;
} */

/*Site-wide Loader for newsletter signup form and link clicks*/
/* .loading-img-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, .8) 50% 50% no-repeat;
}

.loading-img {
  content: "";
  border: 4px solid hsla(0, 0%, 7%, .1);
  border-left-color: #cf0010;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50vh - 25px);
  left: calc(50vw - 25px);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;

  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
} */

/*** Product Book Button ***/
.txa-book-btn-parent .txa-book-btn {
  margin-top: 1.1rem;
}

/*fix for firefox issue with css display flex*/
.related-content__wrapper .product-card,
.related-content__wrapper .product-card__container,
.related-content__wrapper .product-card__wrapper,
.blog-single .product-card__wrapper,
.blog-single .product-card,
.blog-single .product-card__container {
  min-width: 0;
  min-height: 0;
}

/*mobile search filters spacing*/
.search-filters__tray--open .filter-bottom-spacer {
  min-height: 80px;
}

/*Extra styles to move the caption below the images on mobile*/
@media (min-width:0) and (max-width: 849px) {
  .image .caption {
    position: relative;
    bottom: inherit;
    right: inherit;
    text-align: center;
  }
}

/*Styles for the Related Content map */
.map-container {
  width: 100%;
}

/* .map-container .results-map {
  min-height: 500px;
  height: 75vh;
} */


.map-container .product-card__wrapper.map-Item {
  width: 300px;
  height: auto;
}

/*adding bottom padding after explore content module - for mobile*/
/* @media (min-width:0) and (max-width: 992px) {
  .category-grid-group__wrapper {
    padding-bottom: 30px;
  }
} */

/*youtube videos styles*/

.content-wrapper .image.youtube-video,
.content-wrapper .embedded-youtube {
  width: 100%;
  height: 80vh;
}

.image.youtube-video .caption {
  bottom: 2px;
  right: 2px;
}

/* Styles for search results*/

.product-card__main .product-card__info {
  line-height: 1.4;
}

/* @media (min-width:0) and (max-width: 991px) {

  .floating-content__wrapper.image-visible-mobile:first-of-type,
  .section-floating-content .floating-content__wrapper:first-of-type {
    margin-top: 40px;
  }
} */

/* .related-content__list-item.textVisible .related-content__item {
  box-shadow: 0 4px 40px rgba(0, 0, 0, .45);
} */

.related-content__item .related-content__caption {
  word-wrap: break-word;
}

.related-content--banner .related-content__title.firstTitle {
  margin-bottom: 10px;
  word-wrap: break-word;
  width: 100%;
}

.related-content--banner .related-content__title.secondTitle {
  font-size: 14px;
  text-transform: none;
  margin-bottom: 0;
  word-wrap: break-word;
  width: 100%;
}

.related-content__caption svg.smallVideoBtn {
  width: 50px;
  height: 50px;
}

.related-content__caption .contentBtn {
  margin-top: 30px;
}

/* no productHeader in project */
/* .productHeader .flickity-prev-next-button svg.flickity-button-icon {
  top: 50%;
} */

.section-spacing .floating-content .overlay__wrapper {
  margin-top: -60px;
  margin-bottom: 60px;
}

/* Doesn't exist in project. */
/*
.floating-content__figure a.floating-content__button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: middle;
  text-decoration: none;
}

a.floating-content__button__link .floating-content__button__link__text {
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: 1.5px solid #fff;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
} */

/*Extra styles to stop map button from being displayed over the footer*/
/* .product .info-container .infosection.map-button-parent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
} */

.map-section__overlay.map-section-button-container {
  position: relative;
  padding: 0 0 20px 0;
}

/* .content-wrapper .product-carousel .flickity-prev-next-button .flickity-button-icon {
  top: 47%;
} */

/*Styles for the Ecal and Trip advisor buttons*/

/* .listingButtons .ecal-widget-button {
  width: 45%;
  padding: 0.4em;
  font-size: 12px;
  line-height: 1.1;
  text-transform: initial;
  border-radius: 15px;
} */

/* .ecal-widget-button.mobile-button {
  margin-top: 1rem;
} */

/* product page trip advisor*/

@media (min-width: 768px) {
  .tripAdvisorContent.mobileContent {
    display: none;
  }
}
/*
.tripAdvisorContent {
  margin: 10px 0;
}

.tripAdvisorContent .tripAdvisorHeading {
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: #111;
  margin-bottom: 5px;
  text-transform: none;
  line-height: 0.8;
}

.tripAdvisorContent a.tripAdvisorLink {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
}

.tripAdvisorContent a.tripAdvisorLink .tripAdvisorReviews {
  display: block;
  text-decoration: underline;
} */

/*Search trip advisor*/

/* .tripAdvisorContent.searchResults {
  margin: 5px 0;
  width: 50%;
  display: block;
}

.tripAdvisorContent.searchResults .tripAdvisorImage {
  display: block;
}

.tripAdvisorContent.searchResults .tripAdvisorReviews {
  display: block;
  font-size: 11px;
  color: #111;
} */

/*TA footer logo styles*/

p.TA-footer-logo {
  margin: 5px 0;
}

p.TA-footer-logo img {
  padding: 0 5px;
}

/*Blog page video module*/

.blog-single .section.full-width.section-spacing {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*making youtube iframe responsive*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*related content generic module*/
.product-card__image.related-content-generic__product-link:after {
  content: none !important;
}

.carousel-subtitle-heading-bold {
  font-weight: bold !important;
}

/*Subcategory navigation dropdown*/
.subcategoryNavigationOptGrp {
  font-weight: bold !important;
}

#atdw-toggle {
  position: absolute;
  top: 10px;
  right: 70px;
  background: white;

  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#atdw-toggle .search-filters__price-checkbox {
  margin-bottom: 0;
  padding: 6px 13px 5px;
  cursor: pointer;
}

#atdw-toggle .jcf-checkbox {
  margin-right: 10px;
}
