/*------ Set icon size mixin -----*/
/*-------------- Vertical Spacing (used in blocks) ----------------*/
/*---------------------------------------------------------*\
    Introducing the world's most confusing spacing metrics
\*---------------------------------------------------------*/
/*----- Default Transition -- Used on links / buttons -----*/
/*----- Mega Overlay Transition -- Used on site selector & mega menu -----*/
/*----- Sticky Footer delay time before showing -----*/
/* HGP-3027 workaround for issue in EPiServer CMS on-page edit mode where the page height keeps increasing */
.in-edit-preview-mode .map-wrapper {
  max-height: 2000px;
}
.find-optician-page {
  height: 100%;
}
.find-optician-page main {
  height: 100%;
}
.find-optician-page body {
  height: 100%;
}
.find-optician-page .map-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.find-optician-page .map-wrapper #map {
  height: 40vh;
  margin-top: 2.8125rem;
}
@media (min-width: 992px) {
  .find-optician-page .map-wrapper {
    height: 100%;
  }
  .find-optician-page .map-wrapper #map {
    height: 100%;
    margin-top: 0;
    margin-left: 27rem;
  }
}
.find-optician-page .gm-style-iw {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.find-optician-page .map-wrapper.loading .loader {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-image: url("/Static/img/Icons/loader-large.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 992px) {
  .find-optician-page .map-wrapper.loading .loader {
    margin-left: 27rem;
    background-position: calc(34%) center;
  }
}
.find-optician-page.ie-11 .filters {
  margin-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .find-optician-page.ie-11 .hit-list-wrapper {
    margin-top: 1.25rem !important;
  }
}
.find-optician-page .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 27rem;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper {
  z-index: 1;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper {
    position: relative;
    top: 0;
    height: auto;
    padding: 2.1875rem 1.875rem 1.875rem 1.875rem;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper #searchTextField {
  height: 2.8125rem;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 3.5rem;
  background-color: #ffffff;
  border: 1px solid #d2ccbe;
  width: 100%;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper #searchTextField {
    padding-right: 3rem;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper #searchTextField::-webkit-input-placeholder {
  color: black;
}
.find-optician-page .search-wrapper .searchTextField-wrapper #searchTextField::-moz-placeholder {
  color: black;
}
.find-optician-page .search-wrapper .searchTextField-wrapper #searchTextField::-ms-input-placeholder {
  color: black;
}
.find-optician-page .search-wrapper .searchTextField-wrapper #searchTextField::placeholder {
  color: black;
}
.find-optician-page .search-wrapper .searchTextField-wrapper #search-button {
  background: url("/Static/img/Icons/search-black.svg") no-repeat;
  background-position: center;
  padding: 1.375rem;
  position: absolute;
  right: 0.75rem;
  top: 0.0625rem;
  color: black;
  cursor: pointer;
}
.find-optician-page .search-wrapper .searchTextField-wrapper #search-button:hover {
  opacity: 0.5;
}
.find-optician-page .search-wrapper .searchTextField-wrapper #search-button:active {
  opacity: 0.8;
  background-position: center 53%;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper #search-button {
    top: 2.25rem;
    right: 1.875rem;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper .my-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #d2ccbe;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper .my-location {
    width: 23.25rem;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper .is-hidden {
  display: none;
}
.find-optician-page .search-wrapper .searchTextField-wrapper .my-location__button {
  height: 2.8125rem;
  font-size: 1rem;
  padding-right: 1rem;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: start;
  color: var(--color-primary);
}
.find-optician-page .search-wrapper .searchTextField-wrapper .my-location__icon {
  background-color: var(--color-primary);
  -webkit-mask: url("/Static/img/Icons/gps-location.svg") no-repeat center center;
  mask: url("/Static/img/Icons/gps-location.svg") no-repeat center center;
  padding: 1.375rem;
  cursor: pointer;
  margin: 0;
  margin-left: var(--m--xs);
  overflow: hidden;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: 50px;
}
.find-optician-page .search-wrapper .filters {
  padding: 1.25rem 2.1875rem;
}
@media (min-width: 768px) {
  .find-optician-page .search-wrapper .filters {
    padding: 1rem 2.1875rem;
  }
}
.find-optician-page .search-wrapper .filters h3 {
  font-family: var(--font-family-primary, GalanoGrotesqueBold, Arial, sans-serif);
  font-weight: 500;
}
.find-optician-page .search-wrapper .filters .filter {
  margin-right: 0.9375rem;
  display: inline-block;
}
.find-optician-page .search-wrapper .filters .filter:last-child {
  margin-right: 0;
}
.find-optician-page .search-wrapper .filters .filter label {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) {
  opacity: 0;
  position: absolute;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label:before,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #4a4f54;
  border-radius: 100%;
  background: transparent;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:focus + label:before {
  outline: 2px solid #666666;
  outline-offset: 2px;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label:after,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: #0056c4;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.find-optician-page .search-wrapper .resultText {
  font-size: 1.1rem;
  padding: 0 2.1875rem;
  margin-bottom: 0.625rem;
  display: none;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .resultText {
    margin-top: 1.125rem;
    padding: 0 2.1875rem;
  }
}
.find-optician-page .search-wrapper .hit-list-wrapper {
  overflow: hidden;
}
.find-optician-page .search-wrapper .hit-list {
  overflow-y: auto;
  height: 100%;
  position: relative;
}
.find-optician-page .search-wrapper .hit-list .optician {
  padding: 1.5rem 1rem 1.5rem 2rem;
  border-top: 1px solid rgba(195, 195, 205, 0.74);
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.find-optician-page .search-wrapper .hit-list .optician:hover {
  background-color: #f2f1ef;
}
.find-optician-page .search-wrapper .hit-list .optician.premium .optician-name {
  padding-right: 34px;
}
.find-optician-page .search-wrapper .hit-list .optician.premium .optician-name::after {
  content: "";
  display: block;
  position: absolute;
  right: 6px;
  top: 0;
  background: url("/Static/img/GoogleMaps/star-circle.svg") no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.find-optician-page .search-wrapper .hit-list .optician .close-button-container {
  padding: 1.2rem 1.2rem 0 0;
  position: absolute;
  right: 0;
  top: 0rem;
}
.find-optician-page .search-wrapper .hit-list .optician .close-button-container .close-icon {
  display: none;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-openingHours,
.find-optician-page .search-wrapper .hit-list .optician .optician-email,
.find-optician-page .search-wrapper .hit-list .optician .optician-websiteurl,
.find-optician-page .search-wrapper .hit-list .optician .optician-tel,
.find-optician-page .search-wrapper .hit-list .optician .optician-contact-label,
.find-optician-page .search-wrapper .hit-list .optician .optician-campaign-info,
.find-optician-page .search-wrapper .hit-list .optician .optician-contactform,
.find-optician-page .search-wrapper .hit-list .optician .optician-seller-info {
  display: none;
}
.find-optician-page .search-wrapper .hit-list .optician.active.premium .optician-name::after {
  top: 2rem;
}
.find-optician-page .search-wrapper .hit-list .optician.active {
  display: block;
  cursor: default;
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
}
.find-optician-page .search-wrapper .hit-list .optician.active .close-button-container {
  z-index: 100;
}
.find-optician-page .search-wrapper .hit-list .optician.active .close-button-container .close-icon {
  background: url("/Static/img/Icons/cross-bold-black.svg") no-repeat;
  display: inline-block;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-name {
  margin: 0 0 2rem 0;
  padding-right: 34px;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-address,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-websiteurl,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-openingHours,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-email,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-tel {
  color: black;
  padding: 0 0 0 2rem;
  margin: 0 0 1.125rem 0;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-address:before,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-websiteurl:before,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-openingHours:before,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-email:before,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-tel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-address:before {
  background-image: url("/Static/img/GoogleMaps/location-active-black.svg");
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-openingHours:before {
  background-image: url(/Static/img/Icons/clock.svg);
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-tel:before {
  background-image: url(/Static/img/Icons/phone.svg);
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-email:before {
  padding: 0px 0px 0px 22px;
  background-image: url(/Static/img/Icons/mailblack.svg);
  margin: 3px 0 0 0;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-openingHours,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-email,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-websiteurl,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-tel,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contact-label,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-campaign-info,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contactform,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-seller-info {
  display: block;
  color: #393939;
  margin-bottom: 0.625rem;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-campaign-info {
  font-size: 12px;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-websiteurl:before {
  background-image: url("/Static/img/Icons/world-grid.svg");
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contact-label {
  font-weight: bold;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contactform {
  margin-top: 20px;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contactform span {
  display: inline-block;
}
.find-optician-page .search-wrapper .hit-list .optician.active .seller-icon {
  width: 25px;
  height: 25px;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltiptext {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
  visibility: hidden;
  width: 240px;
  background-color: white;
  color: #393939;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  top: -35px;
  left: -10px;
  z-index: 1;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltip:hover .tooltiptext {
  visibility: visible;
}
.find-optician-page .search-wrapper .hit-list .optician.inactive {
  display: none;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-openingHours {
  position: relative;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-name {
  position: relative;
  display: block;
  color: black;
  font-family: var(--font-family-primary, GalanoGrotesqueBold, Arial, sans-serif);
  font-weight: 500;
  padding-bottom: 0.625rem;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-websiteurl {
  position: relative;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-address {
  display: block;
  margin-bottom: 0.625rem;
  color: #4a4f54;
  line-height: 1.25rem;
  position: relative;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-email,
.find-optician-page .search-wrapper .hit-list .optician .optician-tel {
  position: relative;
  padding-top: 2px;
  color: #393939;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-email a,
.find-optician-page .search-wrapper .hit-list .optician .optician-tel a {
  color: #393939;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-email a:active,
.find-optician-page .search-wrapper .hit-list .optician .optician-tel a:active {
  color: #2c2c37;
}
.find-optician-page .search-wrapper .hit-list .optician span {
  display: block;
}
.find-optician-page .search-wrapper .hit-list .optician > *:last-child {
  margin-bottom: 0;
}
.find-optician-page .seller-info {
  position: relative;
  display: block;
  margin-top: 0.5rem;
  color: rgba(57, 57, 57, 0.92);
  line-height: 1.25rem;
  font-size: 0.75rem;
  padding-left: calc(20px + 8px);
}
.find-optician-page .seller-info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/Static/img/Icons/auth-seller-icon-new.svg");
  background-repeat: no-repeat;
  background-size: auto 1.0625rem;
  width: 1.25rem;
  height: 1.0625rem;
}
.find-optician-page .popup {
  width: 12rem;
}
.find-optician-page .popup span {
  display: block;
  color: #393939;
}
.find-optician-page .popup .optician-name {
  font-family: var(--font-family-primary, GalanoGrotesqueBold, Arial, sans-serif);
  font-weight: bold;
  color: #393939;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}
.find-optician-page .popup .optician-address {
  margin-bottom: 0.3125rem;
}
.find-optician-page .pac-container .pac-item {
  padding: 0.3125rem 0.75rem;
}

/*# sourceMappingURL=hoyavision-optician-finder.min.css.map*/