.quickloader {
  height: 100vh;
  width: 100vw;
}

.quickloader .bw-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 200px;
  text-align: center;
  animation: in 2s;
}

.quickloader .bw-loading img {
  margin-bottom: 32px;
  display: inline-block;
  width: auto;
}

.brand-tokens-bloomandwild .quickloader .bw-loading img {
  height: 120px;
}

.brand-tokens-bloomon .quickloader .bw-loading img {
  height: 60px;
}

.quickloader .loader-container {
  animation: fadeDelay 0.2s 1s;
}

.quickloader .loader,
.quickloader .loader::after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}

.quickloader .loader {
  margin: 0 auto 120px;
  font-size: 0.58rem;
  position: relative;
  text-indent: -9999em;
  border-top: 0.2em solid white;
  border-right: 0.2em solid white;
  border-bottom: 0.2em solid white;
  border-left: 0.2em solid #447964;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.4s infinite linear;
  -webkit-animation-delay: 1s;
  animation: load8 0.4s infinite linear;
  height: 30px;
  width: 30px;
  display: block;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes in {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

body[ui-state^='checkout'] .de-show-date-picker-keys .pika-title::after {
  content: '!{t("checkout.datepicker.key.additional_shipping_price")}' !important;
}
