.fs-preview-header{display: none !important;}
 
 
/* 商品カテゴリページ用 */
 
.fs-c-productListItem__imageContainer {
  margin-bottom: 10px !important;
}
 
.fs-c-productListItem__preorderMessage,
.fs-c-productListItem__outOfStock,
.fs-c-productListItem__notice,
.fs-c-productStock,
.fs-c-productListItem__salesPeriodNotice{
            display: none; !important;
}
}
 
 
/*　包装手数料の表示変更　*/
.fs-c-orderTotalTable__wrappingFee .fs-c-string {
    font-size: 0;
}
 
.fs-c-orderTotalTable__wrappingFee .fs-c-string:before {
    font-size: 13px;
    content: 'ラッピング・その他';
}
/* スコア後払い手数料非表示用 */
.fs-c-commissionList{
display: none;
}

