.tvheader-country {
    margin-left: 26px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
#tvcmsdesktop-country-selector .tv-country-btn {
    cursor: pointer;
    font-size: 14px;
}
#tvcmsdesktop-country-selector .tv-country-btn .tv-country-span {
    color: #000;
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    font-weight: 400;
}
.tv-country-dropdown{
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 10px 20px;
    background-color: #ffffff;
    text-align: left;
    top: 20px;
}
.tv-country-dropdown li a {
    font-size: 14px;
    color: #222222;
    line-height: 30px;
}
#tvcmsdesktop-country-selector .tv-country-btn i {
    color: #000;
    font-size: 12px;
    width: 20px;
    text-align: center;
}
#tvmobile-country {
    padding-top: 8px;
}
@media (min-width: 992px) {
    .tv-country-dropdown{
        position: absolute;
        z-index: 100;
        min-width: 180px;
        margin: 0;
        right: auto;
        left: auto;
        box-shadow: 0 0 2px .8px rgba(122,122,122,.18)
    }

    .tvcmsdesktop-top-header-wrapper.header-4 .tv-country-dropdown,.tvcmsdesktop-top-header-wrapper.header-2 .tv-country-dropdown,.tvcmsdesktop-top-header-wrapper.header-3 .tv-country-dropdown,.tvcmsdesktop-top-header-wrapper.header-6 .tv-country-dropdown {
        position: inherit;
        box-shadow: none
    }
}