:root {
    --wd-form-color: inherit;
    --wd-form-placeholder-color: inherit;
    --wd-form-brd-color: rgba(129, 129, 129, .20);
    --wd-form-brd-color-focus: rgba(129, 129, 129, .30);
    --wd-tags-margin-bottom: 20px
}

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 {
    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 {
    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: "\f132"
}

body .fa.fa-copyright:before {
    content: "\f173"
}

body .fa.fa-location-arrow:before {
    content: "\f160"
}

body .fa.fa-mobile:before {
    content: "\f159"
}

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-size: var(--wd-text-font-size);
    font-family: var(--wd-text-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6
}

p {
    margin-bottom: var(--wd-tags-margin-bottom)
}

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;
    -ms-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: 15px;
    margin-bottom: 15px;
    max-width: 35px;
    border: none;
    border-bottom: 1px solid currentColor;
    opacity: .2
}

iframe,
embed {
    max-width: 100%
}

blockquote {
    --wd-tags-margin-bottom: 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, 0.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
}

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-margin-bottom);
    color: var(--wd-title-color);
    text-transform: var(--wd-title-transform);
    font-weight: var(--wd-title-font-weight);
    font-family: var(--wd-title-font);
    line-height: 1.4
}

.wd-entities-title,
.widget_recent_comments ul li>a,
.widget_recent_entries ul li a,
.widget_rss ul li>a {
    display: block;
    color: var(--wd-entities-title-color);
    word-wrap: break-word;
    font-weight: var(--wd-entities-title-font-weight);
    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,
.widget_recent_comments ul li>a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li>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, 0.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: "\f113";
    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, 0.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 {
    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 {
    --list-mb: 0;
    --li-mb: 0
}

.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"] {
    --wd-text-color: rgba(255, 255, 255, 0.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, 0.8);
    --wd-link-color: rgba(255, 255, 255, 0.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 {
    --wd-text-color: #777;
    --wd-title-color: #242424;
    --wd-entities-title-color: #333;
    --wd-entities-title-color-hover: rgba(#333, .65);
    --wd-link-color: #333;
    --wd-link-color-hover: #242424;
    --wd-form-brd-color: rgba(129, 129, 129, .20);
    --wd-form-brd-color-focus: rgba(129, 129, 129, .30);
    --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 {
    --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 {
    --wd-text-color: rgba(255, 255, 255, 0.8);
    --wd-title-color: #fff;
    --wd-link-color: rgba(255, 255, 255, 0.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-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)
}

.main-nav-style {
    font-weight: var(--wd-header-el-font-weight);
    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-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.wd-display-none {
    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-margin-bottom: 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
}

.platform-Windows .wd-search-opened .header-banner,
.platform-Windows .wd-search-opened .whb-row,
.platform-Windows .wd-search-opened .main-page-wrapper {
    padding-right: 17px
}

@-webkit-keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes wd-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes wd-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes wd-fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes wd-fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes wd-fadeInBottomShort {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInBottomShort {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-ShakePrev {
    25% {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0)
    }
}

@keyframes wd-ShakePrev {
    25% {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0)
    }
}

@-webkit-keyframes wd-ShakeNext {
    25% {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0)
    }
}

@keyframes wd-ShakeNext {
    25% {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0)
    }
}

@-webkit-keyframes wd-FadeInLoader {
    from {
        opacity: 0
    }

    to {
        opacity: .8
    }
}

@keyframes wd-FadeInLoader {
    from {
        opacity: 0
    }

    to {
        opacity: .8
    }
}

@-webkit-keyframes wd-SlideFromTop {
    from {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-SlideFromTop {
    from {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-SlideFromBottom {
    from {
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-SlideFromBottom {
    from {
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-SlideFromLeft {
    from {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-SlideFromLeft {
    from {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-SlideFromRight {
    from {
        -webkit-transform: translateX(150px);
        transform: translateX(150px)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-SlideFromRight {
    from {
        -webkit-transform: translateX(150px);
        transform: translateX(150px)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-RightFlipY {
    from {
        -webkit-transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6);
        transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6)
    }

    to {
        -webkit-transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1)
    }
}

@keyframes wd-RightFlipY {
    from {
        -webkit-transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6);
        transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6)
    }

    to {
        -webkit-transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1)
    }
}

@-webkit-keyframes wd-LeftFlipY {
    from {
        -webkit-transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6);
        transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6)
    }

    to {
        -webkit-transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1)
    }
}

@keyframes wd-LeftFlipY {
    from {
        -webkit-transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6);
        transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6)
    }

    to {
        -webkit-transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1)
    }
}

@-webkit-keyframes wd-TopFlipX {
    from {
        -webkit-transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
        transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6)
    }

    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)
    }
}

@keyframes wd-TopFlipX {
    from {
        -webkit-transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
        transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6)
    }

    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)
    }
}

@-webkit-keyframes wd-BottomFlipX {
    from {
        -webkit-transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
        transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6)
    }

    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)
    }
}

@keyframes wd-BottomFlipX {
    from {
        -webkit-transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
        transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6)
    }

    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)
    }
}

