div.cart-page div.usccart_navi {
  margin: 2rem 0 3rem;
  display: block !important;
  visibility: visible !important;
}
div.cart-page div.usccart_navi ol,
div.cart-page div.usccart_navi ol.ucart {
  display: flex !important;
  justify-content: space-between;
  position: relative;
  background: transparent;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
  counter-reset: step-counter;
  visibility: visible !important;
}
div.cart-page div.usccart_navi ol:before,
div.cart-page div.usccart_navi ol.ucart:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #e5e5e5;
  z-index: 1;
  transform: translateY(-50%);
}
div.cart-page div.usccart_navi ol li,
div.cart-page div.usccart_navi ol.ucart li,
div.cart-page div.usccart_navi ol li.ucart,
div.cart-page div.usccart_navi ol.ucart li.ucart {
  position: relative;
  z-index: 2;
  width: 25%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
  counter-increment: step-counter;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: all 0.3s ease;
  display: block !important;
  visibility: visible !important;
}
div.cart-page div.usccart_navi ol li:before,
div.cart-page div.usccart_navi ol.ucart li:before,
div.cart-page div.usccart_navi ol li.ucart:before,
div.cart-page div.usccart_navi ol.ucart li.ucart:before {
  content: counter(step-counter);
  display: block;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  margin: 0 auto 0.8rem;
  line-height: 2.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #999;
}
div.cart-page div.usccart_navi ol li.usccart_cart,
div.cart-page div.usccart_navi ol.ucart li.usccart_cart,
div.cart-page div.usccart_navi ol li.ucart.usccart_cart,
div.cart-page div.usccart_navi ol.ucart li.ucart.usccart_cart,
div.cart-page div.usccart_navi ol li.usccart_customer,
div.cart-page div.usccart_navi ol.ucart li.usccart_customer,
div.cart-page div.usccart_navi ol li.ucart.usccart_customer,
div.cart-page div.usccart_navi ol.ucart li.ucart.usccart_customer,
div.cart-page div.usccart_navi ol li.usccart_delivery,
div.cart-page div.usccart_navi ol.ucart li.usccart_delivery,
div.cart-page div.usccart_navi ol li.ucart.usccart_delivery,
div.cart-page div.usccart_navi ol.ucart li.ucart.usccart_delivery,
div.cart-page div.usccart_navi ol li.usccart_confirm,
div.cart-page div.usccart_navi ol.ucart li.usccart_confirm,
div.cart-page div.usccart_navi ol li.ucart.usccart_confirm,
div.cart-page div.usccart_navi ol.ucart li.ucart.usccart_confirm {
  color: #db492e;
  font-weight: 600;
}
div.cart-page div.usccart_navi ol li.usccart_cart:before,
div.cart-page div.usccart_navi ol.ucart li.usccart_cart:before,
div.cart-page div.usccart_navi ol li.ucart.usccart_cart:before,
div.cart-page div.usccart_navi ol.ucart li.ucart.usccart_cart:before,
div.cart-page div.usccart_navi ol li.usccart_customer:before,
div.cart-page div.usccart_navi ol.ucart li.usccart_customer:before,
div.cart-page div.usccart_navi ol li.ucart.usccart_customer:before,
div.cart-page div.usccart_navi ol.ucart li.ucart.usccart_customer:before,
div.cart-page div.usccart_navi ol li.usccart_delivery:before,
div.cart-page div.usccart_navi ol.ucart li.usccart_delivery:before,
div.cart-page div.usccart_navi ol li.ucart.usccart_delivery:before,
div.cart-page div.usccart_navi ol.ucart li.ucart.usccart_delivery:before,
div.cart-page div.usccart_navi ol li.usccart_confirm:before,
div.cart-page div.usccart_navi ol.ucart li.usccart_confirm:before,
div.cart-page div.usccart_navi ol li.ucart.usccart_confirm:before,
div.cart-page div.usccart_navi ol.ucart li.ucart.usccart_confirm:before {
  background: #db492e;
  border-color: #db492e;
  color: #fff;
  box-shadow: 0 2px 8px rgba(219,73,46,0.3);
}
@media only screen and (max-width: 740px) {
  div.cart-page div.usccart_navi ol li,
  div.cart-page div.usccart_navi ol.ucart li,
  div.cart-page div.usccart_navi ol li.ucart,
  div.cart-page div.usccart_navi ol.ucart li.ucart {
    font-size: 1.1rem;
  }
  div.cart-page div.usccart_navi ol li:before,
  div.cart-page div.usccart_navi ol.ucart li:before,
  div.cart-page div.usccart_navi ol li.ucart:before,
  div.cart-page div.usccart_navi ol.ucart li.ucart:before {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.1rem;
    font-size: 1.2rem;
  }
}
div.cart-page div.error_message {
  background: #ffeaea;
  color: #d63384;
  border: 1px solid #f5c2c7;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  font-size: 1.4rem;
  font-weight: 500;
}
div.cart-page div.error_message:empty {
  display: none;
}
div.cart-page div.error_message:blank {
  display: none;
}
div.cart-page div.no_cart {
  text-align: center;
  font-size: 1.8rem;
  color: #666;
  background: #f8f9fa;
  border-radius: 1rem;
  padding: 4rem 2rem;
  margin: 4rem 0;
}
div.cart-page div.no_cart:before {
  content: '🛒';
  display: block;
  font-size: 4rem;
  margin-bottom: 1rem;
}
div.cart-page div.upbutton {
  background: #f8f9fa;
  border-radius: 0.8rem;
  padding: 1.5rem;
  margin: 2rem 0;
  text-align: center;
  border: 1px solid #e9ecef;
}
@media only screen and (max-width: 740px) {
  div.cart-page div.upbutton input[type="submit"] {
    margin-top: 1rem;
  }
}
div.cart-page div#cart table#cart_table {
  display: none;
}
div.cart-page div#cart .cart-items-modern {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0;
}
div.cart-page div#cart .cart-items-modern .cart-item-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  grid-template-areas: "image details quantity actions";
  gap: 1.5rem;
  align-items: center;
}
div.cart-page div#cart .cart-items-modern .cart-item-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}
@media only screen and (max-width: 740px) {
  div.cart-page div#cart .cart-items-modern .cart-item-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1rem;
  }
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 80px;
  height: 80px;
  border-radius: 0.5rem;
  overflow: hidden;
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 740px) {
  div.cart-page div#cart .cart-items-modern .cart-item-card .item-image {
    width: 120px;
    height: 120px;
    justify-self: center;
  }
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-details {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: details;
  text-align: left;
}
@media only screen and (max-width: 740px) {
  div.cart-page div#cart .cart-items-modern .cart-item-card .item-details {
    text-align: center;
  }
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-details .item-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-details .item-price {
  font-size: 1.2rem;
  color: #666;
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-details .item-total {
  font-size: 1.5rem;
  font-weight: 700;
  color: #db492e;
  margin-top: 0.5rem;
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-quantity {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: quantity;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 740px) {
  div.cart-page div#cart .cart-items-modern .cart-item-card .item-quantity {
    justify-content: center;
  }
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-quantity input.quantity {
  width: 4rem;
  height: 3rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  background: #fff;
  color: #333;
  transition: border-color 0.3s ease;
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-quantity input.quantity:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-actions {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: actions;
}
@media only screen and (max-width: 740px) {
  div.cart-page div#cart .cart-items-modern .cart-item-card .item-actions {
    justify-self: center;
  }
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-actions input.delButton {
  background: #dc3545;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.8rem 1.2rem;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
div.cart-page div#cart .cart-items-modern .cart-item-card .item-actions input.delButton:hover {
  background: #c82333;
  transform: scale(1.05);
}
div.cart-page .cart-total-modern {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}
div.cart-page .cart-total-modern .total-summary .tax-row,
div.cart-page .cart-total-modern .total-summary .total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f8f9fa;
}
div.cart-page .cart-total-modern .total-summary .tax-row:last-child,
div.cart-page .cart-total-modern .total-summary .total-row:last-child {
  border-bottom: none;
}
div.cart-page .cart-total-modern .total-summary .tax-row .label,
div.cart-page .cart-total-modern .total-summary .total-row .label {
  font-size: 1.3rem;
  color: #666;
  font-weight: 500;
}
div.cart-page .cart-total-modern .total-summary .tax-row .label em.tax,
div.cart-page .cart-total-modern .total-summary .total-row .label em.tax {
  font-size: 1rem;
  color: #fff;
  font-style: normal;
}
div.cart-page .cart-total-modern .total-summary .tax-row .amount,
div.cart-page .cart-total-modern .total-summary .total-row .amount {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}
div.cart-page .cart-total-modern .total-summary .tax-row.total-row .label,
div.cart-page .cart-total-modern .total-summary .total-row.total-row .label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
div.cart-page .cart-total-modern .total-summary .tax-row.total-row .amount.total-amount,
div.cart-page .cart-total-modern .total-summary .total-row.total-row .amount.total-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: #db492e;
}
div.cart-page div.postage_privilege {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(40,167,69,0.3);
}
div.cart-page div.postage_privilege:before {
  content: '🚚';
  margin-right: 0.5rem;
}
div.cart-page div.currency_code {
  display: none;
}
div.cart-page div.send {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0;
}
@media only screen and (max-width: 740px) {
  div.cart-page div.send {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
div.cart-page div.send input {
  background: #db492e;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  padding: 1.2rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 180px;
}
div.cart-page div.send input[value*="続ける"],
div.cart-page div.send input[value*="continue"],
div.cart-page div.send input[value*="back"],
div.cart-page div.send input[value*="戻る"] {
  background: #6c757d;
}
div.cart-page div.send input[value*="続ける"]:hover,
div.cart-page div.send input[value*="continue"]:hover,
div.cart-page div.send input[value*="back"]:hover,
div.cart-page div.send input[value*="戻る"]:hover {
  background: #545b62;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(108,117,125,0.4);
}
div.cart-page div.send input:hover {
  background: #c23d26;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(219,73,46,0.4);
}
div.cart-page div.send input:active {
  transform: translateY(0);
}
@media only screen and (max-width: 740px) {
  div.cart-page div.send input {
    min-width: auto;
    width: 100%;
    margin: 0;
  }
}
div.cart-page #customer-info div.user_form {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}
div.cart-page #customer-info div.user_form h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
}
div.cart-page #customer-info div.user_form h5:before {
  content: '👤';
  margin-right: 0.5rem;
}
div.cart-page #customer-info div.user_form table.customer_form {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3rem;
}
div.cart-page #customer-info div.user_form table.customer_form tr {
  background: none;
}
div.cart-page #customer-info div.user_form table.customer_form th {
  background: #f8f9fa;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  text-align: left;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 25%;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info div.user_form table.customer_form th {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    display: block;
    padding: 1rem;
  }
}
div.cart-page #customer-info div.user_form table.customer_form td {
  padding: 0.75rem 1rem;
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info div.user_form table.customer_form td {
    border-radius: 0 0 0.5rem 0.5rem;
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
div.cart-page #customer-info div.user_form table.customer_form td input[type="text"],
div.cart-page #customer-info div.user_form table.customer_form td input[type="email"],
div.cart-page #customer-info div.user_form table.customer_form td input[type="password"] {
  width: 100%;
  max-width: 400px;
  padding: 0.7rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}
