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


.demo_store {
    display: none;
}


.no-thanks-link {   
    color: blue !important;
    text-decoration: underline;
    font-weight: normal;
}



input[type="submit"].alt:hover, .button.alt:hover, #order_review_heading, #order_review {
  border-color: transparent !important;
}

button.cta, button.alt, input[type="button"].cta, input[type="button"].alt, input[type="reset"].cta, input[type="reset"].alt, input[type="submit"].cta, input[type="submit"].alt, .button.cta, .button.alt, .added_to_cart.cta, .added_to_cart.alt {
  border-color: transparent !important;
}


.product-quantity input[type="number"] {
  width: 60px;
      margin-top: -8px;
}

.product-quantity {
    max-width: 75px !important;
    width: 75px;
}



.product-name {
  width: 55% !important;
  text-align: left;
  box-sizing: border-box;
}

.product-quantity, .product-qty {
  width: 20%  !important;;
  text-align: center;
  box-sizing: border-box;
}

.woocommerce-checkout-review-order-table thead > tr > th:last-child,
.woocommerce-checkout-review-order-table tbody .product-total,
.woocommerce-checkout-review-order-table tfoot > tr > td,
.order-summary-totals td {
   width: 25%  !important;
   text-align: right;
   box-sizing: border-box;
}

.order-summary-totals th {
  width: 25%;
}

.order-summary-totals .product-total {
  width: 75% !important;
}


.totalSummary table tbody th {
    font-weight: bold !important;
}

.order-summary-totals  th, .order-summary-totals  td {
   border-top: 1px dotted rgba(0, 0, 0, 0.1);
}


.order-summary-totals tr:first-child  th, .order-summary-totals tr:first-child td {
   border: none;
}



input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text  {
 /* padding: 7px 0 7px 10px !important; */
  background-color: #efefef;
  color: #60646c;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  line-height: 23px !important;
  font-size: 15px !important;
  padding: 6px !important;
  line-height: 20px !important;
}


.select2-container .select2-choice, #billing_country, #billing_state {
  color: #000 !important;
  height: 35px !important;
  padding-top: 4px !important;
  font-size: 15px !important;
  font-family: 'Open sans' !important;
}

.order-total .amount {
    font-size: 1.65em;
    font-weight: 800;
}

.order-total > th {
    font-size: 1.65em;
    padding-top: 11px;
    padding-left: 19px;
    font-weight: 800;
}

.order-total td {
    padding: .857em 1.387em;
    text-align: right !important;
    vertical-align: top;
}

/*
.shipping > th {
    padding-top: 2px;
    padding-left: 19px;
}
*/

.woocommerce-before-checkout {
      float: right;
     width: 400px;

}

.security-note   {
  font-family: "open sans";
  color: #3F3F43;
  font-size: 14px;
  font-weight: bold;
  display: block;
  float: left;
  margin-top: 20px;
  margin-left: 18px;
}


.woocommerce-checkout-summary-header {
      font-size: 18px;
  font-weight: bold;
  color: #005189;
  margin-top: 18px;
  line-height: 21px;
}


.woocommerce-before-checkout img {
    display: inline;
  float: left;
}

.woocommerce-before-checkout ul {
    list-style: none;
}

.woocommerce-before-checkout ul li {
    background-image: url('images/checkmark.png');
  background-repeat: no-repeat;
  padding-left: 38px;
  margin-top: 10px;
  line-height: 21px;
  margin-left: -44px;
}

.woocommerce-featured-image {
    margin-bottom: 26px;
}



.subtotal_hr     {
 /* max-width: 363px;
  width: 85%; */
  margin: -23px 0 8px 0px;
}



#logo {
  margin: 0 0 0 -140px;
  width: 611px;
  height: 153px;
  min-width: 611px;
}

#garantee {
  margin-top: 15px;
}

.pull-right {
  float: right !important;
  margin-right: 30px;
  margin-top: -20px;
}

header .col-full {
    white-space: nowrap;
}

