.product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 8px 15px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
}

.product-item-label-text span, .product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #000;
    color: #fddb22;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
    FONT-WEIGHT: 100;
}
.product-item-label-text span[title$="Распродажа"] {
    background-color: #f8bc0c;
    color: #000;
	font-weight:bold;
}
.product-item-label-text .new_prod span {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #1c9675;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
    FONT-WEIGHT: 100;
}

.product-item-label-ring.product-item-label-small {
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    position: absolute;
    right: 15px;
    top: 85%;
    color: #000;
    z-index: 1;
    background-image: url(/local/templates/io/css/../img/b.png);
    width: 61px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    line-height: normal;
}