div.cart-page #customer-info div.user_form table.customer_form td input[type="text"]:focus,
div.cart-page #customer-info div.user_form table.customer_form td input[type="email"]:focus,
div.cart-page #customer-info div.user_form table.customer_form td input[type="password"]:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #customer-info div.user_form table.customer_form td input[type="text"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info div.user_form table.customer_form td input[type="email"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info div.user_form table.customer_form td input[type="password"]:invalid:not(:-moz-placeholder) {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.1);
}
div.cart-page #customer-info div.user_form table.customer_form td input[type="text"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info div.user_form table.customer_form td input[type="email"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info div.user_form table.customer_form td input[type="password"]:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.1);
}
div.cart-page #customer-info div.user_form div.send {
  text-align: center;
  margin-top: 2rem;
}
div.cart-page #customer-info div.user_form div.send input[type="submit"] {
  border-radius: 0.8rem;
  padding: 1.2rem 3rem;
  font-size: 1.4rem;
  min-width: 200px;
}
div.cart-page #customer-info div.unuser_form {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}
div.cart-page #customer-info div.unuser_form h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
}
div.cart-page #customer-info div.unuser_form h5:before {
  content: '📝';
  margin-right: 0.5rem;
}
div.cart-page #customer-info div.unuser_form form#customer_forms {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
div.cart-page #customer-info form#customer_forms {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}
div.cart-page #customer-info form#customer_forms .email-group {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}
div.cart-page #customer-info form#customer_forms .email-group h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
}
div.cart-page #customer-info form#customer_forms .email-group h4:before {
  content: '📧';
  margin-right: 0.5rem;
}
div.cart-page #customer-info form#customer_forms .email-group table.customer_form {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3rem;
}
div.cart-page #customer-info form#customer_forms .email-group table.customer_form tr {
  background: none;
}
div.cart-page #customer-info form#customer_forms .email-group table.customer_form th {
  background: #f8f9fa;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  text-align: left;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 25%;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info form#customer_forms .email-group table.customer_form th {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    display: block;
    padding: 1rem;
  }
}
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td {
  padding: 0.75rem 1rem;
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info form#customer_forms .email-group table.customer_form td {
    border-radius: 0 0 0.5rem 0.5rem;
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="text"],
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="email"],
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="password"],
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="tel"],
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td select,
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td textarea {
  width: 100%;
  max-width: 400px;
  padding: 0.7rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="text"]:focus,
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="email"]:focus,
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="password"]:focus,
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="tel"]:focus,
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td select:focus,
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td textarea:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="text"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="email"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="password"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="tel"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms .email-group table.customer_form td select:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms .email-group table.customer_form td textarea:invalid:not(:-moz-placeholder) {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.1);
}
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="text"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="email"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="password"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td input[type="tel"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td select:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms .email-group table.customer_form td textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.1);
}
div.cart-page #customer-info form#customer_forms .address-group {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info form#customer_forms .address-group {
    padding: 2rem 1rem;
  }
}
div.cart-page #customer-info form#customer_forms .address-group h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
}
div.cart-page #customer-info form#customer_forms .address-group h4:before {
  content: '🏠';
  margin-right: 0.5rem;
}
div.cart-page #customer-info form#customer_forms .address-group table.customer_form {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3rem;
}
div.cart-page #customer-info form#customer_forms .address-group table.customer_form tr {
  background: none;
}
div.cart-page #customer-info form#customer_forms .address-group table.customer_form th {
  background: #f8f9fa;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  text-align: left;
  border-radius: 0;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info form#customer_forms .address-group table.customer_form th {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    display: block;
    padding: 1rem;
  }
}
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td {
  padding: 0.75rem 1rem;
  background: #fff;
  border-radius: 0 0 0 0;
  border: 0;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info form#customer_forms .address-group table.customer_form td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input#search_zipcode {
  margin-left: 1rem;
  height: 30px;
  line-height: 30px;
  padding: 0 1rem;
}
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="text"],
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="email"],
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="password"],
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="tel"],
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td select,
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td textarea {
  width: 100%;
  max-width: 400px;
  padding: 0.7rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="text"]:focus,
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="email"]:focus,
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="password"]:focus,
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="tel"]:focus,
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td select:focus,
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td textarea:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="text"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="email"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="password"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="tel"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms .address-group table.customer_form td select:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms .address-group table.customer_form td textarea:invalid:not(:-moz-placeholder) {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.1);
}
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="text"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="email"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="password"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td input[type="tel"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td select:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms .address-group table.customer_form td textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.1);
}
div.cart-page #customer-info form#customer_forms table.customer_form {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 2rem;
}
div.cart-page #customer-info form#customer_forms table.customer_form tr {
  margin-bottom: 1rem;
  display: block;
  background: #f8f9fa;
  border-radius: 0.8rem;
  border: 1px solid #eee;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info form#customer_forms table.customer_form tr {
    margin-bottom: 1rem;
  }
}
div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row {
  display: block;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row th {
  display: block;
  background: #495057;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 0.8rem 0.8rem 0 0;
}
div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row th em {
  color: #ffc107;
  font-weight: 700;
  margin-right: 0.3rem;
  font-size: 1.1em;
}
div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row td.name_td {
  display: inline-block;
  width: 50%;
  padding: 1.5rem;
  background: #fff;
  vertical-align: top;
  box-sizing: border-box;
}
div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row td.name_td:first-of-type {
  border-radius: 0 0 0 0.8rem;
  border-right: 1px solid #e9ecef;
}
div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row td.name_td:last-of-type {
  border-radius: 0 0 0.8rem 0;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row td.name_td {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row td.name_td:first-of-type {
    margin-right: 0;
    border-radius: 0;
    border-right: none;
    border-bottom: 1px solid #e9ecef;
  }
  div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row td.name_td:last-of-type {
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row td.name_td span.member_name {
  display: block;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row td.name_td input {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}
div.cart-page #customer-info form#customer_forms table.customer_form tr#name_row td.name_td input:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #customer-info form#customer_forms table.customer_form th {
  display: block;
  background: #495057;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
div.cart-page #customer-info form#customer_forms table.customer_form th em {
  color: #ffc107;
  font-weight: 700;
  margin-right: 0.3rem;
  font-size: 1.1em;
}
div.cart-page #customer-info form#customer_forms table.customer_form #fax_row {
  display: none;
}
div.cart-page #customer-info form#customer_forms table.customer_form td {
  display: block;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
}
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="text"],
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="email"],
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="password"],
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="tel"],
div.cart-page #customer-info form#customer_forms table.customer_form td select,
div.cart-page #customer-info form#customer_forms table.customer_form td textarea {
  width: 100%;
  max-width: none;
  padding: 1rem 1.5rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
  margin-bottom: 0.5rem;
}
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="text"]:focus,
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="email"]:focus,
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="password"]:focus,
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="tel"]:focus,
div.cart-page #customer-info form#customer_forms table.customer_form td select:focus,
div.cart-page #customer-info form#customer_forms table.customer_form td textarea:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="text"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms table.customer_form td input[type="email"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms table.customer_form td input[type="password"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms table.customer_form td input[type="tel"]:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms table.customer_form td select:invalid:not(:-moz-placeholder), div.cart-page #customer-info form#customer_forms table.customer_form td textarea:invalid:not(:-moz-placeholder) {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.1);
}
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="text"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="email"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="password"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms table.customer_form td input[type="tel"]:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms table.customer_form td select:invalid:not(:placeholder-shown),
div.cart-page #customer-info form#customer_forms table.customer_form td textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.1);
}
div.cart-page #customer-info form#customer_forms table.customer_form td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  padding-right: 3rem;
}
div.cart-page #customer-info form#customer_forms table.customer_form td textarea {
  min-height: 100px;
  resize: vertical;
}
div.cart-page #customer-info form#customer_forms table.customer_form td br {
  display: none;
}
div.cart-page #customer-info form#customer_forms table.customer_form td .input-note {
  font-size: 1.1rem;
  color: #6c757d;
  margin-top: 0.5rem;
  font-style: italic;
  background: #f8f9fa;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  border-left: 3px solid #17a2b8;
}
div.cart-page #customer-info form#customer_forms div.send {
  text-align: center;
  margin-top: 3rem;
  display: flex;
  row-gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info form#customer_forms div.send {
    gap: 0;
  }
}
div.cart-page #customer-info form#customer_forms div.send input[type="submit"] {
  border-radius: 0.8rem;
  padding: 1.5rem 4rem;
  font-size: 1.5rem;
  min-width: 250px;
}
@media only screen and (max-width: 740px) {
  div.cart-page #customer-info form#customer_forms div.send input[type="submit"] {
    min-width: auto;
    width: 100%;
    padding: 1.2rem 2rem;
    margin: 0.5rem 0;
  }
}
div#escott-token-dialog div.send {
  margin-top: 2rem;
}
div#escott-token-dialog input,
div#escott-token-dialog select {
  margin: 0.5rem;
}
table.customer_form tbody td,
table.customer_form tbody th {
  border-bottom: 1px solid #eee;
  padding: 2rem 0;
}
table.customer_form tbody td input,
table.customer_form tbody th input {
  background-color: #f2f2f2;
  border: 0;
  font-size: 1.6rem;
  padding: 1rem 0.5rem;
  width: 100%;
}
table.customer_form tbody td input[type="radio"],
table.customer_form tbody th input[type="radio"] {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0;
  margin-right: 1rem;
  cursor: pointer;
}
table.customer_form tbody td input[type="radio"]:checked,
table.customer_form tbody th input[type="radio"]:checked {
  background-color: #1e87f0;
}
table.customer_form tbody tr#zipcode_row td {
  position: relative;
}
table.customer_form tbody tr#zipcode_row td input#zipcode {
  width: 70%;
}
table.customer_form tbody tr#zipcode_row td input#search_zipcode {
  background: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  width: calc(30% - 10px);
  position: absolute;
  right: 0;
  height: 40px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 1rem;
  display: block;
}
table.customer_form tbody tr#zipcode_row td input#search_zipcode:hover {
  background: #138496;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(23,162,184,0.3);
}
table.customer_form tbody tr#zipcode_row td input#search_zipcode:active {
  transform: translateY(0);
}
table.customer_form tbody td.name_td input {
  display: block;
}
table.customer_form tbody td.name_td input#name1 {
  width: 95%;
}
table.customer_form tbody textarea {
  width: 100%;
  height: 180px;
}
table.customer_form tbody dl dd {
  margin: 1rem 0 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
table.customer_form tbody dl dd img:last-child {
  display: block;
  margin-top: 2rem;
}
table.customer_form tbody dl label {
  font-size: 1.6rem;
  font-weight: bold;
}
table.customer_form tbody tr#fax_row {
  display: none;
}
div#customer-info {
  background: none;
}
div#customer-info h5 {
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}
div#customer-info div.user_form {
  margin: 2rem 0 4rem;
}
div#customer-info input.to_reganddeliveryinfo_button {
  display: none;
}
div#wc_confirm div.confiem_notice {
  margin-bottom: 2rem;
  color: #db492e;
  font-size: 1.4rem;
}
div#wc_confirm table#confirm_table td,
div#wc_confirm table#confirm_table th {
  border-bottom: 1px solid #eee;
  padding: 0.5rem 0;
}
div#wc_confirm table#confirm_table td h3,
div#wc_confirm table#confirm_table th h3 {
  font-weight: bold;
  padding: 2rem 0 0;
  font-size: 2rem;
}
div.wc_confirm_notes_area {
  font-size: 1em;
  margin: 30px 0;
  line-height: 1.4;
}
div.wc_confirm_notes_area h3 {
  font-size: 1.4em;
}
div#cart_completion {
  font-size: 1.8rem;
  margin-bottom: 12rem;
}
div#cart_completion p {
  margin: 4rem 0;
  line-height: 2;
}
div#cart_completion div.send {
  margin: 4rem 0;
}
div#cart_completion div.send a {
  background-color: #1e87f0;
  color: #fff;
  padding: 1rem 2rem;
}
div.cart-page #delivery-info .deliv_form {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}
div.cart-page #delivery-info .deliv_form table.customer_form {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3rem;
  margin-bottom: 2rem;
  border: 0;
  background: none;
  box-shadow: 0;
}
div.cart-page #delivery-info .deliv_form table.customer_form tr {
  background: none;
}
div.cart-page #delivery-info .deliv_form table.customer_form th {
  background: #f8f9fa;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  text-align: left;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 25%;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  div.cart-page #delivery-info .deliv_form table.customer_form th {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    display: block;
    padding: 1rem;
  }
}
div.cart-page #delivery-info .deliv_form table.customer_form td {
  padding: 0.75rem 1rem;
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media only screen and (max-width: 740px) {
  div.cart-page #delivery-info .deliv_form table.customer_form td {
    border-radius: 0 0 0.5rem 0.5rem;
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
div.cart-page #delivery-info .deliv_form table.customer_form td input[type="radio"] {
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
  margin-right: 0.8rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: middle;
  flex-shrink: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}
