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

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Sora", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Sora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Sora", 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: "Sora", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(234,90,53);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(234,90,53);
	--btn-accented-bgcolor-hover: rgb(234,90,53);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://huiyeetech.com/wp-content/uploads/2021/10/corporate-2-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://huiyeetech.com/wp-content/uploads/2025/02/light-bulb-led-bg-2-scaled.webp);
	background-size: cover;
	background-position: center center;
}
.page .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 30px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--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: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* 自适应容器核心逻辑 */
.container, 
.main-page-wrapper .container,
.whb-container {
    /* 1. 设置最大宽度，对应你在后台填写的 1600px */
    max-width: 1600px; 
    
    /* 2. 关键：当屏幕小于 1600px 时，内容宽度只占屏幕的 92% */
    /* 这样两边会自动剩下共 8% 的空隙（每边 4%），也就是你想要的呼吸感 */
    width: 92%; 
    
    /* 3. 居中对齐 */
    margin-left: auto;
    margin-right: auto;
}

/* 针对手机端的特殊微调（让边距小一点，节省空间） */
@media (max-width: 767px) {
    .container, 
    .main-page-wrapper .container {
        width: 95%; /* 手机端留 5% 的边距即可 */
    }
}

.whb-top-bar .wd-header-text {font-size: 14px}

/* Desktop Font Size */
.wd-post .wd-post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* Adjust for Mobile Devices */
@media (max-width: 768px) {
    .wd-post .wd-post-title {
        font-size: 16px;
    }
}

.wd-sub-menu li>a {
font-size:16px}

.related-products.with-title .wd-el-title.title.slider-title.element-title {
  display: none !important;
}

/* 隐藏指定的section区块 */
.elementor-element-6018c3ee[data-id="6018c3ee"] {
    display: none !important;
}


.post-title-large-image.wd-page-title .title {font-size:40px !important}

.blog-design-list .wd-post-cat, .wd-post-header,.wd-post-meta {
    display: none !important;
}
.wd-post-cat.wd-style-with-bg
{
    display: none !important;
}

.wd-post-date.wd-style-with-bg ,.blog-design-list .wd-post-cat, .wd-post-header{
	display:none
}


.wc-tabs-wrapper .woocommerce-Tabs-panel {
margin-top:60px}

.page-id-22417  .woocommerce-pdf-catalog-email-button, .woocommerce-pdf-catalog-generate-catalog-button{
	background-color:#ea5a35; color:#fff
}


.wd-single-post-img img{

    display: none !important;
}

.translate-widget {
font-size:12px}

div.product-grid-item .price{
	display: none;
}

.summary-inner>.price {
	display: none;
}

.wd-hover-alt .wrap-price 
{display:none}

.wpb-get-a-quote-button-btn.wpb-get-a-quote-button-btn-large
{WIDTH: 100%;
background-color: #ea5a35;
 color: white;
}
html .main-page-wrappe0r .product-grid-item .wd-entities-title
{text-align:center}

.portfolio-entry .wd-entities-title .entry-header  a.project-link 
{
pointer-events: none;
}

.wpb-gqf-form-style-true .wpcf7-form     { margin-bottom: 0px; }

.woocommerce-pdf-catalog-email-form

{display: grid;
    text-align: left;
  font-weight: 500;
}

.woocommerce-pdf-catalog-email-form
{margin-bottom: 30px;
} 