/* ../../desktop.blocks/popup-product-detail-form/__wrapp/popup-product-detail-form__wrapp.styl:begin */
.popup-product-detail-form__wrapp {
    position: relative;
    max-width: 550px !important;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 0 2px #000;
    margin-top: 20px;
    margin-left: 20px;
    min-height: 332px;
  }
  /* ../../desktop.blocks/popup-product-detail-form/__wrapp/popup-product-detail-form__wrapp.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__header/popup-product-detail-form__header.styl:begin */
  .popup-product-detail-form__header {
    margin-bottom: 32px;
  }
  /* ../../desktop.blocks/popup-product-detail-form/__header/popup-product-detail-form__header.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__title/popup-product-detail-form__title.styl:begin */
  .popup-product-detail-form__title {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .popup-product-detail-form__title u {
    font-style: normal;
    text-decoration: none;
    position: relative;
    z-index: 2;
  }
  .popup-product-detail-form__title span {
    position: relative;
  }
  .popup-product-detail-form__title span:before {
    content: "";
    background-color: rgba(105,133,246,0.3);
    width: calc(100% + 4px);
    position: absolute;
    height: 11px;
    z-index: 1;
    bottom: -1px;
    left: -3px;
  }
  /* ../../desktop.blocks/popup-product-detail-form/__title/popup-product-detail-form__title.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__desc/popup-product-detail-form__desc.styl:begin */
  .popup-product-detail-form__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #62646a;
  }
  /* ../../desktop.blocks/popup-product-detail-form/__desc/popup-product-detail-form__desc.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__success/popup-product-detail-form__success.styl:begin */
  /* ../../desktop.blocks/popup-product-detail-form/__success/popup-product-detail-form__success.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__form/popup-product-detail-form__form.styl:begin */
  .popup-product-detail-form__form {
    display: flex;
    flex-direction: column;
  }
  .popup-product-detail-form__form .popup-product-detail-form__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: flex-end;
  }
  .popup-product-detail-form__form .form-row__title span {
    color: #ea5c5d;
  }
  .popup-product-detail-form__form .ui-checkbox {
    display: flex;
    align-items: baseline;
  }
  .popup-product-detail-form__form .ui-checkbox b {
    display: flex;
  }
  .popup-product-detail-form__form .ui-checkbox b + i {
    display: flex;
    margin-top: -3px;
    margin-left: 6px;
  }
  .popup-product-detail-form__form input {
    width: 100%;
  }
  @media (max-width: 600px) {
    .popup-product-detail-form__form .form-row__content {
      width: 100%;
    }
    .popup-product-detail-form__form .form-row__content input {
      width: 100%;
    }
  }
  .popup-product-detail-form__form .popup-product-detail-form__row.textarea {
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .popup-product-detail-form__form .popup-product-detail-form__row.textarea .form-row__content {
    width: 100%;
  }
  .popup-product-detail-form__form .popup-product-detail-form__row.textarea .form-row__content textarea {
    min-height: 86px;
    min-width: 100%;
  }
  /* ../../desktop.blocks/popup-product-detail-form/__form/popup-product-detail-form__form.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__confirm-wrap/popup-product-detail-form__confirm-wrap.styl:begin */
  .popup-product-detail-form__confirm-wrap {
    padding-top: 18px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  /* ../../desktop.blocks/popup-product-detail-form/__confirm-wrap/popup-product-detail-form__confirm-wrap.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__confirm-row/popup-product-detail-form__confirm-row.styl:begin */
  .popup-product-detail-form__confirm-row {
    margin-bottom: 20px;
  }
  .popup-product-detail-form__confirm-row:last-child {
    margin-bottom: 0;
  }
  /* ../../desktop.blocks/popup-product-detail-form/__confirm-row/popup-product-detail-form__confirm-row.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__confirm/popup-product-detail-form__confirm.styl:begin */
  .popup-product-detail-form__confirm {
    color: #62646a;
  }
  /* ../../desktop.blocks/popup-product-detail-form/__confirm/popup-product-detail-form__confirm.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__confirm-field/popup-product-detail-form__confirm-field.styl:begin */
  /* ../../desktop.blocks/popup-product-detail-form/__confirm-field/popup-product-detail-form__confirm-field.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__confirm-text/popup-product-detail-form__confirm-text.styl:begin */
  /* ../../desktop.blocks/popup-product-detail-form/__confirm-text/popup-product-detail-form__confirm-text.styl:end */
  /* ../../desktop.blocks/popup-product-detail-form/__footer/popup-product-detail-form__footer.styl:begin */
  .popup-product-detail-form__footer {
    margin-top: 4px;
  }
  .popup-product-detail-form__footer .ui-btn {
    width: 100%;
    text-align: center;
  }
  /* ../../desktop.blocks/popup-product-detail-form/__footer/popup-product-detail-form__footer.styl:end */
  .popup-product-detail-form__success-title, .popup-product-detail-form__success-desc{text-align: center}
