.chargbee-tabs {
  max-width: 100%;
  margin: auto;
}

.chargbee-tabs #cb-customer-form {
  max-width: 100%;
  margin: auto;
}

.chargbee-tabs .tab-button .join-now-button {
  background-color: #000;
  font-size: 16px;
  line-height: 100%;

  letter-spacing: 0%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-family: "VICE Grotesk", Helvetica, Arial, sans-serif !important;
  border-radius: 7px;
  padding: 16px 8px;
  width: 100%;
  margin-top: 22px;
  cursor: pointer;
  border: none;
}

.chargbee-tabs .tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.chargbee-tabs .tab-button {
  border: 1px solid #00000066 !important;
  border-radius: 20px !important;
  padding: 25px 30px !important;
  box-shadow: 0px 4px 30px 0px #00000033 !important;
  cursor: pointer !important;
  transition: outline-color 1s !important;
  background: none !important;
  background-color: transparent !important;
  display: block;
  flex: 0 0 32% !important;
  width: 30% !important;
  box-sizing: border-box !important;
  height: auto;
}



.chargbee-tabs .tab-button h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 27px;
}

.chargbee-tabs .tab-button .price {
  font-size: 28.84px;
  font-weight: 700;
  color: #000;
}

.chargbee-tabs .tab-button .price .period {
  font-size: 15.6px;
  font-weight: 400;
}

.chargbee-tabs .tab-button ul {
  padding: 0;
  font-size: 14px;
}

.chargbee-tabs .tab-button ul li {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  gap: 7px;
  color: #000000b2;
}

.chargbee-tabs .tab-button ul li span {
  margin-top: 5px;
}

.chargbee-tabs .cancel-svg {
  display: none;
}

@media (max-width: 1373px) {

  .chargbee-tabs .tabs .tab ul li {
    font-size: 12px;
  }

  .chargbee-tabs .top-bar {
    margin-bottom: 20px;
  }

  .chargbee-tabs .subscribe-heading {
    margin-bottom: 15px !important;
  }
}



@media (max-width: 976px) {
  .chargbee-tabs .vice-logo {
    width: 140px;
  }

  .chargbee-tabs .subscribe-heading {
    font-size: 42px !important;
  }




  .chargbee-tabs .tabs .tab ul {
    margin-bottom: 0;
  }
}

@media (min-width: 500px) and (max-width: 767px) {

  .chargbee-tabs .tabs .tab ul {
    margin: 0;
  }

}

@media (max-width: 767px) {
  .chargbee-tabs .cancel-svg {
    display: block;
    position: absolute;
    top: 10px;
    right: 21px;
    cursor: pointer;
    transition: opacity 0.7s;
  }

  .chargbee-tabs .cancel-svg:hover {
    opacity: 0.6;
  }

  .chargbee-tabs .vice-logo {
    width: 120px !important;
  }

  .chargbee-tabs .subscribe-heading {
    font-size: 38px !important;
  }

  .chargbee-tabs .top-bar a {
    top: 0;
    right: -21px;
  }

  .chargbee-tabs .tabs {
    flex-direction: column;
    align-items: center;
  }

  .chargbee-tabs .tabs .tab .price {
    font-size: 38px;
    font-weight: 700;
  }

  .chargbee-tabs .tabs .tab ul li {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .chargbee-tabs .vice-logo {
    width: 100px;
  }

  .chargbee-tabs .subscribe-text.main {
    font-size: 14px;
  }

  .chargbee-tabs .unlock-button.main {
    font-size: 15px;
  }

  .chargbee-tabs .subscribe-heading {
    font-size: 32px !important;
    margin-bottom: 15px;
  }

  .chargbee-tabs .cancel-svg {
    top: 58px;
  }

  .chargbee-tabs .tabs .tab .price {
    font-size: 32px;
  }

  .chargbee-tabs .unlock-overlay .info-container {
    padding: 0 20px;
  }

  .chargbee-tabs .top-bar a {
    top: 0;
    right: 0;
    font-size: 11px;
  }
}




/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* new design figma */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.chargbee-tabs {
  margin-top: 48px;
}

.chargbee-tabs .tab {
  width: 100%;
}

.chargbee-tabs #cb-customer-form {
  width: 100%;
  max-width: 100%;
}

.chargbee-tabs .tab-button {
  border: 1px solid rgba(224, 224, 224, 1) !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 40px 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;

}

