caption {
	vertical-align: middle;
	text-align: left;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

em {
	font-style: italic;
}

big {
	font-size: larger;
}

abbr {
	border-bottom: 1px dotted;
	color: #d62432;
	text-decoration: none;
}

acronym {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.optional {
	position: relative;
	top: -5px;
	font-size: .8em;
	color: var(--color-gray-300);
}

dl {
	margin-bottom: 20px;
	margin-bottom: 20px;
}

mark {
	display: inline-block;
	padding: 5px 8px;
	background-color: #f7f7f7;
	color: #242424;
	font-weight: 600;
	line-height: 1;
}

code, kbd {
	padding: 2px 5px;
}

code, kbd, pre, samp {
	-webkit-hyphens: none;
	hyphens: none;
	font-family: monospace, serif;
}

pre {
	overflow: auto;
	margin-bottom: 20px;
	padding: 20px;
	background: #f7f7f7;
	text-align: left;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

dfn {
	font-style: italic;
}

sub, sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 1;
}

sup {
	top: -.25em;
}

sub {
	bottom: -.25em;
}

var {
	font-style: italic;
}

small {
	font-size: 80%;
}

hr {
	margin-block: 20px;
	border: none;
	border-bottom: 1px solid currentColor;
	opacity: .2;
}

blockquote {
	margin-bottom: 20px;
	padding-inline-start: 30px;
	border-inline-start: 2px solid var(--wd-primary-color);
	text-align: start;
	font-size: 110%;
	--wd-tags-mb: 10px;
}

blockquote cite {
	display: block;
	margin-top: 10px;
	color: var(--wd-primary-color);
	font-weight: 600;
	font-size: 90%;
}

blockquote cite a {
	color: inherit;
}

cite {
	font-style: italic;
}

address {
	margin-bottom: 20px;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.8;
}

fieldset legend {
	margin-bottom: 0;
	padding-inline: 15px;
	width: auto;
}

legend {
	text-transform: uppercase;
	font-size: 22px;
}

video {
	display: block;
}

audio, canvas, progress {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

.svg-icon {
	display: inline-block;
}

.svg-icon svg {
	width: inherit !important;
	height: inherit !important;
}

@media (max-width: 1024px) {
	@supports not (overflow: clip) {}
}

h5 {
	font-size: 16px;
}

a.wd-entities-title:hover {
	color: var(--wd-entities-title-color-hover);
}

.wd-el-title {
	display: flex !important;
	align-items: center;
	gap: 10px;
	font-size: 22px;
}

.wd-el-title .img-wrapper {
	display: flex;
	flex: 0 0 auto;
}

.wd-el-title .img-wrapper img {
	min-width: 18px;
}

.wd-label {
	color: var(--color-gray-800);
	font-weight: 600;
}

ol {
	list-style: decimal;
}

dl dt {
	color: var(--color-gray-800);
	font-weight: 600;
}

dl dd {
	margin-bottom: 20px;
}

.wd-align {
	text-align: var(--wd-align);
}

@media (min-width: 1025px) {
	.wd-hide-lg {
		display: none !important;
	}
	
	.wd-visible-lg {
		display: block !important;
	}
}

@media (max-width: 1024px) {}

@media (min-width: 769px)and (max-width: 1024px) {
	.wd-visible-md-sm {
		display: block !important;
	}
}

@media (max-width: 768.98px) {
	.wd-visible-sm {
		display: block !important;
	}
}

table {
	margin-bottom: 35px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.4;
}

table th {
	padding: 15px 10px;
	border-bottom: 2px solid var(--brdcolor-gray-200);
	color: var(--wd-title-color);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
	vertical-align: middle;
	text-align: start;
}

table td {
	padding: 15px 12px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
	vertical-align: middle;
	text-align: start;
}

table :is(tbody,tfoot) th {
	border-bottom: 1px solid var(--brdcolor-gray-300);
	text-transform: none;
	font-size: inherit;
}

.responsive-table {
	overflow-x: auto;
	margin-bottom: 35px;
}

.responsive-table table {
	margin-bottom: 0;
}

.responsive-table .responsive-table {
	overflow-x: visible;
	margin-bottom: 0;
}

@supports not (-moz-appearance: none) {}

.wd select {
	padding-right: 30px;
	background-image: var(--wd-form-chevron);
	background-position: right 10px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
}

.wd select option {
	background-color: var(--bgcolor-white);
}

.btn.btn-default {
	padding: var(--btn-default-padding, var(--btn-padding, 5px 20px));
	min-height: var(--btn-default-height, var(--btn-height, 42px));
	font-size: var(--btn-default-font-size, var(--btn-font-size, 13px));
	border-radius: var(--btn-default-brd-radius);
	color: var(--btn-default-color);
	box-shadow: var(--btn-default-box-shadow);
	background-color: var(--btn-default-bgcolor);
	text-transform: var(--btn-default-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-default-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-default-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-default-font-style, var(--btn-font-style, unset));
}

.btn.btn-default:hover {
	color: var(--btn-default-color-hover);
	box-shadow: var(--btn-default-box-shadow-hover);
	background-color: var(--btn-default-bgcolor-hover);
}

.btn.btn-default:active {
	box-shadow: var(--btn-default-box-shadow-active);
	bottom: var(--btn-default-bottom-active);
}

.wd-grid-g>.wd-wider {
	grid-column: auto/span 2;
	grid-row: auto/span 2;
}

.wd-grid-col {
	grid-column: auto/span var(--wd-col);
}

.wd-grid-f-col {
	gap: 0;
	margin: 0 calc(var(--wd-gap) / -2) calc(var(--wd-gap) * -1);
}

.wd-grid-f-col>.wd-col {
	width: 100%;
	min-height: 1px;
	flex: 0 0 calc(100% / var(--wd-col) * var(--wd-col-wider, 1));
	max-width: calc(100% / var(--wd-col) * var(--wd-col-wider, 1));
	padding-inline: calc(var(--wd-gap) / 2);
	margin-bottom: var(--wd-gap);
}

.wd-grid-f-col>.wd-wider {
	--wd-col-wider: 2;
}

.wd-grid-f-stretch>.wd-col {
	flex: 1 1 var(--wd-f-basis, 200px);
	width: var(--wd-f-basis, 200px);
}

.wd-grid-f-stretch>.wd-col-auto {
	flex: 0 0 auto;
	width: auto;
}

.wd-grid-f-inline>.wd-col {
	flex: 0 0 var(--wd-f-basis, auto);
}

@media (max-width: 1024px) {}

@media (max-width: 768.98px) {}

@media (max-width: 576px) {}

.wd-loader:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

@-moz-document url-prefix() {}

.wd-dropdown-menu .wd-dropdown-inner {
	overflow: inherit;
	height: min(var(--wd-dropdown-height, unset), var(--wd-content-h));
}

.wd-dropdown-menu.wd-scroll>.wd-scroll-content {
	max-height: none;
	border-radius: inherit;
}

.wd-dropdown-menu.wd-design-default .wd-dropdown {
	top: 0;
	left: 100%;
	padding: var(--wd-dropdown-padding, 12px 20px);
	width: var(--wd-dropdown-width);
	margin: 0 0 0 var(--wd-dropdown-padding, 20px);
}

.wd-dropdown-menu.wd-design-default .wd-dropdown:after {
	top: 0;
	right: 100%;
	bottom: 0;
	left: auto;
	width: var(--wd-dropdown-padding, 20px);
	height: auto;
}

.wd-dropdown-menu.wd-design-default .menu-item-has-children>a:after {
	margin-left: auto;
	color: rgba(82, 82, 82, .45);
	font-weight: 600;
	font-size: 55%;
	line-height: 1;
	font-family: "woodmart-font";
	content: "";
}

.wd-dropdown-menu.wd-design-default.color-scheme-light .menu-item-has-children>a:after {
	color: hsla(0, 0%, 100%, .6);
}

.whb-col-right .wd-dropdown-menu.wd-design-default {
	right: 0;
	left: auto;
	margin-left: 0;
	margin-right: calc(var(--nav-gap, .001px) / 2 * -1);
}

.wd-sub-menu li>a .wd-nav-icon {
	margin-inline-end: 7px;
	font-size: 115%;
}

.wd-sub-menu li>a .menu-label {
	position: relative;
	margin-top: -20px;
	align-self: flex-start;
}

.widget .wd-sub-menu {
	--li-mb: 0;
}

.widget .wd-sub-menu ul {
	--li-mb: 0;
}

.wd-sub-accented>li>a {
	--sub-menu-color: #333;
	--sub-menu-color-hover: var(--wd-primary-color);
	text-transform: uppercase;
	font-weight: 600;
}

.wd-sub-accented.wp-block-wd-menu-list>li {
	margin-block: -8px;
}

.wd-sub-accented.color-scheme-light>li>a, [class*=color-scheme-light] .wd-sub-accented>li>a {
	--sub-menu-color: #fff;
	--sub-menu-color-hover: rgba(255, 255, 255, .6);
}

.create-nav-msg a {
	font-weight: 600;
}

picture.wd-nav-img img {
	width: inherit;
	height: inherit;
	max-height: inherit;
	object-fit: contain;
	object-position: 50% 50%;
}

.wd-nav>li>a .wd-nav-icon {
	margin-inline-end: 7px;
	font-size: var(--nav-icon-size, 1.15em);
}

.wd-nav:where(.wd-add-pd) {
	--nav-pd: 5px 12px;
}

.widget .wd-nav {
	--li-mb: 0;
}

.wd-nav.wd-gap-m {
	--nav-gap: 30px;
}

.wd-nav.wd-gap-l {
	--nav-gap: 40px;
}

.wd-nav.wd-icon-right>li>a :is(.wd-nav-img,.wd-nav-icon) {
	order: 1;
	margin: 0;
	margin-inline-start: 7px;
}

@media (max-width: 1024px) {
	.wd-nav-wrapper.wd-mb-action-swipe {
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		-webkit-mask-image: linear-gradient(to left, transparent, #000 70px);
		mask-image: linear-gradient(to left, transparent, #000 70px);
	}
	
	.wd-nav-wrapper.wd-mb-action-swipe .wd-nav {
		flex-wrap: nowrap;
	}
}

.wd-nav.wd-style-default {
	--nav-color-hover: var(--wd-primary-color);
}

.wd-notice {
	display: none;
}

nav[class*=-pagination] li .prev:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-breadcrumbs {
	--wd-link-color: var(--color-gray-500);
	--wd-link-color-hover: var(--color-gray-700);
	--wd-bcrumb-color-active: var(--color-gray-900);
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: var(--text-align, var(--wd-align, var(--wd-start)));
	justify-content: var(--text-align, var(--wd-align, var(--wd-start)));
}

.wd-breadcrumbs .wd-last {
	--wd-link-color: var(--wd-bcrumb-color-active);
	--wd-link-color-hover: color-mix(in srgb, var(--wd-bcrumb-color-active), transparent 25%);
	font-weight: 600;
	color: var(--wd-bcrumb-color-active);
}

.wd-breadcrumbs .wd-delimiter {
	margin-inline: 8px;
	color: var(--wd-bcrumb-delim-color);
}

.wd-action-btn.wd-style-text>a.added {
	gap: min(.6em, 15px);
}

.wd-pt-icon {
	--wd-btn-icon: "";
}

.wd-add-cart-icon {
	--wd-btn-icon: "";
}

.wd-burger-icon {
	--wd-btn-icon: "";
}

.wd-sizeguide-icon {
	--wd-btn-icon: "";
}

.wd-bg-parent {
	position: relative;
}

:where(.wd-bg-parent>*) {
	position: relative;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 20px auto;
}

.wd .wd-custom-width {
	width: var(--wd-width, unset);
	max-width: 100%;
}

.container-fluid {
	max-width: none;
}

@media (min-width: 1200px) {
	.wrapper-full-width-content .container {
		max-width: 100%;
	}
}

.wd-sidebar .wd-heading {
	display: none;
}

@media (max-width: 768.98px) {
	.sidebar-left {
		order: 10;
	}
}

.mc4wp-alert {
	display: none;
}

:where(.woocommerce-error,.woocommerce-message,.woocommerce-info) {
	display: none;
}