@-webkit-keyframes wd-ZoomIn {
    from {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-ZoomIn {
    from {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-RotateZ {
    from {
        -webkit-transform: matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085);
        transform: matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-RotateZ {
    from {
        -webkit-transform: matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085);
        transform: matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085)
    }

    to {
        -webkit-transform: none;
        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-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, 0.15)
}

[class*="color-scheme-light"] table td {
    border-color: rgba(255, 255, 255, 0.15)
}

[class*="color-scheme-light"] table tbody th,
[class*="color-scheme-light"] table tfoot th {
    border-color: rgba(255, 255, 255, 0.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, 0.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: transparent;
    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;
    -webkit-filter: grayscale(100%);
    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) [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>")
}

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::-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;
    -webkit-filter: grayscale(100%) invert(100%) saturate(800%);
    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+")
}

.btn,
.button,
button,
.added_to_cart,
[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,
.added_to_cart:hover,
[type="submit"]:hover,
[type="button"]:hover {
    color: #3E3E3E;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
    text-decoration: none
}

.btn:focus,
.button:focus,
button:focus,
.added_to_cart:focus,
[type="submit"]:focus,
[type="button"]:focus {
    outline: none
}

button[disabled],
input[disabled] {
    opacity: 0.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, 0.15);
    border-left-color: #fff
}

.wd-sticky-loader {
    position: relative;
    display: none;
    text-align: center
}

.wd-sticky-loader .wd-loader {
    position: absolute;
    top: 55px;
    margin-left: -15px
}

.browser-Internet .wd-sticky-loader .wd-loader {
    left: 50%
}

.wd-sticky-loader.wd-position-stick .wd-loader {
    position: fixed;
    top: 50%;
    margin-top: -15px
}

.wd-sticky-loader.wd-position-bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.wd-sticky-loader.wd-position-bottom .wd-loader {
    top: auto;
    bottom: 85px
}

.ajax-loading .wd-sticky-loader {
    display: block;
    -webkit-animation: wd-fadeIn 1s ease;
    animation: wd-fadeIn 1s ease
}

.ajax-loading .wd-sticky-loader .wd-loader:after {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.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, 0.15);
    text-align: left
}

.wd-dropdown:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 15px
}

.wd-dropdown-search-cat,
.whb-col-right .wd-search-dropdown {
    right: 0;
    left: auto
}

.wd-nav-vertical .wd-dropdown-menu {
    margin: 0;
    top: 0;
    left: 100%
}

.wd-nav-vertical .wd-dropdown-menu:after {
    height: auto
}

.wd-dropdown-results,
.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu,
.wd-dropdown-cats,
.wd-dropdown-cats .wd-dropdown-menu {
    margin: 0 !important
}

.wd-dropdown-results:after,
.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu:after,
.wd-dropdown-cats:after,
.wd-dropdown-cats .wd-dropdown-menu: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-dropdown,
.whb-sticky-real.whb-sticked .wd-header-cats:not(:hover) .wd-dropdown-cats.wd-opened {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease,
        visibility .2s ease,
        -webkit-transform .2s ease;
    transition: opacity .2s ease,
        visibility .2s ease,
        transform .2s ease;
    transition: opacity .2s ease,
        visibility .2s ease,
        transform .2s ease,
        -webkit-transform .2s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    pointer-events: none
}

.browser-Safari .wd-dropdown,
.browser-Safari .whb-sticky-real.whb-sticked .wd-header-cats:not(:hover) .wd-dropdown-cats.wd-opened,
.whb-sticky-real.whb-sticked .wd-header-cats:not(:hover) .browser-Safari .wd-dropdown-cats.wd-opened {
    visibility: visible
}

.wd-event-hover:hover>.wd-dropdown,
.wd-event-click.wd-opened>.wd-dropdown,
.wd-dropdown.wd-opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    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 {
    -webkit-animation: wd-fadeIn .3s ease;
    animation: wd-fadeIn .3s ease
}

.dropdown-html-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.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 {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.color-scheme-light .dropdown-html-placeholder {
    background-color: rgba(0, 0, 0, 0.6)
}

.color-scheme-light .dropdown-html-placeholder:after {
    border-color: rgba(255, 255, 255, 0.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, 0.45);
    font-weight: 600;
    font-size: 55%;
    line-height: 1;
    font-family: "woodmart-font";
    content: "\f113"
}

.wd-dropdown-menu.wd-design-default.color-scheme-light .menu-item-has-children>a:after {
    color: rgba(255, 255, 255, 0.6)
}

.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li,
.wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li {
    min-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 {
    min-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 {
    min-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, 0.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, 0.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: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.wd-side-hidden.wd-left {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.wd-side-hidden.wd-right {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.wd-side-hidden.wd-opened {
    -webkit-transform: none;
    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, 0.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,
.wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu>li>a,
.wd-dropdown-fs-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,
.wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu>li>a,
.wd-dropdown-fs-menu.wd-design-full-width .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, 0.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: "\f130";
    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;
    -webkit-animation: wd-rotate 450ms infinite linear;
    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: "\f129";
    font-family: "woodmart-font"
}

.wd-dropdown-search-cat {
    margin: var(--wd-form-brd-width) 0 0 !important
}

.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,
.whb-color-light .searchform.wd-style-default {
    --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, 0.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, 0.8);
    --wd-search-cat-brd-color: var(--wd-form-brd-color)
}

.wd-el-search.wd-color-dark .searchform,
.whb-color-dark .searchform.wd-style-default {
    --wd-form-brd-color: rgba(129, 129, 129, .20);
    --wd-form-brd-color-focus: rgba(129, 129, 129, .30);
    --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
}

.wd-dropdown-results {
    right: calc((var(--wd-form-brd-radius) / 1.5));
    left: calc((var(--wd-form-brd-radius) / 1.5))
}

.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, 0.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, 0.15)
}

[class*="color-scheme-light"] .autocomplete-suggestion.suggestion-divider {
    background-color: rgba(0, 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, 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, 0.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, 0.15)
}

[class*="color-scheme-light"] .view-all-results:hover {
    background-color: rgba(0, 0, 0, 0.9)
}

.create-nav-msg a {
    font-weight: 600
}

.wd-nav-img {
    display: inline-block;
    margin-right: 7px;
    max-height: 18px
}

picture.wd-nav-img img {
    max-height: 18px
}

.wd-nav {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    text-align: left
}

.wd-nav>li {
    position: relative
}

.wd-nav>li>a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 10px;
    padding-left: 10px;
    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: "\f129";
    font-family: "woodmart-font"
}

.wd-nav-opener {
    --nav-opener-color: #2d2a2a;
    --nav-opener-color-hover: var(--nav-opener-color);
    --nav-opener-color-active: rgba(45, 42, 42, 0.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: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    content: "\f113";
    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 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.color-scheme-light .wd-nav-opener {
    --nav-opener-color: white;
    --nav-opener-color-active: rgba(255, 255, 255, 0.8)
}

.wd-nav[class*="wd-style-"] {
    --nav-color: #333;
    --nav-color-hover: rgba(51, 51, 51, 0.7);
    --nav-color-active: rgba(51, 51, 51, 0.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, 0.8);
    --nav-color-active: #fff;
    --nav-chevron-color: rgba(255, 255, 255, 0.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, 0.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, 0.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 0.4s cubic-bezier(0.175, 0.885, 0.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,
.wd-nav-fs>li>a .menu-label,
.wd-nav-mobile 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,
.wd-nav-fs>li>a .menu-label:before,
.wd-nav-mobile 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, 0.15)
}

.wd-nav-vertical>li>a {
    padding: 12px 14px;
    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, 0.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, 0.45);
    margin-left: auto;
    font-weight: 600;
    font-size: 60%;
    content: "\f113"
}

.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, 0.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, 0.05);
    color: rgba(255, 255, 255, 0.8)
}

[class*="color-scheme-light"] .wd-nav-vertical>li.menu-item-has-children>a:after {
    color: rgba(255, 255, 255, 0.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: "\f100";
    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, 0.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, 0.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: "\f112";
    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: "\f116";
    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, 0.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, 0.15)
}

.global-color-scheme-light .comments-area .logged-in-as>a:not(:last-child) {
    border-color: rgba(255, 255, 255, 0.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, 0.6)
}

.global-color-scheme-light .comments-area .logged-in-as>a {
    color: rgba(255, 255, 255, 0.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;
    -webkit-animation: wd-fadeInTooltip .3s ease;
    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
}

.tooltip.bs-tooltip-top .arrow {
    left: 50%;
    border-width: 5px 5px 0;
    border-top-color: #000;
    bottom: 0
}

.wd-tltp {
    position: relative
}

.wd-tltp .wd-tooltip-label:before {
    content: ""
}

.tooltip.bs-tooltip-top {
    margin-top: -3px;
    padding: 5px 0
}

@-webkit-keyframes wd-fadeInTooltip {
    from {
        opacity: 0
    }

    to {
        opacity: .9
    }
}

@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: 80px;
    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;
    font-family: "woodmart-font";
    line-height: 18px
}

.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, 0.8)
}

.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: "\f107"
}

.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: "\f100"
}

.wd-notice.wd-info {
    background-color: #4D93D1;
    color: #fff
}

.wd-notice.wd-info:before {
    content: "\f100"
}

