/* Main DOM */
#wrapper {
  height: 100%;
  min-width: 320px;
  background-image: url(/assets/images/bg.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  padding-bottom: 50px;
  padding: 0 0 40px;
}

#orderFormHeader {
  position: relative;
  border-radius: 10px 10px 0 0;
  background: #660000;
  background: linear-gradient(to bottom, #660000 0%, rgba(179, 21, 21, 0.7294117647) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#660000", endColorstr="#2890a9", GradientType=0);
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
#orderFormHeader h1 {
  font-size: 35px;
  font-family: "Roboto", "Arial", sans-serif;
  color: #FFF;
  margin-bottom: 20px;
}
#orderFormHeader h2 {
  font-size: 14px;
  font-family: "Roboto", "Arial", sans-serif;
  color: #FFF;
}

#orderPage {
  padding: 20px 50px;
  max-width: 1200px;
  margin: 30px auto;
  border: 10px solid #D47C7C;
  background-color: #FFF;
  display: block;
  position: relative;
}
#orderPage #orderLeft, #orderPage #orderRight {
  float: left;
  padding: 0;
}
#orderPage #orderLeft {
  width: 720px;
  padding-right: 30px;
}
#orderPage #orderRight {
  width: 360px;
}

@media (max-width: 1200px) {
  #orderPage {
    max-width: 840px;
  }
  #orderPage #orderLeft, #orderPage #orderRight {
    margin: 0 auto;
    padding-right: 0;
    width: 100%;
    max-width: 720px;
    float: none;
  }
}
@media (max-width: 820px) {
  #orderPage {
    padding: 20px;
  }
  #orderPage #orderLeft, #orderPage #orderRight {
    margin: 0 auto;
    width: 100%;
    max-width: auto;
    width: 100%;
    float: none;
  }
}
@media (max-width: 450px) {
  #orderPage {
    margin: 0;
    padding: 0 0 20px;
    border: none;
  }
  #orderPage #orderLeft {
    padding: 0 10px;
  }
}
@media (max-width: 370px) {
  #orderPage #orderRight {
    padding: 0;
  }
}
/* Header */
#orderHeader {
  margin-bottom: 20px;
}
#orderHeader h1 {
  width: 50%;
  min-height: 45px;
  line-height: 45px;
  float: left;
  font-size: 22px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #8c241f;
  background-color: #8c241f;
  color: #FFF;
  border-radius: 20px 0 0 20px;
  position: relative;
  text-transform: uppercase;
}
#orderHeader h1 .triangle {
  border-left: 23px solid #8c241f;
  border-bottom: 23px solid transparent;
  border-top: 23px solid transparent;
  position: absolute;
  right: -25px;
  top: 0;
  z-index: 2;
}
#orderHeader h1:last-of-type {
  background-color: #FFF;
  color: #111;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 600px) {
  #orderHeader h1 {
    padding: 0 5px;
    font-size: 15px;
  }
  #orderHeader h1 .triangle {
    border-left: 10px solid #8c241f;
    right: -12px;
  }
}
@media (max-width: 450px) {
  #orderHeader h1 {
    padding: 0 3px;
    font-size: 16px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: bold;
  }
  #orderHeader h1:last-of-type {
    border-radius: 0;
  }
}
/* Left Side */
#orderCountdown {
  border: 1px solid #111;
  border-radius: 20px;
  padding: 10px;
  margin: 0 0 20px;
  text-align: center;
}
#orderCountdown h1 {
  font-size: 26px;
  color: #000;
}
#orderCountdown h1 #countdown {
  color: #C00;
  font-weight: bold;
}

@media (max-width: 600px) {
  #orderCountdown h1 {
    font-size: 18px;
  }
}
#greatJob {
  position: relative;
  margin-bottom: 20px;
}
#greatJob h1 {
  vertical-align: middle;
  font-size: 34px;
  color: #C00;
  display: inline-block;
  margin-right: 10px;
  width: 180px;
  font-weight: bold;
}
#greatJob p {
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.2;
  display: inline-block;
  width: 475px;
}

@media (max-width: 800px) {
  #greatJob h1 {
    text-align: center;
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  #greatJob p {
    display: block;
    width: 100%;
  }
}
#availability {
  background-color: #ffe4e4;
  border: 1px solid #111;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#availability h2 {
  font-size: 18px;
  float: left;
  width: 65%;
  padding: 0 20px;
}
#availability h2:last-of-type {
  width: 35%;
}
#availability h2 span {
  color: #C00;
  font-weight: bold;
}
#availability h2 .availOuter {
  display: inline-block;
  border: 1px solid #444;
  padding: 0 5px;
  margin: 0 10px;
  width: 100px;
  position: relative;
}
#availability h2 .availOuter .availInner {
  min-width: 20px;
  height: 10px;
  background-color: #C00;
  display: inline-block;
}

