
.oldPrice:before {
	content: "";
	border-bottom: 1px solid red;
	position: absolute;
	width: 100%;
	height: 50%;
	transform: rotate(12deg);
}

