.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:"";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;}[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,.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;}}.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.wd-style-simple{--wd-social-bg:#efefef;--wd-social-bg-hover:var(--wd-primary-color);--wd-social-color:rgba(0,0,0,.4);--wd-social-color-hover:#fff;}.wd-social-icons.wd-style-simple.color-scheme-light,[class*="color-scheme-light"] .wd-social-icons.wd-style-simple{--wd-social-bg:rgba(255,255,255,.3);--wd-social-color:#fff;}.wd-social-icons.wd-style-colored{--wd-social-color:#fff;--wd-social-shadow-hover:inset 0 0 200px rgba(0,0,0,.15);}.wd-social-icons.wd-style-colored>a{--wd-social-bg:var(--wd-social-brand-color);}.wd-social-icons.wd-style-colored-alt{--wd-social-color:rgba(0,0,0,.4);--wd-social-color-hover:#fff;--wd-social-bg:#efefef;}.wd-social-icons.wd-style-colored-alt>a{--wd-social-bg-hover:var(--wd-social-brand-color);}.wd-social-icons.wd-style-colored-alt.color-scheme-light,[class*="color-scheme-light"] .wd-social-icons.wd-style-colored-alt{--wd-social-color:#fff;--wd-social-bg:rgba(255,255,255,.3);}.wd-social-icons.wd-style-bordered{--wd-social-color:rgba(0,0,0,.4);--wd-social-color-hover:#fff;--wd-social-brd:2px solid;--wd-social-brd-color:#ccc;}.wd-social-icons.wd-style-bordered>a{--wd-social-bg-hover:var(--wd-social-brand-color);--wd-social-brd-color-hover:var(--wd-social-brand-color);}.wd-social-icons.wd-style-bordered.color-scheme-light,[class*="color-scheme-light"] .wd-social-icons.wd-style-bordered{--wd-social-color:#fff;--wd-social-brd-color:rgba(255,255,255,.4);}.wd-social-icons.wd-style-primary{--wd-social-color:var(--wd-primary-color);--wd-social-color-hover:#fff;--wd-social-bg-hover:var(--wd-primary-color);--wd-social-brd:2px solid;--wd-social-brd-color:var(--wd-primary-color);}.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;}.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),.9);box-shadow:0 0 5px rgba(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:"";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;}}.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:"";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;}.wd-toolbar{position:fixed;inset-inline:0;bottom:0;z-index:350;display:flex;align-items:center;justify-content:space-between;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:5px;height:55px;background-color:var(--bgcolor-white);box-shadow:0 0 9px rgba(0,0,0,.12);}.wd-toolbar>a{display:flex;align-items:center;justify-content:center;}.wd-toolbar>a,.wd-toolbar>div{flex:1 0 20%;}.wd-toolbar>a,.wd-toolbar>div a{height:45px;}.wd-toolbar .wd-header-cart.wd-design-5:not(.wd-style-text){margin-inline-end:0;}.wd-toolbar.wd-toolbar-label-show>a,.wd-toolbar.wd-toolbar-label-show>div a{position:relative;padding-bottom:15px;}.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label{display:block;}.global-color-scheme-light .wd-toolbar a{color:#fff;}.global-color-scheme-light .wd-toolbar a:hover{color:rgba(255,255,255,.8);}.wd-toolbar-label{position:absolute;inset-inline:10px;bottom:3px;display:none;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:11px;line-height:1;padding:1px 0;}.wd-toolbar-shop .wd-tools-icon:before{content:"";font-family:"woodmart-font";}.wd-toolbar-blog .wd-tools-icon:before{content:"";font-family:"woodmart-font";}.wd-toolbar-home .wd-tools-icon:before{content:"";font-family:"woodmart-font";}.wd-toolbar-sidebar .wd-tools-icon:before{content:"";font-family:"woodmart-font";}.wd-toolbar-sidebar.wd-filter-icon .wd-tools-icon:before{content:"";}.wd-toolbar-link .wd-tools-icon:before{content:"";font-family:"woodmart-font";}.wd-toolbar-link .wd-custom-icon img{width:auto;height:20px;}.wd-toolbar-shop-cat .wd-tools-icon:before{content:"";font-family:"woodmart-font";}body:not(:has(.wd-nav-side-hidden-mb-on)) .wd-toolbar-shop-cat{display:none;}@media (min-width: 1025px){.wd-toolbar{display:none;}}@media (max-width: 1024px){.sticky-toolbar-on{padding-bottom:55px;}.sticky-toolbar-on .wd-sticky-btn{bottom:55px;}.sticky-toolbar-on .scrollToTop{bottom:67px;}.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop{bottom:calc(12px + 55px + var(--wd-sticky-btn-height));}}@media (max-width: 768.98px){.sticky-toolbar-on.wd-sticky-btn-on-mb{padding-bottom:calc(55px + var(--wd-sticky-btn-height));}}@media (min-width: 769px) and (max-width: 1024px){.sticky-toolbar-on.wd-sticky-btn-on{padding-bottom:calc(55px + var(--wd-sticky-btn-height));}}