:root {
	--wd-entities-title-font: "General Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-widget-title-font: "General Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "General Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
}
.wd .wd-blog-archive .wd-post-title {
	font-size: 28px;
}
html .wd-nav-mob-tab > li > a, html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a, html .wd-nav.wd-layout-drilldown > li > a, html .wd-nav.wd-layout-drilldown > li [class*="sub-menu"] > :is(.menu-item,.wd-drilldown-back) > a, html .wd-nav.wd-layout-drilldown .woocommerce-MyAccount-navigation-link > a {
	text-transform: capitalize;
}
html .wd-checkout-steps {
	text-transform: capitalize;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 42px;
	--wd-arrow-icon-size: 18px;
	--wd-arrow-offset-h: -22px;
	--wd-arrow-color: rgb(14,14,15);
	--wd-arrow-color-hover: rgb(14,14,15);
	--wd-arrow-color-dis: rgba(0,0,0,0.6);
	--wd-arrow-brd: 1px solid;
}
.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
	--wd-arrow-gap: 10px;
	--wd-arrow-size: 42px;
	--wd-arrow-offset-h: 0px;
	--wd-arrow-offset-v: 20px;
	--wd-arrow-color: rgb(14,14,15);
	--wd-arrow-color-hover: rgb(14,14,15);
	--wd-arrow-color-dis: rgba(0,0,0,0.6);
	--wd-arrow-bg: rgb(255,255,255);
	--wd-arrow-brd-color: rgb(51,51,51);
	--wd-arrow-brd-color-hover: rgb(51,51,51);
	--wd-arrow-brd: 1px solid;
}

@media (max-width: 1024px) {
	.wd .wd-blog-archive .wd-post-title {
		font-size: 24px;
	}
	html .wd-checkout-steps {
		font-size: 18px;
	}
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 30px;
	--wd-arrow-icon-size: 12px;
	--wd-arrow-offset-h: -16px;
	}

}




