/**
 * Theme Name:     Storefront Child
 * Author:         Automattic
 * Template:       storefront
 * Text Domain:	   storefront-child
 * Description:    Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
 */

.site-info { display: none; }
.woocommerce-product-details__short-description table td{
padding:7px;
}
.single-product div.product table.variations select{
	height: 50px;
}

/* 商品詳細ページのすべての価格表示（価格帯含む）を非表示にする */
.single-product .product .price,
.single-product .product .woocommerce-Price-amount,
.single-product .product .variable-item-price {
    display: none !important;
}
/* 固定ヘッダー内の価格エリアを完全に強制非表示にする */
body.single-product .storefront-sticky-add-to-cart .storefront-sticky-add-to-cart__content-inner .amount,
body.single-product .storefront-sticky-add-to-cart .storefront-sticky-add-to-cart__content-inner .price,
body.single-product div.storefront-sticky-add-to-cart__content .price {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* 注文完了画面の顧客詳細の見出しタイトルを非表示にする */
.woocommerce-order-received .woocommerce-customer-details h2,
.woocommerce-order-received h2.woocommerce-column__title,
.woocommerce-order-received section.woocommerce-customer-details > h2 {
    display: none !important;
}

/* マイアカウントの注文詳細ページで請求先住所エリアを完全に非表示にする */
.woocommerce-view-order .woocommerce-customer-details{
    display: none !important;
}
