.bxmaker-geoip-component-city-line__value:after{
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    margin-right: -0.38em;
    width: 0.38em;
    height: 0.38em;
    border-right: 0.1em solid currentColor;
    border-bottom: 0.1em solid currentColor;
    -webkit-transform: translateY(-50%) translateX(0.38em) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(0.38em) rotate(45deg);
    transform: translateY(-50%) translateX(0.38em) rotate(45deg);
    -webkit-transition: var(--transition) transform;
    transition: var(--transition) transform;
}

.bxmaker-geoip-component-city-line__value{
    border-bottom: none;
    font-size: 16px;
}
.header-location-question__text{
    color: var(--text);
    margin-bottom: 0px;
}
.bxmaker-geoip-component-city-line-question__content strong{
    color: var(--accent);
}
.bxmaker-geoip-component-confirm .header-location-question.is-selected{
    position: absolute;
    top: calc(100% + 25px);
    left: 40px;
}

.bxmaker-geoip-component-city-popup .bxmaker-geoip-component-city-search{
    display: none;
}

@media (max-width: 1199.98px) {
    .header-location-question-mobile{
        position: absolute;
        left: 70px;
        top: 30px;
    }
}