.test-lss {
  padding:30px 0 90px;
}
.card-box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0px 10px 25px 0px #969ba41a;
}
.sticky-test-card {
  position: sticky;
  top: 20px;
  height: calc(100vh - 40px);
}
.header-card-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px dashed #cfcfcf;
}
.price-test-lss {
  padding: 10px 0;
}
.price-test-lss::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 0;
  background-color: #375844;
  width: 45%;
  height: 75%;
  border-radius: 0 4px 4px 0;
}

.price-box {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.price-box .price-text-wrapper {
  margin-left: -8px;
  transform: rotate(-90deg);
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  width: fit-content;
  text-align: justify;
  letter-spacing: 0;
  white-space: nowrap;
}

.price-box .price {
  flex-direction: column;
  align-items: flex-end;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.price-box .reg-price {
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.price-box .price-text-wrapper-rp {
  margin-top: -1px;
  font-weight: 400;
  color: #b3c995;
  font-size: 15px;
  line-height: 32px;
  text-decoration: line-through;
  position: relative;
  width: fit-content;
  text-align: justify;
  letter-spacing: 0;
  white-space: nowrap;
}

.price-box .price-text-wrapper-pr {
  position: relative;
  width: fit-content;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  text-align: justify;
  line-height: 12px;
  white-space: nowrap;
  margin-top: 3px;
}

.price-box .price-text-wrapper-of {
  margin-top: -5px;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  width: fit-content;
  text-align: justify;
  white-space: nowrap;
}
.price-box .off-per {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 5px;
  background-color: #ffc450;
  border-radius: 4px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}
.satisfaction-test-lss {
  display: flex;
  align-items: center;
  justify-content: center;
}
.satisfaction-test-lss .icon svg {
  width: 30px;
  height: 30px;
}
.satisfaction-test-lss .satisfaction {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 10px;
}
.satisfaction-test-lss .satisfaction .text-satisfaction {
  font-size: 14px;
  font-weight: 600;
  color: #858585;
}
.satisfaction-test-lss .satisfaction .point-satisfaction {
  font-size: 16px;
  font-weight: 400;
  color: #afc081;
}

.container-card-box {
  position: relative;
  padding: 30px 10px 0;
  border-bottom: 1px dashed #cfcfcf;
}
.container-card-box .items-container-card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.container-card-box .items-container-card-box .items-right {
  display: flex;
  align-items: center;
}
.container-card-box .items-container-card-box .items-right .icon-items-right {
  padding-left: 10px;
}
.container-card-box
  .items-container-card-box
  .items-right
  .icon-items-right
  svg {
  height: 25px;
  width: 25px;
}
.container-card-box
  .items-container-card-box
  .items-right
  .icon-items-right
  .title-item-right {
  font-size: 14px;
  color: #4d4e50;
}
.container-card-box .items-container-card-box .items-left .title-item-left {
  font-size: 14px;
  color: #28282b;
  font-weight: 600;
}
.footer-card-box {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-card-box .test-lss_button {
  display: flex;
  justify-content: center;
  background-color: #156c5f;
  color: #fff;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 4px;
  transition: background-color 0.4s, box-shadow 0.4s;
  font-size: 16px;
  width: 90%;
}
.footer-card-box .test-lss_button:hover {
  background-color: #156c5f;
  box-shadow: 0 8px 24px hsl(136.8deg 90% 30% / 30%);
}

.test-lss .card-box .text-content {
  position: relative;
  padding: 30px 10px;
}
.test-lss .card-box .text-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 30px;
}
.test-lss .card-box .text-content h1 {
  font-size: 18px;
  font-weight: 600;
  color: #156c5f;
  margin-bottom: 30px;
}
.test-lss .card-box .text-content p {
  text-align: justify;
}

.test-card {
  position: relative;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px #63636324;
  padding: 20px;
  min-height: 515px;
  margin-bottom: 30px;
}
.test-card .img-test-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}
.content-test-card {
  margin: 15px 0 50px;
  font-weight: 300;
  color: #636060;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 30px;
  overflow: hidden;
  min-height: 90px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: inherit;
}
.title-test-card {
  font-weight: 700;
  color: #156c5f;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 15px;
}
.test-card .top-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.test-card-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 0.3em 0.4em 0.2em;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #2e2d2d;
}
.test-card-count svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.acardflex {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.fCard__Flex {
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  min-height: 80px;
}

.test-card .icon-add-div svg {
  margin-left: 10px !important;
  width: 24px;
  height: 24px;
}
.test-card .price-box .price-text-wrapper,
.test-card .price-box .price-text-wrapper-rp {
  color: #636060;
}
.test-card .price-box .price-text-wrapper-of {
  color: #2f2e2e;
}
.test-card .add-div {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 13px;
  background-color: #156c5f;
  border-radius: 12px;
  flex-direction: row;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.test-card .add-text-wrapper {
  margin-top: -1px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  width: fit-content;
  text-align: justify;
  letter-spacing: 0;
  white-space: nowrap;
}
a.add-div:hover {
  width: 180px;
}
span.add-text-wrapper {
  display: none;
}
a.add-div:hover span {
  display: block;
}
@media only screen and (max-width: 480px) {
  a.add-div:hover {
    width: 50px !important;
    transition: all 0.3s ease;
  }
}
