/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
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
*/

/* 产品详情页结算按钮样式 - 与加入购物车按钮并排 */
.woocommerce div.ast-sticky-add-to-cart-action-wrap .button.single_add_to_cart_button{ width:auto;    padding: 11px;}
.woocommerce div.ast-sticky-add-to-cart-action-wrap .button.single_add_to_cart_button.checkout-btn {
    margin-left: 10px; /* 两个按钮之间的间距 */
    display: inline-block; /* 并排显示 */
    vertical-align: middle; /* 垂直居中对齐 */
	background:#f8bea8
}
.woocommerce div.ast-sticky-add-to-cart-action-wrap .button.single_add_to_cart_button.checkout-btn:hover{ background:#c00}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button.checkout-btn{
	margin-left: 10px; background:#f8bea8
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button.checkout-btn:hover{ background:#c00}

/* 响应式适配 - 移动端自动换行，避免挤压 */
@media (max-width: 768px) {
    .woocommerce div.ast-sticky-add-to-cart-action-wrap .button.single_add_to_cart_button.checkout-btn {
        margin-left: 10px;
    }
}