@charset "UTF-8";
/* ==============================================
 * 欲しいものリスト
 *
 * memo:
 *
 *
 * ============================================== */
/* ----------------------------------------------------------------------------------

 コンテナ

 ---------------------------------------------------------------------------------- */

.sx-wishlist-header {
  margin: 0 auto;
  padding: 32px 30px 25px;
  background-color: #fff;
}

.sx-wishlist-note {
  margin-top: 15px;
  margin-bottom: 0;
  color: #c90012;
  font-size: 15px;
}

.wishlist-hide {
  margin: 0;
}

.wishlistItemCards {
  background-color: #fff;
}

/* ----------------------------------------------------------------------------------

 カード

 ---------------------------------------------------------------------------------- */
.wishlistItemCards .product-info {
  margin-bottom: 0;
  padding: 13px 15px 40px;
  border: 0 none;
  border-top: 1px solid #BAB9B3;
  border-radius: 0;
  /* カートアイテム 画像 */
}
.wishlistItemCards .product-info .sx-product-card-main {
  max-width: 475px;
}
.wishlistItemCards .product-info .product-card-footer {
  padding-top: 6px;
}
.wishlistItemCards .product-info .line-item-price-info,
.wishlistItemCards .product-info .line-item-pricing-info {
  margin-bottom: 6px;
}
.wishlistItemCards .product-info .d-flex {
  align-items: flex-start;
}
.wishlistItemCards .product-info .item-image {
  width: 100px;
  margin-right: 12px;
}
.wishlistItemCards .product-info .line-item-attributes {
  font-size: 15px;
  line-height: 24px;
}
.wishlistItemCards .product-info .price {
  font-family: "TazuganeInfoStdN-Regular", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 17px;
  white-space: nowrap;
}
.wishlistItemCards .product-info .price .strike-through {
  color: #000;
  white-space: nowrap;
}
.wishlistItemCards .product-info .price del + .pricing,
.wishlistItemCards .product-info .price del + .sales,
.wishlistItemCards .product-info .price del + .pricing,
.wishlistItemCards .product-info .price .strike-through + .pricing {
  display: block;
  margin-top: 2px;
  color: #c90012;
}
.wishlistItemCards .product-info .product-card-price {
  margin: 20px auto 0;
  padding: 16px 30px 0;
}
.wishlistItemCards .product-info .product-card-price:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 1px;
  margin: auto;
  background-color: #BAB9B3;
  content: "";
}
.wishlistItemCards .product-info .custom-select {
  width: 90px;
}
.wishlistItemCards .product-info .add-to-cart-wishList .add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 56px;
  margin: 10px auto 0;
  float: none;
  font-size: 16px;
}
.wishlistItemCards .product-info .add-to-cart-wishList .add-to-cart:before {
  vert-align: middle;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 23px;
  margin-right: 10px;
  background: url("../images/global/icon_cart_white.svg") no-repeat center;
  background-size: contain;
  content: "";
}
.wishlistItemCards .product-info .sx-wishlist-card-footer {
  margin-top: 22px;
}

.custom-control {
  padding: 0;
}

.custom-control-label {
  padding-left: 28px;
  cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background: transparent !important;
}
.custom-control-input:checked ~ .custom-control-label:after {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 17px;
  margin-right: 10px;
  background: url("../images/global/icon_checkbox.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.custom-control-label:before {
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #000 !important;
  background: transparent !important;
}

/* 【SHC V1.0】保守対応#13531 ほしいものリストに後継商品を表示する Start. */
.RenewalProductName {
  color: #c90012;
  text-decoration: underline;
}
/* 【SHC V1.0】保守対応#13531 ほしいものリストに後継商品を表示する End. */

/* 【SHC v1.0】保守対応 #24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成 Start. */
.transition-to-productDetail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 56px;
  margin: 10px auto 0;
  float: none;
  font-size: 16px;
  color: #fff !important;
}
.transition-to-productDetail:before {
  vert-align: middle;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 23px;
  margin-right: 10px;
  background: url(../images/global/icon_cart_white.svg) no-repeat center;
  background-size: contain;
  content: "";
}
/* 【SHC v1.0】保守対応 #24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成 End. */

@media screen and (min-width: 1200px) {
  #maincontent .container {
    max-width: 1110px;
  }
}

@media screen and (max-width: 991px) {
  #maincontent .container {
    max-width: 543px;
  }
  #maincontent .container {
    max-width: 769px;
  }
  .sx-wishlist-header {
    padding: 25px 15px;
  }
  .wishlistItemCards .product-info .product-card-footer {
    margin-top: 20px;
  }
  .wishlistItemCards .product-info .product-card-footer .col-4 {
    flex: initial;
    width: auto;
  }
  .wishlistItemCards .product-info .product-card-footer .col-4:first-of-type {
    padding-left: 0;
  }
  .wishlistItemCards .product-info .product-card-footer .line-item-total-price {
    padding-left: 15px;
  }
  .wishlistItemCards .product-info .line-item-price {
    max-width: 50%;
    padding-left: 0;
    white-space: normal;
  }
  .wishlistItemCards .product-info .add-to-cart-wishList .add-to-cart {
    width: 100%;
    margin: 16px 0 0;
    font-size: 17px;
  }
/* 【SHC v1.0】保守対応 #24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成 Start. */
  .transition-to-productDetail {
    width: 100%;
    margin: 16px 0 0;
    font-size: 17px;
  }
/* 【SHC v1.0】保守対応 #24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成 End. */
}

@media screen and (min-width: 992px) {
  .wishlistItemCards {
    padding: 0 30px 30px;
  }
  .wishlistItemCards .product-info {
    padding: 20px 0 40px;
  }
  .wishlistItemCards .product-info .remove-line-item {
    top: 30px;
    right: 30px;
  }
  .wishlistItemCards .product-info .line-item-price-info,
.wishlistItemCards .product-info .line-item-pricing-info {
    margin-bottom: 12px;
  }
  .wishlistItemCards .product-info .item-image {
    top: 6px;
    width: 150px;
    margin-right: 30px;
  }
  .wishlistItemCards .product-info .item-attributes {
    padding-right: 15px;
  }
  .wishlistItemCards .product-info .line-item-price,
.wishlistItemCards .product-info .line-item-quantity {
    border-left: 1px solid #BAB9B3;
  }
  .wishlistItemCards .product-info .product-card-price {
    margin-top: 0;
    border: 0 none;
  }
  .wishlistItemCards .product-info .product-card-price:after {
    content: none;
  }
  .wishlistItemCards .product-info .sx-wishlist-card-footer {
    margin-top: 16px;
  }
}

/* 【SHC V1.0】保守対応#13531 ほしいものリストに後継商品を表示する Start. */
@media (max-width: 769px) {
	.endOfSale_message {
	  padding:16px 30px 0;
	}
}
/* 【SHC V1.0】保守対応#13531 ほしいものリストに後継商品を表示する End. */

/* ----------------------------------------------------------------------------------

追加

 ---------------------------------------------------------------------------------- */
.add-to-wishlist-messages,
.copy-link-message {
    transform: none;
    left: 0;
}

.add-to-wishlist-alert,
.copy-link-alert {
  font-size: 1rem;
  animation: fade 5s linear forwards;
  padding: 28px;
}

.show-more {
    width: 190px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}
.show-more, .show-more-content {
    padding: .938em;
    clear: both;
}

/* 【SHC V1.0】保守対応#24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成  Start. */
.sx-interviewSheet {
  display: none;
}
/* 【SHC V1.0】保守対応#24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成  End. */