div.cart-page #delivery-info .deliv_form table.customer_form td input[type="radio"]:checked {
  background: #db492e;
  border-color: #db492e;
}
div.cart-page #delivery-info .deliv_form table.customer_form td input[type="radio"]:checked:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
div.cart-page #delivery-info .deliv_form table.customer_form td input[type="radio"]:hover {
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #delivery-info .deliv_form table.customer_form td input[type="radio"]:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #delivery-info .deliv_form table.customer_form td label {
  font-size: 1.2rem;
  color: #333;
  cursor: pointer;
  margin-left: 0.3rem;
  font-weight: 500;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
}
div.cart-page #delivery-info .deliv_form table.customer_form td label:hover {
  color: #db492e;
}
div.cart-page #delivery-info .deliv_form #delivery_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3rem;
  margin-bottom: 2rem;
}
div.cart-page #delivery-info .deliv_form #delivery_table tr {
  background: none;
}
div.cart-page #delivery-info .deliv_form #delivery_table th {
  background: #f8f9fa;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  text-align: left;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 25%;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  div.cart-page #delivery-info .deliv_form #delivery_table th {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    display: block;
    padding: 1rem;
  }
}
div.cart-page #delivery-info .deliv_form #delivery_table th em {
  color: #ffc107;
  font-weight: 700;
  margin-right: 0.3rem;
  font-size: 1.1em;
}
div.cart-page #delivery-info .deliv_form #delivery_table td {
  padding: 0.75rem 1rem;
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
  position: relative;
}
@media only screen and (max-width: 740px) {
  div.cart-page #delivery-info .deliv_form #delivery_table td {
    border-radius: 0 0 0.5rem 0.5rem;
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
div.cart-page #delivery-info .deliv_form #delivery_table td input#zipcode {
  width: 70%;
}
div.cart-page #delivery-info .deliv_form #delivery_table td input#search_zipcode {
  background: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  width: calc(30% - 10px);
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 2.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 1rem;
  display: block;
  padding: 0 1rem;
  box-sizing: border-box;
}
div.cart-page #delivery-info .deliv_form #delivery_table td input#search_zipcode:hover {
  background: #138496;
  transform: translateY(calc(-50% - 1px));
  box-shadow: 0 4px 12px rgba(23,162,184,0.3);
}
div.cart-page #delivery-info .deliv_form #delivery_table td input#search_zipcode:active {
  transform: translateY(-50%);
}
div.cart-page #delivery-info .deliv_form #delivery_table td input[type="text"],
div.cart-page #delivery-info .deliv_form #delivery_table td input[type="email"],
div.cart-page #delivery-info .deliv_form #delivery_table td input[type="tel"],
div.cart-page #delivery-info .deliv_form #delivery_table td select,
div.cart-page #delivery-info .deliv_form #delivery_table td textarea {
  width: 100%;
  max-width: 400px;
  padding: 0.7rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}
