/** Dark Mode **/
:root {
  --coral: #f18079;
  --sofia-pro: 'sofia-pro', sans-serif;
  --dark-grey: #171717;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
li,
textarea,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
label {
  font-family: var(--sofia-pro);
}

/* end cleanup */
.clearfix {
  clear: both;
}

.hideMe {
  display: none;
}

.local-studio-selector {
  display: none;
}

.local-studio-selector select {
  width: 100%;
  font-family: var(--sofia-pro);
}

.improv-field-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -3000px;
}

.improv-field {
  visibility: hidden;
  opacity: 0;
}

/** HERO **/
.checkout-row.row-2-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 40px;
}

h1 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

.subheadline {
  font-size: 20px;
  line-height: 1.5;
}

.coral-divider-line {
  height: 12px;
  background: var(--coral);
  margin: 25px 0;
  width: 100%;
  max-width: 65px;
}

#mm_checkout_form,
.checkoutStepTwo-Container.gift #mm_checkout_form #mm_field_first_name,
.checkoutStepTwo-Container.gift #mm_checkout_form #mm_field_last_name {
  display: none;
}

.checkoutStepTwo-Container.gift #mm_checkout_form {
  display: block;
  margin: 0;
}

.checkoutContainer {
  display: flex;
  justify-content: space-between;
}

.checkoutHeadline h2 {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 25px;
}

.checkoutHeadline p {
  font-size: 22px;
}

.checkoutColumn h2,
.checkoutColumn .step-headline {
  font-family: 'arca-majora', sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}

.checkoutColumn h2 span.step,
.checkoutColumn .step-headline span.step {
  font-family: var(--sofia-pro);
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
  border-radius: 100px;
  text-align: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
}

.alreadyMember .login-button {
  color: #000;
  border: none;
  background: none;
  padding: 0;
  line-height: 1.3;
  font-family: var(--sofia-pro);
  text-decoration: underline;
}

.requiredText {
  font-size: 12px;
}

.customerInfo,
.accountInfo {
  margin-bottom: 25px;
}

textarea,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
input[type='search'] {
  background: #f4f4f8;
  border: 2px solid #e8e7e9;
  padding: 10px;
  margin-bottom: 0px;
  height: auto;
  font-size: 15px;
  width: 100%;
  transition: 0.3s ease;
}

textarea:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='search']:focus {
  border-color: #1f3948;
  border-width: 2px;
  background: #fff;
}

.checkoutSection input[disabled]:not(input[type='submit']),
.checkoutSection select[disabled],
.checkoutSection textarea[disabled],
.checkoutSection input[readonly]:not(input[type='submit']),
.checkoutSection select[readonly],
.checkoutSection textarea[readonly] {
  background-color: rgba(255, 255, 255, 0.09);
  opacity: 0.4;
}

label.control-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

.hide-first {
  display: none;
}

.zip-code-wrapper {
  margin-top: 15px;
}

