/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*▼ メインメニューのレグールロゴ画像の調整（文字にそろえる）2022/3/1▼*/
.legoologo img {
	vertical-align:baseline !important;	
}
.et-header-menu img {
	vertical-align:baseline !important;
}
.footer-widgets img {
	vertical-align:baseline !important;
}
/*▲ メインメニューのレグールロゴ画像の調整（文字にそろえる）2022/3/4▲*/
/*▼ 税込 総額表示　▼*/
span.woocommerce-Price-amount.amount:after {
    content: ' (税込)';
    font-size: 12px;
    color: #666;
	font-weight:500 !important;
}
td.product-price span.woocommerce-Price-amount.amount:after,
tr.order-total span.woocommerce-Price-amount.amount:after {
	display:none;
}
/*▲ 税込 総額表示　▲*/