div.cart-page #delivery-info .deliv_form #delivery_table td input[type="text"]:focus,
div.cart-page #delivery-info .deliv_form #delivery_table td input[type="email"]:focus,
div.cart-page #delivery-info .deliv_form #delivery_table td input[type="tel"]:focus,
div.cart-page #delivery-info .deliv_form #delivery_table td select:focus,
div.cart-page #delivery-info .deliv_form #delivery_table td textarea:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #delivery-info .deliv_form #delivery_table td input[type="text"]:invalid:not(:-moz-placeholder), div.cart-page #delivery-info .deliv_form #delivery_table td input[type="email"]:invalid:not(:-moz-placeholder), div.cart-page #delivery-info .deliv_form #delivery_table td input[type="tel"]:invalid:not(:-moz-placeholder), div.cart-page #delivery-info .deliv_form #delivery_table td select:invalid:not(:-moz-placeholder), div.cart-page #delivery-info .deliv_form #delivery_table td textarea:invalid:not(:-moz-placeholder) {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.1);
}
div.cart-page #delivery-info .deliv_form #delivery_table td input[type="text"]:invalid:not(:placeholder-shown),
div.cart-page #delivery-info .deliv_form #delivery_table td input[type="email"]:invalid:not(:placeholder-shown),
div.cart-page #delivery-info .deliv_form #delivery_table td input[type="tel"]:invalid:not(:placeholder-shown),
div.cart-page #delivery-info .deliv_form #delivery_table td select:invalid:not(:placeholder-shown),
div.cart-page #delivery-info .deliv_form #delivery_table td textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.1);
}
div.cart-page #delivery-info .deliv_form #delivery_table td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  padding-right: 3rem;
}
div.cart-page #delivery-info .deliv_form #time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
div.cart-page #delivery-info .deliv_form #time tr {
  margin-bottom: 1rem;
  display: block;
  background: #f8f9fa;
  border-radius: 0.8rem;
  border: 1px solid #eee;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  div.cart-page #delivery-info .deliv_form #time tr {
    margin-bottom: 1rem;
  }
}
div.cart-page #delivery-info .deliv_form #time th {
  display: block;
  background: #495057;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 0.8rem 0.8rem 0 0;
}
div.cart-page #delivery-info .deliv_form #time th em {
  color: #ffc107;
  font-weight: 700;
  margin-right: 0.3rem;
  font-size: 1.1em;
}
div.cart-page #delivery-info .deliv_form #time td {
  display: block;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
}
div.cart-page #delivery-info .deliv_form #time td select {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  padding-right: 3rem;
}
div.cart-page #delivery-info .deliv_form #time td select:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #delivery-info .deliv_form #time td p {
  font-size: 1.1rem;
  color: #666;
  margin: 0.5rem 0;
  line-height: 1.5;
}
div.cart-page #delivery-info .deliv_form #custom_order {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
}
div.cart-page #delivery-info .deliv_form #custom_order tr {
  margin-bottom: 1rem;
  display: block;
  background: #f8f9fa;
  border-radius: 0.8rem;
  border: 1px solid #eee;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