.ccpa-notice {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.submitBtnContainer .submit_btn {
  width: 100%;
  background: #1f3948;
  color: #fff;
  border: none;
  padding: 15px;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-family: var(--sofia-pro);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.submitBtnContainer .submit_btn:hover {
  opacity: 0.7;
}

.fnameField,
.lnameField,
.emailField,
.passwordField {
  margin-bottom: 9px;
}

.productInformation {
  background: #203947;
  padding: 30px;
}

.productInformation .topSection {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
}

.productInformation .topSection h2 {
  font-family: 'arca-majora', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0.025em;
  color: #fff;
  margin: 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 23px;
}

.productInformation .topSection h3 {
  color: #fff;
  margin: 0;
  padding-bottom: 20px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.productInformation .topSection ul {
  margin: 0 0 0 1.655em;
}

.productInformation .topSection ul li {
  line-height: 1.3;
  margin-bottom: 5px;
}

.productInformation .topSection .priceDescription {
  margin-top: 0;
}

.priceDescription {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: var(--sofia-pro);
}

.productInformation .bottomSection .cancelAnytime {
  font-size: 20px;
  font-weight: 700;
  font-family: 'arca-majora', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.cancelAnytime p {
  margin: 0;
}

.productInformation .mm-discount-true {
  margin-top: 15px;
}

.productInformation .mm-discount-true ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.productInformation .mm-discount-true ul li {
  margin-left: 0;
  font-weight: 700;
}

.productInformation .mm-discount-true ul li .mm-prices {
  font-weight: 700;
}

.productInformation .mm-discount-true ul li .mm-data,
.productInformation .mm-discount-true ul li #mm_label_total_price {
  font-weight: 400;
}

.discount-disclaimer-text {
  font-family: var(--sofia-pro);
  font-style: italic;
  font-size: 13px;
}

.checkoutStepOne-Container,
.checkoutStepTwo-Container,
.checkoutStep-membership-selector-container {
  margin-top: 25px;
}

.checkoutStepOne {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 25px;
}

.checkoutStepOne .local-studio,
.checkoutStepOne .local-studio-selector,
.checkoutStepOne .ccpa-notice {
  grid-column-start: 1;
  grid-column-end: 3;
}

.membership-plan-selector.saved {
  cursor: pointer;
}

.formContainer {
  background: #ededed;
  border: 1px solid #c1c1c1;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.hidden {
  display: none;
  opacity: 0;
  height: 0;
}

.saved .checkoutStepOne-Container,
.saved .checkoutStepTwo-Container,
.saved .membership-plan-selector {
  display: none;
  opacity: 0;
  height: 0;
}

.step-headline .fa-check,
.step-1-complete,
.step-2-complete {
  display: none;
}

.saved .step-headline .fa-check {
  display: block;
  border: 2px solid green;
  color: green;
  border-radius: 100px;
  font-size: 21px;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  padding: 6px;
}

.saved .step-headline .step-1-complete,
.saved .step-headline .step-2-complete {
  display: block;
}

p.fieldExtra {
  font-size: 12px;
}

.terms a {
  color: #000;
}

/** Coupons **/
.discount-line {
  display: none;
}

.priceDescription ul {
  list-style-type: none;
  margin: 0;
}

.new-card-container hr {
  height: 1px;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-color: #b3b3b3;
}

.couponField {
  display: grid;
  grid-template-columns: 1fr 106px;
  grid-gap: 0;
}

.couponField input {
  grid-column-start: 1;
  grid-column-end: 2;
}

.couponField a {
  grid-column-start: 2;
  grid-column-end: 2;
  background: #000;
  color: #fff;
  height: 100%;
  text-decoration: none;
  padding: 5px;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.couponField a:hover {
  opacity: 0.7;
}

.couponField .clearCoupon-btn {
  display: none;
}

/** Saved Cards on File **/

.saved-card-container {
  display: none;
  margin-bottom: 25px;
}

#checkoutStepTwo .saved-card-container h2,
#checkoutStepTwo .new-card-container h2 {
  text-transform: uppercase;
  font-family: var(--sofia-pro);
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 15px;
}

.or-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sofia-Pro', sans-serif;
  line-height: 1;
  font-size: 15px;
  color: #464646;
  margin: 25px 0 30px;
}

.or-container .left-line {
  width: 50px;
  border-top: 2px solid #b3b3b3;
  margin: 0 10px 0 0;
}

.or-container .right-line {
  width: 50px;
  border-top: 2px solid #b3b3b3;
  margin: 0 0 0 10px;
}

.saved-card-list {
  list-style-type: none;
  margin: 0;
}

.saved-card-list li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.saved-card-list li label {
  margin-left: 7px;
  font-size: 15px;
  line-height: 1;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display: none;
  background: #f7f7f7;
  border: 1px solid #ddd;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message h3 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #444444;
}

#message p {
  padding: 5px 7px;
  font-size: 13px;
  margin: 0;
  width: 46%;
  line-height: 1.3;
}

#message .validationContainer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
  list-style-type: none;
}

#message .validationContainer ul li {
  width: 50%;
  line-height: 1.2;
  margin-bottom: 10px;
}

.valid {
  color: green;
}

.valid .form-symbol:before {
  position: relative;
  left: 0;
  content: '\f058';
  font-family: FontAwesome;
}

