body.woocommerce-cart .fc-wrapper div.quantity label.screen-reader-text,
.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
  .cross-sells
  .product-details
  .product-add-to-cart
  .add_to_cart_button,
body.has-fc-button-styles .fc-wrapper .wc-proceed-to-checkout .checkout-button {
  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;
  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 .wc-proceed-to-checkout .checkout-button {
  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
  .wc-proceed-to-checkout
  .checkout-button:hover,
body.has-fc-button-colors
  .fc-wrapper
  .wc-proceed-to-checkout
  .checkout-button:focus,
body.has-fc-button-colors
  .fc-wrapper
  .wc-proceed-to-checkout
  .checkout-button: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
  .cross-sells
  .product-details
  .product-add-to-cart
  .add_to_cart_button {
  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
  .cross-sells
  .product-details
  .product-add-to-cart
  .add_to_cart_button:hover,
body.has-fc-button-colors
  .fc-wrapper
  .cross-sells
  .product-details
  .product-add-to-cart
  .add_to_cart_button:focus,
body.has-fc-button-colors
  .fc-wrapper
  .cross-sells
  .product-details
  .product-add-to-cart
  .add_to_cart_button: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;
}

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;
}

div.woocommerce form .form-row:before,
div.woocommerce form .form-row:after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

div.woocommerce form .form-row:last-child {
  margin-bottom: 0;
}

div.woocommerce form .form-row {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%;
}

div.woocommerce form .form-row.has-description:not(:last-child) {
  margin-bottom: 8px;
}

div.woocommerce form .form-row input,
div.woocommerce form .form-row textarea,
div.woocommerce form .form-row select,
div.woocommerce form .form-row .select2-container,
div.woocommerce form .form-row .select2-container .select2-selection {
  margin-bottom: 0;
}

div.woocommerce form .form-row.form-row-first,
div.woocommerce form .form-row.form-row-middle,
div.woocommerce form .form-row.form-row-last {
  clear: left;
  float: none;
  width: 100% !important;
}
@media (min-width: 550px) {
  div.woocommerce form .form-row.form-row-first,
  div.woocommerce form .form-row.form-row-middle,
  div.woocommerce form .form-row.form-row-last {
    clear: none;
    float: left;
    width: 48% !important;
  }
}

div.woocommerce form .form-row.form-row-first,
div.woocommerce form .form-row.form-row-wide {
  clear: left;
}
@media (min-width: 550px) {
  div.woocommerce form .form-row.form-row-first,
  div.woocommerce form .form-row.form-row-wide {
    clear: left;
  }
}

div.woocommerce form .form-row.form-row-one-third {
  width: 100% !important;
}
@media (min-width: 550px) {
  div.woocommerce form .form-row.form-row-one-third {
    width: 30.666% !important; /* Needed to override theme styles */
  }
}

div.woocommerce form .form-row.form-row-two-thirds {
  width: 100% !important;
}
@media (min-width: 550px) {
  div.woocommerce form .form-row.form-row-two-thirds {
    width: 65.33% !important; /* Needed to override theme styles */
  }
}

@media (min-width: 550px) {
  div.woocommerce form .form-row.form-row-first,
  div.woocommerce form .form-row.form-row-middle,
  div.woocommerce form #payment .form-row.form-row-first,
  div.woocommerce form #payment .form-row.form-row-middle {
    margin-left: 0;
    margin-right: 4%;
  }
}

div.woocommerce form .form-row.form-row-last {
  margin-left: 0;
}

div.woocommerce form .form-row .woocommerce-input-wrapper span.description {
  position: static;
  display: block;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  background-color: transparent;
  color: var(--fluidcheckout--color--grey, #7b7575);
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  div.woocommerce form .form-row .woocommerce-input-wrapper span.description {
    font-size: 13px;
  }
}

div.woocommerce
  form
  .form-row
  .woocommerce-input-wrapper
  span.description:before {
  display: none;
}

div.woocommerce form .form-row label,
div.woocommerce form #billing_address_2_field > label,
div.woocommerce form #shipping_address_2_field > label {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 5px;
  width: auto;
  opacity: unset;
  overflow: unset;
  white-space: normal;
  line-height: 1.2;
  text-align: left;
}

