@import url("./root-color.css");

.PriceContainer {
  font-family: "GmarketSansMedium", sans-serif;
  font-weight: 800;
  align-content: center;
}

.TOPENG {
  font-size: 2em;
  text-align: center;
}

.TOPTITLE {
  font-size: 2.4em;
  text-align: center;
}

.TOPSUBTITLE {
  margin-top: 1em;
  font-size: 1.2em;
  text-align: center;
}

.middle_container {
  align-content: center;
  margin: 2em;
}

.step {
  background-color: #116a7b;
  width: 5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  border-radius: 1.5em;
  text-align: center;
  color: white;
  font-size: 2em;
  box-shadow: 0.15em 0.15em 0.01em 0.05em #c2dedc;
}

.price_container {
  font-size: 1.6em;
  display: table;
}

.price_item {
  display: table-column;
}

.price_type,
.price {
  display: table-cell;
  padding: 5px;
  text-align: end;
}

.price_type {
  font-weight: 900;
  color: rgb(187, 128, 0);
  text-align: left;
  width: 1%;
  white-space: nowrap;
}

.accentFont {
  font-size: 1.2rem;
  font-weight: 900;
  color: rgb(187, 128, 0);
  /* width: 1%; */
  /* white-space: nowrap; */
}

@media (max-width: 458px) {
  .accentFont {
    font-size: small;
  }
}

.accentFont2 {
  font-size: 0.8rem;
  font-weight: 900;
  color: rgb(187, 128, 0);
  text-align: left;
  width: 1%;
  white-space: nowrap;
}

.table-row-primary {
  background-color: var(--primary) !important;
}

.table-row-secondary {
  background-color: var(--secondary) !important;
}

.table-row-third {
  background-color: var(--third) !important;
}

.table-row-fourth {
  background-color: var(--fourth) !important;
  color: white;
}

.price {
  font-weight: 900;
}

.detail {
  font-size: 1.2em;
  text-align: center;
}

.detail_sm {
  font-size: 1em;
  text-align: center;
  color: rgb(5, 64, 43);
}

.centering {
  display: flex;
  justify-content: center;
  text-align: center;
}

.product_detail_container {
  width: 40em;
  display: inline-block;
}

.product_detail {
  align-content: end;
}

.product_detail_title {
  font-size: 1.4em;
  color: rgb(187, 128, 0);
  margin-top: 1.2em;
}

.product_detail_row {
  font-size: 1.1em;
  /* margin-left: 2vw; */
  word-wrap: break-word;
}

.hr1 {
  width: 50em;
  margin: auto;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  color: rgb(5, 64, 43);
}

.hr2 {
  width: 30em;
  height: 2px;
  margin: auto;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  color: rgb(5, 64, 43);
}

.DC_INFO {
  text-align: center;
  font-size: 1.2em;
}

.accent {
  color: rgb(187, 128, 0);
  font-weight: 900;
}

.payment_container {
  overflow: hidden;
  align-content: center;
  text-align: center;
  margin: 0 auto;
}

.card {
  border: 1px solid rgb(5, 64, 43);
  margin: 1em;
  padding: 2em;
  border-radius: 1em;
  width: 25em;
  height: fit-content;
  box-shadow: 0.15em 0.15em 0.3em 0.3em rgba(1, 81, 21, 0.2);
  display: inline-block;
}

.card2 {
  border: 1px solid rgb(5, 64, 43);
  margin: 4em;
  padding: 1em;
  width: 100%;
  box-shadow: 0.15em 0.15em 0.3em 0.3em rgba(1, 81, 21, 0.2);
  display: inline-block;
}

.payment_row {
  font-size: 1.4em;
}

.storebtn {
  width: 9em;
  background-color: rgb(5, 64, 43);
  text-decoration: none;
  border-radius: 0.7em;
  font-size: 0.8em;
  color: white;
  font-weight: 800;
  box-shadow: 0.25em 0.25em 0.1em 0.1em rgba(1, 81, 21, 0.2);
}

.margin_row {
  margin-top: 2em;
}

/* new */
.step_list {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
}

.step_list li {
  position: relative;
}

.step_list li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: 0.2em;
  top: 10%;
  font-size: 1.125vw;
  color: var(--fourth);
}

.step_list li:not(:last-child) {
  padding-right: 1em;
}

.step_list li .step_num {
  color: #fff;
  text-align: center;
  font-size: 1.7vw;
  font-weight: 400;
  width: 12vw;
  border-radius: 3vw;
  letter-spacing: 0;
  margin: 0.4375rem;
  white-space: nowrap;
}

.step_info {
  font-size: 1.3vw;
  margin-bottom: 0;
}

.special-offer-title {
  /* padding: 0px; */
  font-size: 1.7rem;
  display: flex;
  height: 3.125rem;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  width: 80vw;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.special-offer-title p {
  font-size: 1.5vw;
}

.step_list li.step01 .step_num {
  /* background: rgb(100, 200, 150); */
  background: var(--fourth);
  filter: opacity(30%);
}

.step_list li.step02 .step_num {
  /* background: rgb(80, 170, 130); */
  background: var(--fourth);
  filter: opacity(45%);
}

.step_list li.step03 .step_num {
  /* background: rgb(60, 140, 110); */
  background: var(--fourth);
  filter: opacity(65%);
}

.step_list li.step04 .step_num {
  /* background: rgb(40, 110, 90); */
  background: var(--fourth);
  filter: opacity(85%);
}

.step_list li.step05 .step_num {
  /* background: rgb(20, 80, 70); */
  background: var(--fourth);
}

@media (max-width: 375px) {
  .special-offer-title {
    font-size: 1.2rem;
  }

  .special-offer-desc {
    font-size: 8px;
  }

  .PriceContainer {
    font-size: 2.2vw;
    align-content: center;
    white-space: nowrap;
  }
}

@media (min-width: 376px) and (max-width: 767px) {
  .PriceContainer {
    font-size: 2vw;
    align-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .PriceContainer {
    font-size: 1.8vw;
    align-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .PriceContainer {
    font-size: 1.4vw;
    align-content: center;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .PriceContainer {
    font-size: 1.2vw;
    align-content: center;
  }
}

@media (min-width: 1600px) {
  .PriceContainer {
    font-size: 1vw;
    align-content: center;
  }
}
