.search {
  margin-bottom: 2rem;
  border-radius: 3rem !important;
}

.backboard {
  padding: 3rem;
}

.nav-logo {
  max-width: 100px;
  margin-left: -5.3rem;
}

#navcol-1 {
  padding-left: 1rem;
}

.nav-content.nav-r {
  padding-right: 1rem;
}

.container {
}

.reflow-order-status h2 {
  color: var(--bs-primary) !important;
}

.reflow-order-status > div.col > div {
  border-radius: 1rem;
}

/* 商品列表 */

.product-list {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 1rem;
}

.reflow-category-list.ref-horizontal-bar {
  border-radius: 3rem;
}

.reflow-product-list.ref-cards .ref-image {
  border-radius: 1rem;
}

.reflow-product .ref-price {
  font-size: 2rem;
}

.proT .ref-qty-available {
  display: none;
}

.reflow-user-orders .ref-orders-table tbody tr {
  border-radius: .5rem;
}

.ref-profile-photo {
  border: 1px solid var(--bs-body-color) !important;
}

/* 購物車 */

.reflow-shopping-cart .ref-cart .ref-cart-table .ref-product-total-sum {
  color: var(--bs-secondary);
}

.reflow-shopping-cart .ref-cart .ref-subtotal {
  font-size: 2rem;
  color: var(--bs-primary);
}

.reflow-shopping-cart .ref-cart .ref-cart-table .ref-product-photo {
  border-radius: .5rem;
}

.reflow-shopping-cart .ref-checkout .ref-product .ref-product-photo {
  border-radius: .5rem;
}

.reflow-shopping-cart .ref-checkout .ref-checkout-summary {
  border-radius: 2rem;
}

.reflow-shopping-cart .ref-message {
  border-radius: 3rem;
}

