/*
Theme Name: astra Child
Theme URI: http://example.com/astra-child/
Description: Child theme for the astra theme
Author:tbgamer.shop
Author URI: http://example.com
Template: astra
Version: 1.0.0
*/

/* 在此处添加自定义样式 */
.quantity-feedback{
	position:absolute;
	z-index:9;
	margin-top:50px;
	background-color:#ffffff;
	color:red;
	padding:5px;
}

.ast-woo-product .quantity-feedback{
	margin-top:30px;
}

.quantity-demo{
	position:absolute;
	z-index:9;
	margin-top:50px;
	background-color:#ffffff;
	color:red;
	/*padding:5px;*/
}


#ast-quick-view-modal .quantity-demo{
	margin-top:35px;
}

.ast-sticky-add-to-cart.is-active .quantity-feedback{
	z-index:9999;
	bottom:60px;
	display:fixed;
	align-items:center;
/*margin-right:20%;*/
}

.ast-sticky-add-to-cart.is-active .quantity-demo{
	z-index:9999;
	bottom:60px;
	display:fixed;
	align-items:center;
}



/**mini cart**/
.ast-continue-shopping{display:none !important;}/**隐藏continue-shopping按钮**/

.mini-cart-price{margin-bottom:10px !important;}

/**快速查看**/
.stick-add-to-cart #ast-quick-view-content div.summary{
   max-height:300px !important; 
}


/**结账页面**/
.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name{
	display: block !important;
	width:400px !important; 
}
.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image{
	display:inline-block !important;
}

.variation-UploadedImage{
	height:80px;
}

.product-name .product-thumbnail{
	display:inline-block;
}

/**
*单一产品页面
**/
.ast-woocommerce-product-gallery__image.flex-active-slide:after{
	border:1px solid #000000 !important;
}

.astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a{
	height:auto;
}

.tech-specs{
display:flex;
}

.ast-accordion-header{
  margin:0 !important;
}


.single-product div.product p.price, .single-product div.product span.price{
	margin-bottom:50px;
}

/**元素图**/
.custom-image-between-description {
    width: 100%;
    height: 30px; 
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .custom-image-between-description {
        background-image: url('https://tbgamer.shop/wp-content/uploads/2024/12/single-product-mobile.png') !important;
      background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0; 
    }
}

/* Classic Checkout：支付宝 icon 样式 */
#payment .wc_payment_method.payment_method_tbg_alipay_mainland > label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

/* 只影响该网关的 icon */
#payment .wc_payment_method.payment_method_tbg_alipay_mainland > label img {
	height: 20px;
	width: auto;
	max-width: 120px;      /* 防止图太宽 */
	display: inline-block;
	vertical-align: middle;
}

.tbg-alipay-title .tbg-alipay-icon{
    height:30px;
}

	
/** 结账页 **/
#ast-coupon-trigger{
    font-size:18px;
    color:#000000;
    font-weight:600;
	}

#payment ul .payment_method_tbg_alipay_mainland{
    padding:0 15px 0 15px !important;
}	
