.listedTags {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}
.tagsStyleList {
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 15px;
    box-shadow: 1px 1px 4px #424242;
    clip-path: polygon(0px 0px, 100% 0px, 83.93% 98.13%, 0px 100%);
    text-align: left;
    margin-bottom: 3px;
}
.topOffer  {
    background: #ed1c24;
    color: #fff;
}
.orangeBackground {
    background: #ffa906;
    color: #fff;
    max-width: 50px;
    font-weight: bold;
}
div.outlet {
    background: #303030;
    color: #fff;
}
.newest {
    background: #ffa906;
    color: #fff;
}
.promoOffer {
    background: #ed1c24;
    color: #fff;
}