.currency-info{
    float: right;
}

.currency-info .item{
    display: flex;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    line-height: 42px;
    margin-right: 10px;
}

.currency-info .item .currency{
    font-weight: 700;
    position: relative;
}

.currency-info .item .currency:before{
    content: url('../../../../nbshop5_nespresso/_static/images/core/exchange.svg');
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    left: -20px;
    top: 5px;
}

@media (max-width: 576px) {

    .currency-info .item{
        margin-right: 0;
        margin-top: 5px;
        font-size: 12px;
    }

    .currency-info .item .currency:before{
        width: 9px;
        height: 12px;
        left: -14px;
        top: 3px;
    }

}