body {
		font-family:Arial;
		
}

.navItem ul li {
	font-weight:normal;
	font-size:0.85em;
}

.originalPrice::before {
	content: "WAS: ";
}
.originalPrice {
	   text-decoration: line-through;
	   
}

.salePrice::before {
	content: "NOW: ";
}
.salePrice {
	 	   color:#ff0000;
	 	  font-weight: bold;
}


.overlay-shoip-exclusive::after {
	content: " Exclusive";
}

	