.invalid {
  color: rgb(247, 106, 106);
}

.invalid .form-symbol:before {
  position: relative;
  left: 0;
  content: '\f057';
  font-family: FontAwesome;
}

/* End Password Validation Box Styles */

#bm-checkoutError {
  display: none;
  background: rgb(247, 106, 106);
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  margin: 10px 0;
  font-family: var(--sofia-pro);
  text-align: center;
  line-height: 1.4;
}

.cardjs input.disabled,
#mm_field_billing_zip.disabled {
  background: #eaeaea !important;
}

input.valid {
  border-color: green;
}

input.error {
  border-color: rgb(247, 106, 106);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.error {
  display: none;
  background: var(--coral);
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  width: 100%;
  margin-bottom: 15px;
}

label.error a.loginPop {
  color: #fff;
  text-decoration: underline;
}

.checkoutErrors a.loginPop {
  color: #fff;
}

#userPassword-error {
  display: none !important;
}

#userPassword.error {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#mm_field_billing_zip {
  background: #fdfdfd;
  color: #676767;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.step1_gdprField {
  display: none;
}

.gdprFieldContainer label {
  font-size: 13px;
  color: #b3b3b3;
  line-height: 1.4;
}

input[type='checkbox']#gdprField {
  margin: 0;
}

#mm_checkbox_is_gift {
  display: none;
}

/* Modal Styles */
.noOverflow {
  overflow-y: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 2%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.bgOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.close {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 18px;
  height: 21px;
  opacity: 0.7;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 22px;
  width: 2px;
  background-color: #000;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

#loginlightbox label {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

#loginlightbox .remembermeContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

#loginlightbox .remembermeContainer label {
  display: block;
  margin: 0;
  font-size: 13px;
}

#loginlightbox .lwa-rememberme {
  margin: 0 5px 0 0;
  padding: 0;
}

#loginlightbox .lwa-links-remember-cancel {
  display: block;
  text-align: center;
  font-size: 14px;
}

#loginlightbox .lwa-divs-only .lwa-form .lwa-submit-button {
  float: none;
}

#loginlightbox .lwa .lwa-form {
  margin: 0;
}

#loginlightbox .lightbox-content {
  background: #fff;
  border-radius: 4px;
  width: auto;
  max-height: 700px;
  height: auto;
  overflow-y: auto;
  padding: 40px;
  display: block;
  text-align: left;
  position: relative;
  margin: auto;
  max-width: 350px;
  box-sizing: border-box;
}

#loginlightbox h2 {
  margin: 0 0 15px;
  font-size: 23px;
  font-weight: 700;
}

#loginlightbox h3 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
}

#loginlightbox {
  display: none;
}

#loginlightbox .lwa-status-invalid {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  font-family: var(--sofia-pro);
  font-size: 15px;
}

#loginlightbox .lwa-submit-button input[type='submit'] {
  background: rgb(61, 85, 103);
  color: #fff;
  border: none;
  padding: 11px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: 0.3s ease;
  width: 100%;
  font-weight: 400;
  font-family: var(--sofia-pro);
  font-size: 15px;
  letter-spacing: 1px;
}

#loginlightbox .lwa-submit-button input[type='submit']:hover {
  opacity: 0.8;
}

#loginlightbox .lwa-links-register-inline {
  display: none;
}

#loginlightbox .lostPasswordContainer {
  text-align: center;
  margin-top: 20px;
}

#loginlightbox .lostPasswordContainer .lwa-links-remember {
  font-size: 15px;
  font-family: 'proxima-nova', sans-serif;
  color: rgb(189, 128, 42);
}

#loginlightbox #lwa_user_login {
  background: url(/wp-content/uploads/2017/08/Email_Icon.png) no-repeat 97% 50%;
}

#loginlightbox #lwa_user_pass {
  background: url(/wp-content/uploads/2017/08/Password_Icon.png) no-repeat 97% 50%;
}

#loginlightbox input[type='text'],
#loginlightbox input[type='password'] {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #000;
  padding: 11px 35px 11px 11px;
  font-size: 15px;
  transition: 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  transition: 0.3s ease;
  font-family: var(--sofia-pro);
  margin: 0 0 15px;
  background: #fff;
}