div.cart-page #delivery-info .deliv_form #custom_order th {
  display: block;
  background: #495057;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 0.8rem 0.8rem 0 0;
}
div.cart-page #delivery-info .deliv_form #custom_order td {
  display: block;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
}
div.cart-page #delivery-info .deliv_form #custom_order td input,
div.cart-page #delivery-info .deliv_form #custom_order td select,
div.cart-page #delivery-info .deliv_form #custom_order td textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}
div.cart-page #delivery-info .deliv_form #custom_order td input:focus,
div.cart-page #delivery-info .deliv_form #custom_order td select:focus,
div.cart-page #delivery-info .deliv_form #custom_order td textarea:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #delivery-info .deliv_form #notes_table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 2rem;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 1rem;
}
div.cart-page #delivery-info .deliv_form #notes_table tr {
  margin-bottom: 1rem;
  display: block;
  background: #f8f9fa;
  border-radius: 0.8rem;
  border-bottom: 0;
  overflow: hidden;
}
div.cart-page #delivery-info .deliv_form #notes_table th {
  display: block;
  background: #495057;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 0.8rem 0.8rem 0 0;
}
div.cart-page #delivery-info .deliv_form #notes_table td {
  display: block;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
  border-bottom: 0;
}
div.cart-page #delivery-info .deliv_form #notes_table td textarea.notes {
  width: 100%;
  min-height: 120px;
  padding: 1rem 1.5rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
}
div.cart-page #delivery-info .deliv_form #notes_table td textarea.notes:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #delivery-info .deliv_form #notes_table td textarea.notes::-moz-placeholder {
  color: #999;
  font-style: italic;
}
div.cart-page #delivery-info .deliv_form #notes_table td textarea.notes::placeholder {
  color: #999;
  font-style: italic;
}
div.cart-page #delivery-info .deliv_form div.send {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0;
}
@media only screen and (max-width: 740px) {
  div.cart-page #delivery-info .deliv_form div.send {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
div.cart-page #delivery-info .deliv_form div.send input[type="submit"] {
  background: #db492e;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  padding: 1.2rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 180px;
}
div.cart-page #delivery-info .deliv_form div.send input[type="submit"].back_to_customer_button {
  background: #6c757d;
}
div.cart-page #delivery-info .deliv_form div.send input[type="submit"].back_to_customer_button:hover {
  background: #545b62;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(108,117,125,0.4);
}
div.cart-page #delivery-info .deliv_form div.send input[type="submit"].to_confirm_button:hover {
  background: #c23d26;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(219,73,46,0.4);
}
div.cart-page #delivery-info .deliv_form div.send input[type="submit"]:active {
  transform: translateY(0);
}
@media only screen and (max-width: 740px) {
  div.cart-page #delivery-info .deliv_form div.send input[type="submit"] {
    min-width: auto;
    width: 100%;
    margin: 0;
  }
}
div.cart-page #info-confirm div.confiem_notice {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(255,193,7,0.3);
}
div.cart-page #info-confirm div.confiem_notice:before {
  content: '⚠️';
  margin-right: 0.5rem;
}
div.cart-page #info-confirm #cart {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}
div.cart-page #info-confirm #cart table#cart_table {
  display: table !important;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
