@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("../woff2/woodmart-font-1-4004336.woff2?v=8.0.6") format("woff2");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 15px;
	--wd-title-font: "Zen Old Mincho", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 17px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(165,110,71);
	--wd-alternative-color: rgb(51,51,51);
	--wd-link-color: rgb(165,110,71);
	--wd-link-color-hover: rgb(115,75,46);
	--btn-default-font-family: "Inter", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-bgcolor: rgb(165,110,71);
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-font-family: "Inter", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-bgcolor: rgb(165,110,71);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--btn-color: rgb(255,255,255);
	--btn-bgcolor: rgb(165,110,71);
	--btn-color-hover: rgb(255,255,255);
	--btn-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(165,110,71);
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(51,31,10);
	background-image: url(../jpg/bg-pagetitle.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(115,75,46);
	background-image: none;
}
html .page-title > .container > .title, html .page-title > .container > .wd-title-wrapp > .title, h1 {
	font-family: "Zen Old Mincho", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 65px;
}
h2 {
	font-family: "Zen Old Mincho", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 50px;
}
h3 {
	font-family: "Zen Old Mincho", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 26px;
	line-height: 38px;
}
h4 {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
}
h5 {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}
h6 {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}
.single-product .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-placeholder-color: rgb(153,153,153);
	--wd-form-brd-color-focus: rgb(165,110,71);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 28px;
	--wd-arrow-icon-size: 28px;
	--wd-arrow-offset-h: 5px;
	--wd-arrow-color: rgba(170,170,170,0.8);
	--wd-arrow-color-hover: rgb(0,0,0);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	html .page-title > .container > .title, html .page-title > .container > .wd-title-wrapp > .title, h1 {
		font-size: 40px;
	line-height: 55px;
	}
	h2 {
		font-size: 30px;
	line-height: 40px;
	}
	h3 {
		font-size: 24px;
	line-height: 36px;
	}
	h4 {
		font-size: 22px;
	line-height: 32px;
	}
	h5 {
		font-size: 20px;
	line-height: 30px;
	}
	h6 {
		font-size: 17px;
	line-height: 27px;
	}
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 26px;
	--wd-arrow-icon-size: 26px;
	}
	[class*="thumbs-grid-bottom"] .woocommerce-product-gallery__wrapper.wd-grid {
		--wd-col: 3;
	}

}

@media (max-width: 768.98px) {
	html .page-title > .container > .title, html .page-title > .container > .wd-title-wrapp > .title, h1 {
		font-size: 35px;
	line-height: 50px;
	}
	h2 {
		font-size: 28px;
	line-height: 38px;
	}
	h4 {
		font-size: 20px;
	line-height: 30px;
	}
	h5 {
		font-size: 18px;
	line-height: 28px;
	}
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 24px;
	--wd-arrow-icon-size: 24px;
	}
	[class*="thumbs-grid-bottom"] .woocommerce-product-gallery__wrapper.wd-grid {
		--wd-col: 2;
	}

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

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


.letterspacing-3px{letter-spacing:-3px;}
ul.jwc-List li{margin-bottom:4px!important;}/*ul li gap smaller*/
.btn.btn-style-bordered{border-width:1px;}/*btn border width*/
#Youtube-BG{aspect-ratio: 22/9 !important;}/*home video bg*/
.footer_menu ul li{margin-bottom:12px;}/*footer menu list*/
.contact_infobox a:hover{color:#a56e47!important; text-decoration:underline;} /*contact-page infobox*/
.wd-post.blog-style-bg .article-body-container{padding:5%!important;}/*blog page*/
.one-half{width:49%;  float:left;}/*Form*/
.social_button .wd-social-icon:hover{background-color:#a56e47!important;}
#Product-Youtube-BG{aspect-ratio: 16/9 !important;}/*product video bg*/

/***** HEADER & TOPBAR *****/
.topbar_social.wd-social-icons .wd-social-icon{width:25px; height:25px; margin:2px;}
.topbar_social.wd-social-icons .wd-social-icon:hover{background-color:#734b2e;}
.topbar_social.wd-social-icons .wd-icon{font-size:11px!important; line-height:26px!important;}
.whb-col-mobile .wd-header-text{flex:none;}
.site-logo {max-height: 100%!important; margin-top:5px; z-index:999;}/*main logo*/
.wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link {color: #ffffff90;}
.wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link:hover {color: #ffffff95;}

/***** MEGA MENU *****/
.widget_products a.widget-product-img{display:none;}
.widget_products .widget-product-info a{color:#888; font-size:14px!important; font-weight:400;}
.widget_products .widget-product-info a:hover{color:var(--nav-color-active);;}
ul.product_list_widget>li{margin-bottom:5px; padding-bottom:0px; border-bottom:0px;}

/***** COURSE CATEGORY PAGE *****/
.wd-add-btn-replace .add-to-cart-loop:before{content:"READ MORE"!important; font-family:"Inter"!important; font-size:12px!important;}
.product-list-content a.btn{display:none;}/*hide button*/
.wd-shop-tools{display:none!important;}/*category page sorting*/

/***** COURSE SINGLE PAGE *****/
.product-tabs-wrapper{background-color:#f5f5f5!important; border:none!important; margin-bottom:-60px!important;}/*tabs wrapper*/
.tabs-layout-tabs>.wd-nav-tabs-wrapper, #tab-item-title-description/*mobile version*/{display:none;}
.wd-accordion .wd-accordion-item{background-color:#fff; margin-bottom:6px!important;}/*q&a accordion*/
.anchorBtn.active,.anchorBtn:hover{color:#e5a373!important;} /*AnchorBtn Bar*/
.anchorBtn_bar{z-index:99!important; text-align:center;} /*AnchorBtn Bar*/

/***** CAREER ACCORDION *****/
.career_accordion.vc_tta.vc_general .vc_tta-panel-body{padding:0px 15px 15px 15px;}
.career_accordion.vc_tta.vc_general .vc_tta-panel-title{background:#f7ebdf ;}
.career_accordion.vc_tta.vc_general .vc_tta-panel-title a{color:#000!important;}

html[lang="zh-hans"] h1, html[lang="zh-hans"] h2, html[lang="zh-hans"] h3 {font-family: san-serif !important;}@media (min-width: 1025px) {
	.wd-product.product-list-item .product-wrapper{gap:40px!important;}/*course category page content gap*/
.image-full-width.product-design-alt .summary-inner {max-width:80%!important;}/*course single page title wrapper*/
}

@media (min-width: 768px) and (max-width: 1024px) {
	.ult-sticky-anchor.ult_stick_to_row{top:60px!important;}/*Course Page AnchorBtn Bar*/
.one-half{width:100%; margin-right:0;}/*Form*/


}

@media (min-width: 577px) and (max-width: 767px) {
	.order-0{order:-1;}/*change row order to 1st*/
}

@media (max-width: 576px) {
	.one-half{width:100%; margin-right:0;}/*Form*/
.order-0{order:-1;}/*change row order to 1st*/
}

