/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
.oneclickorder__modal .tingle-modal-box {
  max-width: 600px;
}
.oneclickorder__wrapper {
  display: none;
}
.oneclickorder__form__submit-row {
  margin: 15px 0 0;
}
.oneclickorder__form__disclaimer {
  max-width: 415px;
  margin: 20px auto 5px;
}
.oneclickorder__form__status {
  position: absolute;
  height: 23px;
  margin-top: -23px;
  width: 100%;
  margin-bottom: 10px;
}
.oneclickorder__form.aristos_form .c-row .controls .c-input.active > .tip,
.oneclickorder__form.aristos_form .c-row .controls .c-textarea.active > .tip {
  display: none;
}
.tingle-modal .aristos_form .c-textarea.oneclick-comments-cont textarea {
  height: 81px;
}

