html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0px;
  padding: 0;
  background-color: #F1F1F1;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.container {
  min-height: 800px;
}
.top-bar {
  background-color:#2a2a2a;
  color: #ffff00;
  font-size: 25px;
  text-align: center;
  padding: 8px;
}
.description-large {
  display: table-cell;
}
.description-small {
  display: none;
}
.header .logo{
  padding-left:10px;
  float:left;
}
.header .ship {
  padding-right:10px;
  float:right;
  transform: translate(0%,25%);
}
  .header .ship i {
    font-size: 40px;
    color: #c22730;
    margin-left: 10px;
    transform: translate(0%,18%);
  }
.header .ship1 {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin:0px;
  text-align: right;
}
.header .ship2 {
  font-size: 18px;
  color: #888;
  text-align: right;
}
.img1 { 
  float:left;
}
.img2 {
  float:right;
}
footer {
  height: 60px;
  width: 100%;
  overflow: hidden;
  background-color: #242424;
  text-align:center;
  padding: 20px 0px;
}
  footer span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #fff;
  }
    footer span .title {
      color: #f3e742;
    }
.sub-footer {
  width: 100%;
  background-color: #2a2a2a;
  color: #a0a0a0;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
  .sub-footer .row {
    padding: 5% 10%;
    text-align: center;
  }
  .sub-footer .logo {
    padding-bottom: 10px;
    width: 145px;
  }
  .sub-footer .contact {
    text-align: center;
  }
  .sub-footer .contact-title {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .sub-footer ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 75%;
  }
    .sub-footer ul li {
      padding-bottom: 2px;
      position: relative;
    }
      .sub-footer ul li i {
        position:absolute; 
        left:0;
        top: 3px;
      }
      .sub-footer ul li .email {
        color: #c22730;
      }
    .sub-footer .social {
      text-align: center;
    }
    .sub-footer .social a {
      color: #c22730;
      padding-right: 6px;
      font-size: 18px;
    }
    .sub-footer .social a:hover {
      color: #fff;
    }
.red {
  color: #c22730;
}
.checkout-heading {
  margin-top:0px;
}
.page-nums {
  margin-top:0px;
  text-align: right;
}
.page-nums span {
  color:#c22730;
}
table.details {
  width: 60%;
}
table thead {
  height: 40px; 
  background-color:#c22730;
  color:#fff;
  font-size: 16px;
  letter-spacing: 0.3px;
}
  table thead tr th {
    border: 0px !important;
  }
  table thead tr th.totals {
    background-color:#f4e92a;
    color:#2a2a2a;
  }
table td {
  border-top: 0px !important;
  border-bottom: 1px solid #eee;
}
table td p.product-descrip {
  font-size:16px;
}
table td.device {
  border-bottom: 0px !important;
  padding:4px 0px 4px 0px !important;
  font-size:16px;
}
table td.left-border {
  border-left:1px solid #eee !important;
}
table td.totals {
  font-weight: bold;
  border-left:1px solid #efefef;
}
.right {
  text-align:right;
}
.well {
  background-color: #ffffff;
  margin-top: 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 40px;
}
button {
  width: 150px !important;
  float:right;
  text-align: center;
  border-radius: 2px !important;
  margin-bottom: 10px !important;
  margin-right: 10px !important;
  margin-top: 20px !important;
}

button.red {
  background-color:#c22730 !important;
  border-color:#c22730 !important;
  color: #fff;
  margin-left:6px !important;
  margin-right: 0px !important;
}
.notes {
  font-size: 14px;
  color: #888;
  margin: 20px 0px;
}
.clear {
  clear:both;
}
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.product {
  margin-top: 40px;
}
.terms-heading {
  margin:10px 10px 10px 0px;
  font-size:26px;
  color: #344e87;
}
.terms-box {
  padding: 12px 12px 12px 0px;
}
.terms-display {
  padding: 30px;
  background-color: #f5f5f5;
  margin: 10px 0px 20px 0px;
  border-radius: 4px;
  height: 160px;
}
.terms-display p {
  font-size:20px;
  text-align: center;
  font-weight: 500;
}
.radio-plans {
  font-size: 18px;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
  .radio-plans input {
    margin-right: 10px;
  }
.promo-code-input {
  display:block;
  width:120px;
  float:right;
  margin-right:4px;
}
.promo-code-apply {
  margin-right:0px !important;
  margin-top:0px !important;
  width:100px !important;
}
.promo-code-invalid {
  font-size:16px;
  color:#cc0000;
  float:right;
}
.promo-code-text {
  padding-left:15px;
  font-size:16px;
  color:#cc0000
}
.btn-cart {
  margin-right:0px !important;
  margin-top:40px !important;
}
.radio-ship {
  font-size: 16px;
}
.back-btn {
  float:right;
  margin-right: 0px !important;
}
.totals-bar {
  border-top:2px solid #ddd !important;
}
.waitingIcon {
  text-align:center;
  margin-bottom:20px;
}
.waitingIcon-overlay {
  width: 200px;
  height: 110px;
  text-align:center;
  margin-bottom:20px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -55px;
    margin-left: -100px;
    z-index: 1999;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 20px 40px;
}
.pleaseWaitBox {
  width: 200px;
  border: 1px solid #ededed;
  padding:20px;
  background-color: #fefefe;
  z-index: 1000;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    opacity: 0.4;
    display: none;
}​
.btn-primary { 
  margin-top: 20px;
  background-color:#c22730 !important;
  border-color:#c22730 !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #cf2a33 !important;
    border-color: #cf2a33 !important;
}
.card-divide {
  margin-top:20px;
  margin-bottom:20px;
}
@media screen and (max-width: 468px) {

  .promo-code-input {
    width: 100px;
  }
  .promo-code-apply {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {

  .header .logo {
    float: none;
    text-align: center;
    padding:0px;
  }
  .header  {
    margin-top:10px;
  }
  .header .ship i {
    transform: none;
    margin-bottom:30px;
  }
  .ship, .ship1, .ship2 {
    float:none !important;
    text-align: center !important;
    padding-right:0px !important;
  }
  .description-large { 
    display:none;
  }
  .description-small {
    display:table-cell;
  }
  .checkout-heading { 
    text-align: center;
  }
  .page-nums {
    text-align: center;
  }
  .terms-outline {
    margin-bottom: 0px;
  }
  .right {
    width: 40%;
  }
  .back-btn {
    margin-right:0px !important;
    margin-top:20px !important;
  }
  .red {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 992px) {

  table td.totals {
    border-left: 0px;
  }
  .container {
    min-height: 800px;
  }
  .top-bar {
    font-size: 18px;
    padding-top: 8px;
    overflow-x: wrap;
  }
  .header  {
    margin-top:20px;
  }
  .sub-footer .contact {
    text-align: center;
  }
  .sub-footer .contact-title {
    text-align: center;
    padding: 20px 0px;
    font-size: 16px;
  }
  .sub-footer ul li {
    padding-left:0px;
    padding-bottom: 2px;
    position: relative;
  }
    .sub-footer ul li i {
      display: none;
    }
    .sub-footer ul li .email {
      color: #c22730;
    }
  .sub-footer .social {
    text-align: center;
    padding-top: 20px;
  }
  .sub-footer .social a {
    color: #c22730;
    padding-right: 0px;
    font-size: 18px;
  }
  .sub-footer .social a:hover {
    color: #fff;
  }
  .terms {
    margin-top: 0px;
  }
  .terms-display {
    margin-top:0px;
    margin-bottom: 30px;
  }
  .addresses {
    margin-top:20px;
  }
  img.diagram {
    width: 98%;
  }
  .product {
    margin-top: 0px;
    font-size: 20px;
  }
  .img1, .img2 {
    float:none;
    padding-right: 0px;
    margin: auto;
    display: block;
    text-align: center;
  }
  .img2 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 993px) {

  .container {
    padding: 20px 80px 20px 80px;
  }
}
@media screen and (max-width: 1200px) {

  table.details {
    width:80%;
  }
}