.suma-tp-language-switcher {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 30px;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}
.suma-tp-language-switcher .suma-tp-current-language {
  display: flex;
  align-items: center;
  color: #FFF !important;
  height: 100%;
  padding: 0 10px;
}
.suma-tp-language-switcher .suma-tp-current-language:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.suma-tp-language-switcher .suma-tp-current-language:hover {
  color: #b5b2b2 !important;
}
.suma-tp-language-switcher .suma-tp-other-language {
  position: absolute;
  top: 30px;
  lefT: 0;
  z-index: 999999;
  background: #FFF;
  box-shadow: 2px 2px 3px #888, -2px 2px 3px #888;
  right: 0;
  padding: 5px 10px;
  transition: all 0.3s;
}
.suma-tp-language-switcher .suma-tp-other-language a {
  color: #000;
  display: block;
  padding: 5px 0;
}
.suma-tp-language-switcher .suma-tp-other-language a:hover {
  color: #F3575F !important;
}
.suma-tp-language-switcher.active .suma-tp-other-language {
  display: block !important;
}
.suma-tp-language-switcher .trp-flag-image {
  margin-right: 8px;
}
