.detail {
  max-width: 250px;
  max-height: 250px;
}

.nesse {
  background-color: var(--black);
  color: var(--white);
  border-radius: 1.4rem;
  padding: 0.6rem 1rem;
}

.header2-close {
  position: absolute;
  right: 0;
  top: 8px;
  display: flex;
  align-items: center;
  padding-right: 2rem;
}

.tab-container {
  border-bottom: 1px solid var(--gray2);
}

#bottom-tab .tab {
  font-size: 14px;
}

#bottom-tab {
  max-width: 100% !important;
}

.sub {
  max-width: calc(100% - 20px);
  white-space: normal;
  word-wrap: break-word;
}

.order-btn1 {
  width: 50%;
  border: 1px solid var(--gray2);
  border-radius: 0.8rem;
  color: var(--gray);
  padding: 1rem 3rem;
  height: 44px;
}
.order-btn2 {
  width: 50%;
  background-color: var(--red2);
  color: var(--white);
  border-radius: 0.8rem;
  padding: 1rem 3rem;
  height: 44px;
}

/* ord-03-01 */
.input-container {
  position: relative;
  width: 100%;
}

.ord3-bt {
  width: 100%;
  border: 1px solid var(--gray2);
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  color: var(--gray);
}

.input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

/* ord-03-04 */
.coupon-wrap {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.coupon-wrap img,
.coupon-wrap .coupon-label,
.coupon-wrap .coupon-text-wrap {
  z-index: 0;
}
.coupon-wrap img {
  display: block;
  height: 120px;
}

.ord-coupon-label {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1.2rem;
  border-radius: 10px 0 0 0;
}

.ord-coupon-text-wrap {
  position: absolute;
  top: 41px;
  left: 20px;
  color: #333;
}

.ord-coupon-title {
  font-size: 1.4rem;
  font-weight: 600;
}

.ord-coupon-subtitle {
  font-size: 1.2rem;
}

.ord-coupon-expiry {
  font-size: 1rem;
  color: var(--gray);
}

.ord04-02 {
  width: 100%;
}

/* npr-01-02 */
.npr-new-chi {
  background-color: rgba(169, 195, 0, 0.5);
  padding: 0.4rem 0.4rem 0.4rem 1rem;
  border-radius: 5px;
}

/* ord-03-03 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.ord-10-fail {
  max-height: 13rem;
}
