.tf-pricetable,
.tf-pricetable .header-price,
.tf-pricetable .price-type,
.tf-pricetable .price,
.tf-pricetable .title,
.tf-pricetable .number-order,
.tf-pricetable .wrap-icon svg,
.tf-pricetable .wrap-icon i,
.tf-pricetable .text,
.tf-pricetable .time,
.tf-pricetable .subtitle {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tf-pricetable {
  border-radius: 16px;
  background: #F7F7F7;
  padding: 30px 30px 30px 30px;
}

.tf-pricetable:hover {
  transform: translateY(-5px);
}

.tf-pricetable .content-price {
  color: #161E2D;
  display: inline-flex;
  align-items: end;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
}

.tf-pricetable .content-price .time {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  color: #5C6368;
  margin-left: 4px;
  margin-bottom: 2px;
}

.tf-pricetable .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
}

.tf-pricetable .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #5C6368;  
  margin-bottom: 20px;
}

.tf-pricetable .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #0B2132;
}

.tf-pricetable .wrap-icon {
  width: 20px;
  height: 20px;
  font-size: 9px;
  border-radius: 50%;
  background: var(--theme-primary-color);
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 8px;
  flex-shrink: 0;
}

.tf-pricetable .inner-content-list {
  margin-bottom: 22px;
}

.tf-pricetable .inner-content-list .item {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 8px;
}

.tf-pricetable .inner-content-list .item:last-child {
  margin-bottom: 0;
}

.tf-pricetable .wrap-button .tf-btn {
  border-radius: 4px;
  background: #fff;
  padding: 10px 20px;
  color: #161E2D;
  width: 100%;
  border: 1px solid #E4E4E4;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
}

.tf-pricetable .wrap-button {
  margin-top: -2px;
}

.tf-pricetable .wrap-button .tf-btn:hover {
  border: 1px solid var(--theme-primary-color);
  color: #fff;
  background: var(--theme-primary-color);
}

.tf-pricetable .badge {
  display: none;
}

.tf-pricetable.setactive .badge {
  display: block;
  padding: 5px 13px;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.08em;
  color: #161E2D;
  position: absolute;
  top: 20px;
  right: 20px;
}

.tf-pricetable.setactive {
  background: var(--theme-primary-color);
  padding: 60px 30px 40px 30px;
}

.tf-pricetable.setactive .content-price,
.tf-pricetable.setactive .content-price .time,
.tf-pricetable.setactive .title,
.tf-pricetable.setactive .subtitle2,
.tf-pricetable.setactive .subtitle,
.tf-pricetable.setactive .text {
  color: #fff;
}

.tf-pricetable.setactive .wrap-icon,
.tf-pricetable.setactive .wrap-icon i {
  background: #fff !important;
  color: var(--theme-primary-color) !important;
  border-color: var(--theme-primary-color);
}

.tf-pricetable.setactive .tf-btn {
  background: #fff;
  color: #161E2D;
}

.tf-pricetable.setactive .tf-btn:hover {
  background: #161E2D;
  color: #fff;
}
