/**
 * JCORE-3513: custom styles for google translate module
 */
.hw-gtranslate-overlay {
  width: 80%;
  position: absolute;
  z-index: 9999;
  top: auto;
  right: 3.3%;
  background-color: #fff;
  border: 1px solid #000;
  overflow-x: hidden;
  transition: .5s;
  padding: 5px;
  margin-top: 3%;
}

#desktopNav.hw-gtranslate-overlay-content {
  position: relative;
  top: 8%;
  width: 100%;
  text-align: center;
}

#mobileNav.hw-gtranslate-overlay-content {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: center;
}

ul.hw-gtranslate-select-lang {
  display: flex;
  flex-wrap: wrap;
  background: transparent;
  text-align: left;
  padding: 0 20px;
}

.hw-gtranslate-select-lang a {
  text-decoration: none;
  font-size: 10px;
  color: #818181;
  transition: .3s;
  margin-right: 20px;
  white-space: nowrap;
}

ul.hw-gtranslate-select-lang li {
  text-decoration: none;
  list-style-type: none;
  text-align: left;
  width: 12%;
}

#sellanguage {
  float: right;
  padding-right: 5px;
  margin-bottom: 0px;
}

#sellanguage .hw-gtranslate-sellang {
  font-size: 14px;
  cursor: pointer;
  float: right;
}

.hw-google-icon {
  padding: 2px;
  border: 1px solid #000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hw-gtranslate-overlay-mobile {
  width: 96%;
  position: absolute;
  z-index: 9999;
  top: auto;
  right: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #000;
  overflow-x: hidden;
  transition: .5s;
  padding: 5px;
  margin-top: 3%;
  height: 80vh;
  overflow: scroll;
}

img.hw-googleimg {
  margin-right: 5px;
  margin-top: 1px;
}

.hw-gtranslate-overlay-mobile ul.hw-gtranslate-select-lang li {
  text-decoration: none;
  list-style-type: none;
  text-align: left;
  width: 100%;
}

/* For iPad layouts */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  ul.hw-gtranslate-select-lang li {
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    width: 20%;
  }

  .hw-gtranslate-overlay {
    width: 92%;
    position: absolute;
    z-index: 9999;
    top: auto;
    right: 3.3%;
    background-color: #fff;
    border: 1px solid #000;
    overflow-x: hidden;
    transition: .5s;
    padding: 5px;
    margin-top: 3.8%;
  }
}

@media only screen and (max-device-width : 600px) {
  ul.hw-gtranslate-select-lang li {
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    width: 100%;
  }
}
