
:root {
    --wd-text-line-height: 1.6;
    --wd-form-color: inherit;
    --wd-form-placeholder-color: inherit;
    --wd-form-bg: transparent;
    --wd-form-brd-color: rgba(0,0,0,0.1);
    --wd-form-brd-color-focus: rgba(0,0,0,0.15);
    --wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    --wd-main-bgcolor: #fff;
    --wd-scroll-w: .001px;
    --wd-admin-bar-h: .001px;
    --wd-tags-mb: 20px;
    --wd-block-spacing: 20px;
    --color-gray-100: #f7f7f7;
    --color-gray-200: #f1f1f1;
    --color-gray-300: #bbb;
    --color-gray-400: #a5a5a5;
    --color-gray-500: #777;
    --color-gray-600: #666;
    --color-gray-700: #555;
    --color-gray-800: #333;
    --color-gray-900: #242424;
    --bgcolor-white-rgb: 255,255,255;
    --bgcolor-white: #fff;
    --bgcolor-gray-100: #f7f7f7;
    --bgcolor-gray-200: #f7f7f7;
    --bgcolor-gray-300: #f1f1f1;
    --brdcolor-gray-200: rgba(0,0,0,0.075);
    --brdcolor-gray-300: rgba(0,0,0,0.105);
    --brdcolor-gray-400: rgba(0,0,0,0.12)
}

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

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

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    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
}
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
}
body {
    overflow-x: hidden;
    margin: 0;
    background-color: #fff;
    color: var(--wd-text-color);
    text-rendering: optimizeLegibility;
    font-weight: var(--wd-text-font-weight);
    font-style: var(--wd-text-font-style);
    font-size: var(--wd-text-font-size);
    font-family: var(--wd-text-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: var(--wd-text-line-height)
}

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

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

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

a:hover {
    color: var(--wd-link-color-hover)
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}
label {
    display: block;
    margin-bottom: 5px;
    color: var(--wd-title-color);
    vertical-align: middle;
    font-weight: 400
}
strong,b {
    font-weight: 600
}
ins {
    text-decoration: none
}
small {
    font-size: 80%
}
iframe,embed {
    max-width: 100%
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}
svg:not(:root) {
    overflow: hidden
}

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

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

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

.wd-entities-title {
    display: block;
    color: var(--wd-entities-title-color);
    word-wrap: break-word;
    font-weight: var(--wd-entities-title-font-weight);
    font-style: var(--wd-entities-title-font-style);
    font-family: var(--wd-entities-title-font);
    text-transform: var(--wd-entities-title-transform);
    line-height: 1.4
}
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
}
.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,nav[class*="-pagination"] ul {
    list-style: none;
    --li-pl: 0
}

.wd-sub-menu,.wd-sub-menu ul,.wd-sub-menu ol,.wd-nav,nav[class*="-pagination"] ul {
    --list-mb: 0;
    --li-mb: 0
}
.text-center {
    --text-align: center;
    text-align: center
}
.text-left {
    --text-align: left;
    text-align: left
}
.wd-fontsize-xl {
    font-size: 26px
}
[class*="color-scheme-light"] {
    --color-gray-100: rgba(255,255,255,0.1);
    --color-gray-200: rgba(255,255,255,0.2);
    --color-gray-300: rgba(255,255,255,0.5);
    --color-gray-400: rgba(255,255,255,0.6);
    --color-gray-500: rgba(255,255,255,0.7);
    --color-gray-600: rgba(255,255,255,0.8);
    --color-gray-700: rgba(255,255,255,0.9);
    --color-gray-800: #fff;
    --color-gray-900: #fff;
    --bgcolor-white-rgb: 0,0,0;
    --bgcolor-white: #0f0f0f;
    --bgcolor-gray-100: #0a0a0a;
    --bgcolor-gray-200: #121212;
    --bgcolor-gray-300: #141414;
    --brdcolor-gray-200: rgba(255,255,255,0.1);
    --brdcolor-gray-300: rgba(255,255,255,0.15);
    --brdcolor-gray-400: rgba(255,255,255,0.25);
    --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,0.2);
    --wd-form-brd-color-focus: rgba(255,255,255,0.3);
    --wd-form-placeholder-color: rgba(255,255,255,0.6);
    --wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+);
    --wd-main-bgcolor: #1a1a1a;
    color: var(--wd-text-color)
}

.color-scheme-dark {
    --color-gray-100: #f7f7f7;
    --color-gray-200: #f1f1f1;
    --color-gray-300: #bbb;
    --color-gray-400: #a5a5a5;
    --color-gray-500: #777;
    --color-gray-600: #666;
    --color-gray-700: #555;
    --color-gray-800: #333;
    --color-gray-900: #242424;
    --bgcolor-white-rgb: 255,255,255;
    --bgcolor-white: #fff;
    --bgcolor-gray-100: #f7f7f7;
    --bgcolor-gray-200: #f7f7f7;
    --bgcolor-gray-300: #f1f1f1;
    --brdcolor-gray-200: rgba(255,255,255,0.075);
    --brdcolor-gray-300: rgba(0,0,0,0.105);
    --brdcolor-gray-400: rgba(0,0,0,0.12);
    --wd-text-color: #777;
    --wd-title-color: #242424;
    --wd-entities-title-color: #333;
    --wd-entities-title-color-hover: rgba(51,51,51,0.65);
    --wd-link-color: #333;
    --wd-link-color-hover: #242424;
    --wd-form-brd-color: rgba(0,0,0,0.1);
    --wd-form-brd-color-focus: rgba(0,0,0,0.15);
    --wd-form-placeholder-color: #777;
    color: var(--wd-text-color)
}
.set-mb-s {
    --margin-bottom: 10px
}

.set-mb-s>* {
    margin-bottom: var(--margin-bottom)
}
.set-cont-mb-s {
    --wd-tags-mb: 10px
}

.reset-last-child>*:last-child {
    margin-bottom: 0
}
table {
    margin-bottom: 35px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.4
}
input[type='email'],input[type='search'],input[type='number'],input[type='url'],input[type='tel'],input[type='text'],input[type='password'],textarea,select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type='email'],input[type='date'],input[type='search'],input[type='number'],input[type='text'],input[type='tel'],input[type='url'],input[type='password'],textarea,select {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    border-radius: var(--wd-form-brd-radius);
    color: var(--wd-form-color);
    background-color: var(--wd-form-bg);
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease
}
::-webkit-input-placeholder {
    color: var(--wd-form-placeholder-color)
}
.btn,.button,button,[type="submit"],[type="button"] {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease
}
[class*="wd-spacing-"] {
    margin-right: calc((var(--wd-sp) / 2) * -1);
    margin-left: calc((var(--wd-sp) / 2) * -1);
    --wd-sp: .001px
}

[class*="wd-spacing-"]>[class*="col"] {
    margin-bottom: var(--wd-sp);
    padding-right: calc(var(--wd-sp) / 2);
    padding-left: calc(var(--wd-sp) / 2)
}
.wd-spacing-10 {
    --wd-sp: 10px
}
.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: var(--bgcolor-white);
    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;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px) translateZ(0);
    pointer-events: none
}

.wd-dropdown:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 15px
}
.wpb-js-composer .wd-dropdown-menu>.container>p {
    display: none
}

.wd-dropdown-menu {
    min-height: var(--wd-dropdown-height);
    width: var(--wd-dropdown-width);
    background-image: var(--wd-dropdown-bg-img)
}
.wd-dropdown-menu.wd-design-default {
    padding: 12px 20px;
    --wd-dropdown-width: 220px
}

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

.wd-dropdown-menu.wd-design-sized .vc_row .wd-sub-menu>li,.wd-dropdown-menu.wd-design-full-width .vc_row .wd-sub-menu>li {
    width: auto
}
.wd-dropdown-menu.wd-design-sized {
    padding: 30px 35px 0 35px
}

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

.wd-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 15px;
    border-bottom: 1px solid var(--brdcolor-gray-300)
}

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

.wd-heading .wd-action-btn {
    flex: 0 0 auto;
    text-transform: uppercase
}

.wd-heading .wd-action-btn>a {
    height: 25px
}

.wd-side-hidden {
    position: fixed;
    top: var(--wd-admin-bar-h);
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: var(--bgcolor-white);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}
.wd-side-hidden.wd-right {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0)
}
.wd-side-hidden.wd-right {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0)
}
.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
}
[class*="color-scheme-light"] .wd-sub-menu {
    --sub-menu-color: rgba(255,255,255,0.6);
    --sub-menu-color-hover: #fff
}
.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li>a,.wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li>a,.mega-menu-list>li>a {
    --sub-menu-color: #333;
    --sub-menu-color-hover: var(--wd-primary-color);
    text-transform: uppercase;
    font-weight: 600
}

.wd-dropdown-menu.wd-design-sized.color-scheme-light .wd-sub-menu>li>a,.wd-dropdown-menu.wd-design-full-width.color-scheme-light .wd-sub-menu>li>a,[class*="color-scheme-light"] .mega-menu-list>li>a {
    --sub-menu-color: #fff;
    --sub-menu-color-hover: rgba(255,255,255,0.6)
}
.wd-nav {
    --nav-gap: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: calc(var(--nav-gap) / -1);
    margin-left: calc(var(--nav-gap) / -1);
    text-align: left
}

.wd-nav>li {
    position: relative
}

