/* Layout: One Column
Theme: Breeze

Appearance.css contains the costmetic properties for your order
form, such as fonts, colors, background images and borders.

NOTE: There are additional classes that are not listed here
because they currently have no attributes. You can locate
these by downloading and using Firebug.
===============================================================*/

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

html {
    font-size: 14px
}
body {
    font: normal 400 1rem/1.5 'Cormorant Garamond', 'Georgia', 'Times New Romans', serif;
    color: #efeae4;
    background-image: linear-gradient(to bottom, #643929, #3c281f);
    background-repeat: repeat-x;
}

td {
    font: normal 400 15px/1.5 'Cormorant Garamond', 'Georgia', 'Times New Romans', serif;
    color: #efeae4;
}

th {
    font-weight: 400
}

td h1 {
    font-weight: 400;
    font-size: 1.5em
}

img, img a {
    border: 0 none;
}

#customHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #000;
}
#customHeader>.multicrop_img-background {
    opacity: 0.35
}

/* PRODUCT GRID
===============================================================*/

.priceBold {
    /* Price subtotal on bottom right of product grid */
    font-weight: bold;
}

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

.totalPrice {
    /* Subtotal label on bottom left of product grid */
    font-weight: 40;
}

.soldOut {
    color: #e34825;
    font-size: 14px;
    text-transform: uppercase;
}

.outOfStockText {
    color: #e34825;
}

.qtyField:disabled {
    background-color: #e8e8e8;
}

.optionChosen {
    font-style: italic;
    color: #999;
    font-size: 14px;
}

.updateCart {
    /* Link to update quantity */
    font-size: 10px;
}

.promoField {
    /* Text fields for promo code */
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
}



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

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

.checkoutDone, .checkoutTopDone, .checkoutBottomDone {
    /* Form fields used on confirmation page */
    font-size: 13px;
    color: #222;
}

.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
    outline: 1px solid rgba(0, 0, 0, 0.2);
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.16);
}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .shipMethodTable th, .payplanTable th, .orderSummary th {
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 1.25rem;
}

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

.subtotal {
    background-color: hsla(33, 26%, 92%, 0.38);
    color: inherit;
    font-weight: bold;
}

.cartDiscount {
    /* Discount text */
    color: #d44;
}

.paymentDate, .paymentAmount, .financeDate, .financeAmount { /* Shown in payplan pay schedule box */
    font-size: 12px;
}

.payplanSummaryHeader { /* Header for payplan pay schedule box */
    font-size: 12px;
    font-weight: bold;
}



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

#upsellContainer {
    overflow: hidden;
}

.upsell {
    background-color: #fcfbe9;
    border: 1px solid #94ac75;
}

.upsellRegPrice {
    font-style: italic;
}

.upsellPrice {
    color: #d44;
}

.upsell img {
    border: 1px solid #ddd;
}



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

h1 {
    /* Used for product names */
    font-size: 16px;
}

h2 {
    /* Used for upsell product names */
    font-size: 16px;
}

h3 {
    /* Used for upsell headline */
    font-size: 15px;
    font-weight: normal;
    color: #b9a8a2;
    text-transform: uppercase;
}



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

a {
    color: #1675a2;
}

a:hover {
    color: #1675a2;
}

.codeButton, .continueButton, .upsellButton {
    background-color: #774230;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*font-family: helvetica, sans-serif;*/
    font-size: 1rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-shadow: 0 1px 0 #4f5e65;
    color: #fff;
}

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
    background-color: #8e3b1d;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.disabledButton {
    margin-bottom: 10px;
    opacity: 0.5;
}



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

.errorMessage {
    color: #d44;
}

@media only screen and (max-width : 960px) {
    .viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
        border-top: none;
    }

    .viewCart tr:not(:first-child) {
        border-top: 1px solid #b3c49e;
    }
}

/* PAYPAL SMARTBUTTONS
===============================================================*/

#payPalButtons {
    /* PayPal initial order form page when multiple payment option */
    background-color: #ffffff;
}



