/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/*
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* TEXT TRUNCATE
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block.
* Usage: @include text-truncate;
* Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/*
* DON'T BREAK
* Useful mixing so links don't overrun their container
* Usage: @include dontbreak();
* Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(#fff, bottomright, 3deg, topleft, 3deg);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
/*
* Pretty radio and checkboxes
* Usage: @include mixins.pretty-checkradio(label);
* Source: https://stackoverflow.com/questions/12743837/can-i-use-variables-for-selectors
*/
/*
* DON'T BREAK
* Useful mixing so links don't overrun their container
* Usage: @include dontbreak();
* Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
*/
/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Notices
 *
 * @package woocommerce/
 * @version 1.0
*/
.woocommerce-NoticeGroup {
  flex: 1 0 100%;
}

.woocommerce-message,
.woocommerce-Message,
.woocommerce-info,
ul.woocommerce-error li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px;
  margin-bottom: 24px;
  background: #fff;
  color: var(--fl1-text);
  border-radius: var(--fl1-radius-md);
  font-size: 14px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 700px) {
  .woocommerce-message,
  .woocommerce-Message,
  .woocommerce-info,
  ul.woocommerce-error li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.woocommerce-message:before,
.woocommerce-Message:before,
.woocommerce-info:before,
ul.woocommerce-error li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f05a";
  color: var(--fl1-primary);
  font-size: 24px;
  display: block;
  font-weight: 600;
  margin-right: 8px;
}
.woocommerce-message a,
.woocommerce-Message a,
.woocommerce-info a,
ul.woocommerce-error li a {
  color: var(--fl1-primary);
  font-weight: 600;
  display: inline-block;
  margin: 0 4px;
}
.woocommerce-message .button,
.woocommerce-Message .button,
.woocommerce-info .button,
ul.woocommerce-error li .button {
  order: 2;
  margin-left: auto;
  min-width: auto;
  text-align: center;
  background: var(--fl1-primary);
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .woocommerce-message .button,
  .woocommerce-Message .button,
  .woocommerce-info .button,
  ul.woocommerce-error li .button {
    margin-left: 0;
  }
}
.woocommerce-message .restore-item,
.woocommerce-Message .restore-item,
.woocommerce-info .restore-item,
ul.woocommerce-error li .restore-item {
  margin-left: 5px;
  color: var(--fl1-primary);
  text-decoration: underline;
}
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-Message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart ul.woocommerce-error li {
  margin: 0 0 20px;
}

.woocommerce-message:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  color: var(--fl1-success);
}

ul.woocommerce-error {
  width: 100%;
}
ul.woocommerce-error li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f057";
  color: tomato;
  font-weight: 600;
  margin-top: -2px;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Single Product
 *
 * @package woocommerce/
 * @version 1.0
