.wd-filter-list .count{padding-inline:5px;margin-inline-start:5px;min-width:30px;height:20px;border:1px solid var(--brdcolor-gray-300);border-radius:35px;color:var(--color-gray-500);text-align:center;font-size:12px;line-height:18px;transition:color .25s ease, background-color .25s ease, border-color .25s ease}.wd-filter-list .wc-layered-nav-term a:hover+.count,.wd-filter-list .wc-layered-nav-term.wd-active .count{color:#fff;background-color:var(--wd-primary-color);border-color:var(--wd-primary-color)}.wd-filter-list li{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.wd-filter-list a{display:flex;flex:1 1 auto;align-items:center;padding-block:5px}.wd-filter-list .wc-layered-nav-term.wd-active a{color:var(--color-gray-800);font-weight:600}.wd-filter-list.wd-scroll-content{padding-inline-end:5px}
/* sidebar */
.ds-ng-layered-nav li.parent {
    padding-left: 0;
}
.ds-ng-layered-nav li.model {
    padding-left: 15px;
}
.ds-ng-layered-nav li.child {
    padding: 0 0 0 30px;
}
.ds-ng-layered-nav .layer-term-lable {
    cursor: pointer;
}
.ds-ng-layered-nav .wd-filter-list a {
    padding: 0;
}
.sidebar-widget .wd-filter-list li {
    margin: 0;
}
.ds-ng-layered-nav li,
.ds-ng-tag-nav .wd-filter-list.wd-text-style-1 a,
.ds-ng-layered-nav .wd-filter-list.wd-text-style-1 a {
    padding: 15px 8px;
    margin: 0;
}
.ds-ng-tag-nav .wd-filter-list.wd-text-style-1 .wd-active a,
.ds-ng-layered-nav .wd-filter-list.wd-text-style-1 .wd-active a,
.ds-ng-layered-nav li.parent:hover,
.ds-ng-layered-nav li.model:hover,
.ds-ng-tag-nav .wd-filter-list.wd-text-style-1 a:hover,
.ds-ng-layered-nav .wd-filter-list.wd-text-style-1 a:hover {
    background: #efefef;
    border-radius: 5px;
}
/* tags swatch nav */
ul.wd-layout-tags-swatch-on li.wc-layered-nav-term {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    vertical-align: middle;
}
ul.wd-layout-tags-swatch-on .wc-layered-nav-term.wd-swatch-wrap .layer-term-lable {
    display: none;
}
/* ngg thumbnail */
.main-page-wrapper .ngg-gallery-thumbnail-box {
    width: 25%;
}
.main-page-wrapper .ngg-gallery-thumbnail {
    border: none;
    text-align: center;
    margin: 5px;
}
.main-page-wrapper .ngg-gallery-thumbnail a {
    display: block;
    margin: 4px;
    border: none;
    box-shadow: none;
}
.main-page-wrapper .ngg-gallery-thumbnail img {
    width: 100%;
    height: 100%;
    margin: auto;
}
/* page */
body.gallery-page .page-title .title {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin: 40px 0 60px;
}
@media (max-width: 1024px) {
    body.gallery-page .page-title .title {
        font-size: 24px;
        margin: 0 0 50px;
    }
}
body.gallery-page .page-title .breadcrumbs {
    display: none;
}
body.gallery-page aside.wd-sidebar.wd-left {
    border: 1px solid #dadada;
    border-left: none;
    margin: 10px 0;
    border-radius: 0 10px 10px 0;
}
body.gallery-page #gallery-recommends {
    display: none;
}
body.gallery-page .print-item-footer-container hr {
    margin: 80px 0 60px;
}
.pic-tags-container span a {
    display: inline-block;
    line-height: 2rem;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 30px;
    text-align: center;
    min-width: 40px;
    margin-bottom: 20px;
    background: #eee;
    border: 1px solid #eee;
}
.pic-tags-container span a:hover {
    background: #b6b6b6;
}
.ngg-galleryoverview {
    margin: 20px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin-top: 40px;
    margin-bottom: 50px;
    -webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, background-color 1s, transform 1s;
    min-height: 100px;
}
.gallery-page .wd-sidebar-opener {
    display: none;
}
.print-top-links {
    z-index: 280;
    border-bottom: 1px solid #ccc;
    transition: top 0.5s;
}
.print-top-links.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
}
.print-top-links.offscreen {
    top: -200px; /* Move it off-screen when hidden */
}
.print-top-links-wrapper {
    display: flex;
    justify-content: flex-end; /* Align links to the right */
    gap: 12px; /* Space between links */
    padding: 12px;
}
.print-top-links-wrapper > a:before {
    content: "\f116";
    font-family: "woodmart-font";
    font-weight: 400;
    margin-right: 6px;
    display: inline-block;
    min-width: 16px;
    text-align: center;
}
.print-top-links a.create-link:before {
    content: "\f116";
}
.print-top-links a.device-link:before {
    content: "\f12a";
}
.print-top-links a.collection-link:before {
    content: "\f12c";
}
@media (max-width: 576px) {
    body .wd-sidebar-opener {
        top: 50%;
    }
    span.mobile-show {
        display: inline;
    }
    span.mobile-hide {
        display: none;
    }
    .print-top-links-wrapper {
        flex-direction: column;
    }
    body.gallery-page aside.wd-side-hidden {
        width: 100vw !important;
    }
    body.gallery-page aside.wd-sidebar.wd-left {
        margin: 0;
        border-radius: 0;
        border: 0;
    }
    body.gallery-page aside.wd-sidebar .wd-filter-list li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
    body.gallery-page aside.wd-sidebar .widget-pa_color .wd-filter-list li {
        border-bottom: 0;
    }
    .ds-ng-tag-nav .wd-filter-list.wd-text-style-1 .wd-active,
    .ds-ng-layered-nav .wd-filter-list.wd-text-style-1 .wd-active,
    .ds-ng-layered-nav li.parent:hover,
    .ds-ng-layered-nav li.model:hover,
    .ds-ng-tag-nav .wd-filter-list.wd-text-style-1 li:hover,
    .ds-ng-layered-nav .wd-filter-list.wd-text-style-1 li:hover {
        background: #efefef;
        border-radius: 0;
    }
}
span.mobile-show {
    display: none;
}
span.mobile-hide {
    display: inline;
}
body.gallery-page aside.wd-sidebar.open-toplink .widget-pa_device .wd-scroll-content {
    max-height: 70vh !important;
}
body.gallery-page aside.wd-sidebar.open-toplink .no-bottom-line {
    border-bottom: 0 !important;
}:root{--wd-text-line-height: 1.6;--wd-brd-radius: .001px;--wd-form-height: 42px;--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-block-spacing: 20px;--wd-header-banner-mt: .001px;--wd-sticky-nav-w: .001px;--color-white: #fff;--color-gray-100: #f7f7f7;--color-gray-200: #f1f1f1;--color-gray-300: #bbb;--color-gray-400: #a5a5a5;--color-gray-500: #767676;--color-gray-600: #666;--color-gray-700: #555;--color-gray-800: #333;--color-gray-900: #242424;--bgcolor-black-rgb: 0,0,0;--bgcolor-white-rgb: 255,255,255;--bgcolor-white: #fff;--bgcolor-gray-100: #f7f7f7;--bgcolor-gray-200: #f7f7f7;--bgcolor-gray-300: #f1f1f1;--bgcolor-gray-400: rgba(187,187,187,0.4);--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);--brdcolor-gray-500: rgba(0,0,0,0.2);--wd-start: start;--wd-end: end;--wd-center: center;--wd-stretch: stretch}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;overflow-x:hidden;overflow-y:scroll;font-size:var(--wd-text-font-size)}ol,ul{list-style:none}caption{vertical-align:middle;text-align:left}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}a,button,input{touch-action:manipulation}button,input,optgroup,select,textarea{margin:0;color:inherit;font:inherit}button{overflow:visible}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;padding:0;border:0}body{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)}@supports (overflow: clip){body{overflow-x:clip}}:is(body){height:auto}p{margin-bottom:var(--wd-tags-mb, 20px)}a{color:var(--wd-link-color);text-decoration:none;transition:all .25s ease}a:is(:hover,:focus,:active){outline:none;text-decoration:none}a:hover{color:var(--wd-link-color-hover)}a:focus{outline:none}:is(h1,h2,h3,h4,h5,h6,.title) a{color:inherit}:is(h1,h2,h3,h4,h5,h6,.title) a:hover{color:var(--wd-link-color-hover)}label{display:block;margin-bottom:5px;color:var(--wd-title-color);vertical-align:middle;font-weight:400}em{font-style:italic}big{font-size:larger}abbr{border-bottom:1px dotted;color:#D62432;text-decoration:none}acronym{border-bottom:1px dotted;text-decoration:none}.required{border:none;color:#E01020;font-size:16px;line-height:1}abbr[title]{border:none}dl{margin-bottom:20px;margin-bottom:20px}strong,b{font-weight:600}mark{display:inline-block;padding:5px 8px;background-color:#f7f7f7;color:#242424;font-weight:600;line-height:1}code,kbd{padding:2px 5px}code,kbd,pre,samp{-webkit-hyphens:none;hyphens:none;font-family:monospace, serif}ins{text-decoration:none}pre{overflow:auto;margin-bottom:20px;padding:20px;background:#f7f7f7;text-align:left;white-space:pre;white-space:pre-wrap;word-wrap:break-word}dfn{font-style:italic}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:1}sup{top:-.25em}sub{bottom:-.25em}var{font-style:italic}small{font-size:80%}hr{margin-top:20px;margin-bottom:20px;border:none;border-bottom:1px solid currentColor;opacity:.2}iframe,embed{max-width:100%}blockquote{margin-bottom:20px;padding-left:30px;border-left:2px solid var(--wd-primary-color);text-align:left;font-size:110%;--wd-tags-mb: 10px}blockquote cite{display:block;margin-top:10px;color:var(--wd-primary-color);font-weight:600;font-size:90%}blockquote cite a{color:inherit}cite{font-style:italic}address{margin-bottom:20px;font-style:italic;font-size:110%;line-height:1.8}fieldset{margin-bottom:20px;padding:20px 40px;border:2px solid var(--brdcolor-gray-300);border-radius:var(--wd-brd-radius)}fieldset legend{margin-bottom:0;padding-right:15px;padding-left:15px;width:auto}legend{text-transform:uppercase;font-size:22px}video{display:block}audio,canvas,progress{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}img{max-width:100%;height:auto;border:0;vertical-align:middle}.svg-icon{display:inline-block}.svg-icon svg{width:inherit !important;height:inherit !important}svg:not(:root){overflow:hidden}h1{font-size:28px}h2{font-size:24px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:12px}.wd-entities-title a{color:inherit}.wd-el-title{display:flex !important;align-items:center;gap:10px;font-size:22px}.wd-el-title .img-wrapper{display:flex;flex:0 0 auto}.wd-el-title .img-wrapper img{min-width:18px}.wd-label{color:var(--color-gray-800);font-weight:600}legend,h1,h2,h3,h4,h5,h6,.title{display:block;margin-bottom:var(--wd-tags-mb, 20px);color:var(--wd-title-color);text-transform:var(--wd-title-transform);font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-family:var(--wd-title-font);line-height:1.4}.wd-entities-title{display:block;color:var(--wd-entities-title-color);word-wrap:break-word;font-weight:var(--wd-entities-title-font-weight);font-style:var(--wd-entities-title-font-style);font-family:var(--wd-entities-title-font);text-transform:var(--wd-entities-title-transform);line-height:1.4}a.wd-entities-title:hover,.wd-entities-title a:hover{color:var(--wd-entities-title-color-hover)}:is(ul,ol){margin-bottom:var(--list-mb);padding-left:var(--li-pl);--list-mb: 20px;--li-mb: 10px;--li-pl: 17px}:is(ul,ol) li{margin-bottom:var(--li-mb)}:is(ul,ol) li:last-child{margin-bottom:0}li>:is(ul,ol){margin-top:var(--li-mb);margin-bottom:0}ul{list-style:disc}ol{list-style:decimal}dl dt{color:var(--color-gray-800);font-weight:600}dl dd{margin-bottom:20px}.unordered-list{list-style:none;--li-pl: 0}.unordered-list ul,.unordered-list ol{margin-left:20px;list-style:none;--li-pl: 0}.unordered-list li:before{margin-right:10px;font-size:8px;content:"\f113";font-family:"woodmart-font"}.wd-sub-menu ul,.textwidget .menu{list-style:none;--li-pl: 0}.wd-sub-menu ul{--list-mb: 0;--li-mb: 0}.wd-align{text-align:var(--wd-align)}.text-center{--content-align: center;--wd-align: center;--text-align: center;text-align:var(--text-align)}.text-right{--text-align: right;text-align:var(--text-align);--content-align: flex-end;--wd-align: flex-end}.text-left{--text-align: left;text-align:var(--text-align);--content-align: flex-start;--wd-align: flex-start}[class*="color-scheme-light"]{--color-white: #000;--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-black-rgb: 255,255,255;--bgcolor-white-rgb: 0,0,0;--bgcolor-white: #0f0f0f;--bgcolor-gray-100: #0a0a0a;--bgcolor-gray-200: #121212;--bgcolor-gray-300: #141414;--bgcolor-gray-400: #171717;--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);--brdcolor-gray-500: rgba(255,255,255,0.3);--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-white: #fff;--color-gray-100: #f7f7f7;--color-gray-200: #f1f1f1;--color-gray-300: #bbb;--color-gray-400: #a5a5a5;--color-gray-500: #767676;--color-gray-600: #666;--color-gray-700: #555;--color-gray-800: #333;--color-gray-900: #242424;--bgcolor-black-rgb: 0,0,0;--bgcolor-white-rgb: 255,255,255;--bgcolor-white: #fff;--bgcolor-gray-100: #f7f7f7;--bgcolor-gray-200: #f7f7f7;--bgcolor-gray-300: #f1f1f1;--bgcolor-gray-400: rgba(187,187,187,0.4);--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);--brdcolor-gray-500: rgba(0,0,0,0.2);--wd-text-color: #767676;--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: #767676;color:var(--wd-text-color)}.wd-fill{position:absolute;inset:0}.wd-hide{display:none !important}.wd-set-mb{--wd-mb: 15px}.wd-set-mb>*{margin-bottom:var(--wd-mb)}.reset-last-child>*:last-child{margin-bottom:0}.clear{clear:both;width:100%}@keyframes wd-rotate{100%{transform:rotate(360deg)}}@keyframes wd-fadeIn{from{opacity:0}to{opacity:1}}@keyframes wd-fadeInBottomShort{from{transform:translate3d(0, 20px, 0)}to{transform:none}}table{margin-bottom:35px;width:100%;border-spacing:0;border-collapse:collapse;line-height:1.4}table th{padding:15px 10px;border-bottom:2px solid var(--brdcolor-gray-200);color:var(--wd-title-color);text-transform:uppercase;font-size:16px;font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-family:var(--wd-title-font);vertical-align:middle;text-align:start}table td{padding:15px 12px;border-bottom:1px solid var(--brdcolor-gray-300);vertical-align:middle;text-align:start}table :is(tbody,tfoot) th{border-bottom:1px solid var(--brdcolor-gray-300);text-transform:none;font-size:inherit}.responsive-table{overflow-x:auto;margin-bottom:35px}.responsive-table table{margin-bottom:0}.responsive-table .responsive-table{overflow-x:visible;margin-bottom:0}input[type='email'],input[type='search'],input[type='number'],input[type='url'],input[type='tel'],input[type='text'],input[type='password'],:root textarea,:root 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'],:root textarea,:root select{padding:0 15px;max-width:100%;width:100%;height:var(--wd-form-height);border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);border-radius:var(--wd-form-brd-radius);background-color:var(--wd-form-bg);box-shadow:none;color:var(--wd-form-color);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,:root textarea:focus,:root select:focus{outline:none;border-color:var(--wd-form-brd-color-focus);transition:border-color .4s ease}::-webkit-input-placeholder{color:var(--wd-form-placeholder-color)}::-moz-placeholder{color:var(--wd-form-placeholder-color)}:-moz-placeholder{color:var(--wd-form-placeholder-color)}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;margin-top:0;padding:0;vertical-align:middle;margin-inline-end:5px}input[type="search"]{box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="number"]{padding:0;text-align:center}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="date"]{-webkit-appearance:none}input[type="date"]::-webkit-inner-spin-button{display:none}input[type="date"]::-webkit-calendar-picker-indicator{opacity:0}input[type="date"]::-webkit-clear-button{position:relative;right:5px;width:30px;opacity:.4;filter:grayscale(100%)}input[type="date"]::-webkit-date-and-time-value{text-align:start}[class*="color-scheme-light"] input[type="date"]::-webkit-clear-button{opacity:.6;filter:grayscale(100%) invert(100%) saturate(800%)}@supports not (-moz-appearance: none){input[type="date"]{background:no-repeat url("/template/inc/admin/assets/images/calend-d.svg") right 15px top 50%;background-size:auto 14px}[class*="color-scheme-light"] input[type='date']{background-image:url("/template/inc/admin/assets/images/calend-l.svg")}}:root textarea{overflow:auto;padding:10px 15px;min-height:190px;resize:vertical}:root select{padding-right:30px;background-image:var(--wd-form-chevron);background-position:right 10px top 50%;background-size:auto 18px;background-repeat:no-repeat}:root select option{background-color:var(--bgcolor-white)}input:-webkit-autofill{border-color:var(--wd-form-brd-color);-webkit-box-shadow:0 0 0 1000px var(--wd-form-bg) inset;-webkit-text-fill-color:var(--wd-form-color)}input:focus:-webkit-autofill{border-color:var(--wd-form-brd-color-focus)}:is(.btn,.button,button,[type=submit],[type=button]){position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;outline:none;border-radius:var(--btn-brd-radius, 0px);vertical-align:middle;text-align:center;text-decoration:none;text-shadow:none;line-height:1.2;cursor:pointer;transition:all .25s ease;color:var(--btn-color, #3E3E3E);border:var(--btn-brd-width, 0px) var(--btn-brd-style, solid) var(--btn-brd-color, #E9E9E9);background-color:var(--btn-bgcolor, #F3F3F3);box-shadow:var(--btn-box-shadow, unset);text-transform:var(--btn-transform, uppercase);font-weight:var(--btn-font-weight, 600);font-family:var(--btn-font-family, inherit);font-style:var(--btn-font-style, unset);padding:var(--btn-padding, 5px 20px);min-height:var(--btn-height, 42px);font-size:var(--btn-font-size, 13px)}:is(.btn,.button,button,[type=submit],[type=button]):hover{color:var(--btn-color-hover, var(--btn-color, #3E3E3E));border-color:var(--btn-brd-color-hover, var(--btn-brd-color, #e0e0e0));background-color:var(--btn-bgcolor-hover, var(--btn-bgcolor, #e0e0e0));box-shadow:var(--btn-box-shadow-hover, var(--btn-box-shadow, unset))}button[disabled],input[disabled]{opacity:0.6 !important;cursor:default !important}[class*="wd-grid"]{--wd-col: var(--wd-col-lg);--wd-gap: var(--wd-gap-lg);--wd-col-lg: 1;--wd-gap-lg: 20px}.wd-grid-g{display:grid;grid-template-columns:repeat(var(--wd-col), minmax(0, 1fr));gap:var(--wd-gap)}.wd-grid-g>.wd-wider{grid-column:auto/span 2;grid-row:auto/span 2}.wd-grid-col{grid-column:auto/span var(--wd-col)}[class*="wd-grid-f"]{display:flex;flex-wrap:wrap;gap:var(--wd-gap)}.wd-grid-f-col{gap:0;margin:0 calc(var(--wd-gap) / -2) calc(var(--wd-gap) * -1)}.wd-grid-f-col>.wd-col{width:100%;min-height:1px;flex:0 0 calc(100% / var(--wd-col) * var(--wd-col-wider, 1));max-width:calc(100% / var(--wd-col) * var(--wd-col-wider, 1));padding-inline:calc(var(--wd-gap) / 2);margin-bottom:var(--wd-gap)}.wd-grid-f-col>.wd-wider{--wd-col-wider: 2}.wd-grid-f-stretch>.wd-col{flex:1 1 var(--wd-f-basis, 200px);width:var(--wd-f-basis, 200px)}.wd-grid-f-stretch>.wd-col-auto{flex:0 0 auto;width:auto}.wd-grid-f-inline>.wd-col{flex:0 0 var(--wd-f-basis, auto)}.wd-loader:after{content:"";display:inline-block;width:30px;height:30px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-scroll-content{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:var(--wd-scroll-h, 50vh)}@-moz-document url-prefix(){.wd-scroll-content{scrollbar-width:thin}}.wd-dropdown{--wd-align: var(--wd-start);position:absolute;top:100%;left:0;z-index:380;margin-top:15px;margin-right:0;margin-left:calc(var(--nav-gap, .001px) / 2 * -1);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:var(--wd-align);border-radius:var(--wd-brd-radius);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;inset-inline:0;bottom:100%;height:15px}.whb-col-right .wd-dropdown-menu.wd-design-default{right:0;left:auto;margin-left:0;margin-right:calc(var(--nav-gap, .001px) / 2 * -1)}.wd-event-hover:hover>.wd-dropdown,.wd-event-click.wd-opened>.wd-dropdown,.wd-dropdown.wd-opened{visibility:visible;opacity:1;transform:none !important;pointer-events:visible;pointer-events:unset}.wd-dropdown-menu{min-height:min(var(--wd-dropdown-height, unset), var(--wd-content-h, var(--wd-dropdown-height, unset)));width:var(--wd-dropdown-width);background-image:var(--wd-dropdown-bg-img)}.wd-dropdown-menu .wd-dropdown-inner{overflow:inherit;height:min(var(--wd-dropdown-height, unset), var(--wd-content-h))}.wd-dropdown-menu.wd-scroll>.wd-scroll-content{max-height:none;border-radius:inherit}.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height)>.wd-dropdown-menu{min-height:400px}.dropdowns-loaded .dropdown-load-ajax>.wd-dropdown-menu>.container{animation:wd-fadeIn .3s ease}.dropdown-html-placeholder{display:flex;align-items:center;justify-content:center;background-color:rgba(var(--bgcolor-white-rgb), 0.6);border-radius:var(--wd-brd-radius)}.dropdown-html-placeholder:after{content:"";display:inline-block;width:32px;height:32px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.dropdowns-loading .dropdown-html-placeholder:after{--wd-anim-state: running}.wd-dropdown-menu.wd-design-default{padding:var(--wd-dropdown-padding, 12px 20px);--wd-dropdown-width: 220px}.wd-dropdown-menu.wd-design-default>.container{padding:0;width:auto}.wd-dropdown-menu.wd-design-default .wd-dropdown{top:0;left:100%;padding:var(--wd-dropdown-padding, 12px 20px);width:var(--wd-dropdown-width);margin:0 0 0 var(--wd-dropdown-padding, 20px)}.wd-dropdown-menu.wd-design-default .wd-dropdown:after{top:0;right:100%;bottom:0;left:auto;width:var(--wd-dropdown-padding, 20px);height:auto}.wd-dropdown-menu.wd-design-default .menu-item-has-children>a:after{margin-left:auto;color:rgba(82,82,82,0.45);font-weight:600;font-size:55%;line-height:1;font-family:"woodmart-font";content:"\f113"}.wd-dropdown-menu.wd-design-default.color-scheme-light .menu-item-has-children>a:after{color:rgba(255,255,255,0.6)}.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width,.wd-design-full-height)>.container>.wd-grid-f-inline{--wd-f-basis: 200px}.wd-dropdown-menu.wd-design-full-width{--wd-dropdown-width: 100vw}:is(.wd-nav-sticky,.wd-header-nav) .wd-dropdown-menu.wd-design-full-width{border-radius:0}.wd-dropdown-menu.wd-design-sized:not(.wd-scroll),.wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner{padding:var(--wd-dropdown-padding, 30px)}.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll),.wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner{padding-block:var(--wd-dropdown-padding, 30px);padding-left:calc(var(--wd-scroll-w) + var(--wd-sticky-nav-w))}.wd-dropdown-menu.wd-design-sized:not(.wd-scroll)>.container,.wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner>.container{padding:0;max-width:none}.wd-side-hidden{--wd-side-hidden-w: 340px;position:fixed;inset-block:var(--wd-admin-bar-h) 0;z-index:500;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:min(var(--wd-side-hidden-w), 100vw);background-color:var(--bgcolor-white);transition:transform 0.5s cubic-bezier(0.19, 1, 0.22, 1)}.wd-side-hidden.wd-left{right:auto;left:0;transform:translate3d(-100%, 0, 0)}.wd-side-hidden.wd-right{right:0;left:auto;transform:translate3d(100%, 0, 0)}.wd-side-hidden.wd-opened{transform:none}.wd-sub-menu{--sub-menu-color: #838383;--sub-menu-color-hover: var(--wd-primary-color);--li-pl: 0;--list-mb: 0;--li-mb: 0;list-style:none}.wd-sub-menu li{position:relative}.wd-sub-menu li>a{position:relative;display:flex;align-items:center;padding-top:8px;padding-bottom:8px;color:var(--sub-menu-color);font-size:14px;line-height:1.3}.wd-sub-menu li>a .wd-nav-icon{margin-inline-end:7px;font-size:115%}.wd-sub-menu li>a .menu-label{position:relative;margin-top:-20px;align-self:flex-start}.wd-sub-menu li>a:hover{color:var(--sub-menu-color-hover)}[class*="color-scheme-light"] .wd-sub-menu{--sub-menu-color: rgba(255,255,255,0.6);--sub-menu-color-hover: #fff}.widget .wd-sub-menu{--li-mb: 0}.widget .wd-sub-menu ul{--li-mb: 0}.wd-sub-accented.wp-block-wd-menu-list>li{margin-block:-8px}.wd-sub-accented>li>a{--sub-menu-color: #333;--sub-menu-color-hover: var(--wd-primary-color);text-transform:uppercase;font-weight:600}.wd-sub-accented.color-scheme-light>li>a,[class*="color-scheme-light"] .wd-sub-accented>li>a{--sub-menu-color: #fff;--sub-menu-color-hover: rgba(255,255,255,0.6)}.wd-color-light .searchform{--wd-form-brd-color: rgba(255,255,255,0.2);--wd-form-brd-color-focus: rgba(255,255,255,0.3);--wd-form-color: rgba(255,255,255,0.8)}.wd-color-dark .searchform{--wd-form-brd-color: rgba(0,0,0,0.1);--wd-form-brd-color-focus: rgba(0,0,0,0.15);--wd-form-color: #767676;--wd-form-placeholder-color: var(--wd-form-color)}.create-nav-msg a{font-weight:600}picture.wd-nav-img img{width:inherit;height:inherit;max-height:inherit;object-fit:contain;object-position:50% 50%}.wd-nav{--list-mb: 0;--li-mb: 0;--li-pl: 0;--nav-gap: 20px;display:inline-flex;flex-wrap:wrap;justify-content:var(--text-align, var(--wd-align));text-align:left;gap:1px var(--nav-gap);list-style:none}.wd-nav>li{position:relative}.wd-nav>li>a{position:relative;display:flex;align-items:center;flex-direction:row;text-transform:uppercase;font-weight:600;font-size:13px;line-height:1.2}.wd-nav>li>a .wd-nav-icon{margin-right:7px;font-size:115%}.wd-nav>li>a .menu-label{left:calc(100% - 30px);margin-left:0}.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after{margin-left:4px;font-weight:normal;font-style:normal;font-size:clamp(6px, 50%, 18px);order:3;content:"\f129";font-family:"woodmart-font"}.wd-nav li.color-primary{--nav-color: var(--wd-primary-color);--nav-color-hover: var(--wd-primary-color);--nav-color-active: var(--wd-primary-color)}.widget .wd-nav{--li-mb: 0}.wd-nav.wd-gap-m{--nav-gap: 30px}.wd-nav.wd-gap-l{--nav-gap: 40px}.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:all .25s ease;backface-visibility:hidden;-webkit-backface-visibility:hidden}.wd-nav-opener:after{font-weight:400;font-size:12px;transition:transform .25s ease;content:"\f113";font-family:"woodmart-font"}.wd-nav-opener:hover{color:var(--color-gray-900)}.wd-nav-opener.wd-active{color:var(--color-gray-700)}.wd-nav-opener.wd-active:after{transform:rotate(90deg)}.wd-sub-menu li>a img,.wd-nav-img{flex:0 0 auto;display:inline-block;width:var(--nav-img-width, auto) !important;height:var(--nav-img-height, auto) !important;max-height:var(--nav-img-height, 18px);margin-inline-end:7px;object-fit:contain;object-position:50% 50%;line-height:0}.wd-nav.wd-icon-right>li>a .wd-nav-img{order:1;margin:0;margin-inline-start:7px}.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:is(.current-menu-item,.wd-active,.active)>a{color:var(--nav-color-active)}.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after{color:var(--nav-chevron-color)}:is(.color-scheme-light,.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-nav:is(.wd-style-bordered,.wd-style-separated)>li{display:flex;flex-direction:row}.wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after{content:"";position:relative;inset-inline-end:calc((var(--nav-gap) / 2) * -1);border-right:1px solid rgba(0,0,0,0.105)}:is(.color-scheme-light,.whb-color-light) .wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after{border-color:rgba(255,255,255,0.25)}.wd-nav.wd-style-separated>li{align-items:center}.wd-nav.wd-style-separated>li:not(:last-child):after{height:18px}.wd-nav.wd-style-bordered>li{align-items:stretch}.wd-nav.wd-style-bg{--nav-color-hover: var(--wd-primary-color) !important;--nav-gap: 5px}.wd-nav.wd-style-bg>li>a{padding-inline:12px}.wd-nav.wd-style-bg>li>a span,.wd-nav.wd-style-bg>li>a:after{z-index:2}.wd-nav.wd-style-bg>li>a:before{content:'';position:absolute;inset:0;visibility:hidden;opacity:0;border-radius:40px;background-color:var(--wd-primary-color);transition:all .25s ease}.wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.wd-active,.active)>a{color:var(--nav-color-hover)}.wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.wd-active,.active)>a:before{visibility:visible;opacity:.25}.wd-nav.wd-style-bg.wd-gap-m{--nav-gap: 15px}.wd-nav.wd-style-bg.wd-gap-l{--nav-gap: 25px}.wd-nav[class*="wd-style-underline"] .nav-link-text{position:relative;display:inline-block;padding-block:1px;line-height:1.2}.wd-nav[class*="wd-style-underline"] .nav-link-text:after{content:'';position:absolute;top:100%;left:0;width:0;height:2px;background-color:var(--wd-primary-color);transition:width 0.4s cubic-bezier(0.19, 1, 0.22, 1)}.wd-nav[class*="wd-style-underline"]>li:is(:hover,.current-menu-item,.wd-active,.active)>a .nav-link-text:after{width:100%}.whb-top-bar .wd-nav>li>a .menu-label,.whb-clone .wd-nav>li>a .menu-label{position:static;margin-top:0;margin-inline-start:5px;opacity:1;align-self:center}.whb-top-bar .wd-nav>li>a .menu-label:before,.whb-clone .wd-nav>li>a .menu-label:before{content:none}.tooltip{--wd-tooltip-bg: rgba(0,0,0,0.9);--wd-tooltip-color: #fff;position:absolute;z-index:1110;opacity:0;pointer-events:none}.tooltip .tooltip-inner{padding:7px 15px;width:max-content;max-width:200px;text-transform:none;font-weight:400;font-size:12px;line-height:var(--wd-text-line-height);background-color:var(--wd-tooltip-bg);color:var(--wd-tooltip-color);text-align:center;word-break:break-word;border-radius:calc(var(--wd-brd-radius) / 1.5)}.tooltip .tooltip-arrow{position:absolute;width:10px;height:10px;background-color:var(--wd-tooltip-bg)}.tooltip.top{margin-top:-8px}.tooltip.top .tooltip-arrow{top:calc(100% - 1px);left:50%;clip-path:polygon(0 0, 50% 50%, 100% 0);transform:translateX(-50%)}.tooltip.left{margin-left:-8px}.tooltip.left .tooltip-arrow{top:50%;left:calc(100% - 1px);clip-path:polygon(0 0, 50% 50%, 0 100%);transform:translateY(-50%)}.tooltip.right{margin-left:8px}.tooltip.right .tooltip-arrow{top:50%;right:calc(100% - 1px);clip-path:polygon(100% 0, 50% 50%, 100% 100%);transform:translateY(-50%)}.wd-tltp{position:relative}.wd-tltp .tooltip{margin:0}.wd-tltp .tooltip.top{bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:8px}.wd-tltp .tooltip.top .tooltip-inner:after{content:"";position:absolute;width:100%;height:8px;inset:auto 0 -8px 0}.wd-tltp .tooltip:is(.left,.right) .tooltip-inner:after{content:"";position:absolute;inset-block:0;width:10px}.wd-tltp .tooltip.left{top:50%;right:calc(100% + 8px);transform:translateY(-50%)}.wd-tltp .tooltip.left .tooltip-inner:after{left:100%}.wd-tltp .tooltip.right{top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.wd-tltp .tooltip.right .tooltip-inner:after{right:100%}.wd-tltp .tooltip-inner>*{margin-top:0;margin-bottom:10px}.wd-tltp .tooltip-inner>*:last-child{margin-bottom:0}.wd-tltp .tooltip-inner a:not(.wd-social-icon){text-decoration:underline}.tooltip.in,.wd-tltp:hover .tooltip{pointer-events:unset;opacity:1;animation:wd-fadeIn .3s ease}.wd-notice,div.wpcf7-response-output,.mc4wp-alert,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info){position:relative;margin-bottom:20px;padding-block:18px;padding-inline:65px 30px !important;text-align:start;border:none;border-radius:var(--wd-brd-radius);outline:none !important}.wd-notice:before,div.wpcf7-response-output:before,.mc4wp-alert:before,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info):before{position:absolute;top:calc(50% - 9px);left:24px;font-size:18px;line-height:18px;font-family:"woodmart-font"}.wd-notice a,div.wpcf7-response-output a,.mc4wp-alert a,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) a{color:currentColor;text-decoration:underline}.wd-notice a:hover,div.wpcf7-response-output a:hover,.mc4wp-alert a:hover,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) a:hover{color:color-mix(in srgb, currentColor 80%, transparent)}.wd-notice p:last-child,div.wpcf7-response-output p:last-child,.mc4wp-alert p:last-child,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) p:last-child{margin-bottom:0}.wd-notice .amount,div.wpcf7-response-output .amount,.mc4wp-alert .amount,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) .amount{color:#fff}.wd-notice :is(.button,.wc-backward),div.wpcf7-response-output :is(.button,.wc-backward),.mc4wp-alert :is(.button,.wc-backward),:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) :is(.button,.wc-backward){text-decoration:none;--btn-color: currentColor;--btn-color-hover: currentColor;--btn-bgcolor: transparent;--btn-bgcolor-hover: transparent;--btn-brd-width: 2px;--btn-box-shadow-hover: none;--btn-height: none;--btn-padding: 0;--btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);border-top:0;border-inline:0;margin-inline:4px}.wd-notice.wd-success,.wpcf7 form.sent .wpcf7-response-output,.mc4wp-success,.woocommerce-message{background-color:var(--notices-success-bg);color:var(--notices-success-color)}.wd-notice.wd-success:before,.wpcf7 form.sent .wpcf7-response-output:before,.mc4wp-success:before,.woocommerce-message:before{content:"\f107"}.wd-notice.wd-warning,.wpcf7 form:not(.sent) .wpcf7-response-output,.mc4wp-error,.mc4wp-notice,:is(.woocommerce-error,.woocommerce-info){background-color:var(--notices-warning-bg);color:var(--notices-warning-color)}.wd-notice.wd-warning:before,.wpcf7 form:not(.sent) .wpcf7-response-output:before,.mc4wp-error:before,.mc4wp-notice:before,:is(.woocommerce-error,.woocommerce-info):before{content:"\f100"}.wd-notice.wd-info{background-color:#4D93D1;color:#fff}.wd-notice.wd-info:before{content:"\f100"}@keyframes wd-fadeInUpBig{from{transform:translate3d(0, 100%, 0)}to{transform:none}}@keyframes wd-fadeOutDownBig{from{transform:none}to{transform:translate3d(0, 100%, 0)}}.wd-close-side{position:fixed;background-color:rgba(0,0,0,0.7);opacity:0;pointer-events:none;transition:opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),z-index 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,top 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;z-index:400}.wd-close-side[class*="wd-location-header"]{z-index:389;top:var(--wd-admin-bar-h)}.header-banner-display .wd-close-side[class*="wd-location-header"]{top:calc(var(--wd-admin-bar-h) + var(--wd-header-banner-h, .001px))}.wd-close-side.wd-location-sticky-nav{z-index:392}.wd-close-side.wd-close-side-opened{opacity:1;pointer-events:unset;transition-delay:0s;pointer-events:unset}.wd-loop-footer{text-align:center;margin-top:30px}nav[class*="-pagination"] ul{--list-mb: 0;--li-mb: 0;--li-pl: 0;list-style:none;display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3px}nav[class*="-pagination"] li .page-numbers{display:inline-flex;align-items:center;justify-content:center;padding-inline:5px;min-width:34px;height:34px;color:var(--color-gray-900);font-weight:600;font-size:14px;border-radius:calc(var(--wd-brd-radius) / 1.5);transition:all .2s ease}nav[class*="-pagination"] li .current{color:#fff;background-color:var(--wd-primary-color)}nav[class*="-pagination"] li :is(.next,.prev){font-size:0}nav[class*="-pagination"] li :is(.next,.prev):before{font-size:12px;content:"\f113";font-family:"woodmart-font"}nav[class*="-pagination"] li .prev:before{content:"\f114";font-family:"woodmart-font"}nav[class*="-pagination"] a:hover{background-color:var(--bgcolor-gray-300)}[class*="screen-reader"]{position:absolute !important;clip:rect(1px, 1px, 1px, 1px);transform:scale(0)}.wd-breadcrumbs>:is(span,a):last-child{font-weight:600;color:var(--wd-bcrumb-color-active)}.wd-breadcrumbs .wd-delimiter{margin-inline:8px;color:var(--wd-bcrumb-delim-color)}.wd-breadcrumbs .wd-delimiter:after{content:"/"}.wd-breadcrumbs .wd-delimiter:last-child{display:none}:is(.wd-breadcrumbs,.yoast-breadcrumb){--wd-link-color: var(--color-gray-500);--wd-link-color-hover: var(--color-gray-700);--wd-bcrumb-color-active: var(--color-gray-900)}.yoast-breadcrumb .breadcrumb_last{color:var(--wd-bcrumb-color-active)}.wd-action-btn{display:inline-flex;vertical-align:middle}.wd-action-btn>a{display:inline-flex;align-items:center;justify-content:center;color:var(--wd-action-color, var(--color-gray-800));cursor:pointer}.wd-action-btn>a:hover{color:var(--wd-action-color-hover, var(--color-gray-500))}.wd-action-btn>a:before{font-size:var(--wd-action-icon-size, 1.1em);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;font-size:var(--wd-action-icon-size, 1.1em);content:"";display:inline-block;width:1em;height:1em;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-action-btn>a.loading:before{opacity:0}.wd-action-btn>a.loading:after{opacity:1;--wd-anim-state: running}.wd-action-btn>a.added:before{content:"\f107"}.wd-action-btn.wd-style-icon{--wd-action-icon-size: 20px}.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:after{inset-inline-start:calc(50% - .5em)}.wd-action-btn.wd-style-text>a{position:relative;font-weight:600;line-height:1}.wd-action-btn.wd-style-text>a:before{margin-inline-end:.3em;font-weight:400}.wd-action-btn:empty{display:none}.wd-compare-icon>a:before{content:"\f128"}.wd-wishlist-icon>a:before{content:"\f106"}.wd-quick-view-icon>a:before{content:"\f130"}.wd-add-cart-icon>a:before{content:"\f123"}.wd-cross-icon>a:before{content:"\f112"}.wd-burger-icon>a:before{content:"\f15a"}.wd-heading{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:10px;padding:20px 15px;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-heading>a{--wd-link-color: var(--wd-primary-color);--wd-link-color-hover: var(--wd-primary-color)}.wd-heading>a:hover{opacity:.7}.wd-heading .title{flex:1 1 auto;margin-bottom:0;font-size:130%}.wd-heading .wd-action-btn{flex:0 0 auto}.wd-heading .wd-action-btn.wd-style-text>a{height:25px}:is(.widget,.wd-widget,div[class^="vc_wp"]){line-height:1.4;--wd-link-color: var(--color-gray-500);--wd-link-color-hover: var(--color-gray-800)}:is(.widget,.wd-widget,div[class^="vc_wp"])>:is(ul,ol){margin-top:0}:is(.widget,.wd-widget,div[class^="vc_wp"]) :is(ul,ol){list-style:none;--list-mb: 0;--li-mb: 15px;--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 .wp-block-heading{font-size:var(--wd-widget-title-font-size)}.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}.woodmart-author-information{line-height:inherit}.woodmart-author-information .author-avatar img{border-radius:50%}.textwidget>*:last-child{margin-bottom:0}:is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>*{margin-block:0 var(--wd-block-spacing)}:is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>*:last-child{margin-bottom:0}.wd-bg-parent{position:relative}:where(.wd-bg-parent>*){position:relative}.alignleft{float:left;margin-right:20px;margin-bottom:20px}.alignright{float:right;margin-left:20px;margin-bottom:20px}.aligncenter{display:block;clear:both;margin:0 auto 20px auto}:root .wd-custom-width{width:var(--wd-width, unset);max-width:100%}.wd-page-wrapper{position:relative;background-color:var(--wd-main-bgcolor)}body:not([class*="wrapper-boxed"]){background-color:var(--wd-main-bgcolor)}.wd-page-content{min-height:50vh;background-color:var(--wd-main-bgcolor)}.container,.container-fluid{width:100%;max-width:var(--wd-container-w);padding-inline:15px;margin-inline:auto}.container-fluid{max-width:none}.wd-content-layout{padding-block:40px}:where(.wd-content-layout>div){grid-column:auto/span var(--wd-col)}.wd-sidebar .wd-heading{display:none}.searchform[class*="wd-style-with-bg"] .searchsubmit{--btn-color: #fff;--btn-bgcolor: var(--wd-primary-color)}.searchform.wd-style-with-bg .searchsubmit{border-start-end-radius:var(--wd-form-brd-radius);border-end-end-radius:var(--wd-form-brd-radius)}.searchform.wd-style-with-bg-2 .searchsubmit{inset-inline-end:calc(var(--wd-form-brd-width) + 3px);width:calc(var(--wd-search-btn-w) - ((var(--wd-form-brd-width) + 3px) * 2));inset-block:calc(var(--wd-form-brd-width) + 3px);border-radius:var(--wd-form-brd-radius)}.searchform.wd-style-with-bg-2 .searchsubmit img{max-width:22px}.searchform.wd-style-with-bg-2 .searchsubmit:after{font-size:calc(var(--wd-form-height) / 2.5)}.searchform.wd-style-4{--wd-search-clear-sp: 7px;--wd-search-btn-w: .001px}.searchform.wd-style-4 input[type="text"]{padding-inline:40px 30px}.searchform.wd-style-4 .searchsubmit{inset-inline-start:0;pointer-events:none;width:46px;--wd-form-height: 46px}.searchform.wd-style-4 .searchsubmit:after{font-size:16px}.searchform.wd-style-4 .wd-search-cat{inset-inline-end:0}.searchform.wd-style-4 .wd-search-cat>a{border-inline-end:none}.searchform.wd-style-4.wd-cat-style-default .wd-search-cat>a:after{margin-inline-end:15px}.wd-image{border-radius:var(--wd-brd-radius)}.wd-image img{border-radius:var(--wd-brd-radius)}.search-no-results .wd-page-title :is(.breadcrumbs,.yoast-breadcrumb){display:none}@media (min-width: 769px){.searchform.wd-style-default:not(.wd-with-cat) .wd-clear-search{padding-inline-end:10px;border-inline-end:1px solid var(--wd-form-brd-color)}.searchform.wd-style-default.wd-cat-style-default{--wd-search-clear-sp: 7px}.searchform[class*="wd-style-with-bg"].wd-cat-style-default{--wd-search-clear-sp: 20px}.searchform.wd-style-with-bg.wd-cat-style-separated{--wd-search-clear-sp: 10px}}@media (min-width: 1025px){.wd-hide-lg{display:none !important}.wd-scroll{--scrollbar-track-bg: rgba(0,0,0,0.05);--scrollbar-thumb-bg: rgba(0,0,0,0.12)}.wd-scroll ::-webkit-scrollbar{width:5px}.wd-scroll ::-webkit-scrollbar-track{background-color:var(--scrollbar-track-bg)}.wd-scroll ::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-bg)}[class*="color-scheme-light"] .wd-scroll,.wd-scroll.color-scheme-light{--scrollbar-track-bg: rgba(255,255,255,0.05);--scrollbar-thumb-bg: rgba(255,255,255,0.12)}.admin-bar{--wd-admin-bar-h: 32px}}@media (min-width: 1200px){.wrapper-full-width-content .container{max-width:100%}}@media (max-width: 1024px){@supports not (overflow: clip){body{overflow:hidden}}.wd-hide-md{display:none !important}[class*="wd-grid"]{--wd-col: var(--wd-col-md);--wd-gap: var(--wd-gap-md);--wd-col-md: var(--wd-col-lg);--wd-gap-md: var(--wd-gap-lg)}.wd-side-hidden{--wd-side-hidden-w: min(300px, 80vw)}html:has(.wd-side-hidden.wd-opened){overflow:hidden}.wd-nav-wrapper.wd-mb-action-swipe{overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap;-webkit-mask-image:linear-gradient(to left, transparent, #000 70px);mask-image:linear-gradient(to left, transparent, #000 70px)}.wd-nav-wrapper.wd-mb-action-swipe .wd-nav{flex-wrap:nowrap}.wd-close-side{top:-150px}html:has(.wd-side-hidden.wd-opened,.mfp-wrap) #wpadminbar{z-index:400}#wpadminbar{position:absolute}}@media (max-width: 768.98px){.wd-hide-sm{display:none !important}[class*="wd-grid"]{--wd-col: var(--wd-col-sm);--wd-gap: var(--wd-gap-sm);--wd-col-sm: var(--wd-col-md);--wd-gap-sm: var(--wd-gap-md)}.sidebar-left{order:10}.searchform.wd-style-default .wd-clear-search{padding-inline-end:10px;border-inline-end:1px solid var(--wd-form-brd-color)}}@media (max-width: 576px){[class*="wd-grid"]{--wd-col: var(--wd-col-xs);--wd-gap: var(--wd-gap-xs);--wd-col-xs: var(--wd-col-sm);--wd-gap-xs: var(--wd-gap-sm)}}@media (min-width: 769px) and (max-width: 1024px){.wd-hide-md-sm{display:none !important}}
.wd-z-index{position:relative;z-index:35}.wd-fontsize-xs{font-size:14px}.wd-fontsize-s{font-size:16px}.wd-fontsize-m{font-size:18px}.wd-fontsize-l{font-size:22px}.wd-fontsize-xl{font-size:26px}.wd-fontsize-xxl{font-size:36px}.wd-fontsize-xxxl{font-size:46px}.text-larger{font-size:110%}.font-text{font-family:var(--wd-text-font)}.font-primary{font-family:var(--wd-title-font)}.font-alt{font-style:var(--wd-alternative-font-style);font-family:var(--wd-alternative-font)}.wd-items-top{align-items:flex-start}.wd-items-middle{align-items:center}.wd-items-bottom{align-items:flex-end}.wd-justify-left{justify-content:left}.wd-justify-center{justify-content:center}.wd-justify-right{justify-content:right}.color-primary{color:var(--wd-primary-color)}.color-alt{color:var(--wd-alternative-color)}.color-title{color:var(--wd-title-color)}@media (max-width: 1024px){.wd-fontsize-xl,.wd-fontsize-xxl,.wd-fontsize-xxxl{font-size:22px}.text-larger{font-size:inherit}}
.wd-lazy-fade{opacity:0;transition:all .3s ease}.wd-lazy-fade.wd-loaded{opacity:1}.wd-lazy-bg{background-image:none !important}.wd-lazy-bg>:is(.wd-slide-bg,.wd-block-cover-img){background-image:none !important}
#wc-ppcp-credit-card-gateway-cc-form input{line-height:1;padding-block:calc((var(--wd-form-height) - 14px) / 2)}#ppcp-hosted-fields .ppcp-dcc-order-button{float:none;width:100%;padding:5px 28px;min-height:48px;font-size:14px;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}#ppcp-hosted-fields .ppcp-dcc-order-button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}#ppcp-hosted-fields .ppcp-dcc-order-button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.ppc-button-wrapper iframe.component-frame{z-index:unset !important}
.elementor-default i:not([class]){font-style:italic}.elementor .btn{box-shadow:var(--btn-box-shadow, unset)}.elementor .btn:hover{box-shadow:var(--btn-box-shadow-hover, var(--btn-box-shadow, unset))}.wd-button-wrapper .btn-style-link,.wd-button-wrapper .btn-style-bordered:not(:hover){background-color:transparent !important}.btn-full-width{width:100%}.rtl .btn-icon-pos-left{flex-direction:row}.rtl .btn-icon-pos-right{flex-direction:row-reverse}:is(.wd-entry-content,.entry-content)>.elementor{margin-bottom:0}.elementor-column-gap-no{--wd-el-column-gap: 0.001px}.elementor-column-gap-narrow{--wd-el-column-gap: 10px}.elementor-column-gap-default{--wd-el-column-gap: 20px}.elementor-column-gap-extended{--wd-el-column-gap: 30px}.elementor-column-gap-wide{--wd-el-column-gap: 40px}.elementor-column-gap-wider{--wd-el-column-gap: 60px}.elementor-section.wd-negative-gap>.elementor-container{margin-left:calc(var(--wd-el-column-gap) / 2 * -1);margin-right:calc(var(--wd-el-column-gap) / 2 * -1)}.elementor-section-boxed.wd-negative-gap .elementor-container{max-width:none}.e-con-boxed.wd-negative-gap{--container-max-width: none}[class*="wd-section-stretch"]{position:relative;min-width:calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));width:calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));left:calc(50% - 50vw + var(--wd-scroll-w) / 2 + var(--wd-sticky-nav-w) / 2)}[class*="wd-section-stretch"].wd-negative-gap{--padding-left: 15px;--padding-right: 15px}[class*="wd-section-stretch"].wd-negative-gap:where(.elementor-section){padding-inline:15px}.elementor-section.wd-section-stretch>.elementor-container{max-width:calc(var(--wd-container-w) - 30px + var(--wd-el-column-gap, .0001px))}.e-con-boxed.wd-section-stretch{--container-max-width: min(calc(var(--wd-container-w) - 30px))}.e-con-boxed.wd-section-stretch-content{--container-max-width: none}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:auto}}.wd-elementor-sticky-column{align-items:flex-start}.wd-sticky-spacer{opacity:0}.wd-divider .elementor-shape-fill{-webkit-transform:none;transform:none}.elementor-select-wrapper .select-caret-down-wrapper{display:none}.elementor-widget-text-editor:has(.elementor-widget-container){display:flex}.elementor-widget-text-editor .elementor-widget-container{width:100%;columns:inherit;column-gap:inherit}.elementor-widget-text-editor.text-left{justify-content:flex-start}.elementor-widget-text-editor.text-center{justify-content:center}.elementor-widget-text-editor.text-right{justify-content:flex-end}.elementor-widget-text-editor>*>*:last-child,.elementor-text-editor>*:last-child{margin-bottom:0}.elementor-widget-wd_products:has(.wd-hide)>*{display:none}.elementor-page .elementor-widget-woodmart_menu_anchor{margin-bottom:0}.wd-accordion-theme-style .elementor-accordion-item{border-top-width:2px;border-right-width:0 !important;border-left-width:0 !important}.elementor-tab-content>*:last-child{margin-bottom:0}.wd-el-page-heading{--wd-tags-mb: 0}.elementor-element svg.wd-icon,.img-wrapper .e-font-icon-svg{width:1em;height:1em;fill:currentColor}.wd-carousel-item.e-con{--padding-top: 0px;--padding-bottom: 0px}.wd-carousel-item.e-con.e-flex{flex:0 0 calc(100% / var(--wd-col))}:where(.e-con) .wd-width-100{width:100%}.wd-video-theme-style .elementor-custom-embed-image-overlay{overflow:hidden;transition:all 0.5s cubic-bezier(0, 0, 0.44, 1.18)}.wd-video-theme-style .elementor-custom-embed-image-overlay:after,.wd-video-theme-style .elementor-custom-embed-image-overlay:before,.wd-video-theme-style .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:before{content:"";position:absolute;inset:0}.wd-video-theme-style .elementor-custom-embed-image-overlay:before{background:inherit;transition:inherit}.wd-video-theme-style .elementor-custom-embed-image-overlay:after{background-color:#000;transition:inherit;opacity:.15}.wd-video-theme-style .elementor-custom-embed-play{z-index:1;transition:inherit}.wd-video-theme-style .elementor-custom-embed-play i{display:flex;align-items:center;justify-content:center;width:1em;height:1em;font-family:unset;opacity:1;transition:inherit}.wd-video-theme-style .elementor-custom-embed-play i:before{border:.04em solid currentColor;border-radius:50%;opacity:.4;transition:inherit}.wd-video-theme-style .elementor-custom-embed-play i:after{margin-left:5px;font-size:.3em;transition:inherit;content:"\f101";font-family:"woodmart-font"}.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:before{transform:scale(1.09)}.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:after{opacity:.3}.wd-video-theme-style:hover .elementor-custom-embed-play i:before{opacity:.6}.wd-video-theme-style:hover .elementor-custom-embed-play i:after{transform:scale(0.8)}.products:not(.wd-img-width) .cat-design-alt img{width:revert-layer}.e-con :is(.wd-checkout-login,.wd-checkout-coupon){align-items:unset}.e-con :is(.wd-checkout-login,.wd-checkout-coupon) .elementor-widget-container{display:flex;flex-direction:column;align-items:var(--wd-align)}.wd-btn-align-center{--wd-btn-align: center}.wd-btn-align-right{--wd-btn-align: end}.wd-btn-align-full-width{--wd-btn-align: stretch}
.wfls-login-message{scroll-margin-top:150px;max-width:calc(var(--wd-container-w) - 30px);margin-inline:auto;padding-block:15px}.wfls-login-message ul{margin-bottom:0}
.fpd-catalog-customize,#fpd-start-customizing-button{width:fit-content !important;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.fpd-catalog-customize:hover,#fpd-start-customizing-button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.fpd-catalog-customize:active,#fpd-start-customizing-button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.fpd-catalog-customize{margin-block:0 !important}#fpd-start-customizing-button{flex:0 0 auto;line-height:32px;margin-block:0 var(--wd-mb);padding:5px 20px;font-size:13px}form.cart #fpd-start-customizing-button{margin-block:0}.fpd-modal-mode-active .fpd-product-designer-wrapper{margin-bottom:0 !important}div.fpd-modal-product-designer{top:var(--wd-admin-bar-h) !important}:is(.wd-hover-icons,.wd-hover-quick,.wd-hover-button,.wd-hover-info-alt,.wd-hover-standard) .fpd-catalog-customize{align-self:center}.wd-hover-buttons-on-hover .fpd-catalog-customize{--btn-font-size: 12px
		}:is(.wd-hover-standard,.wd-hover-base,.product-list-item) .fpd-catalog-customize{--btn-font-size: 12px;min-height:36px !important}.wd-hover-base .fpd-catalog-customize{margin-top:5px !important}.wd-hover-quick .fpd-catalog-customize{display:flex !important}:is(.wd-hover-fw-button,.wd-hover-buttons-on-hover) .fpd-catalog-customize{width:100% !important}.wd-single-add-cart #fpd-start-customizing-button{display:none}@media (min-width: 1025px){:is(.wd-hover-button,.wd-hover-info-alt) .fpd-catalog-customize{padding:8px 14px}.wd-hover-info-alt .fpd-catalog-customize{--btn-brd-width: 2px;--btn-brd-color: #fff;--btn-brd-color-hover: rgba(255,255,255,0.6);color:#FFF;background:transparent;min-height:unset}}@media (max-width: 1024px){.wd-hover-info-alt .fpd-catalog-customize{--btn-font-size: 12px;min-height:36px !important}.product-list-item .fpd-catalog-customize{align-self:center}}
