
body {
    font-family: Takeaway Sans, Avant Garde, Century Gothic, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 13px;
    background-color: #fff;
    line-height: 1.5;
    text-align: left;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
}

.step1 .main-header--background-cover .header-container .header-top,
.step1 .main-header--background-cover .header-container .header-top .header,
.step1 .main-header--background-cover .topbar-container {
  background-color: transparent;
}

.topbar-container {
  position: relative;
  background-color: #ff8000;
  z-index: 17;
}
.topbar {
  align-items: center;
  display: flex;
  height: 72px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1rem;
}
@media (min-width: 1004px) {
  .topbar {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .topbar {
    padding: 1rem 1.5rem;
  }
}
.topbar .menu-navigation,
.topbar__logo {
  flex: 1;
}
.topbar__logo {
  max-height: 1.75rem;
}
.topbar__logo .go-back-button {
  display: inline-flex;
}
.topbar__logo .go-back-button:before {
  content: "\E993";
  font-family: fontello;
  font-size: 0.8rem;
  line-height: 1.75rem;
  margin: 0 9px 0 0;
  color: #fff;
}
.topbar__logo .go-back-button .small-logo {
  display: flex;
  color: #fff;
}
@media (min-width: 1004px) {
  .topbar__logo .go-back-button .small-logo {
    display: none;
  }
}
.topbar__logo .go-back-button .small-logo:after {
  content: "\E91B";
  font-family: fontello;
  font-size: 26px;
  line-height: 1.75rem;
}
.topbar__logo .large-logo {
  display: none;
  height: 28px;
}
@media (min-width: 1004px) {
  .topbar__logo .large-logo {
    display: inline;
  }
}
.topbar__title-container {
  flex: 0 1;
  text-align: center;
  margin: 0 auto;
  max-width: 60%;
  cursor: pointer;
}
@media (-ms-high-contrast: none) {
  .topbar__title-container {
    flex: none;
  }
}
.topbar__title {
  font-family: Takeaway Sans, Avant Garde, Century Gothic, Helvetica, Arial,
    sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3rem;
  padding-bottom: 3px;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: none;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.topbar__title.show-location {
  display: inline-block;
}
.topbar .menu-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topbar .menu-navigation .locale-flag {
  display: none;
}
@media (min-width: 1004px) {
  .topbar .menu-navigation .locale-flag {
    display: block;
  }
}

.locale-flag {  
	position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.topbar-container {
    position: relative;
    background-color: #ff8000;
    z-index: 17;
}


/*
.topbar .menu-navigation .button-myaccount {
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
@media (min-width: 570px) {
  .topbar .menu-navigation .button-myaccount {
    margin-left: 1.75rem;
  }
}
.topbar .menu-navigation .button-myaccount:before {
  content: "\E838";
  color: #fff;
  font-family: fontello;
  font-weight: 400;
}
.topbar .menu-navigation .language-country-container {
  display: none;
}
@media (min-width: 1004px) {
  .topbar .menu-navigation .language-country-container {
    display: block;
  }
}
.step1 .topbar__logo .small-logo,
.step1 .topbar__title-container,
.step5 .topbar__logo .small-logo,
.step5 .topbar__title-container {
  display: none;
}
.step1 .topbar__logo .large-logo,
.step5 .topbar__logo .large-logo {
  display: inline;
}*/