/* CUSTOM CSS HERE
===============================================================*/
 #companyLogoTopBanner {display:none;}
  #header {background-color: transparent;}

  #customHeader {
    padding-bottom: 16px;
    *margin-top: -50px;
  }

  #customFooter {
    margin-top: 0px;
  }

  #ORDER_FORM_TERMS {
    margin-top: 16px;
  }

  .productsTitle {
    margin-top: 16px;
  }

  .orderSummarySubTotals {
    display: none;
  }

a.continueButton.button.block {
    background-color: green;
    font-size: 40px;
    padding: 22px;
}


 table.orderSummary tr td:nth-child(1) {
    font-style: italic;
    padding-bottom:16px;
    font-size:18px; line-height:1.3em;
    color: darkblue;
  }

  .top-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
}
  .trd {max-width: 270px;width: 100%;display: inline-block;vertical-align: top;padding:20px;}

  body {
    background-color: #f4f9ff !important;
    background-image: url(https://m293.files.keap.app/m293/b447523b-2e14-4101-9eed-9de114c22d65);
    background-repeat: repeat-x;
    background-size: auto 19% !important;
}

  .productName {
    width: 580px;
    text-align: left;
    *padding-left: 45px;
  }

  .productTotalPrice {
    *padding-right: 45px;
    font-size: 18px;
  }

  .yllw {
    width: 100%;
    max-width: 850px;
    margin: 15px auto;
    background-color: #E4DA0F;
}
  .ftr-trd {
	padding: 0px 38px;
	width:100%;
	max-width:550px;
	display:inline-block;
	vertical-align: middle;
}

.ftr-tw {
	padding: 0px 38px;
	width:100%;
	max-width:210px;
	display:inline-block;
	vertical-align: middle;
}
.hdr-one {
	width:100%;
	max-width: 240px;
	vertical-align:middle;
	display:inline-block;
}

.hdr-two {
	width:100%;
	max-width:550px;
	vertical-align:middle;
	display:inline-block;

}
  h1.ss {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 90px;
    font-weight: 700;
    text-align: center;
  }
  h2.tt {
    color: #359ace;
    font-family: Open Sans;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-shadow: 1px 1px 0px #FFFFFF;
    text-align: center;
  }
  h4.qq {
    color: #000000;
    font-family: Open sans;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  h4.hlp {
    text-align: center;
    color: #4054B2;
    font-family: open sans;
    font-size: 28px;
    font-weight: 700;
}
  p.hlptxt{
    text-align: center;
    font-size: 20px;
  }
  h1.hdd {
    color: #FFFFFF;
    font-family: helvetica;
    font-size: 34px;
  }
  .hdr-blue {
    background: #2f5780;
    margin: 40px 0px;
    border-radius: 8px;
    padding: 10px;
  }
  .hdr-wht{
    background: #fff;
    margin-top: 40px;
    border-radius: 8px;
    padding: 10px 10px 26px 10px;
    text-align: left;
  }

  .ftr-discl {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    background-color: red;
    color: white;
    line-height: 1em;
  }

  .ftr-discl a {
    color: white;
  }

  .ftr-discl a:hover {
    font-size: 16px;
    color: yellow;
  }

  .radioOption:nth-child(3), .productSubTotalPrice, .productSubscriptionDetails, .productDescription, .productQuantity, .productImage   {
    display:none !important;
  }

 @media only screen and (max-width: 800px) {
  
  #customHeader {
    *margin-top: -30px;
  }
  
  #content-wrapper {
    padding: 40px 20px;
  }
  
  #CUSTOM_HTML {
    padding: 0 20px;
  }
  
  body {
    background-size: auto 8.8% !important;
  }
  
  .productName {
    font-size: 14px;
    text-align: left;
    width: 215px;
    *padding-left: 20px;
  }
  
