/*
bex-campaign-hooks
quick-checkout.scss
2021
*/
.quick-checkout-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
}
.quick-checkout-modal.show {
  display: block;
}
.quick-checkout-modal .qc-modal-body {
  padding: 30px;
  background: url("//www.gri.net/assets/images/order-form-bg.jpg") center center;
  background-size: auto 110%;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #444;
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  width: 720px;
  max-width: 90%;
  left: 50%;
  margin-left: -360px;
  top: 150px;
  position: absolute;
}
.quick-checkout-modal .qc-modal-body:before {
  background-color: #00000070;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.quick-checkout-modal .qc-modal-body .header {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.quick-checkout-modal .qc-modal-body .header .title {
  float: left;
  color: #fff;
}
.quick-checkout-modal .qc-modal-body .header .qc-modal-close {
  float: right;
  margin-top: 9px;
  font-size: 32px;
  padding-right: 10px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
.quick-checkout-modal .qc-modal-body .content {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.quick-checkout-modal .qc-modal-body .content label {
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}
.quick-checkout-modal .qc-modal-body .content input, .quick-checkout-modal .qc-modal-body .content select {
  margin-top: 5px;
  border-radius: 4px;
  width: 100%;
  border: 2px solid #b4b4b4;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  padding: 0 10px;
}
.quick-checkout-modal .qc-modal-body .content input:focus, .quick-checkout-modal .qc-modal-body .content input:active, .quick-checkout-modal .qc-modal-body .content select:focus, .quick-checkout-modal .qc-modal-body .content select:active {
  box-shadow: 0 0 0;
}
.quick-checkout-modal .qc-modal-body .qc-modal-footer {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.quick-checkout-modal .steps .one-step {
  display: none;
}
.quick-checkout-modal .steps .one-step.active {
  display: block;
}
.quick-checkout-modal .text-white {
  color: #ffffff;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 720px) {
  .quick-checkout-modal {
    z-index: 999;
  }
  .quick-checkout-modal .qc-modal-body {
    left: 5%;
    margin-left: 0;
    right: 5%;
    margin-right: 0;
    top: 5%;
    margin-top: 0;
  }

  #product-page-title {
    padding-top: 0 !important;
  }
}

/*# sourceMappingURL=quick-checkout.css.map */
