.checkout {
  margin: 0 auto;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 691px;
  height: 505px;
  border-radius: 5px;
  background-color: #f6f6f6;
  font-family: Roboto, sans-serif; }
  @media (max-width: 640px) {
    .checkout {
      width: 90%;
      height: auto;
      flex-wrap: wrap;
      padding: 30px 20px; } }
  .checkout__side {
    position: relative;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%; }
    @media (max-width: 640px) {
      .checkout__side {
        flex-basis: auto; } }
    .checkout__side:first-child::after {
      position: absolute;
      top: 0;
      right: 0;
      margin: 27px 0 19px;
      width: 1px;
      height: 425px;
      background-color: #d8d8d8;
      content: ""; }
      @media (max-width: 640px) {
        .checkout__side:first-child::after {
          display: none; } }
    .checkout__side:last-child {
      padding-left: 40px; }
      @media (max-width: 640px) {
        .checkout__side:last-child {
          padding: 20px 0 0 0; } }
  .checkout__title {
    margin: 0 0 26px;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #2c2c2c; }
  .checkout__selector {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px; }
  .checkout__level {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4px 0;
    width: 85px;
    height: 68px;
    border-radius: 5px;
    text-decoration: none; }
    .checkout__level:hover:not(.checkout__level_active) {
      background-color: #fff;
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2); }
    .checkout__level_active, .checkout__level:active {
      display: flex;
      background-color: #fff;
      box-shadow: inset 0.5px 1px 2px 0 rgba(0, 0, 0, 0.3); }
    .checkout__level_active {
      cursor: default; }
      .checkout__level_active::before {
        position: absolute;
        left: 50%;
        bottom: -14px;
        z-index: 1;
        margin-left: -7px;
        height: 0;
        width: 0;
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: ""; }
      .checkout__level_active::after {
        position: absolute;
        left: 50%;
        bottom: -13px;
        z-index: 0;
        margin-left: -7px;
        height: 0;
        width: 0;
        border-bottom: 7px solid rgba(0, 0, 0, 0.1);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: ""; }
    .checkout__level:not(:last-of-type) {
      margin-right: 20px; }
    .checkout__level:nth-child(2) span {
      margin-top: 3.3px; }
    .checkout__level:nth-child(3) span {
      margin-top: 1.2px; }
    .checkout__level img {
      display: block;
      margin: 0 auto;
      width: 25px; }
    .checkout__level span {
      display: block;
      margin-top: 5.6px;
      font-family: inherit;
      font-size: 14px;
      font-weight: 500;
      color: #2b94e1;
      text-align: center; }
  .checkout__details {
    margin-top: -1px;
    margin-bottom: 20px;
    padding: 10px;
    min-height: 100px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1); }
    .checkout__details ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .checkout__details li {
      font-family: inherit;
      font-size: 13px;
      text-align: left;
      color: #6d6d6d; }
      .checkout__details li:not(:last-of-type) {
        margin-bottom: 10px; }
      .checkout__details li:nth-last-child(2) {
        margin-top: 15px; }
      .checkout__details li::before {
        margin-right: 5px;
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background-image: url("../../img/tick.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }
      .checkout__details li.cancel::before {
        background-image: url("../../img/cancel.svg"); }
  .checkout__total {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    font-family: inherit;
    font-size: 29px;
    line-height: 1;
    color: #2c2c2c; }
  .checkout__billing {
    font-family: inherit;
    font-size: 13px;
    line-height: 1.65;
    color: #9E9E9E; }
  .checkout__already {
    margin-top: 10px;
    font-family: inherit;
    text-align: center;
    color: #1e73b2;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    font-size: 13px;
    top: 143px;
    left: -193px; }
@media(max-width: 640px) {
  .checkout__already {
    top: -185px;
    left: 0; } }
    .checkout__already:hover {
      color: black; }
  .checkout__forgot-pass {
    display: none;
    margin-top: 10px;
    font-family: inherit;
    text-align: center;
    color: #1e73b2;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    font-size: 10px;
    top: 114px;
    left: -154px; }
    .checkout__forgot-pass:hover {
      color: black; }
  .checkout #pmpro_pricing_fields thead,
  .checkout #pmpro_pricing_fields #other_discount_code_p,
  .checkout #pmpro_pricing_fields #pmpro_user_fields thead {
    display: none; }
  .checkout #pmpro_pricing_fields tbody tr:first-child {
    display: none; }
  .checkout #pmpro_pricing_fields #other_discount_code_tr {
    margin: 23px 0;
    display: block !important; }
    .checkout #pmpro_pricing_fields #other_discount_code_tr td {
      display: block;
      width: 100%; }
      .checkout #pmpro_pricing_fields #other_discount_code_tr td div {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .checkout #pmpro_pricing_fields #other_discount_code_tr td div label {
          display: none; }
        .checkout #pmpro_pricing_fields #other_discount_code_tr td div input[type="text"] {
          padding: 10px 12px;
          width: 100%;
          border: none;
          border-radius: 5px;
          background-color: #fff;
          font-family: inherit;
          font-size: 15px;
          line-height: 1;
          color: #000;
          box-shadow: 1px 1px 3px 0 rgba(134, 134, 134, 0.33);
          padding-right: 124px; }
          .checkout #pmpro_pricing_fields #other_discount_code_tr td div input[type="text"]:focus {
            outline: none;
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7); }
          .checkout #pmpro_pricing_fields #other_discount_code_tr td div input[type="text"]::-webkit-input-placeholder {
            color: #b9b9b9; }
          .checkout #pmpro_pricing_fields #other_discount_code_tr td div input[type="text"]::-moz-placeholder {
            color: #b9b9b9; }
          .checkout #pmpro_pricing_fields #other_discount_code_tr td div input[type="text"]:-moz-placeholder {
            color: #b9b9b9; }
          .checkout #pmpro_pricing_fields #other_discount_code_tr td div input[type="text"]:-ms-input-placeholder {
            color: #b9b9b9; }
        .checkout #pmpro_pricing_fields #other_discount_code_tr td div input[type="button"] {
          position: absolute;
          top: 50%;
          right: 12px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          border: none;
          background: none;
          font-family: inherit;
          font-size: 15px;
          line-height: 1;
          text-align: right;
          color: #1e73b2;
          cursor: pointer; }
          .checkout #pmpro_pricing_fields #other_discount_code_tr td div input[type="button"]:hover {
            color: #248ad6; }
  .checkout #pmpro_message {
    display: none !important; }
  .checkout #pmpro_user_fields thead {
    display: none; }
  .checkout #pmpro_user_fields tbody td {
    position: absolute;
    top: 45px;
    left: -296px; }
    @media (max-width: 640px) {
      .checkout #pmpro_user_fields tbody td {
        top: -280px;
        left: 0; } }
    .checkout #pmpro_user_fields tbody td div:nth-child(1), .checkout #pmpro_user_fields tbody td div:nth-child(2) {
      margin-bottom: 15px; }
    .checkout #pmpro_user_fields tbody td div label,
    .checkout #pmpro_user_fields tbody td div .pmpro_asterisk {
      display: none; }
    .checkout #pmpro_user_fields tbody td div input {
      padding: 10px 12px;
      width: 100%;
      border: none;
      border-radius: 5px;
      background-color: #fff;
      font-family: inherit;
      font-size: 15px;
      line-height: 1;
      color: #000;
      box-shadow: 1px 1px 3px 0 rgba(134, 134, 134, 0.33);
      max-width: 255px; }
      .checkout #pmpro_user_fields tbody td div input:focus {
        outline: none;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7); }
      .checkout #pmpro_user_fields tbody td div input::-webkit-input-placeholder {
        color: #b9b9b9; }
      .checkout #pmpro_user_fields tbody td div input::-moz-placeholder {
        color: #b9b9b9; }
      .checkout #pmpro_user_fields tbody td div input:-moz-placeholder {
        color: #b9b9b9; }
      .checkout #pmpro_user_fields tbody td div input:-ms-input-placeholder {
        color: #b9b9b9; }
      .checkout #pmpro_user_fields tbody td div input.error__field {
        box-shadow: 1px 1px 3px 0 #fb8a81; }
  .checkout #pmpro_account_loggedin {
    position: absolute;
    top: 45px;
    left: -296px;
    margin: 0;
    max-width: 255px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: #838383; }
