.ajax-progress {
  padding: 0;
  z-index: 40;
  vertical-align: text-bottom;
  margin-left: -20px;
  transform: translateX(-10px);
}
.ajax-progress .throbber {
  display: block;
  width: 14px;
  height: 14px;
  background: none;
  opacity: 1;
  padding: 0;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #ed0f00 transparent #ed0f00 transparent;
  animation: lds-dual-ring 0.8s linear infinite;
  backface-visibility: hidden;
}
.ajax-progress .message {
  display: none;
}
.ui-dialog.modal .ajax-progress {
  display: block;
  background: none;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  border-radius: 0;
  padding: 0;
  opacity: 1;
  width: auto;
  height: auto;
  margin-left: 0;
  transform: none;
}
.ui-dialog.modal .ajax-progress .throbber {
  display: block;
  width: 40px;
  height: 40px;
}
.commerce-cart-form .ajax-progress {
  position: fixed;
  display: block;
  background: none;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  border-radius: 0;
  padding: 0;
  opacity: 1;
  width: auto;
  height: auto;
  margin-left: 0;
  transform: none;
}
.commerce-cart-form .ajax-progress .throbber {
  display: block;
  width: 40px;
  height: 40px;
}
.pdp-header .ajax-progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transform: translateX(-50px);
}
.pdp-header .ajax-progress .throbber {
  border-width: 3px;
}
.need-an-assist .ajax-progress .throbber {
  border: 3px solid #000;
  border-color: #fff transparent #fff transparent;
}
.form-radio__wrapper--usual .ajax-progress {
  position: absolute;
  margin-left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 20px);
  z-index: 2;
}
.form-radio__wrapper--usual .ajax-progress .throbber {
  width: 34px;
  height: 34px;
}
.pane-info--inner .ajax-progress .throbber {
  width: 26px;
  height: 26px;
}
.form-element__button--in + .ajax-progress {
  position: absolute;
  top: calc(50% - 13px);
  right: 170px;
  margin: 0;
  transform: none;
}
.search-modal .ajax-progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transform: none;
  position: fixed;
  z-index: 200;
}
.search-modal .ajax-progress .throbber {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .ajax-progress {
    right: 155px;
  }
}
.ajax-progress-fullscreen {
  display: block;
  background: none;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  border-radius: 50%;
  padding: 0;
  opacity: 1;
  margin-left: 0;
  transform: none;
  width: auto;
  height: auto;
}
.ajax-progress-fullscreen .throbber {
  display: block;
  width: 40px;
  height: 40px;
}
