/* Layout: One Column
Theme: Basic Gray

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=Work+Sans:300,400,600);
This is the correct location for import, remove import link in layout.css when ready
*/



body {
  margin-top: 20px;
  background:#17171c!important;}

body, td {
    font: 15px 'Sofia-Pro', Helvetica, Arial, sans-serif;
    color: #666666;
    font-weight: 300;
    line-height: 24px;

}
.tableOption {
  padding-left:28px;
}
.choosePlan {
  margin-left:-23px; 
}
.payplanSummaryHeader {
  font-family: 'AlternateGothicNo3D'!important;
  letter-spacing:0.1em;
  font-size:14px!important;
  text-transform:uppercase;
  color:#000;
  
}
img, img a {
    border: 0 none;
}
th {
  font-family: 'AlternateGothicNo3D'!important;
  letter-spacing:0.1em;
  font-size:20px;
  text-transform:uppercase;
  color:#000;
}
.paymentLabel {
  font-family: 'AlternateGothicNo3D'!important;
  letter-spacing:0.1em;
  font-size:16px;
  text-transform:uppercase;
  color:#000;
}
select.checkoutShortest {
  width:60px!important; 
}
#companyLogoTopBanner {
  text-align:left;
  padding:20px 0;
}
#companyLogoTopBanner img {
  width:auto;
  height:43px;
}
.viewCart,
.shippingTable,
.billingTable,
.paymentMethodTable,
.shipMethodTable,
.payplanTable,
.orderSummary {
  outline:none!important;
  background:#ffffff!important;
  border:20px solid #fff;
  -moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
  box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.viewCart th {
  font-size:16px;
  color:#d22929;
}
.rightAlignPrice {
  text-align:right!important; 
}
  
.paymentMethodTable {
  margin-top: 15px !important;
}

.checkoutShortest {
  margin-right: 10px !important;
}

.continueButton,
.codeButton {
  font-family: 'alternate-gothic-no-2-d'!important;
  letter-spacing:0.1em;
  font-size:16px;
  text-transform:uppercase!important;
  -moz-box-shadow:none!important;
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
.codeButton {
  border:1px solid #000!important;
  color:#000!important;
  background:none!important;
  height:28px!important;

}
.checkoutLinks {
    width: 100%!important;
}
.continueButton {
    margin: 10px 0!important;
    width: 100%;
    background: linear-gradient(90deg, #c41d1d 0%, #ff4f4f 96%, #ff4f4f 100%) !important;
    font-family: 'AlternateGothicNo3D' !important;
    font-size: 20px;
    color: #fff!important;
}
footer {
  display: flex;
  max-width: 720px;
  margin: 0px auto 30px;
  text-align: center;
  justify-content: center;
}

footer p {
  display: inline-block;
  color: #666666;
  margin: 0px 20px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

footer p a {
  color: #666666;
}
.continueButton,
.codeButton,
input[type="text"] {
  height:30px;
  line-height:30px;
  padding:0 5px!important;
  display:inline-table;
}

/* 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: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 13px;
    margin-left: 20px !important;
}



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

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop {
    /* Form fields used in checkout forms */
    border: 1px solid #ddd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    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;
}
.payplanTable {
  position:relative; 
}
.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: #ffffff;
    // background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
    // background: -moz-linear-gradient(top, #ffffff, #dddddd);
    // background: linear-gradient(to bottom, #ffffff, #dddddd);
    // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
    font-weight: 600;
}

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

.subtotal {
    // background-color: #f5f5f5;
    font-weight: 600;
}

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

.payplanSummary {
  position:absolute;
  right:30px;
  top:60px;
}

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

#upsellContainer {
    overflow: hidden;
}

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

.upsellRegPrice {
    font-style: italic;
}

.upsellPrice {
    color: #ff0000;
}

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



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

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

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

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



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

a {
    color: #1675a2;
}

a:hover {
    color: #1675a2;
}

.codeButton, .continueButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 1px 30px !important;
    font-weight: 400;
    font-size: 14px;
    color: #fff;

}
.continueButton {
  height:50px;
  line-height:50px;
  font-size:16px;
  margin-bottom:50px!important;
}
.disabledButton {
    margin-bottom: 10px;
    opacity: 0.5;
}

.upsellButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 1px 30px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;

}

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

h1 {
  font-size:1.4rem!important;
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  line-height:40px!important;
  height:40px!important;
  border:none!important;
}
.orderSummary .codeButton,
.orderSummary input {
  display:inline-block!important;
  width:auto!important;
  max-width:150px;
}
.orderSummary .codeButton {
font-family:'AlternateGothicNo3D'!important  ;
    line-height:40px;
  height:40px!important;
}
.cellLow select {
  display:inline-block!important;
}
