.countryAndlanguage-switch {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.countryAndlanguage-switch span.currencyMenu {
    position: relative;
    padding-bottom: 0;
    padding: 8px 8px 4px 0;
}
.countryAndlanguage-switch .language-change{
    width:auto; 
    padding: 8px 0 4px 8px;
}
.countryAndlanguage-switch a {
    display: flex;
    align-items: center;
    padding: 0 0;
    color: #fff;
    font-size: 13px;
}
.countryAndlanguage-switch a img {
    padding: 0 5px 0 0;
    height: auto;
}
.countryAndlanguage-switch span.currencyMenu ul {
    position: absolute;
    top: 35px;
    left: -17px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1;
    display: none;
    transition: all 0.2s ease-in-out;
}
.countryAndlanguage-switch span.currencyMenu ul:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 11px;
    margin-left: -11px;
}
.countryAndlanguage-switch span.currencyMenu ul:after, 
.countryAndlanguage-switch span.currencyMenu ul:before {
    bottom: 100%;
    left: 40%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.countryAndlanguage-switch span.currencyMenu ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.countryAndlanguage-switch span.currencyMenu:hover ul {
    display: block;
}
.countryAndlanguage-switch span.currencyMenu ul li {
    list-style-type: none;
    border: none;
    padding: 4px 0;
    display: block;
    overflow: Hidden;
}
.countryAndlanguage-switch span.currencyMenu ul li a{
    color: #333;
    padding: 0 4px;
}