.languages-by-country {
	width: 100%;
    margin: auto;
}
.languages-by-country.fancybox-content {
	max-width: 420px;
	padding: 15px;
	box-shadow: 0px 3px 6px #00000029;
}

.languages-by-country h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.3em;
	margin: 25px 0;
}

.languages-by-country .country {
	display: flex;
	align-items: center;
	padding: 10px 12px;
}

.languages-by-country .country img {
	width: 44px;
	margin-right: 25px;
}

.languages-by-country .country ul {
	display: flex;
}
.languages-by-country .country ul li,
.languages-by-country .country ul li a {
	color: #000;
	font-weight: 300;
	display: inline-flex;
	font-size: 12px;
}

.languages-by-country .country ul li:after {
	content: "|";
	margin: 0 6px;
}
.languages-by-country .country ul li:last-of-type:after {content: "";}

.custom-switcher {
	/*display: flex;*/
	align-items: center;
	font-size: 16px;
}

.custom-switcher img {
	width: 32px;
	margin-right: 10px;
	position: relative;
    	top: 10px;
}

li.customlanguage {
	margin: -12px 18px !important;
}

li.customlanguage a:hover {
	border-bottom: none !important;
}
