/*
Theme Name:TOKI CHILD
Template: toki_tcd069
Version:1.0.0
*/

#header_lang,
#header_lang_button {
  display: none !important;
}

#header_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

@media screen and (max-width: 1530px) {
  #header_inner {}

  .bogo-language-switcher {
    margin-right: 60px;
  }
}

.bogo-language-switcher {
  display: flex;
  margin-top: 3px;
  margin-left: 60px
}

.bogo-language-name {
  display: none;
}

.bogoflags,
.bogoflags-before:before {
  font-size: 25px;
  width: auto;
  display: block;
  margin: 0 6px;
}

.bogo-language-switcher a {
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative;
  z-index: 100;
}