.tag {
    font-size: 1.2em;
    font-weight: normal;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
    width: 150px;
    height: 20px;
	-moz-box-shadow: 0px 6px 8px -4px #101010;
    -webkit-box-shadow: 0px 6px 8px -4px #101010;
    box-shadow: 0px 6px 8px -4px #101010;
}
.product-tag-left {
    position: absolute;
    top: 42px;
    left: 17px;
    z-index: 11;
}
.product-tag-right {
    position: absolute;
    top: 68px;
    left: 17px;
    z-index: 11;
}
.product.over .tag {
	width: 150px;
	height: 20px;
    transform: scale(1.3);
}
.productdetails-view .tag {
    width: 140px;
    height: 30px;
}
.productdetails-view .product-tag-left {
    top: 20px;
    left: -16px;
    z-index: 100;
}
.vp-product-carousel-inner .product-tag-right {
    top: 34px;
    left: 7px;
}
.productdetails-view .product-tag-right {
    top: 56px;
    left: -16px;
    z-index: 100;
}