
.wpb-js-composer .menu-item:has(>.wd-design-sized) {
	--wd-dropdown-padding: 30px 35px 0 35px;
}

.wpb-js-composer .menu-item:has(>.wd-design-full-width) {
	--wd-dropdown-padding: 30px 0px;
}

.wpb-js-composer .wd-nav-vertical .menu-item:has(>.wd-design-full-width) {
	--wd-dropdown-padding: 30px 35px 0 35px;
}

.wpb-js-composer .wd-sub-menu-wrapp>.wd-sub-menu>li {
	--wd-dropdown-padding: 30px 35px 0 35px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
	position: relative;
	position: relative;
	display: inline-block;
	padding-block: 1px;
	line-height: 1.2;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--wd-primary-color);
	transition: width .4s cubic-bezier(.19, 1, .22, 1);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover .vc_tta-title-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active .vc_tta-title-text:after {
	width: 100%;
}

.wd-button-wrapper .btn-style-link, .wd-button-wrapper .btn-style-bordered:not(:hover) {
	background-color: transparent !important;
}

.btn-full-width {
	width: 100%;
}

.rtl .btn-icon-pos-left {
	flex-direction: row;
}

.rtl .btn-icon-pos-right {
	flex-direction: row-reverse;
}

.wd-wpb.wd-tabs:not(.wd-products-tabs) .wd-nav-tabs>li>a {
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
}

.wd-tabs.wd-fontsize-custom .wd-nav-tabs>li>a {
	line-height: inherit;
}

:is(.wd-entry-content, .entry-content)>.wpb-content-wrapper {
	margin-bottom: 0;
}

.wd-row-gradient-enable {
	position: relative;
}

.woodmart-row-gradient {
	border-radius: inherit;
}

.wd-parallax {
	background-attachment: fixed !important;
	background-size: cover !important;
}

@supports (-webkit-touch-callout: none) {
	.wd-parallax {
		--wd-parallax-pos: center;
		background-attachment: scroll !important;
	}
}

.attachment_fixed-yes {
	background-attachment: fixed;
}

:is(.vc_row, .vc_section).wd-disable-overflow {
	overflow: visible !important;
}

