.open_hours_popup {
  position: fixed;
  right: 1rem;
  bottom: 3rem;
  background: #000;
  color: #fff;
  width: 16rem;
  max-width: calc(100% - 2rem);
  box-sizing: border-box;
  padding: 2rem;
  z-index: 4;
}


.open_hours_popup_close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 29px;
  height: 28px;
  background: url("/static/www/images/close_fill.svg") center/20px no-repeat;
  cursor: pointer;
}


.worldpride_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: url("/static/www/images/pride_colours.png") center/contain;
  z-index: 3;
  cursor: pointer;
}


.worldpride_banner .banner_link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #000;
  color: #fff;
  padding: 0.43rem 2rem 0.43rem 1rem;
  box-sizing: border-box;
  user-select: none;
  text-decoration: none;
}

.worldpride_banner .banner_link:after {
  content: " ";
  background: url('./images/navigate_right.svg') center/0.4rem no-repeat;
  display: block;
  width: 0.65rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.6rem;
}

.worldpride_banner:hover .banner_link {
  filter: invert(1);
}


@media (max-width: 767px) {
  .worldpride_banner .banner_link {
    height: 2rem;
    width: 2rem;
    padding: 0;
  }
}


@media (max-width: 767px) {
  .worldpride_banner .banner_link_text {
    display: none;
  }
}