@-webkit-keyframes wd-fadeInUpBig {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInUpBig {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-fadeOutDownBig {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes wd-fadeOutDownBig {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        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, 0.7);
    transition: opacity .25s ease,
        visibility 0s ease .25s
}

.global-color-scheme-light .wd-close-side {
    background-color: rgba(0, 0, 0, 0.8)
}

.wd-close-side-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease,
        visibility 0s ease
}

.wd-btn-arrow {
    position: absolute;
    top: 50%;
    z-index: 250;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    visibility: hidden;
    margin-top: -25px;
    padding: 0;
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    cursor: pointer;
    transition: all .25s ease;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.wd-btn-arrow:after {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.wd-btn-arrow[class*="prev"] {
    padding-right: 2px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.wd-btn-arrow[class*="prev"]:after {
    content: "\f114";
    font-family: "woodmart-font"
}

.wd-btn-arrow[class*="next"] {
    padding-left: 2px;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.wd-btn-arrow[class*="next"]:after {
    content: "\f113";
    font-family: "woodmart-font"
}

.browser-Safari .wd-btn-arrow {
    visibility: visible
}

[class*="color-scheme-light"] .wd-btn-arrow {
    color: #fff
}

.single-post-navigation {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid rgba(113, 113, 113, 0.15)
}

.single-post-navigation:not(:last-child) {
    margin-bottom: 60px
}

.single-post-navigation .blog-posts-nav-btn {
    flex: 0 1 50%;
    max-width: 50%
}

.single-post-navigation .blog-posts-nav-btn a {
    position: relative;
    display: block;
    color: #3f3f3f
}

.single-post-navigation .blog-posts-nav-btn a:after {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 34px;
    line-height: 40px
}

.single-post-navigation .blog-posts-nav-btn a:hover {
    color: var(--wd-primary-color)
}

.single-post-navigation .back-to-archive a {
    display: block;
    color: #BBB
}

.single-post-navigation .back-to-archive a:hover {
    color: #212121
}

.single-post-navigation .back-to-archive .wd-tooltip {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 0;
    line-height: 30px
}

.single-post-navigation .back-to-archive .wd-tooltip:after {
    display: inline-block;
    font-size: 24px;
    content: "\f122";
    font-family: "woodmart-font"
}

.single-post-navigation .btn-label {
    display: block;
    margin-bottom: 5px;
    color: #BBB;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.single-post-navigation .wd-entities-title {
    font-size: 14px
}

.single-post-navigation .prev-btn a {
    padding-left: 50px;
    padding-right: 20px
}

.single-post-navigation .prev-btn a:after {
    left: 0;
    content: "\f110";
    font-family: "woodmart-font"
}

.single-post-navigation .prev-btn a:hover:after {
    -webkit-animation: wd-ShakePrev 1s ease infinite;
    animation: wd-ShakePrev 1s ease infinite
}

.single-post-navigation .next-btn {
    text-align: right
}

.single-post-navigation .next-btn a {
    padding-right: 50px;
    padding-left: 20px
}

.single-post-navigation .next-btn a:after {
    right: 0;
    content: "\f111";
    font-family: "woodmart-font"
}

.single-post-navigation .next-btn a:hover:after {
    -webkit-animation: wd-ShakeNext 1s ease infinite;
    animation: wd-ShakeNext 1s ease infinite
}

.single-portfolio .single-post-navigation {
    border-top: 2px solid rgba(199, 199, 199, 0.25)
}

.global-color-scheme-light .single-post-navigation {
    border-color: rgba(255, 255, 255, 0.15)
}

.global-color-scheme-light .single-post-navigation .blog-posts-nav-btn a {
    color: rgba(255, 255, 255, 0.9)
}

.global-color-scheme-light .single-post-navigation .blog-posts-nav-btn a:hover {
    color: #fff
}

.global-color-scheme-light .single-post-navigation .back-to-archive a {
    color: rgba(255, 255, 255, 0.6)
}

.global-color-scheme-light .single-post-navigation .back-to-archive a:hover {
    color: #fff
}

.products-footer,
.portfolio-footer,
.blog-footer {
    clear: both;
    text-align: center
}

.elementor-default .products-footer,
.elementor-default .portfolio-footer,
.elementor-default .blog-footer {
    margin-top: 35px
}

.wpb-js-composer .products-footer {
    margin-top: 10px
}

.wd-load-more {
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
    border-color: #E9E9E9;
    color: #333;
    font-weight: 900;
    border-width: 2px
}

.wd-load-more:not(:hover) {
    background-color: transparent !important
}

.wd-load-more:hover {
    box-shadow: none;
    border-color: #DCDCDC;
    background-color: transparent;
    color: #333
}

.wd-load-more .load-more-loading {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center
}

.wd-load-more .load-more-loading:before {
    margin-right: 8px;
    margin-left: -8px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.wd-load-more.loading {
    display: none;
    -webkit-animation: wd-fadeOut .3s ease both;
    animation: wd-fadeOut .3s ease both
}

.wd-load-more.loading+.wd-load-more-loader {
    display: inline-flex;
    -webkit-animation: wd-fadeIn .3s ease both;
    animation: wd-fadeIn .3s ease both
}

.wd-load-more.loading+.wd-load-more-loader .load-more-loading:before {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

[class*="color-scheme-light"] .wd-load-more {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff
}

[class*="color-scheme-light"] .wd-load-more .load-more-loading:before {
    border-color: rgba(255, 255, 255, 0.15);
    border-left-color: #fff
}

[class*="color-scheme-light"] .wd-load-more:hover {
    border-color: #fff;
    color: #fff
}

.wd-load-more-loader {
    display: none
}

.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, 0.7)
}

/* change */
.wd-action-btn {
    /*display: inline-flex;*/
    display: none;
    vertical-align: middle;
    --action-btn-color: #333;
    --action-btn-hover-color: rgba(51, 51, 51, 0.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;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.wd-action-btn>a.added:before {
    content: "\f107"
}

.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, 0.8)
}

[class*="color-scheme-light"] .wd-action-btn>a:after {
    border-color: rgba(255, 255, 255, 0.15);
    border-left-color: #fff
}

.wd-action-btn:empty {
    display: none
}

.wd-compare-icon>a:before {
    content: "\f128";
    font-family: "woodmart-font"
}

.wd-wishlist-icon>a:before {
    content: "\f106"
}

.wd-quick-view-icon>a:before {
    content: "\f130"
}

.wd-add-cart-icon>a:before {
    content: "\f123"
}

.wd-cross-icon>a:before {
    font-size: 10px;
    content: "\f112"
}

.wd-cross-icon.wd-style-text>a:before {
    font-weight: 600
}

.wd-menu-icon>a:before {
    font-size: 24px;
    content: "\f15a"
}

.widget,
.wd-widget,
div[class^="vc_wp"] {
    --wd-link-color: #727272;
    --wd-link-color-hover: #333;
    line-height: 1.4
}

.widget>ul,
.wd-widget>ul,
div[class^="vc_wp"]>ul {
    margin-top: 0
}

.widget ul,
.wd-widget ul,
div[class^="vc_wp"] ul {
    --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-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, 0.2)
}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

[class*="color-scheme-light"] .widget {
    border-color: rgba(255, 255, 255, 0.25)
}

.widget_recent_comments ul li>a {
    display: inline
}

.widget_recent_comments ul li .url {
    color: #2d2a2a;
    font-weight: 600
}

.widget_recent_comments ul li:before {
    display: inline-block;
    margin-right: 7px;
    color: #2d2a2a;
    font-weight: 400;
    font-size: 12px;
    content: "\f103";
    font-family: "woodmart-font"
}

[class*="color-scheme-light"] .widget_recent_comments ul li .url {
    color: #fff
}

[class*="color-scheme-light"] .widget_recent_comments ul li:before {
    color: #fff
}

.widget_recent_entries .post-date {
    display: block;
    margin-top: 5px;
    color: #BBB;
    font-size: 12px
}

[class*="color-scheme-light"] .widget_recent_entries .post-date {
    color: rgba(255, 255, 255, 0.8)
}

.woodmart-recent-posts li {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2)
}

.woodmart-recent-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.woodmart-recent-posts .recent-posts-thumbnail {
    flex: 0 0 auto;
    max-width: 50%;
    overflow: hidden;
    margin-right: 15px
}

.woodmart-recent-posts .recent-posts-thumbnail img {
    min-width: 60px
}

.woodmart-recent-posts .recent-posts-info {
    flex: 1 1 auto
}

.woodmart-recent-posts .wd-entities-title {
    margin-bottom: 8px;
    font-size: 14px
}

.woodmart-recent-posts .recent-posts-time,
.woodmart-recent-posts .recent-posts-comment {
    color: #BBB;
    font-size: 12px
}

.woodmart-recent-posts .recent-posts-time {
    margin-right: 5px
}

[class*="color-scheme-light"] .woodmart-recent-posts li {
    border-color: rgba(255, 255, 255, 0.2)
}

[class*="color-scheme-light"] .woodmart-recent-posts .recent-posts-time,
[class*="color-scheme-light"] .woodmart-recent-posts .recent-posts-comment {
    color: rgba(255, 255, 255, 0.8)
}

.woodmart-author-information {
    line-height: inherit
}

.woodmart-author-information .author-avatar img {
    border-radius: 50%
}

.widget_calendar #wp-calendar {
    margin-bottom: 0
}

.widget_calendar #wp-calendar>caption {
    margin-bottom: 10px;
    color: #2d2a2a;
    text-align: center;
    font-weight: 600;
    font-size: 18px
}

.widget_calendar #wp-calendar th {
    padding: 5px;
    border-bottom: none;
    text-align: center;
    font-size: 16px
}

