header {
  position: relative;
  border-bottom: 2px solid #ECF2F7;
}

main {
  position: relative;
  margin-top: 0px !important;
  padding-bottom: 85px;
}

.mg-top {
  margin-top: 60px;
}

h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: center;
  color: #061020;
}

.summary-price-list {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  text-align: center;
  color: #061020;
}

.list-price {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.list-price .item {
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.2);
  padding: 24px;
  border-radius: 12px;
}
.list-price .item .recommended {
  position: absolute;
  top: -44px;
  left: 0px;
  width: 100%;
  height: 44px;
  background: #0070F2;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  letter-spacing: -0.0299999993px;
  color: #fff;
  text-align: left;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.list-price .item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #3A83FF;
}
.list-price .item .price {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #061020;
}
.list-price .item ul {
  border-top: 1px solid #D3D3D3;
  margin-top: 12px;
  padding: 12px 0px;
  display: grid;
  gap: 12px;
}
.list-price .item ul li {
  background: url("../../../image/garment/check.svg") no-repeat top 2px left;
  padding-left: 27px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  color: #6D727C;
}
.list-price .item .btn-item {
  border-top: 1px solid #D3D3D3;
  padding-top: 12px;
  display: flex;
}
.list-price .item .btn-item a {
  padding: 12.5px 16px;
  background: #0070F2;
  border-radius: 8px;
  display: block;
}
.list-price .item .btn-item a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0299999993px;
  text-align: left;
  color: #fff;
}
.list-price .item3 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.compare-features .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 33.89px;
  letter-spacing: -1.4400000572px;
  text-align: center;
  color: #061020;
}
.compare-features table {
  margin-top: 28px;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.compare-features table .tr-first {
  position: sticky;
  top: 59px;
  left: 0px;
  width: 100%;
}
.compare-features .list-table-mobile {
  display: none;
}
.compare-features th, .compare-features td {
  padding: 16px 12px;
  text-align: left;
  border: 1px solid #d3d3d3;
}
.compare-features th {
  background: #f4f4f4;
}
.compare-features th p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  letter-spacing: -0.0299999993px;
  text-align: left;
  color: #061020;
}
.compare-features tr td .td-text {
  color: #061020;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  letter-spacing: -0.0299999993px;
  text-align: left;
}
.compare-features tr td .td-text-center {
  text-align: center;
}
.compare-features tr td .td-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  letter-spacing: -0.1000000015px;
  text-align: left;
  color: #061020;
}
.compare-features tr td .td-image {
  text-align: center;
}
.compare-features tr td .td-image img {
  margin: auto;
}
.compare-features tr td .td-title-feature {
  color: #0070F2;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  letter-spacing: -0.0299999993px;
  text-align: left;
}

@media screen and (max-width: 1425px) {
  .list-price .item {
    padding: 12px;
  }
  .list-price .item .title {
    font-size: 18px;
  }
  .list-price .item .price {
    font-size: 16px;
  }
  .list-price .item ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .compare-features table .tr-first {
    top: 112px;
  }
}
@media screen and (max-width: 992px) {
  main {
    padding-bottom: 32px;
  }
  .mg-top {
    margin-top: 32px;
  }
  h1 {
    font-size: 28px;
    line-height: 33.89px;
    letter-spacing: -1.4400000572px;
  }
  .list-price {
    grid-template-columns: repeat(3, 1fr);
  }
  .compare-features .title {
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: -1.4400000572px;
  }
  .compare-features table {
    margin-top: 16px;
  }
  .compare-features table p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 650px) {
  .list-price {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .list-price .item {
    padding: 24px;
  }
  .list-price .item .title {
    font-size: 20px;
  }
  .list-price .item .price {
    margin-top: 4px;
    font-size: 20px;
  }
  .list-price .item ul li {
    font-size: 16px;
  }
  .list-price .item3 {
    margin-top: 44px;
  }
  .compare-features .title {
    margin-bottom: 16px;
  }
  .compare-features .table-desktop {
    display: none;
  }
  .compare-features .list-table-mobile {
    display: grid;
    gap: 16px;
  }
  .compare-features .list-table-mobile .title-category {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    letter-spacing: -0.1000000015px;
    text-align: left;
    color: #061020;
  }
  .compare-features .list-table-mobile table {
    margin-top: 0px;
  }
  .compare-features .list-table-mobile table th p {
    font-weight: 500;
    color: #0070F2;
  }
  .compare-features .list-table-mobile table td .td-text-title-feature-mobile {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    letter-spacing: -0.2800000012px;
    text-align: left;
    color: #061020;
  }
  .compare-features .list-table-mobile table td .td-text-center {
    text-align: left;
  }
}

/*# sourceMappingURL=price.css.map */
