@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* line 27, ../sass/components/form.scss */
.lds-ellipsis {
  position: relative;
  width: 80px;
  height: 80px;
}
/* line 32, ../sass/components/form.scss */
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #364854;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
/* line 41, ../sass/components/form.scss */
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
/* line 46, ../sass/components/form.scss */
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
/* line 51, ../sass/components/form.scss */
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
/* line 56, ../sass/components/form.scss */
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

/* line 67, ../sass/components/form.scss */
html.js #punchout-order-form {
  margin: 3rem auto;
  display: block;
  width: 100%;
  text-align: center;
}
/* line 73, ../sass/components/form.scss */
html.js #punchout-order-form .message {
  display: none;
}
/* line 77, ../sass/components/form.scss */
html.js #punchout-order-form .js-form-submit {
  display: none;
}
/* line 84, ../sass/components/form.scss */
html .path-punchout h1 {
  display: none;
}

/* line 93, ../sass/components/form.scss */
.checkout-pane-order-summary table td {
  padding: 1rem;
}

/* line 99, ../sass/components/form.scss */
[id^="edit-shipping-information-shipments-0-shipping-method"],
[id^="edit-shipping-information-recalculate-shipping"] {
  display: none;
}
