
:root {
	--wd-text-line-height: 1.6;
	--wd-form-color: inherit;
	--wd-form-placeholder-color: inherit;
	--wd-form-bg: transparent;
	--wd-form-brd-color: rgba(129, 129, 129, .2);
	--wd-form-brd-color-focus: rgba(129, 129, 129, .3);
	--wd-tags-mb: 20px;
	--wd-block-spacing: 20px;
	--color-gray-200: #f1f1f1;
	--color-gray-300: #bbb;
	--color-gray-400: #a5a5a5;
	--color-gray-500: #777;
	--color-gray-600: #666;
	--color-gray-700: #555;
	--color-gray-800: #333;
	--color-gray-900: #242424;
	--bgcolor-white: #fff;
	--bgcolor-gray-100: #f7f7f7;
	--brdcolor-gray-300: rgba(119, 119, 119, .2);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
}

ol, ul {
	list-style: none;
	margin-bottom: var(--list-mb);
	padding-left: var(--li-pl);
	--list-mb: 20px;
	--li-mb: 10px;
	--li-pl: 17px;
}

caption, th, td {
	vertical-align: middle;
	text-align: left;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

a, button, input {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button, input, optgroup, select, textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
	padding: 0;
	border: 0;
}

body .fa.fa-envelope-o, body .fa.fa-copyright, body .fa.fa-location-arrow, body .fa.fa-mobile {
	font-family: "woodmart-font";
	font-weight: 400;
}

body .fa.fa-envelope-o:before {
	content: "";
}

body .fa.fa-copyright:before {
	content: "";
}

body .fa.fa-location-arrow:before {
	content: "";
}

body .fa.fa-mobile:before {
	content: "";
}

body {
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
	color: var(--wd-text-color);
	text-rendering: optimizeLegibility;
	font-weight: var(--wd-text-font-weight);
	font-style: var(--wd-text-font-style);
	font-size: var(--wd-text-font-size);
	font-family: var(--wd-text-font);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: var(--wd-text-line-height);
}

p {
	margin-bottom: var(--wd-tags-mb);
}

a {
	color: var(--wd-link-color);
	text-decoration: none;
	transition: all .25s ease;
}

a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}

a:hover {
	color: var(--wd-link-color-hover);
}

a:focus {
	outline: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: var(--wd-link-color-hover);
}

label {
	display: block;
	margin-bottom: 5px;
	color: var(--wd-title-color);
	vertical-align: middle;
	font-weight: 400;
}

em {
	font-style: italic;
}

.elementor-default i:not([class]) {
	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;
}

.required {
	border: none;
	color: #e01020;
	font-size: 16px;
	line-height: 1;
}

abbr[title] {
	border: none;
}

dl {
	margin-bottom: 20px;
	margin-bottom: 20px;
}

strong, b {
	font-weight: 600;
}

mark {
	display: inline-block;
	padding: 5px 8px;
	background-color: #f9f9f9;
	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;
}

ins {
	text-decoration: none;
}

pre {
	overflow: auto;
	margin-bottom: 20px;
	padding: 20px;
	background: #f9f9f9;
	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: -.5em;
}

sub {
	bottom: -.25em;
}

var {
	font-style: italic;
}

small {
	font-size: 80%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 35px;
	border: none;
	border-bottom: 1px solid currentColor;
	opacity: .2;
}

iframe, embed {
	max-width: 100%;
}

blockquote {
	--wd-tags-mb: 10px;
	margin-bottom: 20px;
	padding-left: 30px;
	border-left: 2px solid var(--wd-primary-color);
	text-align: left;
	font-size: 110%;
}

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: 110%;
	line-height: 1.8;
}

fieldset {
	margin-bottom: 20px;
	padding: 20px 40px;
	border: 2px solid #e6e6e6;
}

fieldset legend {
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
}

.global-color-scheme-light fieldset {
	border-color: rgba(255, 255, 255, .25);
}

legend {
	text-transform: uppercase;
	font-size: 22px;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}

.svg-icon {
	display: inline-block;
}

.svg-icon svg {
	width: inherit !important;
	height: inherit !important;
}

svg:not(:root) {
	overflow: hidden;
}