@media (max-width: 740px) {
  #availability {
    padding: 0;
  }
  #availability h2, #availability h2:last-of-type {
    padding: 10px;
    float: none;
    width: 100%;
  }
}
@media (max-width: 740px) {
  #availability h2, #availability h2:last-of-type {
    font-size: 16px;
  }
  #availability h2 .availOuter, #availability h2:last-of-type .availOuter {
    display: inline-block;
    border: 1px solid #444;
    padding: 0 5px;
    margin: 0 10px;
    width: 75px;
    position: relative;
  }
  #availability h2 .availOuter .availInner, #availability h2:last-of-type .availOuter .availInner {
    min-width: 15px;
    height: 10px;
    background-color: #C00;
    display: inline-block;
  }
}
#shipping {
  margin: 0 auto;
}
#shipping h1 {
  float: left;
  width: 50%;
  text-align: center;
  margin: 10px auto 10px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  color: #C00;
}
#shipping h2 {
  float: left;
  width: 50%;
  text-align: center;
  margin: 10px auto 10px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 600px) {
  #shipping {
    margin: 20px auto;
  }
  #shipping h1, #shipping h2 {
    float: none;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.1;
  }
  #shipping h2 {
    margin-top: 5px;
  }
}
#rush {
  background: linear-gradient(to bottom, #111 0%, #3e3e3e 100%);
  color: #FFF;
  padding: 10px;
  margin-top: 40px;
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
}
#rush #warningIcon1 {
  width: 75px;
  position: absolute;
  top: 20px;
  left: 50px;
}
#rush #warningIcon2 {
  width: 75px;
  position: absolute;
  top: 20px;
  right: 50px;
}
#rush h1 {
  margin: 15px auto 10px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
#rush h2 {
  margin: 0 auto 15px;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 820px) {
  #rush #warningIcon1 {
    left: 20px;
  }
  #rush #warningIcon2 {
    right: 20px;
  }
}
@media (max-width: 660px) {
  #rush {
    padding-left: 120px;
  }
  #rush h1 {
    font-size: 22px;
    text-align: left;
  }
  #rush h2 {
    font-size: 18px;
    text-align: left;
  }
  #rush #warningIcon1 {
    left: 20px;
    width: 75px;
  }
  #rush #warningIcon2 {
    display: none;
  }
}
@media (max-width: 450px) {
  #rush {
    padding-top: 25px;
    padding-left: 10px;
    margin-top: 50px;
  }
  #rush h1 {
    text-align: center;
  }
  #rush h2 {
    text-align: center;
  }
  #rush #warningIcon1 {
    width: 50px;
    left: 50%;
    margin-left: -25px;
    top: -25px;
  }
}
@media (max-width: 395px) {
  #rush {
    border-radius: 10px;
  }
}
/* Right Side */
#orderForm {
  padding-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #000;
}
#orderForm #orderFormContainer h2.focusOrderForm {
  position: relative;
  background-color: #8c241f;
  padding: 13px 20px 10px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  font-size: 26px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(to bottom, #8c241f 0%, #b31515 100%);
  text-transform: uppercase;
}
#orderForm #orderFormContainer h2.focusOrderForm img {
  vertical-align: middle;
  padding-bottom: 4px;
  margin-right: 0;
  height: 35px;
  width: 35px;
}

@media (max-width: 450px) {
  #orderForm {
    border-radius: 0;
    border: none;
  }
  #orderForm #orderFormContainer h2 {
    border-radius: 0;
    padding: 15px 0;
  }
}
/* Order Processing Overlay */
#placeOrderShade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 100%;
  min-width: 100%;
  z-index: 10;
}
#placeOrderShade #placeOrderCopy {
  max-height: 320px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -160px;
}
#placeOrderShade #placeOrderCopy #placeOrderHeader {
  color: #111;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
}
#placeOrderShade #placeOrderCopy #placeOrderBody {
  color: #333;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
}
#placeOrderShade #placeOrderCopy #placeOrderBody img {
  width: 100px;
}
#placeOrderShade #placeOrderCopy #placeOrderBody p {
  max-width: 320px;
  margin: 0 auto 10px;
  font-size: 19px;
  line-height: 1.2;
}

