/*Flags*/
.noFlag {display:none;}
#selected-country{margin-bottom:15px;cursor:pointer}
#country-navigation-wrapper{width:50px;position:absolute;top:13px;right:5px;vertical-align:top;z-index:103}
#country-nav{position:relative;overflow:hidden;display:none}
#country-nav.open{display:block}
#country-nav div{position:relative;width:100%;margin-left:100%;margin-bottom:15px}
.privacyCertified {cursor: pointer;}
.efigs img, .currentFlag {border-radius: 50%;width: 35px;}
@media screen and (max-width: 768px) {
    #country-navigation-wrapper{top:5px;}
}