/* Layout: One Column
	Theme: Lino

The following styles control fonts, colors and background images
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
    font: 14px/1.5 'Open Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Calibri, Verdana, sans-serif;
    color: #6b6f51;
    background-color: #ffffff;
    position: relative; /* Necessary for absolute positioning of the cart link */
}

/* VIEW CART - CYAN BUTTON OVER HORSE IMAGE
===============================================================*/
.viewCartLink, #viewCart, .checkoutLinksTop { 
    position: absolute !important;
    top: -145px !important;    /* Pulls it up into the red circle area */
    right: 0 !important;       /* Aligns with the right margin */
    z-index: 9999 !important;
    text-align: right;
}

.viewCartLink a, #viewCart a, .checkoutLinksTop a {
    display: inline-block !important;
    background-color: #00ced1 !important; /* Cyan color box */
    color: #ffffff !important;           /* White font */
    font-weight: 800 !important;          /* Extra Bold */
    font-size: 14px !important;
    padding: 10px 20px !important;        /* Creates the rectangle shape */
    border-radius: 5px;                   /* Slightly rounded corners */
    text-decoration: none !important;
    text-transform: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2); /* Subtle depth */
}

.viewCartLink a:hover, #viewCart a:hover, .checkoutLinksTop a:hover {
    background-color: #00b5b8 !important; /* Slightly darker cyan on hover */
    text-decoration: none !important;
}

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

#nav {
    background-image: none;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between; /* Spreads the 7 tabs evenly */
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 960px; /* Matches the width of your header/content */
    border-bottom: 1px solid #e6ecdf;
}

#nav li {
    flex-grow: 1;
    text-align: center;
}

#nav li a {
    display: block;
    padding: 12px 5px;
    color: #6b6f51;
    border-right: 1px solid #e6ecdf;
    text-decoration: none;
    font-size: 13px; /* Slightly smaller to fit all 7 tabs in one row */
    font-weight: bold;
}

#nav li:last-child a {
    border-right: none; /* Removes border from the last tab (BYOV Product) */
}

#nav li a:hover {
    color: #9ea470;
    background-color: #f0f0f0;
}

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

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

.subscriptionPrice {
    font-weight: bold;
}

.priceBold {
    /* Product price in product grid */
    font-weight: bold;
    color: #6c7c84;
    font-size: 15px;
}

#productGrid a {
    color: #6b6f51;
}

#contentProductDetail {
    background-color: #fff;
}

.productOutOfStock {
    border-color: rgb(194, 194, 194);
    border-style: solid;
    border-width: 1px 0 1px 0;
    display: inline-block;
}

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

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

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

.cartThumb {
    border: 1px solid #ddd;
}

.discountedPrice {
    /* Slashed price in cart */
    text-decoration: line-through;
}

.qtField {
    border: 1px solid #B3C49E;
    color: #999;
    font-size: 12px;
}

.promoField {
    /* Text field for promo code */
    font-size: 12px;
    color: #999;
    border: 1px solid #b3c49e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.search {
    /* Text field for search */
    font-size: 12px;
    color: #bbb;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.checkout, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .checkoutShort, .checkoutShortest {
    /* Form fields */
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.promoCode th {
    border-bottom: 1px solid #b3c49e;
    border-top: 1px solid #b3c49e;
    color: #50646E;
}

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

.viewCart, .viewCartShort, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .signinTable, .summaryCart, .paymentMethodTable {
    outline: 1px solid #99b279;
    border-collapse: collapse;
    background-color: #fff;
}

.shippingTable, .billingTable {
    border: 1px solid #99b279;
    border-collapse: collapse;
    background-color: #fff;
}

.shippingTable td, .billingTable td {
    border: none;
    background-color: #fff;
}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
    border-top: 1px solid #b3c49e;
    background-color: #fff;
}

.updateCart {
    font-size: 10px;
}

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

#forgotPasswordWindow {
    border: 1px solid #b3c49e;
    background-color: #fff;
}

.productLarge {
    border: 1px solid #ddd;
}

.productOutOfStockBanner {
    background-color: rgba(211, 211, 211, 0.95);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.productQty {
    border: 1px solid #B3C49E;
    color: #999;
    font-size: 12px;
}

.forgotPasswordTable input {
    border: 1px solid #b3c49e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.forgotPasswordTable td {
    color: #6B6F51;
    font: 13px/1.5 'Open Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Calibri, Verdana, sans-serif;
}

.forgotPasswordTable th {
    color: #6C888A;
}

.financeCharge {
    /* Comment in PayPlan table that displays the finance charge */
    font-size: 10px;
    color: #999;
}

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

.upsell {
    background-color: #fff;
    border: 1px solid #99b279;
}

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

.upsellRegPrice {
    font-style: italic;
}

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

h1 {
    /* Used for product and page headers */
    font: normal 26px 'Open Sans', sans-serif;
    color: #50646e;
    margin: 0 0 15px 0;
    font-weight: bold;
}

h3 {
    /* Used for product grid headline */
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff0000;
    background-image: none;
    height: 37px;
    padding: 6px 0 0 30px;
    margin: 0 0 20px 0;
    width: 960px;
}

h4 {
    font: bold 14px 'Open Sans', sans-serif;
    color: #337778;
    text-transform: uppercase;
    margin: 13px 0 0 10px;
}

.tableHeader {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.smallHeader {
    font-size: 15px;
    font-weight: bold;
    color: #50646E;
}

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

a {
    color: #6496a5;
}

a:hover {
    color: #6496a5;
}

.continueButton, .cartButton, .newsButton, .codeButton, .formButton {
    background-color: #697c86;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 0 #4f5e65;
    color: #fff;
}

.buttonRight a:hover, .buttonLeft a:hover {
    background-color: #50646E;
    color: #fff;
}

.searchButton {
    background-color: #b1e1e5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: bold 13px Helvetica, Arial, sans-serif;
}

.searchButton a:link {
    color: #eee;
}

.searchButton:hover {
    background-color: #a0d0d4;
    text-decoration: none;
}

.cartButton, .codeButton, .continueButton, .upsellButton {
    background-color: #697c86;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: bold 13px Helvetica, Arial, sans-serif;
}

.cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
    background-color: #50646E;
    text-decoration: none;
    color: #fff;
}

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

#footer {
    border-top: 1px solid #b3c49e;
}

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

.errorMessage {
    color: #fe5d32;
}

/* PAYPAL SMARTBUTTON
============================================================*/

.checkoutPaypalSmartPaymentButtons {
    /* Container for the PayPal smart payment buttons */
    background-color: #fff;
}