.widget_calendar #wp-calendar td {
    padding: 10px;
    border-bottom: none;
    text-align: center
}

.widget_calendar #wp-calendar #today {
    color: #FFF;
    font-weight: 600;
    background-color: var(--wd-primary-color)
}

.widget_calendar #wp-calendar #prev {
    text-align: left
}

.widget_calendar #wp-calendar #next {
    text-align: right
}

.widget_calendar #wp-calendar thead th {
    border-bottom: 2px solid rgba(129, 129, 129, 0.1)
}

.widget_calendar #wp-calendar tfoot td {
    border-top: 2px solid rgba(129, 129, 129, 0.1)
}

[class*="color-scheme-light"] .widget_calendar #wp-calendar>caption {
    color: #FFF
}

[class*="color-scheme-light"] .widget_calendar #wp-calendar thead th {
    border-color: rgba(255, 255, 255, 0.2)
}

[class*="color-scheme-light"] .widget_calendar #wp-calendar tfoot td {
    border-color: rgba(255, 255, 255, 0.2)
}

.widget_nav_mega_menu>.widget-title {
    margin-bottom: 0;
    padding: 20px;
    background-color: #F1F1F1;
    text-transform: uppercase
}

.widget_nav_mega_menu>.widget-title+.wd-nav-vertical {
    border-top: none
}

.widget_nav_mega_menu .wd-nav-vertical {
    border: 1px solid rgba(129, 129, 129, 0.15)
}

.widget_nav_mega_menu .wd-nav-vertical>li {
    margin-bottom: 0
}

.widget_nav_mega_menu .wd-sub-menu li {
    margin-bottom: 0
}

.widget_rss .widget-title a {
    color: #2d2a2a;
    vertical-align: middle
}

.widget_rss .widget-title a img {
    vertical-align: initial
}

.widget_rss ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    line-height: 1.5
}

.widget_rss ul li>a {
    margin-bottom: 8px;
    font-size: 14px
}

.widget_rss ul li cite {
    display: inline-block;
    margin-top: 5px
}

.widget_rss ul li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.widget_rss .rss-date {
    display: block;
    margin-bottom: 8px;
    color: #BBB;
    font-size: 12px
}

[class*="color-scheme-light"] .widget_rss .widget-title a {
    color: #FFF
}

[class*="color-scheme-light"] .widget_rss ul li {
    border-color: rgba(255, 255, 255, 0.2)
}

[class*="color-scheme-light"] .widget_rss ul li a {
    color: #FFF
}

[class*="color-scheme-light"] .widget_rss .rss-date {
    color: rgba(255, 255, 255, 0.8)
}

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
    margin: -1px;
    font-size: 0
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 1px;
    padding: 5px 12px;
    border: 1px solid rgba(119, 119, 119, 0.2);
    text-transform: capitalize;
    font-size: 12px !important
}

.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    color: #FFF;
    background-color: var(--wd-primary-color);
    border-color: var(--wd-primary-color)
}

[class*="color-scheme-light"] .widget_tag_cloud .tagcloud a,
[class*="color-scheme-light"] .widget_product_tag_cloud .tagcloud a {
    border-color: rgba(255, 255, 255, 0.3)
}

.textwidget>*:last-child {
    margin-bottom: 0
}

.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
    display: block;
    color: #BBB;
    font-size: 14px
}

.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a {
    display: inline-block;
    padding-right: 2px
}

.widget_categories ul li.current_page_item>a,
.widget_pages ul li.current_page_item>a,
.widget_archive ul li.current_page_item>a,
.widget_nav_menu ul li.current_page_item>a {
    color: #333;
    font-weight: 600
}

.widget_categories li ul,
.widget_pages li ul,
.widget_archive li ul,
.widget_nav_menu li ul {
    margin-top: 15px;
    padding-left: 15px
}

[class*="color-scheme-light"] .widget_categories ul li,
[class*="color-scheme-light"] .widget_pages ul li,
[class*="color-scheme-light"] .widget_archive ul li,
[class*="color-scheme-light"] .widget_nav_menu ul li {
    color: rgba(255, 255, 255, 0.6)
}

[class*="color-scheme-light"] .widget_categories ul li.current_page_item>a,
[class*="color-scheme-light"] .widget_pages ul li.current_page_item>a,
[class*="color-scheme-light"] .widget_archive ul li.current_page_item>a,
[class*="color-scheme-light"] .widget_nav_menu ul li.current_page_item>a {
    color: #FFF
}

.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
}

body .wp-playlist {
    border: none;
    text-align: left
}

body .wp-playlist-item {
    border-color: rgba(119, 119, 119, 0.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, 0.15)
}

.whb-header {
    margin-bottom: 40px
}

.whb-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.whb-column {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-height: inherit
}

.whb-col-left,
.whb-mobile-left {
    justify-content: flex-start;
    margin-left: -10px
}

.whb-col-right,
.whb-mobile-right {
    justify-content: flex-end;
    margin-right: -10px
}

.whb-col-mobile {
    flex: 1 1 auto;
    justify-content: center;
    margin-right: -10px;
    margin-left: -10px
}

.whb-flex-flex-middle .whb-col-center {
    flex: 1 1 0%
}

.whb-flex-equal-sides .whb-col-left,
.whb-flex-equal-sides .whb-col-right {
    flex: 1 1 0%
}

.whb-general-header .whb-mobile-left,
.whb-general-header .whb-mobile-right {
    flex: 1 1 0%
}

.whb-empty-column+.whb-mobile-right {
    flex: 1 1 auto
}

.wd-header-overlap .page-title {
    margin-top: 0
}

.whb-overcontent {
    min-height: .2px
}

.whb-overcontent .whb-main-header {
    position: absolute
}

body:not(.single-product) .whb-overcontent,
.whb-overcontent.whb-custom-header {
    margin-bottom: 0;
    padding-top: 0 !important
}

.whb-with-shadow {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1)
}

.whb-main-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 390;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.whb-clone {
    position: fixed;
    z-index: 391;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease,
        visibility .1s ease,
        -webkit-transform .3s ease;
    transition: opacity .1s ease,
        visibility .1s ease,
        transform .3s ease;
    transition: opacity .1s ease,
        visibility .1s ease,
        transform .3s ease,
        -webkit-transform .3s ease;
    -webkit-animation: wd-fadeOutUpBig .1s ease;
    animation: wd-fadeOutUpBig .1s ease;
    pointer-events: none
}

.whb-clone .whb-flex-row {
    border: none
}

.whb-clone.whb-sticked {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: wd-fadeInDownBig .3s ease;
    animation: wd-fadeInDownBig .3s ease;
    pointer-events: visible;
    pointer-events: unset
}

.whb-clone.whb-sticked .whb-not-sticky-row {
    display: block
}

.whb-clone .wd-header-main-nav {
    text-align: center
}

.whb-clone.whb-hide-on-scroll {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: none;
    animation: none
}

.whb-clone.whb-scroll-up {
    -webkit-transform: none;
    transform: none
}

.whb-sticky-prepared .whb-main-header {
    position: absolute
}

.whb-scroll-stick .whb-flex-row {
    transition: height .2s ease
}

.whb-scroll-stick.whb-sticked .whb-flex-row {
    transition-duration: .3s
}

