﻿body.Shop div#Content a.HotelMapButton {
  margin: 0 !important;
  text-align: center !important;
}
body.Shop div#Content a.HotelMapButton.Single, body.Shop div#Content a.HotelMapButton.Global {
  margin: 0 !important;
  text-align: center !important;
  font-family: "Futura", sans-serif;
  display: block;
  border: solid 5px #1f8fcf;
  background: #003851;
  margin-bottom: 10px;
  min-width: 240px;
  height: 60px;
  outline: none;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  color: white;
}
body.Shop div#Content a.HotelMapButton.Single:hover, body.Shop div#Content a.HotelMapButton.Global:hover {
  text-decoration: none;
  background: #1f8fcf;
}
body.Shop div#Content a.HotelMapButton.Single .Icon, body.Shop div#Content a.HotelMapButton.Global .Icon {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  color: white;
  background-color: var(--color-light-brand);
  height: 38px;
  line-height: 38px;
  width: 38px;
  border-radius: 0 5px 5px 0;
  font-size: 18px;
}
body.Shop div#Content a.HotelMapButton.Single {
  margin-top: 5px !important;
  width: 200px;
}
body.Shop div#Content a.HotelMapButton.Global {
  float: right;
  display: none;
}
body.Shop div#Content a.HotelMapButton p {
  padding-top: 10px;
  text-shadow: 0px 0px 4px white;
}
body.Shop div#Content div.PopupHotelMap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
body.Shop div#Content div.PopupHotelMap .HotelPanel {
  width: 20%;
  padding: 10px;
  position: absolute;
  border-radius: 12px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  bottom: 42px;
  left: 42px;
  z-index: 9999;
  display: none;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel a.Close {
  position: absolute;
  right: -10px;
  top: -10px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: var(--color-light-brand);
  box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px;
  font-size: 20px;
  color: white;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel a.Close i {
  line-height: 30px;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel a.HotelMapButton {
  padding-right: 0;
  padding-left: 0;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel img {
  width: 100%;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer p {
  font-family: "Futura", sans-serif;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer p.HotelName {
  color: #000000;
  margin-bottom: 2px !important;
  font-weight: bold;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer p.DistanceHotel {
  color: #999;
  margin-top: 2px !important;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer .StarsContainer {
  width: 100%;
  text-align: center;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer .StarsContainer .flaticon-stella {
  font-size: 16px;
  color: #da9c2f;
  margin-right: 3px;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel .HotelMapButton {
  width: 100%;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel .HotelMapButton span {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  margin: 14px 0px;
  font-weight: 600;
  padding: 0 10px;
}
body.Shop div#Content div.PopupHotelMap .HotelPanel .HotelMapButton .Icon {
  display: none;
}
body.Shop div#Content div.PopupHotelMap .HotelMap {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: block;
  border: 2px solid white;
  border-radius: 12px;
}
body.Shop div#Content div.PopupHotelMap .HotelMap .gm-style-iw {
  padding: 10px !important;
}
body.Shop div#Content div.PopupHotelMap .HotelMap .gm-style-iw + div {
  display: none;
}
body.Shop div#Content div.PopupHotelMap .HotelMap .gm-style-iw .gm-style-iw-d {
  overflow: visible !important;
}
body.Shop div#Content div.PopupHotelMap .HotelMap .gm-style-iw button {
  display: none !important;
}
body.Shop div#Content div.PopupHotelMap .HotelMap .gm-style-iw .InfoContainer p {
  font-family: "Futura", sans-serif;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
body.Shop div#Content div.PopupHotelMap .HotelMap .gm-style-iw .InfoContainer p.HotelName {
  color: #000000;
  margin-bottom: 2px !important;
  font-weight: bold;
}
body.Shop div#Content div.PopupHotelMap .HotelMap .gm-style-iw .InfoContainer p.DistanceHotel {
  color: #999;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}
body.Shop div#Content div.PopupHotelMap .HotelMap .gm-style-iw .InfoContainer .StarsContainer {
  width: 100%;
  text-align: center;
}
body.Shop div#Content div.PopupHotelMap .HotelMap .gm-style-iw .InfoContainer .StarsContainer .flaticon-stella {
  font-size: 16px;
  color: #da9c2f;
  margin-right: 3px;
}
body.Shop div#Content div.PopupHotelMap a.PopupHotelMap-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background: white;
  font-family: "Futura", sans-serif;
  font-size: 24px;
  text-align: center;
  color: black;
  box-shadow: black 0px 0px 5px;
}
body.Shop div#Content div.PopupHotelMap a.PopupHotelMap-close:hover {
  text-decoration: none;
}
@media only screen and (max-width: 999px) {
  body.Shop div#Content div.PopupHotelMap .HotelPanel {
    width: 30%;
  }
}
@media only screen and (max-width: 759px) {
  body.Shop div#Content div.PopupHotelMap .HotelMap {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel {
    width: unset;
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer {
    float: right;
    width: 60%;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer p {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer .StarsContainer {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer .DistanceHotel {
    margin-bottom: 56px !important;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel .HotelMapButton {
    position: absolute;
    width: calc(60% - 20px);
    margin-left: 10px;
    bottom: 10px;
    right: 10px;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel img {
    float: left;
    width: 40%;
  }
}
@media only screen and (max-width: 499px) {
  body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer .DistanceHotel {
    margin-bottom: 36px !important;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel .HotelMapButton {
    height: 30px;
    line-height: 30px;
    padding-right: 28px !important;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel .HotelMapButton div.Icon {
    height: 24px;
    line-height: 20px;
    font-size: 21px;
    width: 20px;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel .HotelMapButton div.Icon i::before {
    line-height: 25px;
  }
}
@media only screen and (max-width: 399px) {
  body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer .HotelName {
    font-size: 13px !important;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer .StarsContainer i {
    font-size: 10px !important;
  }
  body.Shop div#Content div.PopupHotelMap .HotelPanel .InfoContainer .DistanceHotel {
    font-size: 12px !important;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/HotelMap.scss%22,%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/_Library.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAGI;EACI;EACA;;AAEA;EAEI;EACA;EACA,aCRA;EDSA;EACA;EACA,YCIK;EDHL;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,YCVE;;ADaN;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,SChBQ;EDiBR;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,SC5BI;ED6BJ;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;;AAIA;EACI,aC7GR;ED8GQ;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI,OClHX;EDmHW;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIA;EACI,aCvLZ;EDwLY;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI,OC5Lf;ED6Le;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAQpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aCnOA;EDoOA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EAEQ;IACI;;;AAKZ;EAKQ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAEA;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAIR;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;;AAMhB;EAIgB;IACI;;EAIR;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAEA;IACI;;;AAQxB;EAIgB;IACI;;EAIA;IACI;;EAIR;IACI%22%7D */