#country-button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-family: "Archivo", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 5px 5px 5px 0;
}
#country-button .triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    font-size: 0;
    line-height: 0;
    position: relative;
    left: 4px;
    top: -1px;
}
#country-flag {
    width: 16px;
}
#country-options {
    background-color: #f0f0f0;
    position: absolute;
    display: none;
    z-index: 100;
}
#country-options a {
    display: block;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    color: #333;
    font-family: "Archivo", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
#country-options a:hover {
    background-color: #e0e0e0;
    color: #333;
}