@media(max-width: 640px) {
  .checkout #pmpro_account_loggedin {
    top: -290px;
    left: 0; } }
    .checkout #pmpro_account_loggedin strong {
      color: #1e73b2;
      font-weight: bold; }
    .checkout #pmpro_account_loggedin a {
      display: inline-block;
      color: #000; }
  .checkout .pmpro_submit {
    margin-top: 25px; }
    .checkout .pmpro_submit #pmpro_paypalexpress_checkout .pmpro_btn-submit-checkout {
      padding: 9px 150px 9px 79px;
      overflow: hidden;
      display: block;
      width: 100%;
      height: 36px;
      border-radius: 5px;
      background-color: #fec43a;
      box-shadow: 0 2px 0 0 #daa72e;
      background-image: url("../../img/ico_paypal.svg");
      background-position: 62% center;
      background-repeat: no-repeat;
      font-family: inherit;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.13;
      color: #000;
      border: none; }
      .checkout .pmpro_submit #pmpro_paypalexpress_checkout .pmpro_btn-submit-checkout:hover {
        background-color: #ffd840; }
    .checkout .pmpro_submit #pmpro_submit_span .pmpro_btn.pmpro_btn-submit-checkout {
      padding: 9px;
      width: 100%;
      border: none;
      border-radius: 5px;
      background-color: #67bd2e;
      box-shadow: 0 2px 0 0 #519424;
      font-family: inherit;
      font-size: 18px;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer; }
      .checkout .pmpro_submit #pmpro_submit_span .pmpro_btn.pmpro_btn-submit-checkout:hover {
        background-color: #71d033; }
    .checkout .pmpro_submit #pmpro_processing_message {
      position: absolute;
      bottom: 38px;
      right: 62px;
      width: 17px;
      height: 17px;
      font-size: 0;
      border-radius: 50%;
      border: 2px solid #61a3df;
      border-top-color: #1e73b2;
      -webkit-animation: spin 500ms infinite linear;
      -moz-animation: spin 500ms infinite linear;
      animation: spin 500ms infinite linear; }
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.user_exist {
  display: none;
  position: absolute;
  top: -20px;
  font-size: 10px;
  left: 10px;
  color: #F44336; }

/*# sourceMappingURL=checkout.css.map */