/* End Modal Styles */
.terms-submit {
  display: flex;
  flex-direction: column-reverse;
}

.submitBtnContainer {
  position: relative;
  display: block;
}

.checkoutStepOne .submitBtnContainer {
  top: 25px;
}

.checkout-button.processing {
  opacity: 0.5;
  background: #ededed !important;
  pointer-events: none;
}

.fa-cog {
  display: none;
  font-family: FontAwesome;
  font-style: normal;
  position: absolute;
  color: #fff;
  right: 5%;
  top: 15px;
}

.fa-cog.saving_indicator {
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  display: none;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.couponContainer {
  margin-top: 25px;
}

.priceDescription {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: var(--sofia-pro);
}

.terms {
  font-family: var(--sofia-pro);
  line-height: 1.4;
  margin: 15px 0 20px;
  font-size: 13px;
}

form {
  margin: 0;
}

#mm-discount-info-block-0 {
  margin-top: -15px;
  margin-bottom: 15px;
}

#mm-discount-info-block-0 ul {
  margin: 0;
  list-style-type: none;
}

#mm-discount-info-block-0 ul li {
  font-weight: 700;
}

#mm-discount-info-block-0 ul li #mm_label_discount,
#mm-discount-info-block-0 ul li #mm_label_total_price,
#mm_label_total_price_sidebar,
#mm_label_discount_sidebar {
  font-weight: 400;
}

#ccform.card-js .card-number-wrapper,
#ccform.card-js .cvc-wrapper,
#ccform.card-js .expiry-wrapper,
#ccform.card-js .name-wrapper {
  box-shadow: none;
}

/* Mobile Expiry Fields */
.card-js .expiry-wrapper.expiration-dropdowns {
  display: flex;
  width: 100%;
  float: none;
  flex-wrap: wrap;
}

.card-js .expiry-wrapper.expiration-dropdowns .icon {
  display: none;
}

.card-js .expiry-wrapper.expiration-dropdowns .expiry-month {
  width: 50%;
  padding-left: 0px;
  padding: 7px;
  margin-bottom: 0;
}

.card-js .expiry-wrapper.expiration-dropdowns .expiry-year {
  width: 50%;
  padding: 7px;
  margin-bottom: 0;
}

/* End Mobile Expiry Fields */

/** Membership Selector **/
.membership-plan {
  display: flex;
  margin-bottom: 24px;
}

.membership-plan input {
  margin: 10px 10px 0 0;
}

.membership-plan label {
  display: grid;
  grid-template-columns: 1fr 90px;
  grid-template-rows: 1fr;
  grid-gap: 0 20px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  cursor: pointer;
  margin-left: 15px;
}

.membership-plan label:hover,
.membership-plan.checked label {
  opacity: 1;
}

.membership-plan .membership-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  align-items: center;
  line-height: 1;
}

.membership-plan .membership-description {
  font-size: 13px;
  color: #000;
  letter-spacing: 0.52px;
  grid-column-start: 1;
  grid-column-end: 2;
  line-height: 1.3;
  margin-top: 8px;
}

