/* Layout: One Column
Theme: Graphite v.2

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

@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 Podkova, Rockwell, Helvetica, sans-serif;
    color: #ddd;
    background-color: #222;
    background-image: url(http://projects.vindicate.us/infusioncart/graphite/images/txture.png);
}

td {
    font: 15px/1.5 Podkova, serif;
    color: #222;
}

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

#nav {
    background-color: transparent;
}

#nav li a {
    background-color: #0b0b0b;
    border: 1px solid #292929;
}

#nav li a:hover {
    background-color: #151515;
    border: 1px solid #343434;
}

#nav a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

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

#topNav a {
    background-color: #0b0b0b;
    color: #eee;
    font-size: 14px;
}

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

#breadcrumbs {
    color: #222;
}

.subscriptionPrice {
    font: 16px bold Podkova, Rockwell, Helvetica, sans-serif;
    color: #222;
}

.productName {
    /* Product name in product grid */
    font-size: 21px;
    font-weight: bold;
    color: #C21A1A;
    text-shadow: 0 1px 1px #000;
    line-height: 1.1;
}

.productName a:hover {
    /* Product name in product grid */
    font-size: 21px;
    font-weight: bold;
    color: #555; !important
    text-shadow: 0 1px 1px #000;
}

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

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

#productGridOneCol a:hover {
    color: #fff; !important
}

.productLarge {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

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

.productDescriptionShort {
    /* Paragraph for short product description on product details page */
    color: #222;
}

#productDescription p {
    color: #222;
}

.optionLabel {
    color: #222;
}

#productDetails li {
    color: #222;
}

#contentProductDetail {
    /* Content wrapper used on product details page */
    background-color: #f5f5f5;
    border: 1px solid #555;
}

#contentWide {
    background-color: #f5f5f5;
}

.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;
    font-size: 16px;
}

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

.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 */
    font-size: 13px;
    color: #999;
    border: 1px solid #ddd;
}

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

.checkoutLinks, .checkoutLinksBottom, .checkoutButtonList {
    background-color: #f5f5f5;
    border-radius: 4px;
}

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

.viewCart, .summaryCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable {
    border: 1px solid #e0e9ea;
    background-color: #fff;
}

.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;
    color: #eee;
    font-size: 15px;
    background-color: #222;
}

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

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

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

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

.upsell {
    background-color: #fff;
    border: 1px solid #e0e9ea;
    color: #222;
    line-height: 1.2;
}

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

.upsellRegPrice {
    font-style: italic;
    margin-bottom: 7px;
}

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

h1 {
    /* Used for product and page headers */
    font: 32px 'Doppio One';
    font-weight: normal;
    color: black;
    margin: 0 0 15px 0;
}

h2 {
    /* Used for product description header */
    font: 21px 'Doppio One';
    font-weight: normal;
    color: #c21a1a;
    margin: 0 0 5px 0;
}

h3 {
    /* Used for product grid headline */
    font: 18px 'Doppio One';
    font-weight: normal;
    color: #ddd;
    border-bottom: 4px double #292929;
}

h4 {
    font-size: 15px;
    color: #ec5b5b;
}

.tableHeader {
    font-size: 15px;
    font-weight: bold;
    color: #222;
}

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

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

a {
    color: #C21A1A;
}

a:hover {
    color: #C21A1A;
}

.newsButton, .formButton, .searchButton, .cartButton, .codeButton, .continueButton {
    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: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
    background: -moz-linear-gradient(top, #777777, #444444);
    background: linear-gradient(to bottom, #777777, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
    font-family: 'Doppio One';
}

.upsellButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    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: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
    background: -moz-linear-gradient(top, #777777, #444444);
    background: linear-gradient(to bottom, #777777, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
    font-family: 'Doppio One';
}

.searchButton:hover, .cartButton:hover, .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);
    background: linear-gradient(to bottom, #888888, #555555);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#555555');
    text-decoration: none;
}

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

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

#footer {
    border-top: 4px double #292929;
}

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

.errorMessage {
    color: #c21a1a;
}

.forgotPasswordTable td {
    color: #ddd;
}

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

.checkoutLinks, .checkoutLinksBottom, .checkoutButtonList {
    background-color: #f5f5f5;
    border-radius: 4px;
}



/* 14-6
============================================================*/
/* Appearance

This contains the costmetic properties for your order
form, such as fonts, colors, background images and borders.
===============================================================*/


/* TOP LEVEL STYLES
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,700);

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #242433;
}

img, img a {
    border: 0 none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}


h2 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 300;
}


h4 {
    font-size: 16px;
}

#wrapper {
    position: relative;
}

#wrapper #rightbar {
    border-right: 1px solid #f0f0f0;
}

p {
    margin: 0;
    font-size: 12px;
    color: #7a7a87;
}

#content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#productsContainer,
#shippingOptionsContainer {
    padding: 16px 0;
    border-bottom: 1px solid #e6e6e8;
}

#productsContainer {
    padding: 0 0 16px;
}

#paymentPlansContainer {
    border-top: 1px solid #e6e6e8;
}

#upsellContainer,
#orderSummaryContainer,
#paymentPlansContainer,
#checkoutLinksContainer {
    padding: 16px 0;
}

#orderFormBillingEntry .checkboxOption {
    margin-bottom: 16px;
}


/* Order Form Expander
===============================================================*/

#orderSummaryExpander {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#orderSummaryExpander > *:not(:last-child) {
    padding-right: 4px;
}


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

.input-field,
.select-field {
    position: relative;
    width: 100%;
}

