.vpneastersale table {
  position: relative;
  margin-top: 100px; }
  .vpneastersale table::after {
    position: absolute;
    content: "";
    width: 360px;
    right: 0;
    bottom: 0;
    height: 92%;
    border-radius: 8px;
    box-shadow: 0px 10px 20px #FF935396; }
  .vpneastersale table td {
    font-weight: 600;
    padding: 10px 0px;
    background-color: #fff;
    border: solid #DFDCDC 1px;
    border-bottom: none;
    border-top: none; }
    .vpneastersale table td.itemc {
      position: relative; }
      .vpneastersale table td.itemc::after {
        position: absolute;
        content: "";
        width: 95%;
        height: 1px;
        background-color: #DFDCDC;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
  .vpneastersale table .itema {
    width: 278px;
    border-bottom: solid #DFDCDC 1px; }
  .vpneastersale table .space {
    width: 15px;
    background: transparent;
    border: none; }
  .vpneastersale table .itemb {
    width: 508px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2; }
    .vpneastersale table .itemb::after {
      position: absolute;
      content: "";
      width: 85%;
      height: 1px;
      background-color: #DFDCDC;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .vpneastersale table .itemc {
    width: 350px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #F59424;
    background-color: #fff;
    border-left: 3px solid #FF7C09;
    border-right: 3px solid #FF7C09; }
  .vpneastersale table thead th {
    height: 99px;
    vertical-align: middle;
    border: 1px solid #DFDCDC;
    border-radius: 12px 12px 0px 0px; }
    .vpneastersale table thead th h4 {
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2; }
    .vpneastersale table thead th p {
      font-weight: 400;
      font-size: 14px;
      line-height: 1.2; }
    .vpneastersale table thead th.itemc {
      border: none; }
      .vpneastersale table thead th.itemc h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 134px;
        width: 100.7%;
        margin-left: -1px;
        margin-top: -35px;
        color: #fff;
        border-left: 3px solid #F59424;
        border-right: 3px solid #F59424;
        border-radius: 12px 12px 0px 0px;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        background: linear-gradient(90deg, #FFC367 0%, #FF6C3E 100%); }
    .vpneastersale table thead th.itemb {
      background-color: #fff;
      border-bottom: none; }
  .vpneastersale table tbody tr.last td.itemb,
  .vpneastersale table tbody tr.last td.itema {
    border: none;
    position: relative;
    border-radius: 0px 0px 8px 8px; }
    .vpneastersale table tbody tr.last td.itemb::after,
    .vpneastersale table tbody tr.last td.itema::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      width: calc(100% - 2px);
      height: 98%;
      box-shadow: none;
      border-radius: 0px 0px 8px 8px;
      border: 1px solid #DFDCDC;
      background: transparent;
      border-top: none; }
  .vpneastersale table tfoot .itema {
    border: none; }
  .vpneastersale table tfoot .itemb::after {
    display: none; }
  .vpneastersale table tfoot .itemc {
    position: relative;
    border: none;
    padding-bottom: 30px; }
    .vpneastersale table tfoot .itemc::after {
      content: '';
      display: block;
      position: absolute;
      left: -1px;
      top: 0;
      z-index: 0;
      width: calc(100% - 3px);
      height: 98%;
      box-shadow: none;
      border-radius: 0px 0px 8px 8px;
      border: 3px solid #FF7C09;
      background: transparent;
      border-top: none; }
    .vpneastersale table tfoot .itemc ul {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      z-index: 10;
      padding: 16px 30px 20px; }
      .vpneastersale table tfoot .itemc ul li {
        cursor: pointer;
        text-align: center;
        color: #737373;
        font-size: 16px;
        font-weight: 700;
        transition: all 0.3s ease; }
        .vpneastersale table tfoot .itemc ul li i {
          display: block;
          flex-shrink: 0;
          margin: 0 auto;
          width: 14px;
          height: 14px;
          background: #F8EDEB;
          outline: 2px solid #636060;
          border-radius: 50%; }
        .vpneastersale table tfoot .itemc ul li b {
          font: inherit;
          font-weight: 700;
          color: inherit; }
        .vpneastersale table tfoot .itemc ul li.xmas-on {
          color: #FF0909; }
          .vpneastersale table tfoot .itemc ul li.xmas-on i {
            position: relative;
            z-index: 1;
            outline: 3px solid #FF0909; }
            .vpneastersale table tfoot .itemc ul li.xmas-on i:before {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 4px;
              height: 4px;
              border-radius: 50%;
              background-color: #FF0909; }
    .vpneastersale table tfoot .itemc .choice-price {
      padding-bottom: 8px;
      text-align: center;
      color: #2F2E2E;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 400; }
      .vpneastersale table tfoot .itemc .choice-price del {
        display: inline-block;
        padding-right: 4px;
        font: inherit;
        color: #737373; }
      .vpneastersale table tfoot .itemc .choice-price strong {
        color: #FF0909;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700; }

/*# sourceMappingURL=2024easter_vpn_table.css.map */
