/*---------------------------------
-----  dimension variables --------
----------------------------------*/
/*------  standard elements padding & margin  -------*/
/**
**  Official Font sizes
------------------------------- */
.ux-w-quick-order {
  display: block;
}
.ux-w-quick-order .ux-w-wrapper__body {
  overflow: visible;
}
.ux-w-quick-order .ux-w-wrapper__body > div:not(.ux-spinner) {
  width: 100%;
}
.ux-w-quick-order__form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 30px 60px;
}
.ux-w-quick-order__text {
  width: 100%;
  max-width: 440px;
  margin: 0 30px;
}
.ux-w-quick-order__number {
  width: 140px;
  padding-top: 34px;
  margin: 0 30px;
}
.ux-w-quick-order__button {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.ux-w-quick-order--small .ux-w-quick-order__text, .ux-w-quick-order--medium .ux-w-quick-order__text {
  margin: 0;
}
.ux-w-quick-order--small .ux-w-quick-order__number, .ux-w-quick-order--medium .ux-w-quick-order__number {
  position: absolute;
  left: 30px;
  bottom: 30px;
  margin: 0;
}
.ux-w-quick-order--medium .ux-w-quick-order__number {
  bottom: 31px;
}