ul.currency_switcher{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;list-style:none}ul.currency_switcher li{background-color:#fff;border:1px solid #e5e5e5;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}ul.currency_switcher li a[class*=currency-]{display:block;padding:7px;text-decoration:none}ul.currency_switcher li a[class*=currency-]:hover{text-decoration:underline}ul.currency_switcher li a.active{background-color:#e5e5e5;-webkit-box-shadow:inset 0 0 5px #c1c1c1;box-shadow:inset 0 0 5px #c1c1c1}ul.currency_switcher li:hover{cursor:pointer;background-color:#ddd}label.currency_switcher_label{display:block}