/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

div.temp_toolbar {
	z-index:90000000 !important;
	pointer-events: auto !important;
}

header #translateButton,
header #translateButtonMobile {
  text-decoration: none;
}
header #translateButton::before {
  display: none;
}
header #translateButton::after,
header #translateButtonMobile::after {
  content: "";
  display: none;
}

#google_translate_element .goog-te-gadget-simple span {
  color: var(--black);
}

.top-nav-mobile button#translateButtonMobile {
  background: transparent;
  border: none;
  padding: 12px;
}
.top-nav-mobile #mobileTranslateContainer {
  width: auto;
}