.thumbnails li,
.image {
  position: relative;
}

/* Product Statuses */
.product-status img {
  margin-right: 15px;
  border: 0;
}
.product-status .status-name {
  /*position: relative;
  bottom: 20px;*/
}

/* Product Stickers */
.product-sticker {
  z-index: 1;
}
.product-sticker img {
  border: 0 !important;
}
.product-sticker.left-top {
  position: absolute;
  top: 0;
  left:  0;
}
.product-sticker.left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-sticker.right-top {
  position: absolute;
  top:  0;
  right:  0;
}
.product-sticker.right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-sticker.center {
  margin: auto;  
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-sticker.left-center {
  margin: auto;  
  position: absolute;
  left:0;
  top: 0;
  bottom: 0;
}
.product-sticker.right-center {
  margin: auto;  
  position: absolute;
  right: 50%;
  top: 50%;
}
.product-sticker.center-top {
  margin: auto;  
  position: absolute;
  left:50%;
 /* right: 0; */
  top: 0;
}
.product-sticker.center-bottom {
  margin: auto;  
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
}

/* Category Statuses */
.category-status img {
  margin-right: 3px;
  border: 0;
}

.status-inline {
  display: inline;
}

/* Category Stickers */
.category-sticker {
  z-index: 1;
}
.category-sticker img {
  position: static;
  transform: none;
  border: 0 !important;
}
.category-sticker.left-top {
  position: absolute;
  top: 0;
  /*left: 0;*/
}
.category-sticker.left-bottom {
  position: absolute;
  bottom: 0;
  /*left: 0;*/
}
.category-sticker.right-top {
  position: absolute;
  top: 0;
  /*right: 0;*/
}
.catalog-grid-1 .category-sticker.right-top, .catalog-grid-4 .category-sticker.right-top, .rasprodag .category-sticker.right-top{
  position: absolute;
  top: 0;
  right: 0;
}
.category-sticker.right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.catalog-grid-2 .category-sticker.right-bottom {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.category-sticker.center {
  margin: auto;  
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
}
.category-sticker.left-center {
  margin: auto;  
  position: absolute;
  left:0;
  top: 0;
  bottom: 0;
}
.category-sticker.right-center {
  margin: auto;  
  position: absolute;
  right: 50%;
  top: 50%;
}
.category-sticker.center-top {
  margin: auto;  
  position: absolute;
  left:50%;
 /* right: 0; */
  top: 0;
}
.category-sticker.center-bottom {
  margin: auto;  
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
}
