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

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 900;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 900;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: #019E95;
	--wd-alternative-color: rgb(51,51,51);
	--wd-link-color: #333333;
	--wd-link-color-hover: #019E95;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(2,68,129);
	--btn-accented-bgcolor-hover: rgb(2,68,129);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(2,68,129);
	--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: #dddddd;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.wd-page-title {
	background-color: #f8f8f8;
	background-image: url(https://yeafone.com/wp-content/uploads/2025/06/未标题-1-拷贝-2.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,158,150);
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
.whb-top-bar .whb-text-element {
	font-size: 15px;
}
.whb-top-bar .fa {
	color: rgb(1,158,149);
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-size: 36px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title, html .post.wd-post .wd-entities-title, html .wd-single-post-header .title {
	font-weight: 600;
	font-size: 20px;
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title, html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title, html .wd-carousel-item .post.wd-post .wd-entities-title {
	font-size: 15px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 1200px;
}

@media (max-width: 1024px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 30px;
	}

}

@media (max-width: 768.98px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 28px;
	}

}
:root{
--wd-container-w: 1300px;
--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: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1300px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1300px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1300px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}

rs-slides :is([data-type=text],[data-type=button]) {
font-family: Montserrat !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Montserrat !important;
}

.woodmart-archive-blog .wd-post-img img {width: 100%;aspect-ratio: 4 / 3;object-fit: cover;}
/*盒子阴影*/
.cboxshadow .vc_column-inner{box-shadow:0px 0px 30px 1px #48497926;}
/*表格样式*/
table td,table th {padding: 5px 8px;border: 1px solid #e6e6e6;}
table tr:nth-child(odd){background: #f8f8f8;padding: 5px 8px;}
/*表格样式-产品详情页面属性表*/
/*.woocommerce-product-attributes td,table th {padding: 5px 5%!important;border: 1px solid #e6e6e6!important;}
.woocommerce-product-attributes td{text-align:left;}*/
/*渐变按钮*/
/*.btn.btn-color-alt {color: #fff;background: linear-gradient(90deg, var(--wd-primary-color), var(--wd-alternative-color));}*/
/*about us1图标*/
.piaoico{z-index:1;position: relative;}
/*headinfobox联系图标*/
.headinfobox p{margin-bottom:0px;}
.productseries .btn-size-default {padding: 12px 6px;}
.popup-quick-view .product_title {font-size: 14px;border-bottom: 1px solid #e6e6e6;padding-bottom: 10px;}
/*Contact us 2*/
.contact2 .woodmart-info-box .info-box-title {margin-bottom: 3px;}
.woocommerce-ordering{display:none;}
/*小工具下划线*/
.widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, .widget_pages ul li {border-bottom: 1px solid #ddd;}
.arrows-style-2 .owl-nav>div, .arrows-style-3 .owl-nav>div {background-color: rgb(255 255 255 / 35%);}
.arrows-style-2 .owl-nav>div[class*=prev],.arrows-style-3 .owl-nav>div[class*=prev]{left: 5%;}
.arrows-style-2 .owl-nav>div[class*=next],.arrows-style-3 .owl-nav>div[class*=next]{right: 5%;}
.reset-mb-10 p,.reset-mb-10 h5{margin-bottom: 0px;}
.box-icon-align-left .box-icon-wrapper {margin-right: 10px;}
/*wpforms*/
div.wpforms-container-full .wpforms-form button[type=submit]{
    background-color: var(--wd-primary-color)!important;
	/*background: linear-gradient(90deg, var(--wd-primary-color), var(--wd-alternative-color));*/
    border: 1px solid #ddd;
    color: #fff!important;
    font-size: 13px;
    padding: 12px 25px;border-radius: 5px;
}  
div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:active{
     background-color: var(--wd-alternative-color);
	/*background: linear-gradient(90deg, var(--wd-primary-color), var(--wd-alternative-color));*/
    border: 1px solid #ccc;
    cursor: pointer;  
    
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: var(--wd-primary-color);
    border: 1px solid #cccccd;
}
/*小工具产品分类li前图标*/
/*样式一.product-categories li:before{ font-family: 'Font Awesome 5 Free';content: "\f138";line-height: 35px;font-size: 12px;font-weight: 600;
margin-right: 8px;}*/
.product-categories li:before{ font-family: "woodmart-font";content: "\f113";line-height: 35px;font-size: 12px;}
.widget_product_categories .product-categories li a {flex: 1 1 calc(100% - 75px);}
/*download default page模板隐藏多余标题*/
.wpdmpro-template-default .post-single-page .post-title {display: none;}
.single-post p a{color:var(--wd-primary-color);}


.wd-entities-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}@media (min-width: 1025px) {
	.whb-divider-element:before {height: 30px;}


/*下拉菜单自动宽度*/
.menu-simple-dropdown li{white-space: nowrap;}
.menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu {min-width: 200px;width: auto;}
/*news8*/
.news8 .blog-design-small-images.has-post-thumbnail .entry-header {flex: 1 0 30%;max-width: 30%;}
.news8 .blog-design-small-images.has-post-thumbnail .article-body-container {flex: 1 0 70%;max-width: 70%;}
.news8 .blog-design-small-images.has-post-thumbnail.blog-style-shadow .article-body-container {margin-left: 0px;}
.news8 .blog-post-loop .article-body-container {text-align: left;}
.news8 .blog-design-small-images.has-post-thumbnail .article-inner {justify-content: flex-start;border-bottom: 1px solid #e9e9e9;padding-bottom: 15px;}
.news8 .blog-style-shadow .article-body-container {box-shadow: unset;}
.news8 .blog-style-shadow:hover .article-body-container {box-shadow: unset;}
.news8 article {margin-bottom: 15px!important;}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.whb-divider-element:before {height: 30px;}
#tidio-chat-iframe {inset: auto!important;bottom: 120px!important;right: -15px!important;}
/*下拉菜单自动宽度*/
.menu-simple-dropdown li{white-space: nowrap;}
.menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu {min-width: 200px;width: auto;}

/*news8*/
.news8 .blog-design-small-images.has-post-thumbnail .entry-header {flex: 1 0 30%;max-width: 30%;}
.news8 .blog-design-small-images.has-post-thumbnail .article-body-container {flex: 1 0 70%;max-width: 70%;}
.news8 .blog-design-small-images.has-post-thumbnail.blog-style-shadow .article-body-container {margin-left: 0px;}
.news8 .blog-post-loop .article-body-container {text-align: left;}
.news8 .blog-design-small-images.has-post-thumbnail .article-inner {justify-content: flex-start;border-bottom: 1px solid #e9e9e9;padding-bottom: 15px;}
.news8 .blog-style-shadow .article-body-container {box-shadow: unset;}
.news8 .blog-style-shadow:hover .article-body-container {box-shadow: unset;}
.news8 article {margin-bottom: 15px!important;}
}

