.sticker-catalog.sticker-left{left: 0px;}
.sticker-catalog.sticker-right{right: 0px;}
.sticker-product.sticker-left{left: 0px;}
.sticker-product.sticker-right{right: 0px;}
.sticker-catalog{top: 5px; z-index: 1;}
.sticker-product{top: 5px; z-index: 1;}
.sticker-special.sticker-arrow {
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px 0px;
    margin-top: 6px;
}

@media screen and (min-width: 0px) and (max-width: 560px){
	.sticker-special.sticker-arrow {
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 3px 0px;
    margin-top: -10px;
}
.sticker-left .sticker-arrow {
    margin-left: 0px;
    margin-top: -10px;
}
}