div#recentPurchase {
	background: #231f20;
	width: 200px;
	padding: 8px;
	display: block;
	box-sizing: border-box;
	position: fixed;
	z-index: 3000;
	top: 30%;
	right: -300px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
div#recentPurchase:before { 
	content: '';
	position: absolute;
	background: url('../img/arrow.png') 0 0 no-repeat;
	right: 16px;
	width: 26px; 
	height: 26px; 
	bottom: -24px;
}
div#recentPurchase span.customerInfo {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-size: 100;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	clear: both;
}
div#recentPurchase span.productInfo {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #ffffff;
	font-size: 800;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0 0 6px 0;
	display: block;
	clear: both;
}
div#recentPurchase span.productInfo a, div#recentPurchase span.productInfo a:hover {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #ffffff;
	font-size: 800;
	text-decoration: none;
	text-align: center;	
}
div#recentPurchase span.timeInfo {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #8c8d8f;
	font-size: 100;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	padding: 0;
	margin: 0 0 10px 0;
	display: none;
	clear: both;
}
div#recentPurchase span.productImg {
	background: #ffffff;
	text-align: center;
	padding: 8px;
	margin: 0;
	display: block;
	clear: both;
}
div#recentPurchase span.productImg img {
	width: auto;
	height: 140px;
}
@media (min-width: 0px) and (max-width: 1023px)  {
	div#recentPurchase {
		display: none !important;
	}
}