/* @override 
	https://taniagabrielle.infusionsoft.app/css/ecomm/shoppingcart/cssSnippet.jsp?styleThemeId=75&cssToLoad=appearance */

/* Layout: Two Column
Theme: Basic Grey

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);
This is the correct location for import, remove import link in layout.css when ready
*/

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

@import url(https://use.fontawesome.com/releases/v5.9.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.9.0/css/v4-shims.css);

html {
	background-image: url("https://taniagabrielle.files.keap.app/taniagabrielle/889630f6-63d1-4fe2-88c5-b2af97a1a64c"); 
	background-repeat: repeat;
	background-size: cover;
	background-color: #ececec;
}

body {
    color: #0D0D0D;
	font-family: 'Open Sans', Helvetica, sans-serif !important;
}

img, img a {
    border: 0 none;
}



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

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

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

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

.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;
}

#customHeader {
	background-color: #efefef;
}



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

.checkout, .checkoutShort, .checkoutShortTop, .checkoutShortBottom, .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 #fcfbfa;*/
    border-collapse: collapse;
	background-color: #F5F5F5;
}

.viewCart 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: #FAFAFA;
	border-bottom: 1px solid #ddd;
	font-family: 'Martel', serif;
	font-weight: 400;
}

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

.rightAlignPrice {
	text-align: right;
}

.rightAlignPrice.subtotal {
	font-weight: bold;
}

.subtotal td {
    background-color: #FAFAFA;
    font-weight: bold;
	text-align: right;
}

td.subtotal {
	text-align: right;
	font-weight: bold;
}

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

.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;
}

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

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

.upsellRegPrice {
    font-style: italic;
}



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

h1 {
    /* Used for product names */
    font-size: 16px;
	font-family: 'Martel', serif;
	color: #452960;
}

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

h3 {
    /* Used for upsell headline */
    text-align: left;
    font-size: 22px;
    color: #c50094;
	font-family: 'Martel', serif;
}
h4 {
	font-size: 18px;
	font-family: 'Martel', serif;
	padding: 10px 0;
	color: #3C2759;
}

.headline {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.subheadline {
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
	font-family: 'Martel', serif;
}
.features {
	 text-align: left;
	 margin-left: 0px;
	 margin-right: 40px;
}
.avatar {
	display: block;
    /*margin-left: auto;
    margin-right: auto;*/
	margin-top: -80px;
	max-width: 250px;
}
.questions {
	color: #3C2759;
	font-size: 22px;
	font-family: 'Martel', serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

a {
    color: #c50094;
}

a:hover {
    color: #aa0280;
}

ul {
    padding: 0px;
    list-style-type:none
}

ul li {
	font-size: 14px;
	line-height: 26px;
	padding: 5px 20px 5px 0px;
}

ul li i.fa, ul li i.fab, ul li i.fas, ul li i.fad, ul li i.far {
    margin-right: 0.71428571em;
	margin-left: -2em;
	color: #c50094;
}

.codeButton, .continueButton {
	display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #c50094;
}

.codeButton:hover, .continueButton:hover {
	background: linear-gradient(to bottom, #aa0280, #aa0280) !important;
	background-color: #aa0280;
}

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

.upsellButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    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');
}

.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;
}

.codeButton:active, .continueButton:active, .upsellButton:active {
    position: relative;
    top: 1px;
}



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

.errorMessage {
    color: #dd4949;
}

@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 #ddd;
    }
}

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

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


