body {
  font-size: 18px;
}

/* FOOTER */
.footer {
  color: #fff; }

.footer__inner {
  border-top: 1px solid #666;
  padding: 30px 0; }

.footer__item {
  border-bottom: 1px solid #666;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.footer #cs-input-6109 {
  min-width: 250px; }
@media (max-width: 767px) {
  .footer__email-input {
    min-width: 0; } }

@media (max-width: 767px) {
  .footer__sub-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.footer__sub-nav li {
  padding-left: .75rem;
  padding-right: .75rem; }
.footer__sub-nav li:first-child {
  padding-left: 0; }
.footer__sub-nav li a {
  font-size: 13px;
  display: block;
  color: #fff;
  padding: .5rem 0; }
.footer__sub-nav li a:hover, .footer__sub-nav li a:focus {
  color: #fff; }
img.reference {
  border: 2px solid #f5ea74; border-radius: 5px; margin-bottom: 1em; max-width: 100%;
}
.mockup {
  position: relative;
}
.mockup img {
  width: 320px;
  max-width: 100%;
}

#order {padding-top: 2em;}
#main {padding-top: 2em;}
#order h1 {padding-bottom: 1em;}

#main h2 {margin-top: 1.5rem; clear: both}
#main p {margin-bottom: 1em; line-height: 1.5em;}

#offer {
  padding-bottom: 40px;
  background: #d0c1cd;

}
#offer a.modal-btn {
  color: #000;
  text-decoration: underline;
}
#offer a.modal-btn:hover {
  font-weight: bold;
}

.sales-text-1 {
  font-size: 15px;
  display: block;
  margin-top: 15px;
}
.sales-text-2 {
  font-size: 30px;
  display: block;
}
.sales {
  position: absolute;
  top: 40px;
  left: 170px;
  color: #fff;
  background-color: #dc3545;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
}
.price-strike {
  color: #666;
  margin-bottom: 0px;
}
.price-full {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0px;
}
.price-stock span {
  color: white;
  background-color: #62BB11;
  padding: 2px 25px;
  text-transform: uppercase;
}

.float-end {margin-left: 2em;}
#main img {max-width: 100%;}

#action {background: red; color: white; position: fixed; width: 100%; z-index: 999;}
#offer {padding-top: 60px;}
#order {padding-top: 60px;}
@media (max-width: 767px) {
  .float-end {
    float: none !important;
    margin: 1em auto;
    max-width: 90%;
    display: block;
  }
  #action {background: red; color: white; position: fixed; width: 100%; z-index: 999; font-size: 14px}
  #offer {padding-top: 10px;}
}