.whb-scroll-stick.whb-scroll-down .whb-main-header,
.whb-scroll-stick.whb-scroll-up .whb-main-header {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.whb-scroll-stick.whb-scroll-down .whb-main-header {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.whb-scroll-stick.whb-scroll-up .whb-main-header {
    -webkit-transform: none;
    transform: none
}

.whb-scroll-slide.whb-sticked .whb-main-header {
    -webkit-animation: wd-fadeInDownBig .4s ease;
    animation: wd-fadeInDownBig .4s ease
}

.whb-scroll-slide.whb-scroll-down .whb-main-header,
.whb-scroll-slide.whb-scroll-up .whb-main-header {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.whb-scroll-slide.whb-hide-on-scroll.whb-sticked .whb-main-header {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: none;
    animation: none
}

.whb-scroll-slide.whb-hide-on-scroll.whb-scroll-up .whb-main-header {
    -webkit-transform: none;
    transform: none
}

.whb-sticked .whb-main-header {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.whb-sticked .whb-row {
    transition: background-color .3s ease
}

.whb-sticked .whb-not-sticky-row {
    display: none
}

.whb-sticky-shadow.whb-sticked .whb-main-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.whb-sticky-shadow.whb-sticked .whb-row:last-child {
    border-bottom: none
}

.whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row {
    border-bottom: none
}

.whb-sticky-shadow+.whb-clone {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.whb-sticky-shadow+.whb-clone .whb-row {
    border-bottom: none
}

.whb-row {
    transition: background-color .2s ease
}

.whb-color-dark:not(.whb-with-bg) {
    background-color: #FFF
}

.whb-color-light:not(.whb-with-bg) {
    background-color: #212121
}

body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
    background-color: transparent
}

@-webkit-keyframes wd-fadeInDownBig {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInDownBig {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-fadeOutUpBig {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes wd-fadeOutUpBig {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.wd-tools-element {
    --wd-header-el-color: #333;
    --wd-header-el-color-hover: rgba(51, 51, 51, .6);
    position: relative
}

.wd-tools-element>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: var(--wd-header-el-color);
    line-height: 1
}

.wd-tools-element .wd-tools-icon {
    position: relative;
    font-size: 0
}

.wd-tools-element .wd-tools-text {
    margin-left: 8px;
    text-transform: var(--wd-header-el-transform);
    white-space: nowrap;
    font-weight: var(--wd-header-el-font-weight);
    font-size: var(--wd-header-el-font-size);
    font-family: var(--wd-header-el-font)
}

.wd-tools-element:hover>a {
    color: var(--wd-header-el-color-hover)
}

.wd-tools-element.wd-style-icon .wd-tools-text {
    display: none
}

.wd-tools-element.wd-style-icon.wd-with-count {
    margin-right: 5px
}

.wd-tools-element.wd-style-text.wd-with-count .wd-tools-text {
    margin-left: 14px
}

.whb-top-bar .wd-tools-element .wd-tools-icon:before {
    font-size: 14px
}

.whb-top-bar .wd-tools-element .wd-tools-text {
    font-weight: 400;
    font-size: 12px
}

.whb-color-light .wd-tools-element {
    --wd-header-el-color: #FFF;
    --wd-header-el-color-hover: rgba(255, 255, 255, .8)
}

.wd-tools-custom-icon .wd-tools-icon:before,
.wd-tools-custom-icon .wd-tools-icon:after {
    display: none
}

.wd-tools-custom-icon .wd-custom-icon {
    transition: all .25s ease
}

.wd-tools-custom-icon:hover .wd-custom-icon {
    opacity: .6
}

.wd-tools-element>a,
.wd-header-nav,
.site-logo,
[class*="wd-header-search-form"],
.whb-column>.info-box-wrapper,
.wd-header-text,
.whb-column>.wd-button-wrapper,
.whb-column>.wd-social-icons,
.wd-header-html {
    padding-right: 10px;
    padding-left: 10px
}

.wd-header-nav.wd-full-height,
.wd-header-nav.wd-full-height .wd-nav,
.wd-header-nav.wd-full-height .wd-nav>li,
.wd-header-nav.wd-full-height .wd-nav>li>a,
.site-logo,
.wd-logo,
.wd-header-divider.wd-full-height,
.wd-header-divider.wd-full-height:before,
.whb-header-bottom .wd-header-cats,
.whb-top-bar .wd-header-cats,
.whb-header-bottom .menu-opener,
.whb-top-bar .menu-opener {
    height: 100%
}

.wd-tools-element .wd-tools-count {
    position: absolute;
    top: -5px;
    right: -9px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--wd-primary-color);
    color: #FFF;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px
}

.whb-top-bar .wd-tools-element .wd-tools-count {
    width: 13px;
    height: 13px;
    line-height: 13px
}

.wd-header-nav {
    flex: 1 1 auto
}

.wd-nav-main:not(.wd-offsets-calculated) .wd-dropdown-menu {
    opacity: 0;
    pointer-events: none
}

.wd-nav-main>li>a,
.wd-nav-secondary>li>a {
    height: 40px;
    font-weight: var(--wd-header-el-font-weight);
    font-size: var(--wd-header-el-font-size);
    font-family: var(--wd-header-el-font);
    text-transform: var(--wd-header-el-transform)
}

.whb-top-bar .wd-nav-secondary>li>a {
    font-weight: 400;
    font-size: 12px
}

.wd-nav-secondary:not(.wd-offsets-calculated) .wd-dropdown-menu {
    opacity: 0;
    pointer-events: none
}

.site-logo {
    max-height: inherit
}

.wd-logo {
    display: inline-flex;
    align-items: center;
    max-height: inherit
}

.wd-logo img {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-height: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px
}

.wd-logo img[src$=".svg"] {
    height: 100%
}

.browser-Internet .wd-logo img[src$=".svg"] {
    height: auto
}

.wd-switch-logo .wd-sticky-logo {
    display: none;
    -webkit-animation: wd-fadeIn .5s ease;
    animation: wd-fadeIn .5s ease
}

.whb-sticked .wd-switch-logo .wd-main-logo,
.whb-clone .wd-switch-logo .wd-main-logo {
    display: none
}

.whb-sticked .wd-switch-logo .wd-sticky-logo,
.whb-clone .wd-switch-logo .wd-sticky-logo {
    display: inline-flex
}

.wd-header-fs-nav .wd-tools-icon:before {
    font-size: 24px;
    content: "\f15a";
    font-family: "woodmart-font"
}

.wd-fs-menu {
    position: fixed;
    z-index: 400;
    visibility: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: visibility .2s ease,
        opacity .2s ease
}

.wd-fs-menu .wd-scroll-content {
    max-height: 100%;
    height: 100%
}

.wd-fs-menu.wd-opened {
    visibility: visible;
    opacity: 1;
    transition: visibility .3s ease,
        opacity .3s ease
}

.wd-fs-inner {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wd-fs-inner:after,
.wd-fs-inner:before {
    content: "";
    flex: 1 1 auto
}

.wd-nav-fs {
    display: flex;
    margin-right: 0;
    margin-left: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px)
}

.wd-nav-fs>li {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%
}

.wd-nav-fs>li>a {
    justify-content: center;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 700px;
    width: 100%;
    font-weight: var(--wd-header-el-font-weight);
    font-size: 22px;
    font-family: var(--wd-header-el-font)
}

.wd-nav-fs>li.menu-item-has-children>a:after {
    content: none
}

.wd-opened .wd-nav-fs {
    transition: none;
    -webkit-transform: none;
    transform: none
}

.wd-opened .wd-nav-fs>li {
    -webkit-animation: wd-fs-items 0.8s cubic-bezier(0.19, 1, 0.22, 1) both 1s;
    animation: wd-fs-items 0.8s cubic-bezier(0.19, 1, 0.22, 1) both 1s
}

.wd-opened .wd-nav-fs>li:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.wd-opened .wd-nav-fs>li:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.wd-opened .wd-nav-fs>li:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.wd-opened .wd-nav-fs>li:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.wd-opened .wd-nav-fs>li:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.wd-opened .wd-nav-fs>li:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.wd-opened .wd-nav-fs>li:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.wd-opened .wd-nav-fs>li:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.wd-opened .wd-nav-fs>li:nth-child(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes wd-fs-items {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fs-items {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.wd-nav-fs .wd-nav-opener {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.wd-dropdown-fs-menu {
    margin: 0 auto;
    min-height: auto !important
}

.sub-menu-open>.wd-dropdown-fs-menu {
    -webkit-animation: wd-fadeIn .3s ease;
    animation: wd-fadeIn .3s ease
}

li:not(.sub-menu-open)>.wd-dropdown-fs-menu {
    display: none
}

.wd-dropdown-fs-menu>.container {
    padding: 0
}

.wd-dropdown-fs-menu .wd-sub-menu li a {
    font-size: 16px
}

.wd-dropdown-fs-menu.wd-design-default {
    width: 700px
}

.wd-dropdown-fs-menu.wd-design-default .wd-sub-menu li a {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px
}

.wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu,
.wd-dropdown-fs-menu.wd-design-full-width .wd-sub-menu {
    margin-bottom: -10px
}

.wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu>li,
.wd-dropdown-fs-menu.wd-design-full-width .wd-sub-menu>li {
    margin-bottom: 10px;
    min-width: 200px
}

.wd-fs-widget-area {
    margin-top: 30px
}

.wd-fs-close {
    position: absolute;
    top: 0;
    right: 0
}

.wd-header-search .wd-tools-icon:before {
    font-size: 19px;
    transition: opacity .3s ease;
    content: "\f130";
    font-family: "woodmart-font"
}

.wd-header-search .wd-tools-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    opacity: 0;
    content: "\f112";
    font-family: "woodmart-font"
}

.wd-search-opened .wd-header-search .wd-tools-icon:after {
    opacity: 1;
    transition: opacity .3s ease
}

.wd-search-opened .wd-header-search .wd-tools-icon:before {
    opacity: 0;
    transition: none
}

.whb-top-bar .wd-header-search .wd-tools-icon:before {
    font-size: 13px
}

.whb-top-bar .wd-header-search .wd-tools-icon:after {
    font-size: 10px
}

[class*="wd-header-search-form"] {
    flex: 1 1 auto
}

[class*="wd-header-search-form"] input[type='text'] {
    min-width: 290px
}

.wd-header-search-form-mobile input[type="text"] {
    min-width: 100%;
    height: 42px;
    font-size: 14px
}

.searchform.wd-style-with-bg input[type="text"] {
    background-color: #FFF
}

.searchform.wd-style-with-bg .searchsubmit {
    right: 0;
    width: 52px;
    border-top-right-radius: var(--wd-form-brd-radius);
    border-bottom-right-radius: var(--wd-form-brd-radius);
    color: #FFF;
    background-color: var(--wd-primary-color)
}

.searchform.wd-style-with-bg .searchsubmit:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1)
}

.searchform.wd-style-with-bg .searchsubmit:before {
    border-color: rgba(255, 255, 255, 0.4);
    border-left-color: #FFF
}

.global-color-scheme-light .searchform.wd-style-with-bg {
    --wd-form-brd-color: rgba(129, 129, 129, .20);
    --wd-form-brd-color-focus: rgba(129, 129, 129, .30);
    --wd-form-color: #777;
    --wd-form-placeholder-color: var(--wd-form-color);
    --wd-search-cat-color: #777;
    --wd-search-cat-brd-color: var(--wd-form-brd-color)
}

.wd-search-dropdown {
    width: 300px
}

.wd-search-dropdown input[type="text"] {
    height: 70px;
    border: none
}

.wd-search-full-screen {
    position: fixed;
    z-index: 400;
    background-color: #FFF;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.wd-search-full-screen .searchform {
    padding-right: 100px;
    padding-left: 100px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    opacity: 0;
    transition: opacity .35s ease .2s;
    --wd-form-color: #333;
    --wd-form-placeholder-color: #333
}

.wd-search-full-screen .searchform input[type="text"] {
    padding: 0;
    height: 110px;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 48px
}

.wd-search-full-screen .searchform .searchsubmit {
    display: none
}

.wd-search-full-screen .search-info-text {
    display: block
}

.wd-search-full-screen .wd-close-search {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1
}

.wd-search-full-screen .wd-close-search>a {
    width: 100px;
    height: 100px
}

.wd-search-full-screen .wd-close-search>a:before {
    font-size: 30px
}

.wd-search-full-screen .search-results-wrapper {
    margin-top: -39px;
    height: calc(100% - 111px)
}

.wd-search-full-screen .wd-dropdown-results,
.wd-search-full-screen .wd-scroll-content {
    max-height: 100%;
    height: 100%
}

.wd-search-full-screen .autocomplete-suggestions {
    background-color: #FFF;
    justify-content: center;
    padding: 10px;
    -webkit-animation: wd-fadeInBottomShort .25s ease both;
    animation: wd-fadeInBottomShort .25s ease both
}

.wd-search-full-screen .autocomplete-suggestion {
    flex-direction: column;
    flex-grow: 0;
    flex-basis: 200px;
    padding: 10px;
    border: none
}

.wd-search-full-screen .autocomplete-suggestion .suggestion-thumb {
    margin-bottom: 10px;
    margin-right: 0;
    max-width: 100%
}

.wd-search-full-screen .autocomplete-suggestion:hover,
.wd-search-full-screen .autocomplete-suggestion.autocomplete-selected {
    background-color: transparent
}

.wd-search-full-screen .suggestion-divider {
    flex: 1 1 100%;
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 20px;
    border-top: 1px solid rgba(119, 119, 119, 0.2);
    background-color: transparent !important;
    text-align: center
}

.wd-search-full-screen .view-all-results {
    margin-top: 10px;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-left: -10px
}

.wd-search-full-screen .no-found-msg {
    text-align: center;
    font-size: 16px
}

.wd-search-full-screen .search-loading+.search-info-text+.search-results-wrapper .wd-search-loader {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease,
        visibility .3s ease
}

.wd-search-full-screen .search-loading+.search-info-text+.search-results-wrapper .wd-search-loader:after {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.wd-search-full-screen.wd-opened {
    -webkit-transform: none;
    transform: none
}

.wd-search-full-screen.wd-opened .searchform {
    opacity: 1
}

.wd-search-full-screen.wd-opened .search-info-text>span {
    -webkit-transform: none;
    transform: none
}

.wd-search-full-screen.color-scheme-light {
    background-color: #101010
}

.wd-search-full-screen.color-scheme-light .searchform {
    border-color: rgba(255, 255, 255, 0.15);
    --wd-form-color: rgba(255, 255, 255, 0.8);
    --wd-form-placeholder-color: rgba(255, 255, 255, 0.8)
}

.wd-search-full-screen.color-scheme-light .autocomplete-suggestions {
    background-color: #101010
}

.wd-search-full-screen.color-scheme-light .suggestion-divider {
    border-color: rgba(255, 255, 255, 0.15)
}

.wd-search-loader {
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity .1s ease,
        visibility .1s ease
}

.wd-search-loader:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.color-scheme-light .wd-search-loader {
    background-color: rgba(0, 0, 0, 0.9)
}

.color-scheme-light .wd-search-loader:after {
    border-color: rgba(255, 255, 255, 0.15);
    border-left-color: #fff
}

.search-info-text {
    display: none;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 30px
}

.search-info-text>span {
    display: block;
    transition: all .35s ease .15s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.wd-search-opened {
    overflow: hidden
}

.wpb-js-composer .whb-column>.info-box-wrapper .wd-info-box {
    margin-bottom: 0
}

.wd-header-text {
    flex: 1 1 auto
}

.wd-header-text p:first-child:empty {
    display: none
}

.wd-header-text.wd-inline {
    flex: 0 0 auto
}

.whb-top-bar .wd-header-text {
    font-size: 12px;
    line-height: 1.2
}

.whb-color-light .wd-header-text {
    --wd-text-color: rgba(255, 255, 255, 0.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, 0.8);
    --wd-link-color: rgba(255, 255, 255, 0.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);
    display: none;
}

.whb-column>.wd-social-icons:not(.icons-design-default) .wd-social-icon {
    margin-right: 0;
    margin-left: 0
}

.whb-column>.wd-social-icons:not(.icons-design-default) .wd-social-icon:not(:last-child) {
    margin-right: 8px
}

.wd-header-divider:before {
    content: "";
    display: block;
    height: 18px;
    border-right: 1px solid
}

.whb-color-dark .wd-header-divider:before {
    border-color: rgba(129, 129, 129, 0.2)
}

.whb-color-light .wd-header-divider:before {
    border-color: rgba(255, 255, 255, 0.25)
}

.whb-col-right .wd-header-divider:last-child,
.whb-mobile-right .wd-header-divider:last-child,
.whb-col-mobile .wd-header-divider:last-child {
    padding-right: 10px
}

.whb-col-left .wd-header-divider:first-child,
.whb-mobile-left .wd-header-divider:first-child,
.whb-col-mobile .wd-header-divider:first-child {
    padding-left: 10px
}

.whb-col-center .wd-header-divider:first-child {
    padding-left: 10px
}

.whb-col-center .wd-header-divider:last-child {
    padding-right: 10px
}

.wd-header-mobile-nav .wd-tools-icon:before {
    font-size: 24px;
    content: "\f15a";
    font-family: "woodmart-font"
}

.mobile-nav .searchform {
    z-index: 2;
    box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17)
}

.mobile-nav .searchform input[type="text"] {
    padding-right: 50px;
    padding-left: 20px;
    height: 70px;
    border: none;
    font-weight: 600
}

.mobile-nav .wd-dropdown-results {
    position: static
}

.mobile-nav .autocomplete-suggestion {
    padding: 10px 20px
}

.mobile-nav .create-nav-msg {
    padding: 20px
}

.wd-nav-mobile {
    display: flex;
    display: none;
    margin-right: 0;
    margin-left: 0;
    -webkit-animation: wd-fadeIn 1s ease;
    animation: wd-fadeIn 1s ease;
    --nav-mobile-link-color: #333;
    --nav-mobile-link-color-hover: var(--wd-primary-color);
    --nav-mobile-link-color-current: var(--wd-primary-color);
    --nav-mobile-link-brdcolor: rgba(129, 129, 129, 0.2);
    --nav-mobile-link-bg-active: rgba(0, 0, 0, .04)
}

.wd-nav-mobile>li {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%
}

.wd-nav-mobile>li>a {
    color: var(--nav-mobile-link-color)
}

.wd-nav-mobile li {
    display: flex;
    flex-wrap: wrap
}

.wd-nav-mobile li a {
    flex: 1 1 0%;
    padding: 5px 20px;
    min-height: 50px;
    border-bottom: 1px solid var(--nav-mobile-link-brdcolor)
}

.wd-nav-mobile li a .menu-label {
    margin-top: 0;
    align-self: auto
}

.wd-nav-mobile li.menu-item-has-children>a:after {
    content: none
}

.wd-nav-mobile li.menu-item-has-children:not(.menu-item-has-block)>a {
    margin-right: -50px;
    padding-right: 55px
}

.wd-nav-mobile li:active>a,
.wd-nav-mobile li.opener-page>a {
    background-color: var(--nav-mobile-link-bg-active)
}

.wd-nav-mobile li.current-menu-item>a {
    color: var(--nav-mobile-link-color-current)
}

.wd-nav-mobile ul {
    display: none;
    flex: 1 1 100%;
    order: 3
}

.wd-nav-mobile.wd-active {
    display: block
}

.color-scheme-light .wd-nav-mobile {
    --nav-mobile-link-color: #fff;
    --nav-mobile-link-brdcolor: rgba(255, 255, 255, 0.15);
    --nav-mobile-link-bg-active: rgba(0, 0, 0, 0.9)
}

.wd-nav-mob-tab {
    display: flex;
    margin: 0;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    background-color: rgba(0, 0, 0, 0.04)
}

.wd-nav-mob-tab>li {
    flex: 1 0 50%;
    max-width: 50%
}

.wd-nav-mob-tab>li>a {
    padding: 0;
    font-weight: 900
}

.wd-nav-mob-tab>li.wd-active>a {
    background-color: rgba(0, 0, 0, 0.05)
}

.wd-nav-mob-tab.wd-style-underline {
    --nav-color: #909090;
    --nav-color-hover: #333;
    --nav-color-active: #333
}

.wd-nav-mob-tab.wd-style-underline .nav-link-text {
    flex: 1 1 auto;
    padding: 18px 15px;
    text-align: center
}

.wd-nav-mob-tab.wd-style-underline .nav-link-text:after {
    top: auto;
    bottom: -1px
}

.wd-nav-mob-tab.wd-style-underline:after {
    top: auto;
    bottom: -1px
}

.wd-nav-mob-tab.wd-swap {
    flex-direction: row-reverse
}

.wd-nav-mob-tab:not(.wd-swap) li:first-child .nav-link-text:after,
.wd-nav-mob-tab.wd-swap li:last-child .nav-link-text:after {
    right: 0;
    left: auto
}

.mobile-nav .wd-nav-opener {
    border-left: 1px solid var(--nav-mobile-link-brdcolor);
    --nav-opener-color-active: #fff
}

.mobile-nav .wd-nav-opener.wd-active {
    background-color: var(--wd-primary-color)
}

.mobile-nav .menu-item-has-block .wd-nav-opener {
    display: none
}

.widgetarea-mobile {
    padding: 20px
}

.mobile-menu-widget {
    margin: 0 -20px 20px -20px;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2)
}

.mobile-menu-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.color-scheme-light .mobile-menu-widget {
    border-color: rgba(255, 255, 255, 0.15)
}

.wd-header-cats {
    position: relative;
    margin-right: 10px;
    margin-left: 10px
}

.menu-opener {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    min-width: 270px;
    max-width: 320px;
    height: 50px;
    color: #333;
    text-transform: var(--wd-header-el-transform);
    letter-spacing: .4px;
    font-weight: var(--wd-header-el-font-weight);
    font-size: var(--wd-header-el-font-size);
    font-family: var(--wd-header-el-font);
    line-height: 1;
    transition: all 0.25s ease
}

.menu-opener .menu-opener-icon {
    flex: 0 0 auto;
    margin-right: 10px
}

.menu-opener .menu-opener-icon:not(.custom-icon):after {
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    content: "\f15a";
    font-family: "woodmart-font"
}

.menu-opener:after {
    margin-left: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    content: "\f129";
    font-family: "woodmart-font"
}

.menu-opener:not(.has-bg) {
    background-color: var(--wd-primary-color)
}

.menu-opener.color-scheme-light {
    color: #FFF
}

.wd-dropdown-cats {
    right: 0;
    z-index: 299;
    border: 1px solid rgba(129, 129, 129, 0.15);
    border-top: none;
    box-shadow: none
}

.wd-dropdown-cats.color-scheme-light,
.global-color-scheme-light .wd-dropdown-cats {
    border-color: rgba(255, 255, 255, 0.15)
}

.wd-nav-vertical>li.wd-more-cat-btn>a {
    justify-content: center;
    padding: 10px;
    background-color: #F9F9F9;
    font-weight: 600;
    font-size: 12px;
    line-height: 1
}

.wd-nav-vertical>li.wd-more-cat-btn>a:after {
    display: inline-block;
    font-style: normal;
    content: "\f129";
    font-family: "woodmart-font"
}

.wd-nav-vertical>li.wd-more-cat-btn:hover>a {
    background-color: #F2F2F2
}

.wd-show-cat .wd-nav-vertical>li>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[class*="color-scheme-light"] .wd-nav-vertical>li.wd-more-cat-btn>a {
    background-color: #1a1a1a
}

.page-title {
    position: relative;
    margin-top: -40px;
    margin-bottom: 40px;
    padding: 15px 0
}

.page-title .container {
    position: relative;
    margin-bottom: -10px
}

.page-title .container>* {
    margin-bottom: 10px
}

.page-title .title {
    font-size: 36px;
    line-height: 1.2
}

.title-design-centered {
    text-align: center
}

.title-design-disable {
    display: none
}

.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
}

.footer-sidebar {
    padding-top: 40px;
    padding-bottom: 10px
}

.footer-column {
    margin-bottom: 30px
}

[class*="color-scheme-light"] .footer-widget {
    --wd-link-color: rgba(255, 255, 255, .6)
}

/* change */
.wd-prefooter {
    /*padding-bottom: 40px;*/
    /*background-color: #FFF*/
}

.global-color-scheme-light .wd-prefooter {
    background-color: #1a1a1a
}

.copyrights-wrapper {
    border-top: 1px solid rgba(119, 119, 119, 0.2)
}

[class*="color-scheme-light"] .copyrights-wrapper {
    border-color: rgba(255, 255, 255, 0.1)
}

.min-footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
    padding-bottom: 20px
}

.min-footer>div {
    flex: 1 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 50%;
    line-height: 1.2
}

.min-footer .col-right {
    text-align: right
}

.copyrights-centered .min-footer {
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center
}

.copyrights-centered .min-footer .col-right {
    text-align: center
}

.copyrights-centered .min-footer>div {
    flex-basis: 100%;
    margin-bottom: 15px;
    max-width: 100%
}

.copyrights-centered .min-footer>div:last-child {
    margin-bottom: 0
}

.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: #989898
}

.subtitle-color-default.subtitle-style-background {
    background-color: #F4F4F4;
    color: #333
}

[class*="color-scheme-light"] .subtitle-color-default.subtitle-style-default,
.color-scheme-hover-light:hover .subtitle-color-default.subtitle-style-default {
    color: rgba(255, 255, 255, 0.8)
}

.color-scheme-hover-dark:hover .subtitle-color-default.subtitle-style-default {
    color: #989898
}

.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: #3E3E3E
}

.btn.btn-scheme-hover-light:hover {
    color: #FFF
}

.btn.btn-scheme-hover-dark:hover {
    color: #3E3E3E
}

.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, 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, 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, 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, 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, 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, 0.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, 0.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, 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, 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, 0.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, 0.05);
        --scrollbar-thumb-bg: rgba(0, 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, 0.05);
        --scrollbar-thumb-bg: rgba(255, 255, 255, 0.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
    }

    .whb-hidden-lg,
    .whb-hidden-desktop {
        display: none
    }

    .admin-bar .whb-clone {
        top: 32px
    }

    .admin-bar .whb-sticked .whb-main-header {
        top: 32px
    }

    .whb-full-width .whb-row>.container,
    .whb-full-width+.whb-clone .whb-row>.container {
        max-width: 100%;
        width: 95%
    }

    .whb-boxed:not(.whb-sticked) .whb-main-header {
        margin-right: auto;
        margin-left: auto;
        width: 95%
    }

    .whb-boxed:not(.whb-sticked) .whb-main-header .whb-row>.container {
        padding-right: 30px;
        padding-left: 30px;
        max-width: 100%;
        width: 100%
    }

    .whb-boxed:not(.whb-sticked) .whb-main-header:before {
        content: "";
        display: block;
        height: 30px
    }

    .whb-boxed:not(.whb-sticked) .whb-top-bar.whb-without-bg {
        margin-top: -30px
    }

    .whb-boxed:not(.whb-sticked) .whb-top-bar.whb-without-bg>.container {
        padding-right: 0;
        padding-left: 0
    }

    .wrapper-boxed .whb-boxed:not(.whb-sticked) .whb-main-header {
        max-width: 1160px
    }

    .wd-search-opened .whb-boxed:not(.whb-sticked) .whb-row {
        padding-right: 0
    }

    .wd-nav-mobile>li>a:hover {
        color: var(--nav-mobile-link-color-hover)
    }

    .title-size-small {
        padding: 20px 0
    }

    .title-size-small .title {
        font-size: 44px
    }

    .title-size-default {
        padding: 60px 0
    }

    .title-size-default .title {
        font-size: 68px
    }

    .title-size-large {
        padding: 100px 0
    }

    .title-size-large .title {
        font-size: 78px
    }

    .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
    }

    .sticky-footer-on .main-page-wrapper,
    .sticky-footer-on .wd-prefooter {
        position: relative
    }

    .sticky-footer-on .main-page-wrapper {
        z-index: 2
    }

    .sticky-footer-on .wd-prefooter {
        z-index: 1
    }

    .sticky-footer-on .footer-container {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        transition: all .25s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 800px;
        perspective: 800px
    }

    .browser-Safari .sticky-footer-on .footer-container {
        opacity: 0
    }

    .browser-Safari .sticky-footer-on .visible-footer {
        opacity: 1
    }
}

