/**
Theme Name: Astra Childs
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-childs
Template: astra
*/

/* === Product Specs Custom Style === */
.product-specs h3 {
  display: none; /* 隐藏标题 */
}

.product-specs p {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

/* ========== 产品详情页自定义布局 ========== */
.single-product .ast-container {
  max-width: 1360px;
  display: flex;
  
}

.single-product .ast-container > .ast-woocommerce-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.single-product .woocommerce-product-gallery {
  width: 27%;
  flex-shrink: 0;
}

.single-product .summary.entry-summary {
  width: 70px;
}

/* 修改 WooCommerce 产品详情页 H2 标题字体大小 */
.woocommerce div.product .product_title, 
.woocommerce div.product .woocommerce-Tabs-panel h2 {
    font-size: 20px !important;
}

/* 产品详情页内容中的 a 标签字体颜色为红色，悬停时也是红色 */
.woocommerce div.product .woocommerce-Tabs-panel a {
    color: #d94948 !important;
}
.woocommerce div.product .woocommerce-Tabs-panel a:hover {
    color: red !important;
}

/* 侧边栏产品分类悬停变红 */
.wc-block-product-categories-list-item a:hover {
    color: #d94948 !important;
}

/* 隐藏包含 "Shipping" 信息的行 */
.woocommerce-page .woocommerce-product-attributes-item--dimensions {
    display: none;
}

/* 修改 WooCommerce 产品详情页 H3 标题字体大小 */
.woocommerce div.product .product_title, 
.woocommerce div.product .woocommerce-Tabs-panel h3 {
    font-size: 18px !important;
}


/* --- 隐藏 文章详情页面 作者 分类 评论

.posted-by vcard author,
.entry-meta{
    display: none !important;
}
 --- */

.post-content .st-grid-common-col .read-more a:hover{
	
	 color: red !important; 
}
