#wim_store_selector{
  display: flex;
  align-items: center;
  margin: 0 15px;
}

.wim-store-selector.dropdown{
  text-wrap: nowrap;
}

#wim_store_selector .dropdown-menu{
  z-index: 1001;
  left: unset;
  right: 0;
  border-radius: 20px 20px 20px 0;
  padding: 20px 0;
}
#wim_store_selector .dropdown-menu li:hover{
  background-color: var(--light-grey);
}
#wim_store_selector .dropdown-menu li:hover a{
  color: var(--sp-orange) !important;
}
#wim_store_selector .dropdown-menu a{
  font-family: var(--font-primary);
  font-size: var(--text-l);
  text-decoration: none !important;
}
#wim_store_selector.is_pill{
  flex-direction: column;
  padding: 10px;
}
#wim_store_selector .languages{
  color: var(--grey-sp);
  font-size: var(--text-l);
  padding-bottom: 20px;
  width: 100%;
}
#wim_store_selector .pill.current{
  border: 1px solid var(--grey-sp);
}
#wim_store_selector .pill{
  padding: 5px 10px;
  line-height: normal;
  border: 1px solid var(--grey);
  border-radius: 3px;
  background-color: var(--white);
  margin: 0 20px 20px 0;
}
#wim_store_selector .pill.current a{
  color: var(--grey-sp);
  line-height: normal;
}
#wim_store_selector .pill a{
  color: var(--grey);
  font-size: 13px;
}