body.woocommerce-page #ticker-container, body.woocommerce-page #main-navigation {
  display: none !important;
}

body.woocommerce-page .section-page {
  padding: 0;
}

body.woocommerce-page .woocommerce form .form-row label {
  font-size: 12px;
  font-weight: 800;
  color: #0a4e3f;
  margin: 0;
}

body.woocommerce-page input[type="text"],
body.woocommerce-page input[type="password"],
body.woocommerce-page input[type="tel"],
body.woocommerce-page input[type="email"],
body.woocommerce-page select,
body.woocommerce-page textarea,
body.woocommerce-page #stripe-card-element, body.woocommerce-page #stripe-exp-element, body.woocommerce-page #stripe-cvc-element {
  border-radius: 3px;
  -webkit-box-shadow: inset -2px 1px 0 0 #c8d5db;
          box-shadow: inset -2px 1px 0 0 #c8d5db;
  background-color: #f2f8fa;
  padding: 10px;
  border: none;
  font-size: 18px;
}

#checkout-header #checkout-top-bar {
  background: #00141c;
  padding: 15px 0;
}

#checkout-header #secure-checkout {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7293a1;
  margin-top: 10px;
}

#checkout-header #secure-checkout img {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

#checkout-header #checkout-title {
  background: url("../../img/img-bg-checkout.jpg") no-repeat top center;
  background-size: cover;
  color: #FFF;
  padding: 20px 0;
}

#checkout-header #checkout-title h1 {
  font-size: 46px;
  text-align: center;
}

#checkout-container {
  padding: 40px 0;
  background: url("../../img/img-bg-pattern-dotted.png") repeat top center;
}

#checkout-container .woocommerce-form-coupon-toggle {
  text-align: center;
}

#checkout-container #checkout-left .inner,
#checkout-container #checkout-right .inner {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  background: #FFF;
}

#checkout-container #checkout-left .inner {
  padding: 10px 32px 32px;
}

#checkout-container #checkout-left .inner h3 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.5px;
  position: relative;
  border-bottom: 2px solid #f8f8f8;
  padding-bottom: 12px;
  margin-bottom: 25px;
}

#checkout-container #checkout-left .inner h3 img {
  position: relative;
  top: -2px;
}

#checkout-container .woocommerce-checkout #payment {
  padding: 0;
  margin-top: 20px;
  background: none;
}

#checkout-container .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}

#checkout-container .woocommerce-checkout #payment li.payment_method_stripe label {
  display: block;
}

#checkout-container .woocommerce-checkout #payment div.payment_box {
  background: none;
  padding: 0;
}

#checkout-container .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#checkout-container .woocommerce-checkout #payment div.payment_box .form-row {
  padding: 0;
  margin: 0;
}

#checkout-container #checkout-memberships {
  position: relative;
  margin-bottom: 25px;
}

#checkout-container #loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 28px;
  font-weight: 800;
  padding: 100px 25px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: none;
}

#checkout-container .plan-container {
  float: left;
  width: 49%;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

#checkout-container .plan-header {
  color: #FFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800px;
  padding: 20px 30px;
}

#checkout-container .plan-header input[type="checkbox"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

#checkout-container #free-membership.plan-container {
  margin-right: 2%;
}

#checkout-container #free-membership .plan-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#00141c), to(#0b3444));
  background-image: linear-gradient(to right, #00141c, #0b3444);
}

#checkout-container #premium-membership .plan-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#0d282b), to(#009957));
  background-image: linear-gradient(to right, #0d282b, #009957);
}

#checkout-container .plan-content {
  text-align: center;
}

#checkout-container .plan-content h3 {
  font-size: 27px !important;
  letter-spacing: -0.5px !important;
  border: none !important;
  margin-bottom: 8px !important;
}

#checkout-container .plan-content h4 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
}

#checkout-container .plan-content h4 em {
  position: relative;
  top: -40px;
  font-style: normal;
}

#checkout-container .plan-content h4 strong {
  font-size: 96px;
}

#checkout-container .plan-content ul.term-switch {
  text-align: center;
  display: block;
  margin: 0 auto 25px;
  width: 275px;
  max-width: 100%;
}

#checkout-container .plan-content ul.term-switch li {
  float: left;
  list-style: none;
  color: #7293a1;
  background-color: #f2f3f5;
  padding: 12px 12px 10px;
}

#checkout-container .plan-content ul.term-switch li:hover {
  cursor: pointer;
}

#checkout-container .plan-content ul.term-switch li span {
  color: #00a11f;
  font-size: 12px;
  font-weight: 800;
  position: relative;
  top: -1px;
}

