
#priceDisplay
{      
    right: 0;
    bottom: 0;
    width: 150px;
}

.price {
    padding: 10px 0px;
    text-align: center;
}

.price__currency, .price__value {
    font-size: 1.4em;
}

.price__currency, .price__value {
    font-size: 1.2em;
}

.price__unit {
    font-size: 0.8em;
    color: #7a7979;
}

.price_separator{
    height: 2px;
    border-top: #00000021 1px solid;
    border-bottom: solid 1px #0000004a;
}