#google_translate_element {
    display: none;
}

.translate-cont {
    display: flex;
	justify-content: flex-start;
}

.translate-inner {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    height: 30px;
    padding: 0px 2px 0 5px;
    background-color: transparent;
}

.translate-inner > i {
    position: absolute;
    top: 5px;
    right: 13px;
    pointer-events: none;
    margin-left: 6px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 20px;
}
.translate-inner .select-cont > i {
	font-size: calc(20px + (20 - 14) * ((100vw - 1024px) / (1620 - 1024)));
}

.translate-inner select {
    margin: 0 25px 0 10px;
    line-height: 1.2em;
    background-color: transparent;
    border: 0;
    padding: 0 20px 0 34px;
    margin: 0 10px 0 -25px;
    background-image: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-family: 'degular-display', sans-serif;
    /* letter-spacing: 0.1em; */
    text-shadow: 0 0px 5px black;
    font-size: 18px;
    /* font-size: calc(20px + (20 - 14) * ((100vw - 1024px) / (1620 - 1024))); */
}

.translate-inner select:hover {
    background-color: transparent;
}

.translate-inner select option {
    color: #333;
    letter-spacing: 1.2px;
    cursor: pointer;
}

.translate-inner .select-cont {
    display: flex;
    align-items: center;
    /* height: 30px; */
}

.translate-cont .globe {
    /* position: relative; */
    top: 10px;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    pointer-events: none;
}

@media (min-width: 64.063em) {
    .translate-inner {

    }
}
