/**
 * Typography & Color
 */
.ups-sp-steps {
  margin-bottom: 32px;
  display: flex;
}
.ups-sp-steps [class*=ups-sp-steps__step] {
  height: 5px;
  width: 50px;
  border-radius: 2px;
  background-color: #f0f5f5;
  display: block;
  margin-left: 5px;
}
.ups-sp-steps [class*=ups-sp-steps__step]:first-child {
  margin-left: 0;
}
.ups-sp-steps [class*=ups-sp-steps__step].ups-sp-steps__active {
  background-color: #3086F0;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ups-sp-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.ups-sp-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border: 4px solid #f0f5f5;
  border-radius: 50%;
  animation: swing 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f0f5f5 transparent transparent transparent;
}
.ups-sp-loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.ups-sp-loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.ups-sp-loader div:nth-child(3) {
  animation-delay: -0.15s;
}
.ups-sp-shipping {
  display: none;
}
.ups-sp-shipping-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ups-sp-shipping__embed {
  margin-top: 24px !important;
}
.ups-sp-shipping button, .ups-sp-shipping a {
  display: block;
  max-width: 250px;
}
.ups-sp-form {
  position: relative;
}
.ups-sp-form-package-info, .ups-sp-form-pickup-info {
  display: none;
}
.ups-sp-form-shipping-pickup {
  display: none;
  margin-top: 32px;
}
.ups-sp-form-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #2A4663;
  margin-bottom: 32px;
}
.ups-sp-form-success {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #2A4663;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
  display: none;
}
.ups-sp-form-error {
  font-family: "Montserrat", sans-serif;
  color: #ee0000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  display: none;
}
.ups-sp-form-field {
  margin-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .ups-sp-form-field-group {
    display: flex;
    justify-content: space-between;
  }
  .ups-sp-form-field-group .ups-sp-form-field {
    width: 100%;
    margin-left: 16px;
  }
  .ups-sp-form-field-group .ups-sp-form-field:first-child {
    margin-left: 0;
  }
}
.ups-sp-form-field-group--time {
  display: flex;
  justify-content: space-between;
}
.ups-sp-form-field-group--time .ups-sp-form-field {
  width: 100%;
  min-width: 172px;
}
.ups-sp-form-field-group--time .ups-sp-form-field--ready-pickup-minutes, .ups-sp-form-field-group--time .ups-sp-form-field--close-pickup-minutes {
  margin-left: 16px;
  margin-top: 33px;
  min-width: auto;
}
.ups-sp-form-field__label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #2A4663;
  display: flex;
}
.ups-sp-form-field__required {
  color: #ee0000;
}
.ups-sp-form-field__textarea, .ups-sp-form-field__input, .ups-sp-form-field__select {
  display: block;
  min-height: 50px;
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  background-color: #f0f5f5;
  color: #555;
  padding: 0 16px;
  box-sizing: border-box;
  outline: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.ups-sp-form-field__textarea:focus, .ups-sp-form-field__input:focus, .ups-sp-form-field__select:focus {
  border: 1px solid #333;
  box-shadow: none;
}
.ups-sp-form-field__checkbox {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.ups-sp-form-field__textarea {
  resize: vertical;
  padding-top: 16px;
}
.ups-sp-form-field__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-y: 12px;
  background-position-x: 99%;
}
.ups-sp-form-field__button, .ups-sp-shipping__button {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-weight: 700;
  background-color: #5BCEB2;
  color: #fff !important;
  border: 0;
  border-radius: 3px 3px 3px 3px;
  padding: 15px 30px 15px 30px;
  text-align: center;
  transition: background-color 0.3s;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  margin-top: 10px;
}
.ups-sp-form-field__button:hover, .ups-sp-shipping__button:hover {
  background-color: #0DB79C;
}

.e--ua-safari .ups-sp-shipping__embed {
  display: none;
}

/*# sourceMappingURL=ups-sp.css.map */