header .col-full img {
  display: inline-block;
    white-space: normal;
}


.woocommerce {
margin-top: 48px;
}



#payment {
  border-top: 3px solid rgba(0,0,0,.1);
  clear: left;
}

.place-order {
    margin: 0 auto;
  width: 342px;
}

#place_order.disabled {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}




h3#order_review_heading, .woocommerce-billing-fields h3, #customer_details h3:nth-child(2) {
  font-family: 'Open Sans', sans-serif;
  background: #398ac9;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  height: 29px;
     padding: 5px 18px 42px;
  margin-left: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}


h3#order_review_heading, .woocommerce-billing-fields h3, #customer_details h3:nth-child(2) {

    width: 100%;
}



#order_review_heading, #order_review {
  border-color: transparent !important;
  float: left !important;
  clear: left !important;
}

.woocommerce-checkout-review-order-table tr td {
  /* min-width: 150px; */
}

a.remove {
  position: absolute !important;
  margin-left: -46px;
  margin-top: -47px;
}


.totalSummary {
  margin: 9px auto;
  width: 100%;
  /* background-color: #F1F1F1; */
  padding: 15px 0 0 0px;
}

.totalSummary table td {
    /*  padding: 2px 20px; */
      background: none;

}

.totalSummary table tbody tr:nth-child(2n) td {
  background: none;
  vertical-align: inherit;
}

.totalSummary table tbody th {
    font-weight: normal;
}

.totalSummary table tbody tr.total td {
    /*  border-top: 1px solid rgb(181, 181, 181) !important; */
}

#customer_details .paypal-express-checkout-container,
#customer_details .symantec_seal_container {
  float:left;
  clear: none;
  width: 41%;
}

.paypal-express-checkout-container {
    margin: 0 0 0 4%;
    margin-top: 18px;
}

.cc-method-container {
    width: 100px;
    float: left;
}


#cc-method-btn {
      width: 100px;
      cursor: pointer;
      margin-bottom: 18px;
}

#customer_details .symantec_seal_container {
 /*     margin-top: -65px;  was 5px
    width: 100px;  */
    /*  margin-left: 40px;      edited for no CC image and payment choices note */
}

#customer_details .symantec_seal_container {
    margin-top: 5px;
    width: 100px;
    margin-left: 40px;
}



#customer_details .symantec_seal_container:after {
  content:'';
  display: table;
  clear:both;
}

#payment .payment_methods li .payment_box {
    background-color: transparent !important;
}



.first_sum_col { width: 135px; }



#payment .place-order .button {
    font-size: 26px;
  min-width: 275px;
  max-width: 80%;
  background-color: #40A953 !important;
  text-transform: uppercase;
  border: 2px solid rgba(12, 137, 35, 0.63) !important;
  border-radius: 18px;
}


#payment .place-order {
  padding: 1.387em;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
  float: none;
  min-width: 400px !important;
}

.form-row-first {
  width: 130px !important;

}


.cc-icons {
      max-height: 44px !important;
      margin-top: -8px;
}

#payment {
    border: none !important;
}

#payment li.payment_method_paypal_express {
  display:none !important;
}

/* fix for month - year */

#payment .payment_methods li .payment_box fieldset .form-row-first select:nth-child(2n) {
  float: none;
}


select[name=authorize-net-cim-cc-exp-month], select[name=authorize-net-cim-cc-exp-year] {
  height: 26px !important;
  margin-top: 4px;
    width: 80px !important;
    margin-right: 7px !important;
    font-family: "Helvetica Neue", sans-serif !important;
}



/* validation styling */


input.input-text {
    box-shadow: inset 2px 0 0 #FFFFFF !important;
      background-color: #fff !important;
  border: 1px solid #ccc;
}


input.valid {
  background: #fff url("images/green-valid-checkmark.png") right bottom no-repeat;
    background-repeat: repeat-y;
  background-position: center right;
  border: 1px solid #1d8900;
  }

  input.error {
      background: #fff url("images/red-validate-x.png") right center no-repeat;
  border: 1px solid #ca4a00;
  }

  label.error {
    color: #ca4a00;
    line-height: 16px;
  margin-top: 8px;
  font-size: 13px;
  }

  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus {
    border: 1px solid rgba(57, 138, 201, 0.49);

}

