/* Наклейки скидок - кружки */
/* TODO: удалить, если не будут использоваться */

.shop-list .item_label_discount,
.card .item_label_discount,
.product_week_list .item_label_discount
{
    width: 100px;
    height: 101px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    line-height: 77px;
    font-weight: bold;
    background: #4ba64b;
    position: absolute;
    z-index: 200;

}
.card .item_label_discount{
    top: 15px;
    left: 35px;
    padding-left: 6px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.shop-list .item_label_discount{
    font-size: 18px;
    line-height: 56px;
    height: 60px;
    width: 60px;
    top: 10px;
    left: 10px;
    padding: 1px;
}

.product_week_list .item_label_discount {
    font-size: 11px;
    line-height: 36px;
    height: 40px;
    width: 40px;

    top: 5px;
    left: 5px;
    padding: 1px;
}

.in_shop .item_label_discount{
    font-weight: bold;
    color: #fff;
    position: absolute;
    z-index: 200;
    text-align: center;
    border-radius: 50%;
    background: #4ba64b;

    font-size: 14px;
    line-height: 37px;
    height: 40px;
    width: 40px;

    top: 7px;
    left: 7px;
    padding: 1px;

}

.in_shop .discount_level_max {

}

.shop-list .discount_level_1{
    font-size: 15px;
}
.card .discount_level_1{
}
.product_week_list .discount_level_1{
    font-size: 9px;
    padding-left: 3px;
}
.in_shop .discount_level_1
{
    font-size: 12px;
}



/* /Наклейки - кружки */
/* Чёрная пятница */
.black_friday_discount_label {
    /*background-color: #000 !important;*/
}