.fc-content div.woocommerce form .fc-wrapper .fc-field-group {
  margin: 0 -20px -20px;
  padding: 20px;
  background-color: var(--fluidcheckout--color--lighter-grey, #f3f3f3);
}
@media (min-width: 1000px) {
  .fc-content div.woocommerce form .fc-wrapper .fc-field-group {
    margin: 0 -20px -20px;
    padding: 20px;
  }
}

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

.fc-content div.woocommerce form .fc-wrapper .fc-field-group textarea,
.fc-content div.woocommerce form .fc-wrapper .fc-field-group select,
.fc-content
  div.woocommerce
  form
  .fc-wrapper
  .fc-field-group
  input[type="email"],
.fc-content
  div.woocommerce
  form
  .fc-wrapper
  .fc-field-group
  input[type="number"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="date"],
.fc-content
  div.woocommerce
  form
  .fc-wrapper
  .fc-field-group
  input[type="search"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="text"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="tel"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="url"],
.fc-content
  div.woocommerce
  form
  .fc-wrapper
  .fc-field-group
  input[type="password"] {
  background-color: var(--fluidcheckout--color--white, #fff);
}

div.woocommerce form .form-row textarea,
div.woocommerce form .form-row select,
div.woocommerce form .form-row input[type="email"],
div.woocommerce form .form-row input[type="number"],
div.woocommerce form .form-row input[type="date"],
div.woocommerce form .form-row input[type="search"],
div.woocommerce form .form-row input[type="text"],
div.woocommerce form .form-row input[type="tel"],
div.woocommerce form .form-row input[type="url"],
div.woocommerce form .form-row input[type="password"],
div.woocommerce form .form-row input[type="checkbox"],
div.woocommerce form .form-row input[type="radio"],
div.woocommerce form .form-row .select2-selection {
  z-index: 1;
  position: relative;
}
div.woocommerce form .form-row textarea:focus,
div.woocommerce form .form-row select:focus,
div.woocommerce form .form-row input[type="email"]:focus,
div.woocommerce form .form-row input[type="number"]:focus,
div.woocommerce form .form-row input[type="date"]:focus,
div.woocommerce form .form-row input[type="search"]:focus,
div.woocommerce form .form-row input[type="text"]:focus,
div.woocommerce form .form-row input[type="tel"]:focus,
div.woocommerce form .form-row input[type="url"]:focus,
div.woocommerce form .form-row input[type="password"]:focus,
div.woocommerce form .form-row input[type="checkbox"]:focus,
div.woocommerce form .form-row input[type="radio"]:focus,
div.woocommerce form .form-row .select2-selection:focus {
  outline: solid 2px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 2px !important;
}
div.woocommerce form .form-row .woocommerce-input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
div.woocommerce form .form-row .show-password-input {
  z-index: 10;
}

div.woocommerce input[type="number"]:focus,
div.woocommerce input[type="checkbox"]:focus,
div.woocommerce input[type="radio"]:focus {
  outline: solid 2px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 2px !important;
}

div.woocommerce form .form-row textarea,
div.woocommerce form .form-row select,
div.woocommerce form .form-row input[type="email"],
div.woocommerce form .form-row input[type="number"],
div.woocommerce form .form-row input[type="date"],
div.woocommerce form .form-row input[type="search"],
div.woocommerce form .form-row input[type="text"],
div.woocommerce form .form-row input[type="tel"],
div.woocommerce form .form-row input[type="url"],
div.woocommerce form .form-row input[type="password"],
div.woocommerce form .form-row .select2-selection {
  width: 100%;
}
div.woocommerce form .form-row .select2-container {
  width: 100% !important;
}
div.woocommerce form .form-row textarea {
  min-height: 100px;
}

div.woocommerce form span.select2-container {
  width: 100% !important;
  max-width: 100%;
}

div.woocommerce form .form-row span.select2-container {
  height: auto;
}

div.woocommerce form .form-row .select2-selection {
  height: auto;
  min-height: calc(
    var(--fluidcheckout--field--height, 45.625px) -
      (var(--fluidcheckout--field--border-width, 1px) * 2)
  );
  border-radius: var(--fluidcheckout--field--border-radius, 0);
  line-height: 0;
}

div.woocommerce form .form-row .select2-selection__rendered {
  min-height: calc(
    var(--fluidcheckout--field--height, 45.625px) -
      (var(--fluidcheckout--field--border-width, 1px) * 2)
  );
  border-radius: var(--fluidcheckout--field--border-radius, 0);
}

div.woocommerce form .form-row .select2-selection .select2-selection__clear,
div.woocommerce form .form-row .select2-selection .select2-selection__arrow {
  top: 0;
  margin-top: 0;
  height: auto;
  min-height: var(
    --fluidcheckout--select2--inner-component-height,
    calc(
      var(--fluidcheckout--field--height, 45.625px) -
        (var(--fluidcheckout--field--border-width, 1px) * 2)
    )
  );
  line-height: var(
    --fluidcheckout--select2--inner-component-height,
    calc(
      var(--fluidcheckout--field--height, 45.625px) -
        (var(--fluidcheckout--field--border-width, 1px) * 2)
    )
  );
  transform: none;
}

div.woocommerce form .form-row .select2-selection--single {
  padding: 0;
}

div.woocommerce
  form
  .form-row
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc(
    var(--fluidcheckout--field--height, 45.625px) -
      (var(--fluidcheckout--field--border-width, 1px) * 2)
  );
}

div.woocommerce form .form-row .select2-selection--multiple {
  border-width: var(--fluidcheckout--field--border-width, 1px);
}

div.woocommerce
  form
  .form-row
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-bottom: var(--fluidcheckout--select2--inner-spacing, 5px);
  min-height: calc(
    var(--fluidcheckout--field--height, 45.625px) -
      (var(--fluidcheckout--field--border-width, 1px) * 2) -
      (var(--fluidcheckout--select2--inner-spacing, 5px) * 2)
  );
  line-height: calc(
    var(--fluidcheckout--field--height, 45.625px) -
      (var(--fluidcheckout--field--border-width, 1px) * 2) -
      (var(--fluidcheckout--select2--inner-spacing, 5px) * 2)
  );
  white-space: normal;
}

div.woocommerce
  form
  .form-row
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: var(--fluidcheckout--select2--inner-spacing, 5px);
  line-height: var(
    --fluidcheckout--select2--inner-component-height,
    calc(
      var(--fluidcheckout--field--height, 45.625px) -
        (var(--fluidcheckout--field--border-width, 1px) * 2)
    )
  );
  overflow: hidden;
}

div.woocommerce
  form
  .form-row
  .select2-selection--multiple
  .select2-search--inline {
  margin-top: var(--fluidcheckout--select2--inner-spacing, 5px);
  min-height: var(
    --fluidcheckout--select2--inner-component-height,
    calc(
      var(--fluidcheckout--field--height, 45.625px) -
        (var(--fluidcheckout--field--border-width, 1px) * 2)
    )
  );
  line-height: var(
    --fluidcheckout--select2--inner-component-height,
    calc(
      var(--fluidcheckout--field--height, 45.625px) -
        (var(--fluidcheckout--field--border-width, 1px) * 2)
    )
  );
}

div.woocommerce
  form
  .form-row
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  height: calc(
    var(--fluidcheckout--field--height, 45.625px) -
      (var(--fluidcheckout--field--border-width, 1px) * 2) -
      (var(--fluidcheckout--select2--inner-spacing, 5px) * 2)
  );
  min-height: auto;
}

body.woocommerce-cart {
  overflow-x: hidden;
}

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

.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-cart #main.fc-main {
  position: static;
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 60px 20px 0;
}
@media (min-width: 750px) {
  body.woocommerce-cart #main.fc-main {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  body.woocommerce-cart #main.fc-main {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  body.woocommerce-cart #main.fc-main {
    max-width: 80%;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-cart #main.fc-main {
    max-width: 1400px;
  }
}
@media (min-width: 2000px) {
  body.woocommerce-cart #main.fc-main {
    max-width: 1400px;
  }
}
@media (min-width: 750px) {
  body.woocommerce-cart #main.fc-main {
    padding: 60px 30px 0;
  }
}
@media (min-width: 1000px) {
  body.woocommerce-cart #main.fc-main {
    padding: 0 50px 0;
  }
}
@media (min-width: 1280px) {
  body.woocommerce-cart #main.fc-main {
    padding: 0 50px 0;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-cart #main.fc-main {
    padding: 0 50px 0;
  }
}
@media (min-width: 2000px) {
  body.woocommerce-cart #main.fc-main {
    padding: 0 50px 0;
  }
}

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

body.woocommerce-cart .fc-content,
body.woocommerce-cart .fc-content * {
  box-sizing: border-box !important;
}

body.woocommerce-cart .fc-content {
  box-sizing: border-box;
  float: none !important;
  margin: 0 auto;
  padding-bottom: 80px;
  /* width: 100%; */
  max-width: 1160px;
  padding-top: 20px;
  border: 0;
  text-align: left;
}

/* para moviles */
/* SOLO móviles (hasta 768px) */
@media (max-width: 768px) {
  body.woocommerce-cart .fc-content {
    margin: 0 10%;
  }
}

/* Desktop y tablets grandes */
@media (min-width: 769px) {
  body.woocommerce-cart .fc-content {
    margin: 0 auto;
  }
}

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

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

body.woocommerce-cart .fc-content > div.woocommerce {
  position: static;
}
@media (min-width: 1280px) {
  body.woocommerce-cart .fc-content > div.woocommerce {
    margin: 0 auto;
  }
}

@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-cart
    .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-cart
    .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;
}
@media (min-width: 750px) and (max-width: 999px) {
  .fc-sidebar {
    margin-top: 20px;
  }
}
@media (min-width: 1000px) {
  .fc-sidebar {
    z-index: 2;
    float: right;
    width: 37.5%;
  }
}

.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;
  width: 100%;
  min-height: 60px;
  max-width: 100%;
  padding: 0 20px;
}
@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: 80%;
  }
}
@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-widget-area .widget {
  margin: 0;
}

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