.membership-plan .price-holder {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.membership-plan .the-price {
  font-size: 13px;
  font-weight: 700;
  display: block;
  line-height: 1;
  width: max-content;
}

.membership-plan .beta-price {
  font-size: 13px;
  font-weight: 700;
  display: block;
  line-height: 1;
  text-decoration: line-through;
  margin-bottom: 6px;
  color: #a7a7a7;
}

.membership-plan .frequency {
  font-size: 13px;
  color: #757575;
  display: block;
}

.membership-plan .discount {
  color: #008000;
  font-size: 13px;
}

.membership-plan .plan-badge {
  background: #203947;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10em;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  text-transform: capitalize;
  margin-left: 8px;
}

@media screen and (max-width: 882px) {
  .checkoutHeadline h1 {
    font-size: 31px;
  }
}

@media screen and (max-width: 767px) {
  .checkoutContainer {
    flex-direction: column;
  }

  .checkout-row.row-2-2 {
    grid-template-columns: 1fr;
  }

  .checkout-row.row-2-2 .column:nth-of-type(1) {
    grid-row: 2;
  }
}

@media screen and (max-width: 600px) {
  .checkoutStepOne {
    display: flex;
    flex-direction: column;
  }

  .checkoutStepOne .form-group {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  #checkoutStepTwo .card-js .cvc-container {
    width: 100%;
    float: none;
  }

  #checkoutStepTwo .card-js .cvc-container .cvc-wrapper {
    margin-left: 0;
  }

  #checkoutStepTwo .card-js .expiry-container {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 425px) {
  .checkoutHeadline h1 {
    text-align: center;
  }

  .checkoutColumn h2 {
    font-size: 20px;
  }

  .checkoutColumn h2 span.step {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 325px) {
  #checkoutStepTwo .card-js .cvc-wrapper {
    margin-left: 0;
  }

  #checkoutStepTwo .card-js .expiry-wrapper {
    margin-right: 0;
  }
}

/** Dark Mode **/

.darkmode #x-site {
  background: #000;
}

.darkmode .checkoutSection h1,
.darkmode .checkoutSection h2,
.darkmode .checkoutSection h3,
.darkmode .checkoutSection h4,
.darkmode .checkoutSection h5,
.darkmode .checkoutSection h6,
.darkmode .checkoutSection p,
.darkmode .checkoutSection a,
.darkmode .checkoutSection div,
.darkmode .checkoutSection span,
.darkmode .checkoutSection input,
.darkmode .checkoutSection select,
.darkmode .checkoutSection label {
  color: #fff;
  font-family: var(--sofia-pro);
}

.darkmode .checkoutSection h1 {
  font-size: 28px;
  margin-top: 0;
}

.darkmode .checkoutSection option {
  color: #000;
}

.darkmode .checkoutSection select {
  font-size: 15px;
}

.darkmode .productInformation .topSection h3 {
  font-weight: 700;
}

.darkmode .checkoutSection .local-studio-selector {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

.darkmode .checkoutSection a {
  color: var(--coral);
  text-decoration: underline;
}

.darkmode .checkoutSection .create-account.error a {
  color: #000;
}

.darkmode .couponField a {
  text-decoration: none;
}

.darkmode div.error {
  color: #000;
}

.darkmode .fa-cog {
  color: #000;
}

.darkmode .checkoutColumn h2 span.step,
.darkmode .checkoutColumn .step-headline span.step {
  background-color: var(--coral);
  color: #000;
}

.darkmode .membership-plan .membership-description,
.darkmode .membership-plan .beta-price,
.darkmode #message h3,
.darkmode .gdprFieldContainer label {
  color: #fff;
}

.gdprFieldContainer label {
  margin-bottom: 5px;
  margin-left: 0;
}

.darkmode .membership-plan .frequency,
.darkmode .membership-plan .discount,
.alreadyMember .login-button {
  color: var(--coral);
}

.darkmode .membership-plan .plan-badge {
  background: var(--coral);
  color: #000;
}

.darkmode .submitBtnContainer .submit_btn {
  background: var(--coral);
  color: #000;
  font-family: var(--sofia-pro);
}

.darkmode .productInformation {
  background: var(--coral);
}

.darkmode .productInformation .topSection h2,
.darkmode .productInformation .topSection h3,
.darkmode .productInformation .topSection p,
.darkmode .productInformation .bottomSection .cancelAnytime,
.productInformation .topSection ul li {
  color: #000;
  font-family: var(--sofia-pro);
}

.darkmode .productInformation .topSection,
.darkmode .productInformation .topSection h2 {
  border-bottom-color: #000;
}

.darkmode .formContainer {
  border: none;
  box-shadow: none;
  max-width: 550px;
  background: transparent;
}

.darkmode .couponContainer .mm-button {
  text-decoration: none;
  color: #000;
  background: var(--coral);
  border: none;
}

.darkmode textarea,
.darkmode input[type='text'],
.darkmode input[type='tel'],
.darkmode input[type='email'],
.darkmode input[type='password'],
.darkmode input[type='search'],
.darkmode select,
.darkmode select.expiry-month,
.darkmode select.expiry-year,
.darkmode #mm_field_billing_zip,
.darkmode .card-js input:focus,
.darkmode .card-js select:focus,
.darkmode #message {
  background: rgba(255, 255, 255, 0.09);
  border: none;
}

