@font-face {
  src: url(/assets/fonts/futura/FuturaBT-Light.woff) format("woff");
  font-family: FuturaBT;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  src: url(/assets/fonts/futura/FuturaBT-Book.woff) format("woff");
  font-family: FuturaBT;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url(/assets/fonts/futura/FuturaBT-Medium.woff) format("woff");
  font-family: FuturaBT;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  src: url(/assets/fonts/helvetica/Helvetica-Regular.woff) format("woff");
  font-family: Helvetica;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url(/assets/fonts/helvetica/Helvetica-RegularItalic.woff) format("woff");
  font-family: Helvetica;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  src: url(/assets/fonts/helvetica/Helvetica-Bold.woff) format("woff");
  font-family: Helvetica;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  src: url(/assets/fonts/helvetica/Helvetica-BoldItalic.woff) format("woff");
  font-family: Helvetica;
  font-weight: 700;
  font-style: italic;
}
html,
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.futura {
  font-family: FuturaBT, Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
#progress {
  display: none;
}
#progress .bar {
  height: 3px;
  margin-bottom: 3px;
  background-color: #f6ba52;
  background: repeating-linear-gradient(to right, #f6ba52, #f6ba52 5px, #ffd180 5px, #ffd180 10px);
}
.inline-block {
  display: inline-block !important;
}
.input_box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
  max-width: 500px;
}
.max-w {
  max-width: 100% !important;
}
.text-black-underline {
  color: #333;
  text-decoration: underline;
}
.shield-number {
  position: absolute;
  top: 6px;
  left: 27px;
  color: white;
}
.form-group {
  margin-bottom: 30px;
}
.bg-black {
  background-color: #000;
}
.bg-darkgray {
  background-color: #242424;
}
.bg-lightgray {
  background-color: #666;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navbar {
  margin-bottom: 5px;
}
.navbar a {
  font-size: 16px;
  color: #fff;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.to-h2 {
  font-size: 30px;
}
.to-h5 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
  }
}
.footer-icon {
  color: #fff;
  font-size: 50px;
}
.footer1 {
  color: #fff;
}
.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
a {
  text-decoration: none;
  color: #fff;
}
a:focus,
a:hover,
.glyphicon:hover {
  color: #999;
  text-decoration: none;
}
.call-us {
  margin-left: 15px;
  margin-top: 5px;
  font-size: 16px;
}
.email-us {
  margin-left: 15px;
  margin-top: 15px;
  display: block;
  font-size: 16px;
}
.talking_to_us {
  font-size: 28px;
}
.footer-links a {
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin: 5px 0;
}
.footer-hr {
  border-top: 1px solid #232323;
}
.navbar-brand {
  padding-left: 0;
}
label {
  font-weight: normal;
}
.submit-btn {
  background-color: black;
  border-color: black;
  border-radius: 0;
  width: 200px;
  height: 50px;
  color: #fff;
  font-size: 17px;
}
.submit-btn.focus,
.submit-btn:focus,
.submit-btn:hover,
.btn-file:hover,
.btn-file:focus {
  color: #fff;
}
.basket {
  width: 22px;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
}
.usa {
  font-size: 19px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-attach-image {
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  width: 125px;
  height: 35px;
  color: #fff;
  font-size: 14px;
}
.btn-attach-image-disable {
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  width: 125px;
  height: 35px;
  color: #fff;
  font-size: 14px;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.steps {
  font-size: 12px;
  line-height: 15px;
}
.serial-number a,
.serial-number a:link,
.serial-number a:active,
.serial-number a:visited {
  text-decoration: underline;
  color: blue;
}
.link a,
.link a:link,
.link a:active,
.link a:visited {
  text-decoration: underline;
  color: blue;
}
.ml-30 {
  margin-left: 30px;
}
.price.radio {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .visible-desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .visible-desktop-inline {
    display: inline;
  }
}
@media (max-width: 991px) {
  .visible-desktop-inline {
    display: none;
  }
}
@media (min-width: 992px) {
  .visible-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .visible-mobile {
    display: block;
  }
}
.submit_busy_loader {
  margin-top: 4px;
  display: none;
}
#ups-store-busy-loader {
  position: absolute;
  top: 35px;
  right: 25px;
  width: 20px;
}
.h1-to-h3 {
  font-size: 24px;
}
.mt-40 {
  margin-top: 60px;
}
.float-left {
  float: left;
}
.descr {
  font-size: 12px;
  padding-left: 0px !important;
}
.promise a {
  color: blue;
}
.promise a:hover {
  text-decoration: underline;
}
.airwrap-video-mt {
  margin-top: 110px;
}
.reason-for-return button {
  height: 50px;
  margin-top: -10px;
}
.button-solid {
  border: none;
  background-color: white;
  color: blue;
  text-decoration: underline;
  padding-left: 0px;
}
.text-purple {
  color: purple;
}
.mt-35 {
  margin-top: -35px;
}
.machine-row label,
.part-row label {
  font-size: 13px !important;
}
