@charset "UTF-8";
/*
    自定義在最下面
*/
/* Font Weight */
/* Width */
/* Height */
/* Display */
/* Margin */
/* Padding */
/* Cursor */
/* Background Color */
/* Color */
/* Text Limit */
/* 毛玻璃 */
/******************  自定義  ******************/
/* Color */
/* Background Color */
/* Font Size */
/* Heading Desktop */
/* Heading Mobile */
/* Extra Large */
/* Large */
/* Medium */
/* Regular */
/* Small */
/* Small */
/* Button */
.step-wrap {
  width: 100%;
  display: flex;
  gap: var(--spacing-16);
  justify-content: center;
  align-items: center;
}
.step-wrap .step-container {
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
}
.step-wrap .step-container .number-wrap {
  color: var(--wc-50) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  background: var(--pc-300) !important;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.step-wrap .step-container .number-wrap.active {
  background: var(--pc-500) !important;
}
.step-wrap .step-container .text {
  color: var(--pc-800) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--pc-400) !important;
}
.step-wrap .step-container .text.active {
  color: var(--pc-800) !important;
}
.step-wrap .decorate-container {
  display: flex;
  align-items: center;
}
.step-wrap .decorate-container .decorate {
  background: var(--pc-300) !important;
  width: 32px;
  height: 1.5px;
}
.step-wrap .decorate-container .decorate.active {
  background: var(--pc-500) !important;
}

.shoppingcart-wrap {
  width: 100%;
  display: flex;
  gap: var(--spacing-16);
}

.card-wrap {
  background: var(--wc-50) !important;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--nc-100);
  border-radius: var(--radius-8);
}
.card-wrap .top {
  font-size: var(--text-lg) !important;
  line-height: var(--text-lg--line-height);
  font-weight: bold;
  color: var(--pc-800) !important;
  padding: var(--spacing-12) var(--spacing-24);
}
.card-wrap hr {
  border: 0.5px solid var(--nc-100);
}
.card-wrap .bottom {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-16);
  padding: var(--spacing-24);
}

.left {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-16);
  flex: 1;
}
.left .table-wrap {
  background: var(--wc-50) !important;
  border: 1px solid var(--nc-100);
  border-radius: var(--spacing-8);
}
.left .product-info-wrap {
  display: flex;
  gap: var(--spacing-16);
}
.left .product-info-wrap .img-wrap {
  font-size: var(--text-sm) !important;
  line-height: var(--text-sm--line-height);
  width: 128px;
  height: 128px;
  background: var(--nc-100);
  border-radius: var(--spacing-8);
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left .product-info-wrap .img-wrap .img {
  width: 100%;
  height: 128px;
  background-size: contain !important;
  background-color: var(--nc-100) !important;
}
.left .product-info-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-8);
}
.left .product-info-wrap .text-wrap .title {
  font-size: var(--text-hd-h6) !important;
  line-height: var(--text-hd-h6--line-height);
  font-weight: bold;
  color: var(--nc-900) !important;
}
.left .product-info-wrap .text-wrap .original-price {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: #6B6C6F;
  text-decoration: line-through;
}
.left .product-info-wrap .text-wrap .final-price {
  font-size: var(--text-md) !important;
  line-height: var(--text-md--line-height);
  font-weight: bold;
  color: var(--pc-500) !important;
}
.left .receive-way .heading {
  display: flex;
  gap: var(--spacing-4);
  align-items: center;
}
.left .receive-way .icon {
  width: 28px;
}
.left .receive-way .choose-store {
  background: var(--nc-100) !important;
  width: 170px;
  height: 40px;
  border-radius: var(--spacing-8);
  border: none;
}
.left .receive-way .choose-store:hover {
  box-shadow: 0 0 5px var(--nc-300);
}
.left .discount-wrap, .left .point-wrap {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-16);
}
.left .discount-input, .left .point-input {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  width: 326px;
}
.left .discount-btn, .left .point-btn {
  background: var(--nc-100) !important;
  width: 96px;
  height: 40px;
  border-radius: var(--spacing-8);
  border: none;
}
.left .discount-btn:hover, .left .point-btn:hover {
  box-shadow: 0 0 5px var(--nc-300);
}

.right {
  width: 288px;
}
.right .order-money .bottom .price-detail {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-8);
}
.right .order-money .bottom .text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right .order-money .bottom .title {
  font-size: var(--text-md) !important;
  line-height: var(--text-md--line-height);
  font-weight: bold;
  color: var(--nc-900) !important;
}
.right .order-money .bottom .price {
  font-size: var(--text-md) !important;
  line-height: var(--text-md--line-height);
  font-weight: bold;
  color: var(--nc-900) !important;
}
.right .order-money .bottom .discount {
  font-size: var(--text-lg) !important;
  line-height: var(--text-lg--line-height);
  font-weight: bold;
  color: var(--yc-500) !important;
}
.right .order-money .bottom .final-price {
  font-size: var(--text-xl) !important;
  line-height: var(--text-xl--line-height);
  font-weight: bold;
  color: var(--rc-600) !important;
}
.right .order-money .bottom .btn-wrap {
  display: flex;
  justify-content: center;
}
.right .order-money .bottom .confirm-order, .right .order-money .bottom .confirm-checkout {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  background: linear-gradient(90deg, #3B9D79, #3D7BC7);
  border-radius: 100px;
  width: 100% !important;
  height: 40px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.right .order-money .bottom .confirm-order:hover, .right .order-money .bottom .confirm-checkout:hover {
  box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
}
.right .order-money .bottom .confirm-order.disabled, .right .order-money .bottom .confirm-checkout.disabled {
  background: linear-gradient(90deg, #889c95, #8a9baf);
  box-shadow: none;
  cursor: auto;
}
@media (max-width: 576px) {
  .right .order-money .bottom .confirm-order, .right .order-money .bottom .confirm-checkout {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
.right .order-money .bottom .last-step {
  background: var(--wc-50) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--pc-500) !important;
  border: 1px solid var(--pc-500);
  border-radius: 100px;
  width: 100% !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.right .order-money .bottom .last-step.active {
  background: var(--pc-500) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
}
@media (max-width: 576px) {
  .right .order-money .bottom .last-step {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}

.no-shoppingcart {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-24);
}
.no-shoppingcart img {
  width: 400px;
}
.no-shoppingcart .text {
  color: var(--pc-800) !important;
  font-size: var(--text-lg) !important;
  line-height: var(--text-lg--line-height);
  font-weight: bold;
  text-align: center;
}/*# sourceMappingURL=shopping-cart.css.map */