.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: 24px;
  border: 3px solid transparent;
  background: #fff;
  padding: 46px 37px 39px 37px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  outline: 1px solid #E6E6E6;
}

.tf-pricetable .content-price {
  color: var(--theme-secondary-color);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2727272727272727em;
  text-transform: capitalize;
  display: inline-flex;
  align-items: end;
  margin-bottom: 4px;
  font-family: 'Plus Jakarta Sans';
}

.tf-pricetable .time {
  color: #A0A3AA;
font-family: 'DM Sans';
font-size: 18px;
font-weight: 400;
line-height: 30px;
}

.tf-pricetable .content-price .time {
  color: #8E8E93;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
  margin-left: 15px;
  margin-bottom: -5px;
}

.tf-pricetable .header-price {
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 19px;
}

.tf-pricetable .title {
  color: var(--theme-secondary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.tf-pricetable .badge-table {
  line-height: 1em;
border-radius: 0px 0px 8px 8px;
background: var(--theme-primary-color);
padding: 7px 12px;
color: var(--theme-secondary-color);
font-size: 10px;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}

.tf-pricetable .text {
  color: var(--theme-secondary-color);
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.tf-pricetable .wrap-icon {
  width: 20px;
  height: 20px;
  font-size: 9px;
  border-radius: 50%;
  background: var(--theme-secondary-color);
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 8px;
  flex-shrink: 0;
}

.tf-pricetable .inner-content-list {
  margin-bottom: 32px;
}

.tf-pricetable .inner-content-list .item {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 12.1px;
}

.tf-pricetable .inner-content-list .item:last-child {
  margin-bottom: 0;
}

.tf-pricetable .wrap-button {
  margin-top: auto;
}

.tf-pricetable .wrap-button .tf-btn {
  border-radius: 1000px;
  border: 1px solid var(--theme-secondary-color);
  padding: 10px 24px;
  color: var(--theme-secondary-color);
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  background: #fff;
  display: block;
}

.tf-pricetable .wrap-button .tf-btn:hover,
.tf-pricetable.setactive .tf-btn {
  border-color: var(--theme-primary-color);
  color: var(--theme-secondary-color);
  background: var(--theme-primary-color);
}

.tf-pricetable.setactive,
.tf-pricetable:hover {
  border: 3px solid var(--theme-primary-color);
  outline-color: transparent;
}

.tf-pricetable.setactive .badge-table,
.tf-pricetable:hover .badge-table {
  opacity: 1;
  visibility: visible;
}

.tf-pricetable.style2 {
  border-radius: 8px;
  border: 1px solid var(--theme-secondary-color);
  background: #fff;
  box-shadow: 6px 6px 0px 0px #000;
  padding: 24px 24px 24px 24px;
  outline: unset !important;
}

.tf-pricetable.style2 .wrap-icon {
  display: none;
}

.tf-pricetable.style2 .wrap-button .tf-btn {
  border-radius: 4px;
  display: inline-block;
  padding: 10px 22px;
}

.tf-pricetable.style2 .wrap-button .tf-btn:hover {
  background: #171717;
  color: #fff;
  border-color: #171717;
}

.tf-pricetable.style2 .title {
  margin-bottom: 11px;
}

.tf-pricetable.style2 .content-price {
  color: #171717;
font-family: 'Space Grotesk';
font-size: 44px;
font-weight: 700;
line-height: 1.2727272727272727em;
text-transform: capitalize;
}
.tf-pricetable.style2 .content-price .time {
  color: #3A3B3E;
  font-family: 'DM Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 6px;
  margin-left: 4px;
}

.tf-pricetable.style2 .header-price {
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
  margin-bottom: 22px;
}
.tf-pricetable.style2 .inner-content-list {
  margin-bottom: 28px;
}

.tf-pricetable.style2:hover {
  background: var(--theme-primary-color);
  box-shadow: 0px 0px 0px 0px #000;
}

.tf-pricetable.style2:hover .title,
.tf-pricetable.style2:hover .time,
.tf-pricetable.style2:hover .content-price,
.tf-pricetable.style2:hover .text {
  color: #fff;
}

.tf-pricetable.style2:hover .header-price {
  border-color: #fff;
}

.tf-pricetable.style2:hover .wrap-button .tf-btn {
  background: #171717;
  color: #fff;
  border-color: #171717;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {

}