.input-field input, .select-field select {
    -webkit-appearance: none;
    -webkit-transition: border .25s cubic-bezier(.23,1,.32,1);
    -o-transition: border .25s cubic-bezier(.23,1,.32,1);
    transition: border .25s cubic-bezier(.23,1,.32,1);
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #cdcdd1;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 8px 16px;
    height: 40px;
    line-height: normal;
    outline: none;
    width: 100%;
    font-size: 14px;
}

input[type="text"], input[type="number"] {
    width: 100%;
}

.select-field select {
    color: #242433;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='chevron-down'%3E%3Cpath d='M6.293 9.293a1 1 0 0 1 1.414 0L12 13.586l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
    background-size: 20px;
    background-position: calc(100% - 6px) center;
    background-repeat: no-repeat;
    width: 100%;
}

.select-field select:disabled, .input-field input:disabled {
    background-color: #f0f0f0;
    color: #7a7a87;
    cursor: not-allowed;
}

.input-field label,
.select-field label {
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: left .25s cubic-bezier(.23,1,.32,1),top .25s cubic-bezier(.23,1,.32,1),font-size .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
    -o-transition: left .25s cubic-bezier(.23,1,.32,1),top .25s cubic-bezier(.23,1,.32,1),font-size .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
    transition: left .25s cubic-bezier(.23,1,.32,1),top .25s cubic-bezier(.23,1,.32,1),font-size .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    left: 1rem;
    line-height: calc(16px * 1.5);
    pointer-events: none;
    position: absolute;
    text-transform: none;
    text-align: left;
    margin-left: -4px;
    background: -webkit-gradient(linear,left bottom, left top,from(transparent),color-stop(42%, transparent),color-stop(0, #fff),color-stop(51%, #fff),color-stop(0, transparent));
    background: -o-linear-gradient(bottom,transparent,transparent 42%,#fff 0,#fff 51%,transparent 0);
    background: linear-gradient(0deg,transparent,transparent 42%,#fff 0,#fff 51%,transparent 0);
    padding: 0 4px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: auto;
    white-space: normal;
    color: #7a7a87;
}

.input-field input:focus {
    border: 1px solid #444;
}

.input-field input:disabled~label {
    color: #7a7a87;
}

.inline-field-invalid {
    background: none !important;
}

.inline-field-invalid:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.radioOption,
.checkboxOption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.radioOption ~ .radioOption {
    margin-top: 8px;
}

.radioOption label,
.checkboxOption label {
    font-size: 14px;
}

.radioOption input,
.checkboxOption input {
    margin-right: 8px;
}

.radioOptionDetails {
    font-size: 12px;
    color: #7a7a87;
    padding-left: 22px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > * {
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


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

a {
    color: #7a7a87;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.button {
    -webkit-transition: background-color .25s cubic-bezier(.23,1,.32,1);
    -o-transition: background-color .25s cubic-bezier(.23,1,.32,1);
    transition: background-color .25s cubic-bezier(.23,1,.32,1);
    background-color: #000;
    border: 1px solid transparent;
    color: #fff;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: background-color .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1),-webkit-box-shadow .25s cubic-bezier(.23,1,.32,1);
    transition: background-color .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1),-webkit-box-shadow .25s cubic-bezier(.23,1,.32,1);
    -o-transition: background-color .25s cubic-bezier(.23,1,.32,1),box-shadow .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
    transition: background-color .25s cubic-bezier(.23,1,.32,1),box-shadow .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
    transition: background-color .25s cubic-bezier(.23,1,.32,1),box-shadow .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1),-webkit-box-shadow .25s cubic-bezier(.23,1,.32,1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}

.button.block {
    width: 100%;
}

.button.secondary {
    background-color: transparent;
    color: #242433;
    border-color: #242433;
}

.button:active {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button:hover {
    text-decoration: none;
    color: #fff;
}

.button.secondary:active, .button.secondary:hover {
    background-color: #242433;
    color: #fff;
    border-color: transparent;
}

.button[disabled] {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
    -webkit-transition: background-color .25s cubic-bezier(.23,1,.32,1);
    -o-transition: background-color .25s cubic-bezier(.23,1,.32,1);
    transition: background-color .25s cubic-bezier(.23,1,.32,1);
    background-color: rgba(0,0,0,.09);
    border: 1px solid transparent;
    color: rgba(0,0,0,.29);
}



/* LOGO
===============================================================*/

#companyLogoTopBanner {
    text-align: center;
}

#companyLogoTopBanner img {
    max-width: 300px;
}


/* PRODUCT LIST SUMMARY
===============================================================*/

.productImage {
    max-width: 100px;
    max-height: 100px;
    border-radius: 6px;
}

.productSubTotal {
    font-size: 12px;
}

.productTotal {
    font-size: 14px;
    color: #242433;
}

.productSubTotalPrice {
    color: #7a7a87;
}

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

.orderSummaryExpanderLink {
    cursor: pointer;
    text-decoration: underline;
}


/* ORDER SUMMARY
===============================================================*/

.orderSummarySubTotals {
    border-bottom: 1px solid #e6e6e8;
}


.orderSummaryPrice {
    font-size: 14px;
    color: #7a7a87;
}

.orderSummaryTotal .orderSummaryPrice,
.orderSummaryTotal .orderSummaryPrice p {
    font-size: 18px;
    color: #242433;
    font-weight: 600;
}


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

.upsell {
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #fafafa;
    padding: 16px;
}

.upsellOriginalPrice {
    font-size: 12px;
    text-decoration: line-through;
    color: #7a7a87;
}


