#azis-language-switch {
	position: absolute;
	left: 260px;
	top: 30px;
	color: #fff;
	line-height: 40px;
	--os-weglot-fontsize: 16px;
	text-align: center
}

#azis-language-switch .country-selector.weglot-dropdown a, 
#azis-language-switch .country-selector.weglot-dropdown span {
	padding: 0
}

#azis-language-switch .wglanguage-name { 
	font-size: var(--os-weglot-fontsize);
}

#azis-language-switch .country-selector.weglot-dropdown .wgcurrent a, 
#azis-language-switch .country-selector.weglot-dropdown .wgcurrent span {
	padding-right: 0;
}
#azis-language-switch .country-selector.weglot-dropdown {
	background: none;
	border: 0 
}
#azis-language-switch .country-selector.weglot-dropdown .wgcurrent {
	border: 0
}
#azis-language-switch .country-selector.weglot-dropdown .wgcurrent::after {
	background: none
}

#azis-language-switch .wg-li.weglot-lang {
	font-size: var(--os-weglot-fontsize);
}
#azis-language-switch .country-selector.weglot-dropdown a, 
#azis-language-switch .country-selector.weglot-dropdown span {
	font-size: var(--os-weglot-fontsize);
}

#azis-language-switch .country-selector.weglot-dropdown ul {
	background: none;
	border: 0
}
#azis-language-switch .country-selector a {
	color: #fff;
	opacity: .8
}
#azis-language-switch .country-selector a:hover {
	opacity: 1
}

#azis-language-switch .country-selector.weglot-dropdown a, 
#azis-language-switch .country-selector.weglot-dropdown span
{
	height: 40px;
	line-height: 40px;
}

@media screen and (max-width: 800px) {
	#azis-language-switch {
		position: absolute;
		left: 37px;
		top: 150px;
	}
}
@media screen and (max-width: 600px) {
	#azis-language-switch {
		left: 28px;
	}
}


#azis-language-switch .country-selector.weglot-dropdown .wgcurrent::after,
#azis-language-switch .country-selector.weglot-dropdown ul li:after {
	background: #99493B;
	width: 40px;
	height: 40px;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-border-radius: 40px 40px 40px 40px;
	border-radius: 40px 40px 40px 40px;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

#azis-language-switch .country-selector.weglot-dropdown .wgcurrent:hover::after,
#azis-language-switch .country-selector.weglot-dropdown ul li:hover::after {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#azis-language-switch .country-selector.weglot-dropdown .wgcurrent a, 
#azis-language-switch .country-selector.weglot-dropdown .wgcurrent span {
	padding-right: 0;
	z-index: 100;
	position: relative;
}

#azis-language-switch .country-selector.weglot-dropdown ul li {
	position: relative
}
#azis-language-switch .country-selector.weglot-dropdown ul li a {
	z-index: 10000;
	position: relative;
}


#azis-language-switch .wglanguage-name { width: 40px; text-align: center }
.weglot-dropdown ul li { text-align: center }



@media screen and (max-width: 600px) {
	
	#azis-language-switch {
		top: 18px;
		right: 20px;
		left: auto;
	}

}


#azis-language-switch li {
	list-style: none !important
}