/**
 * Country, Language and Currency Selector
 *
 * @author    THECON
 * @copyright THECON
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

body {
    overflow: hidden !important;
}

.th_country_selector {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.th_country_selector_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.th_country_selector_shop_name {
    font-size: 35px;
}

.th_country_selector_header {
    margin-bottom: 30px;
    text-align: center;
}

.th_country_selector_header p {
    margin-bottom: 0;
}

.th_country_selector_header_img {
    margin-bottom: 30px;
}

.th_country_selector_content {
    width: 100%;
    max-width: 500px;
}

.th_country_selector_content_item {
    margin-bottom: 30px;
}