.fc-widget-area .widget:last-child,
.fc-widget-area p:last-child {
  margin-bottom: 0;
  -webkit-margin-after: 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;
}

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

.fc-wrapper .fc-cart-below-sections__widgets {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.fc-wrapper .fc-cart-order-review__widgets-inside .widget:last-child,
.fc-wrapper .fc-cart-order-review__widgets-outside .widget:last-child {
  margin-bottom: 0;
}

body.woocommerce-cart .fc-checkout-header .fc-checkout__cart-link {
  background-color: var(--fluidcheckout--color--lighter-grey, #f3f3f3);
  box-shadow: none;
}

body.woocommerce-cart .fc-checkout-header .fc-checkout__cart-link:after {
  content: "";
  width: 5px;
}

.fc-wrapper .fc-discount-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 20px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: dashed 1px
    var(
      --fluidcheckout--coupon-code--border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
  border-radius: var(--fluidcheckout--section--border-radius, 8px);
  border-color: var(--fluidcheckout--color--success, #007a3d);
  line-height: 1.2;
}
@media (max-width: 749px) {
  .fc-wrapper .fc-discount-section {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 749px) {
  .fc-wrapper .fc-cart-sections .fc-discount-section {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.fc-wrapper .fc-cart-sections,
.fc-wrapper .fc-sidebar .fc-cart-section {
  margin: 0 -20px 0;
}
@media (max-width: 749px) {
  .fc-wrapper .fc-cart-sections,
  .fc-wrapper .fc-sidebar .fc-cart-section {
    margin-bottom: 0;
  }
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-sections,
  .fc-wrapper .fc-sidebar .fc-cart-section {
    margin: 0;
  }
}

.fc-wrapper .fc-cart-section {
  position: relative;
  margin: 0 0 -1px;
  padding: 20px 20px;
  border: solid var(--fluidcheckout--section--border-width, 1px)
    var(
      --fluidcheckout--section--border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
  border-radius: 0;
  background-color: var(
    --fluidcheckout--section--background-color,
    var(--fluidcheckout--color--white, #fff)
  );
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-section {
    margin: 0 0 20px;
    padding: 20px 40px;
    border-radius: var(--fluidcheckout--section--border-radius, 8px);
  }
}

.fc-wrapper .fc-cart-section:not(.fc-cart-section--no-title) {
  padding-top: 12px;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-section:not(.fc-cart-section--no-title) {
    padding-top: 12px;
  }
}

.fc-wrapper .fc-cart-section[data-section-visible="no"] {
  display: none !important;
}

.fc-wrapper .fc-section__header {
  text-align: left;
}

.fc-wrapper .fc-section-title {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0;
  width: auto;
  color: var(--fluidcheckout--color--dark-grey, #535156);
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  overflow: unset;
}
@media (min-width: 1000px) {
  .fc-wrapper .fc-section-title {
    font-size: 15px;
  }
}

.fc-wrapper .fc-cart-section[data-section-id="cart_items"] {
  padding-top: 0;
  padding-bottom: 0;
}

.fc-wrapper form.woocommerce-cart-form {
  float: none !important;
  margin: 0 !important;
  padding-top: 20px !important;
  width: 100% !important;
  border: 0 !important;
}

.fc-wrapper table.cart {
  margin: 0 -20px !important;
  padding: 0;
  width: calc(100% + 40px) !important;
  max-width: calc(100% + 40px) !important;
  table-layout: unset;
  background-color: transparent !important;
  border: 0 !important;
  overflow: visible;
}

.fc-wrapper table.cart thead {
  border: 0;
  background-color: transparent !important;
}

.fc-wrapper table.cart tr,
.fc-wrapper table.cart tr:nth-child(odd),
.fc-wrapper table.cart tr:nth-child(even) {
  border: 0 !important;
  background-color: transparent;
}

.fc-wrapper table.cart th,
.fc-wrapper table.cart td,
.fc-wrapper table.cart tbody tr:nth-child(odd) td,
.fc-wrapper table.cart tbody tr:nth-child(even) td {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  -webkit-border-before: 0 !important;
  border-block-start: 0 !important;
  background-color: transparent;
  border-bottom: solid 1px var(--border-color-light) !important;
}

.fc-wrapper table.cart th:after,
.fc-wrapper table.cart td:after {
  display: none !important;
}

.fc-wrapper table.cart thead th {
  background-color: transparent !important;
}

.fc-wrapper table.cart th,
.fc-wrapper table.cart td {
  position: static;
  padding: 10px !important;
  vertical-align: top;
}

.fc-wrapper table.cart th:first-child,
.fc-wrapper table.cart td:first-child {
  padding-left: 20px !important;
}

.fc-wrapper table.cart th:last-child,
.fc-wrapper table.cart td:last-child {
  padding-right: 20px !important;
}

.fc-wrapper table.cart td:before {
  display: none !important;
}

.fc-wrapper table.cart th.product-name,
.fc-wrapper table.cart th.product-subtotal {
  margin: 0 0 15px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  color: var(--e-global-color-text, #535156);
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  overflow: unset;
}
@media (min-width: 1000px) {
  .fc-wrapper table.cart th.product-name,
  .fc-wrapper table.cart th.product-subtotal {
    font-size: 13px;
  }
}

.fc-wrapper table.cart th.product-name {
  text-align: left !important;
}

.fc-wrapper table.cart th.product-subtotal {
  text-align: right !important;
}

.fc-wrapper .product-name > a {
  display: block !important;
  position: static !important;
  overflow: visible !important;
}

.fc-wrapper .product-name a:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

.fc-wrapper table.cart thead {
  display: table-header-group;
}

.fc-wrapper table.cart thead tr {
  display: table-row;
  padding: 0;
  min-height: auto;
  border: 0 !important;
}

.fc-wrapper .fc-cart-sections table.cart thead tr th {
  display: table-cell !important;
  border-bottom: none !important;
  border-left: none !important;
}

.fc-wrapper table.cart tbody {
  display: table-row-group;
}

.fc-wrapper table.cart tbody tr {
  display: table-row !important;
  padding: 0 !important;
  min-height: auto !important;
  height: auto !important;
}

.fc-wrapper table.cart tbody tr.processing:before {
  display: none;
}

.fc-wrapper table.cart tbody tr td {
  display: table-cell !important;
  border: 0 !important;
  border-top: dashed
    var(--fluidcheckout--order-summary--cell-border-width--products, 1px)
    var(
      --fluidcheckout--order-summary--cell-border-color--products,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    ) !important;
}

.fc-wrapper table.cart tbody tr:first-child td {
  border-top: solid var(--fluidcheckout--order-summary--cell-border-width, 1px)
    var(
      --fluidcheckout--order-summary--cell-border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    ) !important;
}

.fc-wrapper table.cart td .product-name > img,
.fc-wrapper table.cart td .product-name > a img {
  float: left;
  margin-left: calc(
    -1 * (var(--fluidcheckout--order-summary--image-padding, 3px) + 5px)
  );
  padding: var(--fluidcheckout--order-summary--image-padding, 3px);
  width: 60px !important;
  height: auto !important;
  background-color: var(
    --fluidcheckout--order-summary--image-background-color,
    var(--fluidcheckout--color--white, #fff)
  );
  /* border: solid var(--fluidcheckout--order-summary--image-border-width, 1px)
    var(
      --fluidcheckout--order-summary--image-border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    ); */
  border-radius: var(--fluidcheckout--order-summary--image-border-radius, 3px);
  box-shadow: 0 1px 5px
    var(--fluidcheckout--order-summary--image-shadow-color, transparent);
}
@media (min-width: 750px) {
  .fc-wrapper table.cart td .product-name > img,
  .fc-wrapper table.cart td .product-name > a img {
    width: 120px !important;
    height: auto !important;
  }
}

.fc-wrapper table.cart td .product-details {
  float: left;
  padding-left: 20px;
  width: calc(100% - 60px);
}
@media (min-width: 750px) {
  .fc-wrapper table.cart td .product-details {
    width: calc(100% - 120px);
  }
}

.fc-wrapper table.cart td .product-name {
  position: relative;
  float: left;
  padding: 5px !important;
  width: 75% !important;
  border: 0 !important;
  background-color: transparent !important;
  text-align: left !important;
  line-height: 1.2;
}

.fc-wrapper table.cart td .product-total {
  display: block;
  padding: 5px 0;
  width: 25%;
  float: right;
  background-color: transparent;
  text-align: right;
  line-height: 1.2;
}

.fc-wrapper table td .cart-item__element {
  margin-top: 5px;
}

.fc-wrapper table td .cart-item__element.cart-item__product-name {
  margin: 0;
}

.fc-wrapper .cart-item__meta dl.variation {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--fluidcheckout--color--grey, #7b7575);
  font-size: 13px;
}

.fc-wrapper .cart-item__meta dl.variation dt {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}

.fc-wrapper .cart-item__meta dl.variation dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.fc-wrapper .cart-item__meta dl.variation dd p {
  margin-bottom: 5px;
}

body.woocommerce-cart .fc-wrapper div.quantity {
  float: none !important;
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  margin-top: 10px !important;
  padding: 0 !important;
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  height: 34px !important;
  border: solid 1px
    var(
      --fluidcheckout--border-color,
      var(--fluidcheckout--color--light-grey, #d8d8d8)
    ) !important;
  border-radius: 5px !important;
  background-color: var(
    --fluidcheckout--cart-item--quantity-background-color,
    var(--fluidcheckout--color--white, #fff)
  ) !important;
  text-align: center !important;
  line-height: 1 !important;
  overflow: visible;
}

body.woocommerce-cart .fc-wrapper .cart_item--sold-individually div.quantity {
  background-color: var(
    --fluidcheckout--cart-item--quantity-background-color--disabled,
    var(--fluidcheckout--color--lighter-grey, #f3f3f3)
  ) !important;
  line-height: 34px !important;
  font-size: 15px !important;
}

body.woocommerce-cart .fc-wrapper div.quantity label.screen-reader-text {
  display: block !important;
}

body.woocommerce-cart .fc-wrapper input.qty {
  z-index: 2;
  box-sizing: border-box !important;
  float: none !important;
  position: relative !important;
  top: -1px !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 34px !important;
  text-indent: 0 !important;
  text-align: center !important;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  background-image: none !important;
}

body.woocommerce-cart .fc-wrapper input.qty::-webkit-outer-spin-button,
body.woocommerce-cart .fc-wrapper input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
}

body .fc-wrapper .fc-number-spin-button {
  z-index: 1;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 24px !important;
  min-width: 24px !important;
  height: 34px !important;
  min-height: 34px !important;
  line-height: 34px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  text-indent: -10000px !important;
  color: transparent !important;
  overflow: hidden !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body .fc-wrapper .fc-number-spin-button:after {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  text-indent: 0;
  color: var(--fluidcheckout--color--darker-grey, #1e212b);
  opacity: 0.5;
  transition: opacity 0.15s linear;
}

body .fc-wrapper .fc-number-spin-button:hover:after {
  opacity: 1;
}

body .fc-wrapper .fc-number-spin-button.fc-plus {
  position: absolute;
  top: 0;
  right: 0;
}

body .fc-wrapper .fc-number-spin-button.fc-plus: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: "\e81b";
  width: 14px;
  height: 14px;
  font-size: 14px;
}

body .fc-wrapper .fc-number-spin-button.fc-minus {
  position: absolute;
  top: 0;
  left: 0;
}

body .fc-wrapper .fc-number-spin-button.fc-minus: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: "\e818";
  width: 14px;
  height: 14px;
  font-size: 14px;
}

body .fc-wrapper div .quantity .plus,
body .fc-wrapper div .quantity .minus {
  display: none !important;
}

.fc-wrapper .cart_item .cart-item__notification-message {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
  padding: 2px 5px;
  border: solid 1px var(--fluidcheckout--color--grey, #7b7575);
  border-radius: 3px;
  background-color: transparent;
  font-size: 13px;
  color: var(--fluidcheckout--color--grey, #7b7575);
}

.fc-wrapper .cart_item .cart-item__notification-message--error {
  border-color: var(--fluidcheckout--color--error, #cc1818);
  color: var(--fluidcheckout--color--error, #cc1818);
}

.fc-wrapper .cart_item .cart-item__notification-message--alert {
  border-color: var(--fluidcheckout--color--alert, #c95000);
  color: var(--fluidcheckout--color--alert, #c95000);
}

.fc-wrapper .cart_item .cart-item__notification-message--success {
  border-color: var(--fluidcheckout--color--success, #007a3d);
  color: var(--fluidcheckout--color--success, #007a3d);
}

.fc-wrapper table td .cart-item__element.fc-cart-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 750px) {
  .fc-wrapper table td .cart-item__element.fc-cart-item-actions {
    align-items: center;
    flex-direction: row;
  }
}

.fc-wrapper .fc-cart-item-actions > div,
.fc-wrapper .fc-cart-item-actions > p,
.fc-wrapper .fc-cart-item-actions > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-item-actions > div,
  .fc-wrapper .fc-cart-item-actions > p,
  .fc-wrapper .fc-cart-item-actions > a {
    align-items: center;
    flex-direction: row;
  }
}
.fc-wrapper .fc-cart-item-actions > div:not(:first-child),
.fc-wrapper .fc-cart-item-actions > p:not(:first-child),
.fc-wrapper .fc-cart-item-actions > a:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-item-actions > div:not(:first-child),
  .fc-wrapper .fc-cart-item-actions > p:not(:first-child),
  .fc-wrapper .fc-cart-item-actions > a:not(:first-child) {
    margin-top: 0;
    margin-right: 5px !important;
  }
}

.fc-wrapper .fc-cart-item-actions > div > a,
.fc-wrapper .fc-cart-item-actions > p > a,
.fc-wrapper .fc-cart-item-actions > a:not(.button) {
  font-size: 13px !important;
}
.fc-wrapper .fc-cart-item-actions > div > a:not(:first-child),
.fc-wrapper .fc-cart-item-actions > p > a:not(:first-child),
.fc-wrapper .fc-cart-item-actions > a:not(.button):not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-item-actions > div > a:not(:first-child),
  .fc-wrapper .fc-cart-item-actions > p > a:not(:first-child),
  .fc-wrapper .fc-cart-item-actions > a:not(.button):not(:first-child) {
    margin-top: 0;
    margin-right: 5px !important;
  }
}

.fc-wrapper .fc-cart-item-actions .button {
  width: 100%;
  text-align: center;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-item-actions .button {
    width: auto;
  }
}
.fc-wrapper .fc-cart-item-actions .button:focus {
  outline: solid 2px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 2px !important;
}

.fc-wrapper .fc-cart-item-actions a.remove {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--fluidcheckout--color--grey, #7b7575) !important;
  background-color: transparent !important;
  font-size: 13px !important;
  font-weight: normal !important;
  opacity: 1 !important;
  text-indent: 0 !important;
}
.fc-wrapper .fc-cart-item-actions a.remove:hover,
.fc-wrapper .fc-cart-item-actions a.remove:active,
.fc-wrapper .fc-cart-item-actions a.remove:focus {
  color: var(--fluidcheckout--color--error, #cc1818) !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
.fc-wrapper .fc-cart-item-actions a.remove:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

.fc-wrapper .fc-cart-item-actions a.remove::before {
  display: none !important;
}

.fc-wrapper .cart_item.removing,
.fc-wrapper .cart_item.removed {
  position: relative;
  background-color: var(
    --fluidcheckout--color--lighter-grey,
    #f3f3f3
  ) !important;
}

.fc-wrapper .cart_item.removed:not(.undo) > td {
  opacity: 0 !important;
}

.fc-wrapper .cart_item.removed.undo > td {
  position: relative;
  display: table-cell;
  text-align: left !important;
}

.fc-wrapper .cart_item.removed.undo > td:before {
  content: none !important;
}

body.has-cart-item-restore-dismiss .fc-wrapper .cart_item.removed.undo > td {
  padding-right: 80px !important;
}

.fc-wrapper .cart_item .restore-item:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

body.has-cart-item-restore-dismiss
  .fc-wrapper
  .cart_item
  .restore-item-dismiss {
  position: absolute;
  top: 10px;
  right: 20px;
}

.fc-wrapper .cart_item .restore-item-dismiss:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

body.woocommerce-cart .fc-wrapper .fc-cart-items-count {
  float: right;
  font-size: 15px;
  line-height: 1.2;
}

.fc-wrapper .fc-cart-contents-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 20px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-contents-actions {
    align-items: center;
    flex-direction: row;
  }
}

.fc-wrapper .fc-cart-contents-actions:empty {
  display: none;
}

.fc-wrapper .fc-cart-contents-actions > div,
.fc-wrapper .fc-cart-contents-actions > p,
.fc-wrapper .fc-cart-contents-actions > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-contents-actions > div,
  .fc-wrapper .fc-cart-contents-actions > p,
  .fc-wrapper .fc-cart-contents-actions > a {
    align-items: center;
    flex-direction: row;
  }
}
.fc-wrapper .fc-cart-contents-actions > div:not(:first-child),
.fc-wrapper .fc-cart-contents-actions > p:not(:first-child),
.fc-wrapper .fc-cart-contents-actions > a:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-contents-actions > div:not(:first-child),
  .fc-wrapper .fc-cart-contents-actions > p:not(:first-child),
  .fc-wrapper .fc-cart-contents-actions > a:not(:first-child) {
    margin-top: 0;
    margin-right: 10px;
  }
}

.fc-wrapper .fc-cart-contents-actions > div > a,
.fc-wrapper .fc-cart-contents-actions > p > a {
  width: 100%;
  text-align: center;
}
.fc-wrapper .fc-cart-contents-actions > div > a:not(:first-child),
.fc-wrapper .fc-cart-contents-actions > p > a:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-contents-actions > div > a:not(:first-child),
  .fc-wrapper .fc-cart-contents-actions > p > a:not(:first-child) {
    margin-top: 0;
    margin-right: 10px;
  }
}

.fc-wrapper
  .fc-cart-section[data-section-id="cart_items"]
  .fc-cart-coupon-code-form {
  margin: 0 -20px;
  padding: 20px;
  border-top: solid var(--fluidcheckout--section--border-width, 1px)
    var(
      --fluidcheckout--section--border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    ) !important;
}

.fc-wrapper
  .fc-expansible-form-section__content--coupon_code
  input[name="coupon_code"]:focus {
  outline: solid 2px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 2px !important;
}

.woocommerce .fc-shipping-method__no-shipping-methods {
  border: var(--fluidcheckout--option-box--border-style, solid)
    var(--fluidcheckout--option-box--border-width, 1px)
    var(
      --fluidcheckout--option-box--border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
  border-radius: var(--fluidcheckout--option-box--border-radius, 13px);
  border-color: var(--fluidcheckout--color--error, #cc1818);
  color: var(--fluidcheckout--color--error, #cc1818);
  padding: var(--fluidcheckout--option-box--spacing--vertical, 10px)
    var(--fluidcheckout--option-box--spacing--horizontal, 10px);
}

#shipping_method.shipping-method__options {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: var(--fluidcheckout--option-box--border-style, solid)
    var(--fluidcheckout--option-box--border-width, 1px)
    var(
      --fluidcheckout--option-box--border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
  border-radius: var(--fluidcheckout--option-box--border-radius, 13px);
  overflow: hidden;
}

.woocommerce .fc-shipping-method__packages {
  text-align: left;
}

.woocommerce .fc-shipping-method__packages ul#shipping_method {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
}

.woocommerce ul#shipping_method li.shipping-method__option {
  display: block !important;
  margin: var(--fluidcheckout--option-box--spacing--between-options, 0) 0 0 !important;
  padding: 0;
  text-indent: 0;
  line-height: 1.6;
}

.woocommerce ul#shipping_method li.shipping-method__option:first-of-type {
  margin-top: 0 !important;
}

.shipping-method__option input[type="radio"] {
  position: absolute !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px;
  height: 1px;
  opacity: 0 !important;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  .shipping-method__option-label {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-top: var(
    --fluidcheckout--option-box--spacing--vertical,
    10px
  ) !important;
  padding-bottom: var(
    --fluidcheckout--option-box--spacing--vertical,
    10px
  ) !important;
  padding-left: calc(
    var(--fluidcheckout--option-box--spacing--horizontal, 10px) + 24px + 10px
  ) !important;
  padding-right: calc(
    var(--fluidcheckout--option-box--spacing--horizontal, 10px) + 80px
  ) !important;
  width: 100% !important;
  background-color: var(
    --fluidcheckout--option-box--background-color,
    var(--fluidcheckout--color--white, #fff)
  );
  border-bottom: var(--fluidcheckout--option-box--label-border-style, solid)
    var(--fluidcheckout--option-box--label-border-width, 1px)
    var(
      --fluidcheckout--option-box--label-border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
  font-weight: normal !important;
  cursor: pointer;
  text-align: left !important;
  line-height: 24px !important;
  transition: all 0.15s linear;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option:last-child
  .shipping-method__option-label {
  border-bottom: none;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  input[type="radio"]:checked
  + .shipping-method__option-label {
  background-color: var(
    --fluidcheckout--option-box--background-color--checked,
    var(--fluidcheckout--color--lighter-grey, #f3f3f3)
  ) !important;
  color: var(
    --fluidcheckout--option-box--label-color--checked,
    var(--fluidcheckout--color--darker-grey, #1e212b)
  ) !important;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  .shipping-method__option-label:before {
  box-sizing: border-box;
  content: "" !important;
  position: absolute;
  top: var(--fluidcheckout--option-box--spacing--vertical, 10px);
  left: 10px;
  right: auto;
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px
    var(
      --fluidcheckout--option-box--radio-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
  border-radius: 100%;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.15s linear;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  input[type="radio"]:checked
  + .shipping-method__option-label:before {
  border-color: var(
    --fluidcheckout--option-box--radio-color--checked,
    var(--fluidcheckout--color--success, #007a3d)
  );
  background-color: var(
    --fluidcheckout--option-box--radio-color--checked,
    var(--fluidcheckout--color--success, #007a3d)
  );
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  input[type="radio"]:focus
  + .shipping-method__option-label:before {
  outline: solid 2px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 2px !important;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  .shipping-method__option-label:hover:before,
.woocommerce
  ul#shipping_method
  .shipping-method__option
  .shipping-method__option-label:focus:before {
  border-color: var(
    --fluidcheckout--option-box--radio-color--hover,
    var(--fluidcheckout--color--grey, #7b7575)
  );
}

.woocommerce
  ul#shipping_method
  .shipping-method__option.shipping-method__option
  .shipping-method__option-label:hover {
  border-color: var(
    --fluidcheckout--option-box--label-border-color--hover,
    var(
      --fluidcheckout--option-box--label-border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    )
  );
  background-color: var(
    --fluidcheckout--option-box--background-color--hover,
    var(--fluidcheckout--color--lighter-grey, #f3f3f3)
  );
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  input[type="radio"]:checked
  + .shipping-method__option-label {
  border-color: var(
    --fluidcheckout--option-box--label-border-color--checked,
    var(
      --fluidcheckout--border-color,
      var(--fluidcheckout--color--light-grey, #d8d8d8)
    )
  );
  background-color: var(
    --fluidcheckout--option-box--background-color--checked,
    var(--fluidcheckout--color--lighter-grey, #f3f3f3)
  );
  color: var(
    --fluidcheckout--option-box--label-color--checked,
    var(--fluidcheckout--color--darker-grey, #1e212b)
  );
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  input[type="radio"]
  + .shipping-method__option-label: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: "\e805";
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  top: var(--fluidcheckout--option-box--spacing--vertical, 10px);
  left: 10px;
  right: auto;
  color: transparent;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  input[type="radio"]:checked
  + .shipping-method__option-label:after {
  color: var(
    --fluidcheckout--option-box--radio-icon-color--checked,
    var(--fluidcheckout--color--white, #fff)
  );
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  .shipping-method__option-text {
  position: static;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  .shipping-method__option-description {
  display: block;
  width: 100%;
  font-size: 13px;
}

.woocommerce .woocommerce-shipping-contents {
  margin: 5px 0;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  .shipping-method__option-price {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  left: auto;
  right: var(--fluidcheckout--option-box--spacing--horizontal, 10px);
  height: 100%;
  line-height: 1.2;
  font-weight: bold;
  text-align: right;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  .shipping-method__option-price
  .amount {
  display: block;
  font-weight: bold;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  .shipping-method__option-price
  .woocommerce-Price-currencySymbol {
  font-weight: bold;
}

.woocommerce
  ul#shipping_method
  .shipping-method__option
  .shipping-method__option-price
  .tax_label {
  display: block;
}

.woocommerce .shipping-method__package {
  margin-top: 20px;
}

.woocommerce .shipping-method__package:first-of-type {
  margin-top: 0;
}

.woocommerce .shipping-method__package-name {
  margin-bottom: 10px;
}

.woocommerce
  .fc-wrapper
  .shipping-method__option-label
  .woocommerce-shipping-contents {
  line-height: 1.1 !important;
}

.fc-wrapper .woocommerce-shipping-destination {
  margin-top: 0;
  margin-bottom: 0;
}

.fc-wrapper .woocommerce-shipping-destination + .shipping-method__package-name {
  margin-top: 20px;
}

.fc-wrapper .woocommerce-shipping-destination ~ .shipping-method__package {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fc-wrapper .woocommerce-shipping-calculator {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  overflow: visible;
}

.fc-wrapper .woocommerce-shipping-calculator .shipping-calculator-form {
  background-color: transparent;
}

.fc-wrapper .woocommerce-shipping-calculator .shipping-calculator-form {
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.fc-wrapper .shipping-calculator-button {
  display: inline !important;
  visibility: visible !important;
}
.fc-wrapper .shipping-calculator-button:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

.fc-wrapper button[name="calc_shipping"]:focus {
  outline: solid 2px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 2px !important;
}

.fc-wrapper .fc-cart-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 20px;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-actions {
    align-items: center;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
  }
}

.fc-wrapper .fc-cart-action__continue-shopping {
  text-decoration: none;
}

.fc-wrapper .fc-cart-action__continue-shopping::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: "\e80a";
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.fc-wrapper .fc-cart-action__proceed-checkout {
  text-decoration: none;
}

.fc-wrapper .fc-cart-action__proceed-checkout::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: "\e80c";
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.fc-wrapper .fc-cart-actions .fc-cart-action__proceed-checkout {
  display: none;
}
@media (min-width: 1000px) {
  .fc-wrapper .fc-cart-actions .fc-cart-action__proceed-checkout {
    margin: 0;
    display: block;
  }
}

.fc-wrapper .fc-cart-actions .fc-cart-action__proceed-checkout:only-child {
  width: 100%;
  text-align: right;
}

.fc-wrapper
  .fc-cart-actions
  .fc-cart-action__proceed-checkout:only-child
  .checkout-button {
  display: inline-block;
  width: auto;
}

@media (min-width: 1000px) {
  .fc-sidebar .fc-cart-order-review__widgets-outside {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fc-wrapper .fc-checkout-order-review {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .fc-wrapper .fc-checkout-order-review {
    margin: 0;
    padding: 0;
  }
}

body:not(.has-checkout-layout--multi-step)
  .fc-wrapper
  .fc-checkout-order-review,
body.has-checkout-layout--multi-step.fc-checkout-step-current-last
  .fc-wrapper
  .fc-checkout-order-review {
  display: block;
}

body.woocommerce-cart div.woocommerce .fc-wrapper #order_review {
  float: none;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  background-color: transparent;
}

body.woocommerce-cart div.woocommerce .fc-wrapper #order_review:before,
body.woocommerce-cart div.woocommerce .fc-wrapper #order_review:after {
  display: none;
}

body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  .fc-checkout-order-review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 12px;
  text-align: left;
}

body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  .fc-checkout-order-review-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  color: var(--fluidcheckout--color--dark-grey, #535156);
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  overflow: unset;
}
@media (min-width: 1000px) {
  body.woocommerce-cart
    div.woocommerce
    .fc-wrapper
    .fc-checkout-order-review-title {
    font-size: 15px;
  }
}

body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  .fc-checkout-order-review-title:before,
body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  .fc-checkout-order-review-title:after {
  width: auto;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table {
  display: table;
  margin: 0 -20px;
  padding: 0;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  background-color: transparent;
}
@media (min-width: 1000px) {
  div.woocommerce
    .fc-wrapper
    #order_review
    table.woocommerce-checkout-review-order-table {
    margin: 0 -20px -1px;
    width: calc(100% + 40px);
    font-size: 15px;
  }
}

body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  thead,
body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tbody,
body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tfoot {
  display: table-row-group;
  border: none;
}

body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tbody::after {
  display: none;
}

body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  th,
body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  td,
body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tr:first-child
  th,
body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tr:first-child
  td {
  border: 0;
  display: table-cell;
  width: auto;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tr {
  border: 0;
  border-top: solid var(--fluidcheckout--order-summary--cell-border-width, 1px)
    var(
      --fluidcheckout--order-summary--cell-border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
  height: auto;
  display: table-row;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tbody
  tr.cart-item {
  border-top: dashed
    var(--fluidcheckout--order-summary--cell-border-width--products, 1px)
    var(
      --fluidcheckout--order-summary--cell-border-color--products,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tbody
  tr:first-child {
  border-top: solid
    var(--fluidcheckout--order-summary--cell-border-width--products-list, 1px)
    var(
      --fluidcheckout--order-summary--cell-border-color--products-list,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tfoot
  tr:first-child {
  border-top: solid
    var(--fluidcheckout--order-summary--cell-border-width--summary, 1px)
    var(
      --fluidcheckout--order-summary--cell-border-color--summary,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total {
  border-top: solid
    var(--fluidcheckout--order-summary--cell-border-width--totals-top, 1px)
    var(
      --fluidcheckout--order-summary--cell-border-color--totals-top,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
  border-bottom: solid
    var(--fluidcheckout--order-summary--cell-border-width--totals-bottom, 1px)
    var(
      --fluidcheckout--order-summary--cell-border-color--totals-bottom,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
}

body.has-highlighted-order-totals
  div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total {
  background-color: var(--fluidcheckout--color--lighter-grey, #f3f3f3);
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  th,
div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  td {
  padding: 10px 20px !important;
  background-color: transparent;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tfoot
  th {
  vertical-align: middle;
  width: 50%;
  text-align: left !important;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-total,
div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tfoot
  td {
  width: 50%;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  > tfoot
  > tr
  > td {
  text-align: right !important;
  color: var(--accent-color-2);
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-total
  .tax_label,
div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-total
  .includes_tax,
div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tfoot
  td
  .includes_tax,
div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tfoot
  td
  .tax_label {
  display: block;
  width: 100%;
  line-height: 1.2;
  color: var(--fluidcheckout--color--grey, #7b7575);
  white-space: normal;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .cart_item
  td {
  margin: 0;
  width: 100%;
  white-space: normal;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-name,
div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tr:first-child
  .product-name {
  position: relative;
  float: left;
  padding: 5px;
  width: 75%;
  background-color: transparent;
  border: 0;
  text-align: left;
  line-height: 1.2;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tr:first-child
  .product-name:after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-total,
div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tr:first-child
  .product-total {
  display: block;
  padding: 5px 0;
  width: 25%;
  float: right;
  background-color: transparent;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-name
  > img,
div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-name
  > a
  img {
  float: left;
  margin-left: calc(
    -1 * (var(--fluidcheckout--order-summary--image-padding, 3px) + 5px)
  );
  padding: var(--fluidcheckout--order-summary--image-padding, 3px);
  width: var(--fluidcheckout--order-summary--image-width, 50px) !important;
  height: auto !important;
  background-color: var(
    --fluidcheckout--order-summary--image-background-color,
    var(--fluidcheckout--color--white, #fff)
  );
  border: solid var(--fluidcheckout--order-summary--image-border-width, 1px)
    var(
      --fluidcheckout--order-summary--image-border-color,
      var(
        --fluidcheckout--border-color,
        var(--fluidcheckout--color--light-grey, #d8d8d8)
      )
    );
  border-radius: var(--fluidcheckout--order-summary--image-border-radius, 3px);
  box-shadow: 0 1px 5px
    var(--fluidcheckout--order-summary--image-shadow-color, transparent);
}
@media (min-width: 1000px) {
  div.woocommerce
    .fc-wrapper
    #order_review
    table.woocommerce-checkout-review-order-table
    .product-name
    > img,
  div.woocommerce
    .fc-wrapper
    #order_review
    table.woocommerce-checkout-review-order-table
    .product-name
    > a
    img {
    width: var(
      --fluidcheckout--order-summary--image-width--large-screen,
      60px
    ) !important;
    height: auto !important;
  }
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-details {
  float: left;
  position: static;
  padding-left: 20px;
  width: calc(100% - var(--fluidcheckout--order-summary--image-width, 50px));
}
@media (min-width: 1000px) {
  div.woocommerce
    .fc-wrapper
    #order_review
    table.woocommerce-checkout-review-order-table
    .product-details {
    width: calc(
      100% -
        var(--fluidcheckout--order-summary--image-width--large-screen, 60px)
    );
  }
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-details
  p:not(:first-child) {
  margin: 0;
  margin-top: 5px;
  -webkit-margin-before: 5px;
  margin-block-start: 5px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .cart-item__element {
  margin-top: 5px;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .cart-item__price
  .amount {
  font-size: 13px;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-quantity {
  z-index: 10;
  position: absolute;
  top: 0;
  left: calc(var(--fluidcheckout--order-summary--image-width, 50px) + 5px);
  transform: translateX(-100%) translateY(-25%);
  display: block !important;
  padding: 1px 6px 2px 5px;
  border-radius: 8.5px;
  background-color: var(
    --fluidcheckout--order-summary--quantity-background-color,
    var(--fluidcheckout--color--dark-grey, #535156)
  );
  color: var(
    --fluidcheckout--order-summary--quantity-text-color,
    var(--fluidcheckout--color--white, #fff)
  );
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 1000px) {
  div.woocommerce
    .fc-wrapper
    #order_review
    table.woocommerce-checkout-review-order-table
    .product-quantity {
    left: calc(
      var(--fluidcheckout--order-summary--image-width--large-screen, 60px) + 5px
    );
  }
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  dl.variation {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--fluidcheckout--color--grey, #7b7575);
  font-size: 13px;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  dl.variation
  dd {
  margin: 0;
  padding: 0;
}

@media (min-width: 1000px) {
  div.woocommerce
    .fc-wrapper
    .fc-checkout-order-review:not(.has-additional-content)
    #order_review
    table.woocommerce-checkout-review-order-table
    tr.order-total {
    border-bottom: 0;
  }
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .order-total
  th {
  text-transform: uppercase;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .order-total
  th,
div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .order-total
  td {
  padding-top: 15px;
  padding-bottom: 15px;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .cart-discount
  .woocommerce-remove-coupon:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .coupon-code-form
  td {
  text-align: left;
}

@media (min-width: 1000px) {
  .fc-wrapper .fc-checkout-order-review[data-flyout] {
    position: static;
    transform: none;
  }
}

@media (min-width: 1000px) {
  .fc-wrapper .fc-checkout-order-review[data-flyout].is-activated {
    display: block;
  }
}

.fc-wrapper .fc-checkout-order-review[data-flyout].is-activated.is-open {
  z-index: 200;
  margin: 0;
  padding: 60px 0 0;
}

.admin-bar
  .fc-wrapper
  .fc-checkout-order-review[data-flyout].is-activated.is-open {
  padding: calc(60px + 46px) 0 0;
}
@media (min-width: 783px) {
  .admin-bar
    .fc-wrapper
    .fc-checkout-order-review[data-flyout].is-activated.is-open {
    padding: calc(60px + 32px) 0 0;
  }
}

.has-flyout.has-flyout--open-fc-checkout-order-review .flyout-overlay {
  display: none;
}

div.woocommerce
  .fc-wrapper
  .fc-checkout-order-review
  .fc-checkout-order-review__inner {
  display: block;
  height: auto;
  margin: 0 -20px;
  padding: 12px 20px 0;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  background-color: var(
    --fluidcheckout--order-summary--background-color,
    var(--fluidcheckout--color--white, #fff)
  );
  overflow: visible;
  box-shadow: 0 3px 8px
    var(--fluidcheckout--order-summary--shadow-color, transparent);
}
@media (min-width: 750px) {
  div.woocommerce
    .fc-wrapper
    .fc-checkout-order-review
    .fc-checkout-order-review__inner {
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
    border: solid var(--fluidcheckout--order-summary--border-width, 1px)
      var(
        --fluidcheckout--order-summary--border-color,
        var(
          --fluidcheckout--border-color,
          var(--fluidcheckout--color--light-grey, #d8d8d8)
        )
      );
    border-radius: var(--fluidcheckout--section--border-radius, 8px);
    box-shadow: 0 3px 8px
      var(
        --fluidcheckout--order-summary--shadow-color--large-screen,
        transparent
      );
  }
}

@media (max-width: 999px) {
  .fc-wrapper .fc-checkout-order-review[data-flyout].is-open {
    background-color: var(
      --fluidcheckout--order-summary--background-color--popup,
      var(--fluidcheckout--color--white, #fff)
    );
  }
}

.fc-wrapper
  .fc-checkout-order-review[data-flyout].is-open
  .fc-checkout-order-review__inner {
  padding-bottom: 80px;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
}
@media (max-width: 999px) {
  .fc-wrapper
    .fc-checkout-order-review[data-flyout].is-open
    .fc-checkout-order-review__inner {
    border: 0 !important;
    border-radius: 0 !important;
  }
}

.fc-checkout-order-review__actions-mobile {
  display: none;
}

.has-flyout.has-flyout--open-fc-checkout-order-review
  .fc-checkout-order-review__actions-mobile {
  z-index: 300;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--fluidcheckout--color--white, #fff);
  box-shadow: 0 3px 8px
    var(
      --fluidcheckout--shadow-color--dark,
      var(--fluidcheckout--color--lighter-grey, #f3f3f3)
    );
  max-width: 100%;
  padding: 10px 20px;
}
@media (min-width: 750px) {
  .has-flyout.has-flyout--open-fc-checkout-order-review
    .fc-checkout-order-review__actions-mobile {
    max-width: 100%;
  }
}
@media (min-width: 750px) {
  .has-flyout.has-flyout--open-fc-checkout-order-review
    .fc-checkout-order-review__actions-mobile {
    padding: 20px 30px;
  }
}
@media (min-width: 1000px) {
  .has-flyout.has-flyout--open-fc-checkout-order-review
    .fc-checkout-order-review__actions-mobile {
    display: none;
  }
}

.fc-checkout-order-review__actions-mobile
  .fc-checkout-order-review__header-link {
  margin: 0 0 0 -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.fc-checkout-order-review__actions-mobile
  .fc-checkout-order-review__header-link:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

.fc-checkout-order-review__actions-mobile
  .fc-checkout-order-review__close-order-summary {
  margin: 0 -10px 0 0;
  height: 44px;
}
.fc-checkout-order-review__actions-mobile
  .fc-checkout-order-review__close-order-summary:focus {
  outline: solid 2px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 2px !important;
}

.fc-checkout-order-review__sidebar-actions {
  display: none;
}
@media (min-width: 1000px) {
  .fc-checkout-order-review__sidebar-actions {
    display: block;
  }
}

.fc-checkout-order-review__head .fc-checkout-order-review__header-link {
  position: relative;
  right: -10px;
  float: right;
  display: block;
  margin: 0;
  padding: 0 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: underline;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
.fc-checkout-order-review__head .fc-checkout-order-review__header-link:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

body.woocommerce-cart div.woocommerce .fc-wrapper .fc-cart-order-review {
  margin: 0 -20px 0;
}
@media (max-width: 749px) {
  body.woocommerce-cart div.woocommerce .fc-wrapper .fc-cart-order-review {
    margin-bottom: 0;
    padding: 20px 20px;
    border-top: solid var(--fluidcheckout--order-summary--border-width, 1px)
      var(
        --fluidcheckout--order-summary--border-color,
        var(
          --fluidcheckout--border-color,
          var(--fluidcheckout--color--light-grey, #d8d8d8)
        )
      );
    background-color: var(
      --fluidcheckout--order-summary--background-color,
      var(--fluidcheckout--color--white, #fff)
    );
  }
}
@media (min-width: 750px) {
  body.woocommerce-cart div.woocommerce .fc-wrapper .fc-cart-order-review {
    margin: 0;
  }
}

body.woocommerce-cart div.woocommerce .fc-wrapper .fc-cart-order-review__head {
  text-align: left;
  padding-top: 20px !important;
}

body.woocommerce-cart
  div.woocommerce
  .fc-wrapper
  .fc-checkout-order-review
  .fc-checkout-order-review__inner {
  padding-top: 12px;
}
@media (min-width: 750px) {
  body.woocommerce-cart
    div.woocommerce
    .fc-wrapper
    .fc-checkout-order-review
    .fc-checkout-order-review__inner {
    padding-top: 12px;
    padding-bottom: 0;
  }
}

@media (max-width: 749px) {
  div.woocommerce
    .fc-wrapper
    .fc-checkout-order-review
    .fc-checkout-order-review__inner {
    padding-bottom: 0;
  }
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  td[colspan="2"] {
  width: 100%;
  text-align: left;
}

div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping-calculator-row
  td {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: inherit;
}

.fc-wrapper .wc-proceed-to-checkout {
  margin: 50px 0;
  padding: 0;
}

.fc-wrapper .fc-sidebar .wc-proceed-to-checkout {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.fc-wrapper .wc-proceed-to-checkout .checkout-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 20px 0 !important;
  width: 100%;
  min-width: 280px;
  min-height: 50px;
  text-align: center;
}
.fc-wrapper .wc-proceed-to-checkout .checkout-button:focus {
  outline: solid 2px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 2px !important;
}

.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;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}
@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: 80%;
  }
}
@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;
  }
}

/*------------------------------------*\
  #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);
  }
}
