/* These are predefined for SCSS */
/* These are predefined for SCSS */
@font-face {
  font-family: "OpticianSans";
  src: url("../../fonts/Optiker-K.woff2") format("woff2"), url("../../fonts/Optiker-K.otf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
.gpo-reviews {
  min-height: 250px;
}

.bo-google-review {
  background: #fff;
  padding: 9px;
  max-width: 336px;
  float: right;
  margin-bottom: 30px;
  z-index: 111;
  margin-top: 0 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.wp-gr .wp-google-wr a {
  color: #fff !important;
  background: transparent !important;
}
.wp-gr .wp-google-wr a:hover {
  background: #fff !important;
}

/* Responsive YouTube in Popup Maker */
.pum-content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.pum-content iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

/** Open Menu Item Clock **/
.bo-opening-clock {
  position: relative;
  display: inline-block;
  background-image: url("../img/clock.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}

/* Rij met bolletje + klokje + tekst */
.bo-clock-toggle {
  position: absolute;
  width: 100%;
  height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
}

.bo-status-dot {
  top: -7px;
  right: -14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.bo-status-dot--open {
  background: #00BC5B !important;
}

.bo-status-dot--closed {
  background: #e45c5c !important;
}

.bo-clock-icon {
  font-size: 14px;
}

/* Dropdown met tijden */
.bo-opening-dropdown {
  display: flex;
  justify-content: center;
  gap: 50px;
  position: absolute;
  right: -130px;
  top: 200%;
  min-width: 100vw;
  background: #121111;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
  padding: 10px 14px;
  opacity: 0;
  /* animatie */
  max-height: 0;
  overflow: hidden;
  transform: translateY(-4px);
  transition: max-height 0.22s ease-out, opacity 0.18s ease-out, transform 0.18s ease-out;
  z-index: 9999;
}

.bo-info .bo-extra-info-top {
  display: flex;
  align-items: center;
}
.bo-info .bo-extra-info-top h4 {
  font-size: large;
}
.bo-info .bo-extra-info-top .bo-status-dot {
  top: -5px;
}
.bo-info .bo-extra-info-bottom {
  font-size: 14px;
}
.bo-info .bo-opening-clock {
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-size: cover;
}

/* Hover/focus tonen */
/* ALS open (via JS class) */
.bo-opening-clock.is-open .bo-opening-dropdown {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
  height: 186px;
}

.bo-opening-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  visibility: visible !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
}

.bo-opening-list-item {
  display: flex !important;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.bo-opening-day {
  font-weight: 500;
}

/* optioneel: beetje spacing in je menu */
.menu .bo-opening-clock {
  margin-left: 16px;
}

/** .Open Menu Item Clock **/
.menu-item-button .cursor-init {
  height: 32px !important;
}
.menu-item-button .btn {
  background-color: #fff !important;
  color: #121111;
  padding: 6.5px 28px !important;
}
.menu-item-button .btn:hover {
  background-color: #121111 !important;
  color: #fff !important;
}

.bo-buttons .bo-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

#zkn-score-widget-3061811 {
  float: right;
  margin-bottom: 20px;
}

.wpml-ls-item .drop-menu.un-submenu {
  width: 35px !important;
}

@media all and (max-width: 600px) {
  .bo-buttons .bo-container {
    flex-direction: column;
  }
}
.top-menu {
  display: none !important;
}

@media all and (max-width: 1100px) {
  #menu-menu2-1 .menu-item-button {
    display: none !important;
  }
}
@media all and (max-width: 959px) {
  #logo-container-mobile {
    display: flex !important;
    padding: 18px 16px !important;
    align-items: center;
    justify-content: center;
  }
  #logo-container-mobile > * {
    margin: inherit !important;
  }
  #logo-container-mobile .wpml-switcher-placeholder {
    position: relative;
    left: 20px;
  }
  #logo-container-mobile .wpml-switcher-placeholder ul {
    margin-top: 0 !important;
  }
  #menu-menu2-1 .menu-item-357 {
    display: none !important;
  }
  .top-menu {
    position: absolute;
    top: 20px;
    display: block !important;
  }
  .menu-wrapper.no-header {
    display: table-row !important;
    height: 71px !important;
  }
  .bo-opening-dropdown {
    right: 0;
    left: -36px;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .bo-opening-clock.is-open .bo-opening-dropdown {
    max-height: 100vw !important;
    height: 100vw !important;
  }
  .bo-opening-clock {
    top: -6px;
  }
  #menu-menu2-1 .wpml-ls-item {
    display: none !important;
  }
}
.mobile-menu-button {
  top: -4px !important;
}

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