/**
 * Posoria — Freemius Checkout Theme (colors only)
 * URL: https://posoria.com/wp-content/uploads/posoria/posoria-checkout-freemius.css
 */
:root {
  --fs-ds-theme-primary-accent-color: #000000;
  --fs-ds-theme-primary-accent-color-hover: #181d27;
  --fs-ds-theme-dark-background-text-color: #ffffff;

  --fs-ds-theme-background-shade: #f5f5f5;

  --fs-ds-theme-cart-header-background-color: #ffffff;
  --fs-ds-theme-cart-header-footer-background-color: #ffffff;
  --fs-ds-theme-cart-header-product-image-background-color: #ffffff;

  /* Signal bar — medium gray */
  --fs-ds-theme-signal-bar-background-color: #cbd2d9;
  --fs-ds-theme-signal-bar-button-background-color: #9aa5b1;
  --fs-ds-theme-signal-bar-expand-button-background-color: #181d27;
  --fs-ds-theme-signal-bar-close-button-background-color: #606060;

  --fs-ds-freemius-scale: #000000;
  --fs-ds-freemius-grow: #000000;
  --fs-ds-freemius-launch: #000000;
  --fs-ds-theme-freemius-scale: #000000;
  --fs-ds-theme-freemius-grow: #000000;
  --fs-ds-theme-freemius-launch: #000000;

  --fs-ds-green-10: #f5f5f5;
  --fs-ds-green-100: #efefef;
  --fs-ds-yellow-10: #f5f5f5;
  --fs-ds-yellow-100: #efefef;
  --fs-ds-theme-promotion-background-color: #f5f5f5;
}

.fs-checkout-form.fs-checkout-form--is-two-column .fs-checkout-form__details {
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 75%);
}

.fs-checkout-form__details a.fs-button-link,
.fs-checkout-form__details a.fs-button-link.fs-button-link--muted,
.fs-cart-header a.fs-button-link,
.promotional-code a.fs-button-link {
  color: #606060;
}

.fs-checkout-form__details a.fs-button-link:hover:not(:disabled),
.fs-cart-header a.fs-button-link:hover:not(:disabled),
.promotional-code a.fs-button-link:hover:not(:disabled) {
  color: #000000;
}

.fs-icon--is-spinning .fs-svg,
.fs-svg-logo__scale,
.fs-svg-logo__grow,
.fs-svg-logo__launch {
  fill: #000000;
}

.fs-post-upgrade-message__spinner {
  border-left-color: #000000;
}

[dir="rtl"] .fs-post-upgrade-message__spinner {
  border-right-color: #000000;
}
