/* Наклейки беслпатной доставки */

.shop-list .item_label_free_delivery,
.card .item_label_free_delivery,
.product_week_list .item_label_free_delivery
{
    width: 114px;
    height: 100px;
    position: absolute;
    z-index: 200;
    background-image: url("images/free-shipping100.png");
    background-repeat: no-repeat;
}
.card .item_label_free_delivery{
    top: 15px;
    left: 35px;
    padding-left: 6px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -7px;
    display: none;

}

.shop-list .item_label_free_delivery{
    font-size: 18px;
    line-height: 56px;
    height: 60px;
    width: 68px;
    top: 10px;
    left: 6px;
    padding: 1px;
    background-image: url("images/free-shipping60.png");
}

.product_week_list .item_label_free_delivery {
    font-size: 11px;
    line-height: 36px;
    height: 40px;
    width: 46px;

    top: 5px;
    left: 2px;
    padding: 1px;
    background-image: url("images/free-shipping40.png");
    background-repeat: no-repeat;
}

.in_shop .item_label_free_delivery{
    position: absolute;
    z-index: 200;

    height: 40px;
    width: 46px;

    top: 7px;
    left: 7px;
    padding: 1px;

    background-image: url("images/free-shipping40.png");
    background-repeat: no-repeat;

}

/* Активность */
.item_label_free_delivery.active{
    display: block;
}


/* /Наклейки беслпатной доставки */


/* Наклейки снято с производства */

.shop-list .item_label_out-of-production,
.card .item_label_out-of-production,
.product_week_list .item_label_out-of-production
{
    width: 114px;
    height: 100px;
    position: absolute;
    z-index: 200;
    background-image: url("images/out-of-production100-gr.png");
    background-repeat: no-repeat;
}
.card .item_label_out-of-production{
    top: 15px;
    left: 35px;
    padding-left: 6px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -7px;
    display: none;

}

/* Активность */
.item_label_out-of-production.active{
    display: block;
}

/* /Наклейки снято с производства */