/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

#menu-item-2467, 
#menu-item-2468 {
    position: relative;
}

#menu-item-2467::after, 
#menu-item-2468::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 220px;
    width: 1px;
    background-color: var(--ast-global-color-0);
}


#menu-item-2467 > a > .menu-text, 
#menu-item-2468 > a > .menu-text, 
#menu-item-2469 > a > .menu-text {
    font-size: 1.2rem; font-weight: 600;
}


/* 移动端隐藏分隔线 */
@media (max-width: 768px) {
    #menu-item-2467::after, 
    #menu-item-2468::after {
        display: none;
    }
    
    #menu-item-2467, 
    #menu-item-2468 {
        padding-right: 0;
    }
}




.h3PageDetails ul {
    padding: 0!important;
    margin: 0!important;
    list-style-type: none;
    position: relative
}

.h3PageDetails ul li {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative
}

.h3PageDetails ul li:before {
    position: absolute;
    content: "\f00c"; /* Font Awesome check icon Unicode */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* 必须设置为 900 才能显示 solid 图标 */
    margin-right: 8px;
    color: #0073aa; /* 可选：颜色 */
}












/* 技术规格表样式 */
.tableScroll {
    width: 100%;
    overflow-x: auto;
    border-radius: 8px;

}

.technical-specifications-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: white;
}

.technical-specifications-table thead {
    background: #2c3e50;
    color: white;
}

.technical-specifications-table thead th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    width: 30%; /* 左边 TECHNICAL DATA 占比 */
    border-right: 1px solid rgba(255,255,255,0.2);
}

.technical-specifications-table thead td {
    padding: 16px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    width: 70%; /* 右边 SPECIFICS 占比更多 */
}

.technical-specifications-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.technical-specifications-table tbody tr:last-child {
    border-bottom: none;
}

.technical-specifications-table tbody tr:nth-child(even) {
    background-color: #fafbfc;
}

.technical-specifications-table tbody th {
    padding: 14px 20px;
    font-weight: 600;
    color: #2c3e50;
    width: 30%; /* 左边标签占比 */
    background-color: #f8f9fa;
    border-right: 1px solid #e0e0e0;
    vertical-align: top;
}

.technical-specifications-table tbody td {
    padding: 14px 20px;
    color: #555;
    font-weight: 500;
    width: 70%; /* 右边内容占比更多 */
    vertical-align: top;
    line-height: 1.5;
}

/* 表头文字不换行 */
.technical-specifications-table thead th,
.technical-specifications-table thead td {
    white-space: nowrap;
}

/* 隐藏 WooCommerce 购物车元素 */
.single_add_to_cart_button,
.add_to_cart_button,
.ajax_add_to_cart,
.quantity,
.ast-woo-btn-cart,
.ast-site-header-cart,
.woocommerce-cart-menu,
.price, 
.amount, 
.woocommerce-Price-amount,
.woocommerce-variation-price {
    display: none !important;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .tableScroll {
        border-radius: 6px;
    }
    
    .technical-specifications-table thead th,
    .technical-specifications-table thead td {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .technical-specifications-table tbody th,
    .technical-specifications-table tbody td {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    .technical-specifications-table thead th,
    .technical-specifications-table tbody th {
        width: 35%; /* 移动端左边稍微宽一点 */
    }
    
    .technical-specifications-table thead td,
    .technical-specifications-table tbody td {
        width: 65%; /* 移动端右边稍微窄一点 */
    }
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
    .technical-specifications-table thead th,
    .technical-specifications-table thead td {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .technical-specifications-table tbody th,
    .technical-specifications-table tbody td {
        padding: 10px 12px;
        font-size: 12px;
    }
    
    .technical-specifications-table thead th,
    .technical-specifications-table tbody th {
        width: 40%;
    }
    
    .technical-specifications-table thead td,
    .technical-specifications-table tbody td {
        width: 60%;
    }
}


/* 产品亮点模块样式 */
.product-highlights-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-highlights-content h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.product-highlights-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

.highlight-content {
    margin-bottom: 30px;
}

.highlight-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
}

.highlight-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 1.2rem;
}

.paddTop20 {
    padding-top: 20px;
}

.mobiletextcenter {
    text-align: left;
}

.commonBtn {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.commonBtn:hover {
    background: #c0392b;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.minwidth185 {
    min-width: 185px;
}

/* 视频容器样式 */
.product-highlights-video {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube-player {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    cursor: pointer;
    max-width: 100%;
}

.youtube-player > div {
    position: relative;
}

.youtube-player img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.youtube-player:hover img {
    transform: scale(1.05);
}

.youtube-player .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(231, 76, 60, 0.9);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.youtube-player .play:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent white;
}

.youtube-player:hover .play {
    background: rgba(231, 76, 60, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.no-video-placeholder {
    background: #ecf0f1;
    border-radius: 10px;
    padding: 60px 20px;
    text-align: center;
    color: #7f8c8d;
    font-style: italic;
    width: 100%;
    max-width: 400px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .product-highlights-content h2 {
        font-size: 2rem;
    }
    
    .mobiletextcenter {
        text-align: center;
    }
    
    .youtube-player .play {
        width: 60px;
        height: 60px;
    }
    
    .youtube-player .play:before {
        border-width: 12px 0 12px 20px;
    }
}



/* 只针对.site-content内的Astra主题侧边栏 */
.site-content #secondary .widget-title,
.site-content .sidebar-main .widget-title,
.site-content .widget-area .widget-title {
    background-color: var(--ast-global-color-0);
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    border: none;
}

.site-content #secondary ul,
.site-content .sidebar-main ul,
.site-content .widget-area ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.site-content #secondary li,
.site-content .sidebar-main li,
.site-content .widget-area li {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
}

.site-content #secondary li:last-child,
.site-content .sidebar-main li:last-child,
.site-content .widget-area li:last-child {
    border-bottom: none;
}

.site-content #secondary li a,
.site-content .sidebar-main li a,
.site-content .widget-area li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 12px 20px;
    transition: all 0.2s linear;
    font-weight: normal;
}

.site-content #secondary li a:hover,
.site-content .sidebar-main li a:hover,
.site-content .widget-area li a:hover {
    color: #fad56e;
    background-color: rgba(0, 0, 0, 0.03);
}

.site-content #secondary .count,
.site-content .sidebar-main .count,
.site-content .widget-area .count {
    float: right;
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-left: 0;
}


.elementor-post__read-more {
    color: #fff !important;
    line-height: 60px;
    white-space: nowrap;
    vertical-align: middle;
    display: block;
    text-align: center;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    border-radius: 8px !important;
    transition: all .3s ease-in-out;
    text-decoration: none;
    border: 2px solid;
    padding: 0 30px;
    height: 60px;
    min-width: 100%;
}

.elementor-post__read-more:hover {
    color: #fff !important;
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.blog-main .elementor-posts .elementor-post{
  color: #fff !important;   
 }
 
 
 
 
 