
.g-translate-container {
    margin: 10px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 33%;
}

.panel-footer .footer-bottom .inner > div.g-translate-container {
    margin-right: 0;
}

.root-panel.luxury .g-translate-container .gt_float_switcher .gt-selected {
    background: #191919;
}

.root-panel.luxury .g-translate-container .gt_float_switcher {
    width: 200px;
}

.root-panel.luxury .g-translate-container .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code::after {
    content: url(/includes/client_public/assets/shared/globe.svg);
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
}

.root-panel.luxury .g-translate-container .gt_float_switcher img {
    display: none;
}

.root-panel.luxury .g-translate-container .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: transparent;
    position: relative;
}

.root-panel.luxury .g-translate-container .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code::before {
    content: 'Select a Language';
    position: absolute;
    font-size: 10px;
    color: white;
    width: 100px;
    height: 10px;
    left: 20px;
    font-weight: 330;
    font-family: var(--font-brandon);
}

.root-panel.luxury .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    position: absolute;
    margin-left: 120px;
    bottom: 12px;
}

@media(max-width: 64em) {
    .root-panel.luxury .g-translate-container .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code::before {
        left: -30px;
    }

    .root-panel.luxury .g-translate-container .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code::after {
        left: -50px;
    }

    .root-panel.luxury .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
        position: absolute;
        margin-left: 60px;
        bottom: 8px;
    }
    
}

@media(min-width: 64em) {
    .g-translate-container {
        justify-content: flex-end;
        flex: 1 0 100%;
    }
    
}