@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------------------------
 リニューアル2024
----------------------------------------------------------------------------- */

/*商品一覧　拡大表示アイコン、お気に入りアイコン非表示*/
.fs-c-productListItem__viewMoreImageButton {
	display: none;
}
.fs-c-productListItem .fs-c-productListItem__control.fs-c-buttonContainer {
	display: none;
}

.l-pl-page__nav--inner {
    top: 55px;
}


 /* ショッピングカートパーツ（システムパーツ） */
.fs-c-price__price {
    display: inline;
}
.fs-c-price__currencyMark {
    display: inline;
}
.fs-c-cartTable__dataCell--subtotal span.fs-c-price__value:after {
    content: '';
}
.fs-c-orderTotalTable .fs-c-price__currencyMark {
    font-size: 22px;
}
.fs-c-price:after, .fs-c-orderTotalTable__subtotal td:after, .fs-c-orderTotalTable__postageFee td:after {
    content: '';
}

/* クーポン表示（システムパーツ）↓↓  */
.fs-c-coupon__info .fs-c-price:after {
    padding-left: 0.5em;
}