/*
 * Use for custom CSS
*/

@media (min-width: 1680px) {
  .mw-xxl-90 {
    max-width: calc(100% - 6rem);
  }
}

.iconHeader {
  display: flex;
  align-items: center;
  margin-bottom: 0.65rem;
}

.iconHeader img {
  height: 1.1rem;
  width: auto;
  margin-right: 0.2rem;
}

.storeLogoBox img {
  object-fit: contain;
  min-height: 60px;
}
.defaultLogoBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lbRoundedImg img {
  border-radius: var(--b-radius-xl);
}

@media (min-height: 820px) {
  .storeHero {
    min-height: 460px;
    max-height: 100vh;
    height: 70vh;
  }
}
.nlFormCol .wp-block-cover,
.nlFormCol .wp-block-cover img {
  border-radius: var(--b-radius-xl);
}
@media (min-width: 992px) {
  .nlFormCol .wp-block-cover,
  .nlFormCol .wp-block-cover img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

#sib-form .inputFieldWrap input {
  color: var(--cLight);
  border-radius: 0;
}

#sib-form .inputFieldWrap label {
  color: var(--cLight);
  opacity: 1;
}

#sib-form .inputFieldWrap input {
  border-color: var(--cLight);
}
#sib-form .checkPrivacyWrapper .gsdvoTxt {
  color: var(--cLight);
}
.checkPrivacyWrapper input[type="checkbox"] + label > span {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.checkPrivacyWrapper input[type="checkbox"]:checked + label > span {
  border-width: 0.75rem;
}
#sib-form .checkPrivacyWrapper input[type="checkbox"] + label > span {
  border-color: var(--cLight);
}

.nlbuttonsubmit button {
  background: transparent;
}

.nlbuttonsubmit button svg * {
  stroke: var(--cLight);
}

.lbbuttonsubmit button {
  background: transparent;
  border-color: var(--cDark) !important;
  color: var(--cDark) !important;
}
.lbbuttonsubmit button:hover {
  background: transparent !important;
}
.lbbuttonsubmit button svg * {
  stroke: var(--cDark);
}

#storeOverlay {
  opacity: 1;
}

#tooltip {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 1000;
}
#titleAsThumb,
.noThumbnail {
  display: none;
}
#titleAsThumb.active {
  text-align: center;
  display: block;
}
#storeOverlay,
#infoOverlay {
  /* display: none; */
  background: var(--cGreen);
  border-radius: var(--b-radius-lg);
  z-index: 1000;
  color: var(--cLight);
  max-width: 420px;
  position: absolute;
  width: 92%;
  padding: 20px;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}
#storeOvClose,
#infoOvClose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  z-index: 900;
  background: var(--cDark);
  font-size: 20px;
  color: var(--cGrey);
  border-top-right-radius: var(--b-radius-lg);
  border-bottom-left-radius: var(--b-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}
#infoLink {
  opacity: 0;
  visibility: hidden;
}
#infoLink.active {
  opacity: 1;
  visibility: visible;
}
#storeOverlay:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: var(--cGreen);
  opacity: 0.92;
  border-radius: var(--b-radius-lg);
}
#storeOverlay:after {
  position: absolute;
  left: 70%;
  right: 0;
  bottom: 0;
  top: 0;
  width: 30%;
  height: 100%;
  display: none;
  z-index: -1;
  content: "";
  background: var(--cGreen);
  opacity: 1;
  border-top-right-radius: var(--b-radius-lg);
  border-bottom-right-radius: var(--b-radius-lg);
}
#storeOverlay .storeThumbOvWrapper img {
  width: 100%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  padding: 5px;
}
.storeThumbOvWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#storeOvCats {
  font-size: 20px;
}
.storeInfoCont {
  width: 100%;
  padding: 10px;
}
.storeThumbOvWrapper {
  width: 30%;
}
#storeLink {
  display: flex;
  align-items: center;
  font-size: 22px;
}
#storeLink img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
#storeLink .title {
  margin-bottom: 4px;
}
/* 
#storeOverlay::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid var(--cGreen);
}



#storeOverlay::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(255, 255, 255, 0.9);
} */