div.cart-page #info-confirm #cart table#cart_table thead tr {
  background: #495057;
}
div.cart-page #info-confirm #cart table#cart_table thead tr th {
  padding: 1.5rem 2rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1.2rem;
}
div.cart-page #info-confirm #cart table#cart_table thead tr th em.tax {
  font-size: 0.9rem;
  color: #fff;
  font-style: normal;
  white-space: nowrap;
  margin-left: 0.3rem;
}
div.cart-page #info-confirm #cart table#cart_table thead tr th.thumbnail {
  width: 10%;
  padding: 0;
}
div.cart-page #info-confirm #cart table#cart_table thead tr th.num {
  width: 8%;
}
div.cart-page #info-confirm #cart table#cart_table thead tr th.price {
  width: 15%;
}
div.cart-page #info-confirm #cart table#cart_table thead tr th.quantity {
  width: 12%;
}
div.cart-page #info-confirm #cart table#cart_table thead tr th.subtotal {
  width: 15%;
}
@media only screen and (max-width: 740px) {
  div.cart-page #info-confirm #cart table#cart_table thead tr th {
    padding: 0.8rem 0.5rem;
    font-size: 1rem;
  }
}
div.cart-page #info-confirm #cart table#cart_table tbody tr {
  border-bottom: 1px solid #f8f9fa;
  background: #fff;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
