/* Layout: Two Column
Theme: Graphite

Appearance.css contains the costmetic properties for your order 
form, such as fonts, colors, background images and borders.

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.
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Podkova:400,700);
@import url(https://fonts.googleapis.com/css?family=Doppio+One);

body {
	font: 15px/1.5 Arial,Helvetica,sans-serif;
	color: #232323;
	background-color: #E1E1E1;
	}

td {
	font: 15px/1.5 Arial,Helvetica,sans-serif;
    color: #222;
	}
	
img, img a {
    border: 0 none;
	}

#wrapper {
    /* Wraps around everything and sets the total width of the order form */
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }
	
#orderForm {
  border: 1px solid #ccc;
  padding:1em;
  border-radius: 10px;
}

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

.priceBold {
	/* Price subtotal on bottom right of product grid */
	font-weight: bold;
	}

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

.totalPrice {
	/* Subtotal label on bottom left of product grid */
	font-weight: bold;
	}

.optionChosen {
	font-style: italic;
	color: #999;
	font-size: 14px;
	}

.updateCart {
	/* Link to update quantity */
	font-size: 10px;
	}

.promoField {
    /* Text fields for promo code */
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
	}



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

.checkout, .checkoutShort, .checkoutShortTop, .checkoutShortBottom, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop  {
	/* Form fields used in checkout forms */
	border: 1px solid #959595;
    border-radius: 3px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 6px 25px 7px 5px;
	}

.checkoutDone, .checkoutTopDone, .checkoutBottomDone {
	/* Form fields used on confirmation page */
    font-size: 13px;
	color: #222;
	}
	
.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .orderSummary {
	border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
	border-collapse: collapse;
	}

.viewCart th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .shipMethodTable th, .payplanTable th, .orderSummary th {
	background: #398AC9;
  color: #FFFFFF;
    }

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
	border-top: 1px solid #ddd;
	}

.subtotal {
	background-color: #f5f5f5;
	font-weight: bold;
	}

.cartDiscount {
    /* Discount text */
	color: #f00;
    }

.paymentDate, .paymentAmount, .financeDate, .financeAmount { /* Shown in payplan pay schedule box */
	font-size: 12px;
	}

.payplanSummaryHeader { /* Header for payplan pay schedule box */
	font-size: 12px;
	font-weight: bold;
	}



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

#upsellContainer {
    overflow: hidden;
	}

.upsell {
	background-color: #fcfbe9;
	border: 1px solid #f1edb4;
    color: #222;
	}

.upsellRegPrice {
	font-style: italic;
	}

.upsellPrice {
	color: #ff0000;
	}
	
.upsell img {
	border: 1px solid #ddd;
	}



/* TYPOGRAPHY
===============================================================*/
h1, h2, h3, h4, h5 {
 font-family: "Myriad Pro","Checkmate",Verdana,Arial,Helvetica,sans-serif;
}

h1 {
    /* Used for product names */
	font-size: 21px;
    color: #398AC9;
	}

h2 {
    /* Used for upsell product names */
    font-size: 16px;
  color: #398AC9;
    }

h3 {
    /* Used for upsell headline */
    font-size: 16px;
    color: #398AC9;
    }



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

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.codeButton, .continueButton, .upsellButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #666;
	background: #40A953;
	
    font-family: 'Doppio One';
    }
	
.codeButton:hover, .continueButton:hover, .upsellButton:hover {
	color: #fff;
    background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#555555));
	background: -moz-linear-gradient(top,  #888888,  #555555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#555555');
	text-decoration: none;
	}



/* MISC
===============================================================*/

.errorMessage {
	color: #d44;
	}   

ul.smallchecks {
 list-style-type: none; 
}

ul.smallchecks li {
 padding-left: 28px;
  background-image: url("https://cams.files.keap.app/cams/cams-aeb8d1c8-5c26-47cd-9596-271fec8f522a-v2");
  background-repeat: no-repeat;
}

div.side-block {
 border-top: 1px solid #CECDCE;
    margin-top: 15px;
    padding-top: 15px; 
}

div.note {
 background-color: #DCF0D8;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    color: #000000;
  padding: 15px 20px;
  font-size: 0.8em;
  margin-bottom: 1em;
}

table.payplanTable th {
 display: none; 
}

div#product-area {
 background-color: #F5F5F5;
    padding: 15px; 
}

div#total-due {
 display:none; 
}

div#product-area div#total-due {
 display: block; 
}

div#total-due {
 padding-bottom: 2em; 
  border-top: thin solid #333333;
}

div#total-due, div#total-due p {
 position: relative;
  overflow:hidden;
  clear:both;
}

span.total-header, span.total-vat {
 font-weight: bold; 
  float: left;
}

span.amount-due, span.vat-due {
 float: right; 
}

p.vat {
 display: none; 
}

.guarantee img { width: 70%; margin-left: 30px; margin-top: 20px; }
img.paymentIcon  { display: none; }
.order-form-cards-img { margin-bottom: -30px; }
#secure-checkout { margin-top: -30px; margin-left: -10px; }
.list-box .newh1 { line-height: 25px; margin-bottom: 5px; }

