/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/

.th_country_selector {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.5) !important;
}
.th_country_selector_inner_content {
    background-color: rgba(0,0,0,0.7);
    padding: 50px;
  }

body {
    overflow: hidden;
}

.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_hint {
    margin-top: 30px;
}

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

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

.th_country_selector_content_item {
    margin-bottom: 30px;
}
