/* Product View */
.product-info-main .product-item-sale {
	display: none;
}

/* Category View */
.products-grid .product-item-sale {
	position: absolute;
	top: -10px;
	left: -10px;
	background: linear-gradient(to top, #f6882d, #f99d42);
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 2px;
}

.products-grid .product-item-sale span {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.products-grid .product-item-sale .arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 0px solid transparent;
	border-top: 10px solid #f6882d;
	position: absolute;
	bottom: -10px;
	right: 10px;
}

/* Product View */
.owl-carousel .product-item-sale {
	position: absolute;
	top: -10px;
	left: 0px;
	background: linear-gradient(to top, #f6882d, #f99d42);
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 2px;
}

.owl-carousel .product-item-sale span {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.owl-carousel .product-item-sale .arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 0px solid transparent;
	border-top: 10px solid #f6882d;
	position: absolute;
	bottom: -10px;
	right: 10px;
