/* Appearance

This contains the costmetic properties for your order
form, such as fonts, colors, background images and borders.
===============================================================*/


/* TOP LEVEL STYLES
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,700);

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #242433;
}

img, img a {
	border: 0 none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-weight: 900;
	color: #75a932;
}


h2 {
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #75a932;
}


h4 {
	font-size: 16px;
}

#wrapper {
	position: relative;
}

#wrapper #rightbar {
	border-right: 1px solid #f0f0f0;
}

p {
	margin: 0;
	font-size: 12px;
	color: #7a7a87;
}

#content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#productsContainer,
#shippingOptionsContainer {
	padding: 16px 0;
	border-bottom: 1px solid #e6e6e8;
}

#productsContainer {
	padding: 0 0 16px;
}

#paymentPlansContainer {
	border-top: 1px solid #e6e6e8;
}

#upsellContainer,
#orderSummaryContainer,
#paymentPlansContainer,
#checkoutLinksContainer {
	padding: 16px 0;
}

#orderFormBillingEntry .checkboxOption {
	margin-bottom: 16px;
}

ol#feature-list,
ul#feature-list {	
	padding: 1rem 0;
	padding-left: 1rem;
}

ol#feature-list li,
ul#feature-list li {
	padding: 0 0 0 1rem;
	margin-bottom: 1rem;
}

/* Order Form Expander
===============================================================*/

#orderSummaryExpander {
	margin-bottom: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#orderSummaryExpander > *:not(:last-child) {
	padding-right: 4px;
}


/* FORMS
===============================================================*/

.input-field,
.select-field {
	position: relative;
	width: 100%;
}

.input-field input, .select-field select {
	-webkit-appearance: none;
	-webkit-transition: border .25s cubic-bezier(.23,1,.32,1);
	-o-transition: border .25s cubic-bezier(.23,1,.32,1);
	transition: border .25s cubic-bezier(.23,1,.32,1);
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #cdcdd1;
	display: block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	padding: 8px 16px;
	height: 40px;
	line-height: normal;
	outline: none;
	width: 100%;
	font-size: 14px;
}

input[type="text"], input[type="number"] {
	width: 100%;
}

.select-field select {
	color: #242433;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='chevron-down'%3E%3Cpath d='M6.293 9.293a1 1 0 0 1 1.414 0L12 13.586l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
	background-size: 20px;
	background-position: calc(100% - 6px) center;
	background-repeat: no-repeat;
	width: 100%;
}

.select-field select:disabled, .input-field input:disabled {
	background-color: #f0f0f0;
	color: #7a7a87;
	cursor: not-allowed;
}

.input-field label,
.select-field label {
	font-size: 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: left .25s cubic-bezier(.23,1,.32,1),top .25s cubic-bezier(.23,1,.32,1),font-size .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
	-o-transition: left .25s cubic-bezier(.23,1,.32,1),top .25s cubic-bezier(.23,1,.32,1),font-size .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
	transition: left .25s cubic-bezier(.23,1,.32,1),top .25s cubic-bezier(.23,1,.32,1),font-size .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	left: 1rem;
	line-height: calc(16px * 1.5);
	pointer-events: none;
	position: absolute;
	text-transform: none;
	text-align: left;
	margin-left: -4px;
	background: -webkit-gradient(linear,left bottom, left top,from(transparent),color-stop(42%, transparent),color-stop(0, #fff),color-stop(51%, #fff),color-stop(0, transparent));
	background: -o-linear-gradient(bottom,transparent,transparent 42%,#fff 0,#fff 51%,transparent 0);
	background: linear-gradient(0deg,transparent,transparent 42%,#fff 0,#fff 51%,transparent 0);
	padding: 0 4px;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	width: auto;
	white-space: normal;
	color: #7a7a87;
}

.input-field input:focus {
	border: 1px solid #444;
}

.input-field input:disabled~label {
	color: #7a7a87;
}

.inline-field-invalid {
	background: none !important;
}

.inline-field-invalid:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.radioOption,
.checkboxOption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.radioOption ~ .radioOption {
	margin-top: 8px;
}

.radioOption label,
.checkboxOption label {
	font-size: 14px;
}

.radioOption input,
.checkboxOption input {
	margin-right: 8px;
}

.radioOptionDetails {
	font-size: 12px;
	color: #7a7a87;
	padding-left: 22px;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > * {
	padding-right: 5px;
	padding-left: 5px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}


/* LINKS AND BUTTONS
===============================================================*/

a {
	color: #7a7a87;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

.button {
	-webkit-transition: background-color .25s cubic-bezier(.23,1,.32,1);
	-o-transition: background-color .25s cubic-bezier(.23,1,.32,1);
	transition: background-color .25s cubic-bezier(.23,1,.32,1);
	background-color: #2a8fbb;
	border: 1px solid transparent;
	color: #fff;
	padding: 11px 15px;
	font-size: 14px;
	line-height: 16px;
	-webkit-transition: background-color .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1),-webkit-box-shadow .25s cubic-bezier(.23,1,.32,1);
	transition: background-color .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1),-webkit-box-shadow .25s cubic-bezier(.23,1,.32,1);
	-o-transition: background-color .25s cubic-bezier(.23,1,.32,1),box-shadow .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
	transition: background-color .25s cubic-bezier(.23,1,.32,1),box-shadow .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
	transition: background-color .25s cubic-bezier(.23,1,.32,1),box-shadow .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1),-webkit-box-shadow .25s cubic-bezier(.23,1,.32,1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	text-align: center;
	transition: 0.3s all ease-in-out;
}

.button.block {
	width: 100%;
}

.button.secondary {
	background-color: transparent;
	color: #242433;
	border-color: #242433;
}

.button:active {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button:hover {
	text-decoration: none;
	color: #fff;
	background: #54a4c7;
}

.button.secondary:active, .button.secondary:hover {
	background-color: #242433;
	color: #fff;
	border-color: transparent;
}

.button[disabled] {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
	pointer-events: none;
	-webkit-transition: background-color .25s cubic-bezier(.23,1,.32,1);
	-o-transition: background-color .25s cubic-bezier(.23,1,.32,1);
	transition: background-color .25s cubic-bezier(.23,1,.32,1);
	background-color: rgba(0,0,0,.09);
	border: 1px solid transparent;
	color: rgba(0,0,0,.29);
}



/* LOGO
===============================================================*/

#companyLogoTopBanner {
	text-align: center;
}

#companyLogoTopBanner img {
	max-width: 160px;
}


/* PRODUCT LIST SUMMARY
===============================================================*/

.productImage {
	max-width: 100px;
	max-height: 100px;
	border-radius: 6px;
}

.productSubTotal {
	font-size: 12px;
}

.productTotal {
	font-size: 14px;
	color: #242433;
}

.productSubTotalPrice {
	color: #7a7a87;
}

.productOriginalPrice {
	text-decoration: line-through;
}

.orderSummaryExpanderLink {
	cursor: pointer;
	text-decoration: underline;
}


/* ORDER SUMMARY
===============================================================*/

.orderSummarySubTotals {
	border-bottom: 1px solid #e6e6e8;
}


.orderSummaryPrice {
	font-size: 14px;
	color: #7a7a87;
}

.orderSummaryTotal .orderSummaryPrice,
.orderSummaryTotal .orderSummaryPrice p {
	font-size: 18px;
	color: #242433;
	font-weight: 600;
}


/* UPSELLS
===============================================================*/

.upsell {
	border-radius: 12px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	background-color: #fafafa;
	padding: 16px;
}

.upsellOriginalPrice {
	font-size: 12px;
	text-decoration: line-through;
	color: #7a7a87;
}
