.cursor-pointer{
  cursor: pointer;
}
#map-popup .main-img{
  object-fit: cover;
  height: 100%;
}
#map-popup .icons-bottom{
  position: absolute;
  bottom: 0;
  width: 100%;
}
#map-popup .icons-bottom .Oval {
  width: 40px;
  height: 40px;
  /* margin: 11px 26px 4px 0;
  padding: 10px 9px; */
  opacity: 0.7;
  background-color: #fff;
  flex: 0 0 40px;
  border-radius: 20px;
}
#map-popup .icons-bottom .Oval .left-arrow, #map-popup .icons-bottom .Oval .right-arrow{
  height: 24px;
  margin-top: 8px;
  margin-left: 5px;
}
#map-popup .icons-bottom .right{
  justify-content: right;
  margin-right: 38px;
}
#map-popup .icons-bottom .left{
  margin-left: 10px;
}
#map-popup .icons-bottom div{
  display: flex;
  flex: 1 1 50%;
}
#map-popup > .row ~ .col-6{
  padding: 0;
}
#map-popup .close{
  position: absolute;
  z-index: 1000000000;
  right: 0;
}
#map-popup .btn-close{
  font-size: 25px;
  color: black;
} 
#map-popup H3{
  font-family: CormorantGaramond-Regular;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #8b6f66;
}
#map-popup p{
  font-family: Gotham-Book;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  text-align: center;
  color: #404040;
}
#map-popup p.price{
  font-weight: bold;
}
#map-popup .to-list{
  font-family: Gotham-Book;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8b6f66;
  text-transform: uppercase;
}
#map-popup .animities{
  display: flex;
  flex-wrap: wrap;
  height: 175px;
}
#map-popup .animities .amenities-item{
  flex: 1 1 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#map-popup .pop-bottom button{
  color: white;
  height: 32px;
  padding: 10px 12px;
  border-radius: 5px;
}

/* Checkbox styles round */
#map-popup .round {
  position: relative;
}
#map-popup .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  left: 0;
  position: relative;
  top: 10px;
  width: 18px;
}
/* .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
} */
#map-popup .round input[type="checkbox"] {
  visibility: hidden;
}
#map-popup .round input[type="checkbox"]:checked + label {
  background-color: #987a61;
  border-color: #987a61;
}
#map-popup .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #map-popup{
    top: 2vh;
    height: auto;
  }
  #map-popup .image-container{
    height: 330px;
  }
  #map-popup .animities {
    height: 180px;
  }
  #map-popup .main-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #map-popup .close {
    right: 18px;
  }
  #map-popup .icons-bottom .right {
    margin-right: 50px;
  }
  #map-popup .icons-bottom .left {
    margin-left: 18px;
  }
}