/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2022 | 18:40:17 */
.translated-ltr .translate-english{
	display:block !important;
	text-transform:capitalize !important
}

.translated-ltr .translate-spanish{
	display:none !important
}

.translate-spanish{
	display:block !important;
}

.translate-english{
	display:none !important
}

/*----------------------------------*/
.switcher.notranslate .selected a:lang(pt):before{
  content: 'Português' !important;
  font-size:16px !important; 
}
.switcher.notranslate .selected a:lang(auto):before{
  content: 'Spanish' !important;
  font-size:16px !important; 
}
.switcher.notranslate .selected a:lang(en):before{
  content: 'English' !important;
  font-size:16px !important; 
}

.switcher.notranslate .selected a{
  font-size: 0px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important
}

.switcher.notranslate .option a:nth-child(2):after{
  content: 'Português' !important;
  font-size:16px !important;
}
.switcher.notranslate .option a:nth-child(2){
  font-size: 0px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important
}
