/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

.callback_button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.products-list .product-grid .product-item-container .left-block .product-image-container a{
    position: relative;
}

.product_special__block{
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product_special__text,
.product_special__price{
    font-weight: bolder;
    font-size: 14px;
    color: white;
    background-color: rgb(224, 17, 34);
    padding: 0 10px;
    margin-bottom: 5px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

.free_delivery{
    position: absolute;
    left: 5px;
    bottom: 0px;
    z-index: 1;
    font-weight: bolder;
    font-size: 14px;
    padding: 0 10px;
    color: white;
    background-color: rgb(19, 197, 90);
    max-width: calc(100% - 30px);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}