.darkmode .form-group {
  margin-bottom: 20px;
}

.darkmode .local-studio label {
  display: flex;
  align-items: center;
  line-height: 1;
}

.darkmode .local-studio label input {
  margin-right: 5px;
}

.darkmode .card-js .icon {
  top: 5px;
}

.darkmode .invalid,
.darkmode .invalid .form-symbol {
  color: rgba(255, 255, 255, 0.5);
}

.darkmode .valid,
.darkmode .valid .form-symbol {
  color: var(--coral);
}

.darkmode #mm_field_password-error {
  color: #000;
  background: #000;
}

.darkmode .saved .step-headline .fa-check {
  border: 2px solid var(--coral);
  color: var(--coral);
}

.darkmode .productInformation .priceDescription,
.darkmode .productInformation .priceDescription * {
  color: #000;
}

.darkmode .checkoutSection .trial-terms p {
  font-size: 13px;
  color: #b3b3b3;
  line-height: 1.4;
}

.darkmode .checkoutSection .bordered-white {
  border: solid;
  padding: 10px;
}

.bordered-white p {
  margin-bottom: 0px;
}

.darkmode .checkoutSection .trial-terms a {
  color: #555555;
}

.optin-checkbox {
  min-width: 25px;
}

.gdpr-optin-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@media (max-width: 768px) {
  .gdpr-optin-container label {
    font-size: 16px;
  }
}

.membership-selector {
  position: relative;
  max-width: 450px;
}

.loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.membership-selector .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: #000;
  z-index: 2;
  opacity: 0.6;
}

#card-element {
  padding: 10px;
  background: #000;
  border: 2px solid #383838;
  margin-bottom: 15px;
}

/** Already Owned Popup **/
.bo-alreadymember-modal.swal2-container {
  z-index: 9999;
}

.swal2-container .swal2-title,
.swal2-container .swal2-html-container {
  color: #fff;
  font-family: var(--sofia-pro);
}

.swal2-container .swal2-styled.swal2-confirm,
.swal2-container .swal2-styled.swal2-deny {
  font-family: var(--sofia-pro);
  padding: 10px 25px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
}

.fas.fa-check::before {
  font-size: 25px;
}

/** End Popup **/
@media screen and (max-width: 882px) {
  .checkoutHeadline h1 {
    font-size: 31px;
  }
}

@media screen and (max-width: 767px) {
  .checkoutContainer {
    flex-direction: column;
  }
  input[type='radio'][name='membership-plan'] {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
  }
  .disclaimer-text input[type='checkbox'][name^='terms_and_conditions'] {
    flex: 1;
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    margin-right: 5px;
  }
  .disclaimer-text label[for^='terms_and_conditions'] {
    flex: 25;
  }
}

@media screen and (max-width: 500px) {
  #checkoutStepTwo .card-js .cvc-container {
    width: 100%;
    float: none;
  }

  #checkoutStepTwo .card-js .cvc-container .cvc-wrapper {
    margin-left: 0;
  }

  #checkoutStepTwo .card-js .expiry-container {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 425px) {
  .checkoutHeadline h1 {
    text-align: center;
  }

  .checkoutColumn h2 {
    font-size: 20px;
  }

  .checkoutColumn h2 span.step {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 325px) {
  #checkoutStepTwo .card-js .cvc-wrapper {
    margin-left: 0;
  }

  #checkoutStepTwo .card-js .expiry-wrapper {
    margin-right: 0;
  }
}

@media screen and (min-width: 500px) {
  .membership-description {
    min-width: 312px;
  }
}

@media screen and (max-width: 499px) {
  .membership-description {
    min-width: 229px;
  }
}
@media screen and (max-width: 449px) {
  .membership-description {
    min-width: 200px;
  }
}
@media screen and (max-width: 389px) {
  .membership-description {
    min-width: 146px;
  }
}
