/* this css is for AB test purpose only, if it performs better than original after the AB test is completed it will be properly implemented */
/* if we decide to go with this AB variation replace color hex codes with variables from global-refreshing.css */
.plans-ab .plans-pricing__heading h1 {
    margin-bottom: 20px;
}
.plans-ab .plans-pricing__heading p {
  font-size: 15px;
}
.plans-ab #planToggle .yearlyBilling {
    margin-top: -18px;
}
.plans-ab .toggleSwitch {
  width: 70px;
  height: 36px;
}
.plans-ab .toggleSwitchSlider::before {
  width: 30px;
  height: 30px;
}
.plans-ab input:checked + .toggleSwitchSlider::before {
  -webkit-transform: translateX(33px);
  -ms-transform: translateX(33px);
  transform: translateX(33px);
}
.plans-ab .tz-plan {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #E3E5E5;
  box-shadow: 0 1px 11px 0 rgba(57, 76, 98, 0.10);
}
.plans-ab .plans-pricing__plans .tz-plan__card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
}
.plans-ab .tz-plan__card-plan-name h3 {
  font-size: 32px;
}
.plans-ab .tz-plan__card-plan-desc {
  margin-bottom: 10px;
}
.plans-ab .tz-plan__card-content .tz-plan__card-plan-desc p,
.plans-ab .tz-plan__card-content .tz-plan__card-price-per-client p,
.plans-ab .tz-plan__card-plan-clients .ui-selectmenu-button span.ui-selectmenu-text,
.plans-ab .plans-pricing__plans .tz-plan__card-plan-billing,
.plans-ab .tz-plan__card-plan-includes p,
.plans-ab .plans-pricing__plans .tz-plan__features-list-secondary .tz-checkmark-bullets--primary li{
  font-size: 14px;
}
.plans-ab .tz-plan__card-plan-clients {
  margin-bottom: 5px;
}
.plans-ab .tz-plan__card-plan-clients .ui-selectmenu-button span.ui-selectmenu-text {
  font-weight: 400;
}
.plans-ab .plans-pricing__plans .tz-plan__card-plan-curr,
.plans-ab .plans-pricing__plans .tz-plan__card-plan-price-value,
.plans-ab .plans-pricing__plans .tz-plan__card-plan-price-value--no-change {
  font-size: 45px;
}
.plans-ab .plans-pricing__plans .tz-plan__card-plan-price {
  margin-top: 0;
}
.plans-ab [data-plan="studio"] .tz-plan__card-plan-price,
.plans-ab [data-plan="studio"] .tz-plan__card-plan-billing {
  display: flex;
}
.plans-ab [data-plan="studio"] .tz-plan__card-plan-billing {
  flex-direction: column;
}
.plans-ab .tz-plan__card-cta .tz-button--secondary {
  padding-top: 24px;
  padding-bottom: 24px;
}
.plans-ab .plans-pricing__disclaimer p {
  font-size: 12px;
  margin: 25px 0 0;
}
.plans-ab .plans-pricing__plans .tz-plan__features-list-secondary .tz-checkmark-bullets--primary li {
  background-image: url('https://file.trainerize.com/assets/tz/pricing/images/feature--included.svg');
  background-size: 12px;
  padding-left: 17px;
  background-position-y: 3px;
}

@media screen and (min-width: 768px) {
  .plans-ab .plans-pricing__heading p {
    font-size: 16px;
  }
  .plans-ab #planToggle {
    margin-bottom: 70px;
  }
  .plans-ab #planToggle .monthlyBilling h3,
  .plans-ab #planToggle .yearlyBilling h3 {
    padding-top: 0;
  }
  .plans-ab #planToggle .yearlyBilling {
    margin-top: 0;
  }
  .plans-ab .plans-pricing__plans .tz-plan__card-content {
    min-height: 245px;
  }
  .plans-ab .plans-pricing__plans .tz-plan[data-plan="pro"] .tz-plan__card-plan-price {
    margin-bottom: 5px;
  }
  .plans-ab .plans-pricing__disclaimer {
    text-align: right;
    margin-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .plans-ab #planToggle .monthlyBilling h3,
  .plans-ab #planToggle .yearlyBilling h3 {
    font-size: 24px;
  }
  .plans-ab .plans-pricing__disclaimer {
    margin-right: 140px;
  }
  .plans-ab .plans-pricing__disclaimer p {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .plans-ab .plans-pricing__plans {
    margin-bottom: 0;
  }
  .plans-ab .plans-pricing__heading p {
    font-size: 20px;
  }
  .plans-ab .plans-pricing__plans .tz-plan[data-plan="free"] .tz-plan__card-plan-price,
  .plans-ab .plans-pricing__plans .tz-plan[data-plan="grow"] .tz-plan__card-plan-price {
    margin-bottom: 5px;
  }
  .plans-ab .plans-pricing__plans .tz-plan__card-content {
    min-height: 255px;
  }
  .plans-ab .tz-plan__card-cta .tz-button--secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .plans-ab .plans-pricing__disclaimer {
    margin-right: 0;
  }
  .plans-ab .plans-pricing__disclaimer p {
    margin-bottom: 60px;
  }
}