.pvz-blocked {
    color: #999;
    position: relative;
}

.pvz-block-wobbler {
    position: absolute;
    display: inline-block;
    top: 1px;
    width: 17px;
    height: 17px;
    background-image: url("images/blocked.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.pvz-title {
    color: darkgreen;
}
.pvz-blocked .pvz-title {
    color: #c7b6b6;
    padding: 0 0 0 20px;
}

.pvz-product-type-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 5px;
}
.pvz-product-type-list__label {

}
.pvz-product-type-list__list {

}

.pvz-product-type {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pvz-product-type--icecream {
    background-image: url(images/icecream_40_40.png);
}

.pvz-product-type--milk {
    background-image: url(images/milk_40_40.png);
}