.location-switcher {

      font-family: Gilroy;
      font-weight: 700;
      color:#4f4f4f;    border-radius: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 16px;
    text-transform: none;
    box-shadow: none!important;
    background-color: #fff!important;
    margin:0;
}
.location-switcher p {
  margin:0;padding:0;
}
.location-switcher img {
  border-radius: 50px;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.location-switcher ul {
  display:none;
top: 60px;
right: 32px;
z-index: 1000;
display: none;
min-width: 10rem;
padding: 0.5rem 0;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.15);
border-radius: 0.25rem;
color: #212529;
margin: 0.125rem 0 0;
padding-top: 0;
padding-bottom: 0;
border: 0;
-webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 5%);
box-shadow: 0 5px 15px 0 rgb(0 0 0 / 5%);
font-size: .875rem;
position:absolute;
}
.location-switcher  ul li {
  padding: 0 1rem;
color: #212529;
border-radius: 0;
}
.location-switcher  ul li a {
color: #212529;
width:100%;
display:inline-block;
}
.location-switcher p:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.location-switcher:hover ul {
  display:block;
}
