/* Layout: Two Column
Theme: Basic Grey

Layout.css contains the layout properties for your order form,
including width, height, margin, padding, position, float,
display and text-align.

NOTE: There are additional classes that are not listed here
because they currently have no attributes. You can locate
these by downloading and using Firebug.
===============================================================*/

:root {
	
}

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

#wrapper {
	/* Wraps around everything and sets the total width of the order form */
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	padding: 0;
}
#header { margin-bottom: 1em; }

#companyLogoTopBanner img {
	display: block;
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
	@media (min-width: 830px) { 
		margin-left: calc( (100vw - 830px)/2 );
	}
}

#content {
	/* Content wrapper for main column */
	width: 90%;
	margin: 0 auto;
	padding: 0;
	@media (min-width: 830px) { 
		width: 500px;
		float: left;
		margin-left: calc( (100vw - 830px)/2 );
	}
}

#rightCol {
	/* Content wrapper for main column */
	display: none;
	@media (min-width: 830px) { 
		display: block;
		width: 300px;
		float: right;
		margin-right: calc( (100vw - 830px)/2 );
	}
}

#guarantee {
	display: block;
	width: 80%;
	margin: 0 auto;
	@media (min-width: 830px) {
		margin-left: calc( (100vw - 830px)/2 );
	}
}
#guarantee:after {
  content: "";
  clear: both;
  display: table;
}

#guarantee-seal {
	width:40%;
	max-width: 200px;
	float: right;
	@media (min-width: 830px) {
		margin-right: calc( (100vw - 830px)/2 );
	}
}

#footer-close {
	padding: 1em 0;
}
#copyright {
	display: block;
	width: 80%;
	margin: 0 auto;
	@media (min-width: 830px) {
		margin-left: calc( (100vw - 830px)/2 );
	}
}


/* PRODUCT GRID
===============================================================*/

.productImage {
	/* Image in the product grid */
	margin: 8px 0 10px 0;
	border: 1px solid #eee;
	max-width: 100%;
}

.price {
	/* Price in the right column of the product grid */
	white-space: nowrap;
}

.productDescription {
	/* Paragraph for short product description in order form */
	margin-bottom: 13px;
}

.optionsDrop {
	/* Dropdown for product options */
	padding: 4px 4px 4px 6px;
	margin-bottom: 13px;
	line-break-after: right;
}

.subscriptionPlan {
	display: block;
}

.qtyField {
	/* Quantity field in product grid */
	padding: 4px 4px 4px 6px;
	width: 30px;
	display: block;
	text-align: right;
	margin: 0 auto;
	margin-bottom: 5px;
}

#ORDER_FORM_PRODUCT_LIST { display: none; }



/* HTML AREAS (Insert custom HTML by going to the HTML area tab)
===============================================================*/

#topCustomHTML {
	/* HTML area below header image. */
	margin: 35px 0 15px 0;
}

#middleCustomHTML {
	/* HTML area below product grid. */
	margin: 35px 0 60px 0;
	clear: both;
}

#bottomCustomHTML {
}


/* Product Information
===============================================================*/
#productInformation {
	padding: 1rem 0;
}
#product-mockup { width: 100%; }



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

input {
	margin: 0 0 8px 0;
}

.paymentLabel {
	/* Labels for payment method table */
	display: block;
}

.choosePlan {
	/* Radio buttons used to choose pay plan or shipping option */
	margin-right: 5px;
}



/* Form fields and labels
---------------------------------------------*/

.checkoutTop, .checkoutTopDone,
.checkout, .checkoutDone,
.checkoutBottom, .checkoutBottomDone,
.checkoutShortest {
	/* Provides top padding for first form field in a form */
	padding: 1rem;
	margin: 0.75rem 0 0 0;
	width: 100%;
}



.checkoutLabel {
	/* Checkout form label */
	padding: 0 0 -3px 0;
	margin: 0 0 -3px 0;
}

.checkoutShort {
	/* Smaller form field */
	padding: 4px 4px 4px 6px;
	margin: 0;
	width: 135px;
}

.promoField {
	/* Smaller form field */
	padding: 4px 4px 4px 6px;
	margin: 0 0 0 10px;
	width: 120px;
}


.checkoutShortTop {
	/* Smaller form field */
	padding: 4px 4px 4px 6px;
	margin: 10px 0 0 0;
	width: 135px;
}

.promoLabel {
	padding-top: 3px;
}

.checkoutShortBottom {
	padding: 4px 4px 4px 6px;
	margin-bottom: 30px;
	width: 135px;
}

.addressTableInfo {
	margin-bottom: 0px;
}

.paymentIcon {
	/* Credit card, pay pal and check icons in payment information table */
	margin: 0 7px -5px 4px;
}


/* Tables
---------------------------------------------*/

.viewCart,
.billingTable,
.shippingTable,
.orderSummary,
.shipMethodTable,
.payplanTable,
.orderSummary,
.paymentMethodTable {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 2rem;
	text-align: left;
}

.viewCart th, 
.billingTable th, 
.shippingTable th, 
.shipMethodTable th, 
.paymentMethodTable th, 
.payplanTable th, 
.orderSummary th {
	padding: 1em 0 0;
	text-align: left;
}

.viewCart td, 
.shipMethodTable td, 
.paymentMethodTable td, 
.payplanTable td, 
.orderSummary td,
.billingTable td, 
.shippingTable td {
	padding: 0;
	vertical-align: top;
}

.orderSummary td:has(#promoCode) { padding-top: 0.5rem; }

#shipPaymentContainer {
	width: 355px;
	float: left;
}

.tableOption {
	/* Paragraph for shipping or pay plan option */
	margin: 0 0 11px 0;
}

