/* General */

.sticker-catalog > div, .sticker-product > div {
	background-repeat: no-repeat !important;
}
.sticker-catalog, .sticker-product {
	position: absolute;
	z-index: 99;
}
.sticker-catalog > div + div, .sticker-product > div + div {
	margin-top: 2px;
}
.sticker-right > div {
	margin-left: auto;
}

/* Star */

.sticker-star {
    overflow: hidden;
	width: 70px;
	height: 70px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	font-size: 10px;
	line-height: 12px;
	transform: rotate(-27deg);
}
.sticker-left .sticker-star {
	margin-left: 0;
}
.sticker-right .sticker-star {
	margin-right: 0;
}
.sticker-star > div {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
.sticker-star.sticker-percent > div {
	font-size: 20px;
	line-height: 20px;
}
.sticker-star  .sticker-text-percent {
	font-size: 18px;
	line-height: 20px;
}

/* Rectangle */

.sticker-rectangle {
    white-space: nowrap;
    overflow: hidden;
    background-repeat: repeat-x !important;
    background-color: #009b64;
    font-size: 14px;
    padding: 2px 10px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
}
.sticker-left .sticker-rectangle {
	margin-left: 0;
}
.sticker-right .sticker-rectangle {
	margin-right:0;
}

/* Ribbon */

.sticker-ribbon {
	white-space: nowrap;
    overflow: hidden;
	width: 120px;
	height: 40px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	font-size: 11px;
	line-height: 18px;
	padding: 3px 0 0 0;
}
.sticker-left .sticker-ribbon {
	margin-left: 4px;
}
.sticker-right .sticker-ribbon {
	margin-right: 4px;
	transform: scale(-1, 1);
}
.sticker-right .sticker-ribbon > div {
	transform: scale(-1, 1);
}

/* Diagonal */

.sticker-diagonal {
	white-space: nowrap;
    overflow: hidden;
	width: 112px;
	height: 112px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	font-size: 12px;
	line-height: 19px;
	padding: 4px 0 0 0;
	margin-top: -12px;
}
.sticker-left .sticker-diagonal {
	margin-left: 8px;
}
.sticker-left .sticker-diagonal div {
	width: 85px;
	margin-top: 24px;
	margin-left: -5px;
    transform: rotate(-45deg);
}
.sticker-right .sticker-diagonal {
	margin-right: 8px;
	transform: scale(-1, 1);
}
.sticker-right .sticker-diagonal div {
	width: 85px;
	margin-top: 24px;
	margin-left: -5px;
    transform: scale(-1, 1) rotate(45deg);
}
.out_of_stock_label {
	display: none;
}

.sticker-catalog{top: 17px !important;}
.sticker-product{top: 17px !important;}
.salepro + .sticker-product{top: 43px !important;}
.sticker-catalog + .salepro{top: 43px !important;}
.sticker-product.sticker-left{left: 0 !important;}
.sticker-product.sticker-right{right: 0 !important;}