.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: 2px solid #EDEDED;
  padding: 24px;
  border-radius: 16px;
  background: #FFF;
  position: relative;
}

.tf-pricetable .badge-popular {
    background: #1C1C1C;
    padding: 6px 10px;
    border-radius: 0 0 8px 8px;
    color: #fff;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 800;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tf-pricetable:hover,
.tf-pricetable.setactive {
  border: 2px solid #50611D;
}

.tf-pricetable:hover .wrap-button .tf-btn,
.tf-pricetable.setactive .wrap-button .tf-btn  {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

.tf-pricetable .content-price {
font-weight: 600;
font-size: 40px;
line-height: 48px;
text-transform: capitalize;
  color: #1C1C1C;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

.title-package {
font-weight: 600;
font-size: 24px;
line-height: 32px;
text-transform: capitalize;
margin-bottom: 20px;
text-align: center;
}

.tf-pricetable .content-price .time {
  font-size: 30px;
  font-weight: 500;
  line-height: 37.8px;
  margin-left: 8px;
}

.tf-pricetable .title {
  color: #4B4B4B;
font-weight: 500;
font-size: 18px;
line-height: 26px;
  margin-bottom: 8px;
}

.tf-pricetable .subtitle2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 31px;
}

.tf-pricetable .subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #696665;  
  margin-bottom: 34px;
}

.tf-pricetable .text {
font-weight: 400;
font-size: 16px;
line-height: 26px;
  color: #1C1C1C;  
}


.tf-pricetable .wrap-pricon {
  margin-bottom: 30px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: var(--theme-primary-color);
  font-size: 70px;
}

.tf-pricetable .wrap-icon {
  font-size: 20px;
  color: var(--theme-primary-color);
  margin-right: 8px;
  flex-shrink: 0;
}

.tf-pricetable .inner-content-list {
  margin-bottom: 34px;
}

.tf-pricetable .inner-content-list .item {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 12px;
}

.tf-pricetable .inner-content-list .item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.tf-pricetable .wrap-button .tf-btn {
  border-radius: 12px;
  background: transparent;
  padding: 14px 20px;
  color: #1C1C1C;
  width: 100%;
border: 2px solid #E7E7E7;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
}

.tf-pricetable .wrap-button .tf-btn:hover {
  color: #fff;
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.tf-pricetable.style1 .price-type {
  font-size: 30px;
  font-weight: 500;
  line-height: 37.8px;
}

.tf-pricetable .badge-table {

  text-align: center;

  position: absolute;
  top: 22px;
  right: -35px;
  transform: rotate(45deg);
  width: 140px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}

.tf-pricetable .badge-table span {
  clip-path: polygon(21% 0%, 78% 0%, 97% 100%, 2% 100%);
  padding: 4px 10px 4px 10px;
  background: var(--theme-primary-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}

.tf-pricetable .badge-table::after {
  content: '';
  width: 9px;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -3px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #903F00;
  transform: rotate(-45deg);
}

.tf-pricetable .badge-table::before {
  content: '';
  width: 5px;
  height: 3px;
  position: absolute;
  right: 3px;
  bottom: -2px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #903F00;
  transform: rotate(45deg);
}

.tf-pricetable:hover .badge-table,
.tf-pricetable.setactive .badge-table {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1200px) {
 
}

@media only screen and (max-width: 991px) {
  
}

@media only screen and (max-width: 767px) {

}
