/** POPUP **/
.enov_pop{
    position: fixed;
    top: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100vw;
    height:100vh;
    background-color:rgba(0,0,0,0.6);
    z-index:9999999;	
}

.enov_pop_content{
    
    /* background-image: url("https://www.gold-service.com/wp-content/uploads/2020/05/slide-corporate-background.jpg"); */
    background-repeat: no-repeat;
     background-size: cover;
    display:flex;
    justify-content:center;
    
    
    height:320px;
    width:600px;
    background-color:white;
    border-radius:20px
}
.enov_pop_content_logo {
    width: 300px;
    height: auto;
    margin-top: 50px;
}
.enov_pop_content_select_currency,.enov_pop_content_select_country{
    background: none;
    border-top: none;
    box-shadow: 0 0 0 0 transparent, 0 0 0 rgba(0,0,0,0.08) inset;
    cursor: pointer;
    margin-top: 0px;
    font-size: 1.1rem;
    font-weight: 700;
   width: 100% !important;
   border-bottom: 1px solid rgba(0,0,0,0.2)!important;
   color : #000 !important;
}
.enov_pop_content_select_currency:focus,.enov_pop_content_select_country:focus{
   box-shadow : unset !important;
}
.enov_pop_content_select_currency{
   margin-left: 32px !important;
}

.enov_pop_content_select_country{
   margin-left: 40px !important;
}



.enov_pop_content_country{	
    /*display:flex;
    justify-content:center;*/
    margin-top:40px;	
    height: 30px;
    text-align: center;
}
.enov_pop_content_autre {
	width: 50px;
	height: 30px;
	border: 1px solid black;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	cursor: default;
	font-size: 12px;
	position: relative;
}
.enov_pop_content_autre span {
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}
.enov_popup_content_text {
	display: block;
	text-align: center;
	margin: 35px 0 35px !important;
}
.enov_pop_content_all_countries{	
    align-items:center;
    text-align: center;
}

.enov_country{
    display: inline-block;
    width:50px;
    margin-left:20px;
    height: 30px!important;
}

.enov_country:first-of-type{
    margin-left:0px;
}

.enov_country:last-of-type{
    margin-right:0px;
}

.enov_country_shadow{
    filter: grayscale(50%);
    transition:0.2s;
    -webkit-box-shadow: -2px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: -2px 3px 3px 0px rgba(0,0,0,0.5);
}

.enov_country_shadow:hover{
    filter: grayscale(0);
    -webkit-box-shadow: -2px 6px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 6px 6px 0px rgba(0,0,0,0.5);
    box-shadow: -2px 6px 6px 0px rgba(0,0,0,0.5);
}

.enov_pop_shadow{
    -webkit-box-shadow: -2px 6px 26px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 6px 26px 0px rgba(0,0,0,0.5);
    box-shadow: -2px 6px 26px 0px rgba(0,0,0,0.5);
}

/** SHORTCODE **/
.enov-pop-country-button{
    cursor:pointer;
    transition:0.3s
}

.enov-pop-country-button:hover{
    opacity:0.5
}


@media screen and (max-width: 767px) {
    .enov_pop_content {
        height:auto;
        width:300px;
        border-radius:10px
    }
    .enov_pop_content_logo {
        width: 100px;
        height: auto;
        margin-top: 25px;
    }
    .enov_pop_content_country{  
        margin-top:25px;  
        margin-bottom: 25px;  
        height: 30px;
    }
}