.payplanSummary { /* Box that shows payment schedule for payment plan */
	background-color: #fff;
	width: 200px;
	margin: -12px 0 15px 0;
}

.paymentDate { /* Date shown in .paypanSummary box */
	width: 100px;
	display: inline-block;
	border-bottom: 1px dashed #ddd;
}

.paymentAmount { /* Payment amount shown in .paypanSummary box */
	width: 65px;
	text-align: right;
	display: inline-block;
	border-bottom: 1px dashed #ddd;
}

.financeDate { /* Finance charge label shown in .paypanSummary box */
	color: #777;
	font-style: italic;
	width: 100px;
	display: inline-block;
}

.financeAmount { /* Finance charge amount shown in .paypanSummary box */
	color: #777;
	font-style: italic;
	width: 65px;
	text-align: right;
	display: inline-block;
}

.promoCode {
	/* Table for promo code field */
	width: 453px;
	border-collapse: collapse;
	margin-left: 15px;
}

.promoCode td {
	height: 30px;
}

.cellLow td { 
	float: left;
	display: block
}

td.pay1 {
	/* First column in .paymentMethodTable */
	width: 49%;
	margin-right: 1%;
}

td.pay2 {
	/* First column in .paymentMethodTable */
	width: 49%;
	margin-left: 1%;
}

td.pay3 {
	/* First column in .paymentMethodTable */
	width: 66%;
	margin-right: 1%;
}
td.pay3 select {
	width: 49%;
	margin-right: 2%;
}
td.pay3 select:last-child { margin-right: 0; }

td.pay4 {
	/* First column in .paymentMethodTable */
	width: 32%;
	margin-left: 1%;
	padding-bottom: 2rem;
}

td.rightAlign,
td.rightAlignTop,
td.rightAlignBottom {
	display: none;
}

.productCell {
	width: 80%; !important
}

.qtyCell {
	width: 10%; !important
}

.priceCell {
	width: 10%; !important
}

th.rightAlign {
	text-align: right;
}

th.rightAlignTop {
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
	width: 150px;
}

th.leftAlign {
	text-align: left;
	height: 15px;
}

td.leftAlign {
	text-align: left;
}

td.centerAlign, th.centerAlign {
	text-align: center;
}

td .rightCell {
	text-align: right;
}

.checkoutLinks {
	/* Container for 'Checkout' and 'Continue Shopping' buttons */
	width: 100%;
	margin: 0;
}

.checkoutWithPayPalLink {
	cursor: pointer;
	display: inline-block;
	margin: 10px 0 0 10px;
	padding: 3px 0;
}

.checkoutWithPayPalImg {
	display: block;
	margin: 0 0 -11px;
}

.payPalDescription {
	width: 400px;
}

.switchPaymentSelectionLink {
	padding-bottom: 25px;
	cursor: pointer;
}

.paymentIcon {
	margin: 15px 7px -5px 4px;
}

tr:has(#state) {
	display: block;
	float: left;
	width: 67%;
}
tr:has(#zipCode) {
	display: block;
	float: right;
	width: 31%;
}
td:has(#state),
td:has(#zipCode) { display: block; }


/* Hide Inputs
===============================================================*/
tr:has(#company),
tr:has(#addressLine2) { 
	display: none; 
}

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

#upsellContainer {
	/* Contains all upsells */
	margin: 0 0 40px 0;
	clear: both;
}

.upsell {
	/* Box that contains single upsell */
	width: 328px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px 10px 12px 15px;
}

.upsellImage {
	float: left;
	margin: 6px 15px 0 0;
}

.upsellItem {
	/* Product name */
	font-weight: bold;
	margin-right: 10px;
}

.upsellAdd {
	/* Add to cart button for upsells */
	float: right;
	margin: 7px 7px 0 0;
}

.upsellPrice {
	margin-left: 9px;
}



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

.codeButton {
	padding: 0.25rem 0.5rem;
	margin: 0 0 0 0.25rem;
	cursor: pointer;
	float: right;
}

.continueButton {
	padding: 0.5rem 1rem;
	margin: 0;
	font-size: 1.5rem;
	width: 100%;
	cursor: pointer;
}

.upsellButton {
	margin: 0 0 0 1px;
	padding: 0.25rem 0.5rem;2px 8px 2px 8px;
	cursor: pointer;
}

/* PAYPAL LIGHTBOX
===============================================================*/

.payPalLightboxIcon {
	float: right;
	padding: 20px;
}

.payPalMessage {
	padding: 55px 30px 0;
}

.closePayPalLightbox {
	margin-right: 30px;
	margin-top: 50px;
	float: right;
}

.payPalGo {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: url("https://www.paypalobjects.com/en_US/i/pui/core/btn_bg_sprite.gif") repeat-x scroll left 17.5% #FFA822;
	border-color: #D5BD98 #935E0D #935E0D #D5BD98;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 10px;
	padding: 1px;
}


/* PAYPAL SMARTBUTTONS
===============================================================*/

.checkoutButtonList {
	/* Container for the checkout links and PayPal smart payment buttons, if the smart payment buttons are present */
	float: right;
	clear: both;
	padding-right: 30px;
}

.checkoutPaypalSmartPaymentButtons {
	/* Container for the PayPal smart payment buttons */
	float: right;
	clear: both;
}

.payPalOption td {
	/* PayPal option in the Payment Information */
	width: 220px;
}

.payPalOption td div {
	/* Container for the PayPal smart payment buttons in the PayPal option in the Payment Information */
	clear: both;
	float: left;
}

#payPalButtons {
	/* PayPal initial order form page when multiple payment option */
=    padding: 16px;
}

#payPalOptionButtons {
	/* Container for the PayPal smart payment buttons */
	float: right;
	clear: both;
	width: 220px;
}


