.CoolDown .redeemarea {
  padding: 2% 0 10%;
}
.CoolDown .redeemarea__p1.active {
  margin-top: 0;
}
.CoolDown .eligible__wrapper-pdLine.newstyle {
  margin: 2% auto 5%;
}
.CoolDown .eligible__wrapper-pdLine.newstyle .itemBox:hover {
  -webkit-filter: none;
          filter: none;
  cursor: default;
}
.CoolDown .eligible__wrapper-pdLine.newstyle .itemBox:hover figure {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.CoolDown .title--main {
  text-align: center;
  font-size: 24px;
  margin: 1em auto;
  line-height: 1.5em;
  color: #1a4347;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 996px) {
  .CoolDown .title--main {
    width: 60%;
  }
}

.table .product-bundle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .table .product-bundle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 5% auto;
    gap: 5px;
  }
}
.table .plus-separator {
  font-size: 50px;
  color: #1AC2C1;
  font-weight: bold;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-filter: drop-shadow(0px 0px 10px #fff) brightness(0.7);
          filter: drop-shadow(0px 0px 10px #fff) brightness(0.7);
}
.table .product-column {
  background-color: #1AC2C1;
  color: #fff;
  width: 100%;
  border-radius: 15px;
  -webkit-filter: drop-shadow(0px 0px 30px #c0e2e0);
          filter: drop-shadow(0px 0px 30px #c0e2e0);
}
.table .product-column.chassis-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -ms-flex-line-pack: center;
      align-content: center;
}
.table .chassis-list {
  padding: 10px 30px;
}
.table .chassis-list .chassis-item {
  padding: 15px 0;
  border-bottom: 1px solid #a6dee0;
}
.table .chassis-list .chassis-item:last-child {
  border-bottom: none;
}
.table .motherboard-list .motherboard-group {
  border-bottom: 3px solid #a6dee0;
}
.table .motherboard-list .motherboard-group:last-child {
  border-bottom: none;
}
.table .motherboard-list .motherboard-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
}
.table .motherboard-list .motherboard-row .motherboard-names {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 3px solid #a6dee0;
}
.table .motherboard-list .motherboard-row .motherboard-item {
  padding: 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.table .motherboard-list .motherboard-row .motherboard-item:last-child {
  border-bottom: none;
}
.table .motherboard-list .motherboard-row .game-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .table .motherboard-list .motherboard-row .game-info {
    gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.table .motherboard-list .motherboard-row .game-info figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .table .motherboard-list .motherboard-row .game-info figure {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}
.table .motherboard-list .motherboard-row img {
  max-width: 200px;
  height: auto;
  vertical-align: middle;
  width: 100%;
}/*# sourceMappingURL=th-style.css.map */