.list-texture-block .outlet-flag, .list-texture-block .discount-flag {
    background-image: url(/images/outlet-marker.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 18px;
    padding: 0;
    width: 30px;
    height: 64px;
    line-height: 60px;
    text-align: center;
}

.list-texture-block .discount-flag {
    background-image: url('/images/discount-marker.png');
}

.list-texture-block.with-flag {
    padding-right: 30px;
    font-size: 33px;
}

.product > .actions > .offer > .old-price {
    color: #000;
    text-decoration: line-through;
}

.product > .actions > .offer > .price.outlet {
    color: #ae0d84;
}

.product > .actions > .offer > .price.discount {
    color: #e60f53;
}

.product>.actions.with-discount {
    height: 40px;
}