@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.go-opening-hours-is-open {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
  line-height: 42px;
}
.go-opening-hours-is-open:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: var(--wp--preset--color--orange);
  border-radius: 50%;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-animation: pulse 2s ease infinite alternate;
          animation: pulse 2s ease infinite alternate;
}
@media screen and (min-width: 491px) {
  .go-opening-hours-is-open {
    font-size: 16px;
  }
}

.go-opening-hours-is-open--1:before {
  background: var(--wp--preset--color--green);
}

.overflow-hidden {
  overflow: hidden;
}

.go-opening-hours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 491px) {
  .go-opening-hours {
    gap: 32px;
    font-size: 16px;
  }
}
.go-opening-hours p {
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 42px;
  font-size: 14px !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: none;
  font-weight: 300 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase;
}
@media screen and (min-width: 491px) {
  .go-opening-hours p {
    font-size: 16px !important;
  }
}
.go-opening-hours figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2px !important;
}
.go-opening-hours figure img {
  vertical-align: middle;
}

.go-opening-hours-slider-container {
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.go-opening-hours-slider {
  gap: 32px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.go-opening-hours-slider.start-carousel {
  -webkit-animation-name: infiniteScroll;
          animation-name: infiniteScroll;
}

.go-opening-hours-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 32px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 16px;
}
.go-opening-hours-slide > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 300;
  font-size: 16px;
}

.main-header-top {
  padding-top: 12px !important;
  padding-bottom: 8px !important;
}

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