#checkout-container .plan-content ul.term-switch li.term-monthly {
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

#checkout-container .plan-content ul.term-switch li.term-annual {
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 12px 20px 10px;
}

#checkout-container .plan-content ul.term-switch li.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#005dc9), to(#4a90e2));
  background-image: linear-gradient(to top, #005dc9, #4a90e2);
  color: #FFF;
}

#checkout-container .plan-content ul.term-switch li.active span {
  color: #0b384a;
}

#checkout-container .plan-content ul.term-switch::after {
  clear: both;
  display: table;
  content: "";
}

#checkout-container .plan-content #billed-annual {
  display: none;
}

#checkout-container .plan-features ul {
  padding: 0;
  margin-bottom: 0;
}

#checkout-container .plan-features ul li {
  list-style: none;
  padding: 20px 40px;
  border-top: 2px solid #f8f8f8;
  font-size: 20px;
  text-align: center;
}

#checkout-container #checkout-member-account {
  margin-bottom: 35px;
}

#checkout-container #checkout-member-account p#billing_postcode_field,
#checkout-container #checkout-member-account p#billing_phone_field,
#checkout-container #checkout-member-account p#billing_first_name_field,
#checkout-container #checkout-member-account p#billing_last_name_field {
  width: 49%;
  clear: none;
  float: left;
}

#checkout-container #checkout-member-account p#billing_postcode_field,
#checkout-container #checkout-member-account p#billing_first_name_field {
  margin-right: 2%;
}

#checkout-container fieldset#wc-stripe-cc-form {
  width: 400px;
  max-width: 100%;
}

#checkout-container .wc-terms-and-conditions input[type="checkbox"] {
  position: relative;
}

#checkout-container input[type=submit] {
  display: block;
  width: 100%;
}

#checkout-container input[type=submit]:hover {
  color: #FFF;
}

#checkout-container #checkout-ssl {
  text-align: center;
  margin: 25px auto;
}

#checkout-container #checkout-ssl p {
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: -0.2px;
  width: 475px;
  max-width: 100%;
  margin: 0 auto 12px;
  font-style: italic;
  color: #7293a1;
}

#checkout-container #checkout-right .inner {
  border-top: 3px solid #00a11f;
  padding: 30px;
}

#checkout-container #checkout-right .inner h3 {
  margin-top: 0;
}

#checkout-container #checkout-review #order_review_heading {
  font-size: 36px;
  margin-bottom: 10px;
}

#checkout-container #checkout-review table {
  width: 100%;
}

#checkout-container #checkout-review td, #checkout-container #checkout-review th {
  padding-top: 15px;
  padding-bottom: 15px;
}

#checkout-container #checkout-review th.product-name, #checkout-container #checkout-review th.product-total {
  color: #00a11f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 2px solid #f8f8f8;
  padding-bottom: 10px;
}

#checkout-container #checkout-review td#product-name, #checkout-container #checkout-review td#product-price {
  font-weight: 800;
  line-height: normal;
  border-bottom: 2px solid #f8f8f8;
}

#checkout-container #checkout-review tr.cart-subtotal th, #checkout-container #checkout-review tr.cart-subtotal td {
  font-weight: normal;
  border-bottom: 2px solid #f8f8f8;
}

#checkout-container #checkout-review tr.order-total th, #checkout-container #checkout-review tr.order-total td {
  color: #00a11f;
  font-weight: 800;
  text-transform: uppercase;
}

#checkout-container form.checkout_coupon {
  width: 400px;
  max-width: 100%;
  margin: 0 auto 10px;
}

#checkout-container form.checkout_coupon .form-row {
  float: none;
  width: 100%;
}

.woocommerce form.login {
  background: #FFF;
  width: 600px;
  max-width: 100%;
}

#checkout-container.woocommerce-thank-you #checkout-left .inner {
  text-align: center;
  padding-top: 30px;
}

#checkout-container.woocommerce-thank-you #checkout-left .inner h2 {
  color: #00a11f;
  font-size: 36px;
}

#checkout-container.woocommerce-thank-you #checkout-left .inner h4 {
  text-transform: uppercase;
  color: #00a11f;
  font-weight: 800;
}

#checkout-container.woocommerce-thank-you #checkout-left .inner h3 {
  font-size: 27px;
  font-weight: 800;
  line-height: 1.11;
  letter-spacing: -0.5px;
  border: none;
  margin-bottom: 0;
}

#checkout-container.woocommerce-thank-you #checkout-left .inner p {
  color: #00141c;
}

#checkout-container.woocommerce-thank-you #checkout-review #order_review_heading {
  font-size: 30px;
}
/*# sourceMappingURL=checkout.css.map */