select.gt_selector.notranslate {
    border: solid 2px transparent!important;
    color: white;
    text-align: right;
    padding-right: 38px;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 250px;
	    margin: 4px 0 0;
}
.footer-header {
    flex-wrap: nowrap!important;
}
.gtranslate_wrapper {
    text-align: right;
}

select.gt_selector.notranslate option {
    color: black;
}
select.gt_selector.notranslate:hover {
    color: var(--wp--custom--navigation--link-hover);
    cursor: pointer;
}
select.gt_selector.notranslate{
    transition: all .3s;
}

select.gt_selector.notranslate:focus {
    color: var(--wp--custom--navigation--link-hover);
    border: 2px solid var(--wp--custom--navigation--link-hover)!important;
}