[bold-hide-original-btn] {
  display: none;
}

iframe#bold-buyNow-iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  border: none;
}

iframe.BuyNow--Hidden {
  visibility: hidden;
}

#bold-buy-now {
  margin-left: 0;
}

button[bold-cloned-add-to-cart] {
  transition: opacity 250ms, transform 350ms, position 350ms;
}

button[bold-cloned-add-to-cart][disabled] {
  transform: translateX(-30%);
  opacity: 0;
  position: fixed;
}

@keyframes overlay__loader {
  0% {
    transform: rotate(0deg);
  }

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

#bold-checkout-loading {
  position: fixed;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  display: grid;
  font-size: 28px;
  font-weight: 700;
  background-color: #FFF;
  width: 100vw;
  height: 100vh;
  z-index: 1234567890;
}

.bold__loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  animation: overlay__loader 1s linear infinite;
}

.bold__loading::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: conic-gradient(transparent, #BDBDBD);
  z-index: -1;
}

.bold__loading::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: inherit;
  background: #FFF;
  z-index: 1;
}