.tt_content {
      color: rgb(57, 138, 201);
      width: 100px;
}

.tt_content[data-title]:hover:after {
  content: attr(data-title);
  padding: 4px 8px;
  color: #333;
  position: absolute;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 120px;
  width: 220px;

  border: 1px solid #ccc;

  background: #fff;

  margin-top: -30px;


  color: #000 !important;
  background: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px !important;
  line-height: 1.7;
  font-size: 13px;
  border-radius: 3px;
  line-height: 18px;


}

table.woocommerce-checkout-review-order-table thead th {
  border-bottom: none;
  padding: 5px 1.387em;
}

.responsive-hide a {
    color: rgb(57, 138, 201);
  font-weight: normal;
}

.woocommerce-validated .success {
  display: none !important;
}


.secure-note-ckout-button {
font-weight: bold;   margin: 0 auto;
text-align: center; color: black;
line-height: 56px;
height: 56px;
vertical-align: middle;
  margin: 0px auto 0 10px;
  clear: both;
}

.secure-note-ckout-button img {
  display: inline-block;
  vertical-align: middle;
    margin-top: -28px;
  max-height: 56px;
  width: auto;
  zoom: 1;
  margin-right: .6em;
}


.wc-paypal-express-cancel {
  display: block;
  text-align: center;
  margin-top: 1.25em;
}


/*
.tt_content {
  background: none repeat scroll 0 0 #ffedbc;
  border: 1px solid #eeae01;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 0 #fff inset;
  color: #555;
  font-size: 1em;
  font-weight: normal;
  left: 0;
  opacity: 1!important;
  padding: 7px;
  position: relative;
  text-align: left;
  top: 0;
}

.refine_tooltip .tt_content {
  border: none!important;
  color: #fff!important;
  background: rgba(39,40,35,.9)!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 18px!important;
  line-height: 1.7;
  font-size: 13px;
  border-radius: 3px;
}

.ccvInfo_icon {
  background: url("//q.bstatic.com/static/img/book/experiments/bp_info_icon_12_si_retina/38f111b1d1a805b5e301cd9319c530813e7e61c8.png") center center no-repeat transparent;
  background-size: 12px;
}

.ccvInfo_icon {
  vertical-align: -2px;
  width: 12px;
  height: 12px;
  display: inline-block;
  zoom: 1;
  background: url("//q.bstatic.com/static/img/book/experiments/bp_info_icon_12_si/46f876efd3fe862079f951e4849706584b3b0b9a.png");
}

*/


#teee p img {
    margin: 0 auto;
}


.woocommerce-message a {
  background-color: #FFFFC4;
  padding: 2px 5px;
border-radius: 5px;
}


/* UPSELL STYLING */


/* newsletter upsell */

.newsletter-upsell p {
    color: #333;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    line-height: 22px;
}


.newsletter-upsell .hline2 {
    color: #e20000;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15em;
    max-width: 750px;
}


.newsletter-upsell .nl-image {
    float: right; 
    margin: 0 20px 8px 28px;
}

.newsletter-upsell .nl-image img {
    width: 345px;   
    border: 1px solid rgba(0, 0, 0, 0.39);
}




.woocommerce-checkout .wc1cu-offer-content #wc1cu_accept_offer {
  background-color: transparent;
  box-shadow: none;
}


#wc1cu-wc-form-fields-wrapper .symantec_seal_container {
    float: left !important;
    margin: -28px 0 14px !important;
}



#wc1cu-wc-form-fields-wrapper .woocommerce-checkout-review-order-table {
    float: left !important;
}


#wc1cu-wc-form-fields-wrapper {
margin: 0 auto;
}




#wc1cu-exit-warning p {
  margin-bottom: 1.25em;
  padding-bottom: 0;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

