.crcc_currency-switcher{
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
}
li.currency-toggle {
    margin-bottom: 10px !important;
}
.crcc_currency-switcher .crcc_currency{
    display: block;
}
.crcc_currency-switcher li{
    color: #000;
    background-color: #f8f8f8;
    border: 1px solid #f3f3f3;
    width: auto;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
}
.crcc_currency-switcher li:hover, .crcc_currency-switcher li.is-active{
    color: #fff;
    background-color: #df211b;
}
.crcc_currency{
    display: none;
}
.crcc_currency.is-active{
    display: block;
}