/*
    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 {
	font: 13px/1.5 Arial, sans-serif;
   color: white;
	 background-color: #e5e7eb;
   }

td {
   font: 13px/1.5 Arial, sans-serif;
}

#wrapper {
 background-color: #fff;
 -moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
  color: #303136;
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   }

#wrapperCheckout {
   background-color: #fff;
 color: #303136;
   }

#header {
   background-color: #FFF;
   }


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

#nav {
   background-color: #303136;
   }

#nav li a {
   background-color: #303136;
   border-right: 1px solid #2e3841;
   color: #9dadb8;
   }

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

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

#companyLogoTopBanner img {
   display: block;
   margin: auto;
   padding-top: 1rem
}

/* 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: #333;
   }

.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 #ccc;
 -webkit-box-shadow: 1px 1px 5px #ccc;
 box-shadow: 1px 1px 5px #ccc;
}

#productGrid a {
   color: #333;
   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;
   }

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

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

.discountedPrice {
   /* Slashed price in cart */
   text-decoration:line-through;
   }
   
.search, .promoField {
   /* Text fields for search and promo code */
   /* Form fields used in checkout forms */
   border: 1px solid #ddd;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   font-size: 13px;
   color: #222;
   background-color: #ebebeb;
   }

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .productQty, .qtyField  {
   /* Form fields used in checkout forms */
   border: 1px solid #ddd;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   font-size: 13px;
   color: #222;
   background-color: #ebebeb;
   }

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

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

.promoCode th {
   border-bottom: 1px solid #ccc;
   border-top: 1px solid #ccc;
   }

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
   background-color: #303136;
   font-size: 16px;
 color: #fff;
   }

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

.billingInfo td {
   border-right: 1px solid #ccc;
}

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

.financeCharge {
   font-size: 12px;
   color: #777;
   }


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

.upsell {
   background-color: #f7f7f7;
   border: 1px solid #ccc;
}

#upsellContainer img {
   border: 1px solid #ccc;
   }

.upsellRegPrice {
   font-style: italic;
   }



/* TYPOGRAPHY
===============================================================*/

h1 {
   /* Used for product and page headers */
   color: #333;
   margin: 0 0 15px 0;
   letter-spacing: 1px;
   }

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

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

h4 {
   color: #555;
   }

.tableHeader {
   color: #555;
   }

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



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

a {
   color: #9dadb8;
   text-decoration: none;
   }

a:hover {
   text-decoration: underline;
   color: #F09;
   }

.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, .upsellButton  {
   display: inline-block;
   outline: none;
   cursor: pointer;
   text-align: center;
   text-decoration: none;
   font-size: 15px;
   color: #F09;
   border: solid 1px #F09f;
   background: #ffffff;
   font-family: 'Doppio One';
   position: relative;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
   z-index:1;
   }
   
.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
   color: #ffffff;
	text-decoration: none;
   }

.searchButton:after, .cartButton:after, .codeButton:after, .continueButton:after, .upsellButton:after {
   content: '';
   position: absolute;
   z-index: -1;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
   width: 101%;
   height: 0;
   top: 50%;
   left: 50%;
   background: #F09;
   opacity: 0;
   -webkit-transform: translateX(-50%) translateY(-50%);
   -moz-transform: translateX(-50%) translateY(-50%);
   -ms-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
}

.searchButton:hover:after, .cartButton:hover:after, .codeButton:hover:after, .continueButton:hover:after, .upsellButton:hover:after {
   height: 100%;
   opacity: 1;
}

.editInfo a:hover {
 color: #000;
}



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

#footer {
   color: #000;
   }



/* 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 rgba(0,0,0, 0.2);
}

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: 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: 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: 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: 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: 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: 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: #f7f7f7;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
select option
{
   background-color: #FFF !important;
   color: #000;
}

#PROMO_CODE {
   padding-bottom: .75rem;
}

/* Solves Transparent BG checkout issue */

.billingTable, .paymentMethodTable, form {
 background-color: #fff !important;
}



