#wpmem_login_form input[value="https://fitnessloft.de/mitgliedschaft-intern/"]
  + input
  + div.button_div
  + div.link-text-register {
  display: none !important;
}
[x-cloak] {
  display: none;
}
/* [x-data="flmembers"] {
  overflow: hidden;
} */
.fl-members_breadcrumb {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 480px;
  margin: 0 auto;
}
.fl-members.theme-light h2,
.fl-members.theme-light .fl-members_breadcrumb ul {
  color: #ffffff;
}
.fl-members_breadcrumb ul {
  position: relative;
  padding: 30px 10px 0;
  margin: 0;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
}
.fl-members_breadcrumb ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 30px 0px;
  font-size: 12px;
}
.fl-members_breadcrumb ul::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 70px;
  right: 70px;
  background-color: #cdcdcd;
}
.fl-members_breadcrumb ul li::before {
  height: 24px;
  width: 24px;
  left: 50%;
  top: -12px;
  border-radius: 24px;
  margin-left: -12px;
  content: "";
  position: absolute;
  background-color: #cdcdcd;
}
.fl-members_breadcrumb ul li.isactive:hover,
.fl-members_breadcrumb ul li.active {
  color: #dcb881;
}
.fl-members_breadcrumb ul li.isactive {
  cursor: pointer;
}
.fl-members_breadcrumb ul li.isactive:hover::before,
.fl-members_breadcrumb ul li.active::before {
  background-color: #dcb881;
}
.fl-members_breadcrumb ul li.isactive::after,
.fl-members_breadcrumb ul li.active::after {
  height: 6px;
  width: 6px;
  left: 50%;
  top: -3px;
  border-radius: 6px;
  margin-left: -3px;
  content: "";
  position: absolute;
  background-color: #ffffff;
}
@media (max-width: 575.98px) and (orientation: portrait) {
  .fl-members_breadcrumb ul::before {
    left: 55px;
    right: 55px;
  }
}
@media (min-width: 1024px) {
  .fl-members_breadcrumb {
    max-width: 640px;
  }
  .fl-members_breadcrumb ul {
    padding: 30px 0 0;
  }
  .fl-members_breadcrumb ul li {
    padding: 30px 10px;
  }
  .fl-members_breadcrumb ul::before {
    left: 70px;
    right: 70px;
  }
  .fl-members_breadcrumb ul li {
    font-size: 16px;
  }
  .fl-members_breadcrumb ul li::before {
    height: 32px;
    width: 32px;
    top: -16px;
    border-radius: 32px;
    margin-left: -16px;
  }
  .fl-members_breadcrumb ul li.isactive::after,
  .fl-members_breadcrumb ul li.active::after {
    height: 8px;
    width: 8px;
    top: -4px;
    border-radius: 8px;
    margin-left: -4px;
  }
}
.fl-members_location-wrap:not(.isvisible),
.fl-members_success-wrap {
  max-width: 480px;
  margin: 0 auto;
}
.fl-members_location-wrap {
  position: relative;
  max-width: 100%;
  transition: max-width 0.3s cubic-bezier(0.69, 0.12, 0.48, 0.83) 0s;
  margin: 0 auto;
}
.fl-members_location-wrap .pac-city-container {
  position: relative;
  top: 0;
  left: 0;
}
.fl-members_location-wrap #locationInput {
  font-size: 24px;
}
.fl-members_success-wrap {
  text-align: center;
}
.fl-members_success-wrap h4 {
  font-size: 20px;
  line-height: 32px;
}
.fl-members_success-wrap ul {
  list-style: none;
  padding: 0px;
  margin: 24px 0px 48px 0px;
}
.fl-members_success-wrap ul li {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fl-members_success-wrap ul li + li {
  margin-top: 32px;
}
.fl-members_success-wrap ul li span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.fl-members_heading-title {
  color: #ffffff;
  max-width: 480px;
  padding: 20px 0 30px;
  text-align: center;
  margin: 0 auto;
}
.fl-members_heading-title h2 {
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .fl-members_heading-title h2 {
    font-size: 1.5rem;
  }
}
.fl-members_price-table__variations {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  flex-direction: column;
}
.fl-members_price-table__variation {
  cursor: pointer;
  border-radius: 2px;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 24px;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  width: auto;
  height: 54px;
  position: relative;
  margin: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.fl-members_price-table__variation:hover {
  color: #ffffff;
  background-color: #29a3af;
  background: rgb(109, 187, 215);
  background: linear-gradient(
    90deg,
    rgba(109, 187, 215, 1) 0%,
    rgba(0, 140, 154, 1) 50%,
    rgba(45, 84, 91, 1) 100%
  );
}
.fl-members_price-table__variation-ribbon {
  position: absolute;
  top: -12px;
  background-color: #f28e3c;
  left: 50%;
  padding: 0 16px;
  height: 24px;
  line-height: 24px;
  box-sizing: content-box;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  border-radius: 999px;
  transform: translateX(-50%);
  text-transform: uppercase;
}
.fl-members_price-table__variations,
.fl-members_price-table__wrapper {
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  transform: translateY(48px);
  -webkit-transition: opacity 0.6s, visibility 0.4s, transform 0.6s;
  -o-transition: opacity 0.6s, visibility 0.4s, transform 0.6s;
  transition: opacity 0.6s, visibility 0.4s, transform 0.6s;
}
.fl-members_price-table__variations.isactive,
.fl-members_price-table__wrapper.isactive {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fl-members_price-table__swiper,
.fl-members_price-table__wrapper {
  margin: 0 auto;
  position: relative;
}
.fl-members_price-table__swiper {
  --swiper-navigation-size: 32px;
  --swiper-navigation-color: #29a3af;
  --swiper-pagination-color: #29a3af;
  --swiper-pagination-bullet-inactive-color: #000;
  margin: 0;
  overflow: hidden;
}
.fl-members_price-table__swiper .swiper-button-next {
  right: 4px;
}
.fl-members_price-table__swiper .swiper-button-prev {
  left: 4px;
}
@media (max-width: 767.98px) {
  .fl-members_price-table__swiper .swiper-button-next {
    display: none;
  }
  .fl-members_price-table__swiper .swiper-button-prev {
    display: none;
  }
}
.fl-members_price-table__pagination_wrap.swiper-pagination {
  position: relative;
  bottom: 0px;
  padding-bottom: 44px;
  width: auto !important;
  left: auto !important;
  margin: 0;
}
.fl-members_price-table__pagination_wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.fl-members_price-table {
  padding: 15px;
}
.fl-members_price-table.swiper-slide {
  height: auto !important;
}
.fl-members_price-table-inner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0;
  display: flex;
  flex-flow: column nowrap;
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.fl-members_section-contracts .fl-members_price-table-inner {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
}
.fl-members_price-table__ribbon-wrap {
  position: absolute;
  background: linear-gradient(
    90deg,
    #dcb881 0%,
    #cfa96f 48%,
    #dcb881 100%
  ) !important;
  right: -48px;
  top: 24px;
  padding: 6px 48px;
  line-height: 14px;
  display: inline-block;
  box-sizing: content-box;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  transform: rotate(45deg);
}
.fl-members_price-table__ribbon-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fl-members_price-table__ribbon-inner svg {
  width: 16px;
  height: 16px;
}
.fl-members_price-table__ribbon-inner span {
  display: inline-block;
  text-transform: uppercase;
}
.fl-members_price-table__heading {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}
/* .fl-members_price-table__ribbon-wrap + .fl-members_price-table__heading {
  margin-top: 24px;
} */
.fl-members_price-table__feature-inner {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.fl-members_price-table-header {
  position: relative;
  background-color: #f2f2f2;
  padding-bottom: 72.25%;
}
.fl-members_price-table-header.custom-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
#fl_selected-product .fl-members_price-table-header.custom-image {
  padding-bottom: 60% !important;
}
.fl-members_price-table-header-inner {
  position: absolute;
  padding: 24px 32px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-seller .fl-members_price-table__heading {
  padding: 0px 48px;
}
@media (min-width: 768px) {
  .fl-members_price-table-header {
    padding-bottom: 72.25%;
  }
}
.top-seller .fl-members_price-table-header {
  background: rgb(109, 187, 215);
  background: linear-gradient(
    120deg,
    rgba(109, 187, 215, 1) 0%,
    rgba(0, 140, 154, 1) 50%
  );
}
.top-seller .fl-members_price-table-header * {
  color: #ffffff;
}
.fl-members_price-table-body {
  padding: 30px;
}
.fl-members_price-table-footer {
  padding: 0px 30px 30px;
  margin-top: auto;
}
.fl-members_price-table__feature-inner li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.fl-members_price-table__feature-inner li {
  margin-bottom: 12px;
}
.fl-members_price-table__feature-inner li:last-child {
  margin-bottom: 0px;
}
.fl-members_price-table__feature-inner li svg {
  color: #dcb881;
  width: 20px;
  margin-right: 8px;
}
.fl-members_price-table__feature-inner li span {
  width: calc(100% - 28px);
}
.fl-members_price-table__feature-inner li:not(.show) span {
  opacity: 0.5;
  text-decoration: line-through;
}
.fl-members_price-table__checkout {
  transition: visibility 0.5s, opacity 0.5s;
  visibility: visible;
  opacity: 1;
  margin-top: auto;
}
.fl-button-back,
.fl-members_price-table__checkout a,
.fl-members_price-table__checkout input[type="submit"] {
  border: 0px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #29a3af;
  padding: 12px 16px 12px 16px;
  background: rgb(109, 187, 215);
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    90deg,
    rgba(109, 187, 215, 1) 0%,
    rgba(0, 140, 154, 1) 50%
  );
}

.fl-button-back:hover,
.fl-members_price-table__checkout a:hover,
.fl-members_price-table__checkout input[type="submit"]:hover {
  border-radius: 24px;
  background: linear-gradient(90deg, #dcb881 0%, #cfa96f 48%, #dcb881 100%);
}

.fl-button-back {
  width: auto;
  display: inline-block;
  margin-bottom: 12px;
}

.fl-members_price-table__description {
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
}
.fl-members_price-table__term {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 16px;
}
.fl-members_price-table__term .fl-members_price-table__term-item > label {
  display: inline-block;
  padding: 6px;
}
.fl-members_price-table__term .fl-members_price-table__term-item > label input {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.fl-members_price-table__term
  .fl-members_price-table__term-item
  + .fl-members_price-table__term-item {
  margin-top: 8px 0px;
}
.fl-members_price-table__price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.fl-members_price-table__price .amount {
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  margin-left: 0;
}
.fl-members_price-table__price .amount.sup {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-left: 6px;
}
.fl-members_price-table__price .currency {
  display: block;
  font-size: 16px;
}
.fl-members_form_column .fl-members_form_column-inner h3 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 24px;
}
.fl-members_price-table__collapse-button h3 {
  margin: 0px !important;
}
.fl-members_form_column .fl-members_form_column-inner p {
  font-size: 14px;
}
.fl-members_form_column .fl-members_form_column-inner p.text-small,
.fl-members_form_column .fl-members_form_column-inner .text-small p {
  opacity: 0.7;
  font-size: 12px;
}
.fl-members_form-headline-wrapper {
  margin: 32px 0 24px;
}
.fl-members_form_wrap {
  background-color: #ffffff;
  border-radius: 24px;
}
.fl-members_form_row {
  display: flex;
  flex-wrap: wrap;
}
.fl-members_form_row .fl-members_form_column:first-child,
.fl-members_form_row .fl-members_form_column.product {
  width: 100%;
}
.fl-members_form_column-inner {
  height: 100%;
  padding: 32px;
}
@media (min-width: 992px) {
  .fl-members_form_row .fl-members_form_column:first-child {
    width: 66.6666%;
  }
  .fl-members_form_row .fl-members_form_column.product {
    width: 33.3333%;
  }
  .fl-members_form_column-inner {
    padding: 48px 96px 24px 48px;
    border-bottom: 0px;
    border-right: 1px solid #f0f0f0;
  }
}
.fl-members_form_wrap .fl-members_price-table {
  width: 100%;
  margin: 0;
  /* padding-bottom: 48px; */
}
.fl-members_form-field-full,
.fl-members_form-field-half {
  width: 100%;
}
@media (min-width: 768px) {
  .fl-members_form-field-half {
    width: 50%;
  }
}
.fl-members_form-field-group {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.fl-members_form-field-full,
.fl-members_form-field-half {
  position: relative;
  padding: 0 5px;
}
.fl-members_form-field-third {
  position: relative;
  padding: 0 5px;
}
.fl-members_form-field-full input,
.fl-members_form-field-half input {
  margin-bottom: 12px;
}
.fl-members_form-field-iban input {
  margin-bottom: 16px;
}
.multisteps-form_form {
  min-height: 680px;
  position: relative;
  float: left;
  width: 100%;
}
.fl-members_form_footer {
  border-top: 1px solid #f0f0f0;
  width: 100%;
}
.fl-members_form_footer-inner {
  padding: 24px;
}
@media (min-width: 992px) {
  .fl-members_form_footer-inner {
    padding: 48px;
  }
}
.fl-members_form_footer-inner
  .fl-members_form-type-checkbox
  + .fl-members_form-type-checkbox {
  margin-top: 12px;
}
.fl-members_form_checkout {
  margin-top: 32px;
  display: block;
  border: 0;
  border-radius: 16px;
  text-align: center;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #29a3af;
  padding: 12px 16px 12px 16px;
  transition: all 0.3s ease-in-out;
  background: rgb(109, 187, 215);
  background: linear-gradient(
    90deg,
    rgba(109, 187, 215, 1) 0%,
    rgba(0, 140, 154, 1) 50%
  );
}
.fl-members_form_checkout:hover {
  border-radius: 24px;
  background: linear-gradient(90deg, #dcb881 0%, #cfa96f 48%, #dcb881 100%);
}
.fl-members_form-field-term input {
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.fl-members_form-field-term input + span {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #f2f2f2;
  border-radius: 16px;
  padding: 12px 24px 12px 24px;
}
.fl-members_form-field-term input:hover + span {
  background-color: #efefef;
}
.fl-members_form-field-term input:checked + span {
  color: #ffffff;
  background-color: #29a3af;
  background: rgb(109, 187, 215);
  background: linear-gradient(
    90deg,
    rgba(109, 187, 215, 1) 0%,
    rgba(0, 140, 154, 1) 50%
  );
}
.fl-members_form-type-checkbox label {
  position: relative;
  padding-left: 24px;
}
.fl-members_form-type-checkbox input + span {
  display: block;
  margin-left: 0;
  line-height: 24px;
}
.fl-members_form-type-checkbox input + span::before {
  width: 18px;
  height: 18px;
  border-radius: 0;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #29a3af;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}
.fl-members_form-type-checkbox input:checked + span::before {
  background-color: #29a3af;
}
.fl-members_form-type-checkbox input:checked + span::after {
  content: " ";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #ffffff;
  position: absolute;
  font-size: 11px;
  left: 2px;
  top: 5px;
}
#fl_selected-product {
  position: relative;
}
@media (max-width: 575.98px) {
  /* #fl_selected-product {
    display: none;
  } */
}
#fl_selected-product .fl-members_price-table {
  visibility: visible;
  opacity: 1;
  width: 100%;
  max-width: 100%;
}
#flMembersCheckout input.parsley-error,
#flMembersCheckout select.parsley-error {
  border: 1px solid #e6005f !important;
}
.fl-members_form-type-checkbox .parsley-error {
  color: #e6005f;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
}
.fl-members_form-type-checkbox a {
  color: unset;
  text-decoration: underline;
}
.fl-members_form-type-checkbox a:hover {
  text-decoration: none;
}
.fl-fancybox-content {
  max-width: 1080px;
  max-height: 90%;
}
.fl-members_form-field-goals {
  margin: -6px -12px 12px;
}
.fl-members_form-field-goals .fl-members_form-field-third {
  width: 100%;
  padding: 6px 12px;
}
@media (min-width: 576px) {
  .fl-members_form-field-goals .fl-members_form-field-third {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .fl-members_form-field-goals .fl-members_form-field-third {
    width: 33.3333%;
  }
}
.fl-members_form-type-radio input,
.fl-members_form-type-checkbox input {
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.fl-members_form-type-radio span {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  margin-left: 0;
  line-height: 24px;
}
.fl-members_form-type-radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 9999px;
  width: 16px;
  height: 16px;
  border: 2px solid #29a3af;
}
.fl-members_form-type-radio :checked + span::before {
  background-color: #29a3af;
}
.fl-members_form-type-radio :checked + span::after {
  height: 6px;
  width: 6px;
  left: 5px;
  top: 8px;
  border-radius: 9999px;
  content: "";
  position: absolute;
  background-color: #ffffff;
}
.fl-members_price-table-header-collapse {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .fl-members_price-table-header-collapse {
    display: block;
  }
}
.fl-members_price-table__feature-collapse-button {
  cursor: pointer;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
  display: none;
}
.fl-members_price-table__feature-collapse-button h3 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.fl-members_price-table__feature-collapse-button svg {
  margin-top: -8px;
  margin-left: 12px;
}
.fl-members_price-table__feature-collapse-button {
  display: none;
}
.fl-members_price-table__feature-collapse {
  display: block;
}
@media (max-width: 575.98px) {
  .fl-members_price-table__feature-collapse-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fl-members_price-table__wrapper.notswiper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* .isfilter .fl-members_price-table__wrapper {
  flex-direction: column;
  align-items: center;
  position: relative;
} */

.fl-members_price-table__wrapper.notswiper .fl-members_price-table {
  width: 100%;
}

/* .isfilter .fl-members_price-table__wrapper {
  position: absolute;
  top: 0px;
} */

@media (min-width: 768px) {
  .fl-members_price-table__wrapper.notswiper .fl-members_price-table {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .fl-members_price-table__wrapper.notswiper .fl-members_price-table {
    width: 33.3333%;
  }
}
#flMembersLoader {
  display: none;
  position: absolute;
  z-index: 20;
  background-color: #272a2dc0;
  height: 100%;
  width: 100%;
}
#flMembersLoader .loader-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#flMembersLoader svg {
  width: 64px;
  height: 64px;
}
.fl-members_price-table__collapse-button {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.fl-members_price-table__collapse-button svg {
  margin-top: 0px;
  margin-left: 12px;
}
.fl-members_price-table__collapse-body,
.fl-members_price-table__collapse-body p:not(.text-small) {
  font-size: 16px !important;
}
.fl-members_price-table__collapse-body h5 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 24px;
}
.fl-members_form_column-inner [x-data="collapse"] {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.fl-members_form-field-group-salutation {
  margin-top: 12px;
  margin-bottom: 20px;
}
.fl-members_form-field-checked {
  margin-top: 24px;
  margin-bottom: 32px;
}
.fl-members_form-field-checked strong {
  font-size: 16px !important;
}
.fl-members_form-field-checked p + p {
  margin-top: 24px;
}
.fl-members_form-field-birthday {
  width: 33.333%;
}

@media (max-width: 991.98px) {
  .fl-members_form_row .fl-members_form_column.product {
    order: 1;
  }
  .fl-members_form_row .fl-members_form_column:first-child {
    order: 2;
  }
  .fl-members_form_footer {
    order: 3;
  }
  #fl_selected-product {
    /* border-bottom: 1px solid #f0f0f0; */
    padding: 10px 10px 0px;
  }
  #fl_selected-product .fl-members_price-table-body {
    padding-bottom: 0px;
    display: none;
  }
  #fl_selected-product
    .fl-members_price-table__feature-collapse-button:not(.isactive) {
    margin-bottom: 0px !important;
  }
  .fl-members_breadcrumb {
    padding-bottom: 0px;
  }
  .fl-members_form_column-inner {
    padding-top: 0px;
  }
  .fl-members_price-table__collapse-body
    .fl-members_form-field-half
    + .fl-members_form-field-half {
    padding-left: 5px !important;
  }
}
#fl_selected-product .fl-members_price-table-header {
  padding-bottom: unset;
}
#fl_selected-product .fl-members_price-table-header-inner {
  position: relative;
  padding: 32px 32px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #fl_selected-product .fl-members_price-table {
    /* max-width: 536px; */
  }
  #fl_selected-product .fl-members_price-table-header-inner {
    padding: 48px 32px;
  }
}
.fl-members-back-button {
  border-radius: 2px;
  display: inline-block;
  padding: 8px 16px;
  background-color: #29a3af;
  color: #ffffff;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.fl-members-back-button:hover {
  background-color: #29a3af;
  color: #ffffff;
}
.fl-members-back-button > span {
  display: flex;
  justify-content: center;
  justify-items: center;
}
.fl-members-back-button > span svg {
  margin-left: -6px;
  margin-right: 6px;
}

.fl-members_price-filters__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.filter-wrapper {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 12px;
  cursor: pointer;
  border: 4px solid #cdcdcd;
  background-color: #cdcdcd;
  width: 56px;
  height: 32px;
  border-radius: 24px;
}
.filter-wrapper.isactive {
  border: 4px solid #dcb881;
  background-color: #dcb881;
}
.filter-wrapper .filter {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
.filter-wrapper.isactive .filter {
  margin-left: 24px;
}
.noswiper-wrapper {
  transform: none !important;
}

.noswiper-wrapper + .swiper-button-prev,
.noswiper-wrapper + .swiper-button-prev + .swiper-button-next,
.noswiper-wrapper
  + .swiper-button-prev
  + .swiper-button-next
  + .swiper-pagination {
  display: none;
}

#fl-members-signature canvas {
  border-radius: 3px;
}
#clearSignature {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #272a2d;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #f2f2f2;
  position: absolute;
  top: -48px;
  left: 360px;
}
#clearSignature svg {
  width: 20px;
  height: 20px;
}
body.jq-signature[style="overflow: hidden;"] {
  padding-right: 10.667px;
}
body.jq-signature[data-elementor-device-mode="desktop"][style="overflow: hidden;"] {
  padding-right: 16px;
}
.fl-members_form-field-group-signature
  .parsley-error
  ~ .fl-members_form-field-signature
  canvas {
  border-color: #e6005f !important;
}
.fl-members_form-adult {
  padding: 32px;
  border-radius: 2px;
  margin-top: 24px;
  background-color: #f4f4f4;
}
.toastify-center {
  border-radius: 24px;
}
