.widget_polylang ul{
    
}

.lang-item{
    list-style: none!important;
    display: inline-block!important;
}


#lang_choice_polylang-3{
    padding-right: 15px;
    background: transparent;
    border: none;
    font-family: "Avenir Next",sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: inherit;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

select {
  -webkit-appearance: none;
  /*webkit browsers */
  -moz-appearance: none;
  /*Firefox */
  appearance: none;
  /* modern browsers */
  border-radius: 0;

}

select::-ms-expand {
	display: none;
}
select:hover {
	border-color: #888;
}
select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
select option {
	font-weight:normal;
	padding: 10px;
}

.input-text{
    border-radius: 0!important;
}