body.body-root {
    overflow-y: scroll;
    min-height: 100vh;
    background: #FFF !important;
}

#select-market {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin-bottom: 1em;
    line-height: 1.25em;
}

#root-country-selector {
    padding: 50px 0;
}

#root-country-selector > .container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

#root-country-selector #root-logo {
    max-width: 230px;
    margin: 0 auto 30px;
    display: block;
}

#root-country-selector #lighboxCountries .country-header {
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #DDD;
}

#root-country-selector #lighboxCountries .country-header > span {
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    color: #e4e3e3;
    font-size: 16px;
    content: '\e812';
    font-family: 'teka-icons', "fontello" !important;
    width: 16px;
    height: 9px;
    line-height: 1em;
    margin-top: 6px;
    display: block;
}

#root-country-selector .accordion-lang:after {
    color: #000;
    font-size: 10px;
    content: '\e80d';
    font-family: 'teka-icons', "fontello" !important;
    width: 16px;
    height: 9px;
    line-height: 1em;
    margin-top: 8px;
    transform: rotate(180deg);
    display: block;
    transition: all 0.3s ease-in-out;
}

#root-country-selector .accordion-lang:after {
    right: 16px;
    position: relative;
}

#root-country-selector .accordion-lang.active:after {
    transform: rotate(0);
}

.select2-container--default .select2-results__group {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 !important;
    width: 16px !important;
    height: 9px !important;
    top: 11px !important;
    left: 18px !important;
}

#root-country-selector #lighboxCountries li {
    width: 25%;
    float: none;
    margin: 0;
    padding-right: 10px;
}

@media (max-width: 800px) {
    #root-country-selector #lighboxCountries li {
        width: 100%;
        padding-right: 0;
    }
}

#root-country-selector #lighboxCountries li a {
    display: block;
    padding: 7px 0;
}

#root-country-selector #lighboxCountries .language-item span {
    color: #000;
}

#country_redirector {
    display: none;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.select2-bandera img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.select2-bandera span,
.select2-bandera label {
    vertical-align: middle;
    color: #000;
}