.text-pricing-header {
  font-size: 3rem;
  line-height: 4rem;
}
.pricing-page .line1 {
  color: var(--color-primary-base);
  font-size: 1.125rem;
}

.pricing-header {
  background-size: cover;
  background-position: center;
  height: 220px;
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
}

.pricing-header .text {
  color: var(--color-primary-base);
  font-size: 3rem;
}

.pricing-page .title {
  color: var(--color-primary-base);
  font-size: 2rem;
}

.table-pricing tr:nth-child(even) td {
  background-color: #F7F9FB;
}

.table-pricing tr:nth-child(even) td:first-child {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}

.table-pricing tr:nth-child(even) td:last-child {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

.table-pricing td {
  padding: 24px;
}

.table-pricing td:not(:last-child),
.table-pricing th:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}

.table-pricing .title {
  font-size: 1.125rem;
}

.add-cart {
  font-size: 1rem;
}
.add-cart i {
  font-size: 1rem;
}
.tooltipDescription {
  font-size: 1.2rem;
  color: var(--color-gray-300);
  cursor: pointer;
  float: right;
}

.preductName {
  font-size: 1.125rem;
}
.text-recommend {
  color: #ffffff;
  padding: 2px 0;
  text-align: center;
}
.bg-premium {
  background: linear-gradient(to right, #F0CF30, #D08E2D, #B4832C);
}

.bg-premium-plus {
  background: linear-gradient(90deg, #CAAD5E 0%, #986D20 27.6%, #7C561C 100%);
}

.product-image-pricing {
  max-width: 200px;
}

@media (max-width: 991.98px) {

  .pricing-header .text {
    font-size: 2.5rem;
  }
  .text-pricing-header {
    font-size: 2.75rem;
    line-height: 3rem;
  }
  .product-image-pricing {
    max-width: 150px;
  }
}


@media (max-width: 575.98px) {
  .pricing-header {
    margin-top: 0;
    height: 150px;
  }

  .pricing-header .text {
    top: 50%;
    font-size: 2rem;
  }

  .table-pricing td {
    padding: 12px;
  }

  .table-pricing td:not(:last-child),
  .table-pricing th:not(:last-child) {
    border-right: none;
  }

  .pricing-page .title {
    font-size: 1.75rem;
  }

  .text-pricing-header {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}