/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*SPヘッダーメニュー
#ast-mobile-header .ast-builder-grid-row {
	display: flex;
	grid-column-gap: 0;
}
#ast-mobile-header .site-header-below-section-left {
	justify-content: center !important;
	width: 25% !important;
}
#ast-mobile-header .site-header-below-section-right {
	width: 85% !important;
	justify-content: center;
}
#ast-mobile-header .menu-toggle {
	flex-direction: column;
}
#ast-mobile-header .mobile-menu-wrap {
	margin-top: 5px;
}
#ast-mobile-header .header-widget-area {
	width: 100%;
}
#ast-mobile-header .widget_block p {
	display: none;
}
 */
/*SP下部固定メニュー
.ast-below-header-wrap  {
	position: fixed;
    bottom: 0;
    width: 100%;
}
@media (max-width: 768px) {
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar {
	padding: 0 !important;
}
}
@media (max-width: 768px) {
    .ast-site-header-cart {
        width: 40px;
    }
}
 */

/* 商品一覧ページ - 全体*/
.ast-woocommerce-container {
	padding: 0 !important;
}

/* 商品一覧 - お気に入りボタン */
.archive .wishsuite-btn {
    padding-left: 20px;
}
@media (max-width: 1280px) {
    .archive .wishsuite-btn {
        padding-left: 5px;
    }
}

/* 商品一覧 - 成約済み文言 */
.archive .ast-shop-product-out-of-stock {
    color: #DD573E;
}

/* 商品一覧 - 成約済み文言 */
.archive .wishsuite-btn-text {
	font-size: 12px;
}

/* お気に入りボタンの設定*/
.wishsuite-btn-text {
	font-size:12px;
}
@media (max-width: 768px) {
	.wishsuite-btn-text {
		font-size:10px;
	}
}

/* 商品詳細ページ */
.single-product form.cart {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 20px;
}
.single-product .single_add_to_cart_button{
	margin-bottom: 0 !important;
	margin-right: 20px !important;
	padding: 20px !important;
	width: 55% !important;
}
@media (max-width: 768px) {
	.single-product .single_add_to_cart_button{
		width: 60% !important;
		margin: 0 !important;
	}
}
@media (max-width: 768px) {
	.ast-sticky-add-to-cart-action-wrap  .cart {
		margin-bottom: 0!important;
	}
}
.product-template-default .ast-shipping-text {
    display: block;
    margin-bottom: 30px;
}
.product-template-default .ast-stock-detail {
	margin-bottom: 40px;
}
.product-template-default .product_meta a {
	font-size: 12px;
	color: #A3A3A3;
}
.single-product .quantity {
	margin-bottom: 0 !important;
}

/* 個別商品関連商品 */
.single-product .related.products .add_to_cart_button {
	display: none;
}

/* 新着情報アーカイブ */
.entry-title.ast-blog-single-element {
	font-size: 16px;
}

.archive .add_to_cart_button,
.archive .button.product_type_simple {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6em;
}

/* 商品一覧ウィジェットタイトル */
.widget-title {
	padding: 0 0 5px 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #ccc;
}
.ast-separate-container.ast-two-container #secondary .widget {
	padding: 0!important;
}

/* その他 */
#d-none,
.d-none {
	display: none!important;
}