
.title-wrapper {
	--wd-mb: 10px;
}

.title-wrapper [class*="title"] {
	display: inline-block;
}

.title-wrapper .title {
	margin-bottom: 0;
}

.title-wrapper .img-wrapper {
	display: block;
	margin-top: 10px;
}

.subtitle-color-black.subtitle-style-default {
	color: #000;
}

.subtitle-color-black.subtitle-style-background {
	background-color: #333;
	color: #fff;
}

.subtitle-color-white.subtitle-style-default {
	color: rgba(255, 255, 255, .8);
}

.subtitle-color-white.subtitle-style-background {
	background-color: rgba(255, 255, 255, .8);
	color: #242424;
}

.subtitle-color-gradient.subtitle-style-default {
	color: var(--color-gray-400);
}

.subtitle-color-gradient.subtitle-style-background {
	background-color: #f1f1f1;
	color: #333;
}

.wd-title-color-default {
	--el-title-color: rgba(0, 0, 0, .105);
}

.wd-title-color-primary {
	--el-title-color: var(--wd-primary-color);
}

.wd-title-color-alt {
	--el-title-color: var(--wd-alternative-color);
}

.wd-title-color-black {
	--el-title-color: #000;
}

.wd-title-color-white {
	color: var(--wd-text-color);
	--wd-text-color: rgba(255, 255, 255, .8);
	--wd-title-color: #fff;
	--el-title-color: #fff;
}

