.product_sticker {
   /* width: 150px;*/
  /*  height: 90px;*/
    position: absolute;
    bottom: 210px;
}

.sticker_left {
     position: absolute;
    bottom: 180px;
}
.product_sticker.sticker_big {
    width: 120px;
    height: 100px;
    z-index: 1;
    bottom: 50px;
}
.product_sticker.sticker_big.sticker_left {
    left: 30px;
}
.product_sticker.sticker_left {
   right: 10px;

}
.product_sticker.sticker_right {
    right: 10px;
}
.product_sticker.sticker_big.sticker_right {
    right: 30px;
}
.product_sticker img {
   /* width: 100%;*/
    height: 25px;
}


		@media (max-width: 930px) and (min-width: 410px) {
				
				.product_sticker {
   /* width: 130px; */
   /* height: 90px;*/
    position: absolute;
    bottom: 153px;
}
.sticker_left {
     position: absolute;
    bottom: 135px;
}

.product_sticker.sticker_left {
    right: 1px;
}


.product_sticker.sticker_right {
    right: 10px;
}


.product_sticker img {
   /* width: 100%;*/
    height: 25px;
}
}

			@media (max-width: 410px) and (min-width: 310px) {
				
				.product_sticker {
   /* width: 130px; */
   /* height: 90px;*/
    position: absolute;
    bottom: 145px;
}
.sticker_left {
     position: absolute;
    bottom: 125px;
}

.product_sticker.sticker_left {
    right: 1px;
}


.product_sticker.sticker_right {
    right: 1px;
}


.product_sticker img {
   /* width: 100%;*/
    height: 19px;
}
}