select.button-language {
    float: none;
    margin: 0 0 0 7px;
    padding: 12px 5px 5px;
    min-height: 47px;
    background-color: transparent;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 15px;
    direction: ltr;
    /* direction: rtl */
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    display: inline-block;
    cursor: pointer;
}

select.button-language .selected {
    background: linear-gradient(#000,#000);
        background-color: rgba(0, 0, 0, 0);
    background-color: #fff !important;
    color: #008dc9 !important;
}
select.button-language option:disabled {
    background: linear-gradient(#000,#000);
        background-color: rgba(0, 0, 0, 0);
    background-color: #fff !important;
    color: #dddddd;
}
select.button-language option {
	color: #000;
	font-weight: bold;
}