.page.home-page .social-sharing .facebook:before {
  margin-bottom: -24px;
  margin-left: -7px;
}

.page.home-page .social-sharing {
  z-index: 2000000;
  top: 70%;
  left: 2%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}


.TopHeader {
  width: 50%;
}

.language-selector.desktop, .currency-selector.desktop {
  background-color: white;
  display: flex;
  /*width: 9%;*/
  justify-content: flex-end;
  border-radius: 4px;
  height: 25px;
  padding: 0 7px;
}

.header-selectors-wrapper > div {
  margin: 0;
}

.select-wrap select {
  border: none;
  -moz-appearance: none;
  background-color: white;
  width: fit-content;
  text-align: center;
  height: 25px;
  padding: 2px;
}

  .select-wrap select:before, .select-wrap select option:before {
    content: "\f078" !important;
    font-family: 'FontAwesome' !important;
    color: black !important;
    font-size: 20px;
  }

.select-wrap:before {
  content: "\f0ac";
  font-family: 'FontAwesome' !important;
  font-size: 20px;
  align-self: center;
}

#select#customerlanguage::before {
  content: "\f0ac";
  font-family: 'FontAwesome' !important;
  font-size: 20px;
}

.select-wrap, .currency-selector.desktop, .tax-display-type-selector.desktop {
  display: flex;
  height: 25px;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 4px;
}

.topHeader-Parent {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}