#google_translate_element {
    position: fixed;
    top: 200px;
    /* top: calc(120px + 25px); */
    right: 0px!important;
    z-index: 99999;
}
#google_translate_element span.gtranslate{
	font-size: 11px;
    padding-right: 5px;
    font-weight: 800;
	color: #000000;
}
.skiptranslate.goog-te-gadget {
    text-align: right;
    padding-right: 5px;
}
.goog-te-gadget {
  font-family: Roboto, 'Open Sans', sans-serif!important;
  text-transform: uppercase;
}
.goog-te-gadget img{display: none;}
.goog-te-gadget-simple  {
  background-color: #646C9A !important;
  border: 1px solid #646C9A !important;
  /* border-radius: 4px!important; */
  font-size: 1rem!important;
  line-height:2rem!important;
  display: inline-block;
  cursor: pointer;
  padding: 5px !important;
  zoom: 1;
}
a.goog-te-menu-value span{color: #646C9A !important;}
.goog-te-menu2 {
  max-width: 100%;
}
.goog-te-menu-value {
  color: #fff !important;
    &:before {
    font-family: 'Material Icons';
    content: "\E927";
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
    // width:32px!important;
  } 
}
.goog-te-menu-value span:nth-child(5) {
  display:none;
}
.goog-te-menu-value span:nth-child(3) {
  border:none!important;
  font-family: 'Material Icons';
  &:after {
    font-family: 'Material Icons';
    content: "\E5C5";
    font-size: 1.5rem;
    vertical-align: -6px;
  }  
}

.goog-te-gadget-icon {
    background-image: url(https://placehold.it/32)!important;
    background-position: 0px 0px;
    height: 32px!important;
    width: 32px!important;
    margin-right: 8px!important;
    //     OR
    display: none;
}
.goog-te-gadget-simple .goog-te-menu-value span{display:none;}
.goog-te-gadget-simple span{
	display: inline-flex;
}
.goog-te-gadget-simple span a:before{
	content: '';
    background: url(../../../media/icons/gtranslate_icon.png);
    width: 35px;
    height: 35px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}


// ============ HIDE TOP BAR ============ 
.goog-te-banner-frame.skiptranslate {display: none!important;} 
body {top: 0px!important;}

/* ================================== *\
    Mediaqueries
\* ================================== */
@media (max-width: 667px) {
	#google_translate_element {
		top: calc(70% - 50% - 53px);
		right: 0px!important;
		text-align: right !important;
		width: auto !important;
		height: 47px !important;
		goog-te-gadget {
			width:100%!important;
		}
		.skiptranslate {
			width:100%!important;			
		}
		.goog-te-gadget-simple {
			width: calc(100% - 32px)!important;
			text-align: center;
		}	
	}
	#google_translate_element span.gtranslate{display: none;}
}
