.sticker{background-color:#229ac8;left:10px;text-align:center;border-radius:12px;color:#fff;display:block;font-size:12px;font-size:1.2rem;font-weight:500;height:23px;line-height:23px;position:absolute;top:10px;text-transform:uppercase;z-index:2;padding:0 12px;margin-bottom:5px;}
.sticker-image{background:none;}
.sticker-sale{background-color:#f44336;}
.sticker-discount{background-color:#f44336;}
.sticker-new{background-color:#ff9800;}
.sticker-hit{background-color:#7aac3e;}
.sticker-1{top:10px;}
.sticker-2{top:35px;}
.sticker-3{top:60px;}
.sticker-4{top:85px;}

.sticker_box {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
}

body .row .products-list .item {
    
    position: relative !important;
    
}


@media (max-width: 768px) {
    .sticker_box .sticker_item {
        font-size: 1.7vw;
    }
}
@media (max-width: 480px) {
    .sticker_box .sticker_item {
        font-size: 2.5vw;
    }
}
