
:root {
	--wd-text-font: "Noto Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: #565656;
	--wd-text-font-size: 15px;
	--wd-title-font: "Noto Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Noto Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333;
	--wd-entities-title-color-hover: rgba(51, 51, 51, 65%);
	--wd-alternative-font: "Noto Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Noto Sans", 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: "Noto Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #d93;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #545454;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgba(226, 151, 45, .84);
	--btn-accented-bgcolor-hover: #cc9059;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #bc8e56;
	--notices-success-color: #fff;
	--notices-warning-bg: #d89250;
	--notices-warning-color: #fff;
}

.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}

.wd-popup.wd-promo-popup {
	background-color: rgba(17, 16, 16, .54);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 48px;
}

:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 257px;
}

.wd-page-title {
	background-color: rgba(221, 127, 4, .75);
	background-image: none;
	background-size: cover;
	background-position: center center;
}

.wd-page-title.nitro-lazy {
	background-image: none !important;
}

.wd-footer {
	background-color: #fff;
	background-image: none;
}

.wd-footer.nitro-lazy {
	background-image: none !important;
}

.wd-popup.wd-promo-popup.nitro-lazy {
	background-image: none !important;
}

.product-labels .product-label.new {
	background-color: #81d742;
}

.product-labels .product-label.featured {
	background-color: #e07233;
}

.product-labels .product-label.out-of-stock {
	background-color: rgba(142, 70, 168, .8);
}

.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 768.98px) {
	.woocommerce-product-gallery {
		--wd-gallery-gap: 2px;
	}
}

: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-brd-radius: 5px;
	--btn-accented-box-shadow: none;
	--btn-accented-box-shadow-hover: none;
	--wd-brd-radius: 0px;
}

/* 注册页 + 登录/找回页：获取验证码按钮文字颜色 */
#js-get-code, #js-get-login-code {
	color: #ff7a00 !important;
	cursor: pointer;
}

/* 不可点击时（disabled 灰色） */
#js-get-code:disabled, #js-get-login-code:disabled {
	color: #bdbdbd !important;
	cursor: not-allowed;
	opacity: .6;
}

/* 客服 */
.tawk-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	line-height: 0;
}

.tawk-btn img {
	display: block;
	width: 20px;
	height: 20px;
}

/* tawk 红点 */
.tawk-dot {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 8px;
	height: 8px;
	background: #ff3b30;
	border-radius: 50%;
	display: none;
}

/* 按钮要相对定位 */
.tawk-btn {
	position: relative;
}
