.checkout-index-index .deposit-place-order button.loading span {
  display: none;
}
.checkout-index-index .deposit-place-order button.loading .icon-loader {
  display: block;
}
.checkout-index-index .deposit-place-order button .icon-loader {
  position: relative;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  display: none;
}
.checkout-index-index .deposit-place-order button .icon-loader i {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 100%;
  animation: pbf-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.checkout-index-index .deposit-place-order button .icon-loader i:nth-child(1) {
  animation-delay: -0.45s;
}
.checkout-index-index .deposit-place-order button .icon-loader i:nth-child(2) {
  animation-delay: -0.3s;
}
.checkout-index-index .deposit-place-order button .icon-loader i:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes pbf-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.checkout-cart-index.pbf_finance-on .paypal {
  display: none;
}
