.popup-place-slm-map-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 19997;
}

.popup-place-slm-map {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: 70vh;
  transform: translate(-50%, -55%);
  z-index: 19998;
}

@media only screen and (max-width: 768px) {
  .popup-place-slm-map {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    transform: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
  }
}

/* @media (min-width: 768px) {
  body.disabled:before {
    content: '';
    position: fixed;
    z-index: 1;
    min-height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow-y: hidden;
  }
} */

#skroutzLockerMap {
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 19999;
  border: 1px solid black;
}
.closeMapBtn {
  font-size: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 20000;
  color: #f3b645;
}

.open-map-btn {
  box-shadow: 3px 3px 8px -3px #ffdd00;
  background: linear-gradient(to bottom, #ff9900 5%, #ff6600 100%);
  background-color: #ff9900;
  border-radius: 28px;
  border: 1px solid #ab1919;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 32px;
  text-decoration: none;
  text-align: center;
  margin-left: 10px;
}
.open-map-btn:hover {
  background: linear-gradient(to bottom, #ff6600 5%, #ff9900 100%);
  background-color: #ff6600;
}
.open-map-btn:active {
  position: relative;
  top: 1px;
}

.slm-wc-fields-hidden {
  display: none;
}