@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
    }

    .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 {
        margin-top: -20px;
        width: 40px;
        height: 40px
    }

    .wd-btn-arrow:after {
        font-weight: 700;
        font-size: 14px;
        line-height: 14px
    }

    .wd-btn-arrow[class*="prev"],
    .wd-btn-arrow[class*="next"] {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .wd-btn-arrow[class*="prev"] {
        justify-content: flex-start;
        padding-left: 0
    }

    .wd-btn-arrow[class*="next"] {
        justify-content: flex-end;
        padding-right: 0
    }

    .widget_nav_mega_menu .wd-dropdown-menu {
        display: none
    }

    #wpadminbar {
        position: absolute;
        z-index: 100
    }

    .whb-visible-lg,
    .whb-hidden-mobile {
        display: none
    }

    .wd-search-full-screen {
        display: none
    }

    .min-footer {
        align-items: stretch;
        flex-wrap: wrap;
        text-align: center
    }

    .min-footer .col-right {
        text-align: center
    }

    .min-footer>div {
        flex-basis: 100%;
        margin-bottom: 15px;
        max-width: 100%
    }

    .min-footer>div:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 768px) {

    .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
    }

    .single-post-navigation {
        margin-bottom: 40px;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .single-post-navigation .btn-label {
        margin-bottom: 0;
        color: #2d2a2a
    }

    .single-post-navigation .wd-entities-title {
        display: none
    }

    .global-color-scheme-light .single-post-navigation .btn-label {
        color: #fff
    }

    .wd-header-mobile-nav.wd-style-text .wd-tools-text {
        display: none
    }
}