#storeOverlay .storeEntryArchiveWrapper:hover .arrowtitle {
  width: 0.75rem;
}
/* #storeOverlay .storeThumbOvWrapper img {
  filter: invert(32%) sepia(15%) saturate(643%) hue-rotate(175deg) brightness(97%) contrast(95%);
} */

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border-color: var(--cDark) !important;
}

#map {
  border: px solid var(--cDark);
  border-radius: var(--b-radius-lg);
}

body.isLight #masthead .logoPrime * {
  fill: var(--cLight);
}

.text-xs {
  font-size: clamp(16px, 5vw, 20px);
}
/* 
.leaflet-control-container {
  position: absolute;
  top: 0;
  right: 0;
} */

.custom-layer-control {
  display: flex;
  align-items: center;
  min-width: none;
  flex-wrap: wrap;
  max-width: calc(100% - 60px);
  background: transparent;
  padding-left: 0;
  right: auto;
  left: 0;
  width: 100%;
}

.custom-layer-control .selectFloorBtn {
  display: inline-flex;
  width: auto;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.contactInfoSection svg * {
  fill: var(--cDark) !important;
}
.single-store .lightBox {
  padding: 0.75rem;
}

.arrowFilter svg {
  width: 20px;
}

@media (max-width: 576px) {
  .storeHeader {
    margin-top: 100px;
  }
  #storeOvClose {
    width: 35px;
    height: 35px;
    text-align: right;
  }
  .storeHero {
    min-height: 70vh;
    height: 70vh;
  }
  .jobs__filter_selection svg {
    width: 16px;
  }
  .nlFormCol .wp-block-cover {
    padding: 0;
  }
  .storeInfoCont.me-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .arrowFilter svg {
    width: 14px;
  }

  #storeOverlay:before {
    width: 100%;
    border-top-right-radius: var(--b-radius-lg);
    border-bottom-right-radius: var(--b-radius-lg);
  }
  #storeOverlay:after {
    width: 0;
  }
  .storeThumbOvWrapper {
    display: none;
  }
  #storeOvCats,
  #storeLink .title {
    font-size: 16px;
  }
  .storeInfoCont.me-2 {
    width: 100%;
  }
  #storeOvTitle {
    font-size: 23px;
  }

  .lightBox {
    border-width: 2px;
  }
  #contactForm__container {
    padding: 2rem !important;
  }
  input {
    border-bottom: 2px solid var(--cDark) !important;
  }
}

.nohyphens {
  hyphens: none;
  word-wrap: keep-all;
}

@media (min-width: 1600px) {
  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

.navOpen .langSwitch,
.navOpen #lang-switch {
  color: var(--cLight);
}

.storeNameBox {
  font-size: 16px; /* Adjust as necessary */
  fill: #000;
  max-width: 130px; /* Adjust color as necessary */
  opacity: 1;
  transition: 0.12s ease-in;
}
.storeNameBox.active {
  opacity: 1;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border-radius: var(--b-radius-reg) !important;
  border: 0 !important;
}

.storearea:hover,
.storearea.active {
  fill: var(--map) !important;
}
.storearea:not(.active):hover {
  opacity: 0.7;
}
/* 
.custom-layer-control .selectFloorBtn.active {
  background: var(--cColor) !important;
} */

@media (max-width: 576px) {
  .menu__list_main a::before {
    display: none;
  }
  .menu__list_main a:hover {
    padding-left: 0;
  }
}

#map.storeaActive .storeNameBox {
  opacity: 1;
}
.showStores {
  display: none;
}

.showStores button.active {
  background: var(--cDark);
  color: var(--cLight);
}
