.country-selector {
    position: absolute !important;
    top: 32px;
    right: 35px;
    height: 38px;
}

.admin-bar .country-selector {
    top: 64px;
}

@media screen and (min-width: 782px) {
    .country-selector {
        top: 32px;
    }
}

.logged-in .country-selector {
    display: none;
}