.multisite_toggle {
  position: relative;
  max-width: 125px;
  width: 100%;
}
.multisite_toggle:hover .multisite_list_selector {
  display: block;
  list-style: none;
}
.multisite_toggle .current_multisite_item {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multisite_toggle .current_multisite_item img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.multisite_toggle .current_multisite_item span {
  margin-left: 5px;
  color: #fff;
  height: 18px;
}
.multisite_toggle .current_multisite_item span img {
    height: 18px;
    width: 18px;;
}
.multisite_toggle .multisite_list_selector {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 150px;
  width: 100vw;
  background-color: #fff;
  border-top: 4px solid #FFA300;
  padding: 5px 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .multisite_toggle .multisite_list_selector {
    max-width: 120px;
  }
}
.multisite_toggle .multisite_list_selector .multisite_list_item {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #000;
  padding: 20px 0px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.multisite_toggle .multisite_list_selector .multisite_list_item:hover {
    text-decoration: underline;
}
.multisite_toggle .multisite_list_selector .multisite_list_item:last-of-type {
  border-bottom: 0;
}
.multisite_toggle .multisite_list_selector .multisite_list_item img {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin-right: 12px;
}
.multisite_toggle .multisite_list_selector .multisite_list_item p {
  margin-top: 0;
}

.geolocation.correct{display:none}.geolocation.show{display:block}.geolocation{display:none;background-color:#fff;max-width:550px;position:fixed;bottom:50px;left:50px;z-index:1000;text-align:center;padding:25px 40px;border:2px solid #ffa300}.geolocation img{height:50px;width:50px;border-radius:50%;margin-right:1rem}.geolocation .title_banner{display:-webkit-flex;display:flex;align-items:center;justify-content:center}.geolocation .title_banner h2{margin-top:0;color:#000;max-width:320px;font-size:20px;font-weight:500;line-height:25px;letter-spacing:0;margin:0}.geolocation .exp{color:#000;font-weight:400;margin-bottom:19px;margin-top:11px;font-size:16px}.geolocation .button{color:#fff;background-color:#ffa300;font-weight:500;padding:4px 20px;display:inline-block;min-width:294px}.geolocation .button:hover{text-decoration:none}.geolocation .button:hover span{margin-left:0}.geolocation .button span{margin-left:1rem;color:#fff;transition:0.5s all}.geolocation .stay{color:#000;padding-bottom:1px;border-bottom:1px solid #000;display:inline-block;cursor:pointer;font-size:16px;font-weight:300;line-height:21px;margin-top:11px}@media only screen and (min-width:768px) and (max-width:1024px){.geolocation{top:unset;right:unset;left:35px;bottom:35px;transform:none;padding:25px;max-width:500px}}@media only screen and (max-width:767px){.geolocation{padding:20px;max-width:100%;width:90%;right:unset;top:unset;bottom:25px;left:50%;transform:translateX(-50%)}.geolocation .title_banner h2{font-size:16px}.geolocation .exp{line-height:21px}}