.wd-title-color-gradient .title {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wd-title-style-shadow {
	padding: 25px;
	border-radius: var(--wd-brd-radius);
	box-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

.wpb-js-composer .title-wrapper {
	--content-width: var(--wd-max-width);
}

.wpb-js-composer .title-wrapper [class*="title"] {
	max-width: var(--content-width);
}

.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer {
	margin-bottom: 0;
}

.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer .title {
	display: none;
}

@media (max-width: 1024px) {
	.title-subtitle.wd-fontsize-m, .title-after_title.wd-fontsize-s {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.title-wrapper .title-subtitle {
		font-size: 12px;
	}
	
	.title-wrapper .title {
		font-size: 20px;
	}
}

[class*="wd-underline"] u {
	text-decoration: none;
}

[class*="wd-underline-colored"] u {
	color: var(--wd-primary-color);
}

.wd-underline-colored-alt u {
	font-family: var(--wd-alternative-font);
	font-style: var(--wd-alternative-font-style);
}

.wd-underline-bordered u {
	border-bottom: 3px solid var(--wd-primary-color);
}

.mfp-bg {
	position: fixed;
	z-index: 1102;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .7);
	inset: 0;
	opacity: 0;
	transition: all .45s cubic-bezier(.19, 1, .22, 1);
}

.mfp-bg.mfp-ready {
	opacity: 1;
}

.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-wrap {
	position: fixed;
	z-index: 1103;
	outline: none !important;
	inset: var(--wd-admin-bar-h) 0 0 0;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mfp-content {
	position: relative;
	z-index: 1105;
	margin-block: auto;
	width: 100%;
}

.mfp-hide {
	display: none !important;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
	display: none;
}

.mfp-wrap ~ :is(.wd-close-side, .wd-side-hidden) {
	z-index: 900;
	pointer-events: none;
}

.wd-popup {
	position: relative;
	display: none;
	margin: 50px auto;
	padding: var(--wd-popup-padding, 30px);
	width: 100%;
	max-width: var(--wd-popup-width, 800px);
	border-radius: var(--wd-brd-radius);
	background-color: var(--bgcolor-white);
	content-visibility: unset !important;
}

.mfp-wrap .wd-popup {
	display: block;
}

.wd-popup.wd-with-video {
	--wd-popup-padding: .001px;
	--wd-popup-width: 900px;
	background-color: #000;
	line-height: 0;
}

.wd-popup.wd-with-video :is(video, iframe) {
	width: 100%;
	border-radius: var(--wd-brd-radius);
}

.wd-popup.wd-with-video iframe {
	aspect-ratio: 16/9;
}

.wd-popup-slide-from-left .wd-popup {
	opacity: 0;
	transition: opacity .45s cubic-bezier(.19, 1, .22, 1), transform .45s cubic-bezier(.19, 1, .22, 1);
	transform: translateX(-100px);
}

.wd-popup-slide-from-left.mfp-ready .wd-popup {
	opacity: 1;
	transform: none;
}

.wd-popup-slide-from-left.mfp-removing .wd-popup {
	opacity: 0;
	transform: translateX(100px);
}

.wd-popup-slide-from-left.mfp-removing .mfp-close {
	display: none;
}

button.mfp-close {
	position: absolute;
	top: -50px;
	inset-inline-end: -15px;
	gap: 0;
	z-index: 1104;
	padding: 0;
	width: 50px;
	height: 50px;
	min-height: unset;
	background: none;
	color: #fff;
	font-weight: 400;
	font-size: 0;
	opacity: 1;
	opacity: 0;
	touch-action: manipulation;
	transition: all .25s ease, opacity 0s ease 0s;
}

button.mfp-close:after {
	font-size: 20px;
	content: "";
	font-family: "woodmart-font";
}

button.mfp-close:hover {
	background-color: transparent;
	color: rgba(255, 255, 255, .8);
}

.mfp-ready button.mfp-close {
	opacity: 1;
	transition: all .25s ease, opacity .3s ease .35s;
}

.wd-info-box {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: var(--wd-brd-radius);
	gap: var(--ib-icon-sp);
	--ib-icon-sp: 20px;
}

.wd-info-box .box-icon-wrapper {
	flex: 0 0 auto;
	line-height: 0;
}

.wd-info-box :is(.info-box-icon, .info-svg-wrapper) {
	display: inline-block;
	max-width: 100%;
}

.wd-info-box .info-box-icon {
	transition: all .25s ease;
}

.wd-info-box .info-svg-wrapper img {
	height: inherit;
}

.wd-info-box .info-svg-wrapper :is(img, svg) {
	width: inherit !important;
	height: inherit !important;
}

.wd-info-box :is(.info-box-subtitle, .info-box-title) {
	transition: all .25s ease;
	margin-bottom: 0;
}

.wd-info-box :is(.info-box-subtitle, .info-box-title, .info-box-inner):not(:first-child) {
	margin-top: 10px;
}

.wd-info-box :is(.info-box-subtitle:not(.subtitle-style-background), .info-box-title) {
	line-height: 1.3;
}

.wd-info-box .info-box-content {
	--wd-tags-mb: 10px;
	position: relative;
	flex: 1 1 auto;
	border-radius: var(--wd-brd-radius);
}

.wd-info-box .info-box-inner p:first-child:empty, .wd-info-box .info-box-inner p:first-child:empty ~ p:last-child, .wd-info-box .info-box-inner:empty {
	display: none;
}

.wd-info-box .info-btn-wrapper {
	margin-top: 15px;
}

.wd-info-box-link {
	z-index: 2;
}

.box-icon-align-top .box-icon-wrapper {
	margin-bottom: -5px;
}

:is(.box-icon-align-left, .box-icon-align-right) .box-icon-wrapper {
	max-width: 50%;
}

.box-icon-align-left {
	flex-direction: row;
}

.box-icon-align-right {
	flex-direction: row-reverse;
}

.box-title-style-underlined {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.box-with-icon .info-box-icon {
	overflow: hidden;
}

.box-icon-wrapper.box-with-text {
	color: var(--wd-primary-color);
	font-weight: 700;
	line-height: 1;
}

.box-with-text.text-size-small {
	font-size: 38px;
}

.box-with-text:is(.text-size-default, .text-size-large) {
	font-size: 52px;
}

[class*="box-icon-with-"].box-with-text {
	--text-bg-size: 85px;
}

[class*="box-icon-with-"].box-with-text .info-box-icon {
	padding: 0 10px;
	min-width: var(--text-bg-size);
	height: var(--text-bg-size);
	border-radius: 100px;
	line-height: var(--text-bg-size);
}

[class*="box-icon-with-"]:is(.text-size-default, .text-size-large) {
	--text-bg-size: 100px;
}

[class*="box-icon-with-"] .info-box-icon {
	border-radius: 50%;
	text-align: center;
}

.box-icon-with-bg .info-box-icon {
	padding: 20px;
	background-color: #f1f1f1;
}

.box-icon-with-border .info-box-icon {
	padding: 18px;
	border: 2px solid #f1f1f1;
}

.wpb-js-composer .info-box-wrapper.inline-element {
	max-width: 100%;
}

.wpb-js-composer .info-box-carousel .inline-element {
	display: block;
	margin-inline: 0 !important;
}

.wpb-js-composer .info-box-carousel .inline-element .wd-info-box {
	display: inline-flex;
}

.with-animation .info-svg-wrapper path {
	stroke: var(--wd-primary-color);
}

.info-box-carousel-wrapper .wd-wpb {
	margin-bottom: 0;
}

[class*="color-scheme-hover"] {
	transition: all .25s ease;
}

[class*="color-scheme-hover"] .title {
	transition: all .25s ease;
}

.color-scheme-hover-dark:hover {
	--color-gray-400: #a5a5a5;
	--color-gray-500: #a5a5a5;
	--color-gray-800: #333;
	--bgcolor-gray-200: #f7f7f7;
	--brdcolor-gray-500: rgba(0, 0, 0, .2);
	--wd-text-color: #767676;
	--wd-title-color: #242424;
	--wd-link-color: #333;
	--wd-link-color-hover: #242424;
	color: var(--wd-text-color);
}

.color-scheme-hover-light:hover {
	--color-gray-400: rgba(255, 255, 255, .8);
	--color-gray-500: rgba(255, 255, 255, .8);
	--color-gray-800: #fff;
	--brdcolor-gray-300: rgba(255, 255, 255, .15);
	--brdcolor-gray-500: rgba(255, 255, 255, .3);
	--wd-text-color: rgba(255, 255, 255, .8);
	--wd-title-color: #fff;
	--wd-link-color: rgba(255, 255, 255, .9);
	--wd-link-color-hover: #fff;
	color: var(--wd-text-color);
}

.color-scheme-hover-light:hover .info-svg-wrapper svg {
	fill: #fff !important;
}

.color-scheme-hover-light:hover .info-svg-wrapper img {
	filter: brightness(0) invert(1);
}

.color-scheme-hover-light:hover :is(.info-box-icon, .title) {
	color: #fff !important;
}

@media (min-width: 1025px) {
	.box-with-text.text-size-large {
		font-size: 74px;
	}
	
	[class*="box-icon-with-"].text-size-large {
		--text-bg-size: 130px;
	}
}

.wd-el-video {
	--wd-width: 100%;
	position: relative;
	overflow: hidden;
}

.wd-el-video :is(iframe, video) {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	object-fit: cover;
}

.wd-el-video:is(.wd-action-overlay, .wd-action-without) {
	border-radius: var(--wd-brd-radius);
}

.wd-el-video:is(.wd-action-overlay, .wd-action-without):not(.wd-with-aspect-ratio) {
	height: 400px;
}

.wd-el-video.wd-with-aspect-ratio {
	--wd-aspect-ratio: 16/9;
	aspect-ratio: var(--wd-aspect-ratio);
}

.wp-block-wd-video:is(.wd-action-button, .wd-action-play) {
	max-width: fit-content;
}

.wd-el-video-overlay {
	z-index: 2;
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.wd-el-video-overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wd-el-video-overlay:after {
	content: "";
	position: absolute;
	inset: -1px;
	z-index: 2;
	background-color: rgba(0, 0, 0, .15);
	transition: background-color .5s cubic-bezier(0, 0, .44, 1.18);
}

.wd-el-video:hover .wd-el-video-overlay {
	transform: scale(1.09);
}

.wd-el-video:hover .wd-el-video-overlay:after {
	background-color: rgba(0, 0, 0, .3);
}

.wd-el-video-control {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	z-index: 4;
}

.wd-el-video-link {
	z-index: 6;
}

.wd-el-video-play-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: var(--color-gray-800);
	font-size: 100px;
	transition: color .5s cubic-bezier(0, 0, .44, 1.18);
}

.wd-el-video-play-btn:before {
	font-size: .32em;
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
	content: "";
	font-family: "woodmart-font";
}

.wd-el-video-play-btn:after {
	content: "";
	position: absolute;
	inset: 0;
	border: min(.04em, 2px) solid currentColor;
	opacity: .4;
	border-radius: 50%;
	transition: opacity .5s cubic-bezier(0, 0, .44, 1.18);
}

.wd-el-video.wd-action-play .wd-el-video-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.wd-el-video-play-label {
	font-weight: 600;
	color: var(--color-gray-800);
}

.wd-el-video:is(.wd-action-play, .wd-action-button) {
	overflow: visible;
}

.wd-el-video.wd-playing :is(.wd-el-video-overlay, .wd-el-video-link, .wd-el-video-control) {
	visibility: hidden;
	opacity: 0;
	transition: all .25s ease;
}

.wd-el-video.wd-action-play .wd-el-video-btn:hover .wd-el-video-play-btn:before, .wd-el-video.wd-action-overlay:hover .wd-el-video-play-btn:before {
	transform: scale(.9);
}

.wd-el-video.wd-action-play .wd-el-video-btn:hover .wd-el-video-play-btn:after, .wd-el-video.wd-action-overlay:hover .wd-el-video-play-btn:after {
	opacity: .6;
}

.wd-text-block:not(.inline-element) {
	max-width: var(--content-width);
	--content-width: var(--wd-max-width);
}

.wd-text-block:not(.inline-element).text-left {
	margin-right: auto;
}

.wd-text-block:not(.inline-element).text-center {
	margin-inline: auto;
}

.wd-text-block:not(.inline-element).text-right {
	margin-left: auto;
}

.wd-product {
	position: relative;
	text-align: var(--text-align);
	line-height: 1.4;
	--text-align: center;
	--wd-btn-inset: 10px;
	--wd-prod-gap: 12px;
	--wd-prod-bg-sp: 0;
	--wd-prod-bg-cont-sp: 0;
	--wd-prod-trim: calc(( var(--wd-text-line-height) * -.5em ) + .5em);
}

.wd-product .product-wrapper {
	border-radius: var(--wd-brd-radius);
	padding: var(--wd-prod-bg-sp);
}

.wd-product :where(.product-wrapper, .product-element-bottom) {
	display: flex;
	flex-direction: column;
	gap: var(--wd-prod-gap);
}

.wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) img {
	width: 100%;
}

.wd-product .product-image-link {
	position: relative;
	display: block;
}

.wd-product .hover-img {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bgcolor-white);
	opacity: 0;
	transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.wd-product .hover-img>a {
	display: block;
	flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
}

.wd-product :is(.wd-entities-title, .wd-product-cats, .wd-product-brands-links, .wd-product-sku, .wd-product-stock, .price) {
	line-height: inherit;
	margin-block: -.2em;
}

.wd-product .wd-entities-title {
	font-size: inherit;
}

.wd-product :is(.wd-product-cats, .wd-product-brands-links) {
	font-size: 95%;
	color: var(--color-gray-400);
	--wd-link-color: var(--color-gray-400);
	--wd-link-color-hover: var(--color-gray-700);
}

.wd-product :is(.wd-product-cats, .wd-product-brands-links) a {
	display: inline-block;
}

.wd-product .wd-product-sku {
	color: var(--color-gray-400);
}

.wd-product .wd-star-rating {
	display: inline-flex;
	align-items: center;
	align-self: var(--text-align);
	gap: 5px;
}

.wd-product .star-rating {
	align-self: var(--text-align);
	line-height: 1;
}

.wd-product .woocommerce-review-link {
	line-height: 1;
	color: var(--color-gray-500);
}

.wd-product .woocommerce-review-link:hover {
	color: var(--color-gray-900);
}

.wd-product .wd-swatches-grid:empty {
	display: none;
}

.wd-product :is(.wd-product-countdown, .wd-swatches-grid) {
	justify-content: var(--text-align);
}

.wd-product .price {
	display: block;
}

.wd-product .added_to_cart {
	display: none !important;
}

.wd-product .shop_attributes {
	font-size: 90%;
	--wd-attr-v-gap: 10px;
	--wd-attr-brd-style: dashed;
	--wd-attr-img-width: 18px;
}

.wd-product .shop_attributes :is(.wd-attr-name, .wd-attr-term) {
	gap: 4px;
}

.wd-product .shop_attributes .wd-hint {
	margin: 0;
}

.wd-product:is(.wd-variation-active, .product-swatched, .wd-loading-image) .hover-img {
	display: none;
}

.wd-product:is(.quick-shop-shown, .wd-loading-quick-shop) .product-element-top .hover-img {
	opacity: 0;
	transition: opacity .25s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.product-element-top {
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.product-element-top:hover .hover-img {
	opacity: 1;
	transform: scale(1.09);
}

.product-element-top:after {
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 16px);
	visibility: hidden;
	opacity: 0;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	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);
}

.wd-product[class*="wd-loading"] .product-image-link {
	opacity: .4;
}

.wd-product[class*="wd-loading"] .product-element-top:after {
	visibility: visible;
	opacity: 1;
	transition: opacity .25s ease, visibility .25s ease;
	--wd-anim-state: running;
}

:is(.catalog-mode-on, .login-see-prices) .wd-product.product .wd-add-btn {
	display: none;
}

.wd-buttons {
	z-index: 4;
	display: flex;
	flex-direction: column;
	border-radius: calc(var(--wd-brd-radius) / 1.2);
	background: var(--bgcolor-white);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	transition: all .3s ease;
}

.wd-buttons .wd-action-btn>a {
	height: 45px;
}

.wd-buttons[class*="wd-pos-r"] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: translateX(20px) translateZ(0);
}

.wd-buttons.wd-pos-r-t {
	top: var(--wd-btn-inset);
	inset-inline-end: var(--wd-btn-inset);
}

.wd-buttons.wd-pos-r-b {
	inset-inline-end: var(--wd-btn-inset);
	bottom: var(--wd-btn-inset);
}

.wd-action-btn.wd-style-icon .button {
	gap: 0;
	min-height: unset;
	padding: 0;
	background-color: transparent;
}

.wd-action-btn.wd-style-icon .button:hover {
	background-color: transparent;
	box-shadow: none;
}

.wd-product:hover:not(:is(.product-swatched, .quick-shop-shown, [class*="wd-loading"])) .wd-buttons[class*="wd-pos-r"] {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.wd-product.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wd-buttons[class*="wd-pos-r"] {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.wd-product.product-type-simple.outofstock .product_type_simple:before, .wd-product .product_type_grouped:before {
	content: "";
}

.wd-product .product_type_external:before {
	content: "";
}

:is(.products-bordered-grid-ins, .wd-products-with-bg:not(.products-bordered-grid), .wd-products-with-shadow:not(.products-bordered-grid)) .wd-product {
	--wd-prod-bg-sp: 15px;
}

.wd-product :is(.product-wrapper, .product-element-bottom, .product-list-content, [class*="-information"])>*:not(:is(.product-element-bottom, .wd-entities-title, [class*="wd-product-"], .price)) {
	margin-block: 0;
}

:is(.quick-shop-shown, .wd-loading-quick-shop) :is(.wd-buttons, .product-labels) {
	opacity: 0;
}

@media (max-width: 1024px) {
	.wd-product .hover-img {
		display: none;
	}
	
	.wd-product .wd-buttons {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	
	.wd-buttons {
		border-radius: 35px;
	}
	
	.wd-buttons .wd-action-btn {
		--wd-action-icon-size: 14px;
	}
	
	.wd-buttons .wd-action-btn>a {
		width: 35px;
		height: 35px;
	}
	
	.wd-buttons :is(.wd-quick-view-icon, .wd-compare-btn) {
		display: none;
	}
}

@media (max-width: 768.98px) {
	:is(.products-bordered-grid-ins, .wd-products-with-bg:not(.products-bordered-grid), .wd-products-with-shadow:not(.products-bordered-grid)) .wd-product {
		--wd-prod-bg-sp: 10px;
	}
}

@media (max-width: 576px) {}

.wd-product.wd-hover-icons .wrapp-buttons {
	position: absolute;
	inset-inline: 0;
	bottom: 10px;
	text-align: center;
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transform: translateY(25px) translateZ(0);
}

.wd-product.wd-hover-icons .wd-buttons {
	display: inline-flex;
	align-items: stretch;
	flex-direction: row;
	padding: 0 7px;
	max-width: calc(100% - 20px);
}

.wd-product.wd-hover-icons .wd-buttons .wd-action-btn {
	flex: 1 1 auto;
	max-width: 43px;
	width: 100vw;
}

.wd-product.wd-hover-icons .wd-buttons .wd-action-btn>a {
	width: 100%;
}

.wd-product.wd-hover-icons:not(:is(.quick-shop-shown, .product-swatched, [class*="wd-loading"])):hover .wrapp-buttons {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.wd-product.wd-hover-icons.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wrapp-buttons {
	opacity: 1;
	visibility: visible;
	transform: none;
}

@media (max-width: 1024px) {
	.wd-product.wd-hover-icons .wd-buttons {
		padding: 0;
	}
	
	.wd-product.wd-hover-icons .wd-buttons .wd-action-btn {
		max-width: 35px;
	}
	
	.wd-product.wd-hover-icons .wrapp-buttons {
		visibility: visible;
		opacity: 1;
		transform: none;
	}
}

[class*="title-line-"] .wd-product .wd-entities-title {
	overflow: hidden;
	max-height: calc(var(--title-line-count, 1) * var(--title-line-height, 1.4em));
	line-height: var(--title-line-height, 1.4em);
}

.title-line-two {
	--title-line-count: 2;
}

.wd-carousel-container {
	--wd-width: 100%;
	position: relative;
	width: var(--wd-width);
}

.wd-carousel-inner {
	position: relative;
	margin: -15px 0;
}

.wd-carousel {
	position: relative;
	overflow: var(--wd-carousel-overflow, hidden);
	padding: 15px 0;
	margin-inline: calc(var(--wd-gap) / -2);
	touch-action: pan-y;
}

@supports (overflow: clip) {
	.wd-carousel {
		overflow: var(--wd-carousel-overflow, clip);
	}
}

.wd-carousel-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: initial;
	box-sizing: content-box;
	transform: translate3d(0px, 0, 0);
}

.wd-carousel-item {
	position: relative;
	height: 100%;
	flex: 0 0 calc(100% / var(--wd-col));
	max-width: calc(100% / var(--wd-col));
	padding: 0 calc(var(--wd-gap) / 2);
	transition-property: transform;
	transform: translate3d(0px, 0, 0);
}

.wd-backface-hidden .wd-carousel-item {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) {
	transform: translate3d(calc(50% - ( 100% / var(--wd-col) ) / 2), 0, 0);
}

.wd-autoheight, .wd-autoheight .wd-carousel-item {
	height: auto;
}

.wd-autoheight .wd-carousel-wrap {
	align-items: flex-start;
	transition-property: transform, height;
}

@media (min-width: 1025px) {
	.wd-carousel-container:not(.wd-off-lg) [style*="col-lg:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

@media (max-width: 768.98px) {
	.wd-carousel-container:not(.wd-off-sm) [style*="col-sm:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-carousel-container:not(.wd-off-md) [style*="col-md:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

.product-labels {
	position: absolute;
	top: 7px;
	inset-inline-start: 7px;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	max-width: 50%;
	transition: all .3s ease;
	transform: translateZ(0);
}

.product-labels .label-with-img {
	padding: 0;
	max-width: 50px;
}

.product-label {
	padding: 5px 10px;
	min-width: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	word-break: break-all;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
}

.product-label.onsale {
	background-color: var(--wd-primary-color);
	direction: ltr;
}

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

.product-label.new {
	background-color: #438e44;
}

.product-label.out-of-stock {
	background-color: var(--bgcolor-white);
	color: var(--color-gray-900);
}

.product-label.attribute-label:not(.label-with-img) {
	background-color: var(--bgcolor-white);
	color: var(--color-gray-900);
}

.labels-rounded-sm .product-label {
	border-radius: 12px;
}

@media (max-width: 576px) {
	.product-labels {
		gap: 5px;
	}
	
	.product-label {
		padding-inline: 5px;
		min-width: 40px;
		font-size: 10px;
	}
	
	.product-label .label-with-img {
		padding-inline: 0;
	}
}

.product-labels.labels-rectangular {
	top: 15px;
	inset-inline-start: 0;
}

.wd-btn-arrow {
	transition: all .25s ease;
}

.wd-btn-arrow.wd-lock, .wd-carousel:not(.wd-initialized)+.wd-nav-arrows .wd-btn-arrow {
	opacity: 0 !important;
	pointer-events: none !important;
}

.wd-arrow-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--wd-arrow-width, var(--wd-arrow-size, 50px));
	height: var(--wd-arrow-height, var(--wd-arrow-size, 50px));
	line-height: 1;
	color: var(--wd-arrow-color, var(--color-gray-800));
	background: var(--wd-arrow-bg, unset);
	box-shadow: var(--wd-arrow-shadow, unset);
	border: var(--wd-arrow-brd, unset) var(--wd-arrow-brd-color, unset);
	border-radius: var(--wd-arrow-radius, unset);
	cursor: pointer;
	transition: all .25s ease;
}

.wd-arrow-inner:after {
	font-size: var(--wd-arrow-icon-size, 24px);
	font-family: "woodmart-font";
}

.wd-arrow-inner:hover {
	color: var(--wd-arrow-color-hover, var(--color-gray-500));
	background: var(--wd-arrow-bg-hover, var(--wd-arrow-bg));
	border-color: var(--wd-arrow-brd-color-hover, var(--wd-arrow-brd-color));
}

.wd-disabled .wd-arrow-inner {
	color: var(--wd-arrow-color-dis, var(--color-gray-400));
	background: var(--wd-arrow-bg-dis, var(--wd-arrow-bg));
	border-color: var(--wd-arrow-brd-color-dis, var(--wd-arrow-brd-color));
	cursor: unset;
}

.wd-prev .wd-arrow-inner:after {
	content: "";
}

.wd-icon-2 .wd-prev .wd-arrow-inner:after {
	content: "";
}

.wd-next .wd-arrow-inner:after {
	content: "";
}

.wd-icon-2 .wd-next .wd-arrow-inner:after {
	content: "";
}

.wd-nav-arrows.wd-pos-sep:after {
	content: "";
	position: absolute;
	inset: 0px calc(( var(--wd-arrow-width, var(--wd-arrow-size, 50px)) + var(--wd-arrow-offset-h, 0px) ) * -1);
}

.wd-nav-arrows.wd-pos-sep .wd-btn-arrow {
	position: absolute;
	top: calc(50% - var(--wd-arrow-offset-v, 0px) + var(--wd-arrow-height, var(--wd-arrow-size, 50px)) / -2);
	z-index: 250;
}

.wd-nav-arrows.wd-pos-sep .wd-prev {
	inset-inline-end: calc(100% + var(--wd-arrow-offset-h, 0px));
}

.wd-nav-arrows.wd-pos-sep .wd-next {
	inset-inline-start: calc(100% + var(--wd-arrow-offset-h, 0px));
}

.wd-nav-arrows:where(.wd-pos-together) {
	--wd-arrow-size: 30px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 10px;
}

.wd-nav-arrows.wd-pos-together {
	position: absolute;
	top: calc(0% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px)));
	inset-inline-end: calc(var(--wd-arrow-offset-h, 0px) / -1);
	display: flex;
	gap: var(--wd-arrow-gap, .001px);
	z-index: 250;
}

@media (min-width: 1025px) {
	.wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
		opacity: 0;
		pointer-events: none;
	}
	
	:is(.wd-carousel-container, .wd-products-element):hover .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
		opacity: 1;
		transform: translateY(0);
		pointer-events: unset;
	}
	
	.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev {
		transform: translateX(-30px);
	}
	
	.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
		transform: translateX(30px);
	}
}

@media (max-width: 1024px) {
	.wd-nav-arrows {
		--wd-arrow-icon-size: 16px;
		--wd-arrow-size: 40px;
	}
	
	.wd-nav-arrows:where(.wd-pos-sep) {
		--wd-arrow-offset-h: -12px;
	}
	
	.wd-nav-arrows:where(.wd-pos-together) {
		--wd-arrow-size: 30px;
	}
}

.wd-nav-pagin-wrap {
	display: flex;
	min-height: var(--wd-pagin-size, 10px);
	margin-top: 20px;
	justify-content: var(--wd-align, var(--wd-center));
	font-size: 0;
}

.wd-nav-pagin-wrap:has(.wd-lock) {
	display: none;
}

.wd-nav-pagin {
	--list-mb: 0;
	--li-mb: 0;
	--li-pl: 0;
	list-style: none;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--wd-pagin-gap, 10px);
	transition: all .25s ease;
}

.wd-nav-pagin li {
	position: relative;
	cursor: pointer;
	transition: all .25s ease;
}

.wd-nav-pagin:not([class*="wd-type-"]), .wd-nav-pagin.wd-lock {
	opacity: 0;
}

.wd-dynamic>.wd-nav-pagin {
	flex-wrap: nowrap;
	gap: 0;
	margin: 0 auto;
	overflow: hidden;
}

.wd-dynamic>.wd-nav-pagin li {
	margin-inline: calc(var(--wd-pagin-gap, 10px) / 2);
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] span {
	display: inline-flex;
	width: var(--wd-pagin-size, 10px);
	height: var(--wd-pagin-size, 10px);
	background-color: var(--wd-pagin-bg, unset);
	border: var(--wd-pagin-brd, 2px solid) var(--wd-pagin-brd-color, var(--color-gray-300));
	border-radius: var(--wd-pagin-radius, var(--wd-pagin-size, 10px));
	transition: all .25s ease;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li:not(.wd-active):hover span {
	border-color: var(--wd-pagin-brd-color-hover, var(--color-gray-800));
	background-color: var(--wd-pagin-bg-hover, var(--wd-pagin-bg, unset));
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
	border-color: var(--wd-pagin-brd-color-act, var(--color-gray-800));
	background-color: var(--wd-pagin-bg-act, var(--color-gray-800));
}

.promo-banner {
	--button-space: 15px;
	--button-size: 28px;
	--content-width: var(--wd-max-width);
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
	transform: translate3d(0, 0, 0);
}

.promo-banner .banner-image :is(img, picture, video) {
	width: 100%;
	height: var(--wd-img-height);
	object-fit: cover;
	object-position: inherit;
}

.promo-banner .banner-image[style^="height"] :is(img, picture) {
	height: 100%;
}

.promo-banner .wrapper-content-banner {
	z-index: 2;
	display: flex;
	overflow: hidden;
	padding: 30px;
	border-radius: var(--wd-brd-radius);
	transform: translate3d(0, 0, 0);
}

.promo-banner .content-banner {
	--wd-tags-mb: 10px;
	position: relative;
	width: 100%;
	max-width: var(--content-width);
}

.promo-banner :is(.banner-subtitle, .banner-title, .banner-inner):not(:first-child) {
	margin-top: 7px;
}

.promo-banner .banner-title {
	display: block;
	margin-bottom: 0;
	line-height: 1.3;
}

.promo-banner .banner-inner p:first-child:empty {
	display: none;
}

.promo-banner .wd-countdown-timer {
	margin-top: 10px;
}

.promo-banner .banner-btn-wrapper {
	margin-top: var(--button-space);
}

.promo-banner.wd-with-link .wrapper-content-banner {
	pointer-events: none;
}

.promo-banner.wd-with-link:hover .btn {
	pointer-events: auto;
}

.wd-bg-position-top {
	background-position: center top;
	object-position: center top;
}

.wd-bg-position-bottom {
	background-position: center bottom;
	object-position: center bottom;
}

.wd-bg-position-left {
	background-position: left center;
	object-position: left center;
}

.wd-bg-position-right {
	background-position: right center;
	object-position: right center;
}

.wd-bg-position-center {
	background-position: center;
	object-position: center;
}

.banner-increased-padding .wrapper-content-banner {
	padding: 7%;
}

@media (min-width: 1200px) {
	.banner-increased-padding .banner-subtitle.wd-fontsize-xs {
		font-size: 1vw;
	}
	
	.banner-increased-padding .banner-subtitle.wd-fontsize-s {
		font-size: 1.1vw;
	}
	
	.banner-increased-padding .banner-subtitle.wd-fontsize-m {
		font-size: 1.3vw;
	}
	
	.banner-increased-padding .banner-title.wd-fontsize-s {
		font-size: 1.2vw;
	}
	
	.banner-increased-padding .banner-title.wd-fontsize-l {
		font-size: 1.6vw;
	}
	
	.banner-increased-padding .banner-title.wd-fontsize-xl {
		font-size: 2vw;
	}
	
	.banner-increased-padding .banner-title.wd-fontsize-xxl {
		font-size: 2.3vw;
	}
}

@media (max-width: 1199.98px) {
	.banner-subtitle.wd-fontsize-xs {
		font-size: 1vw;
	}
	
	.banner-subtitle.wd-fontsize-s {
		font-size: 1.1vw;
	}
	
	.banner-subtitle.wd-fontsize-m {
		font-size: 1.3vw;
	}
	
	.banner-title.wd-fontsize-s {
		font-size: 1.2vw;
	}
	
	.banner-title.wd-fontsize-l {
		font-size: 1.6vw;
	}
	
	.banner-title.wd-fontsize-xl {
		font-size: 2vw;
	}
	
	.banner-title.wd-fontsize-xxl {
		font-size: 2.3vw;
	}
}

@media (max-width: 1024px) {
	.banner-inner.wd-fontsize-m {
		font-size: 16px;
	}
}

@media (max-width: 768.98px) {
	.banner-btn-wrapper :is(.btn-size-default, .btn-size-large, .btn-size-extra-large) {
		padding: 5px 14px;
		min-height: 36px;
		font-size: 12px;
	}
	
	.banner-btn-wrapper .btn-style-link {
		padding: 0;
		min-height: unset;
	}
	
	[style*="col-sm:1"] .banner-subtitle {
		font-size: 3vw;
	}
	
	[style*="col-sm:1"] .banner-title {
		font-size: 5vw;
	}
	
	.banner-inner:is(.wd-fontsize-s, .wd-fontsize-m) {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.promo-banner .banner-subtitle {
		font-size: 3vw;
	}
	
	.promo-banner .banner-title {
		font-size: 5vw;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	:is(.vc_col-sm-6, [style*="col-md:2"]) .banner-subtitle.wd-fontsize-xs {
		font-size: 1vw;
	}
	
	:is(.vc_col-sm-6, [style*="col-md:2"]) .banner-subtitle.wd-fontsize-s {
		font-size: 1.3vw;
	}
	
	:is(.vc_col-sm-6, [style*="col-md:2"]) .banner-title.wd-fontsize-s {
		font-size: 1.6vw;
	}
	
	:is(.vc_col-sm-6, [style*="col-md:2"]) .banner-title.wd-fontsize-l {
		font-size: 2vw;
	}
	
	:is(.vc_col-sm-6, [style*="col-md:2"]) .banner-title.wd-fontsize-xl {
		font-size: 2.3vw;
	}
}

@media (min-width: 577px) and (max-width: 768.98px) {
	:is([style*="col-sm:2"], [style*="col-sm:3"]) .banner-subtitle {
		font-size: 2vw;
	}
	
	:is([style*="col-sm:2"], [style*="col-sm:3"]) .banner-title {
		font-size: 3vw;
	}
}

[class*="banner-hover-zoom"] {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

[class*="banner-hover-zoom"] .banner-image {
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

[class*="banner-hover-zoom"]:hover .banner-image {
	transform: scale(1.09);
}

.banner-hover-zoom-reverse .banner-image {
	transform: scale(1.09);
}

.banner-hover-zoom-reverse:hover .banner-image {
	transform: none;
}

.banner-mask .wrapper-content-banner {
	background-color: rgba(0, 0, 0, .3);
	transition: background-color .5s cubic-bezier(0, 0, .44, 1.18);
}

.banner-mask.color-scheme-dark .wrapper-content-banner {
	background-color: rgba(255, 255, 255, .3);
}

.banner-mask[class*="banner-hover-zoom"]:hover .wrapper-content-banner {
	background-color: rgba(0, 0, 0, .6);
}

.banner-mask[class*="banner-hover-zoom"].color-scheme-dark:hover .wrapper-content-banner {
	background-color: rgba(255, 255, 255, .6);
}

.banner-shadow {
	box-shadow: 0 10px 20px -9px rgba(0, 0, 0, .5);
}

.wd-timeline-wrapper {
	position: relative;
	padding-block: 50px;
}

.woodmart-timeline-line {
	position: absolute;
	inset-block: 0;
	left: calc(50% - 1px);
	border-width: 2px;
}

.woodmart-timeline-line .line-dot {
	position: absolute;
	left: calc(50% - 5px);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: inset 100px 100px rgba(0, 0, 0, .1);
}

.woodmart-timeline-line .dot-start {
	top: -4px;
}

.woodmart-timeline-line .dot-end {
	bottom: -4px;
}

.wd-line-default .woodmart-timeline-line {
	border-left-style: solid;
}

.wd-line-dashed .woodmart-timeline-line {
	border-left-style: dashed;
}

.wd-timeline-breakpoint {
	margin-bottom: 50px;
	text-align: center;
}

.woodmart-timeline-breakpoint-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 8px 25px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.wd-timeline-item {
	position: relative;
	margin-bottom: 50px;
}

.wd-timeline-item .wd-timeline-image {
	display: inline-block;
}

.wd-timeline-item .wd-timeline-image img {
	border-radius: var(--wd-brd-radius);
}

.wd-timeline-item :is(.wd-timeline-title, .wd-timeline-content, .wd-timeline-image) {
	margin-bottom: 15px;
}

.wd-timeline-item :is(.wd-timeline-title, .wd-timeline-content, .wd-timeline-image):empty {
	display: none;
}

.wd-timeline-content p:first-child:empty {
	display: none;
}

:is(.wd-item-position-left, .wd-item-position-right) {
	display: flex;
	align-items: center;
}

:is(.wd-item-position-left, .wd-item-position-right) .timeline-col {
	position: relative;
	flex: 1 1 50%;
	padding: 30px 30px 15px;
	max-width: 50%;
	width: 50%;
	background-color: #fff;
	border-radius: var(--wd-brd-radius);
}

:is(.wd-item-position-left, .wd-item-position-right) .timeline-col .timeline-arrow {
	position: absolute;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background-color: currentColor;
	color: #fff;
}

.wd-item-position-left {
	flex-direction: row;
}

.wd-item-position-left .timeline-col-primary {
	margin-right: 30px;
	text-align: right;
}

.wd-item-position-left .timeline-col-primary .timeline-arrow {
	left: calc(100% - 5px);
}

.wd-item-position-left .timeline-col-secondary {
	margin-left: 30px;
	text-align: left;
}

.wd-item-position-left .timeline-col-secondary .timeline-arrow {
	right: calc(100% - 5px);
}

.wd-item-position-right {
	flex-direction: row-reverse;
}

.wd-item-position-right .timeline-col-primary {
	margin-left: 30px;
	text-align: left;
}

.wd-item-position-right .timeline-col-primary .timeline-arrow {
	right: calc(100% - 5px);
}

.wd-item-position-right .timeline-col-secondary {
	margin-right: 30px;
	text-align: right;
}

.wd-item-position-right .timeline-col-secondary .timeline-arrow {
	left: calc(100% - 5px);
}

.wd-item-position-full-width {
	position: relative;
	margin-top: 30px;
	padding: 30px 30px 15px;
	background-color: #fff;
	text-align: center;
	border-radius: var(--wd-brd-radius);
}

.wd-item-position-full-width:not(:first-child) {
	margin-top: 80px;
}

.wd-item-position-full-width .timeline-col-primary .timeline-arrow {
	position: absolute;
	bottom: calc(100% - 5px);
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	background-color: currentColor;
	color: #fff;
	transform: rotate(45deg);
}

.wd-item-position-full-width .timeline-col {
	background-color: transparent !important;
}

.wd-item-position-full-width .woodmart-timeline-dot {
	top: -30px;
}

.woodmart-timeline-dot {
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border: solid 2px #fff;
	border-radius: 50%;
}

:is(.wd-timeline-item, .wd-timeline-breakpoint):last-child {
	margin-bottom: 0;
}

.wd-item-shadow .woodmart-timeline-breakpoint-title {
	box-shadow: 0 0 4px rgba(0, 0, 0, .13);
}

.wd-item-shadow :is(.wd-item-position-left, .wd-item-position-right) .timeline-col {
	box-shadow: 0 0 4px rgba(0, 0, 0, .13);
}

.wd-item-shadow .wd-item-position-left .timeline-col-primary .timeline-arrow {
	box-shadow: 2px -2px 3px -2px rgba(0, 0, 0, .2);
}

.wd-item-shadow .wd-item-position-left .timeline-col-secondary .timeline-arrow {
	box-shadow: -2px 2px 3px -2px rgba(0, 0, 0, .2);
}

.wd-item-shadow .wd-item-position-right .timeline-col-primary .timeline-arrow {
	box-shadow: -2px 2px 3px -2px rgba(0, 0, 0, .2);
}

.wd-item-shadow .wd-item-position-right .timeline-col-secondary .timeline-arrow {
	box-shadow: 2px -2px 3px -2px rgba(0, 0, 0, .2);
}

.wd-item-shadow .wd-item-position-full-width {
	box-shadow: 0 0 4px rgba(0, 0, 0, .13);
}

.wd-item-shadow .wd-item-position-full-width .timeline-col-primary .timeline-arrow {
	box-shadow: -2px -2px 3px -2px rgba(0, 0, 0, .2);
}

@media (min-width: 1025px) {
	:is(.wd-item-position-left, .wd-item-position-right) {
		background-color: transparent !important;
	}
}

@media (max-width: 768.98px) {
	.wd-timeline-wrapper {
		padding-block: 30px;
	}
	
	:is(.wd-timeline-breakpoint, .wd-timeline-item) {
		margin-bottom: 30px;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right) {
		position: relative;
		flex-wrap: wrap;
		margin-top: 30px;
		padding: 30px 30px 15px;
		text-align: center;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right):not(:first-child) {
		margin-top: 60px;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right) .timeline-col {
		position: static;
		flex-basis: 100%;
		margin-inline: 0;
		padding: 0;
		max-width: 100%;
		width: 100%;
		background-color: transparent !important;
		text-align: inherit;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right) .timeline-col-primary .timeline-arrow {
		inset-block: auto calc(100% - 5px);
		left: calc(50% - 5px);
		width: 10px;
		height: 10px;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right) .timeline-col-secondary .timeline-arrow {
		display: none;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right) .woodmart-timeline-dot {
		top: -30px;
	}
	
	.wd-item-position-full-width:not(:first-child) {
		margin-top: 60px;
	}
	
	.wd-item-shadow :is(.wd-item-position-left, .wd-item-position-right) {
		box-shadow: 0 0 4px rgba(0, 0, 0, .13);
	}
	
	.wd-item-shadow :is(.wd-item-position-left, .wd-item-position-right) .timeline-col {
		box-shadow: none;
	}
	
	.wd-item-shadow :is(.wd-item-position-left, .wd-item-position-right) .timeline-col-primary .timeline-arrow {
		box-shadow: -2px -2px 2px -2px rgba(0, 0, 0, .2);
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	:is(.wd-item-position-left, .wd-item-position-right) {
		background-color: transparent !important;
	}
}

.wd-widget-collapse .widget-title {
	position: relative;
	margin-bottom: 0;
	padding-inline-end: 22px;
	cursor: pointer;
	user-select: none;
}

.wd-widget-collapse .widget-title ~ * {
	margin-top: 20px;
}

.wd-widget-collapse .widget-title:after {
	position: absolute;
	top: calc(50% - 12px);
	inset-inline-end: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: var(--color-gray-800);
	font-weight: 400;
	font-size: 10px;
	transition: all .25s ease;
	content: "";
	font-family: "woodmart-font";
}

.wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #f1f1f1;
	transform: rotate(180deg);
}

.rtl .wd-widget-collapse.wd-opened .widget-title:after {
	transform: rotate(-180deg);
}

.wd-widget-collapse:not(.wd-opened-initially)>.widget-title ~ * {
	display: none;
}

[class*="color-scheme-light"] .wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #fff;
	color: #333;
}

.footer-sidebar {
	padding-block: 40px;
}

.footer-column>*:not(.widget) {
	margin-block: 0 var(--wd-block-spacing);
}

.footer-column>*:not(.widget):last-child {
	margin-bottom: 0;
}

[class*="color-scheme-light"] .footer-widget {
	--wd-link-color: rgba(255, 255, 255, .6);
}

.wd-prefooter {
	padding-bottom: 40px;
	background-color: var(--wd-main-bgcolor);
}

.wd-copyrights {
	--wd-tags-mb: 10px;
	padding-block: 20px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-copyrights.wd-layout-two-columns>.wd-grid-g {
	--wd-col-lg: 2;
	--wd-col-md: 1;
}

.wd-copyrights.wd-layout-centered {
	text-align: center;
}

@media (min-width: 1025px) {
	.sticky-footer-on :is(.wd-page-content, .wd-prefooter) {
		position: relative;
		z-index: 2;
	}
	
	.sticky-footer-on .wd-footer {
		position: sticky;
		bottom: 0;
	}
	
	.wd-copyrights.wd-layout-two-columns .wd-col-end {
		text-align: end;
	}
}

@media (max-width: 1024px) {
	.wd-copyrights.wd-layout-two-columns {
		text-align: center;
	}
}