.productTotalPrice {
    *padding-right: 20px;
    font-size: 14px;
  }
  
  .productImage {
    display: none;
  }
  
  h1.ss {
    font-size: 45px;
  }
      h2.tt {
    font-size: 26px;
    line-height: 32px;
  }
      h4.qq {
    font-size: 17px;
  }
    .ftr-trd, .ftr-tw {
      padding:0px; 
      max-width:100%;
      text-align:center;
  }
    h4.hlp {
    font-size: 24px;
  }
    p.hlptxt{
    font-size: 14px;
  }
      h1.hdd {
    font-size: 24px;
  }
    .hdr-blue {
    margin: 40px 10px 0;
  }
    .hdr-wht{
    margin: 40px 10px 0;
    text-align: center;
}
  .ftr-discl a {
    font-size: 12px;
  }
}


/* Appearance

This contains the costmetic properties for your order
form, such as fonts, colors, background images and borders.
===============================================================*/


/* TOP LEVEL STYLES
===============================================================*/

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

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #242433;
}

img, img a {
    border: 0 none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    text-align: center;
}


h2 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 300;
}


h4 {
    font-size: 16px;
}


#wrapper {
    position: relative;
}

#wrapper #rightbar {
    border-right: 1px solid #f0f0f0;
}

p {
    margin: 0;
    font-size: 12px;
    color: #7a7a87;
}


#content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#productsContainer,
#shippingOptionsContainer {
    padding: 16px 0;
    border-bottom: 1px solid #e6e6e8;
}

#productsContainer {
    padding: 0 0 16px;
}

#paymentPlansContainer {
    border-top: 1px solid #e6e6e8;
}

#upsellContainer,
#orderSummaryContainer,
#paymentPlansContainer,
#checkoutLinksContainer {
    padding: 16px 0;
}

#orderFormBillingEntry .checkboxOption {
    margin-bottom: 16px;
}


/* Order Form Expander
===============================================================*/

#orderSummaryExpander {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#orderSummaryExpander > *:not(:last-child) {
    padding-right: 4px;
}


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

.input-field,
.select-field {
    position: relative;
    width: 100%;
}

.input-field input, .select-field select {
    -webkit-appearance: none;
    -webkit-transition: border .25s cubic-bezier(.23,1,.32,1);
    -o-transition: border .25s cubic-bezier(.23,1,.32,1);
    transition: border .25s cubic-bezier(.23,1,.32,1);
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #cdcdd1;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 8px 16px;
    height: 40px;
    line-height: normal;
    outline: none;
    width: 100%;
    font-size: 14px;
}

input[type="text"], input[type="number"] {
    width: 100%;
}

.select-field select {
    color: #242433;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='chevron-down'%3E%3Cpath d='M6.293 9.293a1 1 0 0 1 1.414 0L12 13.586l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
    background-size: 20px;
    background-position: calc(100% - 6px) center;
    background-repeat: no-repeat;
    width: 100%;
}

.select-field select:disabled, .input-field input:disabled {
    background-color: #f0f0f0;
    color: #7a7a87;
    cursor: not-allowed;
}

