.geoip-banner .container .country .country__icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-top: -1px;
}

.select2-container--default .geoip-banner-country-list li img  {
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.geoip-banner .container .select2 {
    display: block;
    width: 100%;
    min-width: 150px;
    line-height: 35px;
    padding: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #52637A;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #E5F3FA;
}

.geoip-banner .container .select2-container--default .select2-selection--single {
    border: none;
}

.geoip-banner .container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.select2-container--default .geoip-banner-country-list .select2-results>.select2-results__options {
    font-size: 14px;
    line-height: 20px;
    color: #52637A;
    background-color: white;
    background-clip: padding-box;
    border: none;
}

.geoip-banner .container .select2-results__option {
    padding: 6px 6px 6px 13px;
}

.geoip-banner .container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px;
    color: #52637A;
}