.inline-element {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.inline-element:not(:last-child) {
	margin-right: 15px;
}

.text-left .inline-element {
	margin-left: 0;
}

.text-left .inline-element:not(:last-child) {
	margin-right: 15px;
}

.text-right .inline-element {
	margin-right: 0;
}

.text-right .inline-element:not(:first-child) {
	margin-left: 15px;
}

.text-center .inline-element {
	margin-right: 7px;
	margin-left: 7px;
}

.wpb-js-composer .wd-button-wrapper.inline-element {
	margin-bottom: 10px;
}

.wd-enabled-width {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}

.wd-enabled-flex>.vc_column-inner>.wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.wd-enabled-flex>.vc_column-inner>.wpb_wrapper>*:not(.wd-enabled-width):not(.inline-element) {
	width: 100%;
}

.vc_row-full-width {
	float: left;
	width: 100%;
}

.compose-mode .vc_column-inner .vc_controls>.vc_controls-out-tl {
	right: -1px;
	left: auto;
	z-index: 2000;
}

:is([data-vc-full-width], [class*="wd-section-stretch"]).vc_row {
	transition: none !important;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
	z-index: auto;
}

[data-vc-full-width]:has(.woodmart-sticky-column), [class*="wd-section-stretch"]:has(.woodmart-sticky-column) {
	overflow: unset !important;
}

[class*="wd-section-stretch"] {
	transition: opacity .5s ease;
	overflow: hidden;
}

[class*="wd-section-stretch"].vc_hidden {
	opacity: 0;
}

.vc_row[class*="wd-section-stretch"] .vc_grid.vc_row {
	overflow: hidden;
}

.vc_row.wd-section-stretch-content-no-pd .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.vc_row.wd-section-stretch-content-no-pd .vc_inner {
	margin-left: 0;
	margin-right: 0;
}

.vc_section[class*="wd-section-stretch"] {
	padding-left: 0;
	padding-right: 0;
}

.vc_section[class*="wd-section-stretch"]>.vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpb_widgetised_column>.wpb_wrapper>*:last-child {
	margin-bottom: 0;
}

.widgetarea-head .wpb_widgetised_column {
	margin-bottom: 0;
}

.vc_video-bg {
	border-radius: inherit;
}

body .wd-bg-left-top {
	background-position: left top !important;
}

body .wd-bg-left-center {
	background-position: left center !important;
}

body .wd-bg-left-bottom {
	background-position: left bottom !important;
}

body .wd-bg-right-top {
	background-position: right top !important;
}

body .wd-bg-right-center {
	background-position: right center !important;
}

body .wd-bg-right-bottom {
	background-position: right bottom !important;
}

body .wd-bg-center-top {
	background-position: center top !important;
}

body .wd-bg-center-center {
	background-position: center center !important;
}

body .wd-bg-center-bottom {
	background-position: center bottom !important;
}

body [class*="wd-bg-"]>.vc_column-inner {
	background-position: inherit !important;
}

.parallax-bg {
	background-attachment: fixed !important;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

.wd-font-weight-100 {
	font-weight: 100 !important;
}

.wd-font-weight-200 {
	font-weight: 200 !important;
}

.wd-font-weight-300 {
	font-weight: 300 !important;
}

.wd-font-weight-400 {
	font-weight: 400 !important;
}

.wd-font-weight-500 {
	font-weight: 500 !important;
}

.wd-font-weight-600 {
	font-weight: 600 !important;
}

.wd-font-weight-700 {
	font-weight: 700 !important;
}

.wd-font-weight-800 {
	font-weight: 800 !important;
}

.wd-font-weight-900 {
	font-weight: 900 !important;
}

.wd-wpb {
	margin-bottom: 30px;
}

.wd-wpb:empty {
	display: none;
}

.wpb-content-wrapper>p:has(:is(link:first-child:last-child)), .wpb-content-wrapper>p:empty {
	display: none;
}

.vc_progress_bar .vc_single_bar {
	border-radius: 0;
	box-shadow: none;
}

.vc_progress_bar .vc_single_bar .vc_label {
	padding: .6em 1.2em;
	text-transform: uppercase;
	text-shadow: none !important;
	font-weight: 600;
	font-size: 12px;
}

.vc_progress_bar .vc_single_bar .vc_bar {
	border-radius: 0;
	transition: width .8s ease;
}

.wpb_single_image .vc_single_image-wrapper img {
	border-radius: var(--wd-brd-radius);
}

.wpb_single_image .vc_single_image-wrapper[class*="vc_box_shadow"], .wpb_single_image .vc_single_image-wrapper[class*="vc_box_shadow"] img {
	box-shadow: 0 0 9px rgba(0, 0, 0, .12);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading {
	margin-block: 0 !important;
	border: none !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title {
	font-family: var(--wd-text-font);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title>a {
	padding-block: 18px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panels {
	border-top: 2px solid rgba(0, 0, 0, .105);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel {
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #767676;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-heading:hover {
	background-color: transparent;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title>a {
	padding-inline: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 5px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right>a {
	padding-inline: 5px 25px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	left: 5px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left>a {
	padding-inline: 25px 5px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title:hover>a {
	color: #767676;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-body {
	padding-top: 0;
	padding-inline: 5px;
	border: none;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
	position: relative;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
	color: var(--color-gray-800);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a {
	padding: 10px 15px;
	border: none;
	background-color: transparent;
	color: inherit;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 16px;
	font-family: var(--wd-title-font);
	line-height: 1.4;
	opacity: .7;
	transition: all .25s ease;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover {
	border: none;
	background-color: transparent;
	opacity: 1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active>a {
	border: none;
	background-color: transparent;
	opacity: 1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
	overflow: hidden;
	margin: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-body {
	position: relative;
	z-index: 2;
	visibility: visible;
	opacity: 1;
	transition: transform .25s ease .25s, opacity .25s ease .25s, visibility .25s ease .25s;
	transform: translateY(0);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-body {
	position: absolute;
	top: 0;
	inset-inline: 0;
	z-index: 1;
	display: block !important;
	visibility: hidden;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	height: auto !important;
	opacity: 0;
	transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
	transform: translateY(20px);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-left, .vc_tta-tabs-position-right, .vc_tta-tabs-position-bottom) .vc_tta-panel .vc_tta-panel-body {
	transform: translateY(10px);
}

.wpb_video_wrapper {
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
	transform: translate3d(0, 0, 0);
}

.wpb_video_wrapper .wd-video-poster-wrapper:after, .wpb_video_wrapper :is(.wd-video-poster-wrapper, .wd-video-poster) {
	position: absolute;
	inset: -1px;
}

.wpb_video_wrapper .wd-video-poster-wrapper {
	position: absolute !important;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
	transition: opacity .5s cubic-bezier(0, 0, .44, 1.18), visibility .5s cubic-bezier(0, 0, .44, 1.18);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wpb_video_wrapper .wd-video-poster-wrapper:after {
	content: "";
	z-index: 2;
	background-color: rgba(0, 0, 0, .15);
	transition: background-color .5s cubic-bezier(0, 0, .44, 1.18);
}

.wpb_video_wrapper .wd-video-poster-wrapper.hidden-poster {
	visibility: hidden;
	opacity: 0;
}

.wpb_video_wrapper .wd-video-poster {
	margin: -1px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.wpb_video_wrapper .button-play {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - .5em);
	left: calc(50% - .5em);
	z-index: 3;
	width: 1em;
	height: 1em;
	border: min(.04em, 2px) solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1;
	transition: border-color .5s cubic-bezier(0, 0, .44, 1.18);
	font-size: 100px;
}

.wpb_video_wrapper .button-play:after {
	font-size: .32em;
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
	content: "";
	font-family: "woodmart-font";
}

.wpb_video_wrapper:hover .wd-video-poster-wrapper:after {
	background-color: rgba(0, 0, 0, .3);
}

.wpb_video_wrapper:hover .button-play {
	border-color: rgba(255, 255, 255, .6);
}

.wpb_video_wrapper:hover .button-play:after {
	transform: scale(.8);
}

.wpb_video_wrapper:hover .wd-video-poster {
	transform: scale(1.09);
}

.products:not(.wd-img-width) .cat-design-alt img {
	width: revert-layer;
}

.wd-btn-align-center {
	--wd-btn-align: center;
}

.wd-btn-align-right {
	--wd-btn-align: end;
}

.wd-btn-align-full-width {
	--wd-btn-align: stretch;
}

@media (min-width: 1025px) {
	[class*="wd-section-stretch"], [data-vc-full-width] {
		position: relative;
		box-sizing: border-box;
		width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));
		--wd-row-spacing: calc(var(--wd-column-gap, .001px) / 2 + 15px);
		left: calc(( 50% - 50vw + var(--wd-sticky-nav-w) / 2 + var(--wd-scroll-w) / 2 ) + var(--wd-row-spacing));
	}
	
	[class*="wd-section-stretch"].vc_column-gap-5, [data-vc-full-width].vc_column-gap-5 {
		--wd-column-gap: 5px;
	}
	
	:is(.vc_section[class*="wd-section-stretch"], .vc_section[data-vc-full-width])>:is(.vc_row[data-vc-full-width], .vc_row[class*="wd-section-stretch"]) {
		--wd-row-spacing: .001px;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
	
	.visible-lg {
		display: block !important;
	}
}

@media (max-width: 1024px) {
	body .tablet-bg-img-hidden, .wpb_column.tablet-bg-img-hidden>div {
		background-image: none !important;
	}
	
	.wd-parallax {
		background-attachment: scroll !important;
	}
	
	body.wpb-js-composer .wd-width-enabled {
		--content-width: calc(var(--wd-max-width) + 20%);
	}
	
	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top, .vc_tta-tabs-position-bottom) .vc_tta-tabs-container:after {
		content: "";
	}
	
	body .tablet-bg-img-hidden.nitro-lazy, .wpb_column.tablet-bg-img-hidden>div.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width: 768.98px) {
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
		display: block;
		-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
		mask-image: linear-gradient(to left, transparent 5px, #000 40px);
	}
	
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-heading {
		display: none;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top, .vc_tta-tabs-position-bottom) .vc_tta-tabs-container {
		overflow: hidden;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top, .vc_tta-tabs-position-bottom) .vc_tta-tabs-container:after {
		content: "";
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top, .vc_tta-tabs-position-bottom) .vc_tta-tabs-list {
		overflow-y: auto;
		white-space: nowrap;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top, .vc_tta-tabs-position-bottom) .vc_tta-tabs-list::-webkit-scrollbar {
		display: none;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-left, .vc_tta-tabs-position-right) {
		display: block;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-left, .vc_tta-tabs-position-right) .vc_tta-tab {
		display: inline-block;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-left, .vc_tta-tabs-position-right).vc_tta-o-no-fill .vc_tta-panel-body {
		padding-inline: 0 !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	
	.visible-xs {
		display: block !important;
	}
	
	body .mobile-bg-img-hidden, .wpb_column.mobile-bg-img-hidden>div {
		background-image: none !important;
	}
	
	body .mobile-bg-img-hidden.nitro-lazy, .wpb_column.mobile-bg-img-hidden>div.nitro-lazy {
		background-image: none !important;
	}
	
	body .reset-element-margin, .reset-margin>.vc_column-inner, .reset-margin-mobile>.vc_column-inner {
		margin-inline: 0 !important;
	}
	
	.row-reverse-mobile:not(.vc_row-flex) {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(1) {
		order: 12;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(2) {
		order: 11;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(3) {
		order: 10;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(4) {
		order: 9;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(5) {
		order: 8;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(6) {
		order: 7;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(7) {
		order: 6;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(8) {
		order: 5;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(9) {
		order: 4;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(10) {
		order: 3;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(11) {
		order: 2;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(12) {
		order: 1;
	}
}

@media (max-width: 576px) {
	body.wpb-js-composer .wd-width-enabled {
		--content-width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
	
	.visible-md {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
	
	.visible-sm {
		display: block !important;
	}
	
	.row-reverse-tablet:not(.vc_row-flex) {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(1) {
		order: 12;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(2) {
		order: 11;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(3) {
		order: 10;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(4) {
		order: 9;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(5) {
		order: 8;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(6) {
		order: 7;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(7) {
		order: 6;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(8) {
		order: 5;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(9) {
		order: 4;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(10) {
		order: 3;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(11) {
		order: 2;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(12) {
		order: 1;
	}
}