div.cart-page #info-confirm #cart table#cart_table tbody tr:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
div.cart-page #info-confirm #cart table#cart_table tbody tr:last-child {
  border-bottom: none;
}
div.cart-page #info-confirm #cart table#cart_table tbody tr td {
  padding: 1.5rem 2rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.6;
}
div.cart-page #info-confirm #cart table#cart_table tbody tr td.thumbnail {
  width: 80px;
  height: 80px;
  padding: 0;
}
div.cart-page #info-confirm #cart table#cart_table tbody tr td.thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0.5rem;
  display: block;
  margin: 0 auto;
  flex-shrink: 0;
}
div.cart-page #info-confirm #cart table#cart_table tbody tr td.aright {
  text-align: right;
  font-weight: 600;
}
div.cart-page #info-confirm #cart table#cart_table tbody tr td.productname {
  text-align: left;
}
@media only screen and (max-width: 740px) {
  div.cart-page #info-confirm #cart table#cart_table tbody tr td {
    padding: 0.8rem 0.5rem;
    font-size: 1rem;
  }
}
div.cart-page #info-confirm #cart table#cart_table tfoot tr {
  background: #f8f9fa;
  border-top: 2px solid #e9ecef;
}
div.cart-page #info-confirm #cart table#cart_table tfoot tr th,
div.cart-page #info-confirm #cart table#cart_table tfoot tr td {
  padding: 1.5rem 2rem;
  font-weight: 600;
  text-align: right;
  color: #333;
  line-height: 1.6;
}
div.cart-page #info-confirm #cart table#cart_table tfoot tr th.aright,
div.cart-page #info-confirm #cart table#cart_table tfoot tr td.aright {
  text-align: right;
  font-size: 1.3rem;
}
div.cart-page #info-confirm #cart table#cart_table tfoot tr th em.tax,
div.cart-page #info-confirm #cart table#cart_table tfoot tr td em.tax {
  font-size: 0.9rem;
  color: #fff;
  font-style: normal;
  white-space: nowrap;
  margin-left: 0.3rem;
}
@media only screen and (max-width: 740px) {
  div.cart-page #info-confirm #cart table#cart_table tfoot tr th,
  div.cart-page #info-confirm #cart table#cart_table tfoot tr td {
    padding: 0.8rem 0.5rem;
    font-size: 1rem;
  }
}
div.cart-page #info-confirm #cart table#cart_table tfoot tr tr:last-child {
  background: linear-gradient(135deg, #db492e, #c23d26);
  border: 3px solid #db492e;
  box-shadow: 0 4px 15px rgba(219,73,46,0.4);
}
div.cart-page #info-confirm #cart table#cart_table tfoot tr tr:last-child th,
div.cart-page #info-confirm #cart table#cart_table tfoot tr tr:last-child td {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  padding: 2rem !important;
}
@media only screen and (max-width: 740px) {
  div.cart-page #info-confirm #cart table#cart_table tfoot tr tr:last-child th,
  div.cart-page #info-confirm #cart table#cart_table tfoot tr tr:last-child td {
    font-size: 1.4rem;
    padding: 1.5rem !important;
  }
}
div.cart-page #info-confirm #cart .cart-items-modern {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0;
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  border: 1px solid #e9ecef;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  grid-template-areas: "image details quantity total";
  gap: 1.5rem;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1rem;
  }
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 80px;
  height: 80px;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0.5rem;
  display: block;
}
@media only screen and (max-width: 740px) {
  div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-image {
    width: 120px;
    height: 120px;
    justify-self: center;
  }
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-details {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: details;
  text-align: left;
}
@media only screen and (max-width: 740px) {
  div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-details {
    text-align: center;
  }
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-details .item-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-details .item-price {
  font-size: 1.2rem;
  color: #666;
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-quantity {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: quantity;
  text-align: center;
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-quantity .quantity-label {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0.5rem;
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-quantity .quantity-value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-total {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: total;
  text-align: right;
}
@media only screen and (max-width: 740px) {
  div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-total {
    text-align: center;
  }
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-total .total-label {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0.5rem;
}
div.cart-page #info-confirm #cart .cart-items-modern .cart-item-card .item-total .total-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #db492e;
}
div.cart-page #info-confirm .cart-total-modern {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}
div.cart-page #info-confirm .cart-total-modern .total-summary .total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f8f9fa;
}
div.cart-page #info-confirm .cart-total-modern .total-summary .total-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
div.cart-page #info-confirm .cart-total-modern .total-summary .total-row .label {
  font-size: 1.3rem;
  color: #666;
  font-weight: 500;
}
div.cart-page #info-confirm .cart-total-modern .total-summary .total-row .amount {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}
div.cart-page #info-confirm .cart-total-modern .total-summary .total-row.discount-row .amount {
  color: #dc3545;
}
div.cart-page #info-confirm .cart-total-modern .total-summary .total-row.final-total {
  border-top: 2px solid #e9ecef;
  margin-top: 1rem;
  padding-top: 1rem;
}
div.cart-page #info-confirm .cart-total-modern .total-summary .total-row.final-total .label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
div.cart-page #info-confirm .cart-total-modern .total-summary .total-row.final-total .amount {
  font-size: 2rem;
  font-weight: 700;
  color: #db492e;
}
div.cart-page #info-confirm #point_table {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
  border-collapse: separate;
  border-spacing: 0;
}
div.cart-page #info-confirm #point_table tr {
  border-bottom: 1px solid #f8f9fa;
}
div.cart-page #info-confirm #point_table tr:last-child {
  border-bottom: none;
}
div.cart-page #info-confirm #point_table td {
  padding: 1rem 0;
  font-size: 1.3rem;
}
div.cart-page #info-confirm #point_table td:first-child {
  color: #666;
  font-weight: 500;
}
div.cart-page #info-confirm #point_table td:last-child {
  text-align: right;
  font-weight: 600;
  color: #333;
}
div.cart-page #info-confirm #point_table td span.point {
  color: #28a745;
  font-size: 1.5rem;
  font-weight: 700;
}
div.cart-page #info-confirm #point_table td input.used_point {
  width: 100px;
  padding: 0.5rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  text-align: right;
  margin-right: 0.5rem;
}
div.cart-page #info-confirm #point_table td input.used_point:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23,162,184,0.1);
}
div.cart-page #info-confirm #point_table td input.use_point_button {
  background: #28a745;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.8rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
