@charset "UTF-8";
/*  장바구니 페이지 스타일 파일입니다. */
.cart__option-loading-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-black);
  opacity: 0.3;
  user-select: none;
}
.cart__option-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-content-top__title {
  margin: 0 0 28px 0;
}
.page-content-top__title h2 {
  color: var(--secondary);
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  letter-spacing: 0.15px;
  margin-bottom: 93px;
}
.page-content-top__breadcrumb {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.09px;
  letter-spacing: -0.04em;
  text-align: right;
}
.page-content-top__breadcrumb .current {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.09px;
  letter-spacing: -0.04em;
  text-align: right;
}
.order-sub-title {
  color: var(--secondary);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.09px;
}
.cart-list {
  font-size: 14px;
  margin-top: 100px;
  margin-bottom: 147px;
}
.cart-list td + td {
  padding-inline-start: 12px !important;
}
.cart-list .l-table {
  margin: 18px 0 20px;
  border-top: 1px solid var(--black);
}
.cart-list .counter__input input {
  padding: 0;
}
.cart-list .alert::before {
  margin-inline-end: 0;
  transform: translateY(4px);
}
.cart-list .currency {
  color: var(--gray002);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.09px;
}
.cart-list .currency em {
  color: var(--gray002);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.09px;
}
.cart-list .origin-price {
  font-size: 14px;
  color: var(--gray003);
}
.cart-list__product-option-info {
  display: flex;
  justify-content: none;
  align-items: center;
  flex-direction: row;
  gap: 18px;
}
.cart-list .option-info {
  padding: 18px 12px;
  font-size: 14px;
}
.cart-list .option-info__media {
  width: 100px;
  height: auto;
}
.cart-list .option-info__media .btn {
  margin-block-start: 8px;
}
.cart-list .option-info__img {
  width: 100px;
  height: 100px;
  background-color: var(--bg-gray);
  border-radius: 5px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-list .option-info__img .option-info__img__innerWrap{
  width: 55.7px;
  height: 78px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-list .option-info__img img {
  width: auto;
  height: 100%;
  object-fit: cover;

}
.option-change-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cart-list .option-info__option {
  flex: 2;
}
.cart-list .option-info__brand-name,
.cart-list .option-info__product-name,
.cart-list .option-info__option-label {
  display: block;
  text-align: left;
}

.cart-list .option-info__option-label {
  color: var(--gray002);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.07px;
  margin: 10px 0 5px;
}
.cart-list .option-info__product-name {
  color: var(--gray002);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.09px;
}
.cart-list .option-info__brand-name {
  color: var(--color-base-black);
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  text-align: left;
}
.cart-list__delivery-group {
  padding: 20px 10px !important;
  text-align: left !important;
  font-size: 16px;
  font-weight: 500;
}
.cart-list__delivery-group .form-check__label {
  padding-inline-start: 12px;
}
.cart-list__benefit .currency {
  display: inline-block;
  line-height: 24px;
}
.cart-list__benefit .currency.isSignedIn {
  font-size: 14px;
  color: var(--gray002);
}
.cart-list__benefit > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 10px;
  color: var(--gray002);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.09px;
}
.cart-list__shipping-info-label {
  color: var(--gray002);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.09px;
}
.cart-list__delete-btn {
  margin-block: 20px;
}
.cart-list__price-tag {
  line-height: 20px;
  text-align: center;
  background-color: var(--gray001);
  border-radius: 12px;
}
.cart-list__price-tag .currency {
  display: inline-block;
  color: var(--gray003);
}
.cart-list__price-tag .currency em {
  font-size: 18px;
  padding-inline: 6px 4px;
}
.cart-list__price-tag .currency em:not(.highlight) {
  color: var(--color-base-black);
}
.cart-list__price-tag .final-price {
  font-weight: 700;
  color: var(--color-base-black);
}
.cart-list__price-tag .benefit {
  margin-inline-start: 4px;
  font-size: 14px;
}
.cart-list__price-tag .benefit em {
  font-size: 14px;
}
.cart-list__price-tag .price-tag {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 100px 0;
  background-color: var(--bg-gray);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray003);
  gap: 20px;
}
.cart-list__price-tag .price-tag__details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.cart-list__price-tag .price-tag__details dt,
.cart-list__price-tag .price-tag__details dd {
  line-height: 18px;
}
.cart-list__price-tag .price-tag__details dd {
  text-align: end;
}
.cart-list__price-tag .price-tag .ico-formula {
  display: inline-block;
  margin-inline: 12px;
}
.cart-list__price-tag .price-tag .ico-formula--plus {
  background-size: 364px 335px;
  background-position: -214px -204px;
  width: 20.5px;
  height: 20px;
}
.cart-list__price-tag .price-tag .ico-formula--minus {
  background-size: 364px 335px;
  background-position: -182px -256px;
  width: 20.5px;
  height: 20.5px;
}
.cart-list__price-tag .price-tag .ico-formula--equal {
  background-size: 364px 335px;
  background-position: -340px -104px;
  width: 20.5px;
  height: 20px;
}
.cart-list__price-tag .price-tag .price {
  text-align: end;
  align-items: center;
  font-size: 12px;
}
.cart-list__price-tag .price-tag .price em {
  font-size: 16px;
  color: var(--color-base-black);
}
.cart-list__price-tag .price-tag .total-price {
  color: var(--color-base-black);
}
.cart-list__price-tag .price-tag .benefit {
  display: block;
  text-align: center;

  font-size: 12px;
}
.cart-list .cart-option {
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
  gap: 8px;
}
.cart-list .cart-option .btn {
  font-size: 12px;
  width: 80px;
  margin-inline-start: auto;
}
.cart-list__btn-group {
  width: 370px;
  height: auto;
  margin-inline: auto;
}
.cart-list__naver-pay-btn {
  text-align: center;
}
table.l-table tbody tr:nth-child(even) {
  background-color: #fff;
}
table.l-table thead tr {
  padding-left: 10px;
}
table.l-table th {
  height: 48px;
  color: var(--secondary);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.09px;
}
/* table.l-table td .counter__btn {
  width: 36px;
  height: 36px;
}
table.l-table td .counter__input {
  width: 52px;
  height: 36px;
} */
.quantity__content {
  margin: 0;
}
.counter {
  height: 30px;
  background-color: #f6f6f6 !important;
  width: 100px;
}

