.ppo-offer-content-wrapper {
	float:left;
	display: block;
	width: 100%;
	background:#fff;
	height: 100%;
}

.ppo-offer-page-message{
	width: 100%;
	display: block;
}

.ppo-offer-page-message h1 {
	font-weight:400;
	text-align: center;
	padding: 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
}

.ppo-offer-content-wrapper .ppo-offer-product-image-wrapper {
	float: left;
	width: 40%;
}

.ppo-offer-product-image-wrapper img{
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}

.ppo-offer-content-wrapper .ppo-offer-summary {
	float: left;
	width: 55%;
	margin-left: 5%;
}

.ppo-offer-summary h2 {
	font-weight:400;
	color: #333;
	padding: 0 0 20px 0;
	margin: 0;
}

.ppo-offer-summary .ppo-offer-product-short-description {
	margin: 15px 15px 15px 0;    
}

.ppo-offer-empty-content-wrapper {
	width: 100%;
	text-align: center;
	top: 40%;
	display: block;
	position: absolute;
}

.ppo-offer-empty-content-wrapper .ppo-backward {
	border: 0;
	cursor: pointer;
	padding: 0.6180469716em 1.41575em;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
}

.ppo-offer-empty-content-wrapper .ppo-backward:hover {
	box-shadow: 0 0 3px #000 inset;
}

.ppo-offer-empty-notice {
	font-weight: 400;
	margin-bottom: 20px;
}
.ppo-offer-action-buttons {
	display: flex;
}
.ppo-offer-content-wrapper .ppo-offer-action-button {
	border: 0;
	cursor: pointer;
	padding: 0.6180469716em 1.41575em;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	margin-right: 10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.ppo-offer-content-wrapper .ppo-offer-action-button:hover {
	box-shadow: 0 0 3px #000 inset;    
}

@media only screen and (max-width: 768px) {
	.ppo-offer-content-wrapper .ppo-offer-summary {
		float: left;
		width: 94%;
		margin-left: 3%;
		margin-top:20px;
	}

	.ppo-offer-content-wrapper .ppo-offer-product-image-wrapper {
		float: left;
		width: 94%;
		margin-left: 3%;
	}

	.ppo-offer-product-image-wrapper img{

		padding: 0;
	}

	.ppo-offer-action-buttons {
		display:initial;
	}

	.ppo-offer-content-wrapper .ppo-offer-action-button {
		margin:10px;
	}

}
