@charset "utf-8";
/*
Theme Name:doi-nouen
Author:Slashd
Template:ego_woocommerce_tcd079
Version:1.14.1
*/

/*
/*カラー補正*/
/*
/*共通*/

address {font-style:normal !important; }

.margin-bottom {
	display:block;
	margin-bottom: 3em !important;
}

/* テーブルの横スクロール */
@media (max-width: 991px) {
	.is-scroll {
		overflow: auto;
		white-space: nowrap;
	}
}
/* 食品表示の見出しを改行させない */
#tab-tab1 th {
	white-space: nowrap;
}
/* タブレットnaviの文字サイズ　*/
@media (min-width:992px) and (max-width:1024px) {
	.p-global-nav { font-size: 10px !important;  }
}
@media (min-width:1025px) and (max-width:1311px) {
	.p-global-nav { font-size: 11px !important;  }
}
/* スマホのパンくずとお気に入り（バグ対応）　*/
@media (max-width: 991px) {
	.p-breadcrumb__item span {
		color: #006d37 !important;
	}
	.p-breadcrumb__item a span {
		color: #000 !important;
	}
	.p-article-like { color: #006d37 !important; }
}

/* 8blocks見出しの大きさ*/
.p-cb-blocks__catch { font-size: 26px !important;}
@media (max-width: 991px) {
	.p-cb-blocks__catch { font-size: 16px !important;}
}
/*スマホのカルーセル*/
@media (max-width: 499px) {
	.p-archive03-carousel__tab-item a { font-size: 10px; }
}
/* WooCommerceのメッセージ色　*/
/*.woocommerce-info::before{color:#ba3321 !important}
.woocommerce-info{border-top-color:#ba3321 !important}*/
.woocommerce-info::before{color:#008932 !important}
.woocommerce-info{border-top-color:#008932 !important}

.woocommerce-message::before{color:#008932 !important}
.woocommerce-message{border-top-color:#008932 !important}
/*　商品ページの三角マーク　*/
.single-product .p-entry-product__mainimage .p-highlight-category { 
	top: -100px; 
	left: -100px; 
}
.single-product .p-entry-product__mainimage .p-highlight-category a,
.single-product .p-entry-product__mainimage .p-highlight-category span { 
	font-size: 16px; 
	height: 200px !important; 
	padding: 125px 28px 0; 
	width: 200px !important; 
}
@media (max-width: 991px) {
	.single-product .p-entry-product__mainimage .p-highlight-category { 
		top: -56px; 
		left: -56px; 
	}
	.single-product .p-entry-product__mainimage .p-highlight-category a,
	.single-product .p-entry-product__mainimage .p-highlight-category span { 
		font-size: 12px; 
		height: 112px !important; 
		padding: 70px 28px 0;
		width: 112px !important; 
	}
}
/* フッタの商品名を消す　*/
.p-footer-list__item-info .p-footer-list__item-title { display:none; }
/* フッタのカテゴリを消す　*/
@media (max-width: 991px) {
	.p-footer-list .p-float-category > span {
		display: none;
	}
}
/* フッタの文字サイズ　*/
@media (max-width: 499px) {
	.p-footer-nav__headline { font-size: 14px; }
	.p-footer-nav { font-size: 11px; }

}
/* 売り切れの色　*/
.p-article__soldout {background-color: #333 !important; }
/* 商品カテゴリーのキャッチを消す　*/
.archive.term-all-item .p-page-header__title { display: none;}

.archive.term-hoshigaki .p-page-header__title { display: none;}

.archive.term-topping .p-page-header__title { display: none;}

.archive.term-jam .p-page-header__title { display: none;}

.archive.term-sweets .p-page-header__title { display: none;}

.archive.term-tsukudani .p-page-header__title { display: none;}

.archive.tax-product_cat .p-page-header__title { display: none;}

/* 商品トップのオーバーレイを0にする　*/
.post-type-archive-product .p-page-header__overlay { opacity:0 !important; }
/*ズームボタンを消す*/
@media (min-width: 415px) {
	.js-zoom-initialized .p-entry-product__mainimage-zoom-icon { 
		display: none;
	}
}
/*決済の銀行と代引きの画像を消す*/
.payment_method_cod img,
.payment_method_bankjp img {
		display:none;
}
/*チェックアウトから国を消す*/
.woocommerce-billing-fields #billing_country_field,
.woocommerce-shipping-fields #shipping_country_field {
	display:none;
}
/*アカウントの住所追加から国を消す*/
.woocommerce-address-fields #billing_country_field,
.woocommerce-address-fields #shipping_country_field {
	display:none;
}
/*お問い合わせボタンの色変更*/
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous { background-color: #006d37;  }
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color: #008932; }
/*個数割引きのオプション*/
.awdr-bulk-customizable-table tr th,
.awdr-bulk-customizable-table tr td {
 	 padding: 7px;
 	 text-align: left;
 	 border: solid 1px #dedede;
}
.awdr-bulk-customizable-table .awdr-dragable {
 	 background-color:#f7f7f7;
}
.awdr-bulk-customizable-table {
	margin-bottom: 22px !important;
}
/*買い物カゴの送料シミュレーター*/
.woocommerce-shipping-calculator #calc_shipping_state_field {
	width: 100% !important;
	margin-top: -24px;
}