                                                                                    
/* Layout: One Column
Theme: Sapphire Edited by Eric Huber of Blue Zoo Creative / me@erichuber.com
sapphire.css

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

body {
    font: 14px/1.5 "Lato", Verdana, Arial, Helvetica, sans-serif;
	color: #555;
    background-color: #ffffff;
    background-image: url('http://thewideawakening.com/wp-content/uploads/2016/07/TWA-Store-Header-BG4.jpg');
    background-repeat: no-repeat;
    background-position: top center; 
    margin: 0 auto 0 auto;
	}

#wrapper {
    margin: 0 auto;
	}

#wrapperCheckout {
	background-color: #fff;
	}



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


#topNav {
    align: center;
    height: auto;
}

#nav {
  display:none;
	background-color: #E3007B;
    /* padding-top: 5px;
    padding-bottom: 5px;
    margin: 10px auto 0 auto;
    padding-left: 3000px;
	margin-left: -3000px;
	padding-right: 3000px;
	margin-right: -3000px; */

    width: 1040px;
	height: 40px;
	margin: 10px auto -15px auto;
    padding: 10px 0x!important;
}

#nav li a {
	background-color: #E3007B;
	}

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

#nav a {
	text-decoration: none;
	color: #ffffff;
    font-size:17px;
    font-weight:normal;
    text-transform:uppercase;
	}

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

#breadcrumbs {
    font-size: 12px;
    background-color: #ffffff;
    text-transform:uppercase;
    letter-spacing: 1px;
    width: 1040px;
	height: 20px;
	margin: -15px auto 0 auto;
    padding: 8px 20px 5px 20px !important;
}

#featured h3 {
    margin-top: 0px!important;
    margin-bottom: 0!important;
    padding: 5px 20px !important;
    background: #1172a5!important;
    border: none !important;
    border-radius: 0!important;
    font-color: #ffffff !important;
    text-transform: uppercase;
    font-size:16px;
    color: #ffffff !important;
    width: 1040px;
}




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

.price {
	/* Price shown on product details page */
	font: 18px bold;
	}

.productName {
     /* Product name in product grid */
	font-size: 16px;
	font-weight: bold;
	color: #52296f;
	}

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

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

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

.productGridOneCol {
    border-bottom: 1px solid #E6D3F3;
    padding: 10px auto!important;
    height: auto!important;
}
#productDetails .price {
    font-family: Verdana;
    font-weight: bold;
}
#productDescriptionFront {
    margin: 10px 0 0;
    font-size:12px;
}
#productDescription h1 {
    border-bottom:1px solid #c08ee5;
    margin-bottom:20px;
}
#productDescription h2 {
    background:#FFD165;
    color:#fff;
    margin-bottom:20px;
}
#productDescription ul {
    margin:10px 0px 0px 10px;
}
#productDescription ul li {
    margin-left:20px;
    padding:0 0 3px 10px;
}
#productDescription p {
    padding-bottom:10px;
}

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

.cartDiscount {
    /* Discount shown in cart */
	color: #946b11;
    }

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

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

.search, .promoField {
    /* Text fields for search and promo code */
	font: 13px 'Lato", Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	border: 1px solid #c6e1e3;
	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 #c6e1e3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

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

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

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

.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 #e0e9ea;
	background-color: #f0f6f6;
	}

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

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

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



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

.upsell {
	background-color: #f0f6f6;
	border: 1px solid #e0e9ea;
}

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

.upsellRegPrice {
	font-style: italic;
	}



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

h1 {
    /* Used for product and page headers */
	font: normal 18px Verdana,Arial,Helvetica, sans-serif;
    /*Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;*/
	color: #880bbb;
	margin: 0 0 15px 0;
	/*letter-spacing: 1px;*/
    padding-bottom:10px;
	}

h2 {
    /* Used for product description header */
	font: normal 21px Verdana,Arial,Helvetica, sans-serif;
    /*Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;*/
	color: #333;
	margin: 0 0 5px 0;
	}

h3 {
    /* Used for product grid headline */
	font: normal 18px Verdana,Arial,Helvetica, sans-serif;
    /*Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;*/
	color: #542677;/*#6c888a;*/
	border-bottom: 1px solid #c08ee5;
	}

h4 {
	font: bold 15px Verdana,Arial,Helvetica, sans-serif;
    /*Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;*/
	color: #555;
	}

.tableHeader {
	font: bold 13px Verdana,Arial,Helvetica, sans-serif;
    /*Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;*/
	color: #555;
	}

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



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

a {
	/* color: #6c888a; */
    color: #1c7eb1;
	}

a:hover {
	/* color: #6c888a; */
    color: #02a8ff;
	}

 .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 {
    background-color: #b1e1e5;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font: bold 12px Helvetica, Arial, sans-serif;
	}

.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
	background-color: #9ec8cc;
	text-decoration: none;
	}



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

#footer {
	background-color: #fff;
	color: #6c888a;
    border-top: 4px solid #E28617;
	}



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

.errorMessage {
	color: #ffffff;
	}



body>table tr:nth-child(2) td {
  margin:10px auto;
  padding:10px;
  font-size:16px;
  font-weight:bold;
  color:#333;
  text-align:center;
}



















