.fc-checkout-header .fc-checkout__title.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px) !important;
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}

body.has-fc-button-styles .fc-wrapper .fc-step__substep-save, body.has-fc-button-styles .fc-wrapper .fc-place-order .fc-place-order-button,
body.has-fc-button-styles .fc-step__actions .fc-step__next-step {
  display: inline-block;
  min-height: var(--fluidcheckout--button--height, 44px) !important;
  height: var(--fluidcheckout--button--height, 44px) !important;
  line-height: calc(var(--fluidcheckout--button--height, 44px) - var(--fluidcheckout--button--border-width, 1px) * 2) !important;
  padding: 0 20px !important;
  border: var(--fluidcheckout--button--border-style, solid) var(--fluidcheckout--button--border-width, 1px) transparent !important;
  border-radius: var(--fluidcheckout--button--border-radius, 0) !important;
  font-weight: var(--fluidcheckout--button--font-weight, normal) !important;
  font-size: var(--fluidcheckout--button--font-size, inherit) !important;
  text-decoration: none !important;
  box-shadow: 0 3px var(--fluidcheckout--button--box-shadow-blur-radius, 8px) var(--fluidcheckout--button--box-shadow-color, transparent) !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
}

body.has-fc-button-colors .fc-wrapper .fc-place-order .fc-place-order-button,
body.has-fc-button-colors .fc-step__actions .fc-step__next-step {
  border-color: var(--fluidcheckout--button--primary--border-color, var(--fluidcheckout--color--black, #000)) !important;
  background-color: var(--fluidcheckout--button--primary--background-color, var(--fluidcheckout--color--black, #000)) !important;
  color: var(--fluidcheckout--button--primary--text-color, var(--fluidcheckout--color--white, #fff)) !important;
}
body.has-fc-button-colors .fc-wrapper .fc-place-order .fc-place-order-button:not([disabled]):not(.disabled):hover,
body.has-fc-button-colors .fc-step__actions .fc-step__next-step:not([disabled]):not(.disabled):hover, body.has-fc-button-colors .fc-wrapper .fc-place-order .fc-place-order-button:not([disabled]):not(.disabled):focus,
body.has-fc-button-colors .fc-step__actions .fc-step__next-step:not([disabled]):not(.disabled):focus, body.has-fc-button-colors .fc-wrapper .fc-place-order .fc-place-order-button:not([disabled]):not(.disabled):active,
body.has-fc-button-colors .fc-step__actions .fc-step__next-step:not([disabled]):not(.disabled):active {
  border-color: var(--fluidcheckout--button--primary--border-color--hover, var(--fluidcheckout--color--darker-grey, #1E212B)) !important;
  background-color: var(--fluidcheckout--button--primary--background-color--hover, var(--fluidcheckout--color--darker-grey, #1E212B)) !important;
  color: var(--fluidcheckout--button--primary--text-color--hover, var(--fluidcheckout--color--white, #fff)) !important;
}

body.has-fc-button-colors .fc-wrapper .fc-step__substep-save {
  border-color: var(--fluidcheckout--button--secondary--border-color, var(--fluidcheckout--color--lighter-grey, #f3f3f3)) !important;
  background-color: var(--fluidcheckout--button--secondary--background-color, var(--fluidcheckout--color--lighter-grey, #f3f3f3)) !important;
  color: var(--fluidcheckout--button--secondary--text-color, var(--fluidcheckout--color--black, #000)) !important;
}
body.has-fc-button-colors .fc-wrapper .fc-step__substep-save:not([disabled]):not(.disabled):hover, body.has-fc-button-colors .fc-wrapper .fc-step__substep-save:not([disabled]):not(.disabled):focus, body.has-fc-button-colors .fc-wrapper .fc-step__substep-save:not([disabled]):not(.disabled):active {
  border-color: var(--fluidcheckout--button--secondary--border-color--hover, var(--fluidcheckout--color--light-grey, #d8d8d8)) !important;
  background-color: var(--fluidcheckout--button--secondary--background-color--hover, var(--fluidcheckout--color--light-grey, #d8d8d8)) !important;
  color: var(--fluidcheckout--button--secondary--text-color--hover, var(--fluidcheckout--color--black, #000)) !important;
}

.fc-clearfix:before,
.fc-clearfix:after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fc-hidden {
  display: none !important;
}

.fc-wrapper [data-collapsible-handler] {
  cursor: pointer;
}

.fc-wrapper .collapsible-content__inner:after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fc-wrapper [data-collapsible].fc-expansible-form-section__content {
  margin-top: 0;
}

.fc-wrapper [data-collapsible].is-activated.is-transitioning > .collapsible-content__inner {
  display: block;
}

.fc-wrapper [data-collapsible].is-collapsed:not(.is-transitioning) > .collapsible-content__inner {
  display: none;
}

body:not(.has-collapsible-block) .fc-wrapper [data-collapsible].is-collapsed > .collapsible-content__inner {
  display: none;
}

div.woocommerce .fc-expansible-form-section {
  background-color: transparent;
  box-shadow: none;
}

div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0;
  padding-left: 26px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  font-size: 15px;
  text-align: left;
}
@media (min-width: 750px) {
  div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus {
    font-size: 15px;
  }
}
div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus:before {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e82a";
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
}
div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

@media (min-width: 750px) {
  div.woocommerce .form-row:not(.fc-expansible-form-section) + .fc-expansible-form-section.form-row.form-row-last .expansible-section__toggle-plus {
    margin-top: calc(20px + var(--fluidcheckout--field--height, 45.625px) / 3);
  }
}

div.woocommerce .fc-expansible-form-section.form-row .form-row {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.woocommerce form .fc-expansible-form-section.form-row,
div.woocommerce form .fc-expansible-form-section.form-row + .form-row {
  clear: left;
}

html,
body.woocommerce-checkout {
  overflow-x: hidden;
  overflow-x: clip;
}

body.woocommerce-checkout .fc-content,
form.woocommerce-checkout {
  display: block !important;
  margin: 0 auto;
  overflow: visible !important;
}

.fc-content form.woocommerce-checkout {
  clear: both;
  float: none;
  margin: 0 !important;
}

.fc-content form.woocommerce-checkout:after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

body.woocommerce-checkout #main.fc-main {
  box-sizing: border-box;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 60px 20px 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 750px) {
  body.woocommerce-checkout #main.fc-main {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  body.woocommerce-checkout #main.fc-main {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  body.woocommerce-checkout #main.fc-main {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-checkout #main.fc-main {
    max-width: 1400px;
  }
}
@media (min-width: 2000px) {
  body.woocommerce-checkout #main.fc-main {
    max-width: 1400px;
  }
}
@media (min-width: 750px) {
  body.woocommerce-checkout #main.fc-main {
    padding: 60px 30px 0;
  }
}
@media (min-width: 1000px) {
  body.woocommerce-checkout #main.fc-main {
    padding: 0 50px 0;
  }
}
@media (min-width: 1280px) {
  body.woocommerce-checkout #main.fc-main {
    padding: 0 50px 0;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-checkout #main.fc-main {
    padding: 0 50px 0;
  }
}
@media (min-width: 2000px) {
  body.woocommerce-checkout #main.fc-main {
    padding: 0 50px 0;
  }
}

body.woocommerce-checkout.has-flyout--open #main.fc-main {
  z-index: unset;
}

body.woocommerce-checkout .fc-content, body.woocommerce-checkout .fc-content *,
body.woocommerce-checkout .fc-progress-bar,
body.woocommerce-checkout .fc-progress-bar *,
body.woocommerce-checkout .fc-checkout-notices,
body.woocommerce-checkout .fc-checkout-notices *,
body.woocommerce-checkout .fc-wrapper,
body.woocommerce-checkout .fc-wrapper * {
  box-sizing: border-box !important;
}

body.woocommerce-checkout .fc-content {
  float: none !important;
  margin: 0 auto;
  padding-bottom: 80px;
  width: 100%;
  border: 0;
  text-align: left;
}

body.woocommerce-checkout .fc-content.fc-container {
  padding: 0 20px 80px;
}
@media (min-width: 1000px) {
  body.woocommerce-checkout .fc-content.fc-container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  body.woocommerce-checkout .fc-content.fc-container {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-checkout .fc-content.fc-container {
    max-width: 1400px;
  }
}
@media (min-width: 2000px) {
  body.woocommerce-checkout .fc-content.fc-container {
    max-width: 1400px;
  }
}
@media (min-width: 750px) {
  body.woocommerce-checkout .fc-content.fc-container {
    padding: 0 30px 80px;
  }
}
@media (min-width: 1000px) {
  body.woocommerce-checkout .fc-content.fc-container {
    padding: 0 50px 80px;
  }
}
@media (min-width: 1280px) {
  body.woocommerce-checkout .fc-content.fc-container {
    padding: 0 50px 80px;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-checkout .fc-content.fc-container {
    padding: 0 50px 80px;
  }
}
@media (min-width: 2000px) {
  body.woocommerce-checkout .fc-content.fc-container {
    padding: 0 50px 80px;
  }
}

@media (min-width: 1000px) {
  body.woocommerce-checkout.has-checkout-header .fc-content {
    padding-top: 10px;
  }
}

body.woocommerce-checkout .fc-content div.woocommerce:not(div.woocommerce div.woocommerce) {
  position: static;
  max-width: 100%;
}
@media (min-width: 1280px) {
  body.woocommerce-checkout .fc-content div.woocommerce:not(div.woocommerce div.woocommerce) {
    margin: 0 auto;
  }
}

.fc-checkout__title {
  margin-top: 20px;
}

@media (min-width: 1000px) {
  body:not(.has-checkout-must-login-notice) .fc-checkout-header ~ .woocommerce-message,
  body:not(.has-checkout-must-login-notice) .fc-checkout-header ~ .woocommerce-info,
  body:not(.has-checkout-must-login-notice) .fc-checkout-header ~ .woocommerce-error,
  body:not(.has-checkout-must-login-notice) .fc-checkout-notices,
  body:not(.has-checkout-must-login-notice).woocommerce-checkout .woocommerce-NoticeGroup,
  body:not(.has-checkout-must-login-notice) .fc-progress-bar,
  body:not(.has-checkout-must-login-notice) .fc-inside {
    float: left;
    width: calc(62.5% - var(--fluidcheckout--columns--gap, 50px));
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1000px) {
  body:not(.has-checkout-must-login-notice):not(.has-fc-sidebar) .fc-checkout-header ~ .woocommerce-message,
  body:not(.has-checkout-must-login-notice):not(.has-fc-sidebar) .fc-checkout-header ~ .woocommerce-info,
  body:not(.has-checkout-must-login-notice):not(.has-fc-sidebar) .fc-checkout-header ~ .woocommerce-error,
  body:not(.has-checkout-must-login-notice):not(.has-fc-sidebar) .fc-checkout-notices,
  body:not(.has-checkout-must-login-notice):not(.has-fc-sidebar).woocommerce-checkout .woocommerce-NoticeGroup,
  body:not(.has-checkout-must-login-notice):not(.has-fc-sidebar) .fc-progress-bar,
  body:not(.has-checkout-must-login-notice):not(.has-fc-sidebar) .fc-inside {
    width: 62.5%;
    margin-left: 18.75%;
  }
}

.fc-wrapper {
  position: relative;
  clear: both;
}

.fc-wrapper::before,
.fc-wrapper::after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fc-sidebar {
  position: static;
  margin-top: 0 !important;
}
@media (min-width: 750px) and (max-width: 999px) {
  .fc-sidebar {
    margin-top: 20px !important;
  }
}
@media (min-width: 1000px) {
  .fc-sidebar {
    z-index: 2;
    float: right;
    width: 37.5%;
    margin-top: 0 !important;
  }
}

.fc-sidebar__inner {
  z-index: 10;
  width: 100%;
}
@media (min-width: 1000px) {
  .fc-sidebar__inner {
    position: relative;
    padding-top: 5px;
  }
}

@media (max-width: 999px) {
  .fc-wrapper .fc-sidebar .fc-sidebar__inner {
    position: static !important;
  }
}

@media (min-width: 1000px) {
  .admin-bar .fc-wrapper .fc-sidebar.is-sticky .fc-sidebar__inner {
    padding-top: calc(5px + 32px);
  }
}

.fc-checkout-header {
  z-index: 300;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  background-color: var(--fluidcheckout--header--background-color, var(--fluidcheckout--color--white, #fff));
  border-bottom: var(--fluidcheckout--header--border-style--large-screen, solid) var(--fluidcheckout--header--border-width, 0) var(--fluidcheckout--border-color, var(--fluidcheckout--color--light-grey, #d8d8d8));
  box-shadow: 0 3px 8px var(--fluidcheckout--header--shadow-color, rgba(0, 0, 0, 0.15));
}
@media (min-width: 1000px) {
  .fc-checkout-header {
    position: static;
    min-height: 80px;
    border-bottom: var(--fluidcheckout--header--border-style--large-screen, solid) var(--fluidcheckout--header--border-width--large-screen, 1px) var(--fluidcheckout--border-color, var(--fluidcheckout--color--light-grey, #d8d8d8));
    box-shadow: 0 3px 8px var(--fluidcheckout--header--shadow-color--large-screen, transparent);
  }
}

.admin-bar .fc-checkout-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .fc-checkout-header {
    top: 32px;
  }
}

.fc-checkout-header__inner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
}
@media (min-width: 1000px) {
  .fc-checkout-header__inner {
    min-height: 80px;
  }
}
@media (min-width: 750px) {
  .fc-checkout-header__inner {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .fc-checkout-header__inner {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .fc-checkout-header__inner {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .fc-checkout-header__inner {
    max-width: 1400px;
  }
}
@media (min-width: 2000px) {
  .fc-checkout-header__inner {
    max-width: 1400px;
  }
}
@media (min-width: 750px) {
  .fc-checkout-header__inner {
    padding: 0 30px;
  }
}
@media (min-width: 1000px) {
  .fc-checkout-header__inner {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .fc-checkout-header__inner {
    padding: 0 50px;
  }
}
@media (min-width: 1500px) {
  .fc-checkout-header__inner {
    padding: 0 50px;
  }
}
@media (min-width: 2000px) {
  .fc-checkout-header__inner {
    padding: 0 50px;
  }
}

.fc-checkout-header .fc-checkout__site-name {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.fc-checkout-header .custom-logo-link {
  display: inline-block;
  margin: 2px 0 0;
}

.fc-checkout-header .fc-checkout__branding {
  line-height: 1;
}

.fc-checkout-header .fc-checkout__branding img {
  max-height: 46px;
  max-width: 130px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media (min-width: 400px) {
  .fc-checkout-header .fc-checkout__branding img {
    max-width: 180px;
  }
}
@media (min-width: 750px) {
  .fc-checkout-header .fc-checkout__branding img {
    max-width: 200px;
  }
}

.fc-checkout-header .fc-checkout__cart-link-wrapper {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  line-height: 1;
}
@media (min-width: 400px) {
  .fc-checkout-header .fc-checkout__cart-link-wrapper {
    right: 20px;
  }
}
@media (min-width: 750px) {
  .fc-checkout-header .fc-checkout__cart-link-wrapper {
    right: 30px;
  }
}
@media (min-width: 1000px) {
  .fc-checkout-header .fc-checkout__cart-link-wrapper {
    display: none;
  }
}

.fc-checkout-header .fc-checkout__cart-link {
  margin: 5px 0;
  padding: 10px 8px 8px 10px;
  background-color: var(--fluidcheckout--color--white, #fff);
  border: solid 1px var(--fluidcheckout--border-color--light, var(--fluidcheckout--color--lighter-grey, #f3f3f3));
  border-radius: 8px;
  box-shadow: 0 3px 8px var(--fluidcheckout--shadow-color--dark, var(--fluidcheckout--color--lighter-grey, #f3f3f3));
  font-size: 15px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.fc-checkout-header .fc-checkout__cart-link:active {
  box-shadow: none;
  transform: translateY(1px);
  color: inherit;
}
.fc-checkout-header .fc-checkout__cart-link:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

.fc-checkout-header .fc-checkout__cart-link:before {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e828";
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-right: 10px;
}

.fc-checkout-header .fc-checkout__cart-link:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e808";
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.has-flyout--open-fc-checkout-order-review .fc-checkout-header .fc-checkout__cart-link {
  background-color: var(--fluidcheckout--color--lighter-grey, #f3f3f3);
  box-shadow: none;
  transform: translateY(1px);
}

.has-flyout--open-fc-checkout-order-review .fc-checkout-header .fc-checkout__cart-link:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e80e";
}

.fc-checkout-footer {
  border-top: var(--fluidcheckout--footer--border-style--large-screen, solid) var(--fluidcheckout--footer--border-width, 0) var(--fluidcheckout--border-color, var(--fluidcheckout--color--light-grey, #d8d8d8));
  background-color: var(--fluidcheckout--footer--background-color, var(--fluidcheckout--color--white, #fff));
}
@media (min-width: 1000px) {
  .fc-checkout-footer {
    border-top: var(--fluidcheckout--footer--border-style--large-screen, solid) var(--fluidcheckout--footer--border-width--large-screen, 1px) var(--fluidcheckout--border-color, var(--fluidcheckout--color--light-grey, #d8d8d8));
  }
}

.fc-checkout-footer__inner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 750px) {
  .fc-checkout-footer__inner {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .fc-checkout-footer__inner {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .fc-checkout-footer__inner {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .fc-checkout-footer__inner {
    max-width: 1400px;
  }
}
@media (min-width: 2000px) {
  .fc-checkout-footer__inner {
    max-width: 1400px;
  }
}
@media (min-width: 750px) {
  .fc-checkout-footer__inner {
    padding: 0 30px;
  }
}
@media (min-width: 1000px) {
  .fc-checkout-footer__inner {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .fc-checkout-footer__inner {
    padding: 0 50px;
  }
}
@media (min-width: 1500px) {
  .fc-checkout-footer__inner {
    padding: 0 50px;
  }
}
@media (min-width: 2000px) {
  .fc-checkout-footer__inner {
    padding: 0 50px;
  }
}

.fc-login-form__wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.fc-widget-area .widget {
  margin: 0;
}

.fc-widget-area .widget:first-child,
.fc-widget-area p:first-child {
  margin-top: 0;
  margin-block-start: 0;
}

.fc-widget-area .widget:last-child,
.fc-widget-area p:last-child {
  margin-bottom: 0;
  margin-block-end: 0;
}

.fc-checkout-header .fc-checkout__header-widgets {
  display: none;
}
@media (min-width: 1000px) {
  .fc-checkout-header .fc-checkout__header-widgets {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
  }
}

@media (min-width: 1000px) {
  .fc-main .fc-checkout__below-header-widgets {
    display: none;
  }
}

.fc-checkout__header-widgets p:last-child,
.fc-main .fc-checkout__below-header-widgets p:last-child {
  margin-bottom: 0;
}

.fc-wrapper .fc-checkout-order-review__widgets-inside {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 999px) {
  body.has-checkout-layout--multi-step.has-fc-sidebar-widget-area-last-step-only:not(.fc-checkout-step-current-last) .fc-wrapper .fc-checkout-order-review__widgets-outside {
    display: none;
  }
}

@media (max-width: 999px) {
  body.has-checkout-layout--multi-step.has-fc-sidebar-widget-area-last-step-only.fc-checkout-step-current-last .fc-wrapper .fc-checkout-order-review__widgets-outside {
    display: block;
  }
}

div.woocommerce form .form-row .woocommerce-input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

body div.woocommerce .form-row.fc-loading .woocommerce-input-wrapper:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e816";
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 10;
  content: "\e816" !important;
  position: absolute;
  top: calc(var(--fluidcheckout--field--height, 45.625px) / 2 - 24px / 2);
  right: 5px;
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  line-height: 24px !important;
  border-radius: 100%;
  background-color: transparent !important;
  animation: loader-spin 0.75s linear infinite;
  color: var(--fluidcheckout--color--grey, #7b7575) !important;
  pointer-events: none;
}

body div.woocommerce button.fc-loading,
body div.woocommerce .button.fc-loading,
body div.woocommerce .fc-place-order .fc-place-order-button.fc-loading {
  position: relative;
  color: transparent !important;
}

body div.woocommerce button.fc-loading:after,
body div.woocommerce .button.fc-loading:after,
body div.woocommerce .fc-place-order .fc-place-order-button.fc-loading:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e816";
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  right: 10px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  border-radius: 100%;
  background-color: transparent;
  animation: loader-spin-centered 0.75s linear infinite;
  color: var(--fluidcheckout--color--white, #fff) !important;
  pointer-events: none;
}

body.has-loading-indicator-verbose div.woocommerce .blockUI.blockOverlay:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e816";
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 10;
  content: "\e816" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  line-height: 24px !important;
  border-radius: 100%;
  background-color: transparent !important;
  animation: loader-spin 0.75s linear infinite;
  color: var(--fluidcheckout--color--grey, #7b7575) !important;
  pointer-events: none;
}

body.has-loading-indicator-verbose div.woocommerce form.checkout > .blockUI.blockOverlay:after {
  width: 50px;
  height: 50px;
  font-size: 50px;
  width: 50px !important;
  height: 50px !important;
  font-size: 50px !important;
  line-height: 50px !important;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-spin-centered {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
.shake {
  animation: shake 0.75s;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
.background-highlight-success {
  animation: background-highlight-success 2.5s;
}

@keyframes background-highlight-success {
  from {
    background-color: var(--fluidcheckout--color--success-highlight, #e0f5eb);
  }
}
/*------------------------------------*\
  #ANIMATIONS
\*------------------------------------*/
.slide-in-up {
  animation: slide-in-up 0.3s ease;
}

@keyframes slide-in-up {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slide-in-down {
  animation: slide-in-down 0.3s ease;
}

@keyframes slide-in-down {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slide-in-left {
  animation: slide-in-left cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

@keyframes slide-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slide-in-right {
  animation: slide-in-right cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

@keyframes slide-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slide-out-up {
  animation: slide-out-up 0.3s ease;
}

@keyframes slide-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slide-out-down {
  animation: slide-out-down 0.3s ease;
}

@keyframes slide-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slide-out-left {
  animation: slide-out-left 0.3s ease;
}

@keyframes slide-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slide-out-right {
  animation: slide-out-right 0.3s ease;
}

@keyframes slide-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.fade-in {
  animation: fade-in 0.3s ease;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-out {
  animation: fade-out 0.3s ease;
}

@keyframes fade-out {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-up {
  animation: fade-in-up 0.3s ease;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-down {
  animation: fade-in-down 0.3s ease;
}

@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  animation: fade-in-left 0.3s ease;
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  animation: fade-in-right 0.3s ease;
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-out-up {
  animation: fade-out-up 0.3s ease;
}

@keyframes fade-out-up {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
}
.fade-out-down {
  animation: fade-out-down 0.3s ease;
}

@keyframes fade-out-down {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
}
.fade-out-left {
  animation: fade-out-left 0.3s ease;
}

@keyframes fade-out-left {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
}
.fade-out-right {
  animation: fade-out-right 0.3s ease;
}

@keyframes fade-out-right {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
}