.product-thumb .image .icon-position img {
  max-height: 60px;
}

.thumbnails .icon-position img {
  max-height: 80px;
}

.image, .thumbnail {
	position: relative;
}
.image .icon-position,
.thumbnail .icon-position {
	position: absolute;
	z-index: 2;
}
.image .icon-position-LT,
.thumbnail .icon-position-LT {
	top: 5px;
	left: 5px;
}
.image .icon-position-CT,
.thumbnail .icon-position-CT {
	top: 5px;
	left: 50%;
}
.image .icon-position-RT,
.thumbnail .icon-position-RT {
	top: 5px;
	right: 5px;
}
.image .icon-position-LC,
.thumbnail .icon-position-LC {
	top: 50%;
	left: 5px;
}
.image .icon-position-CC,
.thumbnail .icon-position-CC {
	top: 50%;
	left: 50%;
}
.image .icon-position-RC,
.thumbnail .icon-position-RC {
	top: 50%;
	right: 5px;
}
.image .icon-position-LB,
.thumbnail .icon-position-LB {
	bottom: 5px;
	left: 5px;
}
.image .icon-position-CB,
.thumbnail .icon-position-CB {
	bottom: 5px;
	left: 50%;
}
.image .icon-position-RB,
.thumbnail .icon-position-RB {
	bottom: 5px;
	right: 5px;
}
.image .icon-position img,
.thumbnail .icon-position img {
	padding: 0;
	border: 0;
	display: block;
  margin: 0;
}
.image .icon-position img + img,
.thumbnail .icon-position img + img {
	margin-top: 3px;
}
.icon-position .texticon
{
  display: block;
  position: relative;
  height: 58px;
}
.icon-position .texticon > strong
{
  display: block;
  position: relative;
  top: -39px;
  left: 0;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 58px;
  width: 58px;
}
.icon-position .texticon > .icon-new + strong
{
  line-height: 39px;
  font-size: 12px;
  width: 64px;
}

.icon-position .texticon > .icon-special + strong
{
  top: -57px;
}

.icon-position .texticon > .icon-coupon
{
  margin-top: 3px;
  visibility: hidden;
}

.icon-position .texticon > .icon-coupon + strong
{
  background: rgb(255,102,0);
  line-height: 39px;
  font-size: 12px;
  padding: 0 8px;
  height: 39px;
  width: 100%;
}

/* TEMP BLACK FRIDAY */
.icon-position .texticon > .icon-special + strong:before
{
  position: absolute;
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  top: -6px;
  left: -5px;
  background: url(../image/akcni-cena.png) left top no-repeat;
  background-size: contain;
  z-index: 999;
}

#productDetail .icon-position .texticon > .icon-special + strong:before
{
  width: 300px;
  height: 300px;
}

.row-products .product-layout .product-thumb .icon-position .texticon > .icon-special + strong:before
{
  left: -35px;
  top: -35px;
}