.wd-custom-icon, picture.wd-custom-icon img {
	min-width: 100%;
	max-width: 38px;
	width: auto;
	height: auto;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

.element-title {
	text-transform: uppercase;
	font-size: 22px;
}

legend, h1, h2, h3, h4, h5, h6, .title {
	display: block;
	margin-bottom: var(--wd-tags-mb);
	color: var(--wd-title-color);
	text-transform: var(--wd-title-transform);
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
	line-height: 1.4;
}

.wd-entities-title {
	display: block;
	color: var(--wd-entities-title-color);
	word-wrap: break-word;
	font-weight: var(--wd-entities-title-font-weight);
	font-style: var(--wd-entities-title-font-style);
	font-family: var(--wd-entities-title-font);
	text-transform: var(--wd-entities-title-transform);
	line-height: 1.4;
}

a.wd-entities-title:hover, .wd-entities-title a:hover {
	color: var(--wd-entities-title-color-hover);
}

ul ul, ul ol, ol ul, ol ol {
	margin-top: var(--li-mb);
	margin-bottom: 0;
}

li {
	margin-bottom: var(--li-mb);
}

li:last-child {
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dl dt {
	color: #333;
	font-weight: 600;
}

dl dt [class*="color-scheme-light"] {
	color: rgba(255, 255, 255, .9);
}

dl dd {
	margin-bottom: 20px;
}

.unordered-list ul, .unordered-list ol {
	margin-left: 20px;
}

.unordered-list li:before {
	margin-right: 10px;
	font-size: 8px;
	content: "";
	font-family: "woodmart-font";
}

.inline-list {
	margin-right: -15px;
	margin-left: -15px;
}

.inline-list li {
	display: inline-block;
	padding: 5px 15px;
}

.inline-list-with-border li {
	padding-top: 0;
	padding-bottom: 0;
}

.inline-list-with-border li:not(:last-child) {
	border-right: 1px solid rgba(129, 129, 129, .2);
}

.inline-list, .unordered-list, .wd-sub-menu, .textwidget .menu, .unordered-list ul, .wd-sub-menu ul, .textwidget .menu ul, .unordered-list ol, .wd-sub-menu ol, .textwidget .menu ol, .wd-nav, .comments-area .comment-list, .comments-area .children, nav[class*="-pagination"] ul {
	list-style: none;
	--li-pl: 0;
}

.inline-list, .wd-sub-menu, .wd-sub-menu ul, .wd-sub-menu ol, .wd-nav, .comments-area .comment-list, .comments-area .children, nav[class*="-pagination"] ul {
	--list-mb: 0;
	--li-mb: 0;
}

.wd-z-index {
	position: relative;
	z-index: 35;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.wd-fontsize-xs {
	font-size: 14px;
}

.wd-fontsize-s {
	font-size: 16px;
}

.wd-fontsize-m {
	font-size: 18px;
}

.wd-fontsize-l {
	font-size: 22px;
}

.wd-fontsize-xl {
	font-size: 26px;
}

.wd-fontsize-xxl {
	font-size: 36px;
}

.wd-fontsize-xxxl {
	font-size: 46px;
}

.text-larger {
	font-size: 110%;
}

.wd-items-top {
	align-items: flex-start;
}

.wd-items-middle {
	align-items: center;
}

.wd-items-bottom {
	align-items: flex-end;
}

.wd-justify-left {
	justify-content: flex-start;
}

.wd-justify-center {
	justify-content: center;
}

.wd-justify-right {
	justify-content: flex-end;
}

[class*="color-scheme-light"] {
	--color-gray-300: rgba(255, 255, 255, .5);
	--color-gray-400: rgba(255, 255, 255, .6);
	--color-gray-500: rgba(255, 255, 255, .8);
	--color-gray-600: rgba(255, 255, 255, .8);
	--color-gray-700: rgba(255, 255, 255, .8);
	--color-gray-800: #fff;
	--color-gray-900: #fff;
	--bgcolor-white: #0d0d0d;
	--bgcolor-gray-100: #0d0d0d;
	--brdcolor-gray-300: rgba(255, 255, 255, .15);
	--wd-text-color: rgba(255, 255, 255, .8);
	--wd-title-color: #fff;
	--wd-widget-title-color: var(--wd-title-color);
	--wd-entities-title-color: #fff;
	--wd-entities-title-color-hover: rgba(255, 255, 255, .8);
	--wd-link-color: rgba(255, 255, 255, .9);
	--wd-link-color-hover: #fff;
	--wd-form-brd-color: rgba(255, 255, 255, .2);
	--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
	--wd-form-placeholder-color: rgba(255, 255, 255, .6);
	color: var(--wd-text-color);
}

.color-scheme-dark {
	--color-gray-300: #bbb;
	--color-gray-400: #a5a5a5;
	--color-gray-500: #777;
	--color-gray-600: #666;
	--color-gray-700: #555;
	--color-gray-800: #333;
	--color-gray-900: #242424;
	--bgcolor-white: #fff;
	--bgcolor-gray-100: #f7f7f7;
	--brdcolor-gray-300: rgba(119, 119, 119, .2);
	--wd-text-color: #777;
	--wd-title-color: #242424;
	--wd-entities-title-color: #333;
	--wd-link-color: #333;
	--wd-link-color-hover: #242424;
	--wd-form-brd-color: rgba(129, 129, 129, .2);
	--wd-form-brd-color-focus: rgba(129, 129, 129, .3);
	--wd-form-placeholder-color: #777;
	color: var(--wd-text-color);
}

[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;
	--bgcolor-gray-100: #f7f7f7;
	--wd-text-color: #777;
	--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);
	--brdcolor-gray-300: rgba(255, 255, 255, .15);
	--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-primary {
	color: var(--wd-primary-color);
}

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

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

.color-black {
	color: #000;
}

.color-white {
	color: #fff;
}

.font-text {
	font-family: var(--wd-text-font);
}

.font-primary {
	font-family: var(--wd-title-font);
}

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

.main-nav-style {
	font-weight: var(--wd-header-el-font-weight);
	font-style: var(--wd-header-el-font-style);
	font-size: var(--wd-header-el-font-size);
	font-family: var(--wd-header-el-font);
	text-transform: var(--wd-header-el-transform);
}

.main-nav-style .color-primary {
	color: var(--wd-primary-color);
}

.whb-color-light .main-nav-style .color-primary {
	color: var(--wd-link-color);
}

.whb-color-light .main-nav-style .color-primary:hover {
	color: var(--wd-link-color-hover);
}

.clear {
	clear: both;
	width: 100%;
}

.cursor-pointer {
	cursor: pointer;
}

.wd-nav li.color-primary {
	--nav-color: var(--wd-primary-color);
	--nav-color-hover: var(--wd-primary-color);
	--nav-color-active: var(--wd-primary-color);
}

.wd-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.wd-display-none, .wd-hide {
	display: none !important;
}

.set-mb-s {
	--margin-bottom: 10px;
}

.set-mb-s>* {
	margin-bottom: var(--margin-bottom);
}

.set-mb-m {
	--margin-bottom: 15px;
}

.set-mb-m>* {
	margin-bottom: var(--margin-bottom);
}

.set-cont-mb-s {
	--wd-tags-mb: 10px;
}

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

.wd-spacing-0 {
	margin-right: 0px;
	margin-left: 0px;
}

.wd-spacing-0>[class*="col"] {
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.wd-spacing-2 {
	margin-right: -1px;
	margin-left: -1px;
}

.elementor-default .wd-spacing-2 {
	margin-bottom: -2px;
}

.wd-spacing-2>[class*="col"] {
	margin-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
}

.wd-spacing-6 {
	margin-right: -3px;
	margin-left: -3px;
}

.elementor-default .wd-spacing-6 {
	margin-bottom: -6px;
}

.wd-spacing-6>[class*="col"] {
	margin-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
}

.wd-spacing-10 {
	margin-right: -5px;
	margin-left: -5px;
}

.elementor-default .wd-spacing-10 {
	margin-bottom: -10px;
}

.wd-spacing-10>[class*="col"] {
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.wd-spacing-20 {
	margin-right: -10px;
	margin-left: -10px;
}

.elementor-default .wd-spacing-20 {
	margin-bottom: -20px;
}

.wd-spacing-20>[class*="col"] {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.wd-spacing-30 {
	margin-right: -15px;
	margin-left: -15px;
}

.elementor-default .wd-spacing-30 {
	margin-bottom: -30px;
}

.wd-spacing-30>[class*="col"] {
	margin-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

.wd-columns-1>div {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}

.wd-columns-2>div {
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}

.wd-columns-3>div {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	width: 33.3333333333%;
}

.wd-columns-4>div {
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
}

.wd-columns-5>div {
	flex: 0 0 20%;
	max-width: 20%;
	width: 20%;
}

.wd-columns-6>div {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
	width: 16.6666666667%;
}

.is_stuck {
	z-index: 2;
}

[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);
}

.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;
}

@keyframes wd-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes wd-fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes wd-fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes wd-fadeInBottomShort {
	from {
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-ShakePrev {
	25% {
		transform: translate3d(0px, 0, 0);
	}
	
	50% {
		transform: translate3d(3px, 0, 0);
	}
	
	75% {
		transform: translate3d(-3px, 0, 0);
	}
}

@keyframes wd-ShakeNext {
	25% {
		transform: translate3d(0px, 0, 0);
	}
	
	50% {
		transform: translate3d(-3px, 0, 0);
	}
	
	75% {
		transform: translate3d(3px, 0, 0);
	}
}

@keyframes wd-FadeInLoader {
	from {
		opacity: 0;
	}
	
	to {
		opacity: .8;
	}
}

@keyframes wd-SlideFromTop {
	from {
		transform: translateY(-150px);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-SlideFromBottom {
	from {
		transform: translateY(150px);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-SlideFromLeft {
	from {
		transform: translateX(-150px);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-SlideFromRight {
	from {
		transform: translateX(150px);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-RightFlipY {
	from {
		transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(.6);
	}
	
	to {
		transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
	}
}

@keyframes wd-LeftFlipY {
	from {
		transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(.6);
	}
	
	to {
		transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
	}
}

@keyframes wd-TopFlipX {
	from {
		transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(.6);
	}
	
	to {
		transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
	}
}

@keyframes wd-BottomFlipX {
	from {
		transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(.6);
	}
	
	to {
		transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
	}
}

@keyframes wd-ZoomIn {
	from {
		transform: scale(.7);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-RotateZ {
	from {
		transform: matrix3d(.70592, .02465, .37557, -.00062, -.06052, .79532, .06156, -.0001, -.46435, -.10342, .87958, -.00146, -21.42566, 4.13698, 4.81749, .99197085);
	}
	
	to {
		transform: none;
	}
}

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 #efefef;
	color: var(--wd-title-color);
	text-transform: uppercase;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 16px;
	font-family: var(--wd-title-font);
}

table td {
	padding: 15px 12px;
	border-bottom: 1px solid #e6e6e6;
}

table tbody th, table tfoot th {
	border-bottom: 1px solid #e6e6e6;
	text-transform: none;
	font-size: 14px;
}

[class*="color-scheme-light"] table th {
	border-color: rgba(255, 255, 255, .15);
}

[class*="color-scheme-light"] table td {
	border-color: rgba(255, 255, 255, .15);
}

[class*="color-scheme-light"] table tbody th, [class*="color-scheme-light"] table tfoot th {
	border-color: rgba(255, 255, 255, .15);
}

.table-bordered-style th, .table-bordered-style td {
	border: 1px solid #efefef;
}

[class*="color-scheme-light"] .table-bordered-style th, [class*="color-scheme-light"] .table-bordered-style td {
	border-color: rgba(255, 255, 255, .4);
}

.responsive-table {
	overflow-x: auto;
	margin-bottom: 35px;
}

.responsive-table table {
	margin-bottom: 0;
}

.responsive-table .responsive-table {
	overflow-x: visible;
	margin-bottom: 0;
}

input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], input[type='password'], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 42px;
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	border-radius: var(--wd-form-brd-radius);
	color: var(--wd-form-color);
	background-color: var(--wd-form-bg);
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	transition: border-color .5s ease;
}

input[type='email']:focus, input[type='date']:focus, input[type='search']:focus, input[type='number']:focus, input[type='text']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, textarea:focus, select:focus {
	outline: none;
	border-color: var(--wd-form-brd-color-focus);
	transition: border-color .4s ease;
}

::-webkit-input-placeholder {
	color: var(--wd-form-placeholder-color);
}

::-moz-placeholder {
	color: var(--wd-form-placeholder-color);
}

:-moz-placeholder {
	color: var(--wd-form-placeholder-color);
}

:-ms-input-placeholder {
	color: var(--wd-form-placeholder-color);
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	margin-top: 0;
	margin-right: 5px;
	padding: 0;
	vertical-align: middle;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="number"] {
	padding: 0;
	text-align: center;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

input[type="date"]::-webkit-clear-button {
	position: relative;
	right: 5px;
	width: 30px;
	opacity: .4;
	filter: grayscale(100%);
}

html:not(.browser-Firefox) input[type="date"] {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'rgba(0, 0, 0, 0.3)\' data-name=\'calendar\' width=\'24\' height=\'24\' viewBox=\'0 0 236 220\'><path d=\'M211.6 24H184V10a10 10 0 0 0-20 0v14H72V10a10 10 0 0 0-20 0v14H24.4C10.95 24 0 35.5 0 49.64v144.72C0 208.5 10.95 220 24.4 220h187.2c13.45 0 24.4-11.5 24.4-25.64V49.64C236 35.5 225.05 24 211.6 24zM24.4 44H52v10a10 10 0 0 0 20 0V44h92v10a10 10 0 0 0 20 0V44h27.6c2.38 0 4.4 2.59 4.4 5.64V80H20V49.64c0-3.05 2-5.64 4.4-5.64zm187.2 156H24.4c-2.38 0-4.4-2.59-4.4-5.64V100h196v94.36c0 3.05-2 5.64-4.4 5.64z\'/></svg>");
	background-position: right 15px top 50%;
	background-size: auto 15px;
	background-repeat: no-repeat;
}

html:not(.browser-Firefox) input[type="date"].nitro-lazy {
	background-image: none !important;
}

html:not(.browser-Firefox) [class*="color-scheme-light"] input[type='date'] {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' id=\'calendar\' fill=\'rgba(255, 255, 255, 0.6)\' data-name=\'calendar\' width=\'24\' height=\'24\' viewBox=\'0 0 236 220\'>  <title>cal</title>  <path d=\'M211.6,24H184V10a10,10,0,0,0-20,0V24H72V10a10,10,0,0,0-20,0V24H24.4C10.95,24,0,35.5,0,49.64V194.36C0,208.5,10.95,220,24.4,220H211.6c13.45,0,24.4-11.5,24.4-25.64V49.64C236,35.5,225.05,24,211.6,24ZM24.4,44H52V54a10,10,0,0,0,20,0V44h92V54a10,10,0,0,0,20,0V44h27.6c2.38,0,4.4,2.59,4.4,5.64V80H20V49.64C20,46.59,22,44,24.4,44ZM211.6,200H24.4c-2.38,0-4.4-2.59-4.4-5.64V100H216v94.36C216,197.41,214,200,211.6,200Z\'/></svg>");
}

html:not(.browser-Firefox) [class*="color-scheme-light"] input[type='date'].nitro-lazy {
	background-image: none !important;
}

textarea {
	overflow: auto;
	padding: 10px 15px;
	min-height: 190px;
}

select {
	padding-right: 30px;
	background-position: right 10px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
}

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

select::-ms-expand {
	display: none;
}

input:-webkit-autofill {
	border-color: #e6e6e6;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #777;
}

input:focus:-webkit-autofill {
	border-color: #d9d9d9;
}

[class*="color-scheme-light"] select option {
	background-color: #101010;
}

[class*="color-scheme-light"] input[type="date"]::-webkit-clear-button {
	opacity: .6;
	filter: grayscale(100%) invert(100%) saturate(800%);
}

.form-style-underlined label {
	margin-bottom: -5px;
}

.form-style-underlined input[type='email'], .form-style-underlined input[type='date'], .form-style-underlined input[type='search'], .form-style-underlined input[type='number'], .form-style-underlined input[type='text'], .form-style-underlined input[type='tel'], .form-style-underlined input[type='url'], .form-style-underlined input[type='password'], .form-style-underlined select, .form-style-underlined textarea {
	padding: 0 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.form-style-underlined select {
	background-position: right 0 top 50%;
}

.form-style-underlined textarea {
	padding-top: 12px;
	padding-bottom: 12px;
	min-height: 80px;
}

.form-style-underlined .wd-with-cat .wd-search-cat>a {
	height: auto;
}

.form-style-underlined .wd-search-full-screen input[type="text"] {
	padding-right: 0;
}

.form-style-underlined .wd-search-dropdown input[type="text"] {
	padding-left: 15px;
}

.form-style-underlined .wd-pf-title {
	padding-left: 0;
	padding-right: 30px;
	border-top: none;
	border-right: none;
	border-left: none;
}

.form-style-underlined .wd-pf-title:after {
	right: 7px;
}

.form-style-underlined .comment-form-comment {
	margin-bottom: 30px;
}

.form-style-underlined .wd-dropdown-register .form-row-username, .form-style-underlined .wd-dropdown-register .form-row-password {
	margin-bottom: 25px;
}

[class*="color-scheme-light"] select {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+");
}

[class*="color-scheme-light"] select.nitro-lazy {
	background-image: none !important;
}

.btn, .button, button, [type="submit"], [type="button"] {
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #f3f3f3;
	color: #3e3e3e;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.btn:hover, .button:hover, button:hover, [type="submit"]:hover, [type="button"]:hover {
	color: #3e3e3e;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
	text-decoration: none;
}

.btn:focus, .button:focus, button:focus, [type="submit"]:focus, [type="button"]:focus {
	outline: none;
}

button[disabled], input[disabled] {
	opacity: .6 !important;
	cursor: default;
}

.wd-loader:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #bbb;
	border-left-color: #000;
	border-radius: 50%;
	vertical-align: middle;
}

[class*="color-scheme-light"] .wd-loader:after {
	border-color: rgba(255, 255, 255, .15);
	border-left-color: #fff;
}

.wd-scroll-content {
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 50vh;
	scrollbar-width: thin;
}

.wd-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 380;
	margin: 15px 0 0;
	background-color: #fff;
	background-position: bottom right;
	background-clip: border-box;
	background-repeat: no-repeat;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.19, 1, .22, 1), visibility .4s cubic-bezier(.19, 1, .22, 1), transform .4s cubic-bezier(.19, 1, .22, 1);
	transform: translateY(15px) translateZ(0);
	pointer-events: none;
}

.wd-dropdown:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 15px;
}

.wd-dropdown-search-cat {
	right: 0;
	left: auto;
	margin: var(--wd-form-brd-width) 0 0 !important;
}

.wd-nav-vertical .wd-dropdown-menu {
	margin: 0;
	top: 0;
	left: 100%;
}

.wd-nav-vertical .wd-dropdown-menu:after {
	height: auto;
}

.wd-dropdown-results {
	margin: 0 !important;
	right: calc(( var(--wd-form-brd-radius) / 1.5 ));
	left: calc(( var(--wd-form-brd-radius) / 1.5 ));
}

.wd-dropdown-results:after {
	width: auto !important;
	height: auto !important;
}

.wd-dropdown.color-scheme-light, .color-scheme-light .wd-dropdown, .wd-dropdown-menu.wd-design-default.color-scheme-light .wd-dropdown {
	background-color: #101010;
}

.wd-event-hover:hover>.wd-dropdown, .wd-event-click.wd-opened>.wd-dropdown, .wd-dropdown.wd-opened {
	visibility: visible;
	opacity: 1;
	transform: none;
	pointer-events: visible;
	pointer-events: unset;
}

.wpb-js-composer .wd-dropdown-menu>.container>p {
	display: none;
}

.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height)>.wd-dropdown-menu {
	min-height: 400px;
}

.dropdowns-loaded .dropdown-load-ajax>.wd-dropdown-menu>.container {
	animation: wd-fadeIn .3s ease;
}

.dropdown-html-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .6);
}

.dropdown-html-placeholder:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #bbb;
	border-left-color: #000;
	border-radius: 50%;
	vertical-align: middle;
}

.dropdowns-loading .dropdown-html-placeholder:after {
	animation: wd-rotate 450ms infinite linear;
}

.color-scheme-light .dropdown-html-placeholder {
	background-color: rgba(0, 0, 0, .6);
}

.color-scheme-light .dropdown-html-placeholder:after {
	border-color: rgba(255, 255, 255, .15);
	border-left-color: #fff;
}

.wd-dropdown-menu.wd-design-default, .wd-dropdown-menu.wd-design-default .wd-dropdown {
	padding: 12px 20px;
	width: 220px;
}

.wd-dropdown-menu.wd-design-default>.container {
	padding: 0;
	width: auto;
}

.wd-dropdown-menu.wd-design-default .wd-dropdown {
	top: 0;
	left: 100%;
	margin: 0 0 0 20px;
}

.wd-dropdown-menu.wd-design-default .wd-dropdown:after {
	top: 0;
	right: 100%;
	bottom: 0;
	left: auto;
	width: 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: rgba(255, 255, 255, .6);
}

.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li, .wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li {
	width: 200px;
	margin-bottom: 25px;
}

.wd-dropdown-menu.wd-design-sized .vc_row .wd-sub-menu>li, .wd-dropdown-menu.wd-design-full-width .vc_row .wd-sub-menu>li {
	width: auto;
}

.wd-dropdown-menu.wd-design-sized .elementor-element .wd-sub-menu>li, .wd-dropdown-menu.wd-design-full-width .elementor-element .wd-sub-menu>li {
	width: auto;
	margin-bottom: 0;
}

.wd-dropdown-menu.wd-design-sized, .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
	padding: 30px 35px 0 35px;
}

.wd-dropdown-menu.wd-design-sized>.container, .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width>.container {
	padding: 0;
	width: auto;
}

.wd-dropdown-menu.wd-design-full-width {
	padding-top: 30px;
	width: 100vw;
}

.platform-Windows .wd-dropdown-menu.wd-design-full-width {
	padding-left: 17px;
}

.wd-side-hidden.color-scheme-light {
	background-color: #101010;
}

.widget-heading {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	padding: 20px 15px;
	border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.widget-heading .widget-title {
	flex: 1 1 auto;
	margin-bottom: 0;
	font-size: 20px;
}

.widget-heading .close-side-widget {
	flex: 0 0 auto;
	text-transform: uppercase;
}

.widget-heading .close-side-widget>a {
	height: 25px;
}

[class*="color-scheme-light"] .widget-heading {
	border-color: rgba(255, 255, 255, .15);
}

.wd-side-hidden {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 500;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 340px;
	background-color: #fff;
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
}

.wd-side-hidden.wd-left {
	right: auto;
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.wd-side-hidden.wd-right {
	right: 0;
	left: auto;
	transform: translate3d(100%, 0, 0);
}

.wd-side-hidden.wd-opened {
	transform: none;
}

@media (max-width: 350px) {
	.wd-side-hidden {
		width: 270px !important;
	}
}

.wd-sub-menu {
	--sub-menu-color: #848484;
	--sub-menu-color-hover: var(--wd-primary-color);
}

.wd-sub-menu li {
	position: relative;
}

.wd-sub-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: var(--sub-menu-color);
	font-size: 14px;
	line-height: 1.3;
}

.wd-sub-menu li a .wd-nav-icon {
	margin-right: 7px;
	font-size: 115%;
}

.wd-sub-menu li a .menu-label {
	position: relative;
	margin-top: -20px;
	align-self: flex-start;
}

.wd-sub-menu li a:hover {
	color: var(--sub-menu-color-hover);
}

[class*="color-scheme-light"] .wd-sub-menu {
	--sub-menu-color: rgba(255, 255, 255, .6);
	--sub-menu-color-hover: #fff;
}

.widget .wd-sub-menu {
	--li-mb: 0;
}

.widget .wd-sub-menu ul {
	--li-mb: 0;
}

.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li>a, .wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li>a, .mega-menu-list>li>a {
	--sub-menu-color: #333;
	--sub-menu-color-hover: var(--wd-primary-color);
	text-transform: uppercase;
	font-weight: 600;
}

.wd-dropdown-menu.wd-design-sized.color-scheme-light .wd-sub-menu>li>a, .wd-dropdown-menu.wd-design-full-width.color-scheme-light .wd-sub-menu>li>a, [class*="color-scheme-light"] .mega-menu-list>li>a {
	--sub-menu-color: #fff;
	--sub-menu-color-hover: rgba(255, 255, 255, .6);
}

.searchform {
	--wd-submit-color: #777;
	--wd-submit-color-hover: #333;
	--wd-loader-ring-brd-color: #bbb;
	--wd-loader-highlight-brd-color: #000;
	--wd-search-cat-color: #777;
	--wd-search-cat-brd-color: var(--wd-form-brd-color);
	position: relative;
}

.searchform input[type="text"] {
	padding-right: 50px;
	height: 46px;
	font-size: 15px;
}

.searchform input[type="text"]::-ms-clear {
	display: none;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 0;
	padding: 0;
	width: 50px;
	border: none;
	background-color: transparent;
	box-shadow: none;
	color: var(--wd-submit-color);
	font-weight: 400;
	font-size: 0;
}

.searchform .searchsubmit:hover {
	color: var(--wd-submit-color-hover);
}

.searchform .searchsubmit:after, .searchform .searchsubmit img {
	font-size: 20px;
	transition: opacity .2s ease;
	content: "";
	font-family: "woodmart-font";
}

.searchform .searchsubmit img {
	max-width: 24px;
}

.searchform .searchsubmit:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	opacity: 0;
	transition: opacity .1s ease;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid var(--wd-loader-ring-brd-color);
	border-left-color: var(--wd-loader-highlight-brd-color);
	border-radius: 50%;
	vertical-align: middle;
}

.searchform .searchsubmit.wd-with-img:after {
	content: none;
}

.searchform .searchsubmit.wd-with-img:hover {
	opacity: .6;
}

.searchform.search-loading .searchsubmit:before {
	opacity: 1;
	transition-duration: .2s;
	animation: wd-rotate 450ms infinite linear;
}

.searchform.search-loading .searchsubmit:after, .searchform.search-loading .searchsubmit img {
	opacity: 0;
	transition-duration: .1s;
}

[class*="color-scheme-light"] .searchform {
	--wd-submit-color: #fff;
	--wd-submit-color-hover: rgba(255, 255, 255, .8);
	--wd-loader-ring-brd-color: rgba(255, 255, 255, .4);
	--wd-loader-highlight-brd-color: #fff;
}

.wd-search-cat {
	display: flex;
	align-items: center;
	position: absolute;
	top: var(--wd-form-brd-width);
	right: 52px;
	bottom: var(--wd-form-brd-width);
}

.wd-search-cat>a {
	display: flex;
	align-items: center;
	padding-right: 15px;
	padding-left: 15px;
	width: 172px;
	height: 100%;
	border-right: 1px solid var(--wd-search-cat-brd-color);
	border-left: 1px solid var(--wd-search-cat-brd-color);
	color: var(--wd-search-cat-color);
	text-transform: uppercase;
	font-size: 13px;
}

.wd-search-cat>a>span {
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wd-search-cat>a:after {
	margin-left: 8px;
	font-weight: 600;
	font-size: 8px;
	content: "";
	font-family: "woodmart-font";
}

.wd-dropdown-search-cat:after {
	height: var(--wd-form-brd-width) !important;
}

.wd-dropdown-search-cat.wd-design-default {
	width: 190px;
}

.wd-dropdown-search-cat .current-item>a {
	--sub-menu-color: #333;
	font-weight: 600;
}

.wd-dropdown-search-cat .children li a {
	padding-left: 20px;
}

.color-scheme-light .wd-dropdown-search-cat .current-item>a, .wd-dropdown-search-cat.color-scheme-light .current-item>a {
	--sub-menu-color: #fff;
}

.wpb-js-composer .wd-el-search {
	margin-bottom: 35px;
}

.wd-el-search.wd-color-light .searchform {
	--wd-form-brd-color: rgba(255, 255, 255, .2);
	--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
	--wd-form-color: rgba(255, 255, 255, .8);
	--wd-submit-color: #fff;
	--wd-submit-color-hover: rgba(255, 255, 255, .8);
	--wd-loader-ring-brd-color: rgba(255, 255, 255, .4);
	--wd-loader-highlight-brd-color: #fff;
	--wd-search-cat-color: rgba(255, 255, 255, .8);
	--wd-search-cat-brd-color: var(--wd-form-brd-color);
}

.wd-el-search.wd-color-dark .searchform {
	--wd-form-brd-color: rgba(129, 129, 129, .2);
	--wd-form-brd-color-focus: rgba(129, 129, 129, .3);
	--wd-form-color: #777;
	--wd-form-placeholder-color: var(--wd-form-color);
	--wd-submit-color: #777;
	--wd-submit-color-hover: #777;
	--wd-loader-ring-brd-color: #bbb;
	--wd-loader-highlight-brd-color: #000;
	--wd-search-cat-color: #777;
	--wd-search-cat-brd-color: var(--wd-form-brd-color);
}

.search-results-wrapper {
	position: relative;
}

.autocomplete-suggestions {
	display: flex;
	flex-wrap: wrap;
	margin-top: -1px;
	margin-right: -1px;
}

.autocomplete-suggestion {
	display: flex;
	flex: 1 1 285px;
	padding: 15px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: rgba(119, 119, 119, .2);
	cursor: pointer;
	line-height: 1;
	transition: all .25s ease;
}

.autocomplete-suggestion .suggestion-thumb {
	flex: 0 0 auto;
	margin-right: 15px;
	max-width: 65px;
}

.autocomplete-suggestion .wd-entities-title {
	font-size: 14px;
}

.autocomplete-suggestion .wd-entities-title strong {
	text-decoration: underline;
}

.autocomplete-suggestion .suggestion-sku {
	font-size: 12px;
}

.autocomplete-suggestion.suggestion-divider {
	flex-basis: 100% !important;
	width: 100%;
	background-color: #f9f9f9;
	cursor: default;
}

.autocomplete-suggestion.suggestion-divider h5 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.autocomplete-suggestion:hover, .autocomplete-suggestion.autocomplete-selected {
	background-color: #f9f9f9;
}

[class*="color-scheme-light"] .autocomplete-suggestion {
	border-color: rgba(255, 255, 255, .15);
}

[class*="color-scheme-light"] .autocomplete-suggestion.suggestion-divider {
	background-color: rgba(0, 0, 0, .3);
}

[class*="color-scheme-light"] .autocomplete-suggestion:hover, [class*="color-scheme-light"] .autocomplete-suggestion.autocomplete-selected {
	background-color: rgba(0, 0, 0, .3);
}

.view-all-results {
	flex: 1 1 100%;
	height: 50px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(119, 119, 119, .2);
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 50px;
	cursor: pointer;
	transition: all .25s ease;
}

.view-all-results:hover {
	background-color: #f9f9f9;
}

[class*="color-scheme-light"] .view-all-results {
	color: #fff;
	border-color: rgba(255, 255, 255, .15);
}

[class*="color-scheme-light"] .view-all-results:hover {
	background-color: rgba(0, 0, 0, .9);
}

.create-nav-msg a {
	font-weight: 600;
}

.wd-nav-img, .mega-menu-list img {
	display: inline-block;
	margin-right: 7px;
	max-height: 18px;
	width: auto !important;
}

.wd-nav-img img, .mega-menu-list img img {
	max-height: 18px;
}

.wd-nav {
	--nav-gap: 10px;
	display: inline-flex;
	flex-wrap: wrap;
	margin-right: calc(var(--nav-gap) / -1);
	margin-left: calc(var(--nav-gap) / -1);
	text-align: left;
}

.wd-nav>li {
	position: relative;
}

.wd-nav>li>a {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-right: var(--nav-gap);
	padding-left: var(--nav-gap);
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2;
}

.wd-nav>li>a .wd-nav-icon {
	margin-right: 7px;
	font-size: 115%;
}

.wd-nav>li>a .menu-label {
	left: calc(100% - 30px);
	margin-left: 0;
}

.wd-nav>li.wd-has-children>a:after, .wd-nav>li.menu-item-has-children>a:after {
	margin-left: 4px;
	font-weight: normal;
	font-style: normal;
	font-size: 50%;
	content: "";
	font-family: "woodmart-font";
}

.wd-nav.wd-gap-m {
	--nav-gap: 15px;
}

.wd-nav.wd-gap-l {
	--nav-gap: 20px;
}

.wd-nav-opener {
	--nav-opener-color: #2d2a2a;
	--nav-opener-color-hover: var(--nav-opener-color);
	--nav-opener-color-active: rgba(45, 42, 42, .8);
	position: relative;
	z-index: 1;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 50px;
	color: var(--nav-opener-color);
	cursor: pointer;
	transition: color .25s ease, background-color .25s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wd-nav-opener:after {
	font-weight: 700;
	font-size: 12px;
	transition: transform .25s ease;
	content: "";
	font-family: "woodmart-font";
}

.wd-nav-opener:hover {
	color: var(--nav-opener-color-hover);
}

.wd-nav-opener.wd-active {
	color: var(--nav-opener-color-active);
}

.wd-nav-opener.wd-active:after {
	transform: rotate(90deg);
}

.color-scheme-light .wd-nav-opener {
	--nav-opener-color: white;
	--nav-opener-color-active: rgba(255, 255, 255, .8);
}

.wd-nav[class*="wd-style-"] {
	--nav-color: #333;
	--nav-color-hover: rgba(51, 51, 51, .7);
	--nav-color-active: rgba(51, 51, 51, .7);
	--nav-chevron-color: rgba(82, 82, 82, .45);
}

.wd-nav[class*="wd-style-"]>li>a {
	color: var(--nav-color);
}

.wd-nav[class*="wd-style-"]>li:hover>a {
	color: var(--nav-color-hover);
}

.wd-nav[class*="wd-style-"]>li.current-menu-item>a, .wd-nav[class*="wd-style-"]>li.wd-active>a {
	color: var(--nav-color-active);
}

.wd-nav[class*="wd-style-"]>li.wd-has-children>a:after, .wd-nav[class*="wd-style-"]>li.menu-item-has-children>a:after {
	color: var(--nav-chevron-color);
}

.color-scheme-light .wd-nav[class*="wd-style-"], .whb-color-light .wd-nav[class*="wd-style-"] {
	--nav-color: #fff;
	--nav-color-hover: rgba(255, 255, 255, .8);
	--nav-color-active: rgba(255, 255, 255, .8);
	--nav-chevron-color: rgba(255, 255, 255, .6);
}

.wd-nav.wd-style-default {
	--nav-color-hover: var(--wd-primary-color);
	--nav-color-active: var(--wd-primary-color);
}

.wd-nav.wd-style-bordered>li, .wd-nav.wd-style-separated>li {
	display: flex;
	flex-direction: row;
}

.wd-nav.wd-style-bordered>li:not(:last-child):after, .wd-nav.wd-style-separated>li:not(:last-child):after {
	content: "";
	border-right: 1px solid rgba(129, 129, 129, .2);
}

.whb-color-light .wd-nav.wd-style-bordered>li:not(:last-child):after, .whb-color-light .wd-nav.wd-style-separated>li:not(:last-child):after {
	border-color: rgba(255, 255, 255, .25);
}

.wd-nav.wd-style-separated>li {
	align-items: center;
}

.wd-nav.wd-style-separated>li:not(:last-child):after {
	height: 18px;
}

.wd-nav.wd-style-bordered>li {
	align-items: stretch;
}

.wd-nav.wd-style-underline .nav-link-text {
	line-height: 1.2;
	position: relative;
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
}

.wd-nav.wd-style-underline .nav-link-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	transition: width .4s cubic-bezier(.175, .885, .32, 1.15);
	background-color: var(--wd-primary-color);
}

.wd-nav.wd-style-underline>li:hover>a .nav-link-text:after, .wd-nav.wd-style-underline>li.current-menu-item>a .nav-link-text:after, .wd-nav.wd-style-underline>li.wd-active>a .nav-link-text:after {
	width: 100%;
}

.menu-label {
	position: absolute;
	bottom: 85%;
	z-index: 1;
	display: inline-block;
	margin-left: -20px;
	padding: 2px 4px;
	color: #fff;
	vertical-align: middle;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: .3px;
	font-weight: 600;
	font-size: 9px;
	font-family: var(--wd-text-font);
	line-height: 12px;
}

.menu-label:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 10px;
	border: 4px solid;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-right-width: 7px;
	border-left-width: 0;
}

.menu-label-black {
	background-color: #000;
	color: #fff;
}

.menu-label-black:before {
	border-color: #000;
}

.menu-label-grey {
	background-color: #ececec;
	color: #333;
}

.menu-label-grey:before {
	border-color: #ececec;
}

.menu-label-orange {
	background-color: #fbbc34;
}

.menu-label-orange:before {
	border-color: #fbbc34;
}

.menu-label-blue {
	background-color: #00a1be;
}

.menu-label-blue:before {
	border-color: #00a1be;
}

.menu-label-white {
	background-color: #fff;
	color: #333;
}

.menu-label-white:before {
	border-color: #fff;
}

.menu-label-primary {
	background-color: var(--wd-primary-color);
}

.menu-label-primary:before {
	border-color: var(--wd-primary-color);
}

.menu-label-secondary {
	background-color: var(--wd-alternative-color);
}

.menu-label-secondary:before {
	border-color: var(--wd-alternative-color);
}

.menu-label-red {
	background-color: #d41212;
}

.menu-label-red:before {
	border-color: #d41212;
}

.menu-label-green {
	background-color: #65b32e;
}

.menu-label-green:before {
	border-color: #65b32e;
}

.whb-top-bar .wd-nav>li>a .menu-label, .whb-clone .wd-nav>li>a .menu-label, .wd-nav-vertical>li>a .menu-label {
	position: static;
	margin-left: 5px;
	opacity: 1;
}

.whb-top-bar .wd-nav>li>a .menu-label:before, .whb-clone .wd-nav>li>a .menu-label:before, .wd-nav-vertical>li>a .menu-label:before {
	content: none;
}

.wd-nav-vertical {
	display: flex;
	margin-right: 0;
	margin-left: 0;
	position: relative;
}

.wd-nav-vertical>li {
	flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
}

.wd-nav-vertical>li:not(:last-child) {
	border-bottom: 1px solid rgba(129, 129, 129, .15);
}

.wd-nav-vertical>li>a {
	padding: 12px 18px;
	line-height: 20px;
	color: #333;
	font-size: 14px;
	text-transform: unset;
}

.wd-nav-vertical>li:hover>a {
	background-color: #f9f9f9;
	color: rgba(51, 51, 51, .9);
}

.wd-nav-vertical>li.menu-mega-dropdown {
	position: static;
}

.wd-nav-vertical>li.menu-item-has-children>a:after {
	color: rgba(82, 82, 82, .45);
	margin-left: auto;
	font-weight: 600;
	font-size: 60%;
	content: "";
}

.wd-nav-vertical .wd-dropdown-menu.wd-design-sized, .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
	min-height: 100%;
}

.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
	width: 800px;
}

.platform-Windows .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
	padding-left: 35px;
}

[class*="color-scheme-light"] .wd-nav-vertical>li:not(:last-child) {
	border-color: rgba(255, 255, 255, .15);
}

[class*="color-scheme-light"] .wd-nav-vertical>li>a {
	color: #fff;
}

[class*="color-scheme-light"] .wd-nav-vertical>li:hover>a {
	background-color: rgba(255, 255, 255, .05);
	color: rgba(255, 255, 255, .8);
}

[class*="color-scheme-light"] .wd-nav-vertical>li.menu-item-has-children>a:after {
	color: rgba(255, 255, 255, .6);
}

.comment-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.comment-form>p, .comment-form .comment-form-images, .comment-form .comment-form-rating {
	flex: 1 1 220px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.comment-form .woocommerce-error, .comment-form .comment-notes, .comment-form .comment-form-comment, .comment-form .form-submit, .comment-form .comment-form-rating, .comment-form .comment-form-cookies-consent, .comment-form .comment-form-images {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

.comment-form .woocommerce-error {
	margin-right: 10px;
	margin-left: 10px;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

.comment-form .comment-notes, .comment-form .comment-form-rating {
	margin-bottom: 20px;
}

.comment-form .form-submit {
	margin-top: 15px;
}

.comment-form .submit {
	border-radius: var(--btn-accent-brd-radius);
	color: var(--btn-accent-color);
	box-shadow: var(--btn-accent-box-shadow);
	background-color: var(--btn-accent-bgcolor);
}

.comment-form .submit:hover {
	color: var(--btn-accent-color-hover);
	box-shadow: var(--btn-accent-box-shadow-hover);
	background-color: var(--btn-accent-bgcolor-hover);
}

.comment-form .submit:active {
	box-shadow: var(--btn-accent-box-shadow-active);
	bottom: var(--btn-accent-bottom-active);
}

.comment-form-img-message:before {
	margin-right: 7px;
	content: "";
	font-family: "woodmart-font";
}

#comments .avatar, .wd-user-panel .avatar {
	flex: 1 0 auto;
	margin-left: 0;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
	text-transform: uppercase;
	font-size: 22px;
}

.comments-area .comment-reply-title small {
	vertical-align: middle;
}

.comments-area .comment-list {
	margin-bottom: 50px;
	line-height: 1.6;
}

.comments-area .comment {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.comments-area .pingback {
	margin-bottom: 15px;
}

.comments-area .pingback .comment-body {
	padding-left: 0;
}

.comments-area .pingback a {
	font-weight: 600;
}

.comments-area .children {
	margin-top: 30px;
	margin-left: 30px;
	border-top: 1px solid rgba(119, 119, 119, .2);
	line-height: 1.6;
}

.comments-area #cancel-comment-reply-link {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 0;
}

.comments-area #cancel-comment-reply-link:after {
	font-size: 12px;
	content: "";
	font-family: "woodmart-font";
}

.comments-area .comment-body {
	position: relative;
	padding-left: 95px;
}

.comments-area .comment-awaiting-moderation {
	position: absolute;
	top: -24px;
	left: 95px;
}

.comments-area .comment-awaiting-moderation+br {
	display: none;
}

.comments-area .comment-edit-link {
	display: inline-block;
	margin-left: 5px;
	font-size: 0;
}

.comments-area .comment-edit-link:after {
	vertical-align: middle;
	font-size: 12px;
	content: "";
	font-family: "woodmart-font";
}

.comments-area .comment-author {
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}

.comments-area .comment-author:first-letter {
	text-transform: uppercase;
}

.comments-area .comment-author .fn {
	color: #2d2a2a;
	vertical-align: top;
	font-weight: 600;
	font-style: normal;
}

.comments-area .comment-author .says {
	margin-left: 3px;
	vertical-align: top;
}

.comments-area .comment-author img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 74px;
	width: 100%;
	border-radius: 50%;
}

.comments-area .comment-meta {
	margin-bottom: 15px;
	text-align: right;
	font-size: 14px;
	line-height: 20px;
}

.comments-area .comment-meta a {
	color: #bbb;
	vertical-align: middle;
}

.comments-area .reply {
	margin-top: 15px;
}

.comments-area .reply a {
	text-transform: uppercase;
	font-weight: 900;
	color: var(--wd-primary-color);
}

.comments-area .reply a:hover {
	color: var(--wd-primary-color);
	opacity: .7;
}

.comments-area .comment-respond {
	margin-top: 30px;
}

.comments-area .logged-in-as {
	margin-bottom: 20px;
	font-size: 0;
}

.comments-area .logged-in-as>a {
	color: #3f3f3f;
	font-weight: 600;
	font-size: 14px;
}

.comments-area .logged-in-as>a:not(:last-child) {
	margin-right: 12px;
	padding-right: 10px;
	border-right: 1px solid rgba(119, 119, 119, .2);
}

.comments-area .logged-in-as>a:hover {
	color: var(--wd-primary-color);
}

.comments-area .no-comments {
	color: #333;
	font-weight: 600;
}

.global-color-scheme-light .comments-area .comment, .global-color-scheme-light .comments-area .children {
	border-color: rgba(255, 255, 255, .15);
}

.global-color-scheme-light .comments-area .logged-in-as>a:not(:last-child) {
	border-color: rgba(255, 255, 255, .15);
}

.global-color-scheme-light .comments-area .comment-author .fn {
	color: #fff;
}

.global-color-scheme-light .comments-area .comment-meta a {
	color: rgba(255, 255, 255, .6);
}

.global-color-scheme-light .comments-area .logged-in-as>a {
	color: rgba(255, 255, 255, .9);
}

.global-color-scheme-light .comments-area .logged-in-as>a:hover {
	color: #fff;
}

.comments-area .children .comment:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.wd-tltp .wd-tooltip-label, .tooltip {
	position: absolute;
	z-index: 1070;
	visibility: hidden;
	text-transform: none;
	letter-spacing: .3px;
	font-weight: 400;
	font-size: 12px;
	opacity: 0;
	pointer-events: none;
}

.wd-tltp:hover .wd-tooltip-label, .tooltip.show {
	visibility: visible;
	opacity: 1;
	animation: wd-fadeInTooltip .3s ease;
}

.wd-tltp .wd-tooltip-label, .tooltip .tooltip-inner {
	padding: 0 15px !important;
	max-width: 200px;
	height: 34px;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	line-height: 34px;
}

.wd-tltp .wd-tooltip-label:before, .tooltip .arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
}

.wd-tltp-top .wd-tooltip-label:before, .tooltip.bs-tooltip-top .arrow {
	left: 50%;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.wd-tltp-left .wd-tooltip-label {
	top: 50%;
	right: 100%;
	margin-top: -17px;
	margin-right: 8px;
}

.wd-tltp-left .wd-tooltip-label:before {
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.wd-tltp-right .wd-tooltip-label {
	top: 50%;
	left: 100%;
	margin-top: -17px;
	margin-left: 8px;
}

.wd-tltp-right .wd-tooltip-label:before {
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.wd-tltp-top .wd-tooltip-label {
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 8px;
}

.wd-tltp-top .wd-tooltip-label:before {
	top: 100%;
	margin-left: -5px;
}

.wd-tltp {
	position: relative;
}

.wd-tltp .wd-tooltip-label:before {
	content: "";
}

.tooltip.bs-tooltip-top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow {
	bottom: 0;
}

@keyframes wd-fadeInTooltip {
	from {
		opacity: 0;
	}
	
	to {
		opacity: .9;
	}
}

.wd-notice, div.wpcf7-response-output, .mc4wp-alert, .woocommerce-error, .woocommerce-message, .woocommerce-info, .dokan-alert, .dokan-message, .dokan-info, .dokan-error, .dokan-store-contact .alert-success, .yith_ywraq_add_item_product_message {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 65px;
	min-height: 60px;
	border: none;
	line-height: 1.3;
}

.wd-notice:before, div.wpcf7-response-output:before, .mc4wp-alert:before, .woocommerce-error:before, .woocommerce-message:before, .woocommerce-info:before, .dokan-alert:before, .dokan-message:before, .dokan-info:before, .dokan-error:before, .dokan-store-contact .alert-success:before, .yith_ywraq_add_item_product_message:before {
	position: absolute;
	top: 50%;
	left: 24px;
	margin-top: -9px;
	font-size: 18px;
	line-height: 18px;
	font-family: "woodmart-font";
}

.wd-notice a, div.wpcf7-response-output a, .mc4wp-alert a, .woocommerce-error a, .woocommerce-message a, .woocommerce-info a, .dokan-alert a, .dokan-message a, .dokan-info a, .dokan-error a, .dokan-store-contact .alert-success a, .yith_ywraq_add_item_product_message a {
	color: #fff;
	text-decoration: underline;
}

.wd-notice a:hover, div.wpcf7-response-output a:hover, .mc4wp-alert a:hover, .woocommerce-error a:hover, .woocommerce-message a:hover, .woocommerce-info a:hover, .dokan-alert a:hover, .dokan-message a:hover, .dokan-info a:hover, .dokan-error a:hover, .dokan-store-contact .alert-success a:hover, .yith_ywraq_add_item_product_message a:hover {
	color: rgba(255, 255, 255, .8);
}

.wd-notice p:last-child, div.wpcf7-response-output p:last-child, .mc4wp-alert p:last-child, .woocommerce-error p:last-child, .woocommerce-message p:last-child, .woocommerce-info p:last-child, .dokan-alert p:last-child, .dokan-message p:last-child, .dokan-info p:last-child, .dokan-error p:last-child, .dokan-store-contact .alert-success p:last-child, .yith_ywraq_add_item_product_message p:last-child {
	margin-bottom: 0;
}

.wd-notice .amount, div.wpcf7-response-output .amount, .mc4wp-alert .amount, .woocommerce-error .amount, .woocommerce-message .amount, .woocommerce-info .amount, .dokan-alert .amount, .dokan-message .amount, .dokan-info .amount, .dokan-error .amount, .dokan-store-contact .alert-success .amount, .yith_ywraq_add_item_product_message .amount {
	color: #fff;
}

.wd-notice>*, div.wpcf7-response-output>*, .mc4wp-alert>*, .woocommerce-error>*, .woocommerce-message>*, .woocommerce-info>*, .dokan-alert>*, .dokan-message>*, .dokan-info>*, .dokan-error>*, .dokan-store-contact .alert-success>*, .yith_ywraq_add_item_product_message>* {
	margin-right: 10px;
	margin-left: 10px;
}

.wd-notice .button, div.wpcf7-response-output .button, .mc4wp-alert .button, .woocommerce-error .button, .woocommerce-message .button, .woocommerce-info .button, .dokan-alert .button, .dokan-message .button, .dokan-info .button, .dokan-error .button, .dokan-store-contact .alert-success .button, .yith_ywraq_add_item_product_message .button, .wd-notice .wc-backward, div.wpcf7-response-output .wc-backward, .mc4wp-alert .wc-backward, .woocommerce-error .wc-backward, .woocommerce-message .wc-backward, .woocommerce-info .wc-backward, .dokan-alert .wc-backward, .dokan-message .wc-backward, .dokan-info .wc-backward, .dokan-error .wc-backward, .dokan-store-contact .alert-success .wc-backward, .yith_ywraq_add_item_product_message .wc-backward {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	border: none;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.wd-notice .button:hover, div.wpcf7-response-output .button:hover, .mc4wp-alert .button:hover, .woocommerce-error .button:hover, .woocommerce-message .button:hover, .woocommerce-info .button:hover, .dokan-alert .button:hover, .dokan-message .button:hover, .dokan-info .button:hover, .dokan-error .button:hover, .dokan-store-contact .alert-success .button:hover, .yith_ywraq_add_item_product_message .button:hover, .wd-notice .wc-backward:hover, div.wpcf7-response-output .wc-backward:hover, .mc4wp-alert .wc-backward:hover, .woocommerce-error .wc-backward:hover, .woocommerce-message .wc-backward:hover, .woocommerce-info .wc-backward:hover, .dokan-alert .wc-backward:hover, .dokan-message .wc-backward:hover, .dokan-info .wc-backward:hover, .dokan-error .wc-backward:hover, .dokan-store-contact .alert-success .wc-backward:hover, .yith_ywraq_add_item_product_message .wc-backward:hover {
	background-color: transparent;
	box-shadow: none;
	opacity: .7;
}

.wd-notice .button:focus, div.wpcf7-response-output .button:focus, .mc4wp-alert .button:focus, .woocommerce-error .button:focus, .woocommerce-message .button:focus, .woocommerce-info .button:focus, .dokan-alert .button:focus, .dokan-message .button:focus, .dokan-info .button:focus, .dokan-error .button:focus, .dokan-store-contact .alert-success .button:focus, .yith_ywraq_add_item_product_message .button:focus, .wd-notice .wc-backward:focus, div.wpcf7-response-output .wc-backward:focus, .mc4wp-alert .wc-backward:focus, .woocommerce-error .wc-backward:focus, .woocommerce-message .wc-backward:focus, .woocommerce-info .wc-backward:focus, .dokan-alert .wc-backward:focus, .dokan-message .wc-backward:focus, .dokan-info .wc-backward:focus, .dokan-error .wc-backward:focus, .dokan-store-contact .alert-success .wc-backward:focus, .yith_ywraq_add_item_product_message .wc-backward:focus {
	box-shadow: none;
}

.wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message, .dokan-store-contact .alert-success, .dokan-alert-success, .dokan-message, .yith_ywraq_add_item_product_message {
	background-color: var(--notices-success-bg);
	color: var(--notices-success-color);
}

.wpcf7 form.sent .wpcf7-response-output:before, .mc4wp-success:before, .woocommerce-message:before, .dokan-store-contact .alert-success:before, .dokan-alert-success:before, .dokan-message:before, .yith_ywraq_add_item_product_message:before {
	content: "";
}

.wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, .woocommerce-error, .woocommerce-info, .dokan-alert-warning, .dokan-alert-danger, .dokan-alert-info, .dokan-error, .dokan-info {
	background-color: var(--notices-warning-bg);
	color: var(--notices-warning-color);
}

.wpcf7 form:not(.sent) .wpcf7-response-output:before, .mc4wp-error:before, .mc4wp-notice:before, .woocommerce-error:before, .woocommerce-info:before, .dokan-alert-warning:before, .dokan-alert-danger:before, .dokan-alert-info:before, .dokan-error:before, .dokan-info:before {
	content: "";
}

.wd-notice.wd-info {
	background-color: #4d93d1;
	color: #fff;
}

.wd-notice.wd-info:before {
	content: "";
}

@keyframes wd-fadeInUpBig {
	from {
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-fadeOutDownBig {
	from {
		transform: none;
	}
	
	to {
		transform: translate3d(0, 100%, 0);
	}
}

.wd-close-side {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .7);
	transition: opacity .5s cubic-bezier(.19, 1, .22, 1), visibility 0s cubic-bezier(.19, 1, .22, 1) .5s;
}

.global-color-scheme-light .wd-close-side {
	background-color: rgba(0, 0, 0, .8);
}

.wd-close-side-opened {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s ease, visibility 0s ease;
}

.wd-btn-arrow {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	color: var(--color-gray-800);
	position: absolute;
	top: 50%;
	z-index: 250;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all .25s ease;
}

.wd-btn-arrow[class*="prev"] {
	transform: translateX(-30px);
}

.wd-btn-arrow[class*="prev"]:after {
	content: "";
	font-family: "woodmart-font";
}

.wd-btn-arrow[class*="next"] {
	transform: translateX(30px);
}

.wd-btn-arrow[class*="next"]:after {
	content: "";
	font-family: "woodmart-font";
}

.browser-Safari .wd-btn-arrow {
	visibility: visible;
}

.wd-btn-arrow:after {
	font-size: 24px;
	line-height: 1;
}

.wd-btn-arrow:hover {
	color: var(--color-gray-500);
}

.wd-loop-footer {
	clear: both;
	text-align: center;
}

.elementor-default .wd-loop-footer {
	margin-top: 35px;
}

.wpb-js-composer .products-footer {
	margin-top: 10px;
}

nav[class*="-pagination"] ul {
	display: inline-block;
	font-size: 0;
}

nav[class*="-pagination"] li {
	display: inline-block;
	margin-right: 2px;
	vertical-align: middle;
	text-align: center;
}

nav[class*="-pagination"] li .page-numbers {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	min-width: 32px;
	height: 34px;
	color: #2d2a2a;
	font-weight: 600;
	font-size: 14px;
	line-height: 34px;
	transition: all .2s ease;
}

nav[class*="-pagination"] li .current {
	color: #fff;
	background-color: var(--wd-primary-color);
}

nav[class*="-pagination"] li .next, nav[class*="-pagination"] li .prev {
	font-size: 0;
}

nav[class*="-pagination"] li .next:before, nav[class*="-pagination"] li .prev:before {
	font-size: 12px;
	content: "";
	font-family: "woodmart-font";
}

nav[class*="-pagination"] li .prev:before {
	content: "";
	font-family: "woodmart-font";
}

nav[class*="-pagination"] li:last-child {
	margin-right: 0;
}

nav[class*="-pagination"] a:hover {
	background-color: #eee;
}

.woocommerce-Reviews nav[class*="-pagination"] {
	margin-top: 10px;
	margin-bottom: 15px;
}

.global-color-scheme-light nav[class*="-pagination"] li .page-numbers {
	color: #fff;
}

.global-color-scheme-light nav[class*="-pagination"] a:hover {
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
}

.breadcrumbs {
	font-size: 0;
}

.breadcrumbs>span:after, .breadcrumbs>a:after {
	content: "/";
	display: inline-block;
	padding: 0 8px;
}

.breadcrumbs>span:last-child:after {
	content: none;
}

.breadcrumbs, .yoast-breadcrumb {
	line-height: 16px;
}

.breadcrumbs>span, .breadcrumbs>a, .yoast-breadcrumb>span, .yoast-breadcrumb>a {
	display: inline-block;
}

.breadcrumbs a, .breadcrumbs span, .yoast-breadcrumb a, .yoast-breadcrumb span {
	text-transform: uppercase;
	letter-spacing: .3px;
	font-weight: 600;
	font-size: 11px;
}

.breadcrumbs span, .yoast-breadcrumb span {
	transition: all .25s ease;
}

[class*="color-scheme-light"] .breadcrumbs, [class*="color-scheme-light"] .yoast-breadcrumb {
	color: #fff;
}

[class*="color-scheme-light"] .breadcrumbs a, [class*="color-scheme-light"] .breadcrumbs span, [class*="color-scheme-light"] .yoast-breadcrumb a, [class*="color-scheme-light"] .yoast-breadcrumb span {
	color: #fff;
}

[class*="color-scheme-light"] .breadcrumbs a:hover, [class*="color-scheme-light"] .yoast-breadcrumb a:hover {
	color: rgba(255, 255, 255, .7);
}

.wd-action-btn {
	display: inline-flex;
	vertical-align: middle;
	--action-btn-color: #333;
	--action-btn-hover-color: rgba(51, 51, 51, .6);
}

.wd-action-btn>a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--action-btn-color);
	cursor: pointer;
}

.wd-action-btn>a:hover {
	color: var(--action-btn-hover-color);
}

.wd-action-btn>a:before {
	font-family: "woodmart-font";
}

.wd-action-btn>a:after {
	opacity: 0;
	transition: opacity .2s ease;
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #bbb;
	border-left-color: #000;
	border-radius: 50%;
	vertical-align: middle;
}

.wd-action-btn>a.loading:before {
	opacity: 0;
}

.wd-action-btn>a.loading:after {
	opacity: 1;
	animation: wd-rotate 450ms infinite linear;
}

.wd-action-btn>a.added:before {
	content: "";
}

.wd-action-btn.wd-style-icon .button {
	padding: 0;
	background-color: transparent;
	letter-spacing: 0;
}

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

.wd-action-btn.wd-style-icon>a {
	position: relative;
	flex-direction: column;
	width: 50px;
	height: 50px;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
}

.wd-action-btn.wd-style-icon>a:before {
	font-size: 20px;
	transition: opacity .15s ease;
}

.wd-action-btn.wd-style-icon>a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	width: 18px;
	height: 18px;
}

.wd-action-btn.wd-style-text {
	font-size: 0;
	line-height: 1;
}

.wd-action-btn.wd-style-text>a {
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
}

.wd-action-btn.wd-style-text>a:before {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	font-weight: 400;
}

.wd-action-btn.wd-style-text>a:after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

[class*="color-scheme-light"] .wd-action-btn {
	--action-btn-color: #fff;
	--action-btn-hover-color: rgba(255, 255, 255, .8);
}

[class*="color-scheme-light"] .wd-action-btn>a:after {
	border-color: rgba(255, 255, 255, .15);
	border-left-color: #fff;
}

.wd-action-btn:empty {
	display: none;
}

.wd-compare-icon>a:before {
	content: "";
}

.wd-wishlist-icon>a:before {
	content: "";
}

.wd-quick-view-icon>a:before {
	content: "";
}

.wd-add-cart-icon>a:before {
	content: "";
}

.wd-cross-icon>a:before {
	font-size: 10px;
	content: "";
}

.wd-cross-icon.wd-style-text>a:before {
	font-weight: 600;
}

.wd-chevron-icon>a:before {
	content: "";
}

.widget, .wd-widget, div[class^="vc_wp"] {
	--wd-link-color: #727272;
	--wd-link-color-hover: #333;
	line-height: 1.4;
}

.widget>ul, .widget>ol, .wd-widget>ul, .wd-widget>ol, div[class^="vc_wp"]>ul, div[class^="vc_wp"]>ol {
	margin-top: 0;
}

.widget ul, .widget ol, .wd-widget ul, .wd-widget ol, div[class^="vc_wp"] ul, div[class^="vc_wp"] ol {
	--list-mb: 0;
	--li-mb: 15px;
	list-style: none;
	--li-pl: 0;
}

[class*="color-scheme-light"] .widget, [class*="color-scheme-light"] .wd-widget, [class*="color-scheme-light"] div[class^="vc_wp"] {
	--wd-link-color: rgba(255, 255, 255, .8);
	--wd-link-color-hover: #fff;
}

.widgettitle, .widget-title {
	margin-bottom: 20px;
	color: var(--wd-widget-title-color);
	text-transform: var(--wd-widget-title-transform);
	font-weight: var(--wd-widget-title-font-weight);
	font-style: var(--wd-widget-title-font-style);
	font-size: var(--wd-widget-title-font-size);
	font-family: var(--wd-widget-title-font);
}

.widget {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

[class*="color-scheme-light"] .widget {
	border-color: rgba(255, 255, 255, .25);
}

.woodmart-author-information {
	line-height: inherit;
}

.woodmart-author-information .author-avatar img {
	border-radius: 50%;
}

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

.alignleft {
	float: left;
	margin-top: 3px;
	margin-right: 25px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-left: 25px;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding: 0;
	max-width: 100%;
	border: none;
	background: transparent;
}

.wp-caption.alignleft {
	margin-top: 3px;
	margin-right: 25px;
}

.wp-caption.alignright {
	margin-top: 3px;
	margin-left: 25px;
}

.wp-caption.aligncenter {
	margin: 0 auto;
	margin-top: 3px;
}

.wp-caption .wp-caption-text, .wp-caption-dd {
	padding: 5px 10px 5px 0;
	font-style: italic;
	line-height: 1.6;
	opacity: .8;
}

.gallery-caption, .bypostauthor {
	content: initial;
}

.gallery {
	margin-left: -15px;
	margin-right: -15px;
}

.gallery .gallery-item {
	padding-left: 15px;
	padding-right: 15px;
}

.gallery .gallery-caption {
	margin-top: 10px;
	font-style: italic;
}

body .wp-playlist {
	border: none;
	text-align: left;
}

body .wp-playlist-item {
	border-color: rgba(119, 119, 119, .2);
}

body .wp-playlist-item:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

body.global-color-scheme-light .wp-playlist-item {
	border-color: rgba(255, 255, 255, .15);
}

.website-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.global-color-scheme-light .website-wrapper {
	background-color: #1a1a1a;
}

.main-page-wrapper {
	margin-top: -40px;
	padding-top: 40px;
	min-height: 50vh;
	background-color: #fff;
}

.global-color-scheme-light .main-page-wrapper {
	background-color: #1a1a1a;
}

.site-content {
	margin-bottom: 40px;
}

.sidebar-container {
	margin-bottom: 40px;
}

.sidebar-container .widget-heading {
	display: none;
}

.subtitle-style-background[class*="subtitle"] {
	display: inline-block;
	padding: 6px 10px;
	font-weight: 600;
	line-height: 1.2;
	font-size: 14px;
}

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

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

.subtitle-color-primary.subtitle-style-default {
	color: var(--wd-primary-color);
}

.subtitle-color-primary.subtitle-style-background {
	color: #fff;
	background-color: var(--wd-primary-color);
}

.subtitle-color-alt.subtitle-style-default {
	color: var(--wd-alternative-color);
}

.subtitle-color-alt.subtitle-style-background {
	color: #fff;
	background-color: var(--wd-alternative-color);
}

.btn.btn-scheme-light {
	color: #fff;
}

.btn.btn-scheme-dark {
	color: #333;
}

.btn.btn-scheme-hover-light:hover {
	color: #fff;
}

.btn.btn-scheme-hover-dark:hover {
	color: #333;
}

.btn.btn-color-default {
	background-color: #f3f3f3;
	color: #3e3e3e;
}

.btn.btn-color-default:hover {
	color: #3e3e3e;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
}

.btn.btn-color-black {
	background-color: #212121;
	color: #fff;
}

.btn.btn-color-black:hover {
	color: #fff;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
}

.btn.btn-color-white {
	background-color: #fff;
	color: #333;
}

.btn.btn-color-white:hover {
	color: #333;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
}

.btn.btn-color-alt {
	color: #fff;
	background-color: var(--wd-alternative-color);
}

.btn.btn-color-alt:hover {
	color: #fff;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
}

.btn.btn-color-primary {
	color: #fff;
	background-color: var(--wd-primary-color);
}

.btn.btn-color-primary:hover {
	color: #fff;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
}

.btn-style-bordered.btn-color-default {
	border-color: #e9e9e9;
	color: #333;
}

.btn-style-bordered.btn-color-default:hover {
	background-color: #e9e9e9;
	color: #333;
}

.btn-style-bordered.btn-color-primary {
	color: var(--wd-primary-color);
	border-color: var(--wd-primary-color);
}

.btn-style-bordered.btn-color-primary:hover {
	color: #fff;
	background-color: var(--wd-primary-color);
}

.btn-style-bordered.btn-color-alt {
	color: var(--wd-alternative-color);
	border-color: var(--wd-alternative-color);
}

.btn-style-bordered.btn-color-alt:hover {
	color: #fff;
	background-color: var(--wd-alternative-color);
}

.btn-style-bordered.btn-color-black {
	border-color: #212121;
	color: #333;
}

.btn-style-bordered.btn-color-black:hover {
	background-color: #212121;
	color: #fff;
}

.btn-style-bordered.btn-color-white {
	border-color: rgba(255, 255, 255, .5);
	color: #fff;
}

.btn-style-bordered.btn-color-white:hover {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.btn-style-link.btn-color-default {
	border-color: #dfdfdf;
	color: #333;
}

.btn-style-link.btn-color-default:hover {
	border-color: #c5c5c5;
	color: #333;
}

.btn-style-link.btn-color-primary {
	color: #333;
	border-color: var(--wd-primary-color);
}

.btn-style-link.btn-color-primary:hover {
	color: #333;
	opacity: .6;
	border-color: var(--wd-primary-color);
}

.btn-style-link.btn-color-alt {
	color: #333;
	border-color: var(--wd-alternative-color);
}

.btn-style-link.btn-color-alt:hover {
	color: #333;
	border-color: var(--wd-alternative-color);
	opacity: .6;
}

.btn-style-link.btn-color-black {
	border-color: #333;
	color: #333;
}

.btn-style-link.btn-color-black:hover {
	border-color: #333;
	color: #333;
	opacity: .6;
}

.btn-style-link.btn-color-white {
	border-color: rgba(255, 255, 255, .3);
	color: #fff;
}

.btn-style-link.btn-color-white:hover {
	border-color: #fff;
	color: #fff;
}

.btn-color-custom.btn-style-3d:hover {
	opacity: 1 !important;
}

.btn-size-extra-small {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 16px;
}

.btn-size-small {
	padding: 10px 14px;
	font-size: 12px;
	line-height: 16px;
}

.btn-size-default {
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
}

.btn-size-large {
	padding: 14px 28px;
	font-size: 14px;
	line-height: 20px;
}

.btn-size-extra-large {
	padding: 17px 40px;
	font-size: 16px;
	line-height: 22px;
}

.btn-style-bordered.btn-size-extra-small {
	padding: 4px 10px;
}

.btn-style-bordered.btn-size-small {
	padding: 8px 14px;
}

.btn-style-bordered.btn-size-default {
	padding: 10px 20px;
}

.btn-style-bordered.btn-size-large {
	padding: 12px 28px;
}

.btn-style-bordered.btn-size-extra-large {
	padding: 15px 40px;
}

.btn.btn-style-round {
	border-radius: 35px;
}

.btn.btn-style-semi-round {
	border-radius: 5px;
}

.btn.btn-style-3d {
	border: none;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease;
}

.btn.btn-style-3d:hover {
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
	opacity: .8;
}

.btn.btn-style-3d:active {
	top: 1px;
	box-shadow: none;
}

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

.btn.btn-style-link {
	padding: 0;
	border-width: 2px;
	border-style: solid;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: transparent !important;
}

.btn.btn-style-link:hover {
	background-color: transparent !important;
	box-shadow: none;
}

.btn.btn-style-bordered {
	border-width: 2px;
}

.btn.btn-style-bordered:not(:hover) {
	background-color: transparent !important;
}

.btn.btn-style-bordered:hover {
	box-shadow: none;
}

.btn-shape-round {
	border-radius: 35px;
}

.btn-shape-semi-round {
	border-radius: 5px;
}

.btn i {
	margin-left: 3px;
}

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

.btn-icon-pos-left .wd-btn-icon {
	margin-right: 5px;
}

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

.btn-icon-pos-right .wd-btn-icon {
	margin-left: 5px;
}

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

[class*="color-scheme-light"] .author-area .btn {
	border-color: rgba(255, 255, 255, .3);
	color: #fff;
}

[class*="color-scheme-light"] .author-area .btn:hover {
	border-color: #fff;
	color: #fff;
}

.search-no-results .page-title .breadcrumbs, .search-no-results .page-title .yoast-breadcrumb {
	display: none;
}

.search-no-results.woocommerce .woocommerce-info {
	margin-bottom: 30px;
}

@media (min-width: 769px) {
	.searchform.wd-with-cat input[type="text"] {
		padding-right: 230px;
	}
}

@media (min-width: 1025px) {
	.wd-scroll {
		--scrollbar-track-bg: rgba(0, 0, 0, .05);
		--scrollbar-thumb-bg: rgba(0, 0, 0, .12);
	}
	
	.wd-scroll ::-webkit-scrollbar {
		width: 5px;
	}
	
	.wd-scroll ::-webkit-scrollbar-track {
		background-color: var(--scrollbar-track-bg);
	}
	
	.wd-scroll ::-webkit-scrollbar-thumb {
		background-color: var(--scrollbar-thumb-bg);
	}
	
	[class*="color-scheme-light"] .wd-scroll, .wd-scroll.color-scheme-light {
		--scrollbar-track-bg: rgba(255, 255, 255, .05);
		--scrollbar-thumb-bg: rgba(255, 255, 255, .12);
	}
	
	.admin-bar .cart-widget-side, .admin-bar .mobile-nav, .admin-bar #cboxClose, .admin-bar button.mfp-close, .admin-bar .wd-fs-close {
		top: 32px;
	}
	
	.wrapper-full-width-content div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
		margin-left: 20px;
	}
	
	.wrapper-full-width-content div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
		margin-right: 20px;
	}
}

@media (min-width: 1200px) {
	.wrapper-full-width-content .container {
		max-width: 100%;
	}
}

@media (max-width: 1024px) {
	.wd-fontsize-xl, .wd-fontsize-xxl, .wd-fontsize-xxxl {
		font-size: 22px;
	}
	
	.text-larger {
		font-size: inherit;
	}
	
	.wd-side-hidden {
		width: 300px;
		z-index: 99999;
	}
	
	.autocomplete-suggestion {
		padding: 10px;
	}
	
	.autocomplete-suggestion .suggestion-thumb {
		max-width: 45px;
	}
	
	.autocomplete-suggestion .wd-entities-title, .autocomplete-suggestion .price {
		font-size: 12px;
	}
	
	.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, black 70px);
		mask-image: linear-gradient(to left, transparent, black 70px);
	}
	
	.wd-nav-wrapper.wd-mb-action-swipe .wd-nav {
		flex-wrap: nowrap;
	}
	
	.wd-tltp:not(.wd-add-img-msg) .wd-tooltip-label {
		display: none !important;
	}
	
	.wd-close-side {
		top: -150px;
		height: calc(100vh + 300px);
	}
	
	.wd-btn-arrow[class*="prev"], .wd-btn-arrow[class*="next"] {
		transform: translateX(0);
	}
	
	.wd-btn-arrow[class*="prev"] {
		justify-content: flex-start;
	}
	
	.wd-btn-arrow[class*="next"] {
		justify-content: flex-end;
	}
	
	.wd-btn-arrow {
		margin-top: -20px;
		width: 40px;
		height: 40px;
	}
	
	.wd-btn-arrow:after {
		font-weight: 700;
		font-size: 14px;
	}
	
	#wpadminbar {
		position: absolute;
	}
}

@media (max-width: 768px) {
	.wd-hide-sm {
		display: none !important;
	}
	
	.wd-spacing-30, .wd-spacing-20 {
		margin-right: -5px;
		margin-left: -5px;
	}
	
	.elementor-default .wd-spacing-30, .elementor-default .wd-spacing-20 {
		margin-bottom: -10px;
	}
	
	.wd-spacing-30>[class*="col"], .wd-spacing-20>[class*="col"] {
		margin-bottom: 10px;
		padding-right: 5px;
		padding-left: 5px;
	}
	
	div[class*="wd-columns-"]>div {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
	
	.wd-search-cat {
		display: none;
	}
	
	.comments-area .children {
		margin-left: 0;
	}
	
	.comments-area .comment-author {
		float: none;
	}
	
	.comments-area .comment-meta {
		text-align: left;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-hide-md-sm {
		display: none !important;
	}
	
	.wd-columns-3>div {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	
	.wd-columns-4>div {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	
	.wd-columns-5>div {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	
	.wd-columns-6>div {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
}