/* Cart Button */
.cartButton {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 6px;
  display: table;
  margin: 25px auto 0;
  color: #fff;
  background: #660000;
  background: linear-gradient(to bottom, #e48a34 0%, #f6aa65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#660000", endColorstr="#2890a9", GradientType=0);
  font-family: "Roboto", "Open Sans", "Arial", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.cartButton:focus {
  outline: none;
}
.cartButton:hover {
  background-color: #ff2837;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cartButton .cartButtonText {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

@media (max-width: 425px) {
  .cartButton {
    font-size: 30px;
  }
}
/* End Cart Button */
/* forms.css overrides */
#expiryDate:after {
  content: "/";
  position: absolute;
  top: 7px;
  left: 45px;
  font-size: 26px;
}

#cardMonth {
  width: 55px;
  padding-right: 0 !important;
  display: block;
  margin: 0;
  border-right: none;
  border-radius: 3px 0 0 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#cardMonth.inputSuccess, #cardMonth.inputError {
  background-image: none !important;
}

#cardYear {
  width: 55px;
  padding-right: 0 !important;
  display: block;
  margin: 0;
  border-left: none;
  border-radius: 0 3px 3px 0;
  width: 65px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#phoneNumber {
  margin: 0;
  width: calc(100% - 30px);
}

#phoneWhy {
  background-color: #aaa;
  border-radius: 100%;
  color: #FFF;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  padding: 1px 0 0;
  position: absolute;
  top: 10px;
  right: 4px;
}

#cardNumber {
  padding-left: 50px;
}
#cardNumber.allCards {
  padding-left: 120px;
}

#cardSecurityCode {
  display: inline;
  max-width: 87px;
  margin-left: 10px;
  margin-right: 0;
}

.cardIcon {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 50px;
  transition: 0.25s all;
}
.cardIcon.type_nocards {
  top: 28px;
  background-image: url("/assets/images/order/ccSprite2.png");
  background-repeat: no-repeat;
  background-position: right 6px top 7px;
  width: 120px;
}
.cardIcon.type_allcards {
  background-image: url("/assets/images/order/ccSprite2.png");
  background-repeat: no-repeat;
  background-position: right 6px top 7px;
  width: 120px;
}
.cardIcon.type_mastercard {
  background-image: url("/assets/images/order/ccSprite.png") !important;
  background-repeat: no-repeat !important;
  background-position: left 0 top -115px !important;
}
.cardIcon.type_visa {
  background-image: url("/assets/images/order/ccSprite.png") !important;
  background-repeat: no-repeat !important;
  background-position: left 0 top -153px !important;
}
.cardIcon.type_discover {
  background-image: url("/assets/images/order/ccSprite.png") !important;
  background-repeat: no-repeat;
  background-position: left 0 top -38px;
}
.cardIcon.type_amex {
  background-image: url("/assets/images/order/ccSprite.png");
  background-repeat: no-repeat;
  background-position: left 0 top -77px;
}

/* End forms.css overrides */
/* Errors */
/* Checkout Errors */
.orderErrors {
  color: #3e3e3e;
  background-color: #fff;
  border: 2px solid #b00;
  padding: 0 0 20px;
  position: relative;
  line-height: 22px;
  text-align: left;
  max-width: 720px;
  margin: 0 auto 20px;
}
.orderErrors p {
  padding: 10px 20px;
  margin: 0;
  font-size: 14px;
}
.orderErrors ul.errorList {
  margin-right: 20px;
}
.orderErrors ul.errorList li {
  list-style: disc;
  margin-left: 40px;
}
.orderErrors h2.errorType {
  margin-bottom: 5px;
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
  color: #FFF;
  background-color: #BB0000;
}

#errorLightbox {
  padding: 0;
  border-radius: 0;
}
#errorLightbox .orderErrors {
  background-color: #FFF;
  margin: 0;
  padding: 0 0 20px;
  color: #121212;
}
#errorLightbox .orderErrors hr {
  width: 90%;
  margin: 10px auto;
}
#errorLightbox .orderErrors p:before {
  color: #C00;
}

#credibility {
  width: 100%;
  height: 55px;
  text-align: center;
}
#credibility img {
  margin: 0 auto;
  width: 95%;
  max-width: 338px;
}

#cvvInstructionButton {
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  margin-left: 10px;
  color: #fff;
  align-self: center;
  background-color: #757575;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
}

#cvvLightbox img {
  margin: 0 auto;
  display: block;
}

#checkoutSubtotal {
  font-weight: bold;
  color: #111;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
}
#checkoutSubtotal #shippingSubtotal {
  font-weight: normal;
  clear: both;
  display: block;
  text-align: right;
  font-size: 12px;
  color: #666;
}

#agreementRow {
  padding: 0 10px;
}

