.wlf-container
{
	display: flex;
}
.wlf-container > a:first-child {
	margin-right: 10px;
}

.wlf
{
	display: flex;
	align-items: center;
	column-gap: 10px;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	cursor: pointer;
	position: relative;
}

.wlf-arrow {
	transition: 200ms linear all;
}
.wlf-flag-img {
	width: 35px;
}
.wlf-flag
{
	width: 26px;
	height: 26px;
}

.wlf-flag-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wlf-arrow {
	margin-right: 15px;
}
.wlf-select-flag img {
	width: 24px;
}
.wlv-name
{
	font-size: 1rem;
	text-transform: uppercase;
	color: var(--Black);
	font-weight: bold;
}

.wlf-name
{
	font-size: 1rem;
	text-transform: uppercase;
	color: var(--Black);
	font-weight: bold;
}

.wlv-active .wlf-flag {
    transform: scale(1.4);
    border-bottom: 1px solid #aaa !important;
}
.flags-select[style*='display: block']{
    display: flex !important;
}

.flags-select {
	display: none;
    overflow: hidden;
	z-index: 10;
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 0%;
	border: 1px solid var(--Blue);
	border-radius: 5px;
	flex-direction: column;
    justify-content: space-evenly;
}

.wlf-select-flag {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	padding: 5px 20px;
}

.wlf-select-flag:hover {
	background-color: var(--Blue);
	color: #fff;
	transition: all ease-in-out 0.3s;
}

.wlf-select-flag:hover span.wlv-name{
	color: var(--White);
}

.wlf-flag-button .nc-icon-glyph.arrows-2_skew-down:before
{
	color: var(--Dark-Blue);
}


@media all and (max-width: 1200px){
	.wlv-name--hide
	{
		display: none;
	}
}
