/* カートページ専用CSS */
.page-header {
  margin-bottom: 20px;
}

.japacart-blocks-wc-products ul.products li.products-item .products-item-title {
  color: #4682b4 !important;
  font-weight: bold !important;
  font-size: 1.1rem;
  margin-top: 0.8rem;
  margin-bottom: 10px;
  padding: 0 5px;
}
.woocommerce-cart .woocommerce .tuika a.button {
  padding: calc(0.5em + 1px) calc(4.5em + 1px);
  text-align: center;
  margin-right: 0;
  margin-bottom: 20px;
  background:#fff;
  color:#039be6;
  border:2px solid #039be6;
}
.woocommerce-cart .woocommerce .tuika a.button::after {
  border-top: 3px solid #039be6;
  border-right: 3px solid #039be6;
}
.woocommerce-info [role="button"] {
  text-decoration: underline;
  background: none;
  color: #474747;
}
.stp p {
  margin-top: 20px;
}
.entry-content > h3:not([class*="is-style-japacart-heading-"]){
  font-size: 18px;
  padding: 8px 8px 0px 0px;
  margin-bottom: 20px;
  border-left: none;
  border-bottom: none;
}
.japacart-content {
    padding-bottom: 30px;
}
.woocommerce .cross-sells > h2,
.entry-content  #ino-cross {
  margin-bottom: 1rem;
  font-size: 20px;
}
.product-subtotal {
  display:none;
}
.woocommerce a.remove {
  display: inline;
  font-size: 18px;
}
a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
.product-remove [role="button"] {
  padding: calc(0.1em + 1px) calc(0.38em + 1px);
}

.woocommerce-shipping-destination, 
.woocommerce-shipping-calculator,
.woocommerce .woocommerce-message .wc-forward,
.woocommerce-cart-form .product-quantity {
  display:none;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border: none;
}
.woocommerce-message {
  outline: none !important;         /* フォーカス枠を消す */
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  font-size: 15px;
  padding:10px 15px;
}
.woocommerce table.shop_table {
  margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin-bottom: 20px;
}
.cart-discount [role="button"] {
  padding: calc(0.5em + 1px) calc(0.5em + 1px);
  font-size: 12px;
}
@media screen and (min-width: 768px) {
.woocommerce table.shop_table.cart th.product-name {
  width: 55%;
  padding-left: 30px;
}
.woocommerce table.shop_table.cart .woocommerce-cart-form__cart-item th.product-name {
    background-color: #f9f9f9;
}
.woocommerce table.shop_table.cart th.product-price {
  width: 25%;
}
.entry-content .ino-btn a {
  min-width: 50%;
  float: right;
  padding: 1em;
}
}
@media (max-width: 767px) {
.woocommerce-cart .woocommerce .tuika a.button {
  padding: 1em;
  width: 100%;
}
  .woocommerce table.shop_table_responsive tr .product-quantity {
    display: none;
  }
.woocommerce .woocommerce-cart-form table.shop_table_responsive tbody th,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tbody th {
    display: table-cell;
  }
 .woocommerce table.shop_table_responsive .product-subtotal {
  display:none;
}
.woocommerce table.shop_table .product-remove {
  padding: 9px 12px 0px;
}
.entry-content .ino-btn a {
  padding: 1em;
  margin-top: 30px;
  min-width: 100%;
 }
}