.themesflat-top .tf-money {
  color: rgba(0, 0, 0, 0);
}

.tf-language {
  color: rgba(0, 0, 0, 0);
}

.flat-language ul li.current i {
  color: rgba(0, 0, 0, 0);
}

.flat-language > ul > li.current > a {
  color: rgba(0, 0, 0, 0);
}



.gt-lang-code {
  margin: 0px;
  margin-top: -32px;
  position: absolute;
  top: -23px;
}
/* Apply only on mobile */
@media only screen and (max-width: 767px) {
    /* GTranslate button */
    #gtranslate_selector,
    #gtranslate_wrapper,
    .gtranslate_wrapper,
    .gtranslate,
    .gt_float_switcher,
    .gt_selector {
        bottom: 80px !important;  /* adjust as needed */
        position: fixed !important;
        z-index: 99999 !important;
    }

    /* Chaty widget */
    .chaty-widget,
    #chaty-widget,
    .chaty-bar {
        bottom: 80px !important; /* same height as GTranslate */
        position: fixed !important;
        z-index: 99999 !important;
    }
}