@media (max-width: 575px) {
    .footer-widget-collapse>*:not(.widget-title):not(:first-child) {
        display: none;
        margin-top: 20px
    }

    .footer-widget-collapse .widget-title {
        position: relative;
        margin-bottom: 0;
        padding-right: 22px
    }

    .footer-widget-collapse .widget-title:after {
        position: absolute;
        top: calc(50% - 12px);
        right: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        color: #333;
        vertical-align: middle;
        text-align: center;
        font-weight: 600;
        font-size: 10px;
        line-height: 24px;
        transition: all .25s ease;
        content: "\f129";
        font-family: "woodmart-font"
    }

    .footer-widget-collapse.footer-widget-opened .widget-title:after {
        background-color: #F9F9F9;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    [class*="color-scheme-light"] .footer-widget-collapse .widget-title:after {
        color: #fff
    }

    [class*="color-scheme-light"] .footer-widget-collapse.footer-widget-opened .widget-title:after {
        background-color: #FFF;
        color: #333
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .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%
    }
}


/* */
.product-verification-form{
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
}
.product-verification-form .product-verification-row1, .product-verification-form .product-verification-row2{
    justify-content: center;
    margin-bottom: 15px;
}

.product-verification-form .product-verification-row2 input{
    font-size: 18px;
}
.product-verification-form .product-verification-row2 button{
    font-size: 16px;
}