/*
Theme Name:		丸由百貨店EC（Welcart Simple Plus Child Theme）
Template:		welcart_simple-plus
Theme URI:		https://www.welcart.com/archives/16004.html
Author:			Welcart Inc.
Author URI:		https://www.welcart.com/
Description:	Welcart Simple Plus Child Theme.
Version:		2.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, simple-plus,
*/

/* 詳細ページアイキャッチ非表示 */
.single-topic .entry-img,
.single-news .entry-img{
	display: none;
}

/* 会員購入履歴複数配送の場合の崩れ修正（次期アップデートで修正されるらしい） */
article.wc_member #memberinfo .history-area table.retail tr .num {
	grid-row: 1/span 2;
}

article.wc_member #memberinfo .history-area table.retail tbody tr:has(.destination) td:nth-last-child(2) {
	grid-row: 2;
}

article.wc_member #memberinfo .history-area table.retail tr:has(td.num) ~ tr:has(.thumbnail:first-child) {
	@media(max-width: 767px) {
		&::before {
			content: '';
			grid-column: 1;
			grid-row: 1/span 3;
		}
	}
}


