@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//prostci.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(45,45,75);
	--wd-text-font-size: 15px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #0060FE;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(0,96,254);
	--wd-link-color-hover: #242424;
	--btn-default-transform: none;
	--btn-default-bgcolor: rgb(0,96,254);
	--btn-default-bgcolor-hover: rgb(0,47,167);
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(0,84,172);
	--btn-accented-bgcolor-hover: rgb(3,65,129);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://prostci.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(209,218,229);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(245,247,248);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1920px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1937px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1920px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* sticky 布局 */
.A_Sticky{
    position: sticky;
    top: 70px;
}

/* 表格样式 */
.A_Table_container {
        width: 100%;
        margin: 0 auto;
    }
    
    .A_Table_table-container {
        overflow-x: auto;
        margin-bottom: 30px;
        box-shadow: 0 4px 12px rgba(0, 96, 254, 0.1);
        border-radius: 8px;
        background-color: white;
    }
    
    .A_Table_table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
    }
    
    .A_Table_table th, 
    .A_Table_table td {
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .A_Table_table th {
        background-color: #0060FE;
        color: white;
        font-weight: 600;
        position: sticky;
        top: 0;
    }
    
    .A_Table_table tr:nth-child(even) {
        background-color: #f8f9fa;
    }
    
    .A_Table_table tr:hover {
        background-color: rgba(0, 96, 254, 0.05);
    }
    
    .A_Table_tech-name {
        font-weight: 600;
        color: #0060FE;
    }
    
    .A_Table_highlight {
        background-color: rgba(0, 96, 254, 0.1);
        font-weight: 600;
    }
    
    .A_Table_tooltip {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    
    .A_Table_tooltip .A_Table_tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #0060FE;
        color: white;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .A_Table_tooltip:hover .A_Table_tooltiptext {
        visibility: visible;
        opacity: 1;
    }
    
    @media (max-width: 768px) {
        .A_Table_table th {
            display: none;
        }
        
        .A_Table_table tr {
            display: block;
            margin-bottom: 15px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 10px;
        }
        
        .A_Table_table td {
            display: flex;
            padding: 8px 10px;
            border-bottom: none;
        }
        
        .A_Table_tech-name {
            font-size: 1.2em;
            padding: 10px;
            text-align: center;
            display: block;
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 10px;
        }
    }
/* 规范文本样式 */
.A_Specifications_container {
    font-family: 'Arial', sans-serif;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.A_Specifications_table-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* 表格样式 */
.A_Specifications_table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.A_Specifications_table th {
    background-color: #2c3e50;
    color: white;
    padding: 12px 15px;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 10;
}

.A_Specifications_table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
    transition: background-color 0.3s ease;
}

.A_Specifications_row:hover td {
    background-color: #f5f7fa;
}

/* 内容高亮 */
.A_Specifications_material-category, 
.A_Specifications_machine-type {
    display: block;
    font-weight: 600;
    color: #3498db;
    margin-bottom: 5px;
}

.A_Specifications_list {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

.A_Specifications_list li {
    margin-bottom: 5px;
    line-height: 1.5;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .A_Specifications_table {
        display: block;
    }
    .A_Specifications_table thead, 
    .A_Specifications_table tbody, 
    .A_Specifications_table tr, 
    .A_Specifications_table td {
        display: block;
        width: 100%;
    }
    .A_Specifications_table th {
        display: none;
    }
    .A_Specifications_table td {
        padding: 10px;
        border-bottom: none;
    }
    .A_Specifications_table tr {
        margin-bottom: 20px;
        border-bottom: 2px solid #e0e0e0;
    }
}@media (min-width: 1025px) {
	/* 版心 */
.container{
	padding:0 65px !important;
}
/* 页脚表单 */
.A_FooterForm .mailpoet_form_columns_container > div,.A_FooterForm_inp,.A_FooterForm_btn{
	margin:0 !important;
}
.A_FooterForm_inp input{
	width:100% !important;
}
.A_FooterForm_btn input {
	width:65% !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* 页脚表单 */
.A_FooterForm .mailpoet_form_columns_container > div,.A_FooterForm_inp,.A_FooterForm_btn{
	margin:0 !important;
}
.A_FooterForm_inp input{
	width:100% !important;
}
.A_FooterForm_btn input {
	width:100% !important;
}
}

@media (max-width: 576px) {
	/* 页脚表单 */
.A_FooterForm .mailpoet_form_columns_container > div,.A_FooterForm_inp,.A_FooterForm_btn{
	margin:0 !important;
}
.A_FooterForm_inp input{
	width:100% !important;
}
.A_FooterForm_btn input {
	width:100% !important;
}
}

