/* HEADER THEME CSS (DO NOT REMOVE) */ 
header, footer {
	background-color: transparent !important;
}


/* Merchant BODY CSS */
body {
background-image:url("https://www.lifespa.com.sg");
background-repeat: repeat-x;
background-position: top; 
background-color: #E0D4BD;
}



section#section {
	background: none;
	/* Will not need to fix width here. */
}

#offer_prepare {
	/* Will not need to fix width here. Just left it editable for other styling purposes */
}

/* General Heading and Total Value CSS */
h5, h4 {
	color: #666;
}
.total_color {
	color: #ccc;
	font-weight: bold;
}

/* Post Payment Page Heading */
#cancel_message h2, #failure_message h2 {
	color: red;
}
#success_message h2 {
	color: #5F87B4;
}

/* General Block Background and Text CSS */
#offer_form .top-border {
	border-color: #ccc;
}
.offer-header-bg {
	background-color: #96b7da;
}
.offer-header-bg h3, .offer-header-bg h2 {
	color: #fff;
}
.block_title {
	color: #fff;
	background: #AB8B2A;
}
.block_container {
	border-color: #AB8B2A;
	background: #F8F5EE;
}

/* Upload Button / OR icon CSS */
.select_gc_upload {
	border: solid 1px #AB8B2A;
	background-color: #AB8B2A;
	color: #fff;
}
.or {
	color: #fff;
	background: #AB8B2A;
}

/* Card Value Button CSS */
.value_item {
	border: 1px solid #AB8B2A;
}
.value_item:hover, .value_item:focus {
	color: #fff !important;
	background: #AB8B2A!important;
}
.value_selector .active, .value_item_selected {
	color: #fff;
	background: #AB8B2A;
}

/* Forward Button CSS */
.btn_checkout {
	background: #AB8B2A;
	color:#fff;
	border-color:#999;
}
.btn_checkout:hover {
	background-color:#999;
	color: #AB8B2A;
}

/* Steps Block CSS */
#offer-steps {
	color: #ccc;
	margin-bottom: 15px;
	margin-top: 35px
}
#offer-steps .circle {
	color: #fff;
	background: #ccc;
	z-index: 1;
}
#offer-steps h4 {
	color: #ccc;
}
#offer-steps .selected, #offer-steps .selected h4 {
	color: #AB8B2A;
}
#offer-steps .selected .circle {
	background: #AB8B2A;
}
#offer-steps:after {
	left: 17%;
	z-index: -1;
	width: 67%;
	border-color: #dfdfdf
}


footer {
color: #000;
}
footer a {
color:#AB8B2A;
text-decoration: underline;
}
footer a:hover {
color:#AB8B2A;
text-decoration: none;
}