.input-field label,
.select-field label {
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: left .25s cubic-bezier(.23,1,.32,1),top .25s cubic-bezier(.23,1,.32,1),font-size .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
    -o-transition: left .25s cubic-bezier(.23,1,.32,1),top .25s cubic-bezier(.23,1,.32,1),font-size .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
    transition: left .25s cubic-bezier(.23,1,.32,1),top .25s cubic-bezier(.23,1,.32,1),font-size .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    left: 1rem;
    line-height: calc(16px * 1.5);
    pointer-events: none;
    position: absolute;
    text-transform: none;
    text-align: left;
    margin-left: -4px;
    background: -webkit-gradient(linear,left bottom, left top,from(transparent),color-stop(42%, transparent),color-stop(0, #fff),color-stop(51%, #fff),color-stop(0, transparent));
    background: -o-linear-gradient(bottom,transparent,transparent 42%,#fff 0,#fff 51%,transparent 0);
    background: linear-gradient(0deg,transparent,transparent 42%,#fff 0,#fff 51%,transparent 0);
    padding: 0 4px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: auto;
    white-space: normal;
    color: #7a7a87;
}

.input-field input:focus {
    border: 1px solid #444;
}

.input-field input:disabled~label {
    color: #7a7a87;
}

.inline-field-invalid {
    background: none !important;
}

.inline-field-invalid:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.radioOption,
.checkboxOption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.radioOption ~ .radioOption {
    margin-top: 8px;
}

.radioOption label,
.checkboxOption label {
    font-size: 14px;
}

.radioOption input,
.checkboxOption input {
    margin-right: 8px;
}

.radioOptionDetails {
    font-size: 12px;
    color: #7a7a87;
    padding-left: 22px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > * {
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


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

a {
    color: #7a7a87;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.button {
    -webkit-transition: background-color .25s cubic-bezier(.23,1,.32,1);
    -o-transition: background-color .25s cubic-bezier(.23,1,.32,1);
    transition: background-color .25s cubic-bezier(.23,1,.32,1);
    background-color: #000;
    border: 1px solid transparent;
    color: #fff;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: background-color .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1),-webkit-box-shadow .25s cubic-bezier(.23,1,.32,1);
    transition: background-color .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1),-webkit-box-shadow .25s cubic-bezier(.23,1,.32,1);
    -o-transition: background-color .25s cubic-bezier(.23,1,.32,1),box-shadow .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
    transition: background-color .25s cubic-bezier(.23,1,.32,1),box-shadow .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1);
    transition: background-color .25s cubic-bezier(.23,1,.32,1),box-shadow .25s cubic-bezier(.23,1,.32,1),color .25s cubic-bezier(.23,1,.32,1),-webkit-box-shadow .25s cubic-bezier(.23,1,.32,1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}

.button.block {
    width: 100%;
}

.button.secondary {
    background-color: transparent;
    color: #242433;
    border-color: #242433;
}

.button:active {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button:hover {
    text-decoration: none;
    color: #fff;
}

.button.secondary:active, .button.secondary:hover {
    background-color: #242433;
    color: #fff;
    border-color: transparent;
}

.button[disabled] {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
    -webkit-transition: background-color .25s cubic-bezier(.23,1,.32,1);
    -o-transition: background-color .25s cubic-bezier(.23,1,.32,1);
    transition: background-color .25s cubic-bezier(.23,1,.32,1);
    background-color: rgba(0,0,0,.09);
    border: 1px solid transparent;
    color: rgba(0,0,0,.29);
}



/* LOGO
===============================================================*/

#companyLogoTopBanner {
    text-align: center;
}

#companyLogoTopBanner img {
    max-width: 160px;
}


/* PRODUCT LIST SUMMARY
===============================================================*/

.productImage {
    max-width: 100px;
    max-height: 100px;
    border-radius: 6px;
}

.productSubTotal {
    font-size: 12px;
}

.productTotal {
    font-size: 14px;
    color: #242433;
}

.productSubTotalPrice {
    color: #7a7a87;
}

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

.orderSummaryExpanderLink {
    cursor: pointer;
    text-decoration: underline;
}


/* ORDER SUMMARY
===============================================================*/

.orderSummarySubTotals {
    border-bottom: 1px solid #e6e6e8;
}


.orderSummaryPrice {
    font-size: 14px;
    color: #7a7a87;
}

.orderSummaryTotal .orderSummaryPrice,
.orderSummaryTotal .orderSummaryPrice p {
    font-size: 18px;
    color: #242433;
    font-weight: 600;
}


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

.upsell {
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #fafafa;
    padding: 16px;
}

.upsellOriginalPrice {
    font-size: 12px;
    text-decoration: line-through;
    color: #7a7a87;
}
