.language_picker{
	display: none; 
}
#lang_list{
	padding-left: 0px;
		margin: 0;
}
#lang_list img, .btn-select img{
	height: 32px;
	width: 32px;
	border-radius: 50px;
	margin-right: 17.5px;
}
#lang_list li{
	list-style: none;
	padding: 12px 10px;
}
#lang_list li:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}
#lang_list li:focus{
	background-color: #e8e6e6;
}
#lang_list li img{
	margin: 0 7.5px 0 0;
	display: none;
}
#lang_list li span, .btn-select li span{
	color: #2E2E2E;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

/* item list */
.lang_box{
	display: none;
	width: 80%;
	max-width: 350px;
	/* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
	border: 1px solid #969696;
	/* border-radius: 5px; */
	border-top: 0;
	position: absolute;
	z-index: 1;
	background: #fff;
	right: 0;
}
.open{
	display: show !important;
}
.btn-select{
	width: 100%;
	max-width: 350px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #969696;	
	padding: 3px 3px 3px 4px;
	background: url('https://cdn-icons-png.flaticon.com/512/25/25243.png') no-repeat right center;
	background-size: 10px 10px; /* Adjust size as needed */
	background-position: right 10px top 15px;
	cursor: pointer;
}
.btn-select li{
	list-style: none;
	float: left;
	padding-bottom: 0px;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
}
}
.btn-select:hover li{
	margin-left: 0px;
}
.btn-select:hover{
	background-color: #F4F3F3;
	box-shadow: inset 0 0px 0px 1px #ccc;
}
.btn-select:focus{
		outline:none;
}
.lang-select{
	position: relative;
	line-height: 0;
}