#wc1cu-exit-warning {
margin-top: -30px;
background-color: transparent;
}

/* PayPal Express Checkout Display Hack */
body.paypal-express-checkout .paypal-express-provided.hidden {
  display: none !important;
}




/* new for OPC-style checkout */


body.woocommerce {
    margin-top: 0;
}

.woo_before_customer_details_for_opc {

    position: absolute;
    margin-left: 575px;
    margin-top: -463px;

}

.wcopc #pay_with_amazon {
/*    float: left;
    margin-left: 208px;
    margin-top: -59px; */
}

.wcopc #paypal-express-checkout-container {
  margin-left: 111px;
}


/*  copied */


#opc-product-selection .opc_order_review .product-quantity {
  display: table-cell !important;
  float: none !important;
}

#opc-product-selection input[type=number] {
  -moz-appearance: textfield;
}

#opc-product-selection .form-row {
  margin-top: 18px;
}

#opc-product-selection .opc-pricing-table-wrapper {
  padding: 0 23px;
  margin-left: 16px;
}

@media (max-width: 320px) {
  #opc-product-selection .opc-pricing-table-wrapper {
    margin-left: 9px;
  }
}

#opc-product-selection .opc_columns_3 .opc-pricing-table-product {
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  width: 30%;
  margin-right: 3%;
}

.opc-pricing-table-product-header .chk_mrk {
  width: 60px;
  margin: -6px auto 10px;
}

#opc-product-selection .opc-product-selection {
  margin-bottom: 29px;
}

#opc-product-selection .selected {
  background-color: #efefef !important;
}

#opc-product-selection .selected .opc-pricing-table-product-header {
  border: 2px solid #61A900;
}

#opc-product-selection .opc-productselect {
  color: #333 !important;
  text-decoration: none;
  cursor: pointer;
}

#opc-product-selection .opc-pricing-table-product-header {
  border-radius: 4px;
}

#opc-product-selection .opc-pricing-table-product-header:hover {
  border: 2px solid #61A900;
}

#opc-product-selection .opc-pricing-table-product .product-quantity {
  min-height: 0;
}

#opc-product-selection .opc-pricing-table-product-headline {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  max-width: 255px;
  margin: 0 auto 12px;
}

@media (max-width: 767px) {
  #opc-product-selection .opc-pricing-table-product-headline {
    max-width: none;
  }
}

#opc-product-selection .opc-pricing-table-product-title {
  font-size: 1.2em;
  line-height: 1.3em;
}

#opc-product-selection .opc-pricing-table-product-attributes {
  padding-top: 0px;
  border-top: none;
}

#opc-product-selection .opc-pricing-table-product-attributes h4 {
  font-size: 1.2em;
}

#opc-product-selection .opc-pricing-table-product-attributes p {
  margin-bottom: 0px;
}

#opc-product-selection .opc-pricing-table-product-price {
  margin-top: 18px;
  font-size: 1em;
  font-weight: normal;
}

#opc-product-selection .opc-pricing-table-product-price .product-image {
  max-width: 280px;
  margin: 18px auto 0;
}

#opc-product-selection .opc-pricing-table-product-price .opc_ship {
  font-weight: normal;
  line-height: 1.5em;
}

#opc-product-selection .customize-your-order-heading {
    font-family: 'Open Sans', sans-serif;
    background: #398ac9;
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    height: 29px;
    padding: 5px 18px 42px;
    margin-left: 0px;
    margin-top: 25px;
    text-transform: uppercase;
    text-align: center;
}


.opc_order_review {
  width: 490px;
  float: left;
  padding-left: 0px;
  clear: both;
}

.opc_order_review .product-name {
    width: 55% !important;
    text-align: left;
}


.opc_order_review .product-quantity {
    display: table-cell;
    float: none;
    width: 20% !important;
    text-align: center;
    box-sizing: border-box;
}


.opc_order_review a.remove {
    position: absolute !important;
    margin-left: -46px;
    margin-top: -47px;
}