.chargbee-tabs .tab-button .discount {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chargbee-tabs .tab-button .discount .original-price {
  font-family: 'VICE Grotesk', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: line-through;
  color: rgba(117, 117, 117, 1);
  margin-right: 8px;
}




.chargbee-tabs .tab-button .discount .discount-tag {
  font-family: 'VICE Grotesk', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #000;
  border: 1px solid #000;
  padding: 4px 12px;
}

.chargbee-tabs .tab-button.most-popular .discount .discount-tag {
  color: #fff;
  border: 1px solid #fff;
}

.chargbee-tabs .tab-button ul {
  margin-top: 32px !important;
}

.chargbee-tabs .tab-button ul li {
  font-family: 'VICE Grotesk', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

@media (max-width: 1373px) {
  .chargbee-tabs .tab-button {
    padding: 40px 32px !important;
  }
}


@media (max-width: 1373px) {
  .chargbee-tabs .tabs .tab ul li {
    font-family: 'VICE Grotesk', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}

.chargbee-tabs .tab-button .tab h2 {
  font-family: "VICE Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  min-height: 47px;
  margin-bottom: 10px !important;
}

.chargbee-tabs .tab-button .tab .price {
  font-family: "VICE Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0;
  text-align: center;
}


.chargbee-tabs .tab-button .join-now-button {
  font-family: "VICE Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  border-radius: 0px !important;
  padding-top: 12px;
  padding-bottom: 12px;

}

.chargbee-tabs .tab-button .price .period {
  font-family: "VICE Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
}

.chargbee-tabs .tab-button.most-popular {
  background: #000 !important;
}

.chargbee-tabs .tab-button.most-popular .tab h2 {
  color: #fff;
}

.chargbee-tabs .tab-button.most-popular .tab .price {
  color: #fff;
}

.chargbee-tabs .tab-button.most-popular .tab ul li {
  color: #fff;
}

.chargbee-tabs .tab-button.most-popular .tab ul li svg path {
  fill: #fff !important;
}

.chargbee-tabs .tab-button.most-popular .join-now-button {
  background: #fff;
  color: #000;
}


.chargbee-tabs .tab-button {
  position: relative;
}

.chargbee-tabs .tab-button .most-popular-tags {
  background: #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border: 0.5px solid rgba(12, 12, 12, 1);
  font-family: "VICE Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  padding: 6px 24px;
  margin: 0px;
}

/* / lag */
@media (max-width: 1220px) {
  .chargbee-tabs .tab-button {
    flex: 0 0 48% !important;
    width: 0 0 48% !important;
  }

  .chargbee-tabs .tabs {
    justify-content: space-between;
    row-gap: 40px;
  }



}

@media (max-width: 1168px) {
  .chargbee-tabs .tabs .tab-button {
    padding: 40px 32px !important;
  }


}

.chargbee-tabs .tab-button .price .period {
  margin-left: -8px;
}

@media (min-width: 767px) and (max-width: 1293px) {
  .chargbee-tabs .tab-button .discount .original-price {
    font-size: 20px;
    line-height: normal;
  }

  .chargbee-tabs .tab-button .discount .discount-tag {
    font-size: 12px;
    line-height: normal;
    padding: 6px 9px;
  }

  .chargbee-tabs .tab-button .tab .price {
    font-size: 42px;
    line-height: normal;
  }

  .chargbee-tabs .tab-button .price .period {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 976px) {
  .chargbee-tabs .tabs .tab-button {
    padding: 40px 32px !important;
  }
}

@media (max-width: 767px) {
  .chargbee-tabs .tabs {
    row-gap: 32px;
  }

  .chargbee-tabs .tab-button {
    flex: 0 0 100% !important;
    width: 100% !important;
  }



}

@media (max-width: 550px) {

  .chargbee-tabs .tab-button {
    width: 100% !important
  }

  .chargbee-tabs h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .chargbee-tabs>p {
    font-size: 16px;
    line-height: 150%;
    margin-top: 12px !important;
  }
}

@media (max-width: 440px) {
  .chargbee-tabs .tab-button .discount .discount-tag {
    font-size: 12px;
    line-height: normal;
    padding: 6px 9px;
  }

  .chargbee-tabs .tab-button .discount .original-price {
    font-size: 20px;
    line-height: normal;
  }

  .chargbee-tabs .tab-button .discount .original-price {
    font-size: 20px;
    line-height: normal;
  }

  .chargbee-tabs .tab-button .discount .discount-tag {
    font-size: 12px;
    line-height: normal;
    padding: 6px 9px;
  }

  .chargbee-tabs .tab-button .tab .price {
    font-size: 42px;
    line-height: normal;
  }

  .chargbee-tabs .tab-button .price .period {
    font-size: 24px;
    line-height: normal;
  }
}



@media (max-width: 350px) {
  .chargbee-tabs .tab-button .most-popular-tags {
    font-size: 14px;
    padding: 4px 24px;
  }
}

.chargbee-tabs .tabs .tab ul li svg {
  height: 12.31px;
  width: 17px;
}

.chargbee-tabs .tab-button .discount .discount-tag {
  font-size: 15px;
}

.chargbee-tabs .tab-button .join-now-button:hover {
  background: transparent !important;
  outline: 1px solid rgba(12, 12, 12, 1) !important;
  color: rgba(12, 12, 12, 1) !important;
}

.chargbee-tabs .tab-button.most-popular .join-now-button:hover {
  background: #000 !important;
  color: #fff !important;
  outline: 1px solid #fff !important;
}

@media (max-width: 767px) {
  .chargbee-tabs .tabs .tab ul li {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .chargbee-tabs .tab-button .join-now-button {
    width: 83%;
    position: absolute;
    bottom: 30px;
  }

  .chargbee-tabs .tab-button {
    padding: 40px 32px 90px 32px !important;
  }
}

@media (max-width: 1220px){
     .chargbee-tabs .tab-button .join-now-button {
        width: 100% !important;
        position: unset !important;
    }
}

.chargbee-tabs.non-landing-pages{
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}
.non-landing-pages{
  .tab-button .tab .price{
    font-size: 35px;
  }
  .tab-button .tab .price{
    font-size: 35px;
  }
  .tab-button .price .period{
    font-size: 20px;
  }
  @media (max-width: 3000px){
     .tab-button .join-now-button {
          width: 100% !important;
          position: unset !important;
      }
      .tab-button {
          padding: 40px 32px 40px 32px !important;
      }
  }

}
