/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
.woocommerce div.product form.cart .button {
    /*vertical-align: middle;
    float: right !important;*/
	width: 100% !important;
}
.single .entry-summary .product_meta {
    font-size: .875rem;
    text-align: right;
    line-height: 30px;
}
.single_variation_wrap{
    text-align: right;	
}
.special-price {
    margin-bottom: 50px;
}
.onsale_tokka{
	font-size:0;
}
.onsale_tokka:before{
	font-size: 12px;
	content:"特価";
	background-color: #c00;
	color:white;
    text-align: center;
    width: 48px;
    padding: 12px;
    line-height: 12px;
    position: absolute;
    top: -3px;
    left: -5px;
	font-weight: 700;
	z-index: 9;
}
span.sku_wrapper{
	display: block;
}
span.posted_in{
	display: block;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    clear: both;
    list-style: none outside;
    margin: 4px 0 4px 30px !important;
}
.custom-under-title {
    font-size: 14px;
    margin: 4px 0 4px;
    color: #666;
}
/* サイドカラム全体に背景色を付ける */
.sidebar {
    background-color: #f5f5f5;  /* ←お好みの色に変更 */
    padding: 20px;             /* 内側の余白もつけて見やすく */
}
/* チェックアウト */
#order_review_heading{
	margin-top: 60px;
}
/* 購入完了後、マイページへのボタン */
.thankyou-myaccount-button-wrap {
  text-align: center;
  margin-top: 30px;
}

.thankyou-myaccount-button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #0071a1;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 80%;
  margin-top: 50px;
}

.thankyou-myaccount-button:hover {
  background-color: #005e8a;
}

/* チェックアウトの注文ボタンを横幅いっぱいに */
.woocommerce-checkout #place_order {
    width: 100% !important;
    display: block;  /* ブロック表示にして幅を効かせる */
    box-sizing: border-box; /* パディングやボーダーを含めて幅計算 */
	line-height: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
}
/* Japanized for WooCommerce関連(チェックアウト時のオプション削除) */
.woocommerce form .optional {
    display: none !important;
}

/* My Account 注文一覧で「保留中」を「支払い待ち」に見せる */
.woocommerce-account .order-status.status-on-hold::after {
    content: "支払い待ち";
    display: inline-block;
}
.woocommerce-account .order-status.status-on-hold span {
    display: none; /* 元の文字列は非表示 */
}