.shipping .product-total {
  line-height: 1.3em;
  font-weight: normal;
  padding-top: 16px;
  padding-bottom: 16px;
}

.opc_order_review:first-of-type {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 967px) {
.opc_order_review:first-of-type {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}




/* media queries for OPC-style checkout */


@media screen and (max-width: 967px) {
  .woo_before_customer_details_for_opc {
      display: none;
  }
  .opc_order_review {
    float: none;
    clear: none;
    margin-left: 0px;
    width: auto;
  }
}





@media only screen and (max-width: 768px) {
#opc-product-selection .opc_columns_3 .opc-pricing-table-product {
      width: 95%;
      margin-right: 0;
  }
}



/*  media queries for checkout  */

@media screen and (min-width: 768px) {

    h3#order_review_heading, .woocommerce-billing-fields h3, #customer_details h3:nth-child(2), #wc1cu-wc-form-fields-wrapper {
        width: 480px;
    }


.woocommerce-checkout-payment {
  width: 480px !important;
}


#order_review, #order_review_heading {
  width: 480px;
  float: right;
  margin-right: 0;
  border: 3px solid #96588a;
  clear: right;
}


#order_review, #order_review_heading {
  width: 480px;
  float: left !important;
  margin-right: 0 !important;
  border: none !important;
}


#order_review, #order_review_heading {
  width: 480px !important;
  float: right;
  margin-right: 0;
  border: 3px solid #96588a;
  clear: right;
}

.col2-set, .secure-note-ckout-button {
  width: 480px !important;
  float: left;
  margin-right: .5% !important;
    clear: left;
}


.col2-set .form-row-last {
  width: 35.555556% !important;
  float: right;
  margin-right: 0;
}

.col2-set .form-row-first {
  width: 53.333333% !important;
  float: left;
  margin-right: 9.1111111111%;
}


.form-row-first {
  width: 210px !important;
}




}


@media (max-width: 767px) {
    .col2-set {
      clear: left;
    }

    .form-row-first {
    width: 100% !important;
}

 #payment .payment_methods li img {

    float: none;
    margin-top: 5px;
    margin-left: 21px;
}


.subtotal_hr     {
  max-width: 363px;
  width: 85%;
  margin: -23px 0 8px 14px;
}


    .secure-note-ckout-button {
        width: 310px;
    }



}






@media (max-width: 851px) and (min-width: 600px) {
#garantee {
  position: absolute;
}
}

@media (max-width: 602px) {
#garantee {
  display: none;
}
#logo {
   /*  margin: 0 auto;
    height: 119px;   */
}
}


@media (max-width: 580px) {

.newsletter-upsell .nl-image {
    float: none;
    margin: 0 auto;
    max-width: 300px;
}

.newsletter-upsell .nl-image img {
    width: 300px;
  }


}



@media (max-width: 512px) {

  #logo {
      margin: 0 0 0 -90px;
  width: 361px;
  height: 90px;
  min-width: 361px;
  }

  header {
    height: 90px !important;
  }

}


@media screen and (max-width: 975px) {

    .responsive-hide {
        display: none;
    }

    .woocommerce-before-checkout {
        width: 100%;
    }


}

.paypal-express-checkout-container{
    display: inline-block;
}

#pay_with_amazon{
    float: none;
}

/*Set the width for the product table*/
.woocommerce-checkout-review-order-table{
    width: 480px;
    clear: left;
}

div.woocommerce-before-checkout{
    position: absolute;
    margin-left: 575px;
}

@media screen and (max-width: 768px){
    /*Set the width for the product table*/
    .woocommerce-checkout-review-order-table{
        width: 100%;
        clear: both;
    }

    div.woocommerce-before-checkout{
        position: inherit;
        margin-left: 0;
        width: 100%;
        clear: both;
    }
}

.blockUI.blockOverlay{
    background-color: rgba(200,200,200,0.8)!important;
    background-image: url('https://secure.thetruthaboutcancer.com/wp-content/themes/storefront-child/images/spinner.gif')!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 20%!important;
}