.promotion-bar {
	background-image: linear-gradient(45deg, #ce2908, #e04526);
	text-align: center;
	padding-top: 10px;
}

.promotion-bar p {
	font-size: 1.0em;
	color: #fff;
	text-align: center;
	margin-top: 11px;
	font-weight: 700;
}

#clockdiv {
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 1.2em;
}

#clockdiv>div {
	padding: 2px;
	border-radius: 3px;
	/*background: #d3232a;*/
	display: inline-block;
}

#clockdiv div>span {
	padding: 3px;
	background-color: #1b1b1b;
	border-radius: 5px;
	border-color: #fff;
	border-style: solid;
	border-width: 1.25px;
	display: inline-block;
}

.smalltext {
	padding-top: 5px;
	font-size: 16px;
}

.price-box {
	background-image: linear-gradient(45deg, #ff502d, #ce2908);
	color: #fff;
}

.price-box p {
	font-size: 1.25em;
}

.benefit-box {
	border-style: groove;
	border-radius: .25rem;
}