#google_translate_element {
  /*position: absolute;*/
  /*bottom: calc(53px + 16px);*/
  /*right: 16px !important;*/
}

.goog-te-gadget {
  font-family: Roboto, "Open Sans", sans-serif !important;
  text-transform: uppercase;
}

.goog-te-gadget-simple {
  background-color: rgba(15, 15, 15, 1) !important;
  border: 1px solid hsla(0, 0%, 100%, .2) !important;
  /*padding: 8px !important;*/
  border-radius: 2.625rem !important;
  font-family: 'Benguiat-Normal';
  font-size: .9375rem !important;
  line-height: 2rem !important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}

.goog-te-menu2 {
  max-width: 100%;
}

.goog-te-menu-value {
  color: #fff !important;
  display: flex;
  align-items: center;
}
.goog-te-menu-value:before {
  font-family: "Material Icons";
  content: "";
  margin-right: 16px;
  font-size: 1.4rem;
  vertical-align: -10px;
}

.goog-te-menu-value span:nth-child(1) {
  text-transform: capitalize;
}

.goog-te-menu-value span:nth-child(5) {
  display: none;
}

.goog-te-menu-value span:nth-child(3) {
  border: none !important;
  font-family: "Material Icons";
}
.goog-te-menu-value span:nth-child(3):after {
  font-family: "Material Icons";
  content: "";
  font-size: 1.5rem;
  vertical-align: -6px;
}

.goog-te-gadget-icon {
  background-image: url(https://placehold.it/32) !important;
  background-position: 0px 0px;
  height: 32px !important;
  width: 32px !important;
  margin-right: 8px !important;
  display: none;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* ================================== *\
    Mediaqueries
\* ================================== */
@media (max-width: 667px) {
  #google_translate_element {
    bottom: calc(100% - 50% - 53px);
    left: 16px !important;
    width: 100% !important;
  }
  #google_translate_element goog-te-gadget {
    width: 100% !important;
  }
  #google_translate_element .skiptranslate {
    width: 100% !important;
  }
  #google_translate_element .goog-te-gadget-simple {
    width: calc(100% - 32px) !important;
    text-align: center;
  }
  .goog-te-menu-value span:nth-child(1) {
    display: none;
  }
}