/**
	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 公式ボタン色 ▲*/
/*▼ SOLD OUTボタン ▼*/
.product-inner .badge.out-of-stock {
                color: #FFFFFF !important;
                background-color: #b9a16b !important;
                font-weight: 800;
}
/*▲ SOLD OUTボタン ▲*/
.cwginstock-panel-heading h4 {
	font-size: 17px !important;
	margin-bottom: 0px !important;
	}
.cwginstock-subscribe-form .panel-primary>.panel-heading {
    background-color: #002 !important;
    border-color: #002 !important;
}
.cwginstock-subscribe-form .panel-primary {
    border-color: #002 !important;
}
.stock.out-of-stock {
    background: #b9a16b;
}
.stock.in-stock, .stock.out-of-stock {
	border-radius: 5px;
	padding: 10px 12px;
	line-height: 1.5;
}
/*▼ テキストエリア ▼*/
.pewc-preset-style textarea:focus {
	background: #fff !important;
}
.pewc-style-simple .pewc-item textarea {
	background: #fff !important;
}
.pewc-field-label {
    font-size: 0.95em;
}
.pewc-preset-style .pewc-radio-form-label span.pewc-theme-element, .pewc-preset-style .pewc-item-field-wrapper span.pewc-theme-element, .pewc-preset-style .pewc-item-checkbox {
	background: #fff;
}
.pewc-preset-style .pewc-item input[type=text] {
	background-color: #ffffff !important;
}
.pewc-preset-style .pewc-item-checkbox {
	background: none !important;
}
.pewc-preset-style .pewc-checkbox-form-label span.pewc-theme-element, .pewc-preset-style .pewc-radio-form-label span.pewc-theme-element, .pewc-preset-style .pewc-item-field-wrapper span.pewc-theme-element, .pewc-preset-style .pewc-item-checkbox span.pewc-theme-element, .pewc-preset-style .pewc-checkbox-wrapper span.pewc-theme-element, .pewc-preset-style .pewc-radio-wrapper span.pewc-theme-element {
	border: 2px solid rgba(0, 0, 0, 0.1);
}
/*▲ テキストエリア ▲*/