*/
table.shop_table {
  width: 100%;
}
@media (max-width: 700px) {
  table.shop_table thead {
    display: none;
  }
}
table.shop_table thead tr th {
  font-size: 16px;
  font-weight: 600;
  color: var(--fl1-primary);
  padding: 0 8px;
  text-align: left;
  vertical-align: middle;
}
table.shop_table tr th {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
}
table.shop_table tr th a {
  color: var(--fl1-secondary);
  font-weight: 600;
  text-decoration: underline;
}
table.shop_table tbody tr {
  width: 100%;
}
@media (max-width: 700px) {
  table.shop_table tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
table.shop_table tbody tr td {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}
@media (max-width: 700px) {
  table.shop_table tbody tr td {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding: 0 12px 12px;
  }
}
table.shop_table tbody tr td a {
  color: var(--fl1-primary);
  font-weight: 600;
}
table.shop_table tbody tr td strong {
  font-weight: 600;
}
table.shop_table tbody tr td strong.highlight {
  color: rgb(108.7179487179, 116.9230769231, 131.2820512821);
}
table.shop_table tbody tr td small {
  font-size: 12px;
}
table.shop_table tbody .wc__cart__product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  table.shop_table tbody .wc__cart__product {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
table.shop_table tbody .wc__cart__product .woocommerce-Price-amount {
  color: var(--fl1-purple);
  font-weight: 600;
  font-size: 22px;
}
table.shop_table tbody .wc__cart__product--item {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
@media (max-width: 1024px) {
  table.shop_table tbody .wc__cart__product--item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
table.shop_table tbody .wc__cart__product--img {
  width: 80px;
  margin-right: 20px;
}
table.shop_table tbody .wc__cart__product--img img {
  border-radius: 8px;
}
table.shop_table tbody .wc__cart__product--price {
  display: flex;
  align-items: center;
}
table.shop_table tbody .wc__cart__product--price .cart-qty {
  max-width: 50px;
  margin-right: 20px;
}
@media (max-width: 700px) {
  table.shop_table tbody .wc__cart__product--price .cart-qty {
    max-width: 100px;
  }
}
table.shop_table tbody .wc__cart__product--price .cart-qty input[type=number] {
  font-family: var(--fl1-primary-font);
  border: none;
  padding: 10px 0 10px 10px;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--fl1-text);
  width: 100%;
  border-bottom: 1px var(--fl1-text) solid;
  text-align: center;
}
table.shop_table tbody .wc__cart__product--meta {
  margin: 10px 0;
}
table.shop_table tbody .wc__cart__product--meta ul {
  font-size: 14px;
}
table.shop_table tbody .wc__cart__product--meta ul li {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
table.shop_table tbody .wc__cart__product--meta ul li strong {
  font-weight: 600;
  min-width: 120px;
}
table.shop_table tbody .wc__cart__product--meta ul li span {
  font-weight: 500;
}

#yith-wcwl-popup-message {
  border-radius: var(--fl1-spacing-sm);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

.wishlist-wrapper {
  background: var(--fl1-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: var(--fl1-radius-lg);
  padding: var(--fl1-spacing-lg);
}
.wishlist-wrapper table.wishlist_table tbody td, .wishlist-wrapper table.wishlist_table thead th {
  border-top: none;
}
.wishlist-wrapper p.wishlist-empty, .wishlist-wrapper table.wishlist_table tbody td.wishlist-empty {
  padding: 50px 0 20px;
}

.woocommerce-orders-table,
.subscription_details,
.order_details {
  background: #fff;
  border-radius: var(--fl1-radius-md);
  box-shadow: var(--fl1-box-shadow);
  border: 24px #fff solid;
  overflow: hidden;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Single Product
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
.wc-single-product--add-to-cart {
  padding: 16px 0 16px;
}
.wc-single-product--add-to-cart .wc-simple {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wc-single-product--add-to-cart .wc-simple h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--fl1-text);
}
.wc-single-product--add-to-cart .wc-simple .wc-simple-qty {
  height: 100%;
}
.wc-single-product--add-to-cart .wc-simple .wc-simple-qty input {
  background: var(--fl1-lightgrey);
  border: 1px solid var(--fl1-border) !important;
  border-radius: var(--fl1-radius-sm) 0 0 var(--fl1-radius-sm) !important;
  font-size: 16px;
  height: 100%;
  color: var(--fl1-text);
  padding: 10px;
  width: 80px;
  border: none;
  border-radius: 3px;
  text-align: center;
}
.wc-single-product--add-to-cart .wc-variable {
  width: 100%;
}
.wc-single-product--add-to-cart .wc-variable h4 {
  font-size: 20px;
  color: var(--fl1-primary);
  margin-bottom: 5px;
  font-weight: 600;
}
.wc-single-product--add-to-cart .wc-variable p {
  font-size: 14px;
  color: var(--fl1-text);
  margin-bottom: 30px;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=checkbox],
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=radio] {
  display: none;
  width: auto;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=checkbox] + label,
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=radio] + label {
  color: var(--fl1-text);
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=checkbox] + label:before,
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=radio] + label:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: normal;
  font-size: 19px;
  color: var(--fl1-primary);
  content: "\f111";
  border: none;
  border-radius: 0;
  box-sizing: inherit;
  cursor: pointer;
  height: auto;
  line-height: auto;
  text-align: inherit;
  text-indent: 0;
  vertical-align: inherit;
  width: auto;
  padding: inherit;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=checkbox] + label a,
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=radio] + label a {
  color: var(--fl1-primary);
}
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=checkbox]:checked + label,
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=radio]:checked + label {
  font-weight: 600;
  background: transparent;
  color: var(--fl1-primary);
}
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=checkbox]:checked + label:before,
.wc-single-product--add-to-cart .wc-variable .wc-variation input[type=radio]:checked + label:before {
  content: "\f058";
  font-weight: bold;
  color: var(--fl1-secondary);
}
.wc-single-product--add-to-cart .wc-variable .wc-variation label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation label .wc-variation--meta {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
  color: var(--fl1-text);
}
.wc-single-product--add-to-cart .wc-variable .wc-variation label .wc-variation--meta span.price {
  display: block;
  font-weight: 600;
  color: var(--fl1-secondary);
}
.wc-single-product--add-to-cart .wc-variable .wc-variation label .wc-variation--meta span.subscription-details {
  font-weight: 400;
  color: var(--fl1-text);
  font-size: 12px;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation label .wc-variation--meta span.variation-description {
  font-weight: 400;
  color: var(--fl1-text);
  font-size: 12px;
  display: block;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation label .wc-variation--quantity input {
  background: var(--fl1-lightgrey);
  font-size: 16px;
  color: var(--fl1-text);
  padding: 10px;
  width: 60px;
  border: none;
  border-radius: 3px;
  text-align: center;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation.wc-out-of-stock label {
  opacity: 0.2;
  pointer-events: none;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation.terms {
  background: var(--fl1-lightgrey);
  border-radius: 3px;
  padding: 20px;
}
.wc-single-product--add-to-cart .wc-variable .wc-variation.terms a {
  font-weight: 600;
  color: var(--fl1-primary);
  border-bottom: 1px var(--fl1-primary) dashed;
}
.wc-single-product--add-to-cart .woocommerce-variation-add-to-cart {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .wc-single-product--add-to-cart .woocommerce-variation-add-to-cart {
    margin-left: 0;
    margin-top: 20px;
  }
}
.wc-single-product--add-to-cart .single_variation_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px rgb(220.5, 232, 255) solid;
  padding-top: 20px;
}
@media (max-width: 550px) {
  .wc-single-product--add-to-cart .single_variation_wrap {
    flex-direction: column;
  }
}
.wc-single-product--add-to-cart .single_variation_wrap .woocommerce-variation {
  flex: 1;
}
.wc-single-product--add-to-cart .wc-single-product--price {
  margin-bottom: var(--fl1-spacing-sm);
  display: flex;
  flex-flow: wrap;
  flex-flow: column;
}
.wc-single-product--add-to-cart .wc-single-product--price .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 600;
  color: var(--fl1-purple);
}
.wc-single-product--add-to-cart .wc-single-product--price .woocommerce-Price-amount.price-amount {
  font-size: 14px;
  font-weight: 400;
  color: var(--fl1-text);
}
.wc-single-product--add-to-cart .wc-single-product--price .price {
  font-size: 14px;
  font-weight: 600;
  color: var(--fl1-text);
  text-transform: uppercase;
}
.wc-single-product--add-to-cart .wc-add-to-cart--button {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: var(--fl1-spacing-xs);
}
@media (max-width: 550px) {
  .wc-single-product--add-to-cart .wc-add-to-cart--button {
    flex-direction: column;
    align-items: center;
  }
}
.wc-single-product--add-to-cart .wc-single-product--buttons {
  flex: 1 0 100%;
  display: flex;
  gap: var(--fl1-spacing-xs);
  flex-wrap: wrap;
}
.wc-single-product--add-to-cart .wc-upsell-membership {
  background: var(--fl1-blue-highlight);
  padding: var(--fl1-spacing-md);
  border-radius: var(--fl1-radius-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wc-single-product--add-to-cart .wc-upsell-membership aside {
  display: flex;
  flex-direction: column;
  gap: var(--fl1-spacing-xs);
  width: 50%;
}
.wc-single-product--add-to-cart .wc-upsell-membership aside h4 {
  font-size: var(--fl1-font-size-sm);
  font-weight: 600;
  color: var(--fl1-secondary);
}
.wc-single-product--add-to-cart .yith-wcwl-wishlistexistsbrowse,
.wc-single-product--add-to-cart .yith-wcwl-wishlistaddedbrowse {
  font-size: 14px;
  margin-top: var(--fl1-spacing-md);
}
.wc-single-product--add-to-cart .yith-wcwl-wishlistexistsbrowse a,
.wc-single-product--add-to-cart .yith-wcwl-wishlistaddedbrowse a {
  font-size: 14px;
  font-weight: 600;
}
.wc-single-product--add-to-cart .add_to_wishlist {
  margin-top: var(--fl1-spacing-xs);
  margin-left: var(--fl1-spacing-md);
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--fl1-primary);
}
.wc-single-product--add-to-cart .add_to_wishlist i {
  font-size: 16px;
  color: var(--fl1-primary);
  margin-right: 8px;
}
.wc-single-product--add-to-cart .add_to_wishlist:hover i {
  animation: pulse 1s infinite;
}
.wc-single-product--add-to-cart .wc-continue {
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  max-height: 0;
  gap: var(--fl1-spacing-xs);
}
.wc-single-product--add-to-cart .wc-continue.on {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 20px 0 0;
  max-height: 100px;
}
.wc-single-product--add-to-cart .wc-continue i {
  margin-right: 7px;
  margin-left: 0 !important;
}
.wc-single-product--add-to-cart .wc-continue a {
  flex: 1;
}
.wc-single-product--add-to-cart.variations_form {
  flex-direction: column;
  width: 100%;
}
.wc-single-product--add-to-cart.variations_form table.variations {
  width: 100%;
}
.wc-single-product--add-to-cart.variations_form table.variations tbody tr td {
  padding: 10px;
}
.wc-single-product--add-to-cart.variations_form table.variations tbody tr td.label {
  font-size: 14px;
  font-weight: 600;
  color: var(--fl1-text);
  text-transform: uppercase;
}
.wc-single-product--add-to-cart.variations_form table.variations tbody tr td.value select {
  border: none;
  padding: 15px 10px;
  width: auto;
  font-family: var(--fl1-primary-font);
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  color: rgb(0, 83.05, 151);
  background: var(--fl1-lightgrey);
  width: 100%;
  appearance: none;
  border-radius: 0;
  background-image: url("modules/woocommerce/img/select-arrow-down.png");
  background-size: 25px;
  background-position: center right;
  background-repeat: no-repeat;
}
.wc-single-product--add-to-cart.variations_form table.variations tbody tr td.value a.reset_variations {
  display: block;
  padding: 5px 10px;
  background-color: tomato;
  border-radius: 3px;
  color: #fff;
  float: right;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
}
.wc-single-product--add-to-cart.variations_form table.variations tbody tr td.value a.reset_variations:hover {
  background-color: rgb(255, 120.6195652174, 96.5);
}
.wc-single-product--add-to-cart .wc-add-to-cart--form {
  flex-direction: column;
  width: 100%;
}
.wc-single-product--add-to-cart .wc-add-to-cart-notice {
  display: none;
  padding: 12px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  border: 1px transparent solid;
}
.wc-single-product--add-to-cart .wc-add-to-cart-notice.display {
  display: block;
  animation: fadeInUp 0.3s ease-in;
}
.wc-single-product--add-to-cart .wc-add-to-cart-notice.has-errors {
  display: block;
  border: 1px rgb(255, 207.097826087, 198.5) solid;
  color: tomato;
}
.wc-single-product--add-to-cart .wc-add-to-cart-notice.success {
  display: block;
  border: 1px rgb(173.6224489796, 229.7448979592, 142.7551020408) solid;
  color: #64c82d;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Variable Multiple
 *
 * @package woocommerce/
 * @version 1.0
*/
.wc-variable-multiple {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.wc-variable-multiple label {
  font-size: 14px;
  font-weight: 600;
  color: var(--fl1-text);
  text-transform: uppercase;
}
.wc-variable-multiple .wc-variable-attribute {
  display: flex;
  gap: var(--fl1-spacing-xs);
  flex-flow: wrap;
}
.wc-variable-multiple .wc-variable-attribute select.wc-variation-select {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--fl1-border);
  border-radius: 5px;
  font-size: 16px;
  font-family: var(--fl1-primary-font);
  color: var(--fl1-text);
  background: var(--fl1-lightgrey);
  appearance: none;
  background-image: url("../../../img/select-arrow-down.png");
  background-size: 25px;
  background-position: center right;
  background-repeat: no-repeat;
}
.wc-variable-multiple .wc-variation-quantity {
  display: flex;
  flex-direction: column;
  gap: var(--fl1-spacing-xs);
}
.wc-variable-multiple .wc-variation-qty-fieldset {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  width: max-content;
}
.wc-variable-multiple .wc-variation-qty-fieldset input.wc-variation-qty-input {
  width: 80px;
  height: 40px;
  text-align: center;
  background: none;
  border: var(--fl1-border) 1px solid;
  text-align: center;
  padding: 0;
  margin: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.wc-variable-multiple .wc-variation-qty-fieldset button.wc-variation-qty-button {
  width: 30px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: none;
  background-color: var(--fl1-lightgrey);
  border: var(--fl1-border) 1px solid;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-variable-multiple .wc-variation-qty-fieldset button.wc-variation-qty-button i {
  font-size: 14px;
  color: var(--fl1-text);
}
.wc-variable-multiple .wc-selected-variation {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wc-variable-multiple .wc-selected-variation .wc-variation-price {
  font-size: var(--fl1-font-size-lg);
  font-weight: 600;
  color: var(--fl1-text);
}

body.single-product .header-banner::after {
  height: 50%;
}

.wc-single-product {
  position: relative;
  padding: var(--fl1-spacing-2xl) 0;
}
@media (max-width: 800px) {
  .wc-single-product {
    padding-top: var(--fl1-spacing-xl) 0;
    padding-bottom: 0;
  }
}
.wc-single-product--title {
  width: 100%;
  font-size: 3.5rem;
  text-transform: none;
  color: var(--fl1-text-black);
  font-weight: 600;
  line-height: 1.2;
}
.wc-single-product--nav {
  border-top: 1px var(--fl1-border) solid;
  border-bottom: 1px var(--fl1-border) solid;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-self: center;
  position: relative;
  z-index: 1;
}
.wc-single-product--nav a {
  display: flex;
  align-self: center;
  color: var(--fl1-text);
  font-size: 13px;
}
.wc-single-product--nav a i {
  font-size: 11px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.wc-single-product--nav a span {
  font-weight: 600;
}
.wc-single-product--nav .addthis_toolbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wc-single-product--nav .addthis_toolbox a {
  margin: 0 3px;
}
.wc-single-product--nav .addthis_toolbox a i {
  font-size: 14px;
}
.wc-single-product--hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  gap: var(--fl1-spacing-xl);
  z-index: 1;
}
@media (max-width: 800px) {
  .wc-single-product--hero {
    gap: 0;
  }
}
.wc-single-product--left {
  flex: 1;
  width: 50%;
}
@media (max-width: 800px) {
  .wc-single-product--left {
    width: 100%;
  }
}
.wc-single-product--gallery {
  background: var(--fl1-white);
  border-radius: var(--fl1-radius-xl);
  padding: var(--fl1-spacing-md);
  box-shadow: var(--fl1-box-shadow);
  max-height: max-content;
  margin: -10px;
}
@media (max-width: 800px) {
  .wc-single-product--gallery {
    width: 100%;
    padding: 20px;
  }
  .wc-single-product--gallery:before {
    display: block;
    content: attr(data-title);
    font-size: 41px;
    font-weight: 600;
    color: var(--fl1-text);
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .wc-single-product--gallery {
    padding: 10px;
  }
}
.wc-single-product--gallery .main figure img {
  object-fit: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 800px) {
  .wc-single-product--gallery .main figure {
    min-height: 450px;
  }
}
@media (max-width: 700px) {
  .wc-single-product--gallery .main figure {
    min-height: 350px;
  }
}
@media (max-width: 650px) {
  .wc-single-product--gallery .main figure {
    min-height: 250px;
  }
}
.wc-single-product--gallery .nav {
  margin-top: var(--fl1-spacing-md);
}
.wc-single-product--gallery .nav figure img {
  border-radius: var(--fl1-radius-sm);
  width: auto;
  display: block;
  max-height: 100px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wc-single-product--gallery .nav figure img:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
.wc-single-product--buy p {
  font-size: var(--fl1-font-size-sm);
  line-height: 1.5;
  margin-top: var(--fl1-spacing-xs);
}
@media (max-width: 800px) {
  .wc-single-product--buy {
    border-radius: 0 0 var(--fl1-radius-xl) var(--fl1-radius-xl);
    padding: var(--fl1-spacing-md);
  }
}
.wc-single-product--features {
  border-radius: var(--fl1-radius-lg);
  padding: var(--fl1-spacing-md);
  background: rgb(83.3572815534, 199.4111650485, 225.7427184466);
  margin: var(--fl1-spacing-lg) 0 0;
}
.wc-single-product--features article {
  padding: var(--fl1-spacing-xs) 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.wc-single-product--features article strong {
  font-weight: 600;
  display: block;
  max-width: 240px;
  width: 100%;
  padding-right: var(--fl1-spacing-lg);
  line-height: 1.4;
}
.wc-single-product--features article span {
  display: block;
  flex: 1;
}
.wc-single-product--ad {
  flex: 1;
  min-width: 335px;
}
.wc-single-product--ad header h1 {
  font-size: var(--fl1-font-size-xl);
  font-weight: 600;
  color: var(--fl1-primary);
  line-height: 40px;
}
@media (max-width: 650px) {
  .wc-single-product--ad header h1 {
    font-size: var(--fl1-spacing-md);
    line-height: 1.4;
  }
}
.wc-single-product--ad header .wc-single-product--price {
  margin-top: 16px;
}
.wc-single-product--ad header .wc-single-product--price .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 600;
  color: var(--fl1-purple);
}
.wc-single-product--short-description p {
  font-weight: 500;
  font-size: var(--fl1-font-size-md);
}
.wc-single-product--description {
  margin-bottom: var(--fl1-spacing-md);
}
.wc-single-product h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--fl1-text);
  margin-bottom: var(--fl1-spacing-md);
}
.wc-single-product--categories {
  padding-top: var(--fl1-spacing-sm);
}
.wc-single-product--categories article {
  display: flex;
  flex-wrap: wrap;
  gap: var(--fl1-spacing-2xs);
}
.wc-single-product--categories a {
  display: block;
  font-size: 11px;
  color: var(--fl1-primary);
  font-weight: 500;
  background: var(--fl1-blue-highlight);
  border-radius: var(--fl1-radius-xl);
  text-align: center;
  padding: 4px var(--fl1-radius-sm);
  transform: scale(1);
  transition: all 0.3s ease;
}
.wc-single-product--categories a:hover {
  transition: all 0.3s ease;
  transform: scale(1.03);
}
.wc-single-product--message {
  margin-bottom: var(--fl1-spacing-md);
  padding: var(--fl1-spacing-sm);
  border-radius: var(--fl1-radius-sm);
  background: rgba(217, 241, 255, 0.9);
}
.wc-single-product--message h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--fl1-text);
  margin-bottom: 8px;
}
.wc-single-product--message p {
  font-size: 14px;
  line-height: 1.5;
}
.wc-single-product--message p a {
  color: var(--fl1-secondary);
  font-weight: 600;
}
.wc-single-product--document-downloads {
  margin-top: var(--fl1-spacing-md);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--fl1-spacing-xs);
}
.wc-single-product--document-downloads .button {
  padding: 0;
}
.wc-single-product--document-description {
  margin-top: var(--fl1-spacing-md);
}
.wc-single-product--document-description p {
  font-size: var(--fl1-font-size-md);
  line-height: 1.5;
  color: var(--fl1-text);
}
.wc-single-product--content {
  margin-bottom: var(--fl1-spacing-xl);
}
.wc-single-product--content p:first-of-type strong {
  line-height: 1.5;
  font-size: 24px;
  color: var(--fl1-primary);
}
.wc-single-product--content .downloadable-files {
  margin-top: var(--fl1-spacing-2xl);
  background: var(--fl1-white);
  box-shadow: var(--fl1-box-shadow);
  padding: var(--fl1-spacing-xl);
  border-radius: var(--fl1-radius-lg);
  list-style: none;
}
.wc-single-product--content .downloadable-files li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--fl1-spacing-sm);
  padding: var(--fl1-spacing-xs) var(--fl1-spacing-sm);
  border-radius: var(--fl1-radius-sm);
}
.wc-single-product--content .downloadable-files li:nth-of-type(odd) {
  background: var(--fl1-primary-light);
}
.wc-single-product--content .downloadable-files li a {
  color: var(--fl1-secondary);
}
.wc-single-product--content .downloadable-files li a:hover {
  text-decoration: underline;
}
.wc-single-product--content .downloadable-files.cant-download li {
  opacity: 0.6;
}
.wc-single-product--content .downloadable-files.cant-download li a {
  pointer-events: none;
}
.wc-single-product--content .fc_accordion {
  border-radius: var(--fl1-radius-md);
}
.wc-single-product--content .fc_accordion .accordion__wrap {
  border-bottom-color: var(--fl1-primary-light);
}
.wc-single-product--content .fc_accordion .accordion__wrap:last-of-type {
  border-bottom: none;
}
.wc-single-product--content .fc_accordion .accordion__wrap h3.toggle {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
.wc-single-product--content .fc_accordion .accordion__wrap .accordion__bg {
  border-radius: var(--fl1-radius-md);
}
.wc-single-product--content .fc_accordion .accordion__wrap ol.thinkific-course-lessons {
  margin: 0;
}
.wc-single-product--content .fc_accordion .accordion__wrap ol.thinkific-course-lessons li {
  font-size: 16px;
  line-height: 1.5;
  padding: 4px;
}
.wc-single-product--content .fc_accordion .accordion__wrap ol.thinkific-course-lessons li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--fl1-text);
  font-weight: 500;
  border-radius: var(--fl1-radius-sm);
}
.wc-single-product--content .fc_accordion .accordion__wrap ol.thinkific-course-lessons li a:hover {
  background: var(--fl1-primary-light);
  color: var(--fl1-primary);
}
.wc-single-product--content .fc_accordion .accordion__wrap ol.thinkific-course-lessons li figure {
  background: var(--fl1-primary);
  border-radius: var(--fl1-radius-sm);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 8px 4px;
}
.wc-single-product .wc-single-float {
  display: none;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  z-index: 999;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .wc-single-product .wc-single-float {
    display: flex;
  }
}
.wc-single-product .wc-single-float-price {
  font-size: 23px;
  font-weight: 600;
}
.wc-single-product .wc-single-float-price del span {
  text-decoration: line-through;
  font-size: 16px;
  color: rgb(0, 111.1, 202);
  font-weight: normal;
}
.wc-single-product .wc-single-float-price ins {
  text-decoration: none;
}
.wc-single-product .wc-single-float-price span {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: var(--fl1-text);
  display: block;
}
.wc-single-product .wc-single-float-price span span {
  display: inline;
}
.wc-single-product .wc-single-float-button {
  margin-left: 20px;
}
.wc-single-product .wc-single-float-button a {
  font-family: var(--fl1-primary-font);
  background: var(--fl1-quaternary);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-left: auto;
  min-width: 200px;
  text-align: center;
  text-transform: none;
}
@media (max-width: 550px) {
  .wc-single-product .wc-single-float-button a {
    margin: 20px auto 0;
    min-width: 100%;
  }
}
.wc-single-product .wc-single-float-button a:hover {
  background: rgb(216.0481818182, 227.8131818182, 7.4868181818);
  transition: all 0.4s ease;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.wc-product-quote {
  padding: var(--fl1-spacing-lg) 0;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Cart
 *
 * @package woocommerce/
 * @version 1.0
*/
body.woocommerce-cart header.header {
  background: var(--fl1-primary);
  padding-bottom: var(--fl1-spacing-md);
  position: static;
}
body.woocommerce-cart .wc__wrapper {
  padding: 24px 20px;
}
body.woocommerce-cart .wc__wrapper:before {
  content: "Basket";
  font-size: 32px;
  font-weight: 600;
  color: var(--fl1-primary);
  display: block;
  margin-bottom: 16px;
}
body.woocommerce-cart .woocommerce {
  margin: 20px 0;
}
body.woocommerce-cart .woocommerce .wc-cart-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 0.0875rem 0.2625rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 3.15rem 2.45rem -0.6125rem, rgba(0, 0, 0, 0.04) 0 1.4875rem 1.4875rem -0.6125rem;
  padding: var(--fl1-spacing-md);
  border-radius: var(--fl1-radius-md);
  background: var(--fl1-white);
  border: 1px solid var(--fl1-lightgrey);
}
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce .wc-cart-wrap {
    padding: var(--fl1-spacing-sm);
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 60%;
  padding: 32px;
  background: var(--fl1-white);
  border-radius: 16px;
}
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
    padding: 0;
    margin-bottom: var(--fl1-spacing-md);
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table thead th {
  color: var(--fl1-primary);
  padding: 10px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table thead th.product-subtotal {
  text-align: right;
}
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr {
    align-items: flex-start;
    gap: 8px;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td {
  vertical-align: middle;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-remove {
  width: 20px;
  font-size: 35px;
  vertical-align: middle;
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-remove {
    width: 30px;
    font-size: 25px;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-remove a {
  font-size: 25px;
  color: rgb(163.1025641026, 168.8461538462, 178.8974358974);
  font-weight: 200;
  position: relative;
  top: 3px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-remove a:hover {
  color: tomato;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
  width: 12%;
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
    width: 30%;
    align-items: flex-start;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-name {
  max-width: 300px;
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-name {
    flex: 3 0 70%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-name a {
  font-family: var(--fl1-primary-font);
  font-size: 17px;
  color: var(--fl1-text);
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-name a:hover {
  color: var(--fl1-primary);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-name dl.variation {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 13px;
  margin-top: 10px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-name dl.variation dt {
  flex: 1 0 50%;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-name dl.variation dd {
  flex: 1 0 50%;
  margin-bottom: 10px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity {
  max-width: 60px;
  vertical-align: middle;
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity {
    max-width: 100%;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity .quantity {
  display: flex;
  justify-content: flex-end;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity .quantity label {
  display: none;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity .quantity input[type=number] {
  border-radius: var(--fl1-radius-sm);
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: var(--fl1-text);
  max-width: 62px;
  background: var(--fl1-lightgrey);
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity .quantity input[type=number] {
    width: 65px;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-price {
  color: var(--fl1-purple);
  max-width: 135px;
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-price {
    padding-top: 10px;
    font-weight: 500;
    max-width: 100%;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-price .subscription-details {
  display: block;
  font-size: 12px;
  color: var(--fl1-text);
  margin-top: 5px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
  font-size: 18px;
  text-align: right;
  font-weight: 600;
  max-width: 150px;
  color: var(--fl1-text);
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
    max-width: 100%;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal .subscription-price .subscription-details {
  display: block;
  font-size: 12px;
  color: var(--fl1-text);
  margin-top: 5px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions {
  padding: 10px 0;
}
@media (max-width: 550px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 24px 0 16px;
  width: 100%;
  border-top: 1px var(--fl1-lightgrey) solid;
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon label {
  font-size: 13px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon input[type=text] {
  border: none;
  padding: 12px 16px;
  width: auto;
  font-size: 12px;
  color: var(--fl1-text);
  margin: 0 10px 0 5px;
  font-family: var(--fl1-primary-font);
  background: var(--fl1-lightgrey);
  border: 1px solid var(--fl1-border);
  border-radius: 8px;
}
@media (max-width: 550px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon input[type=text] {
    flex: 1 0 auto;
    margin-right: 0;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions button,
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions input[type=submit] {
  font-size: 14px;
  padding: 10px 23px;
  display: block;
  cursor: pointer;
  border: none;
  background: var(--fl1-white);
  color: var(--fl1-primary);
  border: 1px solid var(--fl1-primary);
  font-family: var(--fl1-primary-font);
  transition: all 0.4s ease;
  margin-left: auto;
}
@media (max-width: 550px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions button,
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.actions input[type=submit] {
    flex: 1 0 100%;
    margin: 10px 0 0;
  }
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-price,
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-quantity,
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-subtotal {
    flex: 1 0 100%;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 38%;
  padding: 32px;
  background: var(--fl1-lightgrey);
  border-radius: 16px;
}
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
    padding: 10px;
    border: none;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  position: sticky;
  top: 20px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 20px;
  color: var(--fl1-text);
  font-weight: 600;
  margin-bottom: 20px;
  padding: 6px 10px 10px;
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr {
    padding: 0;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th {
  width: 40%;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th {
    border: none;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td {
  width: 60%;
  text-align: right;
}
@media (max-width: 700px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td:before {
    display: none;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td span.amount {
  color: var(--fl1-text);
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal.recurring-total td {
  font-size: 14px;
  color: var(--fl1-text);
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal.recurring-total td span.amount {
  font-size: 16px;
  color: var(--fl1-text);
  font-weight: 600;
  display: block;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.shipping .woocommerce-shipping-destination {
  font-size: 12px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.recurring-totals th {
  color: var(--fl1-primary);
  font-weight: 600;
  font-size: 18px;
  padding-top: 20px;
  border-bottom: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total strong {
  font-size: 24px;
  font-weight: 600;
  color: var(--fl1-text);
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total span.amount {
  color: var(--fl1-text);
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total.recurring-total td {
  font-size: 14px;
  color: var(--fl1-text);
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total.recurring-total td strong {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: var(--fl1-text);
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin: 20px 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  font-family: var(--fl1-primary-font);
  background: var(--fl1-primary);
  color: var(--fl1-white);
  font-size: 16px;
  font-weight: 600;
  padding: 20px 40px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-left: auto;
  width: 100%;
  display: block;
  text-align: center;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc__continue__shopping {
  margin: 0 0 10px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc__continue__shopping a {
  font-size: 16px;
  padding: 15px 20px;
  display: block;
  cursor: pointer;
  background: var(--fl1-white);
  color: var(--fl1-primary);
  border: 1px solid var(--fl1-primary);
  border-radius: var(--fl1-radius-md);
  font-family: var(--fl1-primary-font);
  transition: all 0.4s ease;
  font-weight: 600;
  text-align: center;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc__continue__shopping a:hover {
  background: #c3d7ff;
  transition: all 0.4s ease;
}
@media (max-width: 550px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc__continue__shopping a {
    flex: 1 0 100%;
    margin-top: 0;
  }
}
body.woocommerce-cart .woocommerce .wc__empty__basket {
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--fl1-white);
  padding: 24px;
  border-radius: var(--fl1-radius-md);
  margin: 24px 0 0;
}
@media (max-width: 900px) {
  body.woocommerce-cart .woocommerce .wc__empty__basket {
    flex-direction: column;
  }
}
body.woocommerce-cart .woocommerce .wc__empty__basket .message {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  body.woocommerce-cart .woocommerce .wc__empty__basket .message {
    flex-direction: column;
  }
}
body.woocommerce-cart .woocommerce .wc__empty__basket .message figure {
  margin-right: 10px;
}
@media (max-width: 900px) {
  body.woocommerce-cart .woocommerce .wc__empty__basket .message figure {
    margin: 0 0 10px;
  }
}
body.woocommerce-cart .woocommerce .wc__empty__basket .message figure i {
  font-size: 21px;
  color: var(--fl1-primary);
}
body.woocommerce-cart .woocommerce .wc__empty__basket .message p {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: var(--fl1-text);
}
body.woocommerce-cart .woocommerce .wc__empty__basket--buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  body.woocommerce-cart .woocommerce .wc__empty__basket--buttons {
    margin-top: 20px;
  }
}
body.woocommerce-cart .woocommerce .wc__empty__basket--buttons a,
body.woocommerce-cart .woocommerce .wc__empty__basket--buttons button {
  margin-left: 10px;
}
body.woocommerce-cart .woocommerce p.return-to-shop {
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
body.woocommerce-cart .woocommerce p.return-to-shop .wc-backward {
  font-size: var(--fl1-font-size-xs);
  font-weight: 600;
  padding: var(--fl1-spacing-sm) var(--fl1-spacing-md);
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--fl1-text);
  color: #fff;
  transition: all 0.4s ease;
  text-align: center;
}
body.woocommerce-cart .woocommerce p.return-to-shop .wc-backward:hover {
  background: rgb(0, 49.39, 89.8);
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 550px) {
  body.woocommerce-cart .woocommerce p.return-to-shop .wc-backward {
    flex: 1 0 100%;
    margin-top: 10px;
  }
}
body.woocommerce-cart .woocommerce p.cart-empty {
  display: none;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * WooCommerce Login/Register
 *
 * @package woocommerce/
 * @version 1.0
*/
.wc__login__register {
  display: flex;
  min-height: 100%;
  position: relative;
}
.wc__login__register .wc__login__register--back {
  position: absolute;
  top: 15px;
  right: 20px;
}
.wc__login__register .wc__login__register--back a {
  display: flex;
}
.wc__login__register .wc__login__register--back a i {
  font-size: 30px;
  color: var(--fl1-secondary);
}
.wc__login__register .wc__login__register--banner {
  width: 40%;
  position: relative;
  background: var(--fl1-quaternary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 80px 0;
  background: url("../../../img/centsa-portal-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wc__login__register .wc__login__register--banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--fl1-primary);
  opacity: 0.7;
  z-index: 1;
}
@media (max-width: 1024px) {
  .wc__login__register .wc__login__register--banner {
    padding: 0 20px 0;
  }
}
@media (max-width: 900px) {
  .wc__login__register .wc__login__register--banner {
    display: none;
  }
}
.wc__login__register .wc__login__register--banner h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--fl1-white);
  margin-top: -200px;
  position: relative;
  z-index: 2;
}
.wc__login__register .wc__login__register--banner ul {
  position: relative;
  z-index: 2;
}
.wc__login__register .wc__login__register--banner ul li {
  font-size: 16px;
  color: var(--fl1-white);
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.wc__login__register .wc__login__register--banner ul li i {
  color: var(--fl1-secondary);
  margin-right: 10px;
}
.wc__login__register .wc__login__register--form {
  width: 60%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 150px;
  background: #fff;
}
.wc__login__register .wc__login__register--form-content {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .wc__login__register .wc__login__register--form {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  .wc__login__register .wc__login__register--form {
    width: 100%;
    padding: 80px 20px 0;
  }
}
.wc__login__register .wc__login__register--form .woocommerce-notices-wrapper {
  flex: 0 auto;
}
.wc__login__register .wc__login__register--form ul.woocommerce-message, .wc__login__register .wc__login__register--form ul.woocommerce-error {
  flex: 0 auto;
  margin: 0;
}
.wc__login__register .wc__login__register--form ul.woocommerce-message {
  margin-bottom: 20px;
}
.wc__login__register .wc__login__register--form figure {
  max-width: 265px;
  margin-bottom: 20px;
}
.wc__login__register .wc__login__register--form .wc__is__user {
  padding: 0 0 40px;
  text-align: center;
  max-width: 450px;
}
.wc__login__register .wc__login__register--form .wc__is__user h2 {
  font-size: 28px;
  color: var(--fl1-primary);
  margin-bottom: 20px;
}
.wc__login__register .wc__login__register--form .wc__is__user p {
  font-size: 14px;
  line-height: 20px;
}
.wc__login__register .wc__login__register--form .wc__is__user a {
  color: var(--fl1-primary);
  font-weight: 600;
  text-decoration: underline;
}
.wc__login__register .wc__login__register--form .wc__is__user a:hover {
  color: var(--fl1-secondary);
}
.wc__login__register .wc__login__register--form form {
  width: 100%;
}
.wc__login__register .wc__login__register--form form.register .wc__form__row.flex {
  display: flex;
  justify-content: space-between;
}
.wc__login__register .wc__login__register--form form.register .wc__form__row.flex .wc__form__field {
  width: 48%;
}
.wc__login__register .wc__login__register--form form .wc__form__row {
  padding-bottom: 20px;
}
.wc__login__register .wc__login__register--form form .wc__form__row:last-child {
  padding-bottom: 0;
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field {
  display: flex;
  flex-direction: column;
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field label span.required {
  color: tomato;
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field input[type=text],
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field input[type=email],
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field input[type=password] {
  font-family: var(--fl1-primary-font);
  color: var(--fl1-text);
  font-size: 16px;
  padding: 16px;
  border: none;
  background: var(--fl1-lightgrey);
  border-radius: 8px;
  border: 1px solid var(--fl1-border);
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field input[type=text]:focus,
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field input[type=email]:focus,
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field input[type=password]:focus {
  outline: none;
  box-shadow: 0 0 6px var(--fl1-secondary);
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field.wc__forgot__password {
  align-items: flex-end;
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field.wc__forgot__password a {
  font-size: 12px;
  color: var(--fl1-primary);
  text-decoration: underline;
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field.wc__forgot__password a:hover {
  color: var(--fl1-secondary);
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field.wc__magic__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--fl1-border);
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field.wc__magic__link p {
  font-size: 12px;
  color: var(--fl1-text);
  margin-top: var(--fl1-spacing-md);
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field.wc__magic__link span.or {
  background: #fff;
  display: inline-block;
  padding: 0 16px;
  margin: -8px 0 var(--fl1-spacing-md);
  color: var(--fl1-text);
}
.wc__login__register .wc__login__register--form form .wc__form__row .wc__form__field.submit {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.wc__login__register .wc__login__register--form form .wc__remember__me {
  display: flex;
  align-items: center;
}
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=checkbox],
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=radio] {
  display: none;
  width: auto;
}
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=checkbox] + label,
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=radio] + label {
  color: var(--fl1-text);
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=checkbox] + label:before,
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=radio] + label:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: normal;
  font-size: 19px;
  color: var(--fl1-primary);
  content: "\f111";
  border: none;
  border-radius: 0;
  box-sizing: inherit;
  cursor: pointer;
  height: auto;
  line-height: auto;
  text-align: inherit;
  text-indent: 0;
  vertical-align: inherit;
  width: auto;
  padding: inherit;
}
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=checkbox] + label a,
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=radio] + label a {
  color: var(--fl1-primary);
}
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=checkbox]:checked + label,
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=radio]:checked + label {
  font-weight: 600;
  background: transparent;
  color: var(--fl1-primary);
}
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=checkbox]:checked + label:before,
.wc__login__register .wc__login__register--form form .wc__remember__me input[type=radio]:checked + label:before {
  content: "\f058";
  font-weight: bold;
  color: var(--fl1-secondary);
}
.wc__login__register .wc__login__register--form form .wc-social-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px var(--fl1-lightgrey) solid;
}
.wc__login__register .wc__login__register--form form .wc-social-login a {
  margin-top: 20px;
}
.wc__login__register .wc__login__register--form form .woocommerce-password-strength {
  margin: 10px 0 0;
  border-radius: var(--fl1-radius-sm);
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.wc__login__register .wc__login__register--form form .woocommerce-password-strength.bad, .wc__login__register .wc__login__register--form form .woocommerce-password-strength.short {
  background: #fde9e5;
  color: tomato;
}
.wc__login__register .wc__login__register--form form .woocommerce-password-strength.good {
  background: #fdf0e1;
  color: #f98806;
}
.wc__login__register .wc__login__register--form form .woocommerce-password-strength.strong {
  background: #f0fde1;
  color: #61b105;
}
.wc__login__register .wc__login__register--form form .woocommerce-password-hint {
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--fl1-radius-sm);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  margin-top: 10px;
  padding: 20px;
  display: flex;
  border: 1px var(--fl1-lightgrey) solid;
}
.wc__login__register .wc__login__register--form form .woocommerce-password-hint:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0eb";
  font-size: 22px;
  color: var(--fl1-white);
  margin-right: 10px;
}
.wc__login__register .wc__login__register--form form .woocommerce-privacy-policy-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.wc__login__register .wc__login__register--form form .woocommerce-privacy-policy-text a {
  color: var(--fl1-primary);
}
.wc__login__register .wc__login__register--form #magic-login-shortcode {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.wc__login__register .wc__login__register--form #magic-login-shortcode p.message {
  margin: var(--fl1-spacing-md) 0;
  padding: var(--fl1-spacing-sm);
  border-radius: var(--fl1-radius-sm);
  background: rgba(217, 241, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
  border: none;
  margin-top: 0;
}
.wc__login__register .wc__login__register--form #magic-login-shortcode p.message.magic_login_block_login_success {
  color: var(--fl1-text);
}
.wc__login__register .wc__login__register--form #magic-login-shortcode form label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wc__login__register .wc__login__register--form #magic-login-shortcode form input[type=text] {
  font-family: var(--fl1-primary-font);
  font-size: 16px;
  padding: 16px;
  border: none;
  background: var(--fl1-lightgrey);
  border: 1px solid var(--fl1-border);
  border-radius: 8px;
}
.wc__login__register .wc__login__register--form #magic-login-shortcode form input[type=submit] {
  background: var(--fl1-secondary);
  color: var(--fl1-primary);
  padding: var(--fl1-spacing-sm) var(--fl1-spacing-md);
  font-size: var(--fl1-font-size-xs);
  margin-top: var(--fl1-spacing-md);
}
.wc__login__register .wc__login__register--form .wc__login__register--footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: auto;
  padding: 20px 0 60px;
}
.wc__login__register .wc__login__register--form .wc__login__register--footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wc__login__register .wc__login__register--form .wc__login__register--footer ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .wc__login__register .wc__login__register--form .wc__login__register--footer ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
  }
  .wc__login__register .wc__login__register--form .wc__login__register--footer ul li:first-child {
    flex: 1 0 100%;
  }
  .wc__login__register .wc__login__register--form .wc__login__register--footer ul li:nth-child(2) {
    flex: 1 0 100%;
  }
}
.wc__login__register .wc__login__register--form .wc__login__register--footer ul li i {
  margin-right: 5px;
}
.wc__login__register .wc__login__register--form .wc__login__register--footer ul li.secure {
  color: var(--fl1-success);
}
.wc__login__register .wc__login__register--form .wc__login__register--footer ul li.social {
  padding: 0 2px;
  font-size: 16px;
}
.wc__login__register .wc__login__register--form .wc__login__register--footer ul li.social a {
  color: var(--fl1-text);
}
.wc__login__register .wc__login__register--form .wc__login__register--footer ul li.social:first-of-type {
  font-size: 14px;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo My Account
 *
 * @package woocommerce/
 * @version 1.0
*/
@media (max-width: 1024px) {
  body.woocommerce-account .wc__wrapper {
    padding: 0 10px;
  }
}
body.woocommerce-account .woocommerce {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 60px;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  body.woocommerce-account .woocommerce {
    flex-direction: column;
    padding: 10px 20px;
  }
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation {
  width: 300px;
}
@media (max-width: 1024px) {
  body.woocommerce-account nav.woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px var(--fl1-border) solid;
}
@media (max-width: 1024px) {
  body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
    flex: 1 0 auto;
    border-bottom: none;
  }
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--myreferrals {
  display: none;
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 20px;
  color: var(--fl1-text);
  display: flex;
  align-items: center;
  border-left: 1px transparent solid;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  margin-right: 10px;
  font-weight: 300;
  width: 26px;
  text-align: center;
}
@media (max-width: 1024px) {
  body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
  }
  body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:before {
    display: block;
    margin-right: 0;
  }
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:hover a {
  color: var(--fl1-primary);
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--fl1-primary);
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--book {
  background: var(--fl1-quaternary);
  border-bottom: none;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--book {
    margin-bottom: 0;
  }
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--book a {
  justify-content: center;
  color: #fff;
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--book:hover a {
  background: rgb(225.4136363636, 237.6886363636, 7.8113636364);
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0db";
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f466";
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f2f9";
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d";
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\e178";
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f3c5";
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
body.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1 0 auto;
  width: calc(100% - 300px);
  padding: 0 0 0 40px;
}
@media (max-width: 1024px) {
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content .my-account-orders__section_heading {
  margin-bottom: 20px;
}
body.woocommerce-account .woocommerce-MyAccount-content #message.updated {
  display: flex;
  align-items: center;
  padding: 9px 10px 7px;
  flex: 1 0 100%;
  background: var(--fl1-lightgrey);
  color: var(--fl1-text);
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 700px) {
  body.woocommerce-account .woocommerce-MyAccount-content #message.updated {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content #message.updated:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f05a";
  color: var(--fl1-primary);
  font-size: 23px;
  display: block;
  margin-right: 10px;
}
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 22px;
  color: var(--fl1-text);
  margin-bottom: 20px;
  font-weight: 600;
}
body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 16px;
  background: var(--fl1-lightgrey);
  font-size: 15px;
  line-height: 26px;
}
body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type mark {
  background: none;
  font-weight: 600;
  color: var(--fl1-primary);
}
body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type strong {
  font-weight: 600;
  color: var(--fl1-text);
}
body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type a {
  color: var(--fl1-primary);
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message {
  margin: 0 0 20px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message:before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message:before {
  content: "\f370";
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination {
  padding: 20px 10px 0;
  display: flex;
  justify-content: flex-end;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
  background: var(--fl1-border);
  color: var(--fl1-text);
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 4px;
  font-size: 13px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover {
  background: rgb(185.4205128205, 189.7692307692, 197.3794871795);
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
body.woocommerce-account form:not(.acf-form) {
  background: #fff;
  padding: 32px;
  border-radius: var(--fl1-radius-md);
  box-shadow: var(--fl1-box-shadow);
}
body.woocommerce-account h2,
body.woocommerce-account h3 {
  font-size: var(--fl1-font-size-md);
  color: var(--fl1-primary);
  margin-bottom: var(--fl1-spacing-sm);
  font-weight: 600;
}
@media (max-width: 900px) {
  body.woocommerce-account h2,
  body.woocommerce-account h3 {
    font-size: var(--fl1-font-size-xs);
  }
}
body.woocommerce-account > p:first-of-type {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 3px;
  background: var(--fl1-tertiary);
  font-size: 15px;
  line-height: 26px;
}
body.woocommerce-account > p:first-of-type mark {
  background: none;
  font-weight: 600;
  color: var(--fl1-primary);
}
body.woocommerce-account > p:first-of-type strong {
  font-weight: 600;
  color: var(--fl1-text);
}
body.woocommerce-account > p:first-of-type a {
  color: var(--fl1-primary);
}
body.woocommerce-account .woocommerce-Addresses {
  display: flex;
  padding: 20px 0;
  gap: var(--fl1-spacing-md);
}
body.woocommerce-account .woocommerce-Address {
  width: 50%;
  padding: 32px;
  background: #fff;
  border-radius: var(--fl1-radius-md);
  box-shadow: var(--fl1-box-shadow);
}
body.woocommerce-account .woocommerce-Address header {
  display: flex;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
body.woocommerce-account .woocommerce-Address header h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--fl1-text);
  margin-bottom: 0;
}
body.woocommerce-account .woocommerce-Address header a.edit {
  color: var(--fl1-primary);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  margin-left: 20px;
  border-radius: var(--fl1-radius-sm);
  border: 1px solid var(--fl1-secondary);
}
body.woocommerce-account .woocommerce-Address address {
  line-height: 22px;
  font-size: 15px;
}
body.woocommerce-account form.woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account form.woocommerce-EditAccountForm div.clear,
body.woocommerce-account .woocommerce-address-fields__field-wrapper div.clear {
  display: none;
}
body.woocommerce-account form.woocommerce-EditAccountForm p,
body.woocommerce-account .woocommerce-address-fields__field-wrapper p {
  width: 100%;
}
body.woocommerce-account form.woocommerce-EditAccountForm p.form-row,
body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 20px;
  flex: 1 0 auto;
}
@media (max-width: 1024px) {
  body.woocommerce-account form.woocommerce-EditAccountForm p.form-row,
  body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row {
    width: 100%;
    padding-right: 0;
  }
}
body.woocommerce-account form.woocommerce-EditAccountForm p.form-row:first-of-type,
body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row:first-of-type {
  margin-bottom: 0;
}
body.woocommerce-account form.woocommerce-EditAccountForm p.form-row label,
body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--fl1-text);
  padding-bottom: 5px;
  align-self: flex-start;
}
body.woocommerce-account form.woocommerce-EditAccountForm p.form-row label.required,
body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row label.required {
  color: tomato;
}
body.woocommerce-account form.woocommerce-EditAccountForm p.form-row input[type=text],
body.woocommerce-account form.woocommerce-EditAccountForm p.form-row input[type=email],
body.woocommerce-account form.woocommerce-EditAccountForm p.form-row input[type=tel],
body.woocommerce-account form.woocommerce-EditAccountForm p.form-row input[type=password],
body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row input[type=text],
body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row input[type=email],
body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row input[type=tel],
body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row input[type=password] {
  border: none;
  padding: 16px;
  width: 100%;
  font-family: var(--fl1-primary-font);
  font-size: 16px;
  color: var(--fl1-text);
  background: var(--fl1-lightgrey);
  border: 1px solid var(--fl1-border);
  border-radius: 8px;
}
@media (max-width: 1024px) {
  body.woocommerce-account form.woocommerce-EditAccountForm p.form-row input[type=text],
  body.woocommerce-account form.woocommerce-EditAccountForm p.form-row input[type=email],
  body.woocommerce-account form.woocommerce-EditAccountForm p.form-row input[type=tel],
  body.woocommerce-account form.woocommerce-EditAccountForm p.form-row input[type=password],
  body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row input[type=text],
  body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row input[type=email],
  body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row input[type=tel],
  body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row input[type=password] {
    width: 100%;
  }
}
body.woocommerce-account form.woocommerce-EditAccountForm p.form-row span em,
body.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row span em {
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
body.woocommerce-account form.woocommerce-EditAccountForm p input[type=checkbox],
body.woocommerce-account .woocommerce-address-fields__field-wrapper p input[type=checkbox] {
  appearance: checkbox;
}
body.woocommerce-account form.woocommerce-EditAccountForm p:not(.form-row),
body.woocommerce-account .woocommerce-address-fields__field-wrapper p:not(.form-row) {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  padding-bottom: 40px;
}
body.woocommerce-account form.woocommerce-EditAccountForm fieldset,
body.woocommerce-account .woocommerce-address-fields__field-wrapper fieldset {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account form.woocommerce-EditAccountForm fieldset legend,
body.woocommerce-account .woocommerce-address-fields__field-wrapper fieldset legend {
  flex: 1 0 100%;
  font-size: 22px;
  font-weight: 600;
  color: var(--fl1-primary);
  margin-bottom: 20px;
}
body.woocommerce-account form.woocommerce-EditAccountForm fieldset p:first-of-type.form-row,
body.woocommerce-account .woocommerce-address-fields__field-wrapper fieldset p:first-of-type.form-row {
  margin-bottom: 20px;
}
body.woocommerce-account form.woocommerce-EditAccountForm fieldset p.form-row,
body.woocommerce-account .woocommerce-address-fields__field-wrapper fieldset p.form-row {
  width: 100%;
}
body.woocommerce-account button,
body.woocommerce-account input[type=submit] {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 25px;
  display: block;
  cursor: pointer;
  margin-top: 10px;
  background: var(--fl1-secondary);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
body.woocommerce-account button:hover,
body.woocommerce-account input[type=submit]:hover {
  background: rgb(100.786407767, 205.0558252427, 228.713592233);
}
body.woocommerce-account .woocommerce-address-fields #billing_address_2_field:before {
  content: "Address 2";
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
}
body.woocommerce-account .woocommerce-address-fields p:not(.form-row) {
  display: flex;
  justify-content: flex-end;
  margin: 0 20px 0;
}
body.woocommerce-account table.shop_table {
  width: 100%;
}
body.woocommerce-account table.shop_table thead tr th {
  padding: 8px;
}
body.woocommerce-account table.shop_table thead tr th.woocommerce-orders-table__header-order-actions {
  text-align: right;
}
@media (max-width: 1024px) {
  body.woocommerce-account table.shop_table tbody tr {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-account table.shop_table tbody tr td {
    flex-direction: column;
    align-items: flex-start;
  }
  body.woocommerce-account table.shop_table tbody tr td:before {
    margin-bottom: 5px;
  }
}
body.woocommerce-account table.shop_table tbody tr td i {
  font-size: 12px;
  color: var(--fl1-primary);
  display: inline-block;
  margin: 0 5px 9px 0;
}
body.woocommerce-account table.shop_table tbody tr td span.status-label {
  display: inline-block;
  padding: 4px 13px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin: 3px 0;
}
body.woocommerce-account table.shop_table tbody tr td span.status-label.completed {
  border: 1px solid var(--fl1-success);
  color: var(--fl1-success);
}
body.woocommerce-account table.shop_table tbody tr td span.status-label.on-hold {
  border: 1px solid rgb(48.3417721519, 122.6582278481, 117.6075949367);
  color: rgb(48.3417721519, 122.6582278481, 117.6075949367);
}
body.woocommerce-account table.shop_table tbody tr td span.status-label.failed {
  border: 1px solid tomato;
  color: tomato;
}
body.woocommerce-account table.shop_table tbody tr td .button {
  font-family: var(--fl1-primary-font);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 25px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background: var(--fl1-primary);
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  body.woocommerce-account table.shop_table tbody tr td .button {
    margin: 10px 0 0;
    border-left: none;
    min-width: 100px;
  }
}
body.woocommerce-account table.shop_table tbody tr td.download-file a.button {
  display: block;
  font-weight: 600;
  text-transform: none;
  line-height: 1.3;
}
body.woocommerce-account table.shop_table tbody tr .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
body.woocommerce-account table.shop_table tfoot tr th,
body.woocommerce-account table.shop_table tfoot tr td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px rgb(230.7, 238.8, 255) solid;
}
body.woocommerce-account table.shop_table tfoot tr th span.woocommerce-Price-amount,
body.woocommerce-account table.shop_table tfoot tr td span.woocommerce-Price-amount {
  font-size: 22px;
  font-weight: 600;
  color: var(--fl1-primary);
}
body.woocommerce-account table.order_details, body.woocommerce-account table.subscription_details, body.woocommerce-account table.account-payment-methods-table {
  margin-bottom: 20px;
}
body.woocommerce-account table.account-payment-methods-table + a {
  font-family: var(--fl1-primary-font);
  font-size: 16px;
  font-weight: 800;
  padding: 10px 23px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  background: var(--fl1-primary);
  color: #fff;
  border: none;
}
body.woocommerce-account table.account-payment-methods-table + a:hover {
  background: rgb(0, 49.5, 93.5);
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods {
  padding: 0;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li {
  margin-bottom: 20px;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li label {
  font-size: 16px;
  font-weight: 600;
  color: var(--fl1-text);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li label i {
  display: none;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li label[for=payment_method_realex_redirect] img {
  display: none;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li label[for=payment_method_stripe] {
  padding-left: 0 !important;
  display: flex !important;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li label[for=payment_method_stripe] img {
  display: none;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li label[for=wc-stripe-update-subs-payment-method-card] {
  display: flex !important;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li p {
  font-size: 14px;
  line-height: 20px;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=checkbox],
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=radio] {
  display: none;
  width: auto;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=checkbox] + label,
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=radio] + label {
  color: var(--fl1-text);
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=checkbox] + label:before,
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=radio] + label:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: normal;
  font-size: 19px;
  color: var(--fl1-primary);
  content: "\f111";
  border: none;
  border-radius: 0;
  box-sizing: inherit;
  cursor: pointer;
  height: auto;
  line-height: auto;
  text-align: inherit;
  text-indent: 0;
  vertical-align: inherit;
  width: auto;
  padding: inherit;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=checkbox] + label a,
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=radio] + label a {
  color: var(--fl1-primary);
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=checkbox]:checked + label,
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=radio]:checked + label {
  font-weight: 600;
  background: transparent;
  color: var(--fl1-primary);
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=checkbox]:checked + label:before,
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li input[type=radio]:checked + label:before {
  content: "\f058";
  font-weight: bold;
  color: var(--fl1-secondary);
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li ul.wc-saved-payment-methods {
  padding: 10px 0 0 10px;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li ul.wc-saved-payment-methods li {
  margin-bottom: 10px;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li ul.wc-saved-payment-methods li label {
  font-size: 14px;
  margin-bottom: 0;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li ul.wc-saved-payment-methods li label.wc-stripe-new-payment-method {
  display: flex !important;
}
body.woocommerce-account #add_payment_method ul.woocommerce-PaymentMethods li.payment_method_ppec_paypal label img {
  display: none;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Single Product
 *
 * @package woocommerce/
 * @version 1.0
*/
.woocommerce-order {
  background: #fff;
  border-radius: var(--fl1-radius-xl);
  padding: 48px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
  width: 100%;
  margin-top: var(--fl1-spacing-md);
}
.woocommerce-order h1 {
  font-size: var(--fl1-font-size-xl);
  font-weight: 600;
  color: var(--fl1-primary);
  margin-bottom: 20px;
}
.woocommerce-order h2 {
  font-size: var(--fl1-font-size-lg);
  font-weight: 600;
  color: var(--fl1-primary);
  margin-bottom: 20px;
}
.woocommerce-order p {
  font-size: var(--fl1-font-size-sm);
  line-height: 24px;
  color: var(--fl1-text);
  margin-bottom: 20px;
}
.woocommerce-order p.woocommerce-thankyou-order-received {
  font-size: var(--fl1-font-size-xl);
  font-weight: 600;
  line-height: 40px;
  color: var(--fl1-primary);
}
@media (max-width: 550px) {
  .woocommerce-order p.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: var(--fl1-font-size-lg);
  }
}
.woocommerce-order p a {
  color: var(--fl1-primary);
  font-weight: 600;
}
.woocommerce-order p strong {
  font-weight: 600;
}
.woocommerce-order ul.woocommerce-thankyou-order-details {
  display: flex;
  flex-wrap: wrap;
  border-radius: var(--fl1-radius-md);
  background: var(--fl1-blue-highlight);
  padding: 32px;
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .woocommerce-order ul.woocommerce-thankyou-order-details {
    padding: 10px;
  }
}
.woocommerce-order ul.woocommerce-thankyou-order-details li {
  padding: var(--fl1-spacing-2xs);
  width: 33.3333333333%;
  font-size: var(--fl1-font-size-xs);
  font-weight: 600;
  color: var(--fl1-text);
}
@media (max-width: 1024px) {
  .woocommerce-order ul.woocommerce-thankyou-order-details li {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .woocommerce-order ul.woocommerce-thankyou-order-details li {
    width: 100%;
  }
}
.woocommerce-order ul.woocommerce-thankyou-order-details li strong {
  font-weight: 500;
  display: block;
  text-transform: none;
  color: var(--fl1-text);
  margin-top: 5px;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li.total, .woocommerce-order ul.woocommerce-thankyou-order-details li.method {
  display: none;
}

.woocommerce-order-downloads,
.woocommerce-order-pay,
.woocommerce-order-details {
  background: #fff;
  border-radius: var(--fl1-radius-md);
  padding: 32px;
  margin: 16px 0;
}
.woocommerce-order-downloads h2,
.woocommerce-order-pay h2,
.woocommerce-order-details h2 {
  font-size: 25px;
  font-weight: 600;
  color: var(--fl1-text);
  margin-bottom: 20px;
}
.woocommerce-order-downloads table.shop_table,
.woocommerce-order-pay table.shop_table,
.woocommerce-order-details table.shop_table {
  width: 100%;
}
.woocommerce-order-downloads table.shop_table.woocommerce-table--order-details,
.woocommerce-order-pay table.shop_table.woocommerce-table--order-details,
.woocommerce-order-details table.shop_table.woocommerce-table--order-details {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .woocommerce-order-downloads table.shop_table .product-total,
  .woocommerce-order-pay table.shop_table .product-total,
  .woocommerce-order-details table.shop_table .product-total {
    width: 100%;
  }
}
.woocommerce-order-downloads table.shop_table thead tr th,
.woocommerce-order-pay table.shop_table thead tr th,
.woocommerce-order-details table.shop_table thead tr th {
  padding: 10px;
  font-size: 16px;
}
.woocommerce-order-downloads table.shop_table thead tr th.product-total,
.woocommerce-order-pay table.shop_table thead tr th.product-total,
.woocommerce-order-details table.shop_table thead tr th.product-total {
  text-align: right;
}
.woocommerce-order-downloads table.shop_table tbody tr,
.woocommerce-order-pay table.shop_table tbody tr,
.woocommerce-order-details table.shop_table tbody tr {
  width: 100%;
}
@media (max-width: 700px) {
  .woocommerce-order-downloads table.shop_table tbody tr,
  .woocommerce-order-pay table.shop_table tbody tr,
  .woocommerce-order-details table.shop_table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px var(--fl1-border) solid;
    padding: 10px 0;
  }
}
.woocommerce-order-downloads table.shop_table tbody tr td,
.woocommerce-order-pay table.shop_table tbody tr td,
.woocommerce-order-details table.shop_table tbody tr td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px var(--fl1-border) solid;
}
@media (max-width: 700px) {
  .woocommerce-order-downloads table.shop_table tbody tr td,
  .woocommerce-order-pay table.shop_table tbody tr td,
  .woocommerce-order-details table.shop_table tbody tr td {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding: 0 10px 10px;
  }
  .woocommerce-order-downloads table.shop_table tbody tr td:before,
  .woocommerce-order-pay table.shop_table tbody tr td:before,
  .woocommerce-order-details table.shop_table tbody tr td:before {
    display: block;
    content: attr(data-title);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }
}
.woocommerce-order-downloads table.shop_table tbody tr td.product-name,
.woocommerce-order-pay table.shop_table tbody tr td.product-name,
.woocommerce-order-details table.shop_table tbody tr td.product-name {
  font-weight: 600;
  color: var(--fl1-primary);
}
.woocommerce-order-downloads table.shop_table tbody tr td.product-total,
.woocommerce-order-pay table.shop_table tbody tr td.product-total,
.woocommerce-order-details table.shop_table tbody tr td.product-total {
  text-align: right;
  color: var(--fl1-text);
  font-weight: 600;
}
.woocommerce-order-downloads table.shop_table tbody tr td a,
.woocommerce-order-pay table.shop_table tbody tr td a,
.woocommerce-order-details table.shop_table tbody tr td a {
  color: var(--fl1-primary);
  font-weight: 600;
}
.woocommerce-order-downloads table.shop_table tbody tr td ul.wc-item-meta,
.woocommerce-order-pay table.shop_table tbody tr td ul.wc-item-meta,
.woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta {
  display: flex;
  font-size: 14px;
  margin-top: 10px;
  flex-direction: column;
}
.woocommerce-order-downloads table.shop_table tbody tr td ul.wc-item-meta li,
.woocommerce-order-pay table.shop_table tbody tr td ul.wc-item-meta li,
.woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta li {
  padding-bottom: 10px;
}
.woocommerce-order-downloads table.shop_table tbody tr td ul.wc-item-meta li strong,
.woocommerce-order-pay table.shop_table tbody tr td ul.wc-item-meta li strong,
.woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta li strong {
  font-weight: 600;
}
.woocommerce-order-downloads table.shop_table tbody tr td ul.wc-item-meta li p,
.woocommerce-order-pay table.shop_table tbody tr td ul.wc-item-meta li p,
.woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta li p {
  font-size: 14px;
  color: var(--fl1-text);
}
.woocommerce-order-downloads table.shop_table tbody tr td .wc-pdf-product-vouchers-order-item-voucher,
.woocommerce-order-pay table.shop_table tbody tr td .wc-pdf-product-vouchers-order-item-voucher,
.woocommerce-order-details table.shop_table tbody tr td .wc-pdf-product-vouchers-order-item-voucher {
  background: var(--fl1-lightgrey);
  border-radius: 3px;
  padding: 15px 20px;
  margin: 20px 0 20px;
  line-height: 35px;
}
.woocommerce-order-downloads table.shop_table tbody tr td .wc-pdf-product-vouchers-order-item-voucher a,
.woocommerce-order-pay table.shop_table tbody tr td .wc-pdf-product-vouchers-order-item-voucher a,
.woocommerce-order-details table.shop_table tbody tr td .wc-pdf-product-vouchers-order-item-voucher a {
  display: inline-block;
  padding: 5px 10px 6px;
  background: var(--fl1-secondary);
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  line-height: normal;
}
.woocommerce-order-downloads table.shop_table tbody tr td .wc-pdf-product-vouchers-order-item-voucher a:hover,
.woocommerce-order-pay table.shop_table tbody tr td .wc-pdf-product-vouchers-order-item-voucher a:hover,
.woocommerce-order-details table.shop_table tbody tr td .wc-pdf-product-vouchers-order-item-voucher a:hover {
  background: var(--fl1-primary);
}
.woocommerce-order-downloads table.shop_table tfoot tr,
.woocommerce-order-pay table.shop_table tfoot tr,
.woocommerce-order-details table.shop_table tfoot tr {
  border-bottom: 1px var(--fl1-border) solid;
}
@media (max-width: 700px) {
  .woocommerce-order-downloads table.shop_table tfoot tr,
  .woocommerce-order-pay table.shop_table tfoot tr,
  .woocommerce-order-details table.shop_table tfoot tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px var(--fl1-border) solid;
    padding: 10px 0;
  }
}
.woocommerce-order-downloads table.shop_table tfoot tr th,
.woocommerce-order-pay table.shop_table tfoot tr th,
.woocommerce-order-details table.shop_table tfoot tr th {
  text-align: left;
  padding: 10px;
  vertical-align: middle;
}
.woocommerce-order-downloads table.shop_table tfoot tr td,
.woocommerce-order-pay table.shop_table tfoot tr td,
.woocommerce-order-details table.shop_table tfoot tr td {
  text-align: right;
  padding: 10px;
  vertical-align: middle;
}
.woocommerce-order-downloads table.shop_table tfoot tr:last-child,
.woocommerce-order-pay table.shop_table tfoot tr:last-child,
.woocommerce-order-details table.shop_table tfoot tr:last-child {
  font-weight: 600;
  border-top: 3px var(--fl1-border) solid;
  border-bottom: 3px var(--fl1-border) solid;
}
.woocommerce-order-downloads table.shop_table tfoot tr:last-child td,
.woocommerce-order-pay table.shop_table tfoot tr:last-child td,
.woocommerce-order-details table.shop_table tfoot tr:last-child td {
  font-size: 32px;
  color: var(--fl1-text);
}
.woocommerce-order-downloads p.order-again,
.woocommerce-order-pay p.order-again,
.woocommerce-order-details p.order-again {
  display: none;
}
.woocommerce-order-downloads .wc__cf__shipping,
.woocommerce-order-pay .wc__cf__shipping,
.woocommerce-order-details .wc__cf__shipping {
  padding: 20px 0 0;
}
.woocommerce-order-downloads .wc__cf__shipping h3,
.woocommerce-order-pay .wc__cf__shipping h3,
.woocommerce-order-details .wc__cf__shipping h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--fl1-primary);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.woocommerce-order-downloads .wc__cf__shipping p,
.woocommerce-order-pay .wc__cf__shipping p,
.woocommerce-order-details .wc__cf__shipping p {
  line-height: 25px;
  font-size: 14px;
  color: var(--fl1-text);
}
.woocommerce-order-downloads .wc__cf__shipping p br,
.woocommerce-order-pay .wc__cf__shipping p br,
.woocommerce-order-details .wc__cf__shipping p br {
  display: none;
}
.woocommerce-order-downloads .wc__cf__shipping p strong,
.woocommerce-order-pay .wc__cf__shipping p strong,
.woocommerce-order-details .wc__cf__shipping p strong {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--fl1-text);
  margin-bottom: 15px;
  display: block;
}
.woocommerce-order-downloads #order_review,
.woocommerce-order-pay #order_review,
.woocommerce-order-details #order_review {
  width: 100%;
  padding-top: 40px;
}
.woocommerce-order-downloads #order_review #payment button#place_order,
.woocommerce-order-pay #order_review #payment button#place_order,
.woocommerce-order-details #order_review #payment button#place_order {
  background: var(--fl1-quaternary);
  margin: 20px 0;
  color: #fff;
  font-size: 17px;
  margin-left: auto;
}

.woocommerce-customer-details {
  background: #fff;
  border-radius: var(--fl1-radius-md);
  padding: 32px;
}
.woocommerce-customer-details h2 {
  font-size: 25px;
  font-weight: 600;
  color: var(--fl1-text);
  margin-bottom: 20px;
}
.woocommerce-customer-details .woocommerce-columns {
  display: flex;
}
@media (max-width: 550px) {
  .woocommerce-customer-details .woocommerce-columns {
    flex-direction: column;
  }
}
.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  padding-right: 100px;
  width: 50%;
}
@media (max-width: 550px) {
  .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    width: 100%;
  }
}
.woocommerce-customer-details address {
  line-height: 22px;
}
.woocommerce-customer-details address p {
  font-size: 16px;
  color: var(--fl1-text);
}
.woocommerce-customer-details address p:first-of-type {
  margin-top: 10px;
}
.woocommerce-customer-details address p:first-of-type.woocommerce-customer-details--phone {
  margin-bottom: 0;
}

.apm__patient__details h3 {
  font-size: 25px;
  font-weight: 600;
  color: var(--fl1-text);
  margin-bottom: 20px;
}
.apm__patient__details p {
  line-height: 25px;
  font-size: 14px;
  color: var(--fl1-text);
  margin-bottom: 2px;
}
.apm__patient__details p strong {
  font-weight: 600;
}

.wc__refer__friend h2 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}
.wc__refer__friend p {
  line-height: 25px;
  font-size: 14px;
  color: var(--fl1-text);
}
.wc__refer__friend .gens-raf-message {
  border-left: none;
  background: var(--fl1-secondary);
  font-size: 14px;
}
.wc__refer__friend .gens-raf-message .gens-ctc {
  padding: 5px 10px;
  background: var(--fl1-primary);
  font-weight: 600;
  color: #fff;
}
.wc__refer__friend #gens-referral_share__email input[type=submit] {
  padding: 10px 30px;
  background: var(--fl1-primary) !important;
  font-weight: 600;
  color: #fff;
  font-family: var(--fl1-primary-font);
  font-size: 16px;
  border-radius: 0;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Shop
 *
 * Custom shop page: anything can go here
 *
 * @package woocommerce/
 * @version 1.0
*/
/**

 * CSS3 Animations
 *
*/
/**
 * Fade
*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 0;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 0;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0.2;
    transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-8%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes progress-bar {
  0% {
    width: 0;
  }
}
@-webkit-keyframes avbGradient {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@keyframes avbGradient {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--fl1-tertiary), 0.7);
  }
  30% {
    transform: scale(1.05);
    box-shadow: 0 0 0 30px rgba(var(--fl1-tertiary), 0);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--fl1-tertiary), 0);
  }
}
.pulse {
  animation: pulse 3s infinite;
}
.pulse:hover {
  animation: none;
}

.is-loading, .products-response article.skeleton figure,
.fc_products article.skeleton figure, .products-response article.skeleton .product-info h3,
.fc_products article.skeleton .product-info h3, .products-response article.skeleton .product-info .woocommerce-Price-amount,
.fc_products article.skeleton .product-info .woocommerce-Price-amount {
  height: 100%;
  width: 100%;
  background: linear-gradient(-90deg, rgb(246.2571428571, 247.2857142857, 252.9428571429) 0%, #eef0fb 50%, rgb(246.2571428571, 247.2857142857, 252.9428571429) 100%);
  background-size: 400% 400%;
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Shop
 *
 * Custom shop page: anything can go here
 *
 * @package woocommerce/
 * @version 1.0
*/
.products-filters {
  padding-right: var(--fl1-spacing-xs);
}
@media (max-width: 900px) {
  .products-filters {
    display: none;
  }
}
.products-filters--mobile-header {
  position: relative;
  display: none;
}
@media (max-width: 900px) {
  .products-filters--mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.products-filters--mobile-header h4 {
  font-size: var(--fl1-font-sm);
  font-weight: 600;
  color: var(--fl1-text);
  margin-bottom: var(--fl1-spacing-xs);
}
.products-filters--mobile-header .sln-filters--mobile-close {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: var(--fl1-font-md);
  color: var(--fl1-primary);
  cursor: pointer;
  font-size: var(--fl1-spacing-lg);
}
.products-filters article {
  padding: var(--fl1-spacing-xs) 0;
}
.products-filters article h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--fl1-text);
  cursor: pointer;
}
.products-filters article h3 i {
  color: var(--fl1-primary);
}
.products-filters article ul {
  display: none;
  margin-top: 16px;
  padding-right: 8px;
  padding-left: var(--fl1-spacing-md);
}
.products-filters article ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed var(--fl1-border);
}
.products-filters article ul li input[type=checkbox],
.products-filters article ul li input[type=radio] {
  display: none;
  width: auto;
}
.products-filters article ul li input[type=checkbox] + label,
.products-filters article ul li input[type=radio] + label {
  color: var(--fl1-text);
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}
.products-filters article ul li input[type=checkbox] + label:before,
.products-filters article ul li input[type=radio] + label:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: normal;
  font-size: 19px;
  color: var(--fl1-primary);
  content: "\f111";
  border: none;
  border-radius: 0;
  box-sizing: inherit;
  cursor: pointer;
  height: auto;
  line-height: auto;
  text-align: inherit;
  text-indent: 0;
  vertical-align: inherit;
  width: auto;
  padding: inherit;
}
.products-filters article ul li input[type=checkbox] + label a,
.products-filters article ul li input[type=radio] + label a {
  color: var(--fl1-primary);
}
.products-filters article ul li input[type=checkbox]:checked + label,
.products-filters article ul li input[type=radio]:checked + label {
  font-weight: 600;
  background: transparent;
  color: var(--fl1-primary);
}
.products-filters article ul li input[type=checkbox]:checked + label:before,
.products-filters article ul li input[type=radio]:checked + label:before {
  content: "\f058";
  font-weight: bold;
  color: var(--fl1-secondary);
}
.products-filters article ul li label.product-cat-parent {
  width: 100%;
}
.products-filters article ul li.has-children {
  align-items: flex-start;
  flex-flow: column;
}
.products-filters article ul li.has-children ul {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-left: var(--fl1-spacing-md);
}
.products-filters article ul li.has-children ul li {
  margin-bottom: 0;
  border-bottom: unset;
}
.products-filters article ul li.has-children ul li label {
  width: 100%;
  border-top: 1px dashed var(--fl1-border);
}
.products-filters article ul li label {
  font-size: 12px;
  padding: 4px;
}
.products-filters article select {
  margin-top: var(--fl1-spacing-xs);
  width: 100%;
  padding: var(--fl1-spacing-sm);
  border: none;
  border-radius: var(--fl1-radius-sm);
  font-family: var(--fl1-primary-font);
  font-size: var(--fl1-font-xxs);
  color: var(--fl1-text);
  background: url("../../../../img/select-arrow-down.png") no-repeat right 8px center var(--fl1-primary-light);
  background-size: 24px;
}
.products-filters article input[type=text] {
  margin-top: var(--fl1-spacing-xs);
  width: 100%;
  padding: var(--fl1-spacing-sm);
  background: var(--fl1-lightgrey);
  border: 1px solid var(--fl1-border);
  border-radius: var(--fl1-radius-sm);
  font-family: var(--fl1-primary-font);
  font-size: var(--fl1-font-xs);
  color: var(--fl1-primary);
}
.products-filters article.buttons {
  display: flex;
  flex-direction: column;
  gap: var(--fl1-spacing-xs);
}
.products-filters article.expand ul {
  display: block;
  padding-left: 0;
}
.products-filters article.expand a.button {
  max-width: unset;
  width: 100%;
}
.products-filters article.no-children ul {
  padding-left: 0;
  margin-top: 0;
}
.products-filters article.no-children ul li label {
  font-size: 14px;
  font-weight: 600;
  color: var(--fl1-text);
  cursor: pointer;
}
.products-filters article.solid {
  background: var(--fl1-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: var(--fl1-radius-md);
  margin-bottom: var(--fl1-spacing-md);
  padding: var(--fl1-spacing-md);
}
.products-filters.mobile-pop {
  display: block;
  position: fixed;
  z-index: 10;
  background: var(--fl1-white);
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  padding: var(--fl1-spacing-md);
  overflow-y: auto;
  height: 100vh;
}

.products {
  margin-bottom: var(--fl1-spacing-xl) !important;
}
.products-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: var(--fl1-spacing-md) 0 var(--fl1-spacing-xl);
}
@media (max-width: 900px) {
  .products-wrap {
    flex-direction: column;
  }
}
.products-wrap .products-mobile-filters {
  display: none;
  width: 100%;
  margin-bottom: var(--fl1-spacing-sm);
}
@media (max-width: 900px) {
  .products-wrap .products-mobile-filters {
    display: flex;
  }
}
.products-wrap aside {
  width: 100%;
  max-width: 260px;
}

.products-response-wrap {
  flex: 1;
  padding-left: var(--fl1-spacing-md);
}
@media (max-width: 900px) {
  .products-response-wrap {
    padding-left: 0;
    width: 100%;
  }
}

.products-response {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .products-response,
  .fc_products {
    margin: 0 -10px;
  }
}
.products-response-search,
.fc_products-search {
  margin: 0 var(--fl1-spacing-xs) var(--fl1-spacing-sm);
  padding: var(--fl1-spacing-sm);
  background: var(--fl1-white);
  border-radius: var(--fl1-radius-md);
  background: var(--fl1-tertiary);
}
.products-response-search--form,
.fc_products-search--form {
  display: flex;
  gap: var(--fl1-spacing-sm);
}
@media (max-width: 900px) {
  .products-response-search--form,
  .fc_products-search--form {
    flex-direction: column;
  }
}
.products-response-search input[type=text],
.fc_products-search input[type=text] {
  width: 100%;
  padding: var(--fl1-spacing-sm);
  border: none;
  background: var(--fl1-primary-light);
  border-radius: var(--fl1-radius-sm);
  font-family: var(--fl1-primary-font);
  font-size: var(--fl1-font-xxs);
  color: var(--fl1-text);
}
.products-response-search small,
.fc_products-search small {
  flex: 1 0 100%;
  font-size: var(--fl1-font-xxs);
  color: var(--fl1-white);
  font-weight: 400;
  display: block;
  margin-top: var(--fl1-spacing-xxs);
}
.products-response .products-cat-selection,
.fc_products .products-cat-selection {
  font-size: var(--fl1-font-xxs);
  color: var(--fl1-text);
  background: var(--fl1-white);
  padding: var(--fl1-spacing-sm) var(--fl1-spacing-md);
  border-radius: var(--fl1-radius-md);
  line-height: 1.6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex: 1 0 98%;
  margin: 0 8px 8px;
}
.products-response .products-cat-selection span,
.fc_products .products-cat-selection span {
  display: inline-block;
  margin-right: var(--fl1-spacing-xs);
  padding: 2px 11px 1px;
  background: var(--fl1-blue-highlight);
  color: var(--fl1-text);
  font-size: 11px;
  border-radius: var(--fl1-radius-xxl);
  font-weight: 600;
  line-height: 1.4;
}
.products-response .products-cat-selection strong,
.fc_products .products-cat-selection strong {
  font-weight: 600;
}
.products-response .products-cat-selection.loop,
.fc_products .products-cat-selection.loop {
  padding: 0;
  margin-top: var(--fl1-spacing-sm);
}
.products-response article,
.fc_products article {
  width: 33.3333333333%;
  display: flex;
}
@media (max-width: 800px) {
  .products-response article,
  .fc_products article {
    width: 100%;
  }
}
.products-response article .product-pad,
.fc_products article .product-pad {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: var(--fl1-white);
  box-shadow: var(--fl1-box-shadow);
  padding: var(--fl1-spacing-sm);
  border-radius: var(--fl1-radius-lg);
}
.products-response article .product-pad img,
.fc_products article .product-pad img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
}
.products-response article figure,
.fc_products article figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: var(--fl1-radius-md);
  overflow: hidden;
  margin-bottom: var(--fl1-spacing-sm);
  transition: all 0.3s ease;
  opacity: 1;
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
}
.products-response article figure a,
.fc_products article figure a {
  display: block;
  height: 100%;
}
.products-response article figure:hover,
.fc_products article figure:hover {
  opacity: 0.8;
}
.products-response article .product-info,
.fc_products article .product-info {
  display: flex;
  flex-direction: column;
  gap: var(--fl1-spacing-2xs);
  height: 100%;
  flex: 1;
}
.products-response article .product-info h3,
.fc_products article .product-info h3 {
  font-size: var(--fl1-font-size-sm);
  font-weight: 600;
  color: var(--fl1-primary);
  min-height: 50px;
  margin-bottom: 0;
}
.products-response article .product-info h3:hover,
.fc_products article .product-info h3:hover {
  color: var(--fl1-secondary);
}
.products-response article .product-info .woocommerce-Price-amount,
.fc_products article .product-info .woocommerce-Price-amount {
  font-size: var(--fl1-font-size-sm);
  color: var(--fl1-purple);
  font-weight: 600;
}
.products-response article .product-info .view-product,
.fc_products article .product-info .view-product {
  margin-top: auto;
}
.products-response article .product-cats,
.fc_products article .product-cats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--fl1-spacing-sm);
  gap: var(--fl1-spacing-2xs);
}
.products-response article .product-cats a,
.fc_products article .product-cats a {
  display: block;
  font-size: 11px;
  color: var(--fl1-primary);
  font-weight: 500;
  background: var(--fl1-blue-highlight);
  border-radius: var(--fl1-radius-xl);
  text-align: center;
  padding: 4px var(--fl1-radius-sm);
  transform: scale(1);
  transition: all 0.3s ease;
}
.products-response article .product-cats a:hover,
.fc_products article .product-cats a:hover {
  transition: all 0.3s ease;
  transform: scale(1.03);
}
.products-response article.skeleton figure,
.fc_products article.skeleton figure {
  height: 250px;
}
.products-response article.skeleton .product-info h3,
.fc_products article.skeleton .product-info h3 {
  height: 16px;
  width: 75%;
  border-radius: var(--fl1-radius-md);
  margin-bottom: var(--fl1-spacing-2xs);
}
.products-response article.skeleton .product-info .woocommerce-Price-amount,
.fc_products article.skeleton .product-info .woocommerce-Price-amount {
  display: block;
  height: 16px;
  width: 20%;
  border-radius: var(--fl1-radius-md);
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Checkout
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
.woocommerce-form-login-toggle {
  background: #fff;
  margin-top: 16px;
  border-radius: var(--fl1-radius-md);
  flex: 0 1 100%;
}
@media (max-width: 1024px) {
  .woocommerce-form-login-toggle {
    flex: 1 0 auto;
  }
}
.woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 0;
}

form.woocommerce-form-login {
  margin-top: 8px;
  background: #fff;
  padding: 32px;
  border-radius: var(--fl1-radius-md);
  display: flex;
  flex-wrap: wrap;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
}
@media (max-width: 1024px) {
  form.woocommerce-form-login {
    margin: 10px 10px 0;
  }
}
@media (max-width: 700px) {
  form.woocommerce-form-login {
    flex-direction: column;
  }
}
form.woocommerce-form-login p {
  font-size: 14px;
  line-height: 25px;
}
form.woocommerce-form-login p:first-of-type {
  flex: 1 0 100%;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 15px;
}
form.woocommerce-form-login p.form-row {
  width: 50%;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 700px) {
  form.woocommerce-form-login p.form-row {
    width: 100%;
    padding-right: 0;
  }
}
form.woocommerce-form-login p.form-row .password-input {
  width: 100%;
}
form.woocommerce-form-login p.form-row label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  color: var(--fl1-text);
  padding-bottom: 5px;
  align-self: flex-start;
}
form.woocommerce-form-login p.form-row label.woocommerce-form__label-for-checkbox {
  display: none;
}
form.woocommerce-form-login p.form-row label .required {
  color: tomato;
}
form.woocommerce-form-login p.form-row input[type=text],
form.woocommerce-form-login p.form-row input[type=password],
form.woocommerce-form-login p.form-row select {
  border: none;
  padding: 16px;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--fl1-text);
  width: 100%;
  font-family: var(--fl1-primary-font);
  background: var(--fl1-lightgrey);
  border-radius: var(--fl1-radius-sm);
}
@media (max-width: 550px) {
  form.woocommerce-form-login p.form-row input[type=text],
  form.woocommerce-form-login p.form-row input[type=password],
  form.woocommerce-form-login p.form-row select {
    width: 90%;
  }
}
@media (max-width: 700px) {
  form.woocommerce-form-login p.form-row input[type=text],
  form.woocommerce-form-login p.form-row input[type=password],
  form.woocommerce-form-login p.form-row select {
    width: 100%;
  }
}
form.woocommerce-form-login p.form-row button,
form.woocommerce-form-login p.form-row input[type=submit] {
  font-family: var(--fl1-primary-font);
  background: var(--fl1-primary);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 13px 40px 11px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}
form.woocommerce-form-login p.form-row button:hover,
form.woocommerce-form-login p.form-row input[type=submit]:hover {
  background: rgb(0, 44.1, 83.3);
  transition: all 0.4s ease;
}
form.woocommerce-form-login p.form-row.form-row-first, form.woocommerce-form-login p.form-row.form-row-last {
  flex-direction: column;
}
form.woocommerce-form-login p.lost_password {
  display: flex;
  align-items: center;
}
form.woocommerce-form-login p.lost_password a {
  color: var(--fl1-primary);
}
form.woocommerce-form-login div.clear {
  display: none;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
.woocommerce-form-coupon-toggle {
  width: 100%;
  margin: 24px 0;
  background: #fff;
  border-radius: var(--fl1-radius-md);
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0;
}

form.checkout_coupon {
  display: flex;
  align-items: center;
  flex: 0 1 100%;
  margin: -16px 0 20px;
  padding: 32px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  border-radius: var(--fl1-radius-md);
  flex-wrap: wrap;
  border-top: none;
}
@media (max-width: 700px) {
  form.checkout_coupon {
    flex-direction: column;
  }
}
form.checkout_coupon div.clear {
  display: none;
}
form.checkout_coupon p {
  font-size: 14px;
  color: var(--fl1-text);
  margin-right: 10px;
}
@media (max-width: 700px) {
  form.checkout_coupon p {
    margin-right: 0;
    width: 100%;
  }
}
form.checkout_coupon p:first-of-type {
  flex: 1 0 100%;
  margin-bottom: 15px;
  font-weight: 600;
}
form.checkout_coupon input[type=text] {
  border: none;
  padding: 12px 16px;
  width: 240px;
  font-size: 12px;
  color: var(--fl1-text);
  font-family: var(--fl1-primary-font);
  background: var(--fl1-lightgrey);
  border-radius: var(--fl1-radius-sm);
  border: 1px solid var(--fl1-border);
}
@media (max-width: 700px) {
  form.checkout_coupon input[type=text] {
    width: 100%;
  }
}
form.checkout_coupon button,
form.checkout_coupon input[type=submit] {
  font-family: var(--fl1-primary-font);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 24px;
  display: block;
  cursor: pointer;
  background: var(--fl1-primary);
  color: #fff;
  border: none;
}
@media (max-width: 700px) {
  form.checkout_coupon button,
  form.checkout_coupon input[type=submit] {
    margin-top: 10px;
    width: 100%;
  }
}
form.checkout_coupon button:hover,
form.checkout_coupon input[type=submit]:hover {
  background: var(--fl1-primary);
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
#customer_details {
  width: 100%;
  box-shadow: 0 0.0875rem 0.2625rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 3.15rem 2.45rem -0.6125rem, rgba(0, 0, 0, 0.04) 0 1.4875rem 1.4875rem -0.6125rem;
  padding: var(--fl1-spacing-md);
  border-radius: var(--fl1-radius-md);
  background: var(--fl1-white);
  border: 1px solid var(--fl1-lightgrey);
}
@media (max-width: 700px) {
  #customer_details {
    margin-bottom: var(--fl1-spacing-md);
  }
}
#customer_details h3 {
  font-size: var(--fl1-font-size-lg);
  color: var(--fl1-primary);
  font-weight: 600;
  margin: 0 8px 16px;
}
@media (max-width: 700px) {
  #customer_details h3 {
    margin: 0 0 20px;
  }
}
#customer_details h3 input[type=checkbox],
#customer_details h3 input[type=radio] {
  display: none;
  width: auto;
}
#customer_details h3 input[type=checkbox] + span,
#customer_details h3 input[type=radio] + span {
  color: var(--fl1-text);
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}
#customer_details h3 input[type=checkbox] + span:before,
#customer_details h3 input[type=radio] + span:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: normal;
  font-size: 19px;
  color: var(--fl1-primary);
  content: "\f111";
  border: none;
  border-radius: 0;
  box-sizing: inherit;
  cursor: pointer;
  height: auto;
  line-height: auto;
  text-align: inherit;
  text-indent: 0;
  vertical-align: inherit;
  width: auto;
  padding: inherit;
}
#customer_details h3 input[type=checkbox] + span a,
#customer_details h3 input[type=radio] + span a {
  color: var(--fl1-primary);
}
#customer_details h3 input[type=checkbox]:checked + span,
#customer_details h3 input[type=radio]:checked + span {
  font-weight: 600;
  background: transparent;
  color: var(--fl1-primary);
}
#customer_details h3 input[type=checkbox]:checked + span:before,
#customer_details h3 input[type=radio]:checked + span:before {
  content: "\f058";
  font-weight: bold;
  color: var(--fl1-secondary);
}
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-shipping-fields__field-wrapper,
#customer_details .woocommerce-additional-fields__field-wrapper,
#customer_details .wc__checkout__field__row,
#customer_details .woocommerce-account-fields {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media (max-width: 700px) {
  #customer_details .woocommerce-billing-fields__field-wrapper,
  #customer_details .woocommerce-shipping-fields__field-wrapper,
  #customer_details .woocommerce-additional-fields__field-wrapper,
  #customer_details .wc__checkout__field__row,
  #customer_details .woocommerce-account-fields {
    flex-direction: column;
  }
}
#customer_details .woocommerce-billing-fields__field-wrapper p,
#customer_details .woocommerce-shipping-fields__field-wrapper p,
#customer_details .woocommerce-additional-fields__field-wrapper p,
#customer_details .wc__checkout__field__row p,
#customer_details .woocommerce-account-fields p {
  flex: 1 0 100%;
  padding: 0 8px 24px;
  line-height: 25px;
  font-size: 14px;
}
@media (max-width: 700px) {
  #customer_details .woocommerce-billing-fields__field-wrapper p,
  #customer_details .woocommerce-shipping-fields__field-wrapper p,
  #customer_details .woocommerce-additional-fields__field-wrapper p,
  #customer_details .wc__checkout__field__row p,
  #customer_details .woocommerce-account-fields p {
    padding: 0 0 20px;
  }
}
#customer_details .woocommerce-billing-fields__field-wrapper p#billing_first_name_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_first_name_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_last_name_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_last_name_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_company_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_company_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_country_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_country_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_1_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_address_1_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_address_2_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_phone_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_phone_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_email_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_email_field, #customer_details .woocommerce-billing-fields__field-wrapper p#account_username_field, #customer_details .woocommerce-billing-fields__field-wrapper p#account_password_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_school_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_school_role_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_first_name_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_first_name_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_last_name_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_last_name_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_company_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_company_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_country_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_country_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_address_1_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_address_1_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_address_2_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_phone_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_phone_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_email_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_email_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#account_username_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#account_password_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_school_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_school_role_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_first_name_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_first_name_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_last_name_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_last_name_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_company_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_company_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_country_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_country_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_address_1_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_address_1_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_address_2_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_address_2_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_phone_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_phone_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_email_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_email_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#account_username_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#account_password_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_school_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_school_role_field,
#customer_details .wc__checkout__field__row p#billing_first_name_field,
#customer_details .wc__checkout__field__row p#shipping_first_name_field,
#customer_details .wc__checkout__field__row p#billing_last_name_field,
#customer_details .wc__checkout__field__row p#shipping_last_name_field,
#customer_details .wc__checkout__field__row p#billing_company_field,
#customer_details .wc__checkout__field__row p#shipping_company_field,
#customer_details .wc__checkout__field__row p#billing_country_field,
#customer_details .wc__checkout__field__row p#shipping_country_field,
#customer_details .wc__checkout__field__row p#billing_address_1_field,
#customer_details .wc__checkout__field__row p#shipping_address_1_field,
#customer_details .wc__checkout__field__row p#billing_address_2_field,
#customer_details .wc__checkout__field__row p#shipping_address_2_field,
#customer_details .wc__checkout__field__row p#billing_phone_field,
#customer_details .wc__checkout__field__row p#shipping_phone_field,
#customer_details .wc__checkout__field__row p#billing_email_field,
#customer_details .wc__checkout__field__row p#shipping_email_field,
#customer_details .wc__checkout__field__row p#account_username_field,
#customer_details .wc__checkout__field__row p#account_password_field,
#customer_details .wc__checkout__field__row p#billing_school_field,
#customer_details .wc__checkout__field__row p#billing_school_role_field,
#customer_details .woocommerce-account-fields p#billing_first_name_field,
#customer_details .woocommerce-account-fields p#shipping_first_name_field,
#customer_details .woocommerce-account-fields p#billing_last_name_field,
#customer_details .woocommerce-account-fields p#shipping_last_name_field,
#customer_details .woocommerce-account-fields p#billing_company_field,
#customer_details .woocommerce-account-fields p#shipping_company_field,
#customer_details .woocommerce-account-fields p#billing_country_field,
#customer_details .woocommerce-account-fields p#shipping_country_field,
#customer_details .woocommerce-account-fields p#billing_address_1_field,
#customer_details .woocommerce-account-fields p#shipping_address_1_field,
#customer_details .woocommerce-account-fields p#billing_address_2_field,
#customer_details .woocommerce-account-fields p#shipping_address_2_field,
#customer_details .woocommerce-account-fields p#billing_phone_field,
#customer_details .woocommerce-account-fields p#shipping_phone_field,
#customer_details .woocommerce-account-fields p#billing_email_field,
#customer_details .woocommerce-account-fields p#shipping_email_field,
#customer_details .woocommerce-account-fields p#account_username_field,
#customer_details .woocommerce-account-fields p#account_password_field,
#customer_details .woocommerce-account-fields p#billing_school_field,
#customer_details .woocommerce-account-fields p#billing_school_role_field {
  flex: 1 0 50%;
}
@media (max-width: 700px) {
  #customer_details .woocommerce-billing-fields__field-wrapper p#billing_first_name_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_first_name_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_last_name_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_last_name_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_company_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_company_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_country_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_country_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_1_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_address_1_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_address_2_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_phone_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_phone_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_email_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_email_field, #customer_details .woocommerce-billing-fields__field-wrapper p#account_username_field, #customer_details .woocommerce-billing-fields__field-wrapper p#account_password_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_school_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_school_role_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_first_name_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_first_name_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_last_name_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_last_name_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_company_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_company_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_country_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_country_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_address_1_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_address_1_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_address_2_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_phone_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_phone_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_email_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_email_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#account_username_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#account_password_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_school_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_school_role_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_first_name_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_first_name_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_last_name_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_last_name_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_company_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_company_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_country_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_country_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_address_1_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_address_1_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_address_2_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_address_2_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_phone_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_phone_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_email_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_email_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#account_username_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#account_password_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_school_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_school_role_field,
  #customer_details .wc__checkout__field__row p#billing_first_name_field,
  #customer_details .wc__checkout__field__row p#shipping_first_name_field,
  #customer_details .wc__checkout__field__row p#billing_last_name_field,
  #customer_details .wc__checkout__field__row p#shipping_last_name_field,
  #customer_details .wc__checkout__field__row p#billing_company_field,
  #customer_details .wc__checkout__field__row p#shipping_company_field,
  #customer_details .wc__checkout__field__row p#billing_country_field,
  #customer_details .wc__checkout__field__row p#shipping_country_field,
  #customer_details .wc__checkout__field__row p#billing_address_1_field,
  #customer_details .wc__checkout__field__row p#shipping_address_1_field,
  #customer_details .wc__checkout__field__row p#billing_address_2_field,
  #customer_details .wc__checkout__field__row p#shipping_address_2_field,
  #customer_details .wc__checkout__field__row p#billing_phone_field,
  #customer_details .wc__checkout__field__row p#shipping_phone_field,
  #customer_details .wc__checkout__field__row p#billing_email_field,
  #customer_details .wc__checkout__field__row p#shipping_email_field,
  #customer_details .wc__checkout__field__row p#account_username_field,
  #customer_details .wc__checkout__field__row p#account_password_field,
  #customer_details .wc__checkout__field__row p#billing_school_field,
  #customer_details .wc__checkout__field__row p#billing_school_role_field,
  #customer_details .woocommerce-account-fields p#billing_first_name_field,
  #customer_details .woocommerce-account-fields p#shipping_first_name_field,
  #customer_details .woocommerce-account-fields p#billing_last_name_field,
  #customer_details .woocommerce-account-fields p#shipping_last_name_field,
  #customer_details .woocommerce-account-fields p#billing_company_field,
  #customer_details .woocommerce-account-fields p#shipping_company_field,
  #customer_details .woocommerce-account-fields p#billing_country_field,
  #customer_details .woocommerce-account-fields p#shipping_country_field,
  #customer_details .woocommerce-account-fields p#billing_address_1_field,
  #customer_details .woocommerce-account-fields p#shipping_address_1_field,
  #customer_details .woocommerce-account-fields p#billing_address_2_field,
  #customer_details .woocommerce-account-fields p#shipping_address_2_field,
  #customer_details .woocommerce-account-fields p#billing_phone_field,
  #customer_details .woocommerce-account-fields p#shipping_phone_field,
  #customer_details .woocommerce-account-fields p#billing_email_field,
  #customer_details .woocommerce-account-fields p#shipping_email_field,
  #customer_details .woocommerce-account-fields p#account_username_field,
  #customer_details .woocommerce-account-fields p#account_password_field,
  #customer_details .woocommerce-account-fields p#billing_school_field,
  #customer_details .woocommerce-account-fields p#billing_school_role_field {
    width: 100%;
    flex: 1 0 auto;
  }
}
#customer_details .woocommerce-billing-fields__field-wrapper p#billing_city_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_city_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_state_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_state_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_postcode_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_postcode_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_city_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_city_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_state_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_state_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_postcode_field,
#customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_postcode_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_city_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_city_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_state_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_state_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_postcode_field,
#customer_details .woocommerce-additional-fields__field-wrapper p#shipping_postcode_field,
#customer_details .wc__checkout__field__row p#billing_city_field,
#customer_details .wc__checkout__field__row p#shipping_city_field,
#customer_details .wc__checkout__field__row p#billing_state_field,
#customer_details .wc__checkout__field__row p#shipping_state_field,
#customer_details .wc__checkout__field__row p#billing_postcode_field,
#customer_details .wc__checkout__field__row p#shipping_postcode_field,
#customer_details .woocommerce-account-fields p#billing_city_field,
#customer_details .woocommerce-account-fields p#shipping_city_field,
#customer_details .woocommerce-account-fields p#billing_state_field,
#customer_details .woocommerce-account-fields p#shipping_state_field,
#customer_details .woocommerce-account-fields p#billing_postcode_field,
#customer_details .woocommerce-account-fields p#shipping_postcode_field {
  flex: 1 0 50%;
}
@media (max-width: 700px) {
  #customer_details .woocommerce-billing-fields__field-wrapper p#billing_city_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_city_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_state_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_state_field, #customer_details .woocommerce-billing-fields__field-wrapper p#billing_postcode_field, #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_postcode_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_city_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_city_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_state_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_state_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_postcode_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_postcode_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_city_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_city_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_state_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_state_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#billing_postcode_field,
  #customer_details .woocommerce-additional-fields__field-wrapper p#shipping_postcode_field,
  #customer_details .wc__checkout__field__row p#billing_city_field,
  #customer_details .wc__checkout__field__row p#shipping_city_field,
  #customer_details .wc__checkout__field__row p#billing_state_field,
  #customer_details .wc__checkout__field__row p#shipping_state_field,
  #customer_details .wc__checkout__field__row p#billing_postcode_field,
  #customer_details .wc__checkout__field__row p#shipping_postcode_field,
  #customer_details .woocommerce-account-fields p#billing_city_field,
  #customer_details .woocommerce-account-fields p#shipping_city_field,
  #customer_details .woocommerce-account-fields p#billing_state_field,
  #customer_details .woocommerce-account-fields p#shipping_state_field,
  #customer_details .woocommerce-account-fields p#billing_postcode_field,
  #customer_details .woocommerce-account-fields p#shipping_postcode_field {
    width: 100%;
    flex: 1 0 auto;
  }
}
#customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field:before,
#customer_details .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field:before,
#customer_details .woocommerce-additional-fields__field-wrapper p#billing_address_2_field:before,
#customer_details .wc__checkout__field__row p#billing_address_2_field:before,
#customer_details .woocommerce-account-fields p#billing_address_2_field:before {
  content: "Address 2";
  display: block;
  color: var(--fl1-text);
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
}
#customer_details .woocommerce-billing-fields__field-wrapper p label,
#customer_details .woocommerce-shipping-fields__field-wrapper p label,
#customer_details .woocommerce-additional-fields__field-wrapper p label,
#customer_details .wc__checkout__field__row p label,
#customer_details .woocommerce-account-fields p label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--fl1-text);
  padding-bottom: 5px;
}
#customer_details .woocommerce-billing-fields__field-wrapper p label small,
#customer_details .woocommerce-shipping-fields__field-wrapper p label small,
#customer_details .woocommerce-additional-fields__field-wrapper p label small,
#customer_details .wc__checkout__field__row p label small,
#customer_details .woocommerce-account-fields p label small {
  text-transform: none;
  font-weight: 400;
  margin: 5px 0;
}
#customer_details .woocommerce-billing-fields__field-wrapper p label .required,
#customer_details .woocommerce-shipping-fields__field-wrapper p label .required,
#customer_details .woocommerce-additional-fields__field-wrapper p label .required,
#customer_details .wc__checkout__field__row p label .required,
#customer_details .woocommerce-account-fields p label .required {
  color: tomato;
}
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=checkbox],
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=radio],
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=checkbox],
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=radio],
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=checkbox],
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=radio],
#customer_details .wc__checkout__field__row p label input[type=checkbox],
#customer_details .wc__checkout__field__row p label input[type=radio],
#customer_details .woocommerce-account-fields p label input[type=checkbox],
#customer_details .woocommerce-account-fields p label input[type=radio] {
  display: none;
  width: auto;
}
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=checkbox] + span,
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=radio] + span,
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=checkbox] + span,
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=radio] + span,
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=checkbox] + span,
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=radio] + span,
#customer_details .wc__checkout__field__row p label input[type=checkbox] + span,
#customer_details .wc__checkout__field__row p label input[type=radio] + span,
#customer_details .woocommerce-account-fields p label input[type=checkbox] + span,
#customer_details .woocommerce-account-fields p label input[type=radio] + span {
  color: var(--fl1-text);
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=checkbox] + span:before,
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=radio] + span:before,
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=checkbox] + span:before,
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=radio] + span:before,
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=checkbox] + span:before,
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=radio] + span:before,
#customer_details .wc__checkout__field__row p label input[type=checkbox] + span:before,
#customer_details .wc__checkout__field__row p label input[type=radio] + span:before,
#customer_details .woocommerce-account-fields p label input[type=checkbox] + span:before,
#customer_details .woocommerce-account-fields p label input[type=radio] + span:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: normal;
  font-size: 19px;
  color: var(--fl1-primary);
  content: "\f111";
  border: none;
  border-radius: 0;
  box-sizing: inherit;
  cursor: pointer;
  height: auto;
  line-height: auto;
  text-align: inherit;
  text-indent: 0;
  vertical-align: inherit;
  width: auto;
  padding: inherit;
}
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=checkbox] + span a,
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=radio] + span a,
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=checkbox] + span a,
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=radio] + span a,
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=checkbox] + span a,
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=radio] + span a,
#customer_details .wc__checkout__field__row p label input[type=checkbox] + span a,
#customer_details .wc__checkout__field__row p label input[type=radio] + span a,
#customer_details .woocommerce-account-fields p label input[type=checkbox] + span a,
#customer_details .woocommerce-account-fields p label input[type=radio] + span a {
  color: var(--fl1-primary);
}
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=checkbox]:checked + span,
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=radio]:checked + span,
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=checkbox]:checked + span,
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=radio]:checked + span,
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=checkbox]:checked + span,
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=radio]:checked + span,
#customer_details .wc__checkout__field__row p label input[type=checkbox]:checked + span,
#customer_details .wc__checkout__field__row p label input[type=radio]:checked + span,
#customer_details .woocommerce-account-fields p label input[type=checkbox]:checked + span,
#customer_details .woocommerce-account-fields p label input[type=radio]:checked + span {
  font-weight: 600;
  background: transparent;
  color: var(--fl1-primary);
}
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=checkbox]:checked + span:before,
#customer_details .woocommerce-billing-fields__field-wrapper p label input[type=radio]:checked + span:before,
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=checkbox]:checked + span:before,
#customer_details .woocommerce-shipping-fields__field-wrapper p label input[type=radio]:checked + span:before,
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=checkbox]:checked + span:before,
#customer_details .woocommerce-additional-fields__field-wrapper p label input[type=radio]:checked + span:before,
#customer_details .wc__checkout__field__row p label input[type=checkbox]:checked + span:before,
#customer_details .wc__checkout__field__row p label input[type=radio]:checked + span:before,
#customer_details .woocommerce-account-fields p label input[type=checkbox]:checked + span:before,
#customer_details .woocommerce-account-fields p label input[type=radio]:checked + span:before {
  content: "\f058";
  font-weight: bold;
  color: var(--fl1-secondary);
}
#customer_details .woocommerce-billing-fields__field-wrapper p span.description,
#customer_details .woocommerce-shipping-fields__field-wrapper p span.description,
#customer_details .woocommerce-additional-fields__field-wrapper p span.description,
#customer_details .wc__checkout__field__row p span.description,
#customer_details .woocommerce-account-fields p span.description {
  padding-top: 10px;
  font-size: 12px;
  line-height: 17px;
  display: block;
}
#customer_details .woocommerce-billing-fields__field-wrapper p input[type=text],
#customer_details .woocommerce-billing-fields__field-wrapper p input[type=tel],
#customer_details .woocommerce-billing-fields__field-wrapper p input[type=email],
#customer_details .woocommerce-billing-fields__field-wrapper p input[type=password],
#customer_details .woocommerce-billing-fields__field-wrapper p input[type=number],
#customer_details .woocommerce-billing-fields__field-wrapper p select,
#customer_details .woocommerce-billing-fields__field-wrapper p textarea,
#customer_details .woocommerce-shipping-fields__field-wrapper p input[type=text],
#customer_details .woocommerce-shipping-fields__field-wrapper p input[type=tel],
#customer_details .woocommerce-shipping-fields__field-wrapper p input[type=email],
#customer_details .woocommerce-shipping-fields__field-wrapper p input[type=password],
#customer_details .woocommerce-shipping-fields__field-wrapper p input[type=number],
#customer_details .woocommerce-shipping-fields__field-wrapper p select,
#customer_details .woocommerce-shipping-fields__field-wrapper p textarea,
#customer_details .woocommerce-additional-fields__field-wrapper p input[type=text],
#customer_details .woocommerce-additional-fields__field-wrapper p input[type=tel],
#customer_details .woocommerce-additional-fields__field-wrapper p input[type=email],
#customer_details .woocommerce-additional-fields__field-wrapper p input[type=password],
#customer_details .woocommerce-additional-fields__field-wrapper p input[type=number],
#customer_details .woocommerce-additional-fields__field-wrapper p select,
#customer_details .woocommerce-additional-fields__field-wrapper p textarea,
#customer_details .wc__checkout__field__row p input[type=text],
#customer_details .wc__checkout__field__row p input[type=tel],
#customer_details .wc__checkout__field__row p input[type=email],
#customer_details .wc__checkout__field__row p input[type=password],
#customer_details .wc__checkout__field__row p input[type=number],
#customer_details .wc__checkout__field__row p select,
#customer_details .wc__checkout__field__row p textarea,
#customer_details .woocommerce-account-fields p input[type=text],
#customer_details .woocommerce-account-fields p input[type=tel],
#customer_details .woocommerce-account-fields p input[type=email],
#customer_details .woocommerce-account-fields p input[type=password],
#customer_details .woocommerce-account-fields p input[type=number],
#customer_details .woocommerce-account-fields p select,
#customer_details .woocommerce-account-fields p textarea {
  border: none;
  padding: 16px;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--fl1-text);
  width: 100%;
  font-family: var(--fl1-primary-font);
  background: var(--fl1-lightgrey);
  border-radius: var(--fl1-radius-sm);
  border: 1px solid var(--fl1-border);
}
#customer_details .woocommerce-billing-fields__field-wrapper p select,
#customer_details .woocommerce-shipping-fields__field-wrapper p select,
#customer_details .woocommerce-additional-fields__field-wrapper p select,
#customer_details .wc__checkout__field__row p select,
#customer_details .woocommerce-account-fields p select {
  font-family: var(--fl1-primary-font);
  appearance: none;
  border-radius: var(--fl1-radius-sm);
  background-image: url("modules/woocommerce/img/select-arrow-down.png");
  background-size: 25px;
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 500;
}
#customer_details .woocommerce-billing-fields__field-wrapper p textarea,
#customer_details .woocommerce-shipping-fields__field-wrapper p textarea,
#customer_details .woocommerce-additional-fields__field-wrapper p textarea,
#customer_details .wc__checkout__field__row p textarea,
#customer_details .woocommerce-account-fields p textarea {
  height: 220px;
}
#customer_details .woocommerce-billing-fields__field-wrapper p ::-webkit-input-placeholder,
#customer_details .woocommerce-billing-fields__field-wrapper p ::-moz-placeholder,
#customer_details .woocommerce-billing-fields__field-wrapper p :-ms-input-placeholder,
#customer_details .woocommerce-billing-fields__field-wrapper p :-moz-placeholder,
#customer_details .woocommerce-shipping-fields__field-wrapper p ::-webkit-input-placeholder,
#customer_details .woocommerce-shipping-fields__field-wrapper p ::-moz-placeholder,
#customer_details .woocommerce-shipping-fields__field-wrapper p :-ms-input-placeholder,
#customer_details .woocommerce-shipping-fields__field-wrapper p :-moz-placeholder,
#customer_details .woocommerce-additional-fields__field-wrapper p ::-webkit-input-placeholder,
#customer_details .woocommerce-additional-fields__field-wrapper p ::-moz-placeholder,
#customer_details .woocommerce-additional-fields__field-wrapper p :-ms-input-placeholder,
#customer_details .woocommerce-additional-fields__field-wrapper p :-moz-placeholder,
#customer_details .wc__checkout__field__row p ::-webkit-input-placeholder,
#customer_details .wc__checkout__field__row p ::-moz-placeholder,
#customer_details .wc__checkout__field__row p :-ms-input-placeholder,
#customer_details .wc__checkout__field__row p :-moz-placeholder,
#customer_details .woocommerce-account-fields p ::-webkit-input-placeholder,
#customer_details .woocommerce-account-fields p ::-moz-placeholder,
#customer_details .woocommerce-account-fields p :-ms-input-placeholder,
#customer_details .woocommerce-account-fields p :-moz-placeholder {
  color: var(--fl1-text);
  opacity: 0.7;
}
#customer_details .woocommerce-billing-fields__field-wrapper p .woocommerce-password-strength,
#customer_details .woocommerce-shipping-fields__field-wrapper p .woocommerce-password-strength,
#customer_details .woocommerce-additional-fields__field-wrapper p .woocommerce-password-strength,
#customer_details .wc__checkout__field__row p .woocommerce-password-strength,
#customer_details .woocommerce-account-fields p .woocommerce-password-strength {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--fl1-radius-sm);
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
#customer_details .woocommerce-billing-fields__field-wrapper p .woocommerce-password-strength.bad, #customer_details .woocommerce-billing-fields__field-wrapper p .woocommerce-password-strength.short,
#customer_details .woocommerce-shipping-fields__field-wrapper p .woocommerce-password-strength.bad,
#customer_details .woocommerce-shipping-fields__field-wrapper p .woocommerce-password-strength.short,
#customer_details .woocommerce-additional-fields__field-wrapper p .woocommerce-password-strength.bad,
#customer_details .woocommerce-additional-fields__field-wrapper p .woocommerce-password-strength.short,
#customer_details .wc__checkout__field__row p .woocommerce-password-strength.bad,
#customer_details .wc__checkout__field__row p .woocommerce-password-strength.short,
#customer_details .woocommerce-account-fields p .woocommerce-password-strength.bad,
#customer_details .woocommerce-account-fields p .woocommerce-password-strength.short {
  background: #fde9e5;
  color: tomato;
}
#customer_details .woocommerce-billing-fields__field-wrapper p .woocommerce-password-strength.good,
#customer_details .woocommerce-shipping-fields__field-wrapper p .woocommerce-password-strength.good,
#customer_details .woocommerce-additional-fields__field-wrapper p .woocommerce-password-strength.good,
#customer_details .wc__checkout__field__row p .woocommerce-password-strength.good,
#customer_details .woocommerce-account-fields p .woocommerce-password-strength.good {
  background: #fdf0e1;
  color: #f98806;
}
#customer_details .woocommerce-billing-fields__field-wrapper p .woocommerce-password-strength.strong,
#customer_details .woocommerce-shipping-fields__field-wrapper p .woocommerce-password-strength.strong,
#customer_details .woocommerce-additional-fields__field-wrapper p .woocommerce-password-strength.strong,
#customer_details .wc__checkout__field__row p .woocommerce-password-strength.strong,
#customer_details .woocommerce-account-fields p .woocommerce-password-strength.strong {
  background: #f0fde1;
  color: #61b105;
}
#customer_details .woocommerce-billing-fields__field-wrapper p .woocommerce-password-hint,
#customer_details .woocommerce-shipping-fields__field-wrapper p .woocommerce-password-hint,
#customer_details .woocommerce-additional-fields__field-wrapper p .woocommerce-password-hint,
#customer_details .wc__checkout__field__row p .woocommerce-password-hint,
#customer_details .woocommerce-account-fields p .woocommerce-password-hint {
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--fl1-radius-sm);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  margin-top: 10px;
  padding: 20px;
  display: flex;
}
#customer_details .woocommerce-billing-fields__field-wrapper p .woocommerce-password-hint:before,
#customer_details .woocommerce-shipping-fields__field-wrapper p .woocommerce-password-hint:before,
#customer_details .woocommerce-additional-fields__field-wrapper p .woocommerce-password-hint:before,
#customer_details .wc__checkout__field__row p .woocommerce-password-hint:before,
#customer_details .woocommerce-account-fields p .woocommerce-password-hint:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0eb";
  font-size: 22px;
  color: var(--fl1-white);
  margin-right: 10px;
}
#customer_details .woocommerce-additional-fields__field-wrapper {
  padding-bottom: 0;
}
#customer_details .woocommerce-account-fields {
  margin-bottom: 40px;
  border: none;
  padding: 0 8px;
}
#customer_details .woocommerce-account-fields:before {
  content: "2. Create an account";
  display: block;
  font-size: 22px;
  color: var(--fl1-text);
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--fl1-primary-font);
}
#customer_details .woocommerce-account-fields p {
  padding: 0 0 0 10px;
  color: var(--fl1-text);
}
#customer_details .woocommerce-account-fields p:first-child {
  padding: 0 10px 8px 0;
}
#customer_details .woocommerce-account-fields div.create-account {
  width: 100%;
  display: flex;
  padding-top: 10px;
}
@media (max-width: 700px) {
  #customer_details .woocommerce-account-fields div.create-account {
    flex-direction: column;
  }
  #customer_details .woocommerce-account-fields div.create-account p {
    flex: 1 0 auto;
    padding: 0 0 10px;
  }
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
.woocommerce-checkout-review-order {
  width: 100%;
  margin-top: 24px;
  box-shadow: 0 0.0875rem 0.2625rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 3.15rem 2.45rem -0.6125rem, rgba(0, 0, 0, 0.04) 0 1.4875rem 1.4875rem -0.6125rem;
  padding: var(--fl1-spacing-md);
  border-radius: var(--fl1-radius-md);
  background: var(--fl1-white);
  border: 1px solid var(--fl1-lightgrey);
}
@media (max-width: 1024px) {
  .woocommerce-checkout-review-order {
    width: 100%;
    padding: 30px 10px;
    margin-top: 0;
  }
}
.woocommerce-checkout-review-order:before {
  content: "Double check your quote request";
  display: block;
  font-size: var(--fl1-font-size-lg);
  font-weight: 600;
  color: var(--fl1-primary);
  margin-bottom: 24px;
  padding-left: 10px;
}
.woocommerce-checkout-review-order .card-storage-message {
  display: flex;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: var(--fl1-secondary);
  margin: 20px 0;
}
.woocommerce-checkout-review-order .card-storage-message i {
  font-size: 20px;
  margin-right: 10px;
}
.woocommerce-checkout-review-order .mailchimp-newsletter {
  display: flex;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: var(--fl1-tertiary);
  margin: 20px 0;
}
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=checkbox],
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=radio] {
  display: none;
  width: auto;
}
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=checkbox] + label,
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=radio] + label {
  color: var(--fl1-text);
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=checkbox] + label:before,
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=radio] + label:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: normal;
  font-size: 19px;
  color: var(--fl1-primary);
  content: "\f0c8";
  border: none;
  border-radius: 0;
  box-sizing: inherit;
  cursor: pointer;
  height: auto;
  line-height: auto;
  text-align: inherit;
  text-indent: 0;
  vertical-align: inherit;
  width: auto;
  padding: inherit;
}
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=checkbox] + label a,
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=radio] + label a {
  color: var(--fl1-primary);
}
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=checkbox]:checked + label,
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=radio]:checked + label {
  font-weight: 600;
  background: transparent;
  color: var(--fl1-primary);
}
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=checkbox]:checked + label:before,
.woocommerce-checkout-review-order .mailchimp-newsletter input[type=radio]:checked + label:before {
  content: "\f14a";
  font-weight: bold;
  color: var(--fl1-secondary);
}
.woocommerce-checkout-review-order .mailchimp-newsletter label {
  font-weight: 600;
}
.woocommerce-checkout-review-order #apm_additional_info {
  padding: 20px;
  background: var(--fl1-tertiary);
  margin-top: 10px;
}
.woocommerce-checkout-review-order #apm_additional_info h3 {
  font-size: 17px;
  color: var(--fl1-text);
  font-weight: 600;
  margin: 0 0 10px;
  display: block;
}
.woocommerce-checkout-review-order #apm_additional_info p {
  font-size: 14px;
  line-height: 19px;
}
.woocommerce-checkout-review-order table.shop_table thead tr th {
  padding: 10px;
}
.woocommerce-checkout-review-order table.shop_table thead tr th.product-total {
  text-align: right;
}
.woocommerce-checkout-review-order table.shop_table tbody {
  border-bottom: 1px var(--fl1-primary) solid;
}
@media (max-width: 700px) {
  .woocommerce-checkout-review-order table.shop_table tbody tr {
    display: table-row;
  }
}
.woocommerce-checkout-review-order table.shop_table tbody tr td {
  width: 50%;
}
@media (max-width: 700px) {
  .woocommerce-checkout-review-order table.shop_table tbody tr td {
    display: table-cell;
    padding: 10px;
  }
}
.woocommerce-checkout-review-order table.shop_table tbody tr td .amount {
  color: var(--fl1-text);
  font-weight: 600;
}
.woocommerce-checkout-review-order table.shop_table tbody tr td.product-name {
  text-align: left;
  font-weight: 600;
}
.woocommerce-checkout-review-order table.shop_table tbody tr td.product-name .wc__product__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-checkout-review-order table.shop_table tbody tr td.product-name .wc__product__name strong {
  color: var(--fl1-primary);
}
.woocommerce-checkout-review-order table.shop_table tbody tr td.product-name dl.variation {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 13px;
  margin-top: 10px;
  color: var(--fl1-text);
}
.woocommerce-checkout-review-order table.shop_table tbody tr td.product-name dl.variation dt {
  flex: 1 0 50%;
  font-weight: 600;
}
.woocommerce-checkout-review-order table.shop_table tbody tr td.product-name dl.variation dd {
  flex: 1 0 50%;
  margin-bottom: 10px;
  font-weight: 500;
}
.woocommerce-checkout-review-order table.shop_table tbody tr td.product-total {
  text-align: right;
  vertical-align: top;
}
.woocommerce-checkout-review-order table.shop_table tbody tr td.product-total .subscription-price span.amount {
  font-size: 16px;
  color: var(--fl1-text);
  font-weight: 600;
  display: block;
}
.woocommerce-checkout-review-order table.shop_table tbody tr td.product-total .subscription-price .subscription-details {
  display: block;
  font-size: 12px;
  color: var(--fl1-text);
  margin-top: 5px;
}
.woocommerce-checkout-review-order table.shop_table tbody tr td.product-total .subscription-price .subscription-details span.amount {
  font-size: 12px;
  color: var(--fl1-text);
  font-weight: normal;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr {
  border-bottom: 1px var(--fl1-border) solid;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr th {
  text-align: left;
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  width: 50%;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr td {
  text-align: right;
  padding: 10px;
  vertical-align: middle;
  width: 50%;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr td .amount {
  color: var(--fl1-text);
  font-weight: 600;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.cart-discount .woocommerce-remove-coupon {
  color: var(--fl1-primary);
  font-weight: 600;
  font-size: 13px;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.recurring-totals {
  border-bottom: none;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.recurring-totals th {
  color: var(--fl1-primary);
  font-weight: 600;
  font-size: 20px;
  padding-top: 20px;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.order-total {
  font-weight: 600;
  color: var(--fl1-text);
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td {
  font-size: 30px;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td strong {
  display: block;
  font-size: 30px;
  color: var(--fl1-text);
  font-weight: 600;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td strong .amount {
  color: var(--fl1-text);
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td small {
  font-size: 12px;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.order-total.recurring-total td {
  font-size: 14px;
  color: var(--fl1-text);
  font-weight: normal;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.order-total.recurring-total td strong {
  display: block;
  font-size: 30px;
  color: var(--fl1-text);
  font-weight: 600;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment {
  padding: 24px 0 0;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
body.woocommerce-checkout.woocommerce-order-pay .order_details {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 40px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 40px auto 0;
}
body.woocommerce-checkout.woocommerce-order-pay .order_details:before {
  content: "Confirm and place order";
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: var(--fl1-text);
  margin-bottom: 20px;
  flex: 1 0 100%;
}
body.woocommerce-checkout.woocommerce-order-pay .order_details li {
  padding: 20px 0;
  width: 50%;
  font-size: 18px;
  font-weight: 600;
  color: var(--fl1-primary);
}
@media (max-width: 1024px) {
  body.woocommerce-checkout.woocommerce-order-pay .order_details li {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout.woocommerce-order-pay .order_details li {
    width: 50%;
  }
}
@media (max-width: 550px) {
  body.woocommerce-checkout.woocommerce-order-pay .order_details li {
    width: 100%;
  }
}
body.woocommerce-checkout.woocommerce-order-pay .order_details li strong {
  font-size: 24px;
  font-weight: 400;
  display: block;
  text-transform: none;
  color: var(--fl1-text);
  margin-top: 5px;
}
@media (max-width: 550px) {
  body.woocommerce-checkout.woocommerce-order-pay .order_details li strong {
    font-size: 20px;
  }
}
body.woocommerce-checkout.woocommerce-order-pay form.woocommerce-checkout {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
body.woocommerce-checkout.woocommerce-order-pay form.woocommerce-checkout button {
  font-family: var(--fl1-primary-font);
  background: var(--fl1-primary);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 20px 40px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-left: auto;
  width: 100%;
  text-align: center;
}
body.woocommerce-checkout.woocommerce-order-pay form.woocommerce-checkout button:hover {
  background: rgb(107.2183673469, 209.1367346939, 51.1632653061);
  transition: all 0.4s ease;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

body.woocommerce-checkout {
  position: relative;
}
body.woocommerce-checkout::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: var(--fl1-primary);
  z-index: 0;
}
body.woocommerce-checkout header.header {
  padding-top: var(--fl1-spacing-md);
  position: static;
}
body.woocommerce-checkout header.header .max__width {
  max-width: 960px;
}
@media (max-width: 650px) {
  body.woocommerce-checkout header.header .max__width {
    flex-direction: column;
    justify-content: center;
  }
}
body.woocommerce-checkout header.header .header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 800px) {
  body.woocommerce-checkout header.header .header__main {
    flex-direction: column;
    justify-content: center;
    gap: var(--fl1-spacing-sm);
  }
}
body.woocommerce-checkout header.header .header__main .burger__menu {
  display: none;
}
@media (max-width: 800px) {
  body.woocommerce-checkout header.header .header__main .wc__header__cart {
    margin: 0 15px 0 10px;
  }
}
@media (max-width: 800px) {
  body.woocommerce-checkout header.header .header__main--right {
    justify-content: center;
  }
  body.woocommerce-checkout header.header .header__main--right .wc__cart ul {
    justify-content: center;
  }
  body.woocommerce-checkout header.header .header__main--right .wc__cart ul li.wc__header__cart {
    margin: 0;
  }
}
body.woocommerce-checkout .wc__wrapper {
  max-width: 960px;
}
@media (max-width: 800px) {
  body.woocommerce-checkout .wc__wrapper {
    padding: 0 20px;
  }
}
body.woocommerce-checkout .woocommerce-error {
  padding: 0;
  margin: 0;
}
body.woocommerce-checkout .woocommerce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce {
    flex-direction: column;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout h3#order_review_heading {
  display: none;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout h3#ship-to-different-address {
  flex: 1 0 100%;
}
body.woocommerce-checkout .wc__thankyou__ads {
  width: 100%;
  max-width: 960px;
  margin: 20px auto 0;
  padding: 0 10px;
}
body.woocommerce-checkout .footer__checkout {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: auto;
  padding: 24px 0 84px;
  width: 100%;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .footer__checkout {
    padding-bottom: 50px;
  }
}
body.woocommerce-checkout .footer__checkout ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 550px) {
  body.woocommerce-checkout .footer__checkout ul {
    flex-direction: column;
  }
}
body.woocommerce-checkout .footer__checkout ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 10px;
}
@media (max-width: 550px) {
  body.woocommerce-checkout .footer__checkout ul li {
    padding-bottom: 10px;
  }
}
body.woocommerce-checkout .footer__checkout ul li i {
  margin-right: 5px;
}
body.woocommerce-checkout .footer__checkout ul li.secure {
  color: var(--fl1-success);
}
body.woocommerce-checkout .footer__checkout ul li.social {
  padding: 0 2px;
  font-size: 16px;
}
body.woocommerce-checkout .footer__checkout ul li.social a {
  color: var(--fl1-text);
}
body.woocommerce-checkout .footer__checkout ul li.social:first-of-type {
  font-size: 14px;
}
body.woocommerce-checkout ul.wc_payment_methods {
  padding: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: var(--fl1-radius-md);
}
body.woocommerce-checkout ul.wc_payment_methods li {
  margin-bottom: 20px;
}
body.woocommerce-checkout ul.wc_payment_methods li:last-of-type {
  margin-bottom: 0;
}
body.woocommerce-checkout ul.wc_payment_methods li label {
  font-size: 18px;
  font-weight: 600;
  color: var(--fl1-text);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.woocommerce-checkout ul.wc_payment_methods li label i {
  display: none;
}
body.woocommerce-checkout ul.wc_payment_methods li label[for=payment_method_realex_redirect] img {
  display: none;
}
body.woocommerce-checkout ul.wc_payment_methods li label[for=payment_method_stripe] {
  display: flex !important;
}
body.woocommerce-checkout ul.wc_payment_methods li label[for=payment_method_stripe] img {
  display: none;
}
body.woocommerce-checkout ul.wc_payment_methods li label[for=wc-stripe-update-subs-payment-method-card] {
  display: flex !important;
}
body.woocommerce-checkout ul.wc_payment_methods li p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
body.woocommerce-checkout ul.wc_payment_methods li p:last-of-type {
  margin-bottom: 0;
}
body.woocommerce-checkout ul.wc_payment_methods li input[type=checkbox],
body.woocommerce-checkout ul.wc_payment_methods li input[type=radio] {
  display: none;
  width: auto;
}
body.woocommerce-checkout ul.wc_payment_methods li input[type=checkbox] + label,
body.woocommerce-checkout ul.wc_payment_methods li input[type=radio] + label {
  color: var(--fl1-text);
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}
body.woocommerce-checkout ul.wc_payment_methods li input[type=checkbox] + label:before,
body.woocommerce-checkout ul.wc_payment_methods li input[type=radio] + label:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: normal;
  font-size: 19px;
  color: var(--fl1-primary);
  content: "\f0c8";
  border: none;
  border-radius: 0;
  box-sizing: inherit;
  cursor: pointer;
  height: auto;
  line-height: auto;
  text-align: inherit;
  text-indent: 0;
  vertical-align: inherit;
  width: auto;
  padding: inherit;
}
body.woocommerce-checkout ul.wc_payment_methods li input[type=checkbox] + label a,
body.woocommerce-checkout ul.wc_payment_methods li input[type=radio] + label a {
  color: var(--fl1-primary);
}
body.woocommerce-checkout ul.wc_payment_methods li input[type=checkbox]:checked + label,
body.woocommerce-checkout ul.wc_payment_methods li input[type=radio]:checked + label {
  font-weight: 600;
  background: var(--fl1-lightgrey);
  color: var(--fl1-primary);
}
body.woocommerce-checkout ul.wc_payment_methods li input[type=checkbox]:checked + label:before,
body.woocommerce-checkout ul.wc_payment_methods li input[type=radio]:checked + label:before {
  content: "\f14a";
  font-weight: bold;
  color: var(--fl1-secondary);
}
body.woocommerce-checkout ul.wc_payment_methods li label {
  color: var(--fl1-text);
  display: flex;
  align-items: center;
  border: 1px dashed var(--fl1-border);
  border-radius: var(--fl1-radius-md);
  padding: var(--fl1-spacing-xs);
  background: var(--fl1-lightgrey);
}
body.woocommerce-checkout ul.wc_payment_methods li ul.wc-saved-payment-methods {
  padding: 10px 0 0 10px;
}
body.woocommerce-checkout ul.wc_payment_methods li ul.wc-saved-payment-methods li {
  margin-bottom: 10px;
}
body.woocommerce-checkout ul.wc_payment_methods li ul.wc-saved-payment-methods li label {
  font-size: 14px;
  margin-bottom: 0;
  display: flex !important;
  align-items: center;
}
body.woocommerce-checkout ul.wc_payment_methods li ul.wc-saved-payment-methods li label.wc-stripe-new-payment-method {
  display: flex !important;
}
body.woocommerce-checkout ul.wc_payment_methods li.payment_method_ppec_paypal label img {
  display: none;
}
body.woocommerce-checkout ul.wc_payment_methods li.payment_method_gocardless label {
  display: flex;
  align-items: center;
}
body.woocommerce-checkout ul.wc_payment_methods li.payment_method_gocardless label img {
  width: 50px;
  margin-left: auto;
}
body.woocommerce-checkout ul.wc_payment_methods li.payment_method_gocardless div.payment_box p:last-of-type {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
}
body.woocommerce-checkout ul.wc_payment_methods li.payment_method_gocardless div.payment_box p:last-of-type label {
  display: flex !important;
}
body.woocommerce-checkout ul.wc_payment_methods li.payment_method_stripe #wc-stripe-upe-form {
  margin-top: var(--fl1-spacing-md);
}
body.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew {
  padding: 10px;
  background: var(--fl1-tertiary);
  display: none !important;
}
body.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew label {
  display: flex !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  background: var(--fl1-blue-highlight);
  border-radius: var(--fl1-radius-md);
  padding: 24px;
  margin: 24px 0;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
  font-size: 14px;
  line-height: 20px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p a {
  color: var(--fl1-text);
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p label:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: normal;
  font-size: 23px;
  color: var(--fl1-primary);
  content: "\f0c8";
  letter-spacing: 10px;
  border: none;
  border-radius: 0;
  box-sizing: inherit;
  cursor: pointer;
  height: auto;
  line-height: auto;
  text-align: inherit;
  text-indent: 0;
  width: auto;
  padding: inherit;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p label input[type=checkbox] {
  display: none;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p.woocommerce-validated label:before {
  content: "\f14a";
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
  color: var(--fl1-text);
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label input[type=checkbox] {
  appearance: checkbox;
  font-size: 16px;
  margin-right: 5px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label input[type=radio] {
  appearance: radio;
  font-size: 16px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label a {
  color: var(--fl1-primary);
}
body.woocommerce-checkout .place-order button,
body.woocommerce-checkout .place-order input[type=submit] {
  font-family: var(--fl1-primary-font);
  background: rgb(0, 26.95, 49);
  color: var(--fl1-white);
  font-size: 24px;
  font-weight: 600;
  padding: 24px 32px;
  border-radius: var(--fl1-radius-md);
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-left: auto;
  width: 100%;
  text-align: center;
  justify-content: center;
}
body.woocommerce-checkout .wc__checkout__cards {
  margin: 20px auto 0;
  max-width: 520px;
  width: 100%;
}
body.woocommerce-checkout .woocommerce-order-pay,
body.woocommerce-checkout .woocommerce-order-details {
  margin: 0;
  padding: 24px 0 0;
}
body.woocommerce-checkout .woocommerce-customer-details {
  padding: 0;
}
body.woocommerce-checkout .woocommerce-order-downloads {
  padding: 0;
}
body.woocommerce-checkout .woocommerce-order-downloads .download-file a.button {
  background: var(--fl1-primary);
  color: white;
  font-size: 0.75rem;
  list-style: 1.2;
}

#wc-stripe-cc-form {
  padding: 10px 0 0;
}
#wc-stripe-cc-form .form-row {
  margin-bottom: 20px;
}
#wc-stripe-cc-form .form-row.form-row-last {
  margin-bottom: 0;
}
#wc-stripe-cc-form .form-row label {
  font-size: 15px;
  color: var(--fl1-text);
}
#wc-stripe-cc-form .form-row .required {
  color: tomato;
}
#wc-stripe-cc-form .form-row .wc-stripe-elements-field {
  border: none;
  padding: 15px;
  border-bottom: 1px var(--fl1-text) solid;
}
#wc-stripe-cc-form .stripe-source-errors .woocommerce-error li {
  margin: 10px 0 0;
}

/**
 * Woo Styles
 *
 * @package woocommerce/
 * @version 1.0
*/
/**
 * Woo Lost Password
 *
 * @package woocommerce/
 * @version 1.0
*/
body.woocommerce-lost-password form.woocommerce-ResetPassword p {
  margin-bottom: 20px;
}
body.woocommerce-lost-password form.woocommerce-ResetPassword p label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--fl1-text);
  text-transform: uppercase;
  padding-bottom: 5px;
}
body.woocommerce-lost-password form.woocommerce-ResetPassword p input[type=text] {
  border: none;
  padding: 15px 10px;
  width: auto;
  font-family: var(--fl1-primary-font);
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 83.05, 151);
  background: var(--fl1-lightgrey);
  width: 100%;
}
body.woocommerce-lost-password form.woocommerce-ResetPassword p input[type=submit] {
  font-family: var(--fl1-primary-font);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 23px;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
}
body.woocommerce-lost-password form.woocommerce-ResetPassword p input[type=submit]:hover {
  background: rgb(100.786407767, 205.0558252427, 228.713592233);
}

.wc__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.wc__wrapper .wc__content .product {
  padding: var(--fl1-spacing-lg) 0;
}

.wc-blue-notice {
  background: var(--fl1-blue-highlight);
  padding: var(--fl1-spacing-xs) var(--fl1-spacing-sm);
  border-radius: var(--fl1-radius-sm);
  margin: var(--fl1-spacing-sm) 0 var(--fl1-spacing-md);
}
.wc-blue-notice p {
  font-size: var(--fl1-font-xs);
  line-height: 1.4 !important;
}
.wc-blue-notice p:last-child {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.wc-blue-notice a {
  color: var(--fl1-text);
  font-weight: 600;
  text-decoration: underline;
}
.wc-blue-notice strong {
  font-weight: 600;
}