div.cart-page #info-confirm #point_table td input.use_point_button:hover {
  background: #218838;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(40,167,69,0.3);
}
div.cart-page #info-confirm table#confirm_table {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
  border-collapse: separate;
  border-spacing: 0;
}
div.cart-page #info-confirm table#confirm_table tr.ttl td {
  padding: 1.5rem 0 1rem;
  border-bottom: 2px solid #e9ecef;
}
div.cart-page #info-confirm table#confirm_table tr.ttl td h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
div.cart-page #info-confirm table#confirm_table tr.ttl td h3:before {
  content: '📋';
  margin-right: 0.5rem;
}
div.cart-page #info-confirm table#confirm_table tr {
  border-bottom: 1px solid #f8f9fa;
}
div.cart-page #info-confirm table#confirm_table tr:last-child {
  border-bottom: none;
}
div.cart-page #info-confirm table#confirm_table th {
  padding: 1.2rem 1.5rem;
  background: #f8f9fa;
  font-size: 1.2rem;
  font-weight: 600;
  color: #495057;
  text-align: left;
  width: 30%;
  vertical-align: top;
}
@media only screen and (max-width: 740px) {
  div.cart-page #info-confirm table#confirm_table th {
    display: table-cell;
    width: 30%;
    padding: 0.8rem 1rem;
    font-size: 1.1rem;
    border-radius: 0;
    background: #f8f9fa;
    color: #495057;
  }
}
div.cart-page #info-confirm table#confirm_table td {
  padding: 1.2rem 1.5rem;
  background: #fff;
  font-size: 1.3rem;
  color: #333;
  line-height: 1.6;
}
div.cart-page #info-confirm table#confirm_table td.ttl {
  padding: 2rem 0 1rem;
  border-bottom: 2px solid #e9ecef;
  background: transparent;
}
div.cart-page #info-confirm table#confirm_table td.ttl h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
div.cart-page #info-confirm table#confirm_table td.ttl h3:before {
  content: '🏠';
  margin-right: 0.5rem;
}
@media only screen and (max-width: 740px) {
  div.cart-page #info-confirm table#confirm_table td {
    display: table-cell;
    width: 70%;
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
    border-radius: 0;
  }
}
div.cart-page #info-confirm table#confirm_table tr:has(td.ttl) {
  background: transparent;
  border-bottom: none;
}
div.cart-page #info-confirm table#confirm_table tr:has(td.ttl) td.ttl {
  background: transparent;
  border-bottom: 2px solid #e9ecef;
  padding: 2rem 0 1rem;
}
div#memberpages table.customer_info th,
div#memberpages table.customer_info td {
  border: 0;
}
div#memberpages div.currency_code {
  display: none;
}
div#memberpages h3.menber {
  font-size: 2.4rem;
  margin-top: 4rem;
}
div#memberpages ul.member_submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
div#memberpages ul.member_submenu li {
  padding: 2rem;
  background-color: #1e87f0;
  margin: 0 1rem;
  border-radius: 2px;
}
div#memberpages ul.member_submenu li a {
  color: #fff;
  font-size: 1.4rem;
}
div#memberpages div.send-member {
  display: flex;
  justify-content: center;
}
div#memberpages div.send-member input {
  margin: 2rem 1rem;
}
div#memberpages table#history_head {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 2rem;
}
div#memberpages table#history_head td,
div#memberpages table#history_head th {
  border: 0;
  border-right: 1px solid #eee;
  text-align: center;
  width: 12%;
}
div#memberpages table#history_head th {
  border-bottom: 1px solid #eee;
}
div#memberpages table#history_head th.order_number,
div#memberpages table#history_head th.cartrownum,
div#memberpages table#history_head .order_number {
  width: 10%;
}
div#memberpages table.retail {
  border-top: 10px solid #eee;
  margin-bottom: 6rem;
}
div#memberpages table.retail .cartrownum {
  display: none;
}
div#memberpages table.retail .thumbnail {
  width: 12%;
}
div#memberpages table.retail .productname {
  width: 50%;
  padding: 0 1rem;
}
div#memberpages table.retail .price {
  width: 10%;
  text-align: center;
}
div#memberpages table.retail .quantity {
  width: 8%;
  text-align: center;
}
div#memberpages table.retail .subtotal {
  text-align: right;
  border-right: 0;
  width: 10%;
}
