.call_to_action {
    display: block;
	border: 1px solid #cfcaca;
	max-width: 22rem;
	margin: 0.5rem auto;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	padding: 1rem
}
.call_to_action:hover {
	background-color: #94107e;
	border: 1px solid #fff;
	color: #fff;
}
.call_to_action a {
	display: block;
	line-height: 1.4em
}
.call_to_action:hover a,
.call_to_action a:hover {
	color: inherit;
	text-decoration: none;
}
.h1_style {
	clear: both;
	line-height: 1.2em;
	margin-bottom: 1em;
	color: #524e55;
	font-size: 1.7rem;
	font-weight: 900;
	display: block;
}
.h2_style {
	clear: both;
	line-height: 1.2em;
	margin-bottom: 1em;
	color: #524e55;
	font-size: 1.4rem;
	font-weight: 900;
	display: block;
}
.h3_style {
	clear: both;
	line-height: 1.2em;
	margin-bottom: 1rem; 
	color: #524e55;
	font-size: 1.1rem;
	font-weight: 700;
	display: block;
}

.ywapo_tr_order_totals{
	display: none !important;
}