.wd-nav>li>a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: var(--nav-gap);
    padding-left: var(--nav-gap);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2
}
.wd-nav>li.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 {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: var(--color-gray-900);
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.wd-nav-opener:after {
    font-weight: 700;
    font-size: 12px;
    transition: transform .25s ease;
    content: "\f113";
    font-family: "woodmart-font"
}
.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.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: rgba(255,255,255,0.8);
    --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-action-btn {
    display: inline-flex;
    vertical-align: middle;
    --action-btn-color: var(--color-gray-800);
    --action-btn-hover-color: var(--color-gray-500)
}

.wd-action-btn>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--action-btn-color);
    cursor: pointer
}
.wd-action-btn>a:before {
    transition: opacity .15s ease;
    font-family: "woodmart-font"
}

.wd-action-btn>a:after {
    position: absolute;
    top: calc(50% - .5em);
    left: 0;
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid var(--brdcolor-gray-400);
    border-left-color: var(--color-gray-900);
    border-radius: 50%;
    vertical-align: middle
}
.wd-action-btn.wd-style-icon .button {
    padding: 0;
    background-color: transparent
}
.wd-action-btn.wd-style-icon>a {
    position: relative;
    flex-direction: column;
    width: 50px;
    height: 50px;
    font-weight: 400;
    font-size: 0 !important;
    line-height: 0
}

.wd-action-btn.wd-style-icon>a:before {
    font-size: 20px
}

.wd-action-btn.wd-style-icon>a:after {
    left: calc(50% - .5em);
    font-size: 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: .45em;
    width: 1em;
    height: 1em;
    font-weight: 400
}
.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>a:after {
    font-size: 12px
}

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

.wd-cross-icon.wd-style-text>a:after {
    left: -2px
}
.widget,.wd-widget,div[class^="vc_wp"] {
    --wd-link-color: var(--color-gray-500);
    --wd-link-color-hover: var(--color-gray-800);
    line-height: 1.4
}
.widget ul,.widget ol,.wd-widget ul,.wd-widget ol,div[class^="vc_wp"] ul,div[class^="vc_wp"] ol {
    --list-mb: 0;
    --li-mb: 15px;
    list-style: none;
    --li-pl: 0
}

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

.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--brdcolor-gray-300)
}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.textwidget>*:last-child {
    margin-bottom: 0
}
.alignright {
    float: right;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: 25px
}
.website-wrapper {
    position: relative;
    overflow: hidden;
    background-color: var(--wd-main-bgcolor)
}

.main-page-wrapper {
    margin-top: -40px;
    padding-top: 40px;
    min-height: 50vh;
    background-color: var(--wd-main-bgcolor)
}
.btn.btn-scheme-light {
    color: #fff
}
.btn.btn-color-primary {
    color: #fff;
    background-color: var(--wd-primary-color)
}
.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.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-full-width {
    width: 100%
}
.wpb-js-composer .wd-button-wrapper.inline-element {
    margin-bottom: 10px
}
.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)
}
.admin-bar {
    --wd-admin-bar-h: 32px
}
@media (min-width: 768px){
    .vc_column_container.vc_col-sm-4 {
        width: 33.33333333%;
    }
}
.wpb_animate_when_almost_visible.wpb_slideInRight {
    opacity: 1;
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

.overlay{position:fixed;top:0;bottom:0;left:100%;right:0;background:rgba(0,0,0,.3);-webkit-transition:opacity 500ms;-o-transition:opacity 500ms;transition:opacity 500ms;visibility:visible;opacity:1;z-index:10002}

#popup1{-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1)}#popup1:after{content:''!important;display:block!important;height:100%!important;width:100%!important;position:fixed!important;left:0!important;top:0!important;background:rgba(0,0,0,.7)!important}#popup1 .popup{margin:0 auto;padding:0;background:#fff;border-radius:5px;height:400px;width:690px;position:relative;text-align:center;top:50%!important;position:fixed!important;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;left:0}.popup{z-index:9999}#popup1 .popup .close{position:absolute;top:0;right:0;-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;font-size:30px;font-weight:400;text-decoration:none;text-align:center;background:#333;border-radius:50px;cursor:pointer;float:right;padding:0;color:#fff;margin-top:-20px;margin-right:-20px;height:40px;width:40px;line-height:40px;z-index:99999}

div#popup_all_page_time,div#popup_all_page_time.cookie_block_show{display:none}div#popup_all_page_time.cookie_block_show_on{display:block}

.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:before,.lightSlider:after{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}

.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}

.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUI4MUYyNzJEQUUxMTFFNEI0Q0REOUU2MTU3MEVEMTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUI4MUYyNzNEQUUxMTFFNEI0Q0REOUU2MTU3MEVEMTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjgxRjI3MERBRTExMUU0QjRDREQ5RTYxNTcwRUQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjgxRjI3MURBRTExMUU0QjRDREQ5RTYxNTcwRUQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Por3U54AAAU1SURBVHja7FrPS1xXFHZm4cZJhECzULEI2qJTF135YIhYtYtKDWQrhPSfcFNCQCnFpVm0/4BZGoS0CEmhLUpMSxZZtGnTKminUogWcaLJQojT7zTfNTfDe/edOzNvsnjvwsdz7j0/vne877577nm5arXaluaWb0t5y2mEMEuKuFwBLgFDQBeDdwr8A/wOrAEruVzuscJeOJlczofLKDAYwuU3YF3LJRfjbBqXz4GAXX8Bj4AycAScA3qBD4F3KfMT8CWcf9PMACTFJcpZF7BafdX+BeaBgRidAWCO8lXqd0UFIAxKLnNKLvMaLmHKAfAUeAksAAXP4HVQ7yXtBPUGIIRLhyeXQhyXWoUS8ALYB0YbWVxEn3bEXsk3AK3iYgv1AQcUfL8ZK6zYoT2x26cNQCu5mME8sAGcxE4Tf8cB7Yr9fFwAWs3FDFzjYnHD02CvUu4G7V9TBMCLi5ZDFBcT8U2gDLR7GJJntAJcV8i20/4m/UUFwYuL+CaHkgfvN7hIxwQjMuthZJwLyh4wrNSZpZ9JRwAmfbiIb3IQLuMe/A2XCfmxyB/dSuUpOtwF+j2cdtPPoiMAXlxot59chNOULxf58RB4olS8zEVk2+fmLf0n9BcVADWXkCBsk9tlHy7yxyFwW6EwQwdbQE+dq/Ayn9moAMjYcp22e8hNOM4o5G/LvcuroBPYixEewWUJ+AMYw956t8430T5w3jF+njL+Wd0rTmPkuETOrib33Jn6dFgCUAEuxkT3Z1yuArIr+7HeRwDtHeCZY/wZZep6BIQbOV4lZ1e7+P+9Z4tg9hrMNkLp3gqnPhnK0uHsQCQ7EssORdN8LJ76wkhWGsuqw1k6rJabABaBh8ChzEbikH2LlMknzHfS4lGxeFQsHpNaHnGPQJ7nALLfN5mfnLg8tk6RJK8uMg+XtgV8wROk0ybeeBiPX60TJDlH+MCbhyMx6eOWscrkYZZpZJR8N2XK1NmgjbYGkSiPKCMlbhlPmDy0exBup84JbZQauPnEeYQpBtYWNGiAfGBtP4M69RPnUSvcxS3jPpOHRqevSUCe0rZWr2U8agVXuW8ebYJTg1HaXPXQaRkPW2Cai8ZCE50aLND2tEK2pTzswQdMHgoJOC7Q9gOFrOHRkQCPjloeZrNQZJLxNXCsfDePEJp2TNsBfUU1w+Mr4HkCG6nntH3GwwTgCq9LSkNSe9sgZpQ6SzW+wpoZu5XgbvLWG744Fe4CO8ppZIojvxAn7NPo7tBX1Pg9Dx6NYIe+zmbAEHPruCaFh2Xm4J8QZfZpihKP6CuqDcbwkK2wpg4xTFkXj0F7Bsjr4WZM1EwxZJulaNPfw74XlHHZuElfUeMuHr2sAeyxGhRlo58yFeo4eeStZOPIETE5SPwWOAA+Buzy+C77DijjOnQ8isnSXDzKnGUFFkHDynL9HCtQthzHw5A55ZFSWJNjplWu5GPMsmrbFseOKRtVrDgXkyG6eEi7D3wKXAC+A+wqdQ/7LlDmvsPOax6cEn8DK45pdZ11uLjFZZiyUeMr9BU1HsfDYMr+WqXm65Aphf4Zj7e2+kag5W8j8wis8SR1IMH37wB9rDlk1j143AE+41tliH/f8eCxbj8CRe6R5xL878/RR9EhY3jMe9gdIbTy8zaPt7YHV+QCLclJsmwwOw/IToSyM8HsVDjNdYF6K0ONV2SaUxlquEKlrQ4LgXEmGZLtvdf2+qNn+bz1TyYfkg1+38QbD+PxETBNHrKr6+SY1AY3yUO+B/hBwyMrj2fl8ZS3/wQYACJrrTvr6HLMAAAAAElFTkSuQmCC);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity 0.35s linear 0s;transition:opacity 0.35s linear 0s}

.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}

.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager{padding-left:0;list-style:none outside none}

.lSSlideOuter .lightSlider>*,.lSSlideOuter .lSGallery li{float:left}

.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}

.xoo-wsc-close{cursor:pointer;position:absolute}

