/**
	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;
}
/*▲ 税込 総額表示　▲*/
/*▼ 支払画面で顧客の同意テキストが表示されるのを消す　▼*/
.cr-customer-consent {
	display:none;	
}
/*▲ 支払画面で顧客の同意テキストが表示されるのを消す　▲*/
/*▼▼ rinker  ▼▼*/
div.yyi-rinker-detail div.credit-box {
	display: none;
}
div.yyi-rinker-info div.yyi-rinker-title a {
	line-height: 1.5;
}
div.yyi-rinker-detail div.brand {
	color:#737373;
}
div.free-text {
	font-size: 15px !important;
	line-height: 1.5;
}
.price-box {
	line-height: 1.5;
}
.price-box .price {
	color:#000;
	font-weight: 600;
}
.price_at {
	font-size: 12px !important;
}
/*▲▲ rinker ▲▲*/
.amazon-item-box {
  padding: 22px 25px;
  width: 94%;
  margin: 0 auto 1.6em;
  border: 3px solid #dfdfdf;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.amazon-item-box {
  position: relative;
}
/*
Font Awesome適用下でコメントアウトすると
ボックス右下にAmazonアイコンが表示されます*/
/*
.amazon-item-box::after {
  font-family: FontAwesome;
  content: "?";
  padding-right: 3px;
  position: absolute;
  bottom: 0;
  right: 6px;
  font-size: 24px;
  color: #ccc;
}
*/

.amazon-item-box {
  padding: 22px 25px;
  width: 94%;
  margin: 0 auto 1.6em;
  border: 3px solid #dfdfdf;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
 
.amazon-item-box {
  position: relative;
}
/*
Font Awesome適用下でコメントアウトすると
ボックス右下にAmazonアイコンが表示されます*/
/*
.amazon-item-box::after {
  font-family: FontAwesome;
  content: "?";
  padding-right: 3px;
  position: absolute;
  bottom: 0;
  right: 6px;
  font-size: 24px;
  color: #ccc;
}
*/
/*▼ Rinker 公式ボタン色 ▼*/
ul.yyi-rinker-links li.freelink1 a {
     background-color: #ff004b !important;
}
ul.yyi-rinker-links li.freelink2 a {
    background-color: #ff004b !important;
}
/*▲ Rinker 公式ボタン色 ▲*/
/*▼ショップ下バーの「再販売お知らせメールを受け取る」を消す▼*/
.fixed-product-bar-bottom .sticky-product-bar.active .cwginstock-subscribe-form .panel-primary {
	display: none;
}
/*▲ショップ下バーの「再販売お知らせメールを受け取る」を消す▼▲*/