/*
    Layout: One Column
	Theme Name: Vanilla
	Description: Vanilla is a starter shopping cart theme for Infusionsoft.
	Author: Fusetastic
	Author URI: http://www.fusetastic.com
	Version: 1.0

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
	HTML version 2

Controls fonts, colors and images.
===============================================================*/

body {
    color: #202020;
    background-color: #f6f8f9;
}

body,
td {
	font: 16px/1.6 -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
}

.subtotal td {
 font-weight: 700; 
}

#companyLogoTopBanner {display: none;}

#wrapper {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#wrapperCheckout {
	background-color: #fff;
}



/* NAVIGATION
===============================================================*/

#nav {
	background-color: #f6f8f9;
	}

#nav li a {
	background-color: #f6f8f9;
	border-right: 1px solid #e6e6e6;
	color: #666;
	}

#nav li a:hover {
	background-color: #eee;
	}

#nav a {
	text-decoration: none;
	color: #6666;
	}

#nav a:hover {
	color: #202020;
	}



/* CONTENT / PRODUCT
===============================================================*/

.price {
	/* Price shown on product details page */
	font: 18px bold "Trebuchet MS", Tahoma, Arial,sans-serif;
	}

.productName {
     /* Product name in product grid */
	font-size: 18px;
	font-weight: normal;
	color: #202020;
	}

.priceBold {
    /* Product price in product grid */
	font-weight: bold;
	}

.productGridOneCol {
   border: 1px solid #999999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 5px #dce1e5;
  -webkit-box-shadow: 1px 1px 5px #dce1e5;
  box-shadow: 1px 1px 5px #dce1e5;
 }

#productGrid a {
	color: #202020;
    text-decoration: none;
	}

#productGrid a:hover {
	text-decoration: underline;
	}

.productGridOneCol {
	}

.subscriptionPrice {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    }

/* CART AND CHECKOUT
===============================================================*/

.cartDiscount {
    /* Discount shown in cart */
	color: #d44;
	white-space: nowrap;
    }

.cartProduct {
    /* Product name in cart */
    font-weight: bold;
    }

.removeItem {
    /* Remove item link in cart */
	color: #202020;
	}

.discountedPrice {
	/* Slashed price in cart */
    text-decoration:line-through;
    }
	
.search, .promoField {
    /* Text fields for search and promo code */
	color: #999;
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .productQty, .qtyField  {
	/* Form fields used in checkout forms */
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.shippingTable {
	border: 1px solid #dce1e5;
	}

.payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable  {
	border: 1px solid #dce1e5;
	}

.payPlan th, .paymentInfo th, .shippingInfo th, .billingInfo th, .shippingTable th, .billingTable th, .signinTable th, .paymentMethodTable th {
	border-top: none !important;
	}

.promoCode th {
	border-bottom: 1px solid #dce1e5;
    border-top: 1px solid #dce1e5;
	}
	
input#promoCode {
	color: black;
}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
	border-bottom: 1px solid #dce1e5;
	border-top: 1px solid #dce1e5;
	background-color: #f6f8f9;
	}

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

.subtotal, .viewCart tbody tr:first-child {
	font-weight: bold;
	border-bottom: 1px solid #dce1e5;
	background-color: #f6f8f9;
	}

.financeCharge {
    font-size: 12px;
    color: #777;
    }
    
/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product and page headers */
	color: #202020;
	font-weight: 300;
	font-size: 1.5em;
	}

h2 {
    /* Used for product description header */
	color: #202020;
	margin: 0 0 25px 0;
	}

h3 {
    /* Used for product grid headline */
	color: #202020;
	border-bottom: 1px solid #999;
	}

h4 {
	color: #555;
	}

.tableHeader {
	color: #555;
	}

.smallHeader {
	font-size: 15px;
	font-weight: bold;
	}



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

