<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('../fontawesome/style.css');
.widget.widget-adsw-currency-selector{
    border: 1px solid #f2f2f2;
    padding-left: 1em!important;
    padding-right: 1em!important;
    font-size: 1rem;
    color: #999999;
    max-width: 250px;
}
.widget.widget-adsw-currency-selector .widget-title, .widget.widget-adsw-currency-selector .widgettitle{
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0;
    font-size: 1.25em;
    border-bottom: 1px solid #f2f2f2;
}
.widget.widget-adsw-currency-selector ul.currency-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget.widget-adsw-currency-selector ul.currency-list&gt;li{
    display: block;
}
.widget.widget-adsw-currency-selector a.currency-item{
    font-size: 1rem;
    font-weight: 400!important;
    text-decoration: none!important;
    color: #999999;
    padding-left: 27.5%;
    padding-right: 10%;
    padding-top: .25em;
    padding-bottom: .25em;
    display: block;
}
.widget.widget-adsw-currency-selector a{
    outline: none!important;
}
.widget.widget-adsw-currency-selector .current-currency a.currency-item{
    border-bottom: 1px solid #f2f2f2;
}
.widget.widget-adsw-currency-selector a.currency-item .flag img{
    width: 1.6rem;
    height: auto;
    display: inline;
    vertical-align: middle;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}
.widget.widget-adsw-currency-selector a.currency-item .symbol{
    font-weight: 700;
}
.widget.widget-adsw-currency-selector .active a.currency-item{
    background-color: #f2f2f2;
}
.widget.widget-adsw-currency-selector .currency-carret{
    padding-top: .35em;
    padding-bottom: .25em;
    text-align: center;
    display: block;
}
.widget.widget-adsw-currency-selector .currency-carret:after {
    font-family: 'FontAwesome';
    content: '\f107';
    display: inline-block;
    font-size: 1rem;
    width: 16px;
    height: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.widget.widget-adsw-currency-selector .currency-carret.open:after{
    transition: all .3s ease-out;
    transform: rotate(180deg);
}
</pre></body></html>