.font_xxs {
    font-size: 11px;
    line-height: 12px;
    font-weight: 100;
}
.sale_block .sale-number {
    display: inline-block;
    padding: 0;
    border: #ffd83a 1px solid;
    background: #ffd83a;
    white-space: nowrap;
    border-radius: 10px;
    overflow: hidden;
}
.sale_block .value {
    display: inline-block;
    padding: 0px 3px 0px 5px;
    color: #333;
    background: #ffd83a;
}
.sale_block .inner-sale {
    background: #fff8db;
    display: inline-block;
    padding: 2px 5px 1px;
    border-radius: 1px;
}