@media (max-width: 1024px) {
  #checkout-container .plan-header {
    padding: 10px;
  }
  #checkout-container .plan-content ul.term-switch {
    text-align: center;
  }
  #checkout-container .plan-content ul.term-switch li {
    font-size: 12px;
    display: inline;
    float: none;
  }
  #checkout-container .plan-content ul.term-switch li span {
    top: 0;
  }
}

@media (max-width: 979px) {
  #checkout-container #checkout-left .inner h3,
  #checkout-container #checkout-review #order_review_heading {
    font-size: 32px;
  }
  #checkout-container .plan-container {
    float: none;
    width: 100%;
  }
  #checkout-container #free-membership.plan-container {
    margin: 0 0 10px;
  }
  #checkout-container .plan-content h3 {
    font-size: 24px !important;
  }
  #checkout-container .plan-content h4 strong {
    font-size: 76px;
  }
  #checkout-container .plan-features ul li {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 640px) {
  #checkout-header #checkout-title {
    padding: 0 0 5px;
  }
  #checkout-header #checkout-title h1 {
    font-size: 36px;
  }
  #checkout-container #checkout-left .inner h3,
  #checkout-container #checkout-review #order_review_heading {
    font-size: 26px;
  }
  #checkout-container #checkout-left .inner h3 img {
    height: 26px;
    top: -1px;
  }
}

@media (max-width: 400px) {
  #checkout-container #checkout-left .inner h3,
  #checkout-container #checkout-review #order_review_heading {
    font-size: 20px;
  }
}
/*# sourceMappingURL=checkout-media-queries.css.map */