#google_translate_element {
    display: none;
}

.translate-cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}



.translate-inner {
    position: relative;
    display: flex;
    align-items: center;
    color: rgb(224, 99, 39);
    font-size: 12px;
    height: 30px;
    padding: 0;
}

.translate-inner  > i {
    position: absolute;
    top: 4px;
    right: 10px;
    pointer-events: none;
    margin-left: 6px;
    padding-bottom: 5px;
    color: var(--fuschia, #20618e);
    font-size: 23px;
}

.translate-inner select {
    margin: 0;
    font-size: 11px;
    line-height: 1.2em;
    background-color: transparent;
    border: 0;
    padding: 0;
    background-image: none;
    cursor: pointer;
    width: 160px;
    margin-left: -35px;
    padding-left: 35px;
    margin-right: -15px;
    padding-right: 15px;
    /* height: 10px; */
    font-family: var(--font-display, Georgia), 'Times New Roman', Times, serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--fuschia, #20618e);
}

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

.translate-inner select option {
    color: #0b6087;
    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;
    pointer-events: none;
    font-size: 18px;
}

@media screen and (min-width: 64em) {
    .translate-inner select {
        width: 180px;
        font-size: 18px;
    }

    .panel-header .translate {
        position: relative;
    }

    .panel-header .translate .translate-popup {
        top: 75px;
        right: -8px;
    }

    .panel-header .translate .translate-popup::before {
         content: "";
        position: absolute;
        top: -32px;
        right: 0;
        border: 1rem solid transparent;
        border-bottom-color: rgba(255,255,255,.92);
    }
}