.counter .minus,
.counter .minus:disabled {
  border-radius: 5px;
  background-color: #e1e1e1;
  border: 0;
  background-image: url("/assets/images/icons/icon_minus.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.counter .plus,
.counter .plus:disabled {
  border-radius: 5px;
  background-color: var(--black);
  border: 0;
  background-image: url("/assets/images/icons/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.counter .minus:disabled,
.counter .plus:disabled {
  cursor: not-allowed;
}
.counter button {
  width: 18px;
  height: 18px;
}
.counter input {
  color: #29292e;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.08px;
  text-align: center;
  padding: 0;
}
.counter input:disabled {
  background: none;
}
.select select:disabled {
  background-color: var(--disabled);
}
.price-tag-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  gap: 8px;
}
.price-tag-item__benefit {
  height: 36px;
  margin-left: 20px;
  padding-left: 40px;
  border-left: 1px solid var(--gray001);
}
.price-tag-item__label {
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.08px;
}
.price-tag-item__value {
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.1px;
}
.price-tag-item__value span {
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 400;
  line-height: 33.41px;
  letter-spacing: -0.04em;
  text-align: center;
}
.calculation_symbol {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.calculation_symbol.eq {
  background-color: var(--primary);
}

/* 0104 선택삭제 버튼 사이즈 조절 */
.btn--xs {
  font-size: 13px;
}
