@charset "UTF-8";
.cart-page ul.cart-row li.cart-column-product {
  display: flex;
  align-items: center;
  width: 100%;
}
.cart-page ul.cart-row li.cart-column-product .product-summary {
  width: calc(100% - 105px);
  margin-left: 2rem;
}
.cart-page ul.cart-row li {
  padding: 2rem 0;
}
@media screen and (max-width: 559px) {
  .cart-page ul.cart-row li.cart-column-product {
    width: 95%;
    display: block;
  }
  .cart-page ul.cart-row li.cart-column-product .product-image {
    display: block;
  }
  .cart-page ul.cart-row li.cart-column-product .product-summary {
    width: 100%;
    line-height: 1.3;
    padding: 1rem 0;
    margin-left: 0;
  }
}

/* SHOPログインのリンク */
.shop-panel-body .subtext a {
  text-decoration: underline;
  color: var(--mainColor);
}

/* SHOPのカテゴリのリンク表示 */
.breadcrumb a {
  color: var(--mainColor);
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.product-category a {
  color: var(--mainColor);
}
.product-category a:hover {
  text-decoration: underline;
}
/*=============================================

オンラインショップCSS add 20260507

==============================================*/
.body-shop-list .portfolio-item .card {
  border: none;
}

.portfolio-item .card .card-body {
  padding: 2rem;
}

.body-shop-list .portfolio-item .card .card-title a {
  color: var(--baseColor);
  font-weight: 500;
  font-size: 2.0rem;
}

.body-shop-list .card-body .card-title div {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: right;
  color: var(--mainColor);
  border-bottom: 1px solid var(--baseColor);
  padding-bottom: 1.5rem;
}

.body-shop-list .card-title div span {
  font-size: 1.6rem;
  margin-left: 0.7rem;
}

.shop-page .product-price {
  color: var(--mainColor);
}

.body-shop-list .content-header {
  margin-bottom: 2rem;
  min-height: 10vw;
}

.body-shop-list .page-header {
  min-height: 10vw;
}

@media screen and (max-width: 767px) {
  .body-shop-list .card-body .card-title div {
    margin-top: 1.2rem;
    margin-bottom: 1.7rem;
    padding-bottom: 1.2rem;
  }

  .body-shop-list .page-header {
    min-height: 20vw;
  }

  .body-shop-list .portfolio-item .card-img-top {
    width: 80%;
  }

  .body-shop-list .portfolio-item .card a {
    text-align: center;
  }
}
