/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

body {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  background-color: #f6f8fb;
  color: #010724;
}

h1,
h2,
h3,
h4 {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont;
  font-weight: 600;
}

.navbar-sign {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.navbar-sign a {
  color: var(--linkdarkgray);
}

.icon-back {
  width: 40px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.navbar .woocommerce img,
.woocommerce-page .navbar img {
  max-width: 30px !important;
}

img.logo-icon-topbar {
  width: 100%;
  max-width: 30px;
  min-width: 30px;
}

.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.monthly-option,
.annual-option {
  border-bottom: 1px solid #484554;
}

.monthly-option.active {
  border-bottom: 3px solid #010724;
}

.annual-option.active {
  border-bottom: 3px solid #010724;
}

#plan-selector {
  display: grid;
  grid-gap: 20px;
}

.container,
.row {
  margin: 0 auto;
  width: 100%;
}

.select-plan-title,
.type-selector-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-plan-title {
  flex-direction: column;
}

.select-plan-title h1 {
  display: flex;
  padding: 10px;
  margin: 0 auto 18px auto;
  height: 30px;
}

.select-plan-title p {
  font-size: 16px;
  margin: 0 0 48px 0;
  opacity: 0.5;
}

.type-selector {
  display: flex;
  padding: 10px;
  margin: 0 auto 56px auto;
  height: 30px;
}

.type-selector h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  display: flex;
  margin: 0 0 9px 0;
  padding: 0;
}

.monthly-option,
.annual-option {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  min-width: 130px;
  margin-bottom: 1px;
  opacity: 0.5;
}

.monthly-option.active,
.annual-option.active {
  opacity: 1;
  margin-bottom: 0;
}

.monthly-option.active h2,
.annual-option.active h2 {
  margin: 0 0 8px 0;
}

.plan-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
  margin: 0;
  cursor: pointer;
}

.plan-box-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
}

.annual-price {
  display: none;
}

ul {
  display: none;
}

ul.active {
  display: flex;
  flex-direction: column;
}

.plan-description-mobile {
  display: flex;
}

.plan-description-desktop {
  display: none;
}

.monthly-price-mobile {
  display: flex;
}

.annual-price-mobile {
  display: none;
}

.annual-price-mobile.active {
  display: flex;
}

.annual-price.active {
  display: flex;
}

.recurrency-type-desktop {
  display: none;
}

.plan-box-header {
  align-items: flex-start;
}

.plan-box-price.active {
  display: flex;
  flex-direction: column-reverse;
}

.plan-box-price.active>.monthly-price {
  opacity: 0.4;
  text-decoration: line-through;
}

.plan-box-header h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 8px 0 32px 0;
}

.plan-description-desktop {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.5;
  margin: 0 0 40px 0;
}

.monthly-price,
.annual-price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.plan-box-list h3 {
  margin: 0;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 600;
}

.primary-btn {
  padding: 0 16px;
  color: #fff;
  background-color: #3a4ade;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 40px;
  line-height: 40px;
  transition: background-color 0.5s ease-in-out;
  width: 240px;
  margin: 56px auto;
}

.primary-btn a {
  color: #fff;
  text-decoration: none;
}

li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  margin: 8px 0 0 0;
  padding: 0;
}

li svg {
  margin-right: 8px;
  color: #32cfa3;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}

.recurrency-type-desktop {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
  margin: 0;
}

.plan-selector {
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  border-radius: 40px;
  border: 1px solid #010724;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}

.plan-selector.active {
  box-shadow: inset 0px 0px 0px 4.5px #010724;
  opacity: 1;
}

.recommend {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 110px;
  height: 22px;
  top: -12px;
  left: 0;
  right: 0;
  border-radius: 16px;
  background: #fd6b3b;
  color: #fff;
  margin: 0 auto;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.discount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 150px;
  height: 22px;
  top: -12px;
  left: 0;
  right: 0;
  border-radius: 16px;
  background: #32cfa3;
  color: #fff;
  margin: 0 auto;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.lower-price {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 150px;
  height: 22px;
  top: -12px;
  left: 0;
  right: 0;
  border-radius: 16px;
  background: #fd6b3b;
  color: #fff;
  margin: 0 auto;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.lower-price-pro {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 150px;
  height: 22px;
  top: -12px;
  left: 0;
  right: 0;
  border-radius: 16px;
  background: #3a4ade;
  color: #fff;
  margin: 0 auto;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}




#current-plan {
  display: none;
}

@media screen and (min-width: 0px) {
  #plan-selector {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  #plan-selector {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  ul {
    display: flex;
    flex-direction: column;
  }

  .plan-description-mobile {
    display: none;
  }

  .plan-description-desktop {
    display: flex;
  }

  .monthly-price-mobile {
    display: none;
  }

  .recurrency-type-desktop {
    display: flex;
  }

  .plan-box-header {
    align-items: center;
  }

  .annual-price-mobile.active {
    display: none;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1120px) {
  #plan-selector {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1300px) {
  #plan-selector {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .select-plan-title h1 {
    height: auto;
    line-height: 36px;
    font-size: 28px;
  }

  .select-plan-title p {
    font-size: 14px;
    margin: 0 auto 34px 10px;
  }

  .type-selector {
    margin: 0 auto 20px auto;
  }

  .type-selector h2 {
    font-size: 15px;
  }
}

@media screen and (min-width: 501px) {

  .select-plan-title p {
    font-size: 15px;
    margin: 0 0 34px 0;
  }

}