.xoo-wsc-updating{text-align:center;z-index:1}.xoo-wsc-updating .xoo-wsc-icon-spinner2{position:absolute;-webkit-animation:xoo-wsc-spin 575ms infinite linear;animation:xoo-wsc-spin 575ms infinite linear;display:inline-block;font-size:30px;z-index:1;color:#000;top:45%}.xoo-wsc-uopac,.xoo-wsc-updating,.xoo-wsc-block-cart{top:0;bottom:0;left:0;right:0;position:absolute}.xoo-wsc-block-cart{z-index:1;display:none}.xoo-wsc-uopac{background-color:#f0f0f0;opacity:.7}

.xoo-wsc-container{position:fixed;z-index:999999;background-color:#fff;max-width:95%}.xoo-wsc-header{position:relative;font-weight:600}.xoo-wsc-basket{padding:10px;border-radius:14px;margin:10px;box-shadow:0 1px 4px 0;z-index:999999;cursor:pointer}.xoo-wsc-basket,.xoo-wsc-container{transition-duration:.5s}

.xoo-wsc-close{transform:translateY(-50%);top:50%;right:20px}.xoo-wsc-body{overflow-y:auto;position:relative}.xoo-wsc-product{padding:15px;width:auto;display:block}.xoo-wsc-product:after{content:" ";clear:both;display:block}.xoo-wsc-img-col{float:left;text-align:center}a.xoo-wsc-remove{padding:10px 10px 0 0;float:right;font-size:16px;cursor:pointer}.xoo-wsc-sum-col{display:inline-block;margin-left:10px;float:left}a.xoo-wsc-pname{word-wrap:break-word;display:block;width:100%}.xoo-wsc-price{margin:3px 0}.xoo-wsc-sum-col .variation{overflow:auto;font-size:12px;margin:5px 0}

span.xoo-wsc-minus,span.xoo-wsc-plus{display:inline-block;text-align:center;cursor:pointer;float:left;width:21px}.xoo-wsc-footer,.xoo-wsc-footer button.xoo-wsc-ft-btn{width:100%;text-align:center;display:inline-block}.xoo-wsc-footer-a{margin-bottom:10px}span.xoo-wsc-minus{border-right-width:1px;border-right-style:solid}span.xoo-wsc-plus{border-left-width:1px;border-left-style:solid}.xoo-wsc-psrow{margin-top:7px;height:37px;line-height:35px;display:block}.xoo-wsc-qtybox{border-width:1px;border-style:solid;position:relative;display:inline-block;font-weight:700;max-width:90px;float:left;height:inherit}input[type=number].xoo-wsc-qty{border:0!important;text-align:center;display:inline-block;max-width:30px;float:left;height:100%;line-height:100%;padding:0}.xoo-wsc-ptotal{float:right}.xoo-wsc-ptotal .amount{font-weight:600;font-size:17px}.xoo-wsc-footer{position:absolute;bottom:0;padding:10px;box-sizing:border-box;border-top:2px solid #eee}

.xoo-wsc-content{position:relative}

input.xoo-wsc-qty::-webkit-inner-spin-button,input.xoo-wsc-qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}

.xoo-wsc-shiptxt{padding:0 15px;display:block;font-size:13px}

.xoo-wsc-notice-box{left:0;right:0;bottom:50px;position:fixed;z-index:100000}

.xoo-wsc-rp-cont{border-bottom:2px solid #eee}.xoo-wsc-rp-title{display:block;margin-bottom:10px;text-align:center;font-size:16px;font-weight:600;color:#777;font-family:sans-serif}.xoo-wsc-sp-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xoo-wsc-related-products span.price{display:table;margin-bottom:3px;font-size:14px}li.xoo-wsc-rp-item{display:flex;background-color:#eee;align-items:left;padding:0 7px}.xoo-wsc-rp-right-area{margin-left:15px}.xoo-wsc-rp-right-area>*{font-size:14px;display:table}.xoo-wsc-related-products .lSAction>a{background-size:50%;background-repeat:no-repeat}.xoo-wsc-related-products .lSAction>.lSNext{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAABJSUlISEpHSUpJSUlISkpHSUlVVVVISUpHSUtNTU1ISUpISEpISUpAQEBISUoAAAA9X69aAAAAD3RSTlMAO77WadCPCfSWCr115gRcw0SSAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+IBGgYdLrKrkwMAAABFSURBVDjLY2CAAEYmZhYGfICVn5+fDY88Owc/ARWc/ARUcHGPqqCRCh5CKnj5yFZAyApCjhyVJxCJhDIO4axHKPPizv4Ax6ILg5ZnQaoAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDEtMjZUMDY6Mjk6NDYrMDE6MDDIzxHHAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTAxLTI2VDA2OjI5OjQ2KzAxOjAwuZKpewAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);background-position:center center;right:-6px}.xoo-wsc-related-products .lSAction>.lSPrev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAABJSUlHSUpISEpJSUlHSUlISkpISUpVVVVHSUtISUpNTU1ISEpAQEBISUpISUoAAACGBFcMAAAAD3RSTlMAada+O4/Q9AmWvQp1BOZE54V/AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+IBGgYdGpMfZ7YAAABGSURBVDjL7ZM5DgAgDMPKfZP//5YZCRqJmay21C4WOc1Y50VZABAJR8o6RyG8ts/feCd8TJ1zgZ7gT37j1biHw9Pj8W75L4moC2sfME5lAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTAxLTI2VDA2OjI5OjI2KzAxOjAwDqAYQAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0wMS0yNlQwNjoyOToyNiswMTowMH/9oPwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC);background-position:center center;left:-6px}.xoo-wsc-coupon-container{padding:0 15px;margin:3px 0}a.xoo-wsc-coupon-trigger{cursor:pointer;display:none}a.xoo-wsc-coupon-trigger.active{display:block}.xoo-wsc-coupon{display:none;padding:3px}

.xoo-wsc-tool:after{content:"";clear:both;display:table}.xoo-wsc-tools-value{float:right}.xoo-wsc-tools-label{float:left}.xoo-wsc-tools{font-weight:700;padding:0 15px}.xoo-wsc-tool{margin:2px 0;width:100%}.xoo-wsc-tools-value .amount{font-size:15px}

.xoo-wsc-footer a.xoo-wsc-ft-btn{display:block}span.xoo-wsc-total-sales{text-transform:uppercase;border:1px solid #333;padding:2px 10px;display:block;margin-bottom:4px;border-radius:10px;font-size:11px}

.xoo-wsc-notification-bar{background-color:#DFF0D8;color:#3C763D;position:absolute;top:0;z-index:1;left:0;right:0;font-weight:400;font-size:15px;padding:13px 15px;display:none}

.xoo-wsc-modal .variation:last-of-type{display:none}.xoo-wsc-modal .variation:first-of-type{display:block}

.xoo-wsc-rp-right-area a.button{font-size:14px;float:left}.xoo-wsc-rp-left-area img{max-width:75px;height:auto}

.xoo-wsc-container span.amount{font-size:15px}.xoo-wsc-basket-hidden{display:none!important}

.xoo-wsc-img-col img{width:100%;height:auto}.xoo-wsc-footer a.xoo-wsc-ft-btn{background-color:#777;color:#fff;padding-top:5px;padding-bottom:5px}

.xoo-wsc-header{background-color:#fff;color:#000;border-bottom-width:1px;border-bottom-color:#eee;border-bottom-style:solid;padding:10px 20px}.xoo-wsc-ctxt{font-size:20px}.xoo-wsc-close{font-size:24px}.xoo-wsc-container{width:1200px}.xoo-wsc-body{background-color:#fff;font-size:14px;color:#000}input[type='number'].xoo-wsc-qty{background-color:#fff}.xoo-wsc-qtybox{border-color:#000}.xoo-wsc-chng{border-color:#000}a.xoo-wsc-remove{color:#000}a.xoo-wsc-pname{color:#000;font-size:16px}.xoo-wsc-img-col{width:24%}.xoo-wsc-sum-col{width:71%}.xoo-wsc-product{border-top-style:solid;border-top-color:#eee;border-top-width:1px}.xoo-wsc-basket{background-color:#fff;bottom:12px;position:fixed}

.xoo-wsc-footer{background-color:#fff}.xoo-wsc-footer a.xoo-wsc-ft-btn{margin:4px 0}

li.xoo-wsc-rp-item{background-color:#fff}.xoo-wsc-footer{position:absolute}.xoo-wsc-container{top:0;bottom:0}.xoo-wsc-basket{right:0}.xoo-wsc-basket,.xoo-wsc-container{transition-property:right}

.xoo-wsc-container{right:-1200px}

.xoo-wsc-img-col img{width:100px;height:auto}div a.xoo-wsc-ft-btn.xoo-wsc-chkt,div a.xoo-wsc-ft-btn.xoo-wsc-cont{display:none}

.xoo-wsc-product{position:relative;padding:20px 0}a.xoo-wsc-remove.xoo-wsc-icon-trash{position:absolute;left:-6px;top:30%;color:red}.xoo-wsc-header{text-align:center}span.xoo-wsc-ctxt:before{display:inline-block;content:url(/wp-content/themes/woodmart-child/images/v-header.png);margin-right:8px}.xoo-wsc-price>span:nth-child(1){display:none}.xoo-wsc-psrow{float:right;margin-top:-56px}span.xoo-wsc-ptotal{width:115px;text-align:right;color:#ff7900;width:60px;text-align:left;color:#ff7900;margin-left:50px}.xoo-wsc-sum-col .xoo-wsc-icon-trash:before{content:"\e909";color:#f5473c;font-size:20px}span.xoo-wsc-shiptxt{display:none}.xoo-wsc-footer-b{clear:both;width:100%;padding-top:10px}.xoo-wsc-chng,.xoo-wsc-qtybox{border-color:#cfcfcf}a.xoo-wsc-ft-btn.xoo-wsc-cart{font-weight:700;text-decoration:unset;font-size:16px}

.txt_popup_afters{background-color:#e6dde6;height:60px;text-align:center;line-height:60px;font-weight:400;color:#3f4b35;font-size:16px;margin-top:30px}.xoo-wsc-footer{padding:0}

.xoo-wsc-body{padding:0 35px}.xoo-wsc-footer{border-top:0 solid #eee}.xoo-wsc-product{border-top-width:0}.xoo-wsc-product{border-top-width:0;border-bottom:1px solid #eee}.xoo-wsc-sum-col{width:75%;margin-left:-5px}.xoo-wsc-img-col{width:15%}.xoo-wsc-sum-col a{font-size:18px}.xoo-wsc-container span.amount{font-size:16px}.xoo-wsc-tools-value{margin-top:10px}.xoo-wsc-container{max-height:85vh;overflow-y:auto}

.xoo-wsc-basket{border-radius:50%;padding:0;margin:24px}

.txt_popup_afters{height:auto}.xoo-wsc-basket{display:none!important}

.xoo-wsc-header{background-color:#f7f7f7}

.xoo-wsc-sum-col ul.variation{display:none!important}.xoo-wsc-footer{position:relative}.xoo-wsc-body{height:100%!important}.xoo-wsc-header{padding:10px 20px}a.xoo-wsc-ft-btn.xoo-wsc-cart{font-weight:700;margin-bottom:34px}.xoo-wsc-footer a.xoo-wsc-ft-btn{position:relative;margin:0 0;width:100%;display:inline-block;max-width:290px;background-color:#0d8400;line-height:34px;margin-bottom:40px}

.xoo-wsc-coupon{position:relative}

.xoo-wsc-notification-bar{background-color:#d7f2ba;color:#3f4b35;padding:15px 15px}.txt_popup_afters{font-family:'Kaushan Script',cursive;font-size:26px}span.xoo-wsc-total-sales{text-transform:uppercase;border:1px solid #6ab220;padding:2px 10px;display:inline-block;margin-bottom:10px;border-radius:0;font-size:11px;width:auto}.xoo-wsc-rp-title{margin-top:20px;margin-bottom:20px;color:#000}

.xoo-wsc-rp-right-area a.button:before{content:"+";display:block;font-size:20px;font-weight:700;color:#fff}.xoo-wsc-rp-right-area a.button::after{content:url(/wp-content/uploads/2019/01/shopping-cart-1.png);filter:brightness(0) invert(1);position:relative;display:block;font-size:20px;top:0}.xoo-wsc-rp-right-area a.button{background-color:#0b8400;float:left;font-size:0;height:32px;width:64px}

.xoo-wsc-rp-right-area .xoo-wsc-sp-title{font-size:18px;color:#000;max-width:320px;text-decoration:underline;display:block}.xoo-wsc-rp-right-area .price{margin-top:8px}.xoo-wsc-rp-right-area ins .woocommerce-Price-amount{color:#000;font-size:18px;font-weight:700;margin-left:4px}.lSSlideOuter{width:auto;margin:0 auto;padding-left:30px;padding-right:30px}.lightSlider ins{text-decoration:none}.lSPager{display:none}.lSSlideWrapper{padding-bottom:30px}a.xoo-wsc-remove.xoo-wsc-icon-trash{text-decoration:unset}.xoo-wsc-tools-label{float:left;text-align:left;width:auto;color:#000}.xoo-wsc-tools-value{clear:unset;text-align:right;width:auto;color:#ff7900;margin-top:0;float:right}.xoo-wsc-subtotal .xoo-wsc-tools-value span.amount{font-size:16px!important;color:#000}

.xoo-wsc-container .xoo-wsc-tools-value span.amount{font-size:20px}.xoo-wsc-container .xoo-wsc-tools-value .tax-wsc-cust span.amount{font-size:10px}.xoo-wsc-tool{margin:14px 0}.xoo-wsc-coupon-trigger{color:#93738a;font-weight:700;line-height:normal;text-decoration:underline;padding-left:18px;position:relative;font-size:15px;text-align:left;margin:24px 126px 21px 50px}.xoo-wsc-ft-btn.xoo-wsc-cart:before{transform:rotate(45deg);width:8px;content:' ';display:block;position:absolute;top:18px;height:8px;border-right:2px solid #fff;border-top:2px solid #fff}.xoo-wsc-coupon-trigger:before{transform:rotate(45deg);width:6px;content:' ';display:block;position:absolute;left:0;top:8.5px;height:6px;border-right:2px solid #93738a;border-top:2px solid #93738a}

.xoo-wsc-price{font-weight:700;margin-top:8px}

.tax-wsc-cust span{font-weight:700}.tax-wsc-cust{font-size:12px;display:block;color:#000;width:100%;font-weight:400}

a.xoo-wsc-coupon-trigger{cursor:pointer;float:left}.xoo-wsc-tools{font-weight:700;padding:0 24px;margin-left:20px;margin-right:20px;width:280px;float:right}.xoo-wsc-close{transform:translateY(-50%);top:50%!important;background:#d8d8d8;padding:12px;right:0px!important}ul li.xoo-wsc-rp-item.lslide{width:540px!important}.xoo-wsc-ft-btn.xoo-wsc-cart:before{left:42px}

.xoo-wsc-container{-webkit-transform:translateZ(99999px);-moz-transform:translateZ(99999px);-o-transform:translateZ(99999px);transform:translateZ(99999px)}.xoo-wsc-price .woocommerce-Price-amount,.xoo-wsc-rp-right-area .woocommerce-Price-amount{color:#777;font-weight:400;font-size:14px}

[class^="xoo-wsc-icon-"],[class*=" xoo-wsc-icon-"]{font-family:'Woo-Side-Cart'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xoo-wsc-icon-cross:before{content:"\e909"}

.xoo-wsc-icon-trash:before{content:"\e908"}

.xoo-wsc-icon-spinner2:before{content:"\e97b"}

#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:0.5s!important;animation-duration:0.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}

#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}

.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}

.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:none}

.cn-close-icon:before,.cn-close-icon:after{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:#fff}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}

#cookie-notice .cn-button{margin:0 0 0 10px}

.cn-text-container{margin:0 0 6px 0}.cn-text-container,.cn-buttons-container{display:inline-block}

#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}

html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}

.container{max-width:100%}

.container{max-width:100%}

.container{max-width:100%}

.container{max-width:1222px}

.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}

.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}

.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}

.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}

.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}

.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}

.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}

.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}

.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}

.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}

.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}

.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-lg-20_0{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}

.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}

: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}

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}

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

strong,b{font-weight:600}

ins{text-decoration:none}

small{font-size:80%}

iframe,embed{max-width:100%}

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

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}

h5{font-size:16px}

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}

.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-left{text-align:left}

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

[class*="color-scheme-light"]{--wd-text-color:rgba(255,255,255,.8);--wd-title-color:#fff;--wd-widget-title-color:var(--wd-title-color);--wd-entities-title-color:#fff;--wd-entities-title-color-hover:rgba(255,255,255,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)}

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

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

.set-cont-mb-s{--wd-tags-margin-bottom:10px}.reset-last-child>*:last-child{margin-bottom:0}

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

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

table{margin-bottom:35px;width:100%;border-spacing:0;border-collapse:collapse;line-height:1.4}

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

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

.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,.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-scroll-content{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:50vh;scrollbar-width:thin}.wd-dropdown{position:absolute;top:100%;left:0;z-index:380;margin:15px 0 0;background-color:#FFF;background-position:bottom right;background-clip:border-box;background-repeat:no-repeat;box-shadow:0 0 3px rgba(0,0,0,.15);text-align:left}.wd-dropdown:after{content:"";position:absolute;right:0;bottom:100%;left:0;height:15px}

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

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

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

.widget-heading{display:flex;flex:0 0 auto;align-items:center;flex-direction:row;justify-content:flex-end;padding:20px 15px;border-bottom:1px solid rgba(119,119,119,.2)}.widget-heading .widget-title{flex:1 1 auto;margin-bottom:0;font-size:20px}.widget-heading .close-side-widget{flex:0 0 auto;text-transform:uppercase}.widget-heading .close-side-widget>a{height:25px}

.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-right{right:0;left:auto;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}

.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:hover{color:var(--sub-menu-color-hover)}[class*="color-scheme-light"] .wd-sub-menu{--sub-menu-color:rgba(255,255,255,.6);--sub-menu-color-hover:#fff}

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

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

.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.wd-has-children>a:after,.wd-nav>li.menu-item-has-children>a:after{margin-left:4px;font-weight:400;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[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.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-vertical{display:flex;margin-right:0;margin-left:0;position:relative}.wd-nav-vertical>li{flex:1 1 100%;max-width:100%;width:100%}.wd-nav-vertical>li:not(:last-child){border-bottom:1px solid rgba(129,129,129,.15)}.wd-nav-vertical>li>a{padding:12px 18px;line-height:20px;color:#333;font-size:14px;text-transform:unset}.wd-nav-vertical>li:hover>a{background-color:#F9F9F9;color:rgba(51,51,51,.9)}.wd-nav-vertical>li.menu-mega-dropdown{position:static}.wd-nav-vertical>li.menu-item-has-children>a:after{color:rgba(82,82,82,.45);margin-left:auto;font-weight:600;font-size:60%;content:"\f113"}.wd-nav-vertical .wd-dropdown-menu.wd-design-sized,.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width{min-height:100%}

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

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

.wd-action-btn{display:inline-flex;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.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}

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

.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{--list-mb:0;--li-mb:15px;list-style:none;--li-pl:0}

.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,.2)}.widget:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}

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

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

.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-general-header .whb-mobile-left,.whb-general-header .whb-mobile-right{flex:1 1 0%}

.whb-main-header{position:relative;top:0;right:0;left:0;z-index:390;backface-visibility:hidden;-webkit-backface-visibility:hidden}

.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-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,.1)}.whb-sticky-shadow.whb-sticked .whb-row:last-child{border-bottom:none}

.whb-row{transition:background-color .2s ease}.whb-color-dark:not(.whb-with-bg){background-color:#FFF;}

.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-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,.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-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)}

.site-logo{max-height:inherit}.wd-logo{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-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:block}

[class*="wd-header-search-form"]{flex:1 1 auto}[class*="wd-header-search-form"] input[type='text']{min-width:290px}

.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,.1)}.searchform.wd-style-with-bg .searchsubmit:before{border-color:rgba(255,255,255,.4);border-left-color:#FFF}

.wd-header-text{flex:1 1 auto}

.wd-header-text.wd-inline{flex:0 0 auto}.whb-top-bar .wd-header-text{font-size:12px;line-height:1.2}

.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.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 ul{display:none;flex:1 1 100%;order:3}.wd-nav-mobile.wd-active{display:block}

.mobile-nav .wd-nav-opener{border-left:1px solid var(--nav-mobile-link-brdcolor);--nav-opener-color-active:#fff}

.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,.2)}.mobile-menu-widget:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}

.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.color-scheme-light{color:#FFF}.wd-dropdown-cats{right:0;z-index:299;border:1px solid rgba(129,129,129,.15);border-top:none;box-shadow:none}

.page-title{position:relative;margin-top:-40px;margin-bottom:40px;padding:15px 0}

.title-design-centered{text-align:center}

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

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

.footer-sidebar{padding-top:40px;padding-bottom:10px}.footer-column{margin-bottom:30px}

.copyrights-wrapper{border-top:1px solid rgba(119,119,119,.2)}

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

.btn.btn-scheme-light{color:#FFF}

.btn.btn-scheme-hover-light:hover{color:#FFF}

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

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

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

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

.wd-scroll{--scrollbar-track-bg:rgba(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)}

.whb-hidden-lg,.whb-hidden-desktop{display:none}

.whb-full-width .whb-row>.container,.whb-full-width+.whb-clone .whb-row>.container{max-width:100%;width:95%}

.title-size-small{padding:20px 0}

.tooltip{display:none;padding:15px;position:absolute;background:#000;border-radius:4px;color:#fff}

footer{background-image:linear-gradient(to top,rgba(0,0,0,.05) 47%,rgba(255,255,255,.85) 108%,rgba(255,255,255,.85) 100%)}.copyrights-wrapper.copyrights-two-columns{background-color:#fff}

footer #text-4 .textwidget .footer-social-icon-wrap a{display:inline-block;height:23px;background-repeat:no-repeat;background-size:contain}footer #text-4 .textwidget .footer-social-icon-wrap a:first-child{width:23px;margin-right:20px}footer #text-4 .textwidget .footer-social-icon-wrap a:nth-child(2){width:10px;margin-right:20px}footer #text-4 .textwidget .footer-social-icon-wrap a:nth-child(3){width:18px}

footer #text-4 h5.widget-title,footer #text-4 h3{font-family:SegoeScript;font-size:24px;font-weight:400;line-height:18px;text-transform:none}footer #text-4 h3{margin-top:20px;margin-bottom:7px}

.cart_item ul.variation li,.woocommerce-mini-cart-item ul.variation li{color:#545454;font-size:105%;font-weight:400}.cart_item ul.variation li span.item-variation-name,.woocommerce-mini-cart-item ul.variation li span.item-variation-name,.woocommerce-mini-cart-item .product-name,.cart_item .product-name{font-weight:700}

.product-share .share-title,#social-media{display:none}

.container-main-footer-one-full{background-color:#fbf8fb}.container-main-footer-two-full{background-color:#e6dde6}.container-main-footer-two-full aside .footer-column.footer-column-1.col-12.col-sm-6.col-lg-3:last-child{background-color:#F2F2F2}.container-main-footer-two-full .footer-sidebar{padding-top:0;padding-bottom:0}.container-main-footer-two-full aside .footer-column{margin-bottom:0;padding-top:40px;padding-bottom:40px}

.cart_item ul.variation li span.item-variation-name,.woocommerce-mini-cart-item ul.variation li span.item-variation-name,.woocommerce-mini-cart-item .product-name,.cart_item .product-name{padding-right:4px;float:left}

.advantages-header.visible-xs{overflow:hidden;height:38px;position:relative;background-color:#f0ffe0}

#block_all_header_txt{margin-bottom:25px}

.vc_row:after,.vc_row:before{content:" ";display:table}.vc_row:after{clear:both}

.vc_column_container{width:100%}.vc_row{margin-left:-15px;margin-right:-15px}.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9{float:left}

.vc_col-sm-12{width:100%}

.vc_col-sm-6{width:50%}

#content .wpb_alert p:last-child,#content .wpb_text_column :last-child,#content .wpb_text_column p:last-child,.wpb_alert p:last-child,.wpb_text_column :last-child,.wpb_text_column p:last-child{margin-bottom:0}.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li{margin-bottom:35px}

.vc_column-inner::after,.vc_column-inner::before{content:" ";display:table}.vc_column-inner::after{clear:both}

.vc_column_container{padding-left:0;padding-right:0}.vc_column_container>.vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%}.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner{padding-top:35px}

.wpb_animate_when_almost_visible{opacity:0}.wpb_animate_when_almost_visible:not(.wpb_start_animation){-webkit-animation:none;-o-animation:none;animation:none}

.wpb_start_animation{opacity:1}

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

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

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

td.product-name a:hover,.product-title a:hover,a.product-title:hover,.widget_recent_reviews .product-title:hover,li:hover .cart-info .wd-entities-title{color:var(--wd-entities-title-color-hover)}.wc-item-meta,.wc-item-meta ul,.wc-item-meta ol,.woocommerce-pagination ul,ul.variation,.wd-pf-results,.wd-pf-dropdown ul{list-style:none;--li-pl:0}

.whb-col-right .wd-dropdown-cart,.whb-col-right .wd-dropdown-my-account,.whb-col-right .wd-dropdown-register{right:0;left:auto}

.wd-header-cart.wd-design-2 .wd-cart-number,.wd-header-cart.wd-design-5 .wd-cart-number{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}

.wd-header-cart .wd-tools-icon:before{font-size:20px;content:"\f105";font-family:"woodmart-font"}

.wd-header-cart .wd-cart-number>span{display:none}

.wd-header-cart.wd-design-5{margin-right:5px}.wd-header-cart.wd-design-5 .wd-tools-text{display:none}.wd-dropdown-cart{padding:20px;width:330px}.cart-widget-side{display:flex;flex-direction:column}.cart-widget-side .widget_shopping_cart{position:relative;flex:1 1 auto;height:100%}.cart-widget-side .widget_shopping_cart_content{display:flex;flex:1 1 auto;flex-direction:column;height:100%}.cart-widget-side .shopping-cart-widget-body{position:relative;flex:1 1 auto}.cart-widget-side .wd-scroll-content{position:absolute;top:0;right:0;bottom:0;left:0;max-height:100%}.cart-widget-side .woocommerce-mini-cart .mini_cart_item{margin-bottom:0;padding:15px;transition:background-color .3s ease}

.cart-widget-side .woocommerce-mini-cart .remove{top:13px;right:10px}.cart-widget-side .shopping-cart-widget-footer{flex:0 0 auto;padding-bottom:15px}.cart-widget-side .shopping-cart-widget-footer>p{padding-right:15px;padding-left:15px}.cart-widget-side .woocommerce-mini-cart__total{margin-top:0}

.product-labels{position:absolute;z-index:1;display:flex;align-items:flex-start;flex-direction:column;flex-wrap:nowrap;max-width:50%;transition:opacity .3s ease}.product-label{min-width:50px;color:#FFF;text-align:center;text-transform:uppercase;word-break:break-all;letter-spacing:.4px;font-weight:600;line-height:1.2}

.product-label.featured{background-color:#E22D2D}

.labels-rectangular{top:15px;left:0}.labels-rectangular .product-label{padding:5px 10px;font-size:12px}

.star-rating{position:relative;display:inline-block;vertical-align:middle;white-space:nowrap;letter-spacing:2px;font-weight:400;font-size:14px;color:#EABE12;font-family:"woodmart-font"}.star-rating:before{content:"\f149" "\f149" "\f149" "\f149" "\f149";color:#C9C9C9}.star-rating span{position:absolute;top:0;bottom:0;left:0;overflow:hidden;width:100%;text-indent:99999px}.star-rating span:before{content:"\f148" "\f148" "\f148" "\f148" "\f148";position:absolute;top:0;left:0;text-indent:0}

.amount{font-weight:600;font-size:14px;color:var(--wd-primary-color)}

del .amount{color:#BDBDBD;font-weight:400}

.price{font-size:14px;color:var(--wd-primary-color)}.price .amount{font-size:inherit}.price del{color:#BDBDBD;font-size:90%}.price ins{padding:0;background-color:transparent;text-decoration:none;opacity:1;color:var(--wd-primary-color)}

.woocommerce-price-suffix{color:#777}

ul.variation{--li-mb:5px;--list-mb:0;font-size:12px;color:#B2B2B2;--wd-tags-margin-bottom:0}ul.variation li p{display:inline;font-size:inherit}

.product_list_widget>li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(119,119,119,.2)}.product_list_widget>li:after{content:"";display:block;clear:both}.product_list_widget>li>a{display:block;margin-bottom:8px}.product_list_widget>li img{float:left;margin-right:15px;min-width:65px;max-width:65px}

.product_list_widget>li .wd-entities-title{margin-bottom:8px;font-size:14px}

.product_list_widget>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}

.woocommerce-mini-cart>li{position:relative;display:flex;align-items:flex-start;flex-direction:row}.woocommerce-mini-cart>li a{margin-bottom:0}.woocommerce-mini-cart .remove{position:absolute;top:1px;right:0;z-index:2;width:20px;height:20px;border-radius:50%;color:rgba(0,0,0,.8);text-align:center;font-size:0;line-height:20px}.woocommerce-mini-cart .remove:after{font-weight:700;font-size:8px;content:"\f112";font-family:"woodmart-font"}

.cart-item-link{z-index:1;font-size:0}.cart-item-image{position:relative;flex:0 0 auto;overflow:hidden;margin-right:15px}.cart-item-image img{float:none!important;margin-right:0!important;transition:opacity .6s ease}.cart-item-image:after{position:absolute;top:50%;left:50%;margin-top:-10px;margin-left:-10px;opacity:0;transition:opacity .6s ease;content:"";display:inline-block;width:20px;height:20px;border:1px solid rgba(0,0,0,.1);border-left-color:rgba(0,0,0,.8);border-radius:50%;vertical-align:middle}

.cart-info{flex:1 1 auto;padding-right:20px}.cart-info .wd-entities-title{transition:all .25s ease}

.cart-info .variation{margin-bottom:6px}.cart-info span.quantity{display:block;color:#BBB;font-size:13px}

.shopping-cart-widget-footer>p{margin-bottom:5px}.shopping-cart-widget-footer>p:last-child{margin-bottom:0}.woocommerce-mini-cart__total{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;margin-top:15px;padding-top:15px;padding-bottom:15px;border-top:2px solid rgba(119,119,119,.2)}.woocommerce-mini-cart__total strong{color:#2d2a2a;text-transform:uppercase;font-weight:600;font-size:18px}.woocommerce-mini-cart__total .amount{font-weight:600;font-size:20px}

.woocommerce-mini-cart__buttons{display:block;margin-bottom:0;text-align:center}.woocommerce-mini-cart__buttons a{margin-bottom:10px;width:100%}.woocommerce-mini-cart__buttons a:last-child{margin-bottom:0}.woocommerce-mini-cart__buttons .btn-cart{border-radius:var(--btn-default-brd-radius);color:var(--btn-default-color);box-shadow:var(--btn-default-box-shadow);background-color:var(--btn-default-bgcolor)}.woocommerce-mini-cart__buttons .btn-cart:hover{color:var(--btn-default-color-hover);box-shadow:var(--btn-default-box-shadow-hover);background-color:var(--btn-default-bgcolor-hover)}

.woocommerce-mini-cart__buttons .checkout{border-radius:var(--btn-shop-brd-radius);color:var(--btn-shop-color);box-shadow:var(--btn-shop-box-shadow);background-color:var(--btn-shop-bgcolor)}.woocommerce-mini-cart__buttons .checkout:hover{color:var(--btn-shop-color-hover);box-shadow:var(--btn-shop-box-shadow-hover);background-color:var(--btn-shop-bgcolor-hover)}

.wd-products-element{position:relative}

.products-bordered-grid{margin-right:0!important;margin-left:0!important}.products-bordered-grid.elements-grid{align-items:stretch!important;border-style:solid;border-left-width:1px;border-color:rgba(119,119,119,.2)}.products-bordered-grid.elements-grid:not(.elements-list) [class*="-grid-item"]{margin-bottom:0!important;border-style:solid;border-bottom-width:1px;border-right-width:1px;border-color:inherit}

.products-bordered-grid.wd-spacing-10 [class*="-grid-item"]{padding-top:5px;padding-bottom:5px}

.products-bordered-grid .col-12:first-child,.products-bordered-grid .col-6:nth-child(-n+2),.products-bordered-grid .col-md-4:nth-child(-n+3),.products-bordered-grid .col-md-3:nth-child(-n+4),.products-bordered-grid .col-lg-20_0:nth-child(-n+5),.products-bordered-grid .col-lg-2:nth-child(-n+6){border-top-width:1px}

.scrollToTop{position:fixed;right:20px;bottom:20px;z-index:350;width:50px;height:50px;border-radius:50%;background-color:rgba(255,255,255,.9);box-shadow:0 0 5px rgba(0,0,0,.17);color:#333;text-align:center;opacity:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}.scrollToTop.button-show{opacity:1;-webkit-transform:none;transform:none;pointer-events:visible}

.scrollToTop:after{display:inline-block;font-weight:600;font-size:16px;line-height:50px;content:"\f115";font-family:"woodmart-font"}

.whb-sticked .whb-general-header .wd-dropdown{margin-top:10px}.whb-sticked .whb-general-header .wd-dropdown:after{height:20px}.whb-header-bottom .wd-dropdown{margin-top:0}.whb-header-bottom .wd-dropdown:after{height:10px}

.whb-header-bottom .wd-header-cats{margin-top:0;margin-bottom:0;height:calc(100% + 0px)}

.whb-top-bar-inner{height:42px;max-height:42px}

.whb-general-header-inner{height:95px;max-height:95px}.whb-sticked .whb-general-header-inner{height:60px;max-height:60px}.whb-header-bottom-inner{height:40px;max-height:40px}

.whb-top-bar{background-color:rgba(243,243,243,1);border-color:rgba(243,243,243,1);border-bottom-width:1px;border-bottom-style:dotted}.whb-general-header{border-bottom-width:0;border-bottom-style:solid}.whb-2ao2jlflcxfcjxamowmq .menu-opener{background-color:rgba(16,16,16,1)}.whb-header-bottom{background-color:rgba(16,16,16,1);border-color:rgba(255,255,255,1);border-bottom-width:0;border-bottom-style:dotted}.page-title-default{background-color:#fff;background-size:cover;background-position:center center}.footer-container{background-color:#fff}:root{--wd-text-font:"Open Sans",Arial,Helvetica,sans-serif;--wd-text-font-weight:400;--wd-text-color:#141414;--wd-text-font-size:16px}:root{--wd-title-font:"Open Sans",Arial,Helvetica,sans-serif;--wd-title-font-weight:600;--wd-title-color:#141414}:root{--wd-entities-title-font:"Open Sans",Arial,Helvetica,sans-serif;--wd-entities-title-font-weight:400;--wd-entities-title-color:#333333;--wd-entities-title-color-hover:rgb(51 51 51 / 65%)}:root{--wd-alternative-font:"Open Sans",Arial,Helvetica,sans-serif}:root{--wd-widget-title-font:"Open Sans",Arial,Helvetica,sans-serif;--wd-widget-title-font-weight:700;--wd-widget-title-transform:uppercase;--wd-widget-title-color:#141414;--wd-widget-title-font-size:16px}:root{--wd-header-el-font:"Open Sans",Arial,Helvetica,sans-serif;--wd-header-el-font-weight:600;--wd-header-el-transform:uppercase;--wd-header-el-font-size:15px}:root{--wd-primary-color:#000}:root{--wd-alternative-color:#000}:root{--wd-link-color:#000;--wd-link-color-hover:#232323}:root{--btn-default-bgcolor:#9e5da0}:root{--btn-default-bgcolor-hover:#681c33}:root{--btn-shop-bgcolor:#0d8400}:root{--btn-shop-bgcolor-hover:#9e5da0}:root{--btn-accent-bgcolor:#681c33}:root{--btn-accent-bgcolor-hover:#681c33}:root{--notices-success-bg:#459647}:root{--notices-success-color:#fff}:root{--notices-warning-bg:#E0B252}:root{--notices-warning-color:#fff}

:root{--wd-form-brd-radius:0;--wd-form-brd-width:1px;--btn-default-color:#fff;--btn-default-color-hover:#fff;--btn-shop-color:#fff;--btn-shop-color-hover:#fff;--btn-accent-color:#fff;--btn-accent-color-hover:#fff;--btn-default-bottom-active:-1px;--btn-default-brd-radius:0;--btn-default-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);--btn-default-box-shadow-hover:inset 0 -2px 0 rgba(0,0,0,.15);--btn-shop-bottom-active:-1px;--btn-shop-brd-radius:0;--btn-shop-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);--btn-shop-box-shadow-hover:inset 0 -2px 0 rgba(0,0,0,.15);--btn-accent-bottom-active:-1px;--btn-accent-brd-radius:0;--btn-accent-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);--btn-accent-box-shadow-hover:inset 0 -2px 0 rgba(0,0,0,.15)}

.container{max-width:1278px}

span.woocommerce-Price-currencySymbol{display:none}

li.child_menu_block{margin-left:25px}.sub-menu-dropdown.color-scheme-dark{background-color:#E6DDE6}.navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a,.navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a,.navigation-style-bordered .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a,.vertical-navigation .menu-mega-dropdown .sub-sub-menu li a,.navigation-style-default .menu-simple-dropdown .color-scheme-dark li a{color:#2d2d2d}

.home .page-title{display:none}.slider_home_top{margin-bottom:25px}.category_home{margin-bottom:25px}.categoru_title_home{margin-top:25px}.home_block_title{font-size:26px;margin-bottom:40px}.home_block_title:after{content:" ";position:absolute;top:45px;left:36px;margin-left:-20px;width:40px;height:2px;background:#000}.block_home_bottom{margin-top:25px}#buttom_home_txt a{background-color:#9e5da0;border-color:#9e5da0}.product-item.small-img{display:block}.product-item.small-img img,.large-img img{width:100%}a.product-item.small-img.two-block-home{margin-top:.5%}.block_plashka_home a{width:25%;display:block;float:left;padding:0;}

a:hover{text-decoration:underline}

.whb-text-element>div>span{position:relative}header .whb-top-bar a:hover,header .whb-top-bar a{color:#fff}header .whb-top-bar a{border-bottom:1px solid #777}header .whb-top-bar a:hover{color:#fff;border-bottom:1px solid #000;text-decoration:unset}.nieuwe_industriale_meubelen_txt a,.term-description a,p a,.type-page li a,.woocommerce-tabs .wc-tab-inner a{border-bottom:1px solid #777}.nieuwe_industriale_meubelen_txt a:hover,.term-description a:hover,p a:hover,.type-page li a:hover,.woocommerce-tabs .wc-tab-inner a:hover{border-bottom:1px solid #333;text-decoration:unset}

.adv-item{display:inline-block;margin-right:7px;color:#000;font-size:13px;font-weight:400;text-transform:none!important;line-height:34px}.adv-item a{color:#000!important}.adv-item:before{display:inline-block;content:url(/wp-content/themes/woodmart-child/images/v-header.png);margin-right:11px}

body #st-4{top:60%}

.whb-top-bar .whb-text-element{font-size:14px}

.color-scheme-dark .widget a,.color-scheme-dark .woodmart-widget a,.color-scheme-dark div[class^=vc_wp] a{color:#000}.color-scheme-dark{color:#000}

.content-layout-wrapper.align-items-start{display:flex;align-items:center;justify-content:center}.category_home{width:25%;height:auto}.woodmart-search-form input[type='text']{border:1px solid rgba(129,129,129,.9)}

li.child_menu_block:before{content:'↳';position:absolute;left:-26px;top:4px;color:#999}

div#popup1 .popup{height:auto;width:360px}div#popup1 .popup .close{position:absolute;top:0;right:0;-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;font-size:30px;font-weight:400;text-decoration:none;text-align:center;background:#d8d8d8;border-radius:0;cursor:pointer;float:right;padding:0;color:#333;margin-top:0;margin-right:0;height:40px;width:40px;line-height:40px;z-index:99999}li.child_menu_block{position:relative}li.child_menu_block:before{content:'↳';position:absolute;left:-26px;top:4px;color:#999}

.page-title-default{margin-top:-24px!important}

.categories-menu-dropdown .item-level-0>a{font-weight:600!important}div .sub-menu-dropdown.color-scheme-light{background-color:#fff}

.sub-menu-dropdown.color-scheme-light{box-shadow:10px 15px 15px rgba(0,0,0,.1)}#block_all_header_txt{margin-top:-40px}header .vertical-navigation .item-level-0:hover>a{background-color:#101010;color:#fff}

.sub-menu-dropdown.color-scheme-dark{background-color:#fff}header .vertical-navigation .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a,header .vertical-navigation .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a{color:rgb(0 0 0)}.navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a,.navigation-style-default .menu-simple-dropdown .color-scheme-dark li a{color:#101010}

.navigation-style-default .menu-simple-dropdown .color-scheme-dark li a:hover{background-color:unset!important;color:#101010}.vertical-navigation .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover,.full-screen-nav .menu-mega-dropdown .sub-sub-menu li a:hover{color:#000}

body,html{overflow-x:hidden!important}

.whb-sticked .whb-row.whb-header-bottom{display:none}

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

.wd-title-style-simple .liner-continer{position:relative;padding-bottom:10px}.wd-title-style-simple .liner-continer:after{content:" ";position:absolute;top:100%;left:calc(50% - 20px);width:40px;height:2px}.wd-title-style-simple.text-left .liner-continer:after{left:0}

.wd-title-style-simple.wd-title-color-primary .liner-continer:after{background-color:var(--wd-primary-color)}

.wpb-js-composer .title-wrapper{min-width:100%}

.wpb-js-composer .title-wrapper .liner-continer{min-width:inherit;max-width:inherit}.wpb-js-composer .title-wrapper [class*="title"]{max-width:inherit}

.product-grid-item{text-align:center}.product-grid-item .product-element-top{position:relative;overflow:hidden;margin-bottom:10px;backface-visibility:hidden;-webkit-backface-visibility:hidden}.product-grid-item .product-element-top:after{position:absolute;top:50%;left:50%;visibility:hidden;margin-top:-16px;margin-left:-16px;opacity:0;transition:opacity .1s ease,visibility .1s ease;content:"";display:inline-block;width:32px;height:32px;border:1px solid #BBB;border-left-color:#000;border-radius:50%;vertical-align:middle}.product-grid-item .product-element-top:hover .hover-img{opacity:1;-webkit-transform:scale(1.09);transform:scale(1.09)}

.product-grid-item .product-image-link img,.product-grid-item .hover-img img{width:100%}.product-grid-item .product-image-link{display:block}.product-grid-item .hover-img{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#FFF;opacity:0;transition:opacity 0.5s ease,-webkit-transform 2s cubic-bezier(0,0,.44,1.18);transition:opacity 0.5s ease,transform 2s cubic-bezier(0,0,.44,1.18);transition:opacity 0.5s ease,transform 2s cubic-bezier(0,0,.44,1.18),-webkit-transform 2s cubic-bezier(0,0,.44,1.18)}.product-grid-item .hover-img>a{display:block;flex:1 1 100%;max-width:100%;width:100%}.product-grid-item .wd-entities-title{margin-bottom:5px;font-size:14px}

.product-grid-item .star-rating{margin-bottom:5px}.product-grid-item .price{display:block;margin-bottom:0;font-size:15px;line-height:1.3}

.quick-shop-wrapper{z-index:10;background-color:rgba(255,255,255,.95);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform:translate3d(0,103%,0);transform:translate3d(0,103%,0)}.quick-shop-wrapper .quick-shop-form{padding:45px 10px 0 10px;height:100%;text-align:center;max-height:100%}

.quick-shop-wrapper .quick-shop-close{position:absolute;top:5px;right:8px;z-index:5;opacity:0;transition:opacity .2s ease .0s;text-transform:uppercase}.quick-shop-wrapper .quick-shop-close>a{letter-spacing:.6px;font-size:12px;height:30px}.quick-shop-wrapper .quick-shop-close>a:before{font-size:9px}

.wd-buttons{z-index:2;display:flex;flex-direction:column;background:#FFF;box-shadow:1px 1px 1px rgba(0,0,0,.1);transition:all .3s ease}.wd-buttons .wd-action-btn>a{height:45px}

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

.wd-hover-icons .wd-buttons{display:inline-flex;align-items:stretch;flex-direction:row;flex-wrap:nowrap;padding-left:7px;padding-right:7px;max-width:calc(100% - 20px)}.wd-hover-icons .wd-buttons .wd-action-btn{max-width:43px;width:100vw;flex:1 1 auto}.wd-hover-icons .wd-buttons .wd-action-btn>a{width:100%}.wd-hover-icons:hover .wrapp-buttons{visibility:visible;opacity:1;-webkit-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0)}

.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}

.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}

.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;border-radius:4px;-o-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);box-shadow:'' 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;transition:all 1s ease}

.flex-direction-nav{*height:0}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;content:'\f001';color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3)}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}

body .metaslider .coin-slider,body .metaslider .nivoSlider,body .metaslider .nivoSlider img,body .metaslider .rslides,body .metaslider .rslides li,body .metaslider .flexslider ul.slides,body .metaslider .flexslider .slides li,body .metaslider .flexslider .slides ul,body .metaslider .flexslider .slides ol,body .metaslider .flexslider .slides img,body .metaslider .flexslider .flex-direction-nav,body .metaslider .flexslider .flex-direction-nav li{border:0;margin:0;list-style-type:none;list-style:none;padding:0;line-height:normal;max-width:none;max-height:none}.metaslider{position:relative;z-index:0}

.metaslider img{height:auto;padding:0;margin:0;-moz-user-select:none}.metaslider a{outline:none}

.metaslider li:before,.metaslider li:after{content:""!important;display:none!important;bottom:auto!important;margin:0!important}

.metaslider .slides img{width:100%;display:block}.metaslider .flexslider{background:none;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;border:0;margin:0 0 40px;max-width:none;max-height:none}

.metaslider .flexslider .slides li{position:relative;height:auto}.metaslider .flex-viewport{direction:ltr}.metaslider .flex-direction-nav a{-moz-transition:all .3s ease;transition:all .3s ease}

.metaslider.nav-hidden .flexslider{margin-bottom:0}

.metaslider .flexslider .flex-direction-nav li a:before{content:none!important}.metaslider .flexslider .flex-direction-nav li a{width:30px;height:30px;border:0;margin:-20px 0 0;box-shadow:none!important;display:block;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAbCAYAAADGfCe4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJENzFDNTE1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJENzFDNTI1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMkQ3MUM0RjU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMkQ3MUM1MDU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlOkRgUAAAO+SURBVHja3JhNSxtBGMfd1a55hdQk2oMkpYdYkJRIDkpPBUGR4EFaL61H/QKiH0LxG3gK2B6EklMp+hVKNBYsLdQSRbE0SRsbN+8mfZ5lVtawszOjbg4deIjOzvx/z392ZnZ3pHa73fO/FwlNSpJk1UaGGIYIQwQhnBBuCBWiApGDOIY4Ba2WELxLXCuTWPkUIg7h4si5DJGG+NrmnB7d4tJMeiCmIfy3mB0FiB3QvbyFSVu4ZiYD8P8M1DtvvQYkqQL9P0LkBUzaxu006ZZl+WWr1XLcdbGDThV03oO+ymHSVq5887o8cx8gLKiDemBEZudlL1c2kKLQYIBHKBKJ5NfW1g7wlwEcQF2GQyaXl0fj6tO1D8qbZrPZzxKIxWI/9/f3cTf7A/EQ+ias2oNuFXTfAadpMl2R+xquW95F6PtB542NjcUzmcwjVp6gWwPdt8jV7qSiKCEBg5/gzzPcuiHJHKsPGkB9s2uE6+DYUHLkUXGGfMyDg9uvczWTHo/niYDBc72ut7f3Oc/0oenzcE0457xGdX3NZK1WC4oahNF9cXV1FeFJstFoBETqOwtykCdqVPelmazX606rRW80CDCFACO8O161WnWJ1NNSQS7yjUatNiPdl0xGtI/W0Ofz/TbeQZgCwyIGrfStuDSjhH99R0l+llx942nSGh4eHg4aRq+nVCr9Wlxc/CaSGU3fimtWkIt8w5JRMD8WVzPpdrtrtIaqqvpAbNZg9HJzczMjYpSmb8U1M4hc5BuWzSzmx+JqJoeGhv4ynlP+DqMXCJyfnz/iSZCmz+LqBTnE4IXRIObFw9VMjo6OnrNAZka3t7f3eJKMRqNnIvWdhXCEDBp9aSZXV1ePHA5HQ9Qo/KqsPqi7vLz8w+wa1vNwdY6IQdRFX9cmx8fHi5OTk8c8o0qMvoKI4y+rPepOTExcmF3Deh6ukcdjUOeirxufWtlsNhCPx6cLhYL7vs5W/H6/mk6nd8LhcJ72qdUN7vVXCFQUksnkHs/04Smog3qoa9WuG1zZMKrtRCLxfX19/cDlctXvAsL+qIN6OMMZU9F2bl8HsAHT98vIyEh9YWHhWS6X84iCgsHg5dbW1uepqSkEcd0du7mmB1lQ96BSqQwvLS09TqVS4XK5rPCM4tzc3DE8z7JOp/OUx2C3uNQjSXK65ysWi4MbGxuB3d1d/8nJiRdeqxSEo7jX662HQqESjF5hZWUlD++R+MpVvMu5qx1cieOIVCKHujiFHGSKYzRJVMmrlspaf6KHb/fF/SfAABnmiiuKJ06tAAAAAElFTkSuQmCC);background-repeat:no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;text-indent:-9999px;opacity:0;-webkit-transition:all .3s ease;-moz-transition:opacity .25s ease-in-out;transition:all .3s ease}.metaslider .flex-direction-nav .flex-next{background-position:left 0}.metaslider .flex-direction-nav .flex-next{background-position:right 0;text-align:left;text-indent:9999px}.metaslider .flexslider:focus-within .flex-next,.metaslider .flexslider:hover .flex-next{opacity:.8;right:5px}.metaslider .flexslider:focus-within .flex-prev,.metaslider .flexslider:hover .flex-prev{opacity:.8;left:5px;text-indent:-9999px}.metaslider .flexslider:focus-within .flex-next:focus,.metaslider .flexslider:focus-within .flex-prev:focus,.metaslider .flexslider:hover .flex-next:hover,.metaslider .flexslider:hover .flex-prev:hover{opacity:1}.metaslider .flexslider .flex-next:focus,.metaslider .flexslider .flex-prev:focus{outline:-webkit-focus-ring-color auto 5px}

.metaslider .flexslider .slides>li{position:relative}

#metaslider_3911.flexslider .slides li{margin-right:5px!important}

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}

.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}
/*
.searchform .searchsubmit:after, .searchform .searchsubmit img {
    content: url(/wp-content/themes/woodmart-child/images/search-icon-header.png);
}
span.menu-opener-icon.woodmart-burger {
    background-image: url(/wp-content/uploads/2021/06/icon_desc_mob.png);
	background-repeat: no-repeat;
    margin-top: 8px;
}
*/
div#cookie-notice {
	display:none;
}
div#cookie-notice.cookie-notice-visible {
	display:block;
}
.category_home img {
    max-width: 290px;
    height: 164px;
    width: 100%;
}
.block_plashka_home img {
    width: 100%;
    max-width: 312px;
	height: 41px;
}
html .clickdesk-ultra .click-desk-closed-container .click-desk-visitor {
    display: none!important;
}
html del .amount {
    color: #000;
    font-weight: 400;
    opacity: 1;
}
.home .button.product_type_simple span {
	color: #000;
}
.scrollToTop {
	display:none; 
}
body.home .top_block_baner {
    display: none;
}


/***************/
/***************/
/***************/
.wd-dropdown-cats,.wd-dropdown-cats .wd-dropdown-menu {
    margin: 0 !important
}

.wd-dropdown-cats:after,.wd-dropdown-cats .wd-dropdown-menu:after {
    width: auto !important;
    height: auto !important
}

.whb-sticky-real.whb-sticked .wd-header-cats:not(:hover) .wd-dropdown-cats.wd-opened {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px) translateZ(0);
    pointer-events: none
}

.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-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);
    font-weight: var(--wd-header-el-font-weight);
    font-style: var(--wd-header-el-font-style);
    font-size: var(--wd-header-el-font-size);
    font-family: var(--wd-header-el-font);
    line-height: 1;
    transition: all .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 var(--brdcolor-gray-200);
    border-top: none;
    box-shadow: none
}


/************************************************/
.wd-nav>li>a .menu-label {
    left: calc(100% - 30px);
    margin-left: 0;
}
.menu-label-primary {
    background-color: var(--wd-primary-color);
}
.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;
    font-weight: 600;
    font-size: 9px;
    font-family: var(--wd-text-font);
    line-height: 12px;
}
.menu-label-primary:before {
    border-color: #0ea73d;
}
.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;
}

a.col-lg-6.col-md-6.col-sm-6.col-xs-6.home_img_top5 {
    margin-left: 12%;
}

.search-and-find__results h1{
		display: none;
}

#search-and-find__recently-viewed-products::before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    position: relative;
    top: -10px;
    z-index: 1;
    border-top: 1px solid rgba(232, 232, 232, 1);
}

body #search-and-find__recently-viewed-products.products .product-grid-item, body #search-and-find__recently-viewed-products.products {
    border: none;
    padding-bottom: 15px;
}

.product-grid-item .product-element-top, .product-grid-item .product-element-top .product-image-link, .product-grid-item .product-element-top .hover-img a{
	height: 100%;
}
#recently-viewed-products .product-element-top img, #search-and-find__recently-viewed-products .product-element-top img{
    height: 100%;
    width: 100%;
		object-fit: cover;
}
.menu-mega-dropdown .color-scheme-light .sub-sub-menu li a, .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a {
    color: rgb(0 0 0)!important;
    color: #2d2d2d!important;
}
.wd-nav-vertical>li.menu-item-has-children>a:after {
    color: rgba(82,82,82,0.45)!important;
}
.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat:hover {
    background-color: #101010!important;
}

.wd-nav-vertical.wd-design-default>li:is(.wd-opened,:hover)>a {
    background-color: #101010!important;
		color: #fff!important;
}
.wd-dropdown-menu.wd-dropdown.wd-design-sized.color-scheme-light {
    background-color: #fff!important;
}
.wd-sub-menu a .nav-link-text {
    color: #2d2d2d !important;
}


a.btn.btn-size-small.btn-color-primary.wc-backward {
    color: #fff;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    background-color: #0d8400;
    border-radius: 0px;
}

a.btn.btn-size-small.btn-color-primary.wc-backward:hover {
    color: #fff;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    background-color: #9e5da0;
    text-decoration: underline;
}

.searchform input.s {
    border: 1px solid #000;
}

/**************************/
.block-category-link .block-category {
    position: absolute;
    top: 68%;
    left: 25px;
    background: rgba(255,255,255,0.85);
    height: 25%;
    min-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    font-family: 'Work Sans', sans-serif;
}
.block-category-title {
		font-weight: bold;
		font-size: 16px;
		padding-right: 15px;
		margin: 0;
}
.block-category-link .block-category::after {
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    content: "";
    position: absolute;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
/**************************/
.searchsubmit span {
    font-size: 16px;
    color: #000;
    opacity: 0;
    background-color: #fff;
    position: absolute;
    left: 0px;
}