.product-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}.product-title a:hover,a.product-title:hover{color:var(--wd-entities-title-color-hover)}ul.variation{list-style:none;--li-pl: 0;font-size:90%;--li-mb: 5px;--list-mb: 0;--wd-tags-mb: 0}.woocommerce-breadcrumb{display:inline-flex;align-items:center;flex-wrap:wrap}.amount{color:var(--wd-primary-color);font-weight:600}del .amount{color:var(--color-gray-300);font-weight:400}.price{color:var(--wd-primary-color)}.price .amount{font-size:inherit}.price del{color:var(--color-gray-300);font-size:90%}.price ins{padding:0;background-color:transparent;color:var(--wd-primary-color);text-decoration:none;opacity:1}.woocommerce-price-suffix{color:var(--color-gray-500)}.wd-price-unit{display:inline-block;margin-inline-start:4px;color:var(--color-gray-300)}.wd-price-unit:not(:last-child){margin-inline-end:2px}.wd-price-unit:before{content:"/";margin-inline-end:4px}a.login-to-prices-msg{color:var(--wd-primary-color);font-weight:600}a.login-to-prices-msg:hover{color:var(--wd-primary-color);opacity:.6}.woocommerce-notices-wrapper:empty{display:none}ul:is(.woocommerce-error,.woocommerce-message,.woocommerce-info){list-style:none;--li-pl: 0;--li-mb: 5px;align-items:stretch;flex-direction:column;justify-content:center}.wd-wc-notices .woocommerce-notices-wrapper{display:flex;flex-direction:column;gap:20px}.wd-wc-notices .woocommerce-notices-wrapper>*{margin-bottom:0}.wd-wc-notices:has(.woocommerce-notices-wrapper:empty){display:none}ul.variation p{display:inline}ul.variation .item-variation-name{color:var(--color-gray-800);font-weight:600}.wc-item-meta{--li-pl: 0;--list-mb: 0;--li-mb: 0;margin-top:10px;font-size:90%;list-style:none}.wc-item-meta li>*{display:inline-block;margin-top:0 !important;margin-bottom:5px;vertical-align:middle}.wc-item-meta strong{color:var(--color-gray-800)}:is(.blockOverlay,.wd-loader-overlay):after{position:absolute;top:calc(50% - 13px);left:calc(50% - 13px);content:"";display:inline-block;width:26px;height:26px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused);--wd-anim-state: running}.wd-loader-overlay{z-index:340;border-radius:inherit;animation:wd-fadeIn .6s ease both;background-color:rgba(var(--bgcolor-white-rgb), 0.6);border-radius:var(--wd-brd-radius)}.wd-loader-overlay:not(.wd-loading){display:none}.blockOverlay{z-index:340 !important;background-image:none !important;animation:wd-FadeInLoader .6s ease forwards}.blockOverlay:before{content:none !important}.global-color-scheme-light .blockOverlay{background-color:rgba(0,0,0,0.5) !important}@keyframes wd-FadeInLoader{from{opacity:0}to{opacity:.8}}.single_add_to_cart_button{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.single_add_to_cart_button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.single_add_to_cart_button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.single_add_to_cart_button+.added_to_cart{display:none}.wd-buy-now-btn{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.wd-buy-now-btn:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.wd-buy-now-btn:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}form.cart{display:flex;flex-wrap:wrap;gap:10px;justify-content:var(--content-align)}form.cart>*{flex:1 1 100%}form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn,.quantity){flex:0 0 auto}.wd-product-detail{font-size:90%;margin-top:5px}.wd-product-detail>span{vertical-align:middle}.wd-product-detail .wd-hint{margin-inline-start:3px}.wd-product-sku{word-break:break-all}.woocommerce-product-details__short-description{margin-bottom:20px}.woocommerce-product-details__short-description>*:last-child{margin-bottom:0}.wd-hint{position:relative;display:inline-block;vertical-align:middle;font-size:0;cursor:help}.wd-hint:before{content:"?";display:inline-flex;align-items:center;justify-content:center;width:1.45em;height:1.45em;border-radius:50%;background-color:var(--wd-hint-bg, var(--bgcolor-gray-300));color:var(--wd-hint-color, var(--color-gray-800));font-weight:600;font-size:var(--wd-hint-size, calc(var(--wd-text-font-size) - 3px))}.wd-hint.wd-with-html>.wd-tooltip-content{display:none}.wd-hint.wd-with-html:after{content:"";position:absolute;bottom:100%;inset-inline:0;height:8px}.single_add_to_cart_button:before{content:"";position:absolute;inset:0;opacity:0;z-index:1;border-radius:inherit;background-color:inherit;box-shadow:inherit;transition:opacity 0s ease}.single_add_to_cart_button:after{position:absolute;top:calc(50% - 9px);inset-inline-start:calc(50% - 9px);opacity:0;z-index:2;transition:opacity 0s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(0,0,0,0);border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.loading.single_add_to_cart_button:before{opacity:1;transition:opacity .25s ease}.loading.single_add_to_cart_button:after{opacity:1;transition:opacity .25s ease;--wd-anim-state: running}.wd-products-element{position:relative}.wd-products{position:relative;align-items:flex-start;transition:all .25s ease}.wd-products.wd-loading,.wd-content-layout.wd-loading .wd-products[data-source="main_loop"]{opacity:0;transform:translate3d(0, 30px, 0);pointer-events:none}
.star-rating{position:relative;display:inline-block;vertical-align:middle;white-space:nowrap;letter-spacing:2px;font-weight:400;color:#EABE12;width:fit-content;font-family:"woodmart-font"}.star-rating:before{content:"\f149" "\f149" "\f149" "\f149" "\f149";color:var(--color-gray-300)}.star-rating span{position:absolute;inset-block:0;inset-inline-start:0;overflow:hidden;width:100%;text-indent:99999px}.star-rating span:before{content:"\f148" "\f148" "\f148" "\f148" "\f148";position:absolute;top:0;inset-inline-start:0;text-indent:0}
div.wc-block-components-notice-banner{position:relative;margin-bottom:20px;padding-block:18px;padding-inline:65px 30px !important;text-align:start;border:none;border-radius:var(--wd-brd-radius);outline:none !important;font-size:inherit;align-content:center;margin-top:0;font-size:var(--wd-text-font-size)}div.wc-block-components-notice-banner:before{position:absolute;top:calc(50% - 9px);left:24px;font-size:18px;line-height:18px;font-family:"woodmart-font"}div.wc-block-components-notice-banner a{color:currentColor;text-decoration:underline}div.wc-block-components-notice-banner a:hover{color:color-mix(in srgb, currentColor 80%, transparent)}div.wc-block-components-notice-banner p:last-child{margin-bottom:0}div.wc-block-components-notice-banner .amount{color:#fff}div.wc-block-components-notice-banner :is(.button,.wc-backward){text-decoration:none;--btn-color: currentColor;--btn-color-hover: currentColor;--btn-bgcolor: transparent;--btn-bgcolor-hover: transparent;--btn-brd-width: 2px;--btn-box-shadow-hover: none;--btn-height: none;--btn-padding: 0;--btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);border-top:0;border-inline:0;margin-inline:4px}div.wc-block-components-notice-banner.is-success{background-color:var(--notices-success-bg);color:var(--notices-success-color)}div.wc-block-components-notice-banner.is-success:before{content:"\f107"}div.wc-block-components-notice-banner:is(.is-info,.is-error){background-color:var(--notices-warning-bg);color:var(--notices-warning-color)}div.wc-block-components-notice-banner:is(.is-info,.is-error):before{content:"\f100"}div.wc-block-components-notice-banner>svg{display:none}div.wc-block-components-notice-banner ul{display:flex;gap:5px 7px;width:100%;margin:0 !important;list-style:none;--li-pl: 0;--li-mb: 5px;align-items:stretch;flex-direction:column;justify-content:center}div.wc-block-components-notice-banner>div{display:flex;align-items:inherit;flex-wrap:wrap;gap:inherit}div.wc-block-components-notice-banner>div .button.wc-forward{border-bottom:2px solid rgba(255,255,255,0.3);color:#fff !important;text-decoration:none;opacity:1}div.wc-block-components-notice-banner>div .button.wc-forward:hover{border-color:#fff}
div.quantity{--wd-form-height: 42px;display:inline-flex;vertical-align:top;white-space:nowrap}div.quantity input[type=number]::-webkit-inner-spin-button,div.quantity input[type=number]::-webkit-outer-spin-button,div.quantity input[type="number"]{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}div.quantity :is(input[type="number"],input[type="text"],input[type="button"]){display:inline-block;color:var(--wd-form-color)}div.quantity input[type="number"]{width:30px;border-radius:0;border-right:none;border-left:none}div.quantity input[type="text"]{width:var(--quantity-space, 80px);text-align:center}div.quantity input[type="button"]{padding:0 5px;min-width:25px;min-height:unset;height:var(--wd-form-height);border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);background:var(--wd-form-bg);box-shadow:none}div.quantity input[type="button"]:hover{color:#fff;background-color:var(--wd-primary-color);border-color:var(--wd-primary-color)}div.quantity .minus{border-start-start-radius:var(--wd-form-brd-radius);border-end-start-radius:var(--wd-form-brd-radius)}div.quantity .plus{border-start-end-radius:var(--wd-form-brd-radius);border-end-end-radius:var(--wd-form-brd-radius)}div.quantity.hidden{display:none !important}.form-style-underlined div.quantity input[type="number"],.form-style-underlined div.quantity input[type="text"]{border-top-style:solid}@-moz-document url-prefix(){div.quantity input[type="number"]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}}
.wd-product-brands{display:flex;justify-content:var(--content-align, var(--wd-align));align-items:center;flex-wrap:wrap;gap:10px}.wd-product-brands img{max-width:90px;width:100%}.wd-product-brands a{display:inline-block}.wd-product-brands a:hover{opacity:.5}.product_meta{--wd-link-color: var(--wd-text-color);display:flex;align-items:center;justify-content:var(--wd-align);flex-wrap:wrap;gap:10px}.product_meta>span{flex:1 1 100%}.product_meta .meta-label{color:var(--color-gray-800);font-weight:600}.product_meta .meta-sep{display:inline-block;margin:0 2px}.product_meta.wd-layout-inline>span{flex:0 1 auto}.product_title{font-size:34px;line-height:1.2;--page-title-display: block}.woocommerce-product-rating .star-rating{margin-inline-end:5px}.woocommerce-review-link{color:var(--color-gray-500);vertical-align:middle}.woocommerce-review-link:hover{color:var(--color-gray-900)}@media (max-width: 1024px){.woocommerce-breadcrumb .wd-last-link{--wd-link-color: var(--color-gray-900);font-weight:600}.woocommerce-breadcrumb .wd-last-link ~ span{display:none}.product_title{font-size:24px}}@media (max-width: 768.98px){.wd-product-brands img{max-width:70px}.product_title{font-size:20px}}
p.stock{font-weight:600;line-height:1.2}p.stock.out-of-stock{color:#B50808}p.stock.wd-style-default:is(.available-on-backorder,.in-stock){color:var(--color-gray-800)}p.stock.wd-style-default.in-stock:before{margin-inline-end:5px;color:var(--wd-primary-color);content:"\f107";font-family:"woodmart-font"}p.stock:is(.wd-style-bordered,.wd-style-with-bg) span{display:inline-block;padding:8px 12px;border-radius:calc(var(--wd-brd-radius) / 1.5)}p.stock.wd-style-bordered span{border:1px solid #85B951;color:var(--color-gray-800)}p.stock.wd-style-bordered span:before{content:"";display:inline-block;margin-inline-end:8px;width:8px;height:8px;border-radius:50%;background-color:#85B951;vertical-align:baseline}p.stock.wd-style-bordered.out-of-stock span{border-color:#E22D2D}p.stock.wd-style-bordered.out-of-stock span:before{background-color:#E22D2D}p.stock.wd-style-with-bg:is(.available-on-backorder,.in-stock) span{background-color:#F1F7EB;color:#85B951}p.stock.wd-style-with-bg.in-stock span:before{margin-inline-end:5px;content:"\f107";font-family:"woodmart-font"}p.stock.wd-style-with-bg.out-of-stock span{background-color:#F8E7E7}
.hide-larger-price .price:has(.amount ~ .amount) :is(.amount ~ .amount,[aria-hidden="true"]:not(.amount)){display:none}.hide-larger-price .price:has(.amount ~ .amount)>small{margin-inline-start:.2em}
.shop_attributes{margin-bottom:0;overflow:hidden;--wd-attr-v-gap: 30px;--wd-attr-h-gap: 30px;--wd-attr-col: 1;--wd-attr-brd-width: 1px;--wd-attr-brd-style: solid;--wd-attr-brd-color: var(--brdcolor-gray-300);--wd-attr-img-width: 24px}.shop_attributes tbody{display:grid;grid-template-columns:repeat(var(--wd-attr-col), 1fr);margin-bottom:calc(-1 * (var(--wd-attr-v-gap) + var(--wd-attr-brd-width)));column-gap:var(--wd-attr-h-gap)}.shop_attributes tr{display:flex;align-items:center;gap:10px 20px;justify-content:space-between;padding-bottom:calc(var(--wd-attr-v-gap) / 2);margin-bottom:calc(var(--wd-attr-v-gap) / 2);border-bottom:var(--wd-attr-brd-width) var(--wd-attr-brd-style) var(--wd-attr-brd-color)}.shop_attributes :is(th,td){padding:0;border:none}.shop_attributes th{display:flex;flex:0 1 auto;font-family:var(--wd-text-font)}.shop_attributes td{text-align:end}.shop_attributes p{margin-bottom:0}.shop_attributes :is(.wd-attr-name,.wd-attr-term){display:inline-flex;align-items:center;gap:10px}.shop_attributes .wd-attr-name-img{width:var(--wd-attr-img-width)}.shop_attributes .wd-hint{margin-inline-start:-6px}
#ds_type{
    margin: 10px 0;
    clear: both;
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
#ds_type>a{
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: content-box;
    padding: 2px;
    max-width: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    flex: 0 0 28%;
    justify-content: center;
    flex-direction: column;
    gap: 0;
}
#ds_type>a .price{
    visibility: visible;
    line-height: 23px;
}
#ds_type>a span.type{
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
}
#ds_type>a img{
    box-sizing: content-box;
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 10px;
}
#ds_type>a.ds_active,
#ds_type>a:hover,
#ds_type>a:active{
    border-color: #d6a31d;
}
#ds_select_options{
    display: none;
}
#ds_select_options select{
    width: 46%;
    float: left;
    margin: 10px 10px 10px 0;
    border: 0;
    background: #f1f1f1;
    font-size: larger;
}
#ds_select_options select#ds_brand{
     max-width: 200px;
 }