a {
	color: #666;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
table td a {color: #0093D8;text-decoration:underline;font-size: 12px;}

 .newsButton, .formButton {
	background-color: #b1e1e5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 0 #ebfeff;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	color: #4e6364;
	}

.searchButton, .cartButton, .codeButton, .continueButton {
    background-color: #646464;
	color: #fff;
    border-radius: 2em;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
	box-shadow: none;
	background-color: #0093D8;
	border: none;
	text-shadow: none;
	color: #FFF !important;
	padding: 10px 20px;
	font-weight: 500;
}

.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover {
	background-color: #007CB5;
	text-decoration: none;
	}

.codeButton {
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
}

/* FOOTER
===============================================================*/

#footer {
	background-color: #f6f8f9;
	color: #202020;
    border-bottom: 10px solid #fff;
	}



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

.errorMessage {
	color: #dd4949;
	}

input {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border: 1px solid #C2C2C2 !important;
}

input:focus {
    box-shadow: 0 0 3px rgba(100,100,100, 1);
    -webkit-box-shadow: 0 0 3px rgba(100,100,100, 1); 
    -moz-box-shadow: 0 0 3px rgba(100,100,100, 1);
    border:1px solid rgba(100,100,100, 0.8); 
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 15px;
}
.large {
	font-size: 20px;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.floatright {
	float: right;
}

.floatleft {
	flaot: left;
}

a.blue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #597db1), color-stop(100%, #3a6198));
  background-image: -webkit-linear-gradient(#597db1, #3a6198);
  background-image: -moz-linear-gradient(#597db1, #3a6198);
  background-image: -o-linear-gradient(#597db1, #3a6198);
  -pie-background: linear-gradient(#597db1, #3a6198);
  border: 1px solid #3b639b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #7d99bf;
  -webkit-box-shadow: inset 0 1px 0 0 #7d99bf;
  -o-box-shadow: inset 0 1px 0 0 #7d99bf;
  box-shadow: inset 0 1px 0 0 #7d99bf;
  color: white;
  text-shadow: 0 1px 0 #2a4f83;
}

a.blue:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #365a8c), color-stop(100%, #51719e));
  background-image: -webkit-linear-gradient(#365a8c, #51719e);
  background-image: -moz-linear-gradient(#365a8c, #51719e);
  background-image: -o-linear-gradient(#365a8c, #51719e);
  -pie-background: linear-gradient(#365a8c, #51719e);
  -moz-box-shadow: inset 0 1px 0 0 #728cb1;
  -webkit-box-shadow: inset 0 1px 0 0 #728cb1;
  -o-box-shadow: inset 0 1px 0 0 #728cb1;
  box-shadow: inset 0 1px 0 0 #728cb1;
  cursor: pointer;
}

a.button.green {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #668b46), color-stop(100%, #4a6d2c));
  background-image: -webkit-linear-gradient(#668b46, #4a6d2c);
  background-image: -moz-linear-gradient(#668b46, #4a6d2c);
  background-image: -o-linear-gradient(#668b46, #4a6d2c);
  -pie-background: linear-gradient(#668b46, #4a6d2c);
  border: 1px solid #4d702e;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #7fa95b;
  -webkit-box-shadow: inset 0 1px 0 0 #7fa95b;
  -o-box-shadow: inset 0 1px 0 0 #7fa95b;
  box-shadow: inset 0 1px 0 0 #7fa95b;
  color: white;
  text-shadow: 0 1px 0 #39571e;
}

a.green:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #436129), color-stop(100%, #5a7641));
  background-image: -webkit-linear-gradient(#436129, #5a7641);
  background-image: -moz-linear-gradient(#436129, #5a7641);
  background-image: -o-linear-gradient(#436129, #5a7641);
  -pie-background: linear-gradient(#436129, #5a7641);
  -moz-box-shadow: inset 0 1px 0 0 #739457;
  -webkit-box-shadow: inset 0 1px 0 0 #739457;
  -o-box-shadow: inset 0 1px 0 0 #739457;
  box-shadow: inset 0 1px 0 0 #739457;
  cursor: pointer;
}

a.yellow {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1c81a), color-stop(100%, #a79f0c));
  background-image: -webkit-linear-gradient(#d1c81a, #a79f0c);
  background-image: -moz-linear-gradient(#d1c81a, #a79f0c);
  background-image: -o-linear-gradient(#d1c81a, #a79f0c);
  -pie-background: linear-gradient(#d1c81a, #a79f0c);
  border: 1px solid #aca40c;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #e4dc3a;
  -webkit-box-shadow: inset 0 1px 0 0 #e4dc3a;
  -o-box-shadow: inset 0 1px 0 0 #e4dc3a;
  box-shadow: inset 0 1px 0 0 #e4dc3a;
  color: white;
  text-shadow: 0 1px 0 #8a8305;
}

a.yellow:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98910b), color-stop(100%, #b6ae1b));
  background-image: -webkit-linear-gradient(#98910b, #b6ae1b);
  background-image: -moz-linear-gradient(#98910b, #b6ae1b);
  background-image: -o-linear-gradient(#98910b, #b6ae1b);
  -pie-background: linear-gradient(#98910b, #b6ae1b);
  -moz-box-shadow: inset 0 1px 0 0 #dbd229;
  -webkit-box-shadow: inset 0 1px 0 0 #dbd229;
  -o-box-shadow: inset 0 1px 0 0 #dbd229;
  box-shadow: inset 0 1px 0 0 #dbd229;
  cursor: pointer;
}


.button {
	display: inline-block;
    font-weight: bolder;
    margin: 10px 0;
    padding: 8px 1em 9px;
    text-align: center;
    text-decoration: none;
}

#customCheckoutTop, #customCheckoutBottom {
  background: #f6f8f9;
}

#companyLogoTopBanner img {
	width: 18em;
	margin: 1em 0 0 0;
}


/*----- new table css ---------*/

table th {
	font-weight: 600;
}

table.billingInfo,
table.shippingInfo,
table.paymentInfo {
	border: none !important;
}

.billingInfo td,
.billingInfo th,
.shippingInfo td,
.shippingInfo th,
.paymentInfo td,
.paymentInfo th {
	border: 1px solid #dce1e5 !important;
}

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

#upsellContainer h2 {
/* 	font-size: 1em; */
	color: transparent;
	position: relative;
	font-weight: 300;
    font-size: 1.5em;
    margin-bottom: 15px;
    line-height: 1;
	min-width: 100%;
	max-width: 100%;
}

#upsellContainer h2::before {
	content: "Recommended Prerequisites (25% Off)";
	color: #202020;
	display: block;
	position: absolute;
}

#upsellContainer::before {
    content: "Customers Also Bought";
    font-weight: 600;
    color: #0093d8;
    display: block;
    margin-bottom: .5em;
}

#upsellContainer {
	display: flex;	
}

#upsellContainer {
    /* Contains all upsells */
	width: 100%;
	margin-bottom: 2em;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

.upsell {
	position: relative;
	background: #fff !important;
/* 	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1); */
	min-width: calc(33.333% - 1em);
	max-width: calc(33.333% - 1em);
	box-sizing: border-box;
	padding: 1em 1em 3em;
	float: none;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #dce1e5;
	min-height: 150px;
}
.upsellImage {
    /* border: 0 !important; */
    position: absolute;
    /* left: 10px; */
    top: 1em;
    right: 1em;
    width: 60px;
}

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

.upsellAdd {
    position: absolute;
    bottom: 1em;
  right: 1em;
}

.upsellPrice {
    margin-left: auto;
    font-weight: 600;
    color: #0093D8;
    display: inline-block;
}

.upsellRegPrice {
	display: inline-block;
	opacity: .6;
	text-decoration: line-through;
	font-size: .75em;
}

.upsellButton  {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 2em;
	box-shadow: none;
	border: none;
	text-shadow: none;
	color: #202020 !important;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	background-color: #72ffab;
	font-size: 12px;
	padding: 0 1em !important;
}

.upsellButton:hover {
	text-decoration: none;
}

.upsellItem {
    display: block;
    padding-right: 60px;
    line-height: 1.35;
    margin-bottom: 0.25em;
}


