/* Layout: Two Column
Theme: Graphite

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=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: #54575E;*/
          background: rgba(0, 0, 0, 0) url(https://members.resistancebandtraining.com/wp-content/uploads/2018/10/RBT_Bands_1600x622.jpg) no-repeat 0 0;
    background-size: contain;
}
/*
body::before{

    content:"";
      background: rgba(0, 0, 0, 0) url(https://members.resistancebandtraining.com/wp-content/uploads/2018/10/Bands_Background_Photo_Small.jpg) no-repeat 0 0;
    background-size: cover;
    height: 500px;
    width: 100%;
display:inline-block;

}*/

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

img, img a {
    border: 0 none;
}

form{
    background:transparent;
}

#content {
    width: 710px !important;
    float: left;
    background: #fff;
    padding: 0px 20px 20px 20px;
    margin: 0;
}

#rightCol {
    width: 200px !important;
    float: right;
    margin-top: 0px !important;
    height: 700px;
    clear: both;
    background: #fff;
    padding: 15px 5px 5px 5px;
    color:#000;
}

#wrapper {
    /* Wraps around everything and sets the total width of the order form */
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#CUSTOM_HTML img{
  display:block;
  margin:0 auto;
}


/* 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: bold;
}

.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, .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 #ddd;
    border-collapse: collapse;
}

.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: #222;
    color:#fff;
}

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

ul li {
    width: 25%;
    margin: 0 3%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#productInformation{
color:#000;
  margin: 0 0 20px 0;
}

ul li.clock::before {
    content: " ";
    background: #fff url(https://thebandgym.com/wp-content/themes/rbt/images/icon-lis.png) no-repeat -34px 0px;
    display: block;
    height: 63px;
    width: 45px;
    margin: 0 auto;
}

ul li.tree::before {
    content: " ";
    background: #fff url(https://thebandgym.com/wp-content/themes/rbt/images/icon-lis.png) no-repeat -258px 0px;
    display: block;
    height: 63px;
    width: 52px;
    margin: 0 auto;
}

ul li.zzz::before {
    content: " ";
    background: #fff url(https://thebandgym.com/wp-content/themes/rbt/images/icon-lis.png) no-repeat -500px 0px;
    display: block;
    height: 63px;
    width: 57px;
    margin: 0 auto;
}

p{
margin: 0 0 10px 0;
}

#checkoutWithPayPalLink{
display:none;}

p.strong{
    margin: 0 0 10px 0;
    font-weight: 900;
    text-align: center;}

.subtotal {
    background-color: #f5f5f5;
    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;
}

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

.upsellRegPrice {
    font-style: italic;
}

.upsellPrice {
    color: #ff0000;
}

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



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

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

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

h3 {
    /* Used for upsell headline */
    font-size: 16px;
    color: #222;
}



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

a {
    color: #1675a2;
}

a:hover {
    color: #1675a2;
}

.codeButton, .continueButton, .upsellButton {
    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';
}

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

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