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

:root {
	--wd-text-font: 'Arial Black', Gadget, sans-serif;
	--wd-text-font-weight: 200;
	--wd-text-color: rgb(15,15,15);
	--wd-text-font-size: 14px;
	--wd-title-font: "Candal", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-transform: capitalize;
	--wd-title-color: #242424;
	--wd-entities-title-font: 'Arial Black', Gadget, sans-serif;
	--wd-entities-title-font-weight: 200;
	--wd-entities-title-transform: capitalize;
	--wd-entities-title-color: rgb(15,15,15);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: 'Arial Black', Gadget, sans-serif;
	--wd-widget-title-font: 'Arial Black', Gadget, sans-serif;
	--wd-widget-title-font-weight: 300;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 12px;
	--wd-header-el-font: 'Arial Black', Gadget, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(15,1,0);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(15,15,15);
	--btn-default-bgcolor-hover: rgb(61,61,61);
	--btn-accented-bgcolor: rgb(15,0,0);
	--btn-accented-bgcolor-hover: rgb(61,61,61);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(15,6,6);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(232,187,76);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(30,115,190);
	--wd-link-color-hover: rgb(24,67,165);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 400px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #000000;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: 'Arial Black', Gadget, sans-serif;	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	text-transform: capitalize;
	color: rgb(0,0,0);
}
html .wd-product-nav-desc .price > .amount, html .wd-product-nav-desc .price > ins .amount, html .wd-product-nav-desc .price > ins .amount {
	font-family: 'Arial Black', Gadget, sans-serif;	font-weight: 900;
	font-size: 20px;
	text-transform: capitalize;
}
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-brd-color: rgb(211,211,211);
	--wd-form-brd-color-focus: rgb(15,15,15);
}
.product-labels .product-label.onsale {
	background-color: rgb(0,0,0);
}
.product-labels .product-label.new {
	background-color: rgb(0,0,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 600px;
}

@media (max-width: 768.98px) {
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 20px;
	line-height: 20px;
	}
	html .wd-product-nav-desc .price > .amount, html .wd-product-nav-desc .price > ins .amount, html .wd-product-nav-desc .price > ins .amount {
		font-size: 15px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

/* ===== TK: unify menu font (top nav + catalog dropdown) ===== */
:root{
  --tk-nav-font: inherit;     /* 如果你要指定字体：改成 "Inter", Arial, sans-serif */
  --tk-nav-weight: 700;
  --tk-nav-size: 14px;
  --tk-nav-letter: .6px;
  --tk-nav-transform: uppercase; /* 如果你“2”不是全大写：改成 none */
}

/* Top navigation */
header .main-nav .menu > li > a,
header .menu > li > a{
  font-family: var(--tk-nav-font) !important;
  font-weight: var(--tk-nav-weight) !important;
  font-size: var(--tk-nav-size) !important;
  letter-spacing: var(--tk-nav-letter) !important;
  text-transform: var(--tk-nav-transform) !important;
}

/* Dropdown (Catalog mega menu / submenu) */
header .main-nav .sub-menu a,
header .menu .sub-menu a,
header .wd-dropdown-menu a,
header .wd-nav-mega .sub-menu a,
header .wd-nav-mega a{
  font-family: var(--tk-nav-font) !important;
  font-weight: 600 !important;          /* 下拉一般略轻更高级；要完全一样就改成 var(--tk-nav-weight) */
  font-size: 13px !important;           /* 要完全一样就改成 var(--tk-nav-size) */
  letter-spacing: .2px !important;
  text-transform: none !important;      /* 下拉建议不要全大写，更像目录 */
}

/* Optional: improve dropdown readability */
header .sub-menu a{
  line-height: 1.35 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* ===== TK: Footer typography unify (B2B / 960-style) ===== */

/* Footer global font */
footer, 
footer *{
  font-family: inherit !important; /* 与全站主字体统一 */
}

/* Footer section titles: Support / Get In Touch */
footer h4,
footer .widget-title,
footer .footer-title{
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: .8px !important;
  text-transform: uppercase !important;
  color: #ff7a00 !important; /* TOP KNIVES 橙 */
  margin-bottom: 14px !important;
}

/* Footer links list (About Us / Contact Us / Policy etc.) */
footer a,
footer .menu a{
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: .2px !important;
  color: #e6edf3 !important;
  text-transform: none !important;
}

/* Hover state */
footer a:hover{
  color: #ff8c2e !important;
}

/* Footer contact text (address / email) */
footer .contact-info,
footer .contact-info p,
footer .contact-info li{
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: .2px !important;
  color: #d0d7e2 !important;
  line-height: 1.6 !important;
}

/* Optional: icons alignment cleaner */
footer .contact-info i,
footer .contact-info svg{
  font-size: 15px !important;
  margin-right: 8px;
  color: #ff7a00;
}

/* Bottom copyright line */
footer .copyright,
footer .footer-bottom{
  font-size: 13px !important;
  letter-spacing: .3px !important;
  color: #9aa3b2 !important;
}