.safeCheckoutContainer {
  background-color: #FFF;
  margin: 10px;
  padding: 10px 5px 0;
  border-radius: 10px;
}
.safeCheckoutContainer .safeCheckout {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* Packages */
.packageSelector h1 {
  font-size: 18px;
  margin: 10px 0 auto;
  width: 30%;
  float: left;
  line-height: 40px;
}
.packageSelector .packageButtons {
  display: flex;
  width: 70%;
  float: left;
  margin: 10px auto;
  justify-content: center;
}
.packageSelector .packageButtons .pButton {
  font-weight: 600;
  border: 1px solid #111;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  align-self: flex-start;
  display: inline-block;
  width: 200px;
  background-color: #DDD;
  padding: 10px 5px;
  cursor: pointer;
  margin: 0 5px;
  border-radius: 3px;
  text-align: center;
  line-height: 1.2;
  transition: 0.25s all;
}
.packageSelector .packageButtons .pButton.selected {
  background-color: #8c241f;
  color: #FFF;
}

.package {
  background-color: #F1F1F1;
  padding: 20px;
  display: none;
  border: 1px solid #CCC;
}
.package.selected {
  display: block;
}
.package .bottleImg {
  width: 47%;
  margin: 0 auto;
  display: block;
  float: left;
  text-align: center;
}
.package .bottleImg img {
  height: auto;
  max-width: 320px;
  width: 100%;
}
.package .packageDetails {
  float: right;
  width: 50%;
  text-align: center;
}
.package .packageDetails h1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 10px;
}
.package .packageDetails h3 {
  font-size: 17px;
  color: #696969;
  margin-top: 15px;
}
.package .packageDetails h2 {
  font-size: 25px;
  margin-top: 10px;
  color: #000;
}
.package .packageDetails h2.freeShipping {
  background-color: #f7b61b;
  padding: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

@media (max-width: 800px) {
  .packageSelector h1, .packageSelector .packageButtons {
    float: none;
    text-align: center;
    width: 100%;
  }
  .package .bottleImg,
  .package .packageDetails {
    float: none;
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .packageSelector .packageButtons .pButton {
    height: 60px;
  }
  .packageSelector .packageButtons .pButton span {
    display: block;
  }
}
@media (max-width: 400px) {
  .package .bottleImg {
    height: auto;
    width: 100%;
    max-width: 300px;
  }
  /*
      .packageSelector {
          .packageButtons {
              display: flex;
              width: 70%;
              float: left;
              margin: 20px auto;
              justify-content: center;
          }
      }
      */
}
/* Guarantee Section */
.guarantee {
  position: relative;
  padding: 20px;
  padding-left: 180px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: linear-gradient(180deg, #dae7ee 0%, #eef4f7 100%);
}
.guarantee img {
  position: absolute;
  top: 50%;
  margin-top: -69px;
  left: 10px;
}
.guarantee h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #111;
  margin-bottom: 20px;
  text-align: center;
}
.guarantee h1 span {
  color: rgba(0, 0, 51, 0.9333333333);
  font-size: 30px;
}

@media (max-width: 640px) {
  .guarantee {
    padding-left: 20px;
    padding-top: 80px;
    margin-top: 100px;
  }
  .guarantee img {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -71px;
    display: block;
  }
  .guarantee h1 {
    text-align: center;
  }
}
/* Continuity Option */
#continuityOption {
  max-width: 1045px;
  width: 100%;
  margin: 10px auto;
  padding: 20px;
  background-color: #fff1c2;
  border: 2px dashed #D00;
}
#continuityOption #addContinuity {
  height: 30px;
  width: 30px;
  float: left;
  margin-bottom: 10px;
}
#continuityOption h2 {
  padding-left: 50px;
  color: #D00;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 10px;
}
#continuityOption h3 {
  padding-left: 50px;
  color: #111;
  font-weight: normal;
  line-height: 1.2;
  font-size: 14px;
}

/* Order Bump */
#orderBump {
  background-color: #fcf8e3;
  padding: 5px;
  border: 2px dashed #000;
}
#orderBump label {
  display: block;
  background-color: #feff99;
  color: #111;
  font-weight: bold;
  padding: 0;
  margin-bottom: 5px;
}
#orderBump h2 {
  font-size: 16px;
  display: inline-block;
  padding: 0;
}
#orderBump p {
  padding: 5px;
  font-size: 13px;
}
#orderBump input {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

#belowFold {
  margin-top: 40px;
}

.seals {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.seals img {
  max-width: 100px;
  margin: 0 10px;
}

@media (max-width: 640px) {
  .seals img {
    max-width: 80px;
    margin: 0 3px;
  }
}
@media (max-width: 350px) {
  .seals img {
    max-width: 65px;
    margin: 0 5px;
  }
}
.termsLabel {
  display: block;
  font-weight: normal;
  margin-left: 0;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
.termsLabel input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: middle;
}

.rebillTerms {
  display: none;
}
.rebillTerms p {
  font-size: 12px;
  padding: 0 0 10px;
}/*# sourceMappingURL=order.css.map */