#ds_select_options select#ds_model{
    max-width: 260px;
    margin-right: 0;
}
#ds_select_options p{
    font-weight: bold;
    margin: 10px 0;
    clear: both;
}
#design-title-block{
    display: none;
}
#design-title-block:has(.design-title){
    display: inherit;
}
#ds_select_options .ds_device_selector {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#ds_select_options .ds_device_selector select
{
    width: 50%;
    margin: 0 0 5px 0;
    flex: auto;
}
#ds_select_options .ds_device_selector #ds_model{
    max-width: none;
    margin-left: 10px;
}
#product-main-content{
    max-width: 560px;
    margin: auto;
}
body.cst-editor #fpd-start-customizing-button,
body.cst-page.cst-editor .elementor-widget-wd_social_buttons{
    display: none;
}
body.cst-page.cst-product form.cart #fpd-start-customizing-button,
body.cst-page.cst-editor form.cart div.customizing-btn-wrapper #fpd-start-customizing-button,
body.cst-page form.cart div.customizing-btn-wrapper .fpd-blue-btn{
    display: flex;
}
body.cst-page form.cart p.customizing-tip,
body.cst-page form.cart div.customizing-btn-wrapper{
    max-width: 100% !important;
    display: flex;
    margin-bottom: 0;
}
.btn-disabled{
    background: #bababa !important;
}
body.cst-page form.cart div.customizing-btn-wrapper{
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}
body.cst-page form.cart div.customizing-btn-wrapper > *{
    flex: 0 0 100%;
}
@media (min-width: 480px) {
    body.cst-page form.cart{
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    body.cst-page form.cart > *{
        max-width: 50% !important;
        margin: 5px 0 !important;
        flex: 1 1 50% !important;
    }
    body.cst-page form.cart .fpd-blue-btn{
        width: auto !important;
    }
    body.cst-page.cst-product form.cart #fpd-start-customizing-button,
    body.cst-page.cst-editor form.cart div.customizing-btn-wrapper #fpd-start-customizing-button,
    body.cst-page form.cart div.customizing-btn-wrapper .fpd-blue-btn{
        flex: 0 0 48% !important;
    }
}
/* fpd */
.fpd-catalog-customize, #fpd-start-customizing-button{
    background-color: var(--wd-primary-color);
}
body a.fpd-blue-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    line-height: 32px;
    max-width: 180px !important;
    border-radius: var(--btn-accented-brd-radius);
    color: #fff;
    box-shadow: none;
    background-color: var(--wd-primary-color);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 !important;
}
body a.fpd-blue-btn.long-btn{
    max-width: 280px !important;
}
/* single page */
.wd-single-short-desc .design-title{
    font-size: inherit;
    margin-bottom: inherit;
}
body .hidden{
    display: none;
}
body.seo-pic form.cart button[name='add-to-cart'],
body.seo-pic #product-main-content div.wd-single-price,
body.seo-pic #product-main-content #ds_type span.price{
    display: none !important;
}
body.cst-page form.cart .quantity,
body.cst-page #sp_related_products {
    display: none;
}
body.cst-editor #single-product-content-block,
body.cst-editor #single-product-related-keywords-section{
    display: none;
}
#single-product-tabs h4 {
    font-size: 14px;
}
#single-product-tabs.wd-single-tabs .wd-nav-tabs-wrapper{
    border-bottom: 1px solid #ccc;
}
.elementor-tab-title.disable-toggle{
    cursor: pointer;
}
#single-product-tabs.wd-single-tabs .wd-nav>li{
    padding: 10px 20px;
    background: #f8f8f8;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#single-product-tabs.wd-single-tabs .wd-nav-tabs>li:last-child {
    border-right: 1px solid #ccc;
}
#single-product-tabs.wd-single-tabs .woocommerce-Tabs-panel{
    padding: 20px;
}
.rate-block .rate-label{
    display: inline-block;
    min-width: 100px;
    font-weight: bold;
}
.rate-block .rate-span{
    width: 20px;
    height: 8px;
    background: #ccc;
    display: inline-block;
    margin-right: 6px;
    border-radius: 5px;
}
.rate-block .rated{
    background: #494949;
}
h2.design-title{
    font-size: 18px;
    margin-bottom: -10px;
    margin-top: -10px;
}
body.cst-page .single-product-attr-block-content .wd-slide-inner .elementor-image-box-wrapper .elementor-image-box-title{
    font-size: xx-large;
}
body.cst-page .single-product-attr-block-content .wd-slide-inner .elementor-image-box-wrapper .elementor-image-box-description{
    font-size: large;
}
body.cst-page .single-product-attr-block-content .wd-slide-inner .elementor-image-box-content{
    padding: 20px;
}
body.cst-page.cst-editor .wd-single-price{
    display: none;
}.fpd-modal-product-designer.fpd-modal-overlay.fpd-fullscreen{
    padding-bottom: env(safe-area-inset-bottom); /* iPhone safe area */
}
.fpd-modal-product-designer .fpd-done .fpd-total-price,
.fpd-modal-product-designer .fpd-done .fpd-icon-done{
    display: none !important;
}
fpd-main-wrapper .site-logo img{
    width: 180px;
}
fpd-main-wrapper .site-logo{
    width: 200px;
    position: absolute;
    left: calc(50% - 100px);
    top: 10px;
    text-align: center;
}
fpd-main-wrapper .site-logo .case-info{
    margin-top: 5px;
    font-weight: 600;
}
fpd-main-wrapper .site-logo.pos-left{
    top: calc(50% - 30px);
    left: 10px;
    text-align: left;
}
fpd-actions-bar .fpd-icon-close:before {
    content: "\003C";
}
.fpd-share-design{
    display: none;
}
.fpd-share-widget.jssocials{
    display: inline-block;
}
.fpd-share-widget .jssocials-share-link{
    background: none;
    color: #666;
    padding: 0;
    font-size: 12px;
    width: 24px;
}
.fpd-share-widget .jssocials-share-link:hover,
.fpd-share-url:hover::before{
    color: var(--wd-primary-color);
    background: none;
}
.fpd-share-url{
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 28px;
    height: 20px;
    color: transparent;
}
.fpd-share-url:hover{
    background: none;
    color: transparent;
}
.fpd-share-url::before {
    font-size: 16px;
    content: "\e92b";
    font-family: FontFPD !important;
    color: #666;
    padding-left: 8px;
}
p.fpd-share-process{
    margin-bottom: 0;
}
@media (max-width: 767px) {
    div.fpd-nav-item[data-module=manage-layers]{
        display: none !important;
    }
    .fpd-btn.fpd-done.fpd-close,
    .fpd-btn.fpd-done .fpd-label{
        display: inline-flex !important;
    }
}
.page-fade-out {
    transition: opacity 0.5s ease;
    opacity: 0;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.page-spinner {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #444444; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
#pageOverlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}
.fpd-container fpd-module-designs .fpd-grid>.fpd-category.fpd-item>span{
    font-size: 16px;
}
.fpd-container fpd-module-designs .fpd-grid>.fpd-category.fpd-item:hover{
    background-color: #fbfbfb;;
}
.fpd-container fpd-module-save-load .fpd-grid{
    gap: 5px;
}
.fpd-container fpd-module-save-load .fpd-grid>.fpd-item{
    background: #fff;
    border-radius: 2px;
}.wd-shop-result-count{
    display: none;
}
.menu-block .menu-item, .device-block span{
    line-height: 3;
}
.menu-block.row{
    justify-content: center;
}
.menu-block .menu-item.active{
    font-weight: bold;
}
.page-title .menu-wrapper{
    border-bottom: 1px solid #999;
}
.menu-block{
    background: #fff;
    color: #666;
    padding: 5px;
    text-align: center;
    max-width: var(--wd-container-w);
    margin: 60px auto 0;
}
.device-block {
    display: none;
}
.device-block .sub-title{
    background: #FFF;
    color: #444;
    font-weight: bold;
    padding: 20px;
    font-size: large;
    border-bottom: 1px solid #999;
}
.device-block .sub-device-block{
    background: #FFF;
    color: #444;
    padding: 20px;
    margin-bottom: 40px;
}
#ds-device-products{
    display: none;
}
body.page.device-map-page .page-title .wd-breadcrumbs span{
    cursor: pointer;
}
body.page.show-device-map .main-page-wrapper,
body.page.show-device-map .wd-prefooter{
    background: #f5f5f5;
}
body.page.device-map-page .main-page-wrapper .page-title{
    background: #FFF;
}
body.page.device-map-page .page-title {
    padding-bottom: 0;
}
body.page.device-map-page .page-title .wd-breadcrumbs{
    visibility: hidden;
}
table.variations td.cell.sl_device_wrapper{
    width: 400px;
}
.sl_device_wrapper #sl_brand{
    width: 120px;
    margin-right: 10px;
}
.sl_device_wrapper .wd-reset-var{
    display: none;
}
/* header / menu / tabs */
#head-mn-device-map .device-map-link a{
    float: right;
}
#head-mn-device-map .device-map-link{
    max-width: 800px;
    padding-bottom: 50px;
    width: 100%;
}
#head-mn-device-map .wd-tab-content>div{
    display: flex;
    max-width: 800px;
    flex-wrap: wrap;
}
#head-mn-device-map .wd-tab-content .device-block-wrapper{
    margin-bottom: 20px;
    width: 33%;
}
#head-mn-device-map .wd-tab-content .device-block-wrapper.flex .tab-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#head-mn-device-map .wd-tab-content .device-block-wrapper.flex .tab-links a{
    flex: 0 0 33.33%; /* 3 items per row */
    box-sizing: border-box;
}
#head-mn-device-map .wd-tab-content .device-block-wrapper.flex.flex-2 .tab-links a{
    flex: 0 0 50%;
}
#head-mn-device-map .wd-tab-content-wrapper a{
    line-height: 2.4em;
    padding: 4px 0;
}
#head-mn-device-map .wd-tab-content a:hover{
    text-decoration: underline;
    text-decoration-color: var(--wd-primary-color);
    text-underline-offset: 8px;
}
#head-mn-device-map .wd-tab-content .device-block-wrapper:first-child{
    margin-top: 0;
}
#head-mn-device-map .wd-tab-content .title{
    margin-bottom: 10px;
    margin-top: 20px;
}
#menu-main-header-navigation .wd-tabs.tabs-design-aside .wd-nav-tabs li{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 20px;
    transition: all .25s ease;
}
#menu-main-header-navigation .wd-tabs.tabs-design-aside .wd-nav-tabs:hover li.wd-active{
    border-left: 0;
    padding-left: 20px;
}
#menu-main-header-navigation .wd-tabs.tabs-design-aside .wd-nav-tabs:hover li.wd-active:hover,
#menu-main-header-navigation .wd-tabs.tabs-design-aside .wd-nav-tabs li:hover,
#menu-main-header-navigation .wd-tabs.tabs-design-aside .wd-nav-tabs li.wd-active{
    border-left: 10px solid var(--wd-primary-color);
}
#menu-main-header-navigation .wd-tabs.tabs-design-aside .wd-nav-tabs span{
    width: 100%;
    position: relative;
}
.wd-tabs.tabs-design-aside .wd-nav-tabs>li>a{
    width: 100%;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
}
#menu-main-header-navigation .wd-tabs.tabs-design-aside a.more_link:after,
#menu-main-header-navigation .wd-tabs.tabs-design-aside .wd-nav-tabs .nav-link-text:after{
    background-position: 50%;
    background-repeat: no-repeat;
    transition: .3s;
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgOSAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMSAoNTc1MDEpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkdyb3VwIDI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIwLjc5OTk5OTk1MiI+CiAgICAgICAgPGcgaWQ9Im1haW4tcGMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDAuMDAwMDAwLCAtMTgxMS4wMDAwMDApIiBmaWxsPSIjMkQyRDJEIj4KICAgICAgICAgICAgPGcgaWQ9InBhZ2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU1OC4wMDAwMDAsIDE4MDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0icmlnaHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI4Mi4wMDAwMDAsIDMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iYXJyb3ctcmlnaHQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjcwMzMwMSwgNC40NzQ3MjkpIHJvdGF0ZSgtMzE1LjAwMDAwMCkgdHJhbnNsYXRlKC00LjcwMzMwMSwgLTQuNDc0NzI5KSAiIHg9Ii0wLjM5NjY5OTE0MSIgeT0iMy41MDMzMDA4NiIgd2lkdGg9IjEwLjIiIGhlaWdodD0iMS45NDI4NTcxNCIgcng9IjAuNSI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtNS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjcwMzMwMSwgMTAuNDc0NzI5KSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC00LjcwMzMwMSwgLTEwLjQ3NDcyOSkgIiB4PSItMC4zOTY2OTkxNDEiIHk9IjkuNTAzMzAwODYiIHdpZHRoPSIxMC4yIiBoZWlnaHQ9IjEuOTQyODU3MTQiIHJ4PSIwLjUiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
#menu-main-header-navigation .wd-tabs.tabs-design-aside a.more_link:after{
}
#menu-main-header-navigation .wd-tabs.tabs-design-aside .wd-nav-tabs{
    width: 90%;
}
#menu-main-header-navigation .wd-tabs.tabs-design-aside .wd-nav-tabs .nav-link-text:after{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 4px;
    width: 10px;
    height: 10px;
}
#menu-main-header-navigation .wd-tabs.tabs-design-aside .wd-tab-content{
    line-height: 2;
}
#head-menu-collections .product-grid-item .product-element-top{
    margin: 16px !important;
    border-radius: 12px !important;
}
#head-menu-collections .product-grid-item .product-element-top img{
    aspect-ratio: 1 !important;
}
/* user saved designs */
.main-page-wrapper .fpd-saved-products-grid{
    justify-content: flex-start;
}
.main-page-wrapper .fpd-saved-products-grid > div > a{
    height: 240px;
}
/* toggle */
#original-case-faq-toggle .elementor-toggle-item:hover{
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.65);
}
.pic-tags-title{
    margin-top: 30px;
}
.pic-tags-container{
    margin-bottom: 30px;
}
.ds-wide-slider .container.wd-slide-container,
.ds-wide-slider .wd-slide-inner,
.container.wd-slide-container:has(.less-full-width),
.wd-slide-inner:has(.less-full-width) {
    max-width: 1800px !important;
}
@media (max-width: 767px) {
    .ds-wide-slider .container.wd-slide-container,
    .ds-wide-slider .wd-slide-inner,
    .container.wd-slide-container:has(.less-full-width),
    .wd-slide-inner:has(.less-full-width) {
        max-width: 780px !important;
    }
    body.single-product .wd-single-title .product_title{
        font-size: 22px !important;
    }
    body.single-product .wd-single-breadcrumbs,
    body.cst-page #single-product-type-short-desc{
        display: none !important;
    }
}
form.woocommerce-cart-form table.cart td.product-thumbnail img{
    min-width: 160px !important;
    max-width: 160px !important;
}
@media (max-width: 768.98px){
    form.woocommerce-cart-form .shop-table-with-img td.product-thumbnail {
        max-height: 160px;
    }
    form.woocommerce-cart-form .shop-table-with-img tr {
        padding-inline-start: 170px;
    }
}
.product_list_widget.woocommerce-mini-cart>li img{
    min-width: 100px !important;
    max-width: 100px !important;
}
.ns-footer-wrapper .tnp-form .tnp-email{
    width: 80%;
    border-radius: 5px 0 0 5px;
}
.ns-footer-wrapper .tnp-form .tnp-email::placeholder{
    color: #bbb;
}
.ns-footer-wrapper .tnp-form .tnp-submit{
    background: #333;
    width: 20%;
    border-radius: 0 5px 5px 0;
}
div.single-product-page .single_add_to_cart_button {
    max-width: 220px;
    min-height: 52px;
}
@media (max-width: 480px) {
    div.single-product-page .single_add_to_cart_button,
    body div.single-product-page a.fpd-blue-btn{
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
}
#home-page-banner img{
    min-height: 350px;
    width: auto !important;
    float: left;
}
@media (max-width: 768px) {
    #home-page-banner img {
        max-width: unset !important;
    }
    #home-page-banner.ml_c img {
        margin-left: -50%;
    }
    #home-page-banner.ml120 img {
        margin-left: -60px;
    }
    #home-page-banner.ml90 img {
        margin-left: -45px;
    }
    #home-page-banner.mh_260 img {
        min-height: 280px;
    }
    #home-page-banner.mh_280 img {
        min-height: 260px;
    }
    #home-page-banner.mh_300 img {
        min-height: 320px;
    }
    #home-page-banner.mh_320 img {
        min-height: 340px;
    }
    #home-page-banner.mh_340 img {
        min-height: 360px;
    }
}
@media (max-width: 530px) {
    #home-page-banner.ml120 img {
        margin-left: -120px;
    }
    #home-page-banner.ml90 img {
        margin-left: -90px;
    }
    #home-page-banner.mh_260 img {
        min-height: 260px;
    }
    #home-page-banner.mh_280 img {
        min-height: 280px;
    }
    #home-page-banner.mh_300 img {
        min-height: 300px;
    }
    #home-page-banner.mh_320 img {
        min-height: 320px;
    }
    #home-page-banner.mh_340 img {
        min-height: 340px;
    }
}
#home-page-banner.align-right img{
    float: right;
}
.elementor-toggle .elementor-tab-title.disable-toggle{
    cursor: default !important;
}
#guarantee-page-faq .elementor-toggle .elementor-tab-title,
body.page.page-id-23 .elementor-toggle .elementor-tab-title,
body.page.page-id-23 .elementor-toggle .elementor-tab-content{
    border-bottom: none;
    line-height: 2em;
}
.row.contact-form-page {
    justify-content: center;
}
.row.contact-form-page input.btn.wpcf7-submit{
    min-width: 180px;
    flex-basis: 50%;
    flex-grow: 0;
}
.cart_totals table.shop_table th{
    min-width: 50px;
}
main.wd-content-layout{
    padding-block: 0 40px;
}
.autocomplete-suggestion .suggestion-content{
    text-align: center;
}
body.search-results .woocommerce-ordering{
    display: none;
}
.header-banner-display .header-banner{
    z-index: 390;
}
.header-banner-display .whb-header
{
    margin-top: 40px;
}
.header-banner-display .whb-header.whb-overcontent .whb-main-header>.whb-sticky-row{
    padding: 40px 0;
}
body.post-type-archive-product .shop-loop-head{
    display: none !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial{
    border: none !important;
    font-size: larger;
}
.strong-view.wpmtst-default .wpmtst-testimonial-image img{
    border: none !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-heading{
    font-size: x-large;
    line-height: 2em;
}
.wd-grid-g .wd-product .wd-entities-title{
    font-weight: normal;
}
.wd-header-nav a .nav-link-text{
    letter-spacing: 1.2px;
}
.bg_red{
    background-color: #ba2727;
}
.prefooter-testi-section{
    display: none;
}
body.woocommerce-checkout .prefooter-testi-section,
body.woocommerce-checkout .header-banner,
body.woocommerce-checkout .wd-toolbar{
    display: none !important;
}
@media (max-width: 1024px) {
    .prefooter-testi-section .strong-view.wpmtst-default .wpmtst-testimonial-heading {
        font-size: 20px;
    }
    .prefooter-testi-section .strong-view{
        font-size: small;
    }
}
.product-image-link .brand-img-wrapper{
    display: flex;
    justify-content: center;  /* horizontal centering */
    align-items: center;      /* vertical centering */
    height: 110px;
    max-width: 160px;
    width: 100%;             /* optional, for demo purposes */
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    background: #FFF;
    margin: 15px auto;
}
.product-image-link:hover .brand-img-wrapper{
    background: #f0f0f0;
}
.product-image-link .brand-img-wrapper img{
    max-width: 60%;
    max-height: 50%;
    height: auto;
    width: auto !important;
}
.products.menu-design .product-image-link{
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}
.products.menu-design .product-image-link img{
    border-radius: 12px;
}
.products.menu-design .product-image-link:hover{
    border-color: #bbb;
}
button.show-password-input {
    display: none;
}
.wd-suggestion-content{
    text-align: center;
}
@media (max-width: 1024px) {
    .wd-dropdown-results .wd-suggestion-thumb {
        max-width: 120px;
    }
}
.wd-dropdown-results .wd-suggestion-thumb {
    flex: 0 0 auto;
    margin-inline-end: 15px;
    max-width: 120px;
}
body .wd-cookies-popup,
body .wd-cookies-popup.popup-hide{
    transform: translate3d(0, 120%, 0);
}body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/app/ds-woo/vendor/lightbox/images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/app/ds-woo/vendor/lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/app/ds-woo/vendor/lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/app/ds-woo/vendor/lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu{margin-top:0 !important}.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu:after{width:auto !important;height:auto !important}.rtl .wd-header-nav .wd-nav.wd-icon-right>li>a .wd-nav-img{order:0;margin:0;margin-inline-end:7px}.rtl .wd-header-nav .wd-nav.wd-icon-left>li>a .wd-nav-img{order:1;margin:0;margin-inline-start:7px}.wd-nav-mobile>li>a>.menu-label,.wd-nav-mobile>li>ul li>a>.menu-label{position:static;margin-top:0;margin-inline-start:5px;opacity:1;align-self:center}.wd-nav-mobile>li>a>.menu-label:before,.wd-nav-mobile>li>ul li>a>.menu-label:before{content:none}.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-inline:-10px}.whb-clone .whb-general-header-inner{height:var(--wd-header-clone-h);max-height:var(--wd-header-clone-h)}.whb-flex-flex-middle .whb-col-center{flex:1 1 0%}.whb-flex-equal-sides :is(.whb-col-left,.whb-col-right){flex:1 1 0%}.whb-col-1 :is(.whb-flex-row,.whb-column){max-width:calc(100% + 20px);justify-content:center}.whb-col-1 :is(.whb-col-left,.whb-mobile-left){flex:1 1 auto;margin-inline:-10px}.whb-col-1 .wd-header-html{max-width:100%}.whb-general-header :is(.whb-mobile-left,.whb-mobile-right){flex:1 1 0%}.whb-empty-column+.whb-mobile-right{flex:1 1 auto}.wd-header-overlap:where(:not(.single-product)) .wd-content-layout:first-child{padding-top:0}.whb-overcontent{min-height:.2px}.whb-overcontent .whb-main-header{position:absolute}body:not(.single-product) .whb-overcontent,.whb-overcontent.whb-custom-header{margin-bottom:0;padding-top:0 !important}.whb-with-shadow{box-shadow:0 1px 8px rgba(0,0,0,0.1)}.whb-main-header{position:relative;top:0;right:0;left:0;z-index:390;backface-visibility:hidden;-webkit-backface-visibility:hidden}.whb-clone{position:fixed;z-index:391;visibility:hidden;opacity:0;transition:opacity .1s ease, visibility .1s ease, transform .3s ease;animation:wd-fadeOutUpBig .1s ease;pointer-events:none}.whb-clone .whb-flex-row{border:none}.whb-clone.whb-sticked{visibility:visible;opacity:1;animation:wd-fadeInDownBig .3s ease;pointer-events:visible;pointer-events:unset}.whb-clone.whb-sticked .whb-not-sticky-row{display:block}.whb-clone .wd-header-main-nav{text-align:center}.whb-clone.whb-hide-on-scroll{transform:translateY(-100%);animation:none}.whb-clone.whb-scroll-up{transform:none}.whb-sticky-prepared{padding-top:var(--wd-header-h)}.whb-sticky-prepared .whb-main-header{position:absolute}:root:has(.whb-sticky-prepared):not(:has(.whb-top-bar)){--wd-top-bar-h: .00001px;--wd-top-bar-sm-h: .00001px}:root:has(.whb-sticky-prepared):not(:has(.whb-general-header)){--wd-header-general-h: .00001px;--wd-header-general-sm-h: .00001px}:root:has(.whb-sticky-prepared):not(:has(.whb-header-bottom)){--wd-header-bottom-h: .00001px;--wd-header-bottom-sm-h: .00001px;--wd-header-bottom-brd-w: .00001px}.whb-scroll-stick .whb-flex-row{transition:height .2s ease, max-height .2s ease}.whb-scroll-stick.whb-sticked .whb-flex-row{transition-duration:.3s}.whb-scroll-stick:is(.whb-scroll-down,.whb-scroll-up) .whb-main-header{transition:transform .3s ease}.whb-scroll-stick.whb-scroll-down .whb-main-header{transform:translateY(-100%)}.whb-scroll-stick.whb-scroll-up .whb-main-header{transform:none}.whb-scroll-slide.whb-sticked .whb-main-header{animation:wd-fadeInDownBig .4s ease}.whb-scroll-slide:is(.whb-scroll-down,.whb-scroll-up) .whb-main-header{transition:transform .3s ease}.whb-scroll-slide.whb-hide-on-scroll.whb-sticked .whb-main-header{transform:translateY(-100%);animation:none}.whb-scroll-slide.whb-hide-on-scroll.whb-scroll-up .whb-main-header{transform:none}.whb-sticked .whb-main-header{position:fixed}.whb-sticked .whb-row{transition:background-color .3s ease}.whb-sticked .whb-not-sticky-row{display:none}.whb-sticky-shadow.whb-sticked .whb-main-header{box-shadow:0 1px 3px rgba(0,0,0,0.1)}.whb-sticky-shadow.whb-sticked .whb-row:last-child{border-bottom:none}.whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row{border-bottom:none}.whb-sticky-shadow+.whb-clone{box-shadow:0 1px 3px rgba(0,0,0,0.1)}.whb-sticky-shadow+.whb-clone .whb-row{border-bottom:none}.whb-row{transition:background-color .2s ease}.whb-color-dark:not(.whb-with-bg){background-color:#fff}.whb-color-light:not(.whb-with-bg){background-color:#212121}body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg){background-color:transparent}.whb-row.whb-with-bdf,.whb-row.whb-with-bdf>.container{position:relative}.whb-row.whb-with-bdf:before{content:'';position:absolute;inset:0}@keyframes wd-fadeInDownBig{from{transform:translate3d(0, -100%, 0)}to{transform:none}}@keyframes wd-fadeOutUpBig{from{transform:none}to{transform:translate3d(0, -100%, 0)}}.wd-header-nav,.site-logo{padding-inline:10px}.wd-header-nav.wd-full-height,.wd-header-nav.wd-full-height :is(.wd-nav,.wd-nav>li,.wd-nav>li>a),.wd-header-divider.wd-full-height,.wd-header-divider.wd-full-height:before{height:100%}.wd-header-nav{flex:1 1 auto}.wd-header-nav.wd-inline{flex:0 0 auto;max-width:100%}.whb-color-light .wd-header-nav>span{color:rgba(255,255,255,0.8)}.wd-nav-main:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default){opacity:0;pointer-events:none}@supports (-webkit-touch-callout: none){.wd-nav-main:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default){transform:translateY(15px) translateZ(0)}}.wd-nav-main>li>a,.wd-nav-secondary>li>a{height:40px;font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-size:var(--wd-header-el-font-size);font-family:var(--wd-header-el-font);text-transform:var(--wd-header-el-transform)}.wd-header-sticky-nav .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}.whb-top-bar .wd-nav-secondary>li>a{font-weight:400;font-size:12px}.wd-nav-secondary:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default){opacity:0;pointer-events:none}@supports (-webkit-touch-callout: none){.wd-nav-secondary:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default){transform:translateY(15px) translateZ(0)}}.site-logo{max-height:inherit}.wd-logo{max-height:inherit;transition:none}.wd-logo picture{max-height:inherit}.wd-logo picture img{max-width:inherit}.wd-logo img{padding-top:5px;padding-bottom:5px;max-height:inherit;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:800px}.wd-logo img[src$=".svg"]{height:100%}.wd-logo img[width]:not([src$=".svg"]){width:auto;object-fit:contain}.wd-switch-logo .wd-sticky-logo{display:none;animation:wd-fadeIn .5s ease}:is(.whb-sticked,.whb-clone) .wd-switch-logo .wd-main-logo{display:none}:is(.whb-sticked,.whb-clone) .wd-switch-logo .wd-sticky-logo{display:block}.wd-header-divider:before{content:"";display:block;height:18px;border-right:1px solid}.whb-color-dark .wd-header-divider:before{border-color:var(--wd-divider-color, rgba(0,0,0,0.105))}.whb-color-light .wd-header-divider:before{border-color:var(--wd-divider-color, rgba(255,255,255,0.25))}.whb-col-right .wd-header-divider:last-child,.whb-mobile-right .wd-header-divider:last-child,.whb-col-mobile .wd-header-divider:last-child{padding-right:10px}.whb-col-left .wd-header-divider:first-child,.whb-mobile-left .wd-header-divider:first-child,.whb-col-mobile .wd-header-divider:first-child{padding-left:10px}.whb-col-center .wd-header-divider:first-child{padding-left:10px}.whb-col-center .wd-header-divider:last-child{padding-right:10px}.wd-header-mobile-nav .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}.mobile-nav .wd-heading{position:relative;z-index:6;background-color:inherit}.mobile-nav .searchform{--wd-form-brd-width: 0;--wd-form-bg: transparent;--wd-form-color: var(--color-gray-500);--wd-form-placeholder-color: var(--color-gray-500);z-index:4;box-shadow:0 -1px 9px rgba(0,0,0,0.17)}.mobile-nav .searchform input[type="text"]{padding-right:70px;padding-left:20px;height:70px;font-weight:600}.mobile-nav .wd-search-results{position:relative;z-index:4;border-radius:0;inset-inline:auto}.mobile-nav .wd-search-results:not(.wd-opened){display:none}.mobile-nav .wd-suggestion{padding:10px 20px}.mobile-nav .create-nav-msg{padding:20px}.wd-nav-mobile{display:none;margin-inline:0;animation:wd-fadeIn 1s ease}.wd-nav-mobile>li{flex:1 1 100%;max-width:100%;width:100%}.wd-nav-mobile>li>a{color:var(--color-gray-800)}.wd-nav-mobile li.menu-item-has-children>a:after{content:none}.wd-nav-mobile li:active>a,.wd-nav-mobile li.opener-page>a{background-color:var(--bgcolor-gray-100)}.wd-nav-mobile li:is(.current-menu-item,.wd-active)>a{color:var(--wd-primary-color)}.wd-nav-mobile .wd-with-icon>a:before{margin-right:7px;font-weight:400;font-family:"woodmart-font"}.wd-nav-mobile .menu-item-account>a:before{content:"\f124"}.wd-nav-mobile .menu-item-wishlist>a:before{content:"\f106"}.wd-nav-mobile .menu-item-compare>a:before{content:"\f128"}.wd-nav-mobile.wd-active{display:block}.wd-nav-mobile:not(.wd-html-block-on) .menu-item-has-block .wd-nav-opener{display:none}.wd-nav-mobile.wd-html-block-on .wd-mob-nav-html-block{overflow:hidden;border-bottom:1px solid var(--brdcolor-gray-300);max-width:var(--wd-side-hidden-w)}.wd-nav-mobile.wd-html-block-on .menu-item-has-block .wd-negative-gap>.elementor-container{--wd-el-column-gap: .001px}.wd-nav-mobile.wd-html-block-on .menu-item-has-block .mega-menu-list li>a{background:transparent !important}.wd-nav-mobile>li,.wd-nav-mobile>li>ul li{display:flex;flex-wrap:wrap}.wd-nav-mobile>li>a,.wd-nav-mobile>li>ul li>a{flex:1 1 0%;padding:5px 20px;min-height:50px;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-nav-mobile>li>:is(.wd-sub-menu,.sub-sub-menu),.wd-nav-mobile>li>ul li>:is(.wd-sub-menu,.sub-sub-menu){display:none;flex:1 1 100%;order:3}.wd-nav-mob-tab{--nav-gap: .001px;display:flex;margin:0;border-bottom:1px solid var(--brdcolor-gray-300);background-color:rgba(0,0,0,0.04)}.wd-nav-mob-tab>li{flex:1 0 50%;max-width:50%}.wd-nav-mob-tab>li>a{padding:0;height:100%;font-weight:900}.wd-nav-mob-tab>li.wd-active>a{background-color:rgba(0,0,0,0.05)}.wd-nav-mob-tab[class*="wd-style-underline"]{--nav-color: #909090;--nav-color-hover: #333;--nav-color-active: #333}.wd-nav-mob-tab[class*="wd-style-underline"] .nav-link-text{position:static;flex:1 1 auto;padding:18px 15px;text-align:center}.wd-nav-mob-tab[class*="wd-style-underline"] .nav-link-text:after{top:auto;bottom:-1px}.wd-nav-mob-tab[class*="wd-style-underline"]:after{top:auto;bottom:-1px}.wd-nav-mob-tab.wd-swap{flex-direction:row-reverse}.wd-nav-mob-tab:not(.wd-swap) li:first-child .nav-link-text:after,.wd-nav-mob-tab.wd-swap li:last-child .nav-link-text:after{right:0;left:auto}.mobile-nav .wd-nav-opener{border-left:1px solid var(--brdcolor-gray-300);border-bottom:1px solid var(--brdcolor-gray-300)}.widgetarea-mobile{padding:20px}.mobile-menu-widget{margin:0 -20px 20px -20px;padding:0 20px 20px 20px;border-bottom:1px solid var(--brdcolor-gray-300)}.mobile-menu-widget:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}@media (min-width: 1025px){.whb-top-bar-inner{height:var(--wd-top-bar-h);max-height:var(--wd-top-bar-h)}.whb-sticked .whb-top-bar-inner{height:var(--wd-top-bar-sticky-h);max-height:var(--wd-top-bar-sticky-h)}.whb-general-header-inner{height:var(--wd-header-general-h);max-height:var(--wd-header-general-h)}.whb-sticked:not(.whb-clone) .whb-general-header-inner{height:var(--wd-header-general-sticky-h);max-height:var(--wd-header-general-sticky-h)}.whb-header-bottom-inner{height:var(--wd-header-bottom-h);max-height:var(--wd-header-bottom-h)}.whb-sticked .whb-header-bottom-inner{height:var(--wd-header-bottom-sticky-h);max-height:var(--wd-header-bottom-sticky-h)}.whb-hidden-lg,.whb-hidden-desktop{display:none}.whb-clone,.whb-sticked .whb-main-header{top:var(--wd-admin-bar-h)}.wd-header-overlap .wd-page-title{padding-top:calc(var(--wd-header-h) + var(--wd-header-boxed-sp, 0.001px) + var(--wd-title-sp))}.single-product .whb-overcontent:not(.whb-custom-header){padding-top:calc(var(--wd-header-h) + var(--wd-header-boxed-sp, 0.001px))}.whb-full-width .whb-row>.container,.whb-full-width+.whb-clone .whb-row>.container{max-width:100%;width:clamp(var(--wd-container-w), 95%, 100%)}.wd-nav-mobile>li>a:hover{color:var(--wd-primary-color)}}@media (max-width: 1024px){.whb-top-bar-inner{height:var(--wd-top-bar-sm-h);max-height:var(--wd-top-bar-sm-h)}.whb-general-header-inner{height:var(--wd-header-general-sm-h);max-height:var(--wd-header-general-sm-h)}.whb-header-bottom-inner{height:var(--wd-header-bottom-sm-h);max-height:var(--wd-header-bottom-sm-h)}.whb-visible-lg,.whb-hidden-mobile{display:none}.wd-header-overlap .wd-page-title{padding-top:calc(var(--wd-header-sm-h) + var(--wd-title-sp))}.single-product .whb-overcontent:not(.whb-custom-header){padding-top:var(--wd-header-sm-h)}.whb-sticky-prepared{padding-top:var(--wd-header-sm-h)}}
.wd-tools-element{position:relative;--wd-header-el-color: #333;--wd-header-el-color-hover: rgba(51,51,51,.6);--wd-tools-icon-base-width: 20px}.wd-tools-element>a{display:flex;align-items:center;justify-content:center;height:40px;color:var(--wd-header-el-color);line-height:1;padding-inline:10px}.wd-tools-element .wd-tools-icon{position:relative;display:flex;align-items:center;justify-content:center;font-size:0}.wd-tools-element .wd-tools-icon:before{font-size:var(--wd-tools-icon-base-width)}.wd-tools-element .wd-tools-text{margin-inline-start:8px;text-transform:var(--wd-header-el-transform);white-space:nowrap;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)}.wd-tools-element .wd-tools-count{z-index:1;width:var(--wd-count-size, 15px);height:var(--wd-count-size, 15px);border-radius:50%;text-align:center;letter-spacing:0;font-weight:400;line-height:var(--wd-count-size, 15px)}.wd-tools-element:hover>a{color:var(--wd-header-el-color-hover)}.wd-tools-element.wd-style-icon .wd-tools-text{display:none !important}.whb-top-bar .wd-tools-element{--wd-count-size: 13px;--wd-tools-icon-base-width: 14px}.whb-top-bar .wd-tools-element .wd-tools-text{font-weight:400;font-size:12px}.whb-color-light .wd-tools-element{--wd-header-el-color: #fff;--wd-header-el-color-hover: rgba(255,255,255,0.8)}.wd-custom-icon,picture.wd-custom-icon img{max-width:var(--wd-tools-icon-width, 38px);width:var(--wd-tools-icon-width, revert-layer);transition:all .25s ease}.wd-tools-custom-icon .wd-tools-icon:before,.wd-tools-custom-icon .wd-tools-icon:after{display:none}.wd-tools-custom-icon:hover .wd-custom-icon{opacity:.6}.wd-tools-element:is(.wd-design-2,.wd-design-5).wd-style-icon.wd-with-count{margin-inline-end:5px}.wd-tools-element:is(.wd-design-2,.wd-design-5).wd-style-text.wd-with-count .wd-tools-text{margin-inline-start:14px}.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count{position:absolute;top:-5px;inset-inline-end:-9px;background-color:var(--wd-primary-color);color:#fff;font-size:9px}.wd-tools-element.wd-design-1.wd-with-count .wd-tools-count{margin-inline-start:8px}.wd-tools-element.wd-design-1 .wd-tools-count{width:auto;height:auto;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:inherit}.wd-tools-element.wd-design-1 .subtotal-divider{display:inline}.wd-tools-element.wd-design-4{--wd-count-size: 19px}.wd-tools-element.wd-design-4.wd-with-count .wd-tools-count{margin-inline-start:6px}.wd-tools-element.wd-design-4 .wd-tools-count{display:inline-block;padding:0 2px;background-color:var(--wd-primary-color);color:#fff;font-weight:700;font-size:10px}.whb-top-bar .wd-tools-element.wd-design-4{--wd-count-size: 16px}.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8){--wd-count-size: 18px}.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-inner{position:relative}.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-inner .wd-tools-icon{position:static}.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-custom-icon{max-width:var(--wd-tools-icon-width, var(--wd-tools-icon-base-width))}.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-count{position:absolute;top:-3px;inset-inline-end:-7px;background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,0.17);color:var(--wd-primary-color);font-size:11px}.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8){--wd-count-size: 13px}.wd-tools-element:is(.wd-design-6,.wd-design-7){--wd-tools-sp: 13px}.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon){height:42px;border-radius:42px}.wd-tools-element:is(.wd-design-6,.wd-design-7) .wd-tools-inner{display:flex;align-items:center;padding:0 var(--wd-tools-sp)}.wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon{width:42px}.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7){--wd-tools-sp: 9px}.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon){height:28px}.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon{width:28px}.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7) .wd-tools-count{font-size:9px}.wd-tools-element.wd-design-6>a>:is(.wd-tools-inner,.wd-tools-icon){border:1px solid rgba(0,0,0,0.105)}.whb-color-light .wd-tools-element.wd-design-6>a>:is(.wd-tools-inner,.wd-tools-icon){border-color:rgba(255,255,255,0.25)}.wd-tools-element.wd-design-7>a>:is(.wd-tools-inner,.wd-tools-icon){background-color:var(--wd-primary-color);color:#fff;transition:inherit}.wd-tools-element.wd-design-7:hover>a>:is(.wd-tools-inner,.wd-tools-icon){color:rgba(255,255,255,0.8)}
.wd-tabs:not(.wd-inited) .wd-nav-tabs[class*="wd-style-underline"]>li:first-child>a .nav-link-text:after{width:100%}.wd-tabs{--wd-row-gap: 20px;--wd-header-padding: .001px;display:flex;flex-direction:column;gap:var(--wd-row-gap)}.wd-tabs .tabs-name{text-transform:uppercase;font-size:22px;margin-bottom:0}.wd-tabs .tabs-name>span{vertical-align:middle}.wd-tabs .tabs-name .img-wrapper{display:inline-flex;margin-right:10px}.wd-tabs-header{display:flex;flex-direction:column;gap:10px;padding:var(--wd-header-padding)}.wd-tabs-header.wp-block .tabs-text{display:inline-block}.wd-nav-tabs{--nav-gap: 30px;align-items:center}.wd-nav-tabs>li>a{padding:10px 0;vertical-align:bottom;font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-size:16px;font-family:var(--wd-title-font);line-height:1}.wd-tabs.tabs-design-default:not(.wd-header-with-bg){--wd-row-gap: 10px}.wd-tabs.tabs-design-simple .tabs-name{position:relative;z-index:1;margin-bottom:-2px;padding-block:5px;border-bottom:2px solid var(--wd-primary-color);vertical-align:middle}.wd-tabs.tabs-design-simple .tabs-name>span{vertical-align:bottom}.wd-tabs.tabs-design-simple .tabs-name .img-wrapper{margin-left:4px}.wd-tabs.tabs-design-simple .wd-nav-tabs li a{min-height:42px;font-size:14px}.wd-tabs.wd-header-with-bg{--wd-header-padding: 15px}.wd-tabs.wd-header-with-bg .wd-tabs-header{background-color:var(--bgcolor-gray-100);border-radius:var(--wd-brd-radius)}.wd-tabs:not(.wd-inited) .wd-nav-tabs>li:first-child>a{color:var(--nav-color-active)}.color-scheme-light .wd-nav-tabs.wd-style-default{--nav-color-hover: var(--wd-primary-color);--nav-color-active: var(--wd-primary-color)}.wd-nav-tabs[class*="wd-style-underline"]{--nav-color: rgba(51,51,51,0.7);--nav-color-hover: #333;--nav-color-active: #333}.color-scheme-light .wd-nav-tabs[class*="wd-style-underline"]{--nav-color: rgba(255,255,255,0.7);--nav-color-hover: #fff;--nav-color-active: #fff}.wd-nav-tabs a{gap:10px}.wd-nav-tabs .img-wrapper{min-width:max-content}.wd-nav-tabs.wd-icon-pos-start a{flex-direction:row}.wd-nav-tabs.wd-icon-pos-top{align-items:flex-end}.wd-nav-tabs.wd-icon-pos-top a{flex-direction:column}.wd-nav-tabs.wd-icon-pos-end a{flex-direction:row-reverse}.wd-nav-tabs.wd-icon-pos-left a{flex-direction:row}.wd-nav-tabs.wd-icon-pos-right a{flex-direction:row-reverse}.wd-tabs:not(.wd-inited) .wd-tab-content:first-child{display:flex;opacity:1;transform:none}.wd-tabs .wd-tabs-content-wrapper{position:relative}.wd-tabs .wd-tab-content{display:none;opacity:0;transition:all .25s ease;transform:translateY(30px)}.wd-tabs .wd-tab-content>div:not(:is(.wd-nav-arrows,.grid-masonry)){--wd-width: 100%;width:var(--wd-width)}.wd-tabs .wd-tab-content.wd-active{display:flex}.wd-tabs .wd-tab-content.wd-in{opacity:1;transform:none}.wd-tabs .wd-tab-content>.elementor{min-width:1px}.wp-block-wd-tabs .wd-tab-content{--wd-row-gap: 20px;flex-direction:column;row-gap:var(--wd-row-gap)}:root .wp-block-wd-tabs .wd-tab-content>*{margin-bottom:0}@media (min-width: 1025px){.wd-tabs.tabs-design-aside{position:relative;display:grid;align-items:flex-start;grid-template-columns:var(--wd-side-width, 300px) 1fr;gap:var(--wd-row-gap)}.wd-tabs.tabs-design-aside .wd-tabs-header{--text-align: start}.wd-tabs.tabs-design-aside .wd-nav-tabs{flex-direction:column;align-items:flex-start;row-gap:var(--nav-gap);--nav-gap: .001px}.wd-tabs.tabs-design-aside .wd-nav-tabs>li{margin-inline-end:0;cursor:pointer}.wd-tabs.tabs-design-aside .wd-nav-tabs>li>a{display:inline-flex}.wd-tabs.tabs-design-aside .wd-tabs-content-wrapper{min-width:1px}.wd-tabs.tabs-design-alt .wd-tabs-header{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.wd-tabs.tabs-design-simple .wd-tabs-header{flex-direction:row;align-items:flex-end;gap:25px;border-bottom:2px solid var(--brdcolor-gray-300)}}@media (max-width: 1024px){.wd-tabs{--wd-row-gap: 10px}.wd-tabs .wd-tabs-header .svg-icon{width:25px !important;height:25px !important}.wd-tabs .wd-tabs-header .img-wrapper img{max-height:25px;width:auto}.wd-nav-tabs{flex-wrap:nowrap;white-space:nowrap}.wd-nav-tabs-wrapper{overflow-x:auto;-webkit-mask-image:linear-gradient(to left, transparent 5px, #000 40px);mask-image:linear-gradient(to left, transparent 5px, #000 40px)}.wd-tabs.tabs-design-simple .wd-tabs-header{--text-align: start;align-items:flex-start;gap:0}.wd-tabs.tabs-design-simple .wd-nav-tabs-wrapper{flex:1 1 auto;max-width:100%;width:100%;border-top:2px solid var(--brdcolor-gray-300)}}
.wd-products-tabs .wd-wpb{margin-bottom:0}.wd-products-tabs .wd-tab-content:not(.wd-in) .wd-nav-arrows{opacity:0;transition:none}.wd-products-tabs .wd-tab-content.wd-active{display:block}.wd-products-tabs .wd-nav-arrows{transition:opacity .25s ease .25s}.wd-products-tabs .wd-nav-arrows:where(.wd-pos-together){--wd-arrow-offset-v: calc(var(--wd-row-gap) + -8px)}.wd-products-tabs .wd-ajax-arrows:where(.wd-pos-together){--wd-arrow-offset-v: calc(var(--wd-row-gap) + 7px)}.wd-products-tabs .products-bordered-grid :where(.wd-nav-arrows.wd-pos-together){--wd-arrow-offset-v: calc(var(--wd-row-gap) + 7px)}@media (max-width: 1024px){.wd-products-tabs.tabs-design-simple :where(.wd-nav-arrows.wd-pos-together){--wd-arrow-offset-v: calc(var(--wd-row-gap) + 33px)}.wd-products-tabs.tabs-design-simple :where(.wd-ajax-arrows.wd-pos-together){--wd-arrow-offset-v: calc(var(--wd-row-gap) + 49px)}.wd-products-tabs.tabs-design-simple :where(.products-bordered-grid .wd-nav-arrows.wd-pos-together){--wd-arrow-offset-v: calc(var(--wd-row-gap) + 49px)}}
.wd-sticky-loader{position:absolute;inset:70px 0;display:flex;align-items:flex-start;justify-content:center;pointer-events:none;opacity:0}.wd-sticky-loader .wd-loader{position:sticky;top:calc(50% - 15px)}.wd-sticky-loader.wd-loading,.wd-content-layout.wd-loading .wd-sticky-loader.wd-content-loader{opacity:1;transition:all .25s ease;--wd-anim-state: running}
.wd-product{position:relative;text-align:var(--text-align);line-height:1.4;--text-align: center;--wd-btn-inset: 10px;--wd-prod-gap: 12px;--wd-prod-bg-sp: 0;--wd-prod-bg-cont-sp: 0;--wd-prod-trim: calc((var(--wd-text-line-height) * -.5em) + .5em)}.wd-product .product-wrapper{border-radius:var(--wd-brd-radius);padding:var(--wd-prod-bg-sp)}.wd-product :where(.product-wrapper,.product-element-bottom){display:flex;flex-direction:column;gap:var(--wd-prod-gap)}.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img){width:100%}.wd-product .product-image-link{position:relative;display:block}.wd-product .hover-img{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:var(--bgcolor-white);opacity:0;transition:opacity 0.5s ease,transform 2s cubic-bezier(0, 0, 0.44, 1.18);pointer-events:none}.wd-product :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price){line-height:inherit;margin-block:-.2em}.wd-product .wd-entities-title{font-size:inherit}.wd-product :is(.wd-product-cats,.wd-product-brands-links){font-size:95%;color:var(--color-gray-400);--wd-link-color: var(--color-gray-400);--wd-link-color-hover: var(--color-gray-700)}.wd-product :is(.wd-product-cats,.wd-product-brands-links) a{display:inline-block}.wd-product .wd-product-sku{color:var(--color-gray-400)}.wd-product .wd-star-rating{display:inline-flex;align-items:center;align-self:var(--text-align);gap:5px}.wd-product .star-rating{align-self:var(--text-align);line-height:1}.wd-product .woocommerce-review-link{line-height:1;color:var(--color-gray-500)}.wd-product .woocommerce-review-link:hover{color:var(--color-gray-900)}.wd-product .wd-swatches-grid:empty{display:none}.wd-product :is(.wd-product-countdown,.wd-swatches-grid){justify-content:var(--text-align)}.wd-product .price{display:block}.wd-product .added_to_cart{display:none !important}.wd-product .shop_attributes{font-size:90%;--wd-attr-v-gap: 10px;--wd-attr-brd-style: dashed;--wd-attr-img-width: 18px}.wd-product .shop_attributes :is(.wd-attr-name,.wd-attr-term){gap:4px}.wd-product .shop_attributes .wd-hint{margin:0}.wd-product:is(.wd-variation-active,.product-swatched,.wd-loading-image) .hover-img{display:none}.wd-product:is(.quick-shop-shown,.wd-loading-quick-shop) .product-element-top .hover-img{opacity:0;transition:opacity 0.25s ease,transform 2s cubic-bezier(0, 0, 0.44, 1.18)}.product-element-top{position:relative;overflow:hidden;border-radius:var(--wd-brd-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translate3d(0, 0, 0)}.product-element-top:hover .hover-img{opacity:1;transform:scale(1.09)}.product-element-top:after{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);visibility:hidden;opacity:0;content:"";display:inline-block;width:32px;height:32px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-product[class*="wd-loading"] .product-image-link{opacity:.4}.wd-product[class*="wd-loading"] .product-element-top:after{visibility:visible;opacity:1;transition:opacity .25s ease, visibility .25s ease;--wd-anim-state: running}:is(.catalog-mode-on,.login-see-prices) .wd-product.product .wd-add-btn{display:none}.wd-buttons{z-index:4;display:flex;flex-direction:column;border-radius:calc(var(--wd-brd-radius) / 1.2);background:var(--bgcolor-white);box-shadow:1px 1px 1px rgba(0,0,0,0.1);transition:all .3s ease}.wd-buttons .wd-action-btn>a{height:45px}.wd-buttons[class*="wd-pos-r"]{position:absolute;opacity:0;visibility:hidden;transform:translate3d(20px, 0, 0)}.wd-buttons.wd-pos-r-t{top:var(--wd-btn-inset);inset-inline-end:var(--wd-btn-inset)}.wd-buttons.wd-pos-r-b{inset-inline-end:var(--wd-btn-inset);bottom:var(--wd-btn-inset)}.wd-action-btn.wd-style-icon .button{gap:0;min-height:unset;padding:0;background-color:transparent}.wd-action-btn.wd-style-icon .button:hover{background-color:transparent;box-shadow:none}.wd-product:hover:not(:is(.product-swatched,.quick-shop-shown,[class*="wd-loading"])) .wd-buttons[class*="wd-pos-r"]{opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}.wd-product.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wd-buttons[class*="wd-pos-r"]{opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}.wd-product.product-type-simple.outofstock .product_type_simple:before,.wd-product .product_type_grouped:before{content:"\f11a"}.wd-product .product_type_external:before{content:"\f11c"}:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-product{--wd-prod-bg-sp: 15px}.wd-product :is(.product-wrapper,.product-element-bottom,.product-list-content,[class*="-information"])>*:not(:is(.product-element-bottom,.wd-entities-title,[class*="wd-product-"],.price)){margin-block:0}:is(.quick-shop-shown,.wd-loading-quick-shop) :is(.wd-buttons,.product-labels){opacity:0}@media (max-width: 1024px){.wd-product .hover-img{display:none}.wd-product .wd-buttons{opacity:1;transform:translate3d(0, 0, 0);visibility:visible}.wd-buttons{border-radius:35px}.wd-buttons .wd-action-btn{--wd-action-icon-size: 14px}.wd-buttons .wd-action-btn>a{width:35px;height:35px}.wd-buttons :is(.wd-quick-view-icon,.wd-compare-btn){display:none}}@media (max-width: 768.98px){:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-product{--wd-prod-bg-sp: 10px}}@media (max-width: 576px){:is([style*="col-sm:2"],[style*="col-sm: 2"]) .wd-product{--title-line-height: 1.2em;--wd-prod-gap: 10px;font-size:90%}}
.wd-product.wd-hover-quick .wd-add-btn{position:absolute;inset-inline:0;bottom:0;opacity:.8;transition:transform .3s ease, opacity .3s ease;transform:translateY(103%) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:3;--btn-height: 38px}.wd-product.wd-hover-quick .wd-add-btn>p{display:none}.wd-product.wd-hover-quick .wd-add-btn>a{display:block;border-radius:0 !important;font-size:13px;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.wd-product.wd-hover-quick .wd-add-btn>a:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.wd-product.wd-hover-quick .wd-add-btn>a:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.wd-product.wd-hover-quick .wd-add-btn:hover{opacity:1}.wd-product.wd-hover-quick:not(:is(.quick-shop-shown,.product-swatched,[class*="wd-loading"])):hover .wd-add-btn,.wd-product.wd-hover-quick.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wd-add-btn,.wd-product.wd-hover-quick.wd-variation-active .wd-add-btn{transform:translateY(0) translateZ(0)}@media (max-width: 1024px){.wd-product.wd-hover-quick .wd-add-btn{transform:none}.wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop{width:40px;height:40px}.wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop span{display:none}.wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop:before{transform:none}.wd-product.wd-hover-quick .wd-add-btn div.quantity{inset-inline-start:40px}.wd-product.wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple{padding-inline:0 80px;width:120px}.wd-product.wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple:before{inset-inline-start:0;padding-inline-end:80px}.wd-product.wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple:after{inset-inline-start:11px;margin-inline-start:0}}
.wd-add-btn-replace .add-to-cart-loop{overflow:hidden;padding:0}.wd-add-btn-replace .add-to-cart-loop span{display:flex;align-items:center;justify-content:center;min-height:inherit;transition:transform .25s ease, opacity .15s ease}.wd-add-btn-replace .add-to-cart-loop:before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:20px;transition:opacity .15s ease, transform .25s ease;transform:translateY(100%);content:"\f123";font-family:"woodmart-font"}.wd-add-btn-replace .add-to-cart-loop:after{position:absolute;top:calc(50% - 9px);inset-inline-start:calc(50% - 9px);opacity:0;transition:opacity .2s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(0,0,0,0);border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-add-btn-replace .add-to-cart-loop:hover:before{transform:translateY(0) translateZ(0)}.wd-add-btn-replace .add-to-cart-loop:hover span{transform:translateY(-100%) translateZ(0)}.wd-add-btn-replace .add-to-cart-loop.loading:before,.wd-add-btn-replace .add-to-cart-loop.loading span{opacity:0}.wd-add-btn-replace .add-to-cart-loop.loading:after{opacity:1;--wd-anim-state: running}.wd-product.product-type-simple.outofstock .wd-add-btn-replace .add-to-cart-loop:before,.wd-add-btn-replace .add-to-cart-loop.product_type_grouped:before{content:"\f11a";font-family:"woodmart-font"}.wd-add-btn-replace .add-to-cart-loop.product_type_external:before{content:"\f11c";font-family:"woodmart-font"}
.woocommerce-form-login>*:last-child{margin-bottom:0}.woocommerce-form-login:not(.hidden-form){display:block !important}.password-input{position:relative;display:block}.password-input input{padding-inline-end:var(--wd-form-height) !important}.show-password-input{display:flex;justify-content:center;align-items:center;position:absolute;top:0;inset-inline-end:0;width:var(--wd-form-height);height:var(--wd-form-height);cursor:pointer;font-size:16px;color:var(--color-gray-600);transition:all .25s ease;padding:0 !important;border:none !important;background:none !important;box-shadow:none !important;min-height:unset !important}.show-password-input:hover{color:var(--color-gray-400)}.show-password-input:before{font-family:"woodmart-font";content:"\f11a"}.show-password-input.display-password:before{content:"\f11b"}.login-form-footer{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:10px}.login-form-footer .lost_password{order:2;color:var(--wd-primary-color)}.login-form-footer .lost_password:hover{color:var(--wd-primary-color);text-decoration:underline;opacity:.7}.login-form-footer .woocommerce-form-login__rememberme{order:1;margin-bottom:0}:is(.register,.woocommerce-form-login) .button{width:100%;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}:is(.register,.woocommerce-form-login) .button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}:is(.register,.woocommerce-form-login) .button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.wd-login-divider{display:flex;align-items:center;text-transform:uppercase}.wd-login-divider span{margin-inline:20px}.wd-login-divider:after,.wd-login-divider:before{content:"";flex:1 0 0;border-bottom:1px solid var(--brdcolor-gray-300)}
.wd-header-my-account .wd-tools-icon:before{content:"\f124";font-family:"woodmart-font"}.wd-account-style-text .wd-tools-icon{display:none !important}.wd-account-style-text .wd-tools-text{margin-left:0}.wd-account-style-icon:not(.wd-with-username) .wd-tools-text{display:none}@media (max-width: 1024px){.wd-header-my-account .wd-dropdown{display:none}}
.whb-col-right .wd-search-dropdown{right:0;left:auto;margin-left:0;margin-right:calc(var(--nav-gap, .001px) / 2 * -1)}.wd-header-search .wd-tools-icon img,.wd-header-search .wd-tools-icon:before{transition:opacity .3s ease}.wd-header-search .wd-tools-icon:before{content:"\f130";font-family:"woodmart-font"}.wd-header-search .wd-tools-icon:after{position:absolute;top:50%;left:50%;display:block;font-size:clamp(var(--wd-tools-icon-base-width), var(--wd-tools-icon-width, var(--wd-tools-icon-base-width)), 60px);opacity:0;transform:translate(-50%, -50%);content:"\f112";font-family:"woodmart-font"}.wd-header-search:is(.wd-design-6.wd-with-wrap,.wd-design-7.wd-with-wrap,.wd-design-8){min-width:var(--wd-tools-icon-base-width)}.wd-header-search:is(.wd-design-6.wd-with-wrap,.wd-design-7.wd-with-wrap,.wd-design-8) .wd-tools-icon:after{inset-inline-start:var(--wd-tools-sp);inset-inline-end:auto;transform:translateY(-50%)}.wd-search-opened .wd-header-search .wd-tools-icon:after{opacity:1;transition:opacity .3s ease}.wd-search-opened .wd-header-search .wd-tools-icon img,.wd-search-opened .wd-header-search .wd-tools-icon:before{opacity:0;transition:none}.wd-search-dropdown{width:300px}.wd-search-dropdown input[type="text"]{height:70px !important;border:none}.wd-search-dropdown .wd-dropdown-results{inset-inline:calc((var(--wd-brd-radius) / 1.5))}.form-style-underlined .wd-search-dropdown input[type="text"]{padding-left:15px}
.cart-widget-side{display:flex;flex-direction:column}.cart-widget-side .widget_shopping_cart{position:relative;flex:1 1 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;inset:0;max-height:100%;overscroll-behavior:none}.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 .mini_cart_item:hover{background-color:var(--bgcolor-gray-100)}.cart-widget-side .woocommerce-mini-cart .remove{top:13px;inset-inline-end:10px}.cart-widget-side .shopping-cart-widget-footer{flex:0 0 auto;padding-bottom:15px}.cart-widget-side .shopping-cart-widget-footer>*{padding-inline:15px}.cart-widget-side .woocommerce-mini-cart__total{margin-top:0}.cart-widget-side .wd-empty-mini-cart{margin-top:20px;padding-inline:15px}
.whb-col-right .wd-dropdown-cart{right:0;left:auto;margin-left:0;margin-right:calc(var(--nav-gap, .001px) / 2 * -1)}.wd-header-cart .wd-tools-icon:before{content:"\f105";font-family:"woodmart-font"}.wd-header-cart .wd-tools-icon.wd-icon-alt:before{content:"\f126";font-family:"woodmart-font"}.wd-header-cart :is(.wd-cart-subtotal,.subtotal-divider,.wd-tools-count){vertical-align:middle}.wd-header-cart .wd-cart-number>span,.wd-header-cart .subtotal-divider{display:none}.wd-header-cart .wd-cart-subtotal .amount{color:inherit;font-weight:inherit;font-size:inherit}.wd-header-cart:is(.wd-design-5,.wd-design-6,.wd-design-7):not(.wd-style-text) .wd-tools-text{display:none}.wd-header-cart.wd-design-2.wd-style-icon{margin-inline-end:5px}.wd-header-cart.wd-design-2 .wd-tools-text{margin-inline-start:15px}.wd-header-cart.wd-design-4 .wd-cart-number{display:inline-block;padding:0 2px;margin-inline-start:6px;width:19px;height:19px;border-radius:50%;background-color:var(--wd-primary-color);color:#fff;text-align:center;font-weight:700;font-size:10px;line-height:19px}.wd-header-cart.wd-design-4:not(.wd-style-text) .wd-tools-text{display:none}.whb-top-bar .wd-header-cart.wd-design-4 .wd-cart-number{width:16px;height:16px;line-height:16px}.wd-header-cart.wd-design-5:not(.wd-style-text){margin-inline-end:5px}.wd-header-cart.wd-design-5 .wd-tools-text{margin-inline-start:15px}.wd-dropdown-cart{padding:20px;width:330px}:is(.woocommerce-cart,.woocommerce-checkout) :is(.cart-widget-side,.wd-dropdown-cart){display:none}.wd-header-cart.wd-design-2 .wd-cart-number,.wd-header-cart.wd-design-5 .wd-cart-number{position:absolute;top:-5px;inset-inline-end:-9px;z-index:1;width:15px;height:15px;border-radius:50%;background-color:var(--wd-primary-color);color:#fff;text-align:center;letter-spacing:0;font-weight:400;font-size:9px;line-height:15px}.whb-top-bar .wd-header-cart.wd-design-2 .wd-cart-number,.whb-top-bar .wd-header-cart.wd-design-5 .wd-cart-number{width:13px;height:13px;line-height:13px}.wd-custom-dropdown{padding-inline:10px}@media (max-width: 1024px){.wd-dropdown-cart{display:none}}
li:hover .cart-info .wd-entities-title{color:var(--wd-entities-title-color-hover)}.woocommerce-mini-cart>li{position:relative;display:flex;align-items:flex-start}.woocommerce-mini-cart>li a{margin-bottom:0}.woocommerce-mini-cart .remove{position:absolute;top:1px;inset-inline-end:0;z-index:2;width:20px;height:20px;border-radius:50%;color:var(--color-gray-800);text-align:center;font-size:0;line-height:20px}.woocommerce-mini-cart .remove:after{font-size:10px;content:"\f112";font-family:"woodmart-font"}.woocommerce-mini-cart .remove:hover{background-color:var(--bgcolor-white);box-shadow:0 0 3px rgba(0,0,0,0.1)}.woocommerce-mini-cart .blockOverlay{display:none !important}.cart-item-link{z-index:1;font-size:0}.cart-item-image{position:relative;flex:0 0 auto;overflow:hidden;margin-inline-end:15px}.cart-item-image img{float:none !important;margin-inline-end:0 !important;transition:opacity .6s ease}.cart-item-image:after{position:absolute;top:calc(50% - 10px);left:calc(50% - 10px);opacity:0;transition:opacity .6s ease;content:"";display:inline-block;width:20px;height:20px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.removing-process .cart-item-image:after,.wd-loading .cart-item-image:after{opacity:1;--wd-anim-state: running}.removing-process .cart-item-image img,.wd-loading .cart-item-image img{opacity:.2}.cart-info{flex:1 1 auto;padding-inline-end:20px}.cart-info .wd-entities-title{transition:all .25s ease}.cart-info .wd-entities-title p{margin-block:5px;color:var(--wd-text-color);font-weight:var(--wd-text-font-weight);font-style:var(--wd-text-font-style);font-size:90%;font-family:var(--wd-text-font)}.cart-info ul.variation{margin-bottom:6px;--li-mb: 5px;--list-mb: 0}.cart-info span.quantity{display:block;color:var(--color-gray-300);font-size:90%}.cart-info div.quantity{--wd-form-height: 32px;position:relative;z-index:1;display:inline-flex;margin-bottom:8px;transition:opacity .6s ease}.cart-info li.wd-loading>a{pointer-events:none}.cart-info li.wd-loading div.quantity{opacity:.6;cursor:none;pointer-events:none}.cart-info .wd-product-detail{margin-bottom:5px}.shopping-cart-widget-footer>*{margin-bottom:10px}.shopping-cart-widget-footer>*:last-child{margin-bottom:0}.shopping-cart-widget-footer .woocommerce-mini-cart__total{margin-bottom:0}.woocommerce-mini-cart__total{display:flex;align-items:center;flex-wrap:wrap;margin-top:15px;padding-block:15px;font-size:130%;border-top:1px solid var(--brdcolor-gray-300)}.woocommerce-mini-cart__total strong{color:var(--color-gray-900)}.woocommerce-mini-cart__total .woocommerce-Price-amount{flex-grow:1;text-align:end}.woocommerce-mini-cart__total .tax_label{margin-inline-start:5px}.woocommerce-mini-cart__buttons{display:block;text-align:center}.woocommerce-mini-cart__buttons>*{margin-bottom:10px;width:100%}.woocommerce-mini-cart__buttons>*: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);text-transform:var(--btn-default-transform, var(--btn-transform, uppercase));font-weight:var(--btn-default-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-default-font-family, var(--btn-font-family, inherit));font-style:var(--btn-default-font-style, var(--btn-font-style, unset))}.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 .btn-cart:active{box-shadow:var(--btn-default-box-shadow-active);bottom:var(--btn-default-bottom-active)}.woocommerce-mini-cart__buttons .checkout{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.woocommerce-mini-cart__buttons .checkout:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.woocommerce-mini-cart__buttons .checkout:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.wd-empty-mini-cart{padding-block:10px;text-align:center}.wd-empty-mini-cart:before{display:block;margin-bottom:20px;color:rgba(var(--bgcolor-black-rgb), 0.07);font-size:86px;line-height:1;content:"\f147";font-family:"woodmart-font"}.wd-empty-mini-cart .btn{padding:5px 14px;min-height:36px;font-size:12px;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.wd-empty-mini-cart .btn:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.wd-empty-mini-cart .btn:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}
.product_list_widget>li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid var(--brdcolor-gray-300)}.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:inline-start;margin-inline-end:15px;min-width:65px;max-width:65px;border-radius:calc(var(--wd-brd-radius) / 1.5)}.product_list_widget>li .widget-product-wrap{display:flex}.product_list_widget>li .widget-product-img{flex:0 0 auto;overflow:hidden;margin-inline-end:15px}.product_list_widget>li .widget-product-img img{float:none;margin-inline-end:0}.product_list_widget>li .widget-product-info{flex:1 1 auto}.product_list_widget>li .widget-product-info .price{display:block}.product_list_widget>li .wd-entities-title{margin-bottom:8px;font-size:inherit}.product_list_widget>li .star-rating{margin-bottom:4px;margin-inline-end:5px}.product_list_widget>li .reviewer{display:block;color:var(--color-gray-300)}.product_list_widget>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.mobile-nav .wd-nav-opener.wd-active{background-color:var(--wd-primary-color);color:#fff}
.wd-single-brands .wd-label{flex:1 1 100%}.wd-single-brands.wd-layout-inline .wd-label{flex:0 0 auto}.wd-single-brands.wd-layout-justify .wd-label{flex:1 1 auto;text-align:start}.wd-single-brands.wd-style-shadow a{padding:10px;background-color:var(--bgcolor-white);box-shadow:0 0 2px rgba(0,0,0,0.12);border-radius:calc(var(--wd-brd-radius) / 1.5);opacity:1}.wd-single-brands.wd-style-shadow a:hover{box-shadow:0 0 6px rgba(0,0,0,0.14)}.product_meta.wd-layout-justify>span{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}.product_meta.wd-layout-justify .meta-label{flex:1 1 auto;margin-inline-end:2px}.wd-single-tabs .wd-nav-tabs-wrapper{margin-bottom:20px}.wd-single-title .product_title{margin-bottom:0}.wd-single-short-desc .woocommerce-product-details__short-description{margin-bottom:0}.wd-single-attrs.wd-style-default .shop_attributes{--wd-attr-brd-style: none;--wd-attr-brd-width: 0.01px}.wd-single-attrs:is(.wd-layout-grid,.wd-layout-inline) tr{justify-content:flex-start}.wd-single-attrs:is(.wd-layout-grid,.wd-layout-inline) td{text-align:start}.wd-single-attrs.wd-layout-inline th{flex:0 0 auto}.wd-single-attrs.wd-layout-grid tr{flex-direction:column;align-items:flex-start}.wd-single-attrs.wd-hide-name th:not(:has(.wd-attr-name-img)),.wd-single-attrs.wd-hide-name .wd-attr-name-label,.wd-single-attrs.wd-hide-image .wd-attr-name-img{display:none}.wd-single-price .price{margin-bottom:0;font-size:155%;line-height:1.2}.wd-single-price .price .price{font-size:inherit}.wd-single-price .price .login-to-prices-msg{font-size:80%}.wd-single-price .price:empty{display:none}.wd-single-stock-status{--wd-tags-mb: 0}.wd-single-stock-status:not(:has(.stock)){display:none}.wd-single-countdown .wd-el-title{margin-bottom:10px;font-size:18px;justify-content:var(--text-align)}.wd-single-action-btn{line-height:1}.wd-single-action-btn .wd-action-btn>a{transition:none}.wd-single-action-btn .wd-action-btn>a>span,.wd-single-action-btn .wd-action-btn>a:before{color:inherit;transition:color .25s ease, opacity .15s ease}.wd-single-action-btn .wd-action-btn.wd-style-icon>a{width:auto;height:auto;line-height:1}.wd-single-add-cart>div>*:last-child,.wd-single-add-cart>*:last-child{margin-bottom:0}.wd-btn-design-full form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn){flex:1 1 auto}[class*="wd-single-"].wd-swatch-layout-inline table.variations tbody{display:flex;flex-wrap:wrap;align-items:center;justify-content:var(--content-align);gap:20px 40px}[class*="wd-single-"].wd-swatch-layout-inline table.variations .cell{padding-bottom:0}.wd-stock-status-off :is(.stock,.woocommerce-variation-availability){display:none}
.woocommerce-product-gallery{display:flex;flex-wrap:wrap;gap:var(--wd-gallery-gap, 10px)}.woocommerce-product-gallery>*{flex:1 1 100%;max-width:100%}.woocommerce-product-gallery img{width:100%;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery .wd-carousel-inner{margin:0}.woocommerce-product-gallery .wd-carousel{--wd-gap: var(--wd-gallery-gap, 10px);padding:0;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery .wd-nav-arrows.wd-pos-sep{--wd-arrow-offset-h: calc(var(--wd-arrow-width, var(--wd-arrow-size, 50px)) / -1)}.woocommerce-product-gallery .wd-nav-pagin-wrap{position:absolute;inset-inline:15px;bottom:15px;z-index:2}.woocommerce-product-gallery .woocommerce-product-gallery__image{position:relative;overflow:hidden;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery .zoomImg[src$=".png"]{background-color:var(--wd-main-bgcolor);backface-visibility:hidden;-webkit-backface-visibility:hidden}.woocommerce-product-gallery .wd-carousel-wrap[style*="grabbing"] .zoomImg{opacity:0 !important;transition:opacity .25s ease}.wd-gallery-thumb .wd-carousel-item{cursor:pointer;transition:opacity .25s ease}.wd-gallery-thumb :is(.wd-carousel-item:hover,.wd-thumb-active,.wd-carousel:not(.wd-initialized) .wd-carousel-item:first-child){opacity:.5}.woocommerce-product-gallery:not(.wd-has-thumb) .wd-gallery-thumb{display:none}.wd-single-gallery{max-width:100%}.woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(50% - (100% / var(--wd-col)) * 1.5), 0, 0)}.rtl .woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(-50% + (100% / var(--wd-col)) * 1.5), 0, 0)}.woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) .wd-carousel-item:first-child:last-child{margin-inline-start:auto}.product-additional-galleries{position:absolute;bottom:0;inset-inline-start:0;z-index:3;display:flex;align-items:flex-start;flex-direction:column;gap:10px;padding:15px;transition:all .3s ease}.wd-action-btn.wd-style-icon-bg-text{--wd-action-icon-size: 18px;--wd-action-color: var(--color-gray-600);--wd-action-color-hover: var(--color-gray-800)}.wd-action-btn.wd-style-icon-bg-text>a{flex-wrap:nowrap;overflow:hidden;min-width:calc(var(--wd-action-icon-size) * 2.8);height:calc(var(--wd-action-icon-size) * 2.8);border-radius:calc(var(--wd-action-icon-size) * 2);background-color:var(--bgcolor-white);box-shadow:0 0 5px rgba(0,0,0,0.08)}.wd-action-btn.wd-style-icon-bg-text>a:before{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--wd-action-icon-size) * 2.8);height:calc(var(--wd-action-icon-size) * 2.8)}.wd-action-btn.wd-style-icon-bg-text>a>span{overflow:hidden;max-width:0;white-space:nowrap;font-size:90%;font-weight:600;transition:padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15)}.wd-action-btn.wd-style-icon-bg-text>a:hover>span{padding-inline-end:calc(var(--wd-action-icon-size) * 1.4);max-width:280px}.product-360-button>a:before{content:"\f102"}.wd-show-product-gallery-wrap>a:before{content:"\f127"}.wd-play-icon>a:before{content:"\f101"}.product-360-view-wrapper{--wd-popup-width: 700px}.product-360-view-wrapper.wd-popup{--wd-popup-padding: .001px;background-color:transparent}.woocommerce-product-gallery.image-action-zoom .wd-carousel-item figure a:last-child,.woocommerce-product-gallery.image-action-none .wd-carousel-item figure a{cursor:default;pointer-events:none}.woocommerce-product-gallery .product-labels{inset-inline-start:auto;z-index:10;align-items:flex-end;max-width:30%}.woocommerce-product-gallery .product-labels.labels-rectangular{inset-inline:auto 0}.woocommerce-product-gallery .product-labels[class*="labels-rounded"]{top:15px;inset-inline-end:15px}.woocommerce-product-gallery .product-labels.labels-rounded .product-label{min-width:55px;min-height:55px}.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img{min-height:auto}@media (min-width: 1025px){[style*="col-lg:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col: var(--wd-col-lg)!important}}@media (max-width: 1024px){.wd-action-btn.wd-style-icon-bg-text{--wd-action-icon-size: 16px}}@media (max-width: 768.98px){[style*="col-sm:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col: var(--wd-col-sm)!important}}@media (max-width: 576px){.woocommerce-product-gallery .product-labels[class*="labels-rounded"]{top:10px;inset-inline-end:10px}.woocommerce-product-gallery .product-labels.labels-rounded .product-label{min-width:40px;min-height:40px}.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img{min-height:auto}}@media (min-width: 769px) and (max-width: 1024px){[style*="col-md:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col: var(--wd-col-md)!important}}
@media (min-width: 1025px){.thumbs-position-left{flex-wrap:nowrap}.thumbs-position-left.wd-has-thumb .wd-gallery-images{flex:0 0 100%;max-width:calc(100% - var(--wd-thumbs-width, 132px));align-self:flex-start}.thumbs-position-left .wd-gallery-thumb{flex:1 1 auto;order:-1;height:var(--wd-thumbs-height, auto)}.thumbs-position-left .wd-gallery-thumb .wd-carousel-inner{position:absolute;inset:0}.thumbs-position-left .wd-gallery-thumb .wd-carousel{margin-inline:0;touch-action:pan-x;height:calc(var(--wd-thumbs-height, 100%) - 30px)}.thumbs-position-left .wd-gallery-thumb .wd-carousel-wrap{flex-direction:column}.thumbs-position-left .wd-gallery-thumb .wd-carousel-item{flex:0 0 auto;max-width:none;height:calc(100% / var(--wd-col));padding-inline:0;width:100%}.thumbs-position-left .wd-gallery-thumb .wd-carousel-item img{height:calc(100% - var(--wd-gap));margin-bottom:var(--wd-gap);object-fit:cover}.thumbs-position-left .wd-thumb-nav{--wd-arrow-width: 100%;--wd-arrow-height: 30px;--wd-arrow-icon-size: 14px;--wd-arrow-bg: var(--bgcolor-gray-200);--wd-arrow-bg-hover: var(--bgcolor-gray-300);--wd-arrow-bg-dis: var(--bgcolor-gray-200);--wd-arrow-radius: calc(var(--wd-brd-radius) / 1.5);display:flex;gap:5px}.thumbs-position-left .wd-thumb-nav .wd-btn-arrow{flex:1 1 auto}.thumbs-position-left .wd-thumb-nav .wd-arrow-inner:after{rotate:90deg}.thumbs-position-left .wd-thumb-nav.wd-pos-sep .wd-btn-arrow{position:static}.thumbs-position-left [style*="col-lg:auto"] .wd-carousel-item{height:auto}.thumbs-position-left [style*="col-lg:auto"] .wd-carousel-item img{height:auto}}
.wd-carousel-container{--wd-width: 100%;position:relative;width:var(--wd-width)}.wd-carousel-inner{position:relative;margin:-15px 0}.wd-carousel{position:relative;overflow:var(--wd-carousel-overflow, hidden);padding:15px 0;margin-inline:calc(var(--wd-gap) / -2);touch-action:pan-y}@supports (overflow: clip){.wd-carousel{overflow:var(--wd-carousel-overflow, clip)}}.wd-carousel-wrap{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:initial;box-sizing:content-box;transform:translate3d(0px, 0, 0)}.wd-carousel-item{position:relative;height:100%;flex:0 0 calc(100% / var(--wd-col));max-width:calc(100% / var(--wd-col));padding:0 calc(var(--wd-gap) / 2);transition-property:transform;transform:translate3d(0px, 0, 0)}.wd-backface-hidden .wd-carousel-item{transform:translateZ(0);backface-visibility:hidden}.wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(50% - (100% / var(--wd-col)) / 2), 0, 0)}.wd-autoheight,.wd-autoheight .wd-carousel-item{height:auto}.wd-autoheight .wd-carousel-wrap{align-items:flex-start;transition-property:transform, height}@media (min-width: 1025px){.wd-carousel-container:not(.wd-off-lg) [style*="col-lg:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}@media (max-width: 768.98px){.wd-carousel-container:not(.wd-off-sm) [style*="col-sm:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}@media (min-width: 769px) and (max-width: 1024px){.wd-carousel-container:not(.wd-off-md) [style*="col-md:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}
.product-labels{position:absolute;top:7px;inset-inline-start:7px;z-index:1;display:flex;align-items:flex-start;flex-direction:column;gap:10px;max-width:50%;transition:all .3s ease;transform:translateZ(0)}.product-labels .label-with-img{padding:0;max-width:50px}.product-label{padding:5px 10px;min-width:50px;color:#fff;text-align:center;text-transform:uppercase;word-break:break-all;font-weight:600;font-size:12px;line-height:1.2}.product-label.onsale{background-color:var(--wd-primary-color);direction:ltr}.product-label.featured{background-color:#E22D2D}.product-label.new{background-color:#438E44}.product-label.out-of-stock{background-color:var(--bgcolor-white);color:var(--color-gray-900)}.product-label.attribute-label:not(.label-with-img){background-color:var(--bgcolor-white);color:var(--color-gray-900)}.labels-rounded-sm .product-label{border-radius:12px}@media (max-width: 576px){.product-labels{gap:5px}.product-label{padding-inline:5px;min-width:40px;font-size:10px}.product-label .label-with-img{padding-inline:0}}
.product-labels.labels-rounded .product-label{display:flex;align-items:center;justify-content:center;padding:5px 7px;min-height:50px;border-radius:35px;font-size:14px}.product-labels.labels-rounded .label-with-img{padding:0;min-height:auto;max-width:55px}.product-labels.labels-rounded .out-of-stock{max-width:50px;font-size:12px}@media (max-width: 576px){.product-labels.labels-rounded .product-label{min-height:40px;font-size:10px}.product-labels.labels-rounded .label-with-img{min-height:auto}}
.wd-btn-arrow{transition:all .25s ease}.wd-btn-arrow.wd-lock,.wd-carousel:not(.wd-initialized)+.wd-nav-arrows .wd-btn-arrow{opacity:0 !important;pointer-events:none !important}.wd-arrow-inner{display:inline-flex;align-items:center;justify-content:center;width:var(--wd-arrow-width, var(--wd-arrow-size, 50px));height:var(--wd-arrow-height, var(--wd-arrow-size, 50px));line-height:1;color:var(--wd-arrow-color, var(--color-gray-800));background:var(--wd-arrow-bg, unset);box-shadow:var(--wd-arrow-shadow, unset);border:var(--wd-arrow-brd, unset) var(--wd-arrow-brd-color, unset);border-radius:var(--wd-arrow-radius, unset);cursor:pointer;transition:all .25s ease}.wd-arrow-inner:after{font-size:var(--wd-arrow-icon-size, 24px);font-family:"woodmart-font"}.wd-arrow-inner:hover{color:var(--wd-arrow-color-hover, var(--color-gray-500));background:var(--wd-arrow-bg-hover, var(--wd-arrow-bg));border-color:var(--wd-arrow-brd-color-hover, var(--wd-arrow-brd-color))}.wd-disabled .wd-arrow-inner{color:var(--wd-arrow-color-dis, var(--color-gray-400));background:var(--wd-arrow-bg-dis, var(--wd-arrow-bg));border-color:var(--wd-arrow-brd-color-dis, var(--wd-arrow-brd-color));cursor:unset}.wd-prev .wd-arrow-inner:after{content:"\f114"}.wd-icon-2 .wd-prev .wd-arrow-inner:after{content:"\f121"}.wd-next .wd-arrow-inner:after{content:"\f113"}.wd-icon-2 .wd-next .wd-arrow-inner:after{content:"\f120"}.wd-nav-arrows.wd-pos-sep:after{content:"";position:absolute;inset:0px calc((var(--wd-arrow-width, var(--wd-arrow-size, 50px)) + var(--wd-arrow-offset-h, 0px)) * -1)}.wd-nav-arrows.wd-pos-sep .wd-btn-arrow{position:absolute;top:calc(50% - var(--wd-arrow-offset-v, 0px) + var(--wd-arrow-height, var(--wd-arrow-size, 50px)) / -2);z-index:250}.wd-nav-arrows.wd-pos-sep .wd-prev{inset-inline-end:calc(100% + var(--wd-arrow-offset-h, 0px))}.wd-nav-arrows.wd-pos-sep .wd-next{inset-inline-start:calc(100% + var(--wd-arrow-offset-h, 0px))}.wd-nav-arrows:where(.wd-pos-together){--wd-arrow-size: 30px;--wd-arrow-icon-size: 16px;--wd-arrow-offset-h: 10px}.wd-nav-arrows.wd-pos-together{position:absolute;top:calc(0% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px)));inset-inline-end:calc(var(--wd-arrow-offset-h, 0px) / -1);display:flex;gap:var(--wd-arrow-gap, 0.001px);z-index:250}@media (min-width: 1025px){.wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow{opacity:0;pointer-events:none}:is(.wd-carousel-container,.wd-products-element):hover .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow{opacity:1;transform:translateY(0);pointer-events:unset}.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev{transform:translateX(-30px)}.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next{transform:translateX(30px)}}@media (max-width: 1024px){.wd-nav-arrows{--wd-arrow-icon-size: 16px;--wd-arrow-size: 40px}.wd-nav-arrows:where(.wd-pos-sep){--wd-arrow-offset-h: -12px}.wd-nav-arrows:where(.wd-pos-together){--wd-arrow-size: 30px}}
.wd-text-block:not(.inline-element){max-width:var(--content-width);--content-width: var(--wd-max-width)}.wd-text-block:not(.inline-element).text-left{margin-right:auto}.wd-text-block:not(.inline-element).text-center{margin-inline:auto}.wd-text-block:not(.inline-element).text-right{margin-left:auto}
.wd-social-icons{display:flex;align-items:center;flex-wrap:wrap;gap:var(--wd-social-gap, calc(var(--wd-social-size, 40px) / 4));justify-content:var(--wd-align)}.wd-social-icons>a{display:inline-flex;align-items:center;justify-content:center;width:var(--wd-social-size, 40px);height:var(--wd-social-size, 40px);font-size:var(--wd-social-icon-size, calc(var(--wd-social-size, 40px) / 2.5));color:var(--wd-social-color);background-color:var(--wd-social-bg, unset);box-shadow:var(--wd-social-shadow);border:var(--wd-social-brd) var(--wd-social-brd-color);border-radius:var(--wd-social-radius);line-height:1}.wd-social-icons>a:hover{color:var(--wd-social-color-hover, var(--wd-social-color));background-color:var(--wd-social-bg-hover, var(--wd-social-bg));border-color:var(--wd-social-brd-color-hover, var(--wd-social-brd-color));box-shadow:var(--wd-social-shadow-hover)}.wd-social-icons .wd-icon:before{content:var(--wd-social-icon, unset);font-family:"woodmart-font"}.social-facebook{--wd-social-brand-color: #365493;--wd-social-icon: "\f180"}.social-twitter{--wd-social-brand-color: #000;--wd-social-icon: "\f154"}.social-instagram{--wd-social-brand-color: #774430;--wd-social-icon: "\f163"}.social-email{--wd-social-brand-color: #F89A1E;--wd-social-icon: "\f157"}.social-pinterest{--wd-social-brand-color: #CB2027;--wd-social-icon: "\f156"}.social-youtube{--wd-social-brand-color: #CB2027;--wd-social-icon: "\f162"}.social-tumblr{--wd-social-brand-color: #36465D;--wd-social-icon: "\f165"}.social-linkedin{--wd-social-brand-color: #0274B3;--wd-social-icon: "\f158"}.social-vimeo{--wd-social-brand-color: #1AB7EA;--wd-social-icon: "\f177"}.social-flickr{--wd-social-brand-color: #FE0072;--wd-social-icon: "\f164"}.social-github{--wd-social-brand-color: #171515;--wd-social-icon: "\f155"}.social-dribbble{--wd-social-brand-color: #EC5E95;--wd-social-icon: "\f166"}.social-behance{--wd-social-brand-color: #1F6FFC;--wd-social-icon: "\f170"}.social-soundcloud{--wd-social-brand-color: #F9490D;--wd-social-icon: "\f172"}.social-spotify{--wd-social-brand-color: #2EBD59;--wd-social-icon: "\f171"}.social-ok{--wd-social-brand-color: #EE8208;--wd-social-icon: "\f176"}.social-whatsapp{--wd-social-brand-color: #1EBEA5;--wd-social-icon: "\f175"}.social-vk{--wd-social-brand-color: #4C75A3;--wd-social-icon: "\f168"}.social-snapchat{--wd-social-brand-color: #FFFC00;--wd-social-icon: "\f178"}.social-tg{--wd-social-brand-color: #37AEE2;--wd-social-icon: "\f179"}.social-viber{--wd-social-brand-color: #834995;--wd-social-icon: "\f181"}.social-tiktok{--wd-social-brand-color: #010101;--wd-social-icon: "\f133"}.social-discord{--wd-social-brand-color: #5562EA;--wd-social-icon: "\f184"}.social-yelp{--wd-social-brand-color: #FF1A1A;--wd-social-icon: "\f187"}.social-bluesky{--wd-social-brand-color: #218CFF;--wd-social-icon: "\f189"}.social-threads{--wd-social-brand-color: #0A0A0A;--wd-social-icon: "\f188"}.wd-social-icons.wd-style-default{gap:0;--wd-social-color: rgba(0,0,0,0.6);--wd-social-color-hover: rgba(0,0,0,0.8)}.wd-social-icons.wd-style-default>a{width:auto;height:auto;padding:var(--wd-social-gap, calc(var(--wd-social-size, 40px) / 6))}.wd-social-icons.wd-style-default.color-scheme-light,[class*="color-scheme-light"] .wd-social-icons.wd-style-default{--wd-social-color: #fff;--wd-social-color-hover: rgba(255,255,255,0.6)}.wd-social-icons.wd-size-small{--wd-social-size: 30px;--wd-social-gap: 6px;--wd-social-icon-size: 14px}.wd-social-icons.wd-shape-circle{--wd-social-radius: 50%}.wd-social-icons.wd-shape-rounded{--wd-social-radius: 5px}.wd-social-icons:not([class*="wd-layout-"]) .wd-label{flex:1 1 100%}.wd-social-icons.wd-layout-justify .wd-label{flex:1 1 auto;text-align:start}@media (min-width: 1025px){.wd-social-icons.wd-size-large{--wd-social-size: 60px}}
.wd-nav-pagin-wrap{display:flex;min-height:var(--wd-pagin-size, 10px);margin-top:20px;justify-content:var(--wd-align, var(--wd-center));font-size:0}.wd-nav-pagin-wrap:has(.wd-lock){display:none}.wd-nav-pagin{--list-mb: 0;--li-mb: 0;--li-pl: 0;list-style:none;display:inline-flex;align-items:center;flex-wrap:wrap;gap:var(--wd-pagin-gap, 10px);transition:all .25s ease}.wd-nav-pagin li{position:relative;cursor:pointer;transition:all .25s ease}.wd-nav-pagin:not([class*="wd-type-"]),.wd-nav-pagin.wd-lock{opacity:0}.wd-dynamic>.wd-nav-pagin{flex-wrap:nowrap;gap:0;margin:0 auto;overflow:hidden}.wd-dynamic>.wd-nav-pagin li{margin-inline:calc(var(--wd-pagin-gap, 10px) / 2)}.wd-nav-pagin-wrap[class*="wd-style-shape"] span{display:inline-flex;width:var(--wd-pagin-size, 10px);height:var(--wd-pagin-size, 10px);background-color:var(--wd-pagin-bg, unset);border:var(--wd-pagin-brd, 2px solid) var(--wd-pagin-brd-color, var(--color-gray-300));border-radius:var(--wd-pagin-radius, var(--wd-pagin-size, 10px));transition:all .25s ease}.wd-nav-pagin-wrap[class*="wd-style-shape"] li:not(.wd-active):hover span{border-color:var(--wd-pagin-brd-color-hover, var(--color-gray-800));background-color:var(--wd-pagin-bg-hover, var(--wd-pagin-bg, unset))}.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span{border-color:var(--wd-pagin-brd-color-act, var(--color-gray-800));background-color:var(--wd-pagin-bg-act, var(--color-gray-800))}
.title-wrapper{--wd-mb: 10px}.title-wrapper [class*="title"]{display:inline-block}.title-wrapper .title{margin-bottom:0}.title-wrapper .img-wrapper{display:block;margin-top:10px}.subtitle-color-black.subtitle-style-default{color:#000}.subtitle-color-black.subtitle-style-background{background-color:#333;color:#fff}.subtitle-color-white.subtitle-style-default{color:rgba(255,255,255,0.8)}.subtitle-color-white.subtitle-style-background{background-color:rgba(255,255,255,0.8);color:#242424}.subtitle-color-gradient.subtitle-style-default{color:var(--color-gray-400)}.subtitle-color-gradient.subtitle-style-background{background-color:#f1f1f1;color:#333}.wd-title-color-default{--el-title-color: rgba(0,0,0,0.105)}.wd-title-color-primary{--el-title-color: var(--wd-primary-color)}.wd-title-color-alt{--el-title-color: var(--wd-alternative-color)}.wd-title-color-black{--el-title-color: #000}.wd-title-color-white{color:var(--wd-text-color);--wd-text-color: rgba(255,255,255,0.8);--wd-title-color: #fff;--el-title-color: #fff}.wd-title-color-gradient .title{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.wd-title-style-shadow{padding:25px;border-radius:var(--wd-brd-radius);box-shadow:0 0 8px rgba(0,0,0,0.12)}.wpb-js-composer .title-wrapper{--content-width: var(--wd-max-width)}.wpb-js-composer .title-wrapper [class*="title"]{max-width:var(--content-width)}.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer{margin-bottom:0}.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer .title{display:none}@media (max-width: 1024px){.title-subtitle.wd-fontsize-m,.title-after_title.wd-fontsize-s{font-size:14px}}@media (max-width: 576px){.title-wrapper .title-subtitle{font-size:12px}.title-wrapper .title{font-size:20px}}
.btn-color-primary{--btn-color: #fff;--btn-color-hover: #fff;--btn-bgcolor: var(--wd-primary-color);--btn-bgcolor-hover: var(--wd-primary-color);--btn-brd-color: var(--wd-primary-color);--btn-brd-color-hover: var(--wd-primary-color);--btn-box-shadow-hover: inset 0 0 0 1000px rgba(0,0,0,0.1)}.btn-color-primary.btn-style-bordered{--btn-color: var(--wd-primary-color)}.btn-color-primary.btn-style-link{--btn-color: var(--color-gray-800);--btn-color-hover: var(--color-gray-500)}.btn-color-alt{--btn-color: #fff;--btn-color-hover: #fff;--btn-bgcolor: var(--wd-alternative-color);--btn-bgcolor-hover: var(--wd-alternative-color);--btn-brd-color: var(--wd-alternative-color);--btn-brd-color-hover: var(--wd-alternative-color);--btn-box-shadow-hover: inset 0 0 0 1000px rgba(0,0,0,0.1)}.btn-color-alt.btn-style-bordered{--btn-color: var(--wd-alternative-color)}.btn-color-alt.btn-style-link{--btn-color: var(--color-gray-800);--btn-color-hover: var(--color-gray-500)}.btn-color-black{--btn-color: #fff;--btn-color-hover: #fff;--btn-bgcolor: #212121;--btn-bgcolor-hover: #212121;--btn-brd-color: #212121;--btn-brd-color-hover: #212121;--btn-box-shadow-hover: inset 0 0 0 1000px rgba(0,0,0,0.1)}.btn-color-black.btn-style-bordered{--btn-color: #333}.btn-color-black.btn-style-link{--btn-color: var(--color-gray-800);--btn-color-hover: var(--color-gray-500)}.btn-color-white{--btn-color: #333;--btn-color-hover: #333;--btn-bgcolor: #fff;--btn-bgcolor-hover: #fff;--btn-brd-color: rgba(255,255,255,0.5);--btn-brd-color-hover: #fff;--btn-box-shadow-hover: inset 0 0 0 1000px rgba(0,0,0,0.1)}.btn-color-white.btn-style-bordered{--btn-color: #fff}.btn-color-white.btn-style-link{--btn-color: #fff;--btn-color-hover: #fff}.btn.btn-style-3d{--btn-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);--btn-box-shadow-hover: inset 0 -2px 0 rgba(0,0,0,0.15)}.btn.btn-style-3d:active{box-shadow:none;top:1px}.btn.btn-style-bordered{--btn-bgcolor: transparent;--btn-brd-width: 2px;--btn-box-shadow-hover: none}.btn.btn-style-link{--btn-bgcolor: transparent;--btn-bgcolor-hover: transparent;--btn-brd-width: 2px;--btn-box-shadow-hover: none;--btn-height: none;--btn-padding: 0;border-top:0;border-inline:0}.btn-size-extra-small{--btn-padding: 5px 10px;--btn-height: 28px;--btn-font-size: 11px}.btn-size-small{--btn-padding: 5px 14px;--btn-height: 36px;--btn-font-size: 12px}.btn-shape-round,.btn-style-round{--btn-brd-radius: 35px}.btn-shape-semi-round,.btn-style-semi-round{--btn-brd-radius: 5px}.btn-icon-pos-left{flex-direction:row-reverse}.btn-icon-pos-right{flex-direction:row}@media (min-width: 1025px){.btn-size-large{--btn-padding: 5px 28px;--btn-height: 48px;--btn-font-size: 14px}.btn-size-extra-large{--btn-padding: 5px 40px;--btn-height: 56px;--btn-font-size: 16px}}
.wd-widget-collapse .widget-title{position:relative;margin-bottom:0;padding-inline-end:22px;cursor:pointer;user-select:none}.wd-widget-collapse .widget-title ~ *{margin-top:20px}.wd-widget-collapse .widget-title:after{position:absolute;top:calc(50% - 12px);inset-inline-end:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;color:var(--color-gray-800);font-weight:400;font-size:10px;transition:all .25s ease;content:"\f129";font-family:"woodmart-font"}.wd-widget-collapse.wd-opened .widget-title:after{background-color:#f1f1f1;transform:rotate(180deg)}.rtl .wd-widget-collapse.wd-opened .widget-title:after{transform:rotate(-180deg)}.wd-widget-collapse:not(.wd-opened-initially)>.widget-title ~ *{display:none}.wd-widget-collapse .wd-swatches-filter:is(.wd-layout-double,.wd-layout-inline)[style*="display: block"]{display:flex !important}[class*="color-scheme-light"] .wd-widget-collapse.wd-opened .widget-title:after{background-color:#fff;color:#333}
.footer-sidebar{padding-block:40px}.footer-column>*:not(.widget){margin-block:0 var(--wd-block-spacing)}.footer-column>*:not(.widget):last-child{margin-bottom:0}[class*="color-scheme-light"] .footer-widget{--wd-link-color: rgba(255,255,255,0.6)}.wd-prefooter{padding-bottom:40px;background-color:var(--wd-main-bgcolor)}.wd-copyrights{--wd-tags-mb: 10px;padding-block:20px;border-top:1px solid var(--brdcolor-gray-300)}.wd-copyrights.wd-layout-two-columns>.wd-grid-g{--wd-col-lg: 2;--wd-col-md: 1}.wd-copyrights.wd-layout-centered{text-align:center}@media (min-width: 1025px){.sticky-footer-on :is(.wd-page-content,.wd-prefooter){position:relative;z-index:2}.sticky-footer-on .wd-footer{position:sticky;bottom:0}.wd-copyrights.wd-layout-two-columns .wd-col-end{text-align:end}}@media (max-width: 1024px){.wd-copyrights.wd-layout-two-columns{text-align:center}}
.menu-label{position:absolute;bottom:85%;z-index:1;display:inline-block;margin-inline-start:-20px;padding:2px 4px;border-radius:calc(var(--wd-brd-radius) / 1.5);background-color:var(--wd-label-color);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:before{content:"";position:absolute;top:100%;inset-inline-start:10px;border:4px solid var(--wd-label-color);border-bottom-color:transparent !important;border-inline-end-color:transparent !important;border-inline-end-width:7px;border-inline-start-width:0}.menu-label-black{--wd-label-color: #000}.menu-label-orange{--wd-label-color: #FBBC34}.menu-label-blue{--wd-label-color: #00A1BE}.menu-label-grey{color:#333;--wd-label-color: #f1f1f1}.menu-label-white{color:#333;--wd-label-color: #fff}.menu-label-primary{--wd-label-color: var(--wd-primary-color)}.menu-label-secondary{--wd-label-color: var(--wd-alternative-color)}.menu-label-red{--wd-label-color: #D41212}.menu-label-green{--wd-label-color: #65B32E}
.wd-menu .wd-nav-horizontal>li>a{min-height:40px}@media (max-width: 1024px){.wd-nav-mega .wd-dropdown-menu{display:none}}
.rtl .wd-menu .wd-nav.wd-icon-right>li>a .wd-nav-img{order:0;margin:0;margin-inline-end:7px}.rtl .wd-menu .wd-nav.wd-icon-left>li>a .wd-nav-img{order:1;margin:0;margin-inline-start:7px}.wd-menu>.widget-title{margin-bottom:0;padding:20px;background-color:var(--bgcolor-gray-300);text-transform:uppercase;border-top-left-radius:var(--wd-brd-radius);border-top-right-radius:var(--wd-brd-radius)}.wd-menu>.widget-title+.wd-nav-vertical{border-top:none}.wd-menu>.widget-title+.wd-nav-vertical,.wd-menu>.widget-title+.wd-nav-vertical>li:first-child>a{border-top-left-radius:0;border-top-right-radius:0}
.scrollToTop{position:fixed;right:20px;bottom:20px;z-index:350;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:rgba(var(--bgcolor-white-rgb), 0.9);box-shadow:0 0 5px rgba(0,0,0,0.17);color:var(--color-gray-800);font-size:16px;opacity:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateX(100%)}.scrollToTop.button-show{opacity:1;transform:none;pointer-events:visible}.scrollToTop:after{content:"\f115";font-family:"woodmart-font"}.scrollToTop:hover{color:var(--color-gray-500)}.wd-search-opened .scrollToTop{display:none}@media (max-width: 1024px){.scrollToTop{right:12px;bottom:12px;width:40px;height:40px;font-size:14px}}
[class*="wd-search-full-screen"]{--wd-search-font-size: 1.08em;position:fixed;z-index:400;visibility:hidden;opacity:0}[class*="wd-search-full-screen"] :is(.wd-search-history,.wd-search-requests,.wd-search-info-text):not(:last-child){margin-bottom:var(--wd-search-sp)}[class*="wd-search-full-screen"] .wd-scroll-content:not(.wd-dropdown){--wd-scroll-h: 100%}[class*="wd-search-full-screen"] .wd-search-suggestions{animation:wd-fadeInBottomShort 0.6s cubic-bezier(0.19, 1, 0.22, 1) both}[class*="wd-search-full-screen"] .wd-search-suggestions .wd-search-title{margin-top:var(--wd-search-sp)}[class*="wd-search-full-screen"] .wd-search-suggestions .wd-search-title:first-child{margin-top:0}[class*="wd-search-full-screen"] .wd-suggestion{flex-direction:column}[class*="wd-search-full-screen"] .wd-suggestion-thumb{margin-bottom:10px}[class*="wd-search-full-screen"] .wd-not-found-msg{font-size:var(--wd-search-font-size)}[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion{flex-direction:row;flex-basis:unset}[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion .wd-suggestion-thumb{margin-bottom:0}[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion .wd-entities-title{transition:all .25s ease}[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion:hover .wd-entities-title{opacity:.6}[class*="wd-search-full-screen"].wd-searched :is(.wd-search-history,.wd-search-requests,.wd-search-info-text){display:none}[class*="wd-search-full-screen"] .wd-search-history ul{flex-direction:row;flex-wrap:wrap}[class*="wd-search-full-screen"] .wd-sh-head{display:block}[class*="wd-search-full-screen"] .wd-sh-head .wd-sh-clear{display:none}[class*="wd-search-full-screen"] .wd-sh-link:before{display:none}[class*="wd-search-full-screen"].wd-opened{visibility:visible;opacity:1}.wd-search-opened{overflow:hidden}@media (min-width: 1025px){.wd-search-opened body{padding-right:var(--wd-scroll-w)}.wd-search-opened .wd-page-wrapper{margin-right:calc(var(--wd-scroll-w) * -1)}.wd-search-opened :is(.header-banner,.whb-row,.wd-page-content){padding-right:var(--wd-scroll-w)}}@media (max-width: 1024px){[class*="wd-search-full-screen"]{--wd-search-font-size: .92em;--wd-search-sp: 15px}[class*="wd-search-full-screen"] .wd-search-requests{--wd-requests-pd: 8px 12px;--wd-requests-fs: 10px}}
.wd-search-full-screen{--wd-search-sp: 20px;--wd-form-height: 110px;display:flex;flex-direction:column;background-color:var(--bgcolor-white);box-shadow:0 0 14px rgba(0,0,0,0.08);transition:opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);transform:translate3d(0, 100%, 0)}.wd-search-full-screen .wd-search-title,.wd-search-full-screen .wd-not-found-msg{text-align:center}.wd-search-full-screen :is(.wd-search-history,.wd-search-requests,.wd-search-info-text):not(:last-child){padding-bottom:var(--wd-search-sp);border-bottom:1px solid var(--brdcolor-gray-300)}.wd-search-full-screen .wd-search-results{margin-top:calc(var(--wd-search-sp) * -1);padding-top:var(--wd-search-sp);overflow-y:scroll}.wd-search-full-screen .wd-search-suggestions .wd-search-title{border-top:1px solid var(--brdcolor-gray-300);padding-block:var(--wd-search-sp) calc(var(--wd-search-sp) - 10px)}.wd-search-full-screen .wd-search-suggestions .wd-search-title:first-child{border-top:none;padding-top:0}.wd-search-full-screen .wd-suggestions-group{display:flex;flex-wrap:wrap;justify-content:center}.wd-search-full-screen .wd-suggestion{flex-basis:200px;flex-grow:0;padding:10px}.wd-search-full-screen .wd-not-found{flex:1 1 100% !important}.wd-search-full-screen .wd-all-results{margin-top:10px}.wd-search-full-screen.wd-searched .wd-search-area{display:none}.wd-search-full-screen .searchform{padding-inline:100px;border-bottom:1px solid var(--brdcolor-gray-300);margin-bottom:var(--wd-search-sp);--wd-form-bg: transparent;--wd-form-color: var(--color-gray-800);--wd-form-placeholder-color: var(--color-gray-800);--wd-form-brd-width: 0;--wd-form-height: unset}.wd-search-full-screen .searchform input[type="text"]{padding:0;text-align:center;font-weight:600;font-size:48px}.wd-search-full-screen .searchform .searchsubmit{display:none}.wd-search-full-screen .wd-close-search.wd-style-icon{--wd-action-icon-size: 38px;position:absolute;top:5px;inset-inline-end:5px;z-index:1}.wd-search-full-screen .wd-close-search.wd-style-icon>a{width:100px;height:100px}.wd-search-full-screen .wd-search-info-text{padding-inline:15px;text-align:center;font-size:var(--wd-search-font-size)}.wd-search-full-screen .wd-search-loader{top:calc(var(--wd-form-height) + 1px)}.wd-search-full-screen .wd-search-loading ~ .wd-search-loader{opacity:1;pointer-events:auto}.wd-search-full-screen .wd-search-loading ~ .wd-search-loader:after{--wd-anim-state: running}.wd-search-full-screen .wd-search-history{padding-inline:var(--wd-search-sp)}.wd-search-full-screen .wd-search-history ul{justify-content:center}.wd-search-full-screen .wd-search-requests{padding-inline:var(--wd-search-sp)}.wd-search-full-screen .wd-search-requests ul{justify-content:center}.wd-search-full-screen .wd-search-area{margin-top:calc(var(--wd-search-sp) * -1);padding-top:var(--wd-search-sp);padding-inline:15px;height:100%}.wd-search-full-screen.wd-opened{transition:opacity 0s,visibility 0s,transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);transform:none}@media (max-width: 1024px){.wd-search-full-screen{--wd-form-height: 70px}.wd-search-full-screen .searchform{padding-inline:var(--wd-search-sp)}.wd-search-full-screen .searchform input[type="text"]{font-size:20px}.wd-search-full-screen .wd-close-search{display:none}}@media (max-width: 768.98px){.wd-search-full-screen .wd-suggestion{flex-basis:33.333333%}}@media (max-width: 576px){.wd-search-full-screen .wd-suggestion{flex-basis:50%}}
.searchform{position:relative;--wd-search-btn-w: var(--wd-form-height);--wd-form-height: 46px;--wd-search-clear-sp: .001px}.searchform input[type="text"]{padding-inline-end:calc(var(--wd-search-btn-w) + 30px)}.searchform .searchsubmit{--btn-color: var(--wd-form-color, currentColor);--btn-bgcolor: transparent;position:absolute;gap:0;inset-block:0;inset-inline-end:0;padding:0;width:var(--wd-search-btn-w);min-height:unset;border:none;box-shadow:none;font-weight:400;font-size:0;font-style:unset}.searchform .searchsubmit:hover:after,.searchform .searchsubmit:hover img{opacity:.7}.searchform .searchsubmit:after{font-size:calc(var(--wd-form-height) / 2.3);transition:opacity .2s ease;content:"\f130";font-family:"woodmart-font"}.searchform .searchsubmit img{max-width:24px;transition:opacity .2s ease}.searchform .searchsubmit:before{position:absolute;top:50%;left:50%;margin-top:calc((var(--wd-form-height) / 2.5) / -2);margin-left:calc((var(--wd-form-height) / 2.5) / -2);opacity:0;transition:opacity .1s ease;content:"";display:inline-block;width:calc(var(--wd-form-height) / 2.5);height:calc(var(--wd-form-height) / 2.5);border:1px solid rgba(0,0,0,0);border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.searchform .searchsubmit.wd-with-img:after{content:none}.searchform.wd-search-loading .searchsubmit:before{opacity:1;transition-duration:.2s;--wd-anim-state: running}.searchform.wd-search-loading .searchsubmit:after,.searchform.wd-search-loading .searchsubmit img{opacity:0;transition-duration:.1s}.searchform .wd-clear-search{position:absolute;top:calc(50% - 12px);display:flex;align-items:center;justify-content:center;width:30px;height:24px;inset-inline-end:calc(var(--wd-search-cat-w, .001px) + var(--wd-search-btn-w) + var(--wd-search-clear-sp));color:var(--wd-form-color, currentColor);cursor:pointer}.searchform .wd-clear-search:before{font-size:calc(var(--wd-form-height) / 3);line-height:1;transition:opacity .2s ease;content:"\f112";font-family:"woodmart-font"}.searchform .wd-clear-search:hover:before{opacity:.7}
.wd-search-results-wrapper{position:relative}.wd-search-title.title{margin-bottom:0;text-transform:uppercase;font-size:var(--wd-search-font-size);line-height:1}.wd-suggestions-group{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))}.wd-suggestion{position:relative;display:flex;line-height:1;transition:all .25s ease}.wd-suggestion .wd-entities-title{font-size:.92em}.wd-suggestion .wd-entities-title strong{text-decoration:underline}.wd-suggestion-thumb img{border-radius:calc(var(--wd-brd-radius) / 1.5)}.wd-suggestion-content{--wd-mb: 10px}.wd-suggestion-sku{font-size:.8em}.wd-suggestions-group.wd-type-categories .wd-suggestion-thumb{margin-inline-end:7px}.wd-suggestions-group.wd-type-categories .wd-suggestion-thumb img{max-height:18px;max-width:18px;object-fit:contain;object-position:50% 50%}.wd-suggestions-group.wd-type-categories .wd-suggestion-content{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}.wd-suggestions-group.wd-type-categories .wd-suggestion-content .wd-entities-title{flex-grow:1}.wd-not-found{grid-column:1 / -1}.wd-all-results{--wd-link-color: var(--color-gray-800);--wd-link-color-hover: var(--color-gray-800);display:block;border-block:1px solid var(--brdcolor-gray-300);padding-inline:var(--wd-search-sp);text-align:center;text-transform:uppercase;font-weight:600;font-size:var(--wd-search-font-size);line-height:50px;transition:all .25s ease}.wd-all-results:hover{background-color:var(--bgcolor-gray-100) !important}.wd-search-area{position:relative;transition:all .25s ease}.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-area{min-height:70px}.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-loader{opacity:1;pointer-events:auto}.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-loader:after{--wd-anim-state: running}.wd-search-loader{z-index:410;opacity:0;pointer-events:none;background-color:rgba(var(--bgcolor-white-rgb), 0.8);transition:all 0.25s cubic-bezier(0.19, 1, 0.22, 1);overflow:hidden}.wd-search-loader:after{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);content:"";display:inline-block;width:32px;height:32px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}@media (max-width: 1024px){.wd-suggestions-group{grid-template-columns:repeat(auto-fit, minmax(180px, 1fr))}.wd-suggestion :is(.wd-entities-title,.price){font-size:.9em}}
.wd-dropdown-results{margin-top:0 !important;--wd-search-font-size: .92em;--wd-search-sp: 15px;overflow:hidden;right:calc((var(--wd-form-brd-radius) / 1.5));left:calc((var(--wd-form-brd-radius) / 1.5))}.wd-dropdown-results:after{width:auto !important;height:auto !important}.wd-dropdown-results .wd-scroll-content{overscroll-behavior:none}.wd-dropdown-results .wd-search-suggestions{margin-top:-1px;margin-inline-end:-1px}.wd-dropdown-results .wd-search-suggestions .wd-search-title{margin-block:-1px;border-block:1px solid var(--brdcolor-gray-300);background-color:var(--bgcolor-white);padding:var(--wd-search-sp)}.wd-dropdown-results .wd-suggestion{margin-bottom:-1px;border-top:1px solid;border-bottom:1px solid;border-inline-end:1px solid;border-color:var(--brdcolor-gray-300);background-color:var(--bgcolor-white);padding:var(--wd-search-sp)}.wd-dropdown-results .wd-suggestion:hover,.wd-dropdown-results .wd-suggestion.wd-active{background-color:var(--bgcolor-gray-100)}.wd-dropdown-results .wd-suggestion-thumb{flex:0 0 auto;margin-inline-end:15px;max-width:65px}.wd-dropdown-results .wd-suggestion-thumb img{border-radius:calc(var(--wd-brd-radius) / 1.5)}.wd-dropdown-results .wd-all-results{background-color:var(--bgcolor-white)}.wd-dropdown-results .wd-suggestions-group.wd-type-categories{display:block}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion{border:none;padding-block:10px}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:first-child{border-top:1px solid var(--brdcolor-gray-300)}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:last-child{border-bottom:1px solid var(--brdcolor-gray-300)}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion-content:after{content:"\f120";font-family:"woodmart-font";color:var(--color-gray-400)}.wd-dropdown-results .wd-not-found{background-color:var(--bgcolor-white) !important}.wd-dropdown-results .wd-suggestions-group.wd-type-product:only-child .wd-not-found{margin-bottom:0}.wd-dropdown-results :is(.wd-search-requests,.wd-search-history,.wd-search-area){padding:var(--wd-search-sp)}.wd-dropdown-results :is(.wd-search-requests,.wd-search-history,.wd-search-area):not(:first-child){margin-top:-1px;border-top:1px solid var(--brdcolor-gray-300)}.wd-searched .wd-dropdown-results :is(.wd-search-history,.wd-search-requests,.wd-search-area){display:none}.wd-dropdown-results .wd-search-requests{--wd-requests-pd: 8px 12px;--wd-requests-fs: 10px}@media (max-width: 1024px){.wd-dropdown-results{--wd-search-sp: 10px}.wd-dropdown-results .wd-suggestion-thumb{max-width:45px}}
.login-form-side .woocommerce-notices-wrapper{padding:20px 15px 0 15px}.login-form-side .woocommerce-notices-wrapper>.woocommerce-error{margin-bottom:0}.login-form-side .woocommerce-form-login{padding:20px 15px 15px 15px;border-bottom:1px solid var(--brdcolor-gray-300)}.login-form-side .woocommerce-form-login.hidden-form{display:none}.create-account-question{padding:20px 15px;border-bottom:1px solid var(--brdcolor-gray-300);text-align:center;--wd-tags-mb: 15px}.create-account-question p{color:var(--color-gray-900);font-weight:600}.create-account-question:before{display:block;margin-bottom:15px;color:var(--color-gray-200);font-size:54px;line-height:1;content:"\f124";font-family:"woodmart-font"}.create-account-question .btn{--btn-color: var(--color-gray-800);--btn-color-hover: var(--color-gray-500);--btn-brd-color: var(--wd-primary-color);--btn-bgcolor: transparent;--btn-brd-width: 2px;--btn-height: none;--btn-padding: 0;border-top:0;border-inline:0}
.header-banner{position:absolute;inset-inline:0;top:0;z-index:-1;display:flex;flex-direction:column;justify-content:center;overflow:hidden;height:var(--wd-header-banner-h);opacity:0;transition:opacity 0s ease .6s}.close-header-banner.wd-style-icon{--wd-action-icon-size: 16px;position:absolute;top:0;inset-inline-end:0;bottom:0;z-index:1}.close-header-banner.wd-style-icon>a{width:50px;height:100%}.close-header-banner+.header-banner-link{inset-inline-end:60px}.header-banner-link{z-index:10}.header-banner-enabled .wd-page-wrapper{margin-top:var(--wd-header-banner-mt);transition:margin-top .6s ease}.header-banner-display{--wd-header-banner-mt: var(--wd-header-banner-h)}.header-banner-display .header-banner{opacity:1;transition:opacity 0s ease}.header-banner-display .wd-page-wrapper{transition:margin-top .6s ease .25s}@media (min-width: 782px){.admin-bar .header-banner{top:32px}}@media (max-width: 782px){.admin-bar .header-banner{top:46px}}@media (min-width: 1200px){body[class*="wrapper-boxed"] .header-banner{margin:0 auto;max-width:var(--wd-boxed-w)}.wd-search-opened body[class*="wrapper-boxed"] .header-banner{right:var(--wd-scroll-w)}}@media (max-width: 768.98px){.header-banner-container{padding-inline:40px}.header-banner-container .wd-section-stretch-content-no-pd{margin-inline:-40px}}
.wd-cookies-popup{position:fixed;inset:auto 0 0 0;z-index:1510;padding:15px 30px;background-color:var(--bgcolor-white);box-shadow:0 0 9px rgba(0,0,0,0.14);transition:transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);transform:translate3d(0, 100%, 0)}.wd-cookies-popup.popup-display{transform:none}.wd-cookies-popup.popup-hide{transform:translate3d(0, 100%, 0)}.wd-cookies-inner{display:flex;align-items:center;justify-content:space-between}.wd-cookies-inner .cookies-buttons{flex:0 0 auto}.wd-cookies-inner .cookies-info-text{flex:1 1 auto;padding-inline-end:30px}.cookies-buttons>a{margin-inline-end:20px}.cookies-buttons>a:last-child{margin-inline-end:0}.cookies-buttons .cookies-accept-btn{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.cookies-buttons .cookies-accept-btn:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.cookies-buttons .cookies-accept-btn:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.cookies-buttons .cookies-more-btn{border-bottom:2px solid var(--brdcolor-gray-300);color:var(--color-gray-800);text-transform:uppercase;font-weight:600;font-size:13px}.cookies-buttons .cookies-more-btn:hover{opacity:.7}@media (max-width: 768.98px){.wd-cookies-inner{align-items:stretch;flex-direction:column;text-align:center}.wd-cookies-inner .cookies-buttons{margin-top:15px}.wd-cookies-inner .cookies-info-text{padding-inline-end:0}}
