:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--bottom:20px;--sep:20px;--s:60px;--header:calc(var(--s)*1.16667);--vh:100vh;--red:37;--green:211;--blue:102;--rgb:var(--red) var(--green) var(--blue);--color:rgb(var(--rgb));--dark:rgb(calc(var(--red) - 75) calc(var(--green) - 75) calc(var(--blue) - 75));--hover:rgb(calc(var(--red) + 50) calc(var(--green) + 50) calc(var(--blue) + 50));--bg:rgb(var(--rgb)/4%);--bw:100;--text:hsl(0deg 0% clamp(0%,var(--bw)*1%,100%)/clamp(70%,var(--bw)*1%,100%));--msg:var(--color);color:var(--text);display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--dark{--msg:var(--dark)}.joinchat--noanim{animation:none}.joinchat--chatbox:not(.joinchat--noanim){transform-origin:0 0;animation-timing-function:ease-in-out}.joinchat--hidden{display:none!important}@supports not (width:clamp(1px,1%,10px)){.joinchat{--text:hsl(0deg 0% calc(var(--bw)*1%)/90%)}}.joinchat__button{display:flex;flex-direction:row;position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);min-width:var(--s);background:#25d366;color:inherit;border-radius:calc(var(--s)/2);box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}[dir=rtl] .joinchat__button{flex-direction:row-reverse}.joinchat__button:hover{background:#128c7e;transition-duration:1.5s}.joinchat__button:active{background:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px;flex-direction:row-reverse}[dir=rtl] .joinchat--left .joinchat__button{flex-direction:row}.joinchat--btn .joinchat__button:hover{transition-duration:.2s}.joinchat--chatbox .joinchat__button{background:var(--color);transition-duration:.2s;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.joinchat--chatbox .joinchat__button:active,.joinchat--chatbox .joinchat__button:hover{background:var(--hover)}.joinchat--optout.joinchat--chatbox .joinchat__button{background-color:#999;pointer-events:none}.joinchat--optout.joinchat--chatbox .joinchat__button .joinchat_svg__plain{stroke-dasharray:0;animation:none}.joinchat--optout.joinchat--chatbox .joinchat__button .joinchat_svg__chat{animation:none}.joinchat__button__open{width:var(--s);height:var(--s);border-radius:50%;background:rgb(0 0 0/0) var(--joinchat-ico) 50% no-repeat;background-size:60%;overflow:hidden}.joinchat--chatbox .joinchat__button__open{display:none}.joinchat__button__image{position:absolute;top:1px;right:1px;width:calc(var(--s) - 2px);height:calc(var(--s) - 2px);border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img{display:block;width:100%;height:100%;object-fit:cover}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--image .joinchat__button__image{opacity:1;animation:none}.joinchat--chatbox .joinchat__button__image{display:none}.joinchat__button__send{display:none;flex-shrink:0;width:var(--s);height:var(--s);max-width:var(--s);padding:calc(var(--s)*0.18);margin:0;overflow:hidden}.joinchat--chatbox .joinchat__button__send{display:block}.joinchat__button__send path{fill:none!important;stroke:var(--text)!important}.joinchat__button__send .joinchat_svg__plain{stroke-dasharray:1097;stroke-dashoffset:1097;animation:joinchat_plain 6s .2s ease-in-out infinite}.joinchat__button__send .joinchat_svg__chat{stroke-dasharray:1020;stroke-dashoffset:1020;animation:joinchat_chat 6s 3.2s ease-in-out infinite}.joinchat__button__sendtext{padding:0;max-width:0;border-radius:var(--s);font-weight:600;line-height:var(--s);white-space:nowrap;opacity:0;overflow:hidden;text-overflow:ellipsis;transition:none}.joinchat--chatbox .joinchat__button__sendtext{padding:0 4px 0 24px;max-width:min(400px - 16px - var(--s),100vw - 16px - var(--s) - 2*var(--sep));opacity:1;transition:max-width .2s linear,opacity .4s ease-out .2s}.joinchat--chatbox.joinchat--left .joinchat__button__sendtext{padding:0 24px 0 4px}.joinchat__badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border:none;border-radius:50%;background:#e82c0c;color:#fff;font-size:12px;font-weight:600;line-height:20px;text-align:center;box-shadow:none;opacity:0;pointer-events:none}.joinchat__badge.joinchat__badge--in{animation:joinchat_badge_in .5s cubic-bezier(.27,.9,.41,1.28) 1 both}.joinchat__badge.joinchat__badge--out{animation:joinchat_badge_out .4s cubic-bezier(.215,.61,.355,1) 1 both}.joinchat__tooltip{position:absolute;top:calc(var(--s)/2 - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--chatbox .joinchat__tooltip{display:none}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--s)/2 - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:0;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--s)/2 - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0}.joinchat__box{display:flex;flex-direction:column;position:absolute;bottom:0;right:0;z-index:1;width:calc(100vw - var(--sep)*2);max-width:400px;max-height:calc(var(--vh) - var(--bottom) - var(--sep));border-radius:calc(var(--s)/2 + 2px);background:#fff linear-gradient(180deg,var(--color),var(--color) var(--header),var(--bg) var(--header),var(--bg));box-shadow:0 2px 6px 0 rgba(0,0,0,.5);text-align:left;overflow:hidden;transform:scale3d(0,0,0);opacity:0;transition:max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s}[dir=rtl] .joinchat__box{text-align:right}.joinchat--chatbox .joinchat__box{opacity:1;transform:scaleX(1);transition:max-height .2s ease-out,opacity .2s ease-out,transform 0s linear}.joinchat--left .joinchat__box{right:auto;left:0}.joinchat--dark .joinchat__box{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat__header{display:flex;flex-flow:row;align-items:center;position:relative;flex-shrink:0;height:var(--header);min-height:50px;padding:0 70px 0 26px;margin:0}[dir=rtl] .joinchat__header{padding:0 26px 0 70px}.joinchat__header__text{font-size:19px;font-weight:600;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.8}.joinchat__powered{font-size:11px;line-height:18px;color:inherit!important;text-decoration:none!important;fill:currentcolor;opacity:.8}.joinchat__powered svg{display:inline-block;width:auto;height:18px;vertical-align:-30%}.joinchat__powered:active,.joinchat__powered:hover{color:inherit!important;text-decoration:none!important;opacity:.9;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3))}.joinchat__wa{height:28px;width:auto;fill:currentcolor;opacity:.8}.joinchat__close{--size:34px;position:absolute;top:calc(50% - var(--size)/2);right:24px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6z'/%3E%3C/svg%3E") 50% no-repeat;background-size:12px;cursor:pointer;transition:background-color .3s ease-out}.joinchat__close:hover{background-color:rgba(0,0,0,.6)}.joinchat__close:active{background-color:rgba(0,0,0,.7)}[dir=rtl] .joinchat__close{right:auto;left:24px}.joinchat__box__scroll{overflow:hidden scroll;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.joinchat__box__scroll::-webkit-scrollbar{width:4px;background:rgb(0 0 0/0)}.joinchat__box__scroll::-webkit-scrollbar-thumb{border-radius:2px;background:rgb(0 0 0/0)}.joinchat--blur .joinchat__box__scroll{background:rgba(var(--rgb)/2%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.joinchat__box__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.joinchat__box__content{width:calc(100% + 4px);padding:20px 0 calc(var(--s) + 16px)}.joinchat__optin{padding:0 16px;margin-bottom:16px;color:#4a4a4a;font-size:13px;line-height:1.33}.joinchat__optin a{display:inline;padding:0;color:inherit!important;text-decoration:underline}.joinchat__optin a:hover{text-decoration-thickness:2px}.joinchat__optin input{position:absolute;visibility:hidden}.joinchat__optin label{position:relative;display:block;margin:0;padding:0 0 0 30px;color:inherit;font:inherit;cursor:pointer}.joinchat__optin label:before{content:"";display:block;position:absolute;top:min(50% - 11px,5px);left:0;width:22px;height:22px;border:3px solid var(--color);border-radius:4px;background:#fff;box-shadow:0 0 0 1px var(--text);transition:box-shadow .3s ease-in-out}.joinchat--dark .joinchat__optin label:before{background:#000}.joinchat__optin label:after{content:"";display:none;position:absolute;top:min(50% - 8px,8px);left:8px;width:6px;height:14px;border:solid var(--text);border-width:0 3px 3px 0;transform:rotate(45deg)}[dir=rtl] .joinchat__optin label{padding:0 30px 0 0}[dir=rtl] .joinchat__optin label:before{left:auto;right:0}[dir=rtl] .joinchat__optin label:after{left:auto;right:8px}.joinchat__optin input:checked+label:before{box-shadow:0 0 0 1px var(--text),inset 0 0 0 10px var(--color)}.joinchat__optin input:checked+label:after{display:block}.joinchat--dark .joinchat__optin{color:#d8d8d8}.joinchat{--peak:url(#joinchat__peak_l)}[dir=rtl] .joinchat{--peak:url(#joinchat__peak_r)}.joinchat__message{position:relative;min-height:56px;padding:15px 20px;margin:0 26px 26px;border-radius:26px;background:#fff;color:#4a4a4a;word-break:break-word;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transform:translateZ(0)}.joinchat__message:before{content:"";display:block;position:absolute;bottom:18px;left:-15px;width:17px;height:25px;background:inherit;clip-path:var(--peak)}[dir=rtl] .joinchat__message:before{left:auto;right:-15px}.joinchat--dark .joinchat__message{background:#505050;color:#d8d8d8}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_badge_out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes joinchat_plain{0%,50%,to{stroke-dashoffset:1097}5%,45%{stroke-dashoffset:0}}@keyframes joinchat_chat{0%,50%,to{stroke-dashoffset:1020}5%,45%{stroke-dashoffset:0}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--bottom:6px;--sep:6px;--header:calc(var(--s)*0.91667)}.joinchat__header__text{font-size:17px}.joinchat__close{--size:28px}.joinchat__box__scroll{padding-top:15px}.joinchat__message{padding:18px 16px;line-height:24px;margin:0 20px 20px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover .joinchat__qr,.joinchat--chatbox .joinchat__button:hover .joinchat__qr{display:flex}}@media (prefers-color-scheme:dark){.joinchat--dark-auto{--msg:var(--dark)}.joinchat--dark-auto .joinchat__box{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat--dark-auto .joinchat__optin label:before{background:#000}.joinchat--dark-auto .joinchat__optin{color:#d8d8d8}.joinchat--dark-auto .joinchat__message{background:#505050;color:#d8d8d8}}@media (prefers-reduced-motion){.joinchat{animation:none}.joinchat__button__send .joinchat_svg__plain{stroke-dasharray:0;animation:none}.joinchat__button__send .joinchat_svg__chat{animation:none}.joinchat__button__sendtext{transition:none!important}}@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:100%}}@media (min-width:769px){.container{max-width:100%}}@media (min-width:1025px){.container{max-width:100%}}@media (min-width:1200px){.container{max-width:1222px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container-no-gutters{padding-right:0;padding-left:0}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:769px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:1025px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-lg-20_0{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.col-lg-14_3{-ms-flex:0 0 14.285714%;flex:0 0 14.285714%;max-width:14.285714%}.col-lg-12_5{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-lg-11_1{-ms-flex:0 0 11.111111%;flex:0 0 11.111111%;max-width:11.111111%}.col-lg-10_0{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.col-lg-9_1{-ms-flex:0 0 9.090909%;flex:0 0 9.090909%;max-width:9.090909%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:769px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1025px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:769px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1025px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}:root {
--wd-form-color: inherit;
--wd-form-placeholder-color: inherit;
--wd-form-bg: transparent;
--wd-form-brd-color: rgba(129, 129, 129, .20);
--wd-form-brd-color-focus: rgba(129, 129, 129, .30);
--wd-tags-margin-bottom: 20px;
--color-gray-200: #f1f1f1;
--color-gray-300: #bbbbbb;
--color-gray-400: #a5a5a5;
--color-gray-500: #777777;
--color-gray-600: #666666;
--color-gray-700: #555555;
--color-gray-800: #333333;
--color-gray-900: #242424;
--bgcolor-white:    #FFF;
--bgcolor-gray-100: #f7f7f7;
--brdcolor-gray-300: rgba(119, 119, 119, 0.2); }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font: inherit;
font-size: 100%; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html {
line-height: 1; }
ol, ul {
list-style: none; }
caption, th, td {
vertical-align: middle;
text-align: left; }
q, blockquote {
quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none; }
a img {
border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }
a, button, input {
-ms-touch-action: manipulation;
touch-action: manipulation; }
button,
input,
optgroup,
select,
textarea {
margin: 0;
color: inherit;
font: inherit; }
button {
overflow: visible; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button; }
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0; }
body .fa.fa-envelope-o,
body .fa.fa-copyright,
body .fa.fa-location-arrow,
body .fa.fa-mobile {
font-family: "woodmart-font";
font-weight: 400; }
body .fa.fa-envelope-o:before {
content: "\f132"; }
body .fa.fa-copyright:before {
content: "\f173"; }
body .fa.fa-location-arrow:before {
content: "\f160"; }
body .fa.fa-mobile:before {
content: "\f159"; }
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: sans-serif; }
body {
overflow-x: hidden;
margin: 0;
background-color: #FFF;
color: var(--wd-text-color);
text-rendering: optimizeLegibility;
font-weight: var(--wd-text-font-weight);
font-style: var(--wd-text-font-style);
font-size: var(--wd-text-font-size);
font-family: var(--wd-text-font);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1.6; }
p {
margin-bottom: var(--wd-tags-margin-bottom); }
a {
color: var(--wd-link-color);
text-decoration: none;
transition: all .25s ease; }
a:hover, a:focus, a:active {
outline: none;
text-decoration: none; }
a:hover {
color: var(--wd-link-color-hover); }
a:focus {
outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: var(--wd-link-color-hover); }
label {
display: block;
margin-bottom: 5px;
color: var(--wd-title-color);
vertical-align: middle;
font-weight: 400; }
em {
font-style: italic; }
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; }
strong,
b {
font-weight: 600; }
mark {
display: inline-block;
padding: 5px 8px;
background-color: #F9F9F9;
color: #242424;
font-weight: 600;
line-height: 1; }
code,
kbd {
padding: 2px 5px; }
code, kbd, pre, samp {
-webkit-hyphens: none;
hyphens: none;
font-family: monospace, serif; }
ins {
text-decoration: none; }
pre {
overflow: auto;
margin-bottom: 20px;
padding: 20px;
background: #F9F9F9;
text-align: left;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word; }
dfn {
font-style: italic; }
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 1; }
sup {
top: -.5em; }
sub {
bottom: -.25em; }
var {
font-style: italic; }
small {
font-size: 80%; }
hr {
margin-top: 15px;
margin-bottom: 15px;
max-width: 35px;
border: none;
border-bottom: 1px solid currentColor;
opacity: .2; }
iframe,
embed {
max-width: 100%; }
blockquote {
--wd-tags-margin-bottom: 10px;
margin-bottom: 20px;
padding-left: 30px;
border-left: 2px solid var(--wd-primary-color);
text-align: left;
font-size: 110%; }
blockquote cite {
display: block;
margin-top: 10px;
color: var(--wd-primary-color);
font-weight: 600;
font-size: 90%; }
blockquote cite a {
color: inherit; }
cite {
font-style: italic; }
address {
margin-bottom: 20px;
font-style: italic;
font-size: 110%;
line-height: 1.8; }
fieldset {
margin-bottom: 20px;
padding: 20px 40px;
border: 2px solid #E6E6E6; }
fieldset legend {
margin-bottom: 0;
padding-right: 15px;
padding-left: 15px;
width: auto; }
.global-color-scheme-light fieldset {
border-color: rgba(255, 255, 255, 0.25); }
legend {
text-transform: uppercase;
font-size: 22px; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
img {
max-width: 100%;
height: auto;
border: 0;
vertical-align: middle; }
.svg-icon {
display: inline-block; }
.svg-icon svg {
width: inherit !important;
height: inherit !important; }
svg:not(:root) {
overflow: hidden; }
.wd-custom-icon,
picture.wd-custom-icon img {
min-width: 100%;
max-width: 38px; }
h1 {
font-size: 28px; }
h2 {
font-size: 24px; }
h3 {
font-size: 22px; }
h4 {
font-size: 18px; }
h5 {
font-size: 16px; }
h6 {
font-size: 12px; }
.element-title {
text-transform: uppercase;
font-size: 22px; }
legend, h1, h2, h3, h4, h5, h6, .title, .woocommerce-Reviews .comment-reply-title {
display: block;
margin-bottom: var(--wd-tags-margin-bottom);
color: var(--wd-title-color);
text-transform: var(--wd-title-transform);
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-family: var(--wd-title-font);
line-height: 1.4; }
.wd-entities-title, .widget_recent_comments ul li > a, .widget_recent_entries ul li a, .widget_rss ul li > a, td.product-name a, .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; }
a.wd-entities-title:hover, .wd-entities-title a:hover, .widget_recent_comments ul li > a:hover, .widget_recent_entries ul li a:hover, .widget_rss ul li > a:hover, .wd-menu-price.cursor-pointer:hover .menu-price-title, td.product-name a:hover, .product-title a:hover, a.product-title:hover, .widget_recent_reviews .product-title:hover, li:hover .cart-info .wd-entities-title {
color: var(--wd-entities-title-color-hover); }
ul,
ol {
margin-bottom: var(--list-mb);
padding-left: var(--li-pl);
--list-mb: 20px;
--li-mb: 10px;
--li-pl: 17px; }
ul ul,
ul ol,
ol ul,
ol ol {
margin-top: var(--li-mb);
margin-bottom: 0; }
li {
margin-bottom: var(--li-mb); }
li:last-child {
margin-bottom: 0; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
dl {
margin-bottom: 20px; }
dl dt {
color: #333333;
font-weight: 600; }
dl dt [class*="color-scheme-light"] {
color: rgba(255, 255, 255, 0.9); }
dl dd {
margin-bottom: 20px; }
.unordered-list ul,
.unordered-list ol {
margin-left: 20px; }
.unordered-list li:before {
margin-right: 10px;
font-size: 8px;
content: "\f113";
font-family: "woodmart-font"; }
.inline-list {
margin-right: -15px;
margin-left: -15px; }
.inline-list li {
display: inline-block;
padding: 5px 15px; }
.inline-list-with-border li {
padding-top: 0;
padding-bottom: 0; }
.inline-list-with-border li:not(:last-child) {
border-right: 1px solid rgba(129, 129, 129, 0.2); }
.inline-list, .unordered-list, .wd-sub-menu, .textwidget .menu, .wc-item-meta, .unordered-list ul, .wd-sub-menu ul, .textwidget .menu ul, .wc-item-meta ul,
.unordered-list ol,
.wd-sub-menu ol,
.textwidget .menu ol,
.wc-item-meta ol, .wd-nav, .comments-area .comment-list, .comments-area .children, .commentlist .children, nav[class*="-pagination"] ul, .wp-block-categories,
.wp-block-archives,
.wp-block-latest-posts, .entry-meta-list, .portfolio-entry .proj-cats-list, .wd-twitter-element ul, .wd-list, .flickity-page-dots, .wd-threed-view .threed-view-images, ul.variation, .commentlist, .wd-products-tabs .products-tabs-title, .wd-pf-results, .wd-pf-dropdown ul, .wd-checkout-steps, .payment_methods, #shipping_method, .woocommerce-MyAccount-navigation ul, .woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
list-style: none;
--li-pl: 0; }
.inline-list, .wd-sub-menu, .wc-item-meta, .wd-sub-menu ul, .wc-item-meta ul,
.wd-sub-menu ol,
.wc-item-meta ol, .wd-nav, .comments-area .comment-list, .comments-area .children, .commentlist .children, nav[class*="-pagination"] ul, .entry-meta-list, .portfolio-entry .proj-cats-list, .wd-twitter-element ul, .flickity-page-dots, .wd-threed-view .threed-view-images, .wd-products-tabs .products-tabs-title, .wd-pf-results, .wd-pf-dropdown ul, .woocommerce-MyAccount-navigation ul {
--list-mb: 0;
--li-mb: 0; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }
.text-left {
text-align: left; }
.wd-fontsize-xs {
font-size: 14px; }
.wd-fontsize-s {
font-size: 16px; }
.wd-fontsize-m {
font-size: 18px; }
.wd-fontsize-l {
font-size: 22px; }
.wd-fontsize-xl {
font-size: 26px; }
.wd-fontsize-xxl {
font-size: 36px; }
.wd-fontsize-xxxl {
font-size: 46px; }
.text-larger {
font-size: 110%; }
.wd-items-top {
align-items: flex-start; }
.wd-items-middle {
align-items: center; }
.wd-items-bottom {
align-items: flex-end; }
.wd-justify-left {
justify-content: flex-start; }
.wd-justify-center {
justify-content: center; }
.wd-justify-right {
justify-content: flex-end; }
[class*="color-scheme-light"] {
--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.8);
--color-gray-600:                rgba(255, 255, 255, 0.8);
--color-gray-700:                rgba(255, 255, 255, 0.8);
--color-gray-800:                #FFF;
--color-gray-900:                #FFF;
--bgcolor-white:                 #0d0d0d;
--bgcolor-gray-100:              #0d0d0d;
--brdcolor-gray-300:             rgba(255, 255, 255, 0.15);
--wd-text-color:                 rgba(255, 255, 255, 0.8);
--wd-title-color:                #FFF;
--wd-widget-title-color:         var(--wd-title-color);
--wd-entities-title-color:       #FFF;
--wd-entities-title-color-hover: rgba(255, 255, 255, 0.8);
--wd-link-color:                 rgba(255, 255, 255, 0.9);
--wd-link-color-hover:           #FFF;
--wd-form-brd-color:           rgba(255, 255, 255, .2);
--wd-form-brd-color-focus:     rgba(255, 255, 255, .3);
--wd-form-placeholder-color:   rgba(255,255,255,.6);
color: var(--wd-text-color); }
.color-scheme-dark {
--color-gray-300:                #bbbbbb;
--color-gray-400:                #a5a5a5;
--color-gray-500:                #777777;
--color-gray-600:                #666666;
--color-gray-700:                #555555;
--color-gray-800:                #333333;
--color-gray-900:                #242424;
--bgcolor-white:                 #FFF;
--bgcolor-gray-100:              #f7f7f7;
--brdcolor-gray-300:             rgba(119, 119, 119, 0.2);
--wd-text-color:                 #777777;
--wd-title-color:                #242424;
--wd-entities-title-color:       #333333;
--wd-entities-title-color-hover: rgba(#333333, .65);
--wd-link-color:                 #333333;
--wd-link-color-hover:           #242424;
--wd-form-brd-color:           rgba(129, 129, 129, .20);
--wd-form-brd-color-focus:     rgba(129, 129, 129, .30);
--wd-form-placeholder-color:     #777777;
color: var(--wd-text-color); }
[class*="color-scheme-hover"] {
transition: all .25s ease; }
[class*="color-scheme-hover"] .title {
transition: all .25s ease; }
.color-scheme-hover-dark:hover {
--color-gray-400:      #a5a5a5;
--bgcolor-gray-100:    #f7f7f7;
--wd-text-color:       #777777;
--wd-title-color:      #242424;
--wd-link-color:       #333333;
--wd-link-color-hover: #242424;
color: var(--wd-text-color); }
.color-scheme-hover-light:hover {
--color-gray-400:      rgba(255, 255, 255, 0.8);
--brdcolor-gray-300:   rgba(255, 255, 255, 0.15);
--wd-text-color:       rgba(255, 255, 255, 0.8);
--wd-title-color:      #FFF;
--wd-link-color:       rgba(255, 255, 255, 0.9);
--wd-link-color-hover: #FFF;
color: var(--wd-text-color); }
.color-primary {
color: var(--wd-primary-color); }
.color-alt {
color: var(--wd-alternative-color); }
.color-black {
color: #000; }
.color-white {
color: #FFF; }
.font-text {
font-family: var(--wd-text-font); }
.font-primary {
font-family: var(--wd-title-font); }
.font-alt {
font-family: var(--wd-alternative-font);
font-style: var(--wd-alternative-font-style); }
.main-nav-style {
font-weight: var(--wd-header-el-font-weight);
font-style: var(--wd-header-el-font-style);
font-size: var(--wd-header-el-font-size);
font-family: var(--wd-header-el-font);
text-transform: var(--wd-header-el-transform); }
.main-nav-style .color-primary {
color: var(--wd-primary-color); }
.whb-color-light .main-nav-style .color-primary {
color: var(--wd-link-color); }
.whb-color-light .main-nav-style .color-primary:hover {
color: var(--wd-link-color-hover); }
.clear {
clear: both;
width: 100%; }
.cursor-pointer {
cursor: pointer; }
.wd-fill {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wd-display-none {
display: none !important; }
.set-mb-s {
--margin-bottom: 10px; }
.set-mb-s > * {
margin-bottom: var(--margin-bottom); }
.set-mb-m {
--margin-bottom: 15px; }
.set-mb-m > * {
margin-bottom: var(--margin-bottom); }
.set-cont-mb-s {
--wd-tags-margin-bottom: 10px; }
.reset-last-child > *:last-child {
margin-bottom: 0; }
.wd-spacing-0 {
margin-right: 0px;
margin-left: 0px; }
.wd-spacing-0 > [class*="col"] {
margin-bottom: 0px;
padding-right: 0px;
padding-left: 0px; }
.wd-spacing-2 {
margin-right: -1px;
margin-left: -1px; }
.wd-spacing-2 > [class*="col"] {
margin-bottom: 2px;
padding-right: 1px;
padding-left: 1px; }
.wd-spacing-6 {
margin-right: -3px;
margin-left: -3px; }
.wd-spacing-6 > [class*="col"] {
margin-bottom: 6px;
padding-right: 3px;
padding-left: 3px; }
.wd-spacing-10 {
margin-right: -5px;
margin-left: -5px; }
.wd-spacing-10 > [class*="col"] {
margin-bottom: 10px;
padding-right: 5px;
padding-left: 5px; }
.wd-spacing-20 {
margin-right: -10px;
margin-left: -10px; }
.wd-spacing-20 > [class*="col"] {
margin-bottom: 20px;
padding-right: 10px;
padding-left: 10px; }
.wd-spacing-30 {
margin-right: -15px;
margin-left: -15px; }
.wd-spacing-30 > [class*="col"] {
margin-bottom: 30px;
padding-right: 15px;
padding-left: 15px; }
.wd-columns-1 > div {
flex: 0 0 100%;
max-width: 100%;
width: 100%; }
.wd-columns-2 > div {
flex: 0 0 50%;
max-width: 50%;
width: 50%; }
.wd-columns-3 > div {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
width: 33.3333333333%; }
.wd-columns-4 > div {
flex: 0 0 25%;
max-width: 25%;
width: 25%; }
.wd-columns-5 > div {
flex: 0 0 20%;
max-width: 20%;
width: 20%; }
.wd-columns-6 > div {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
width: 16.6666666667%; }
.is_stuck {
z-index: 2; }
.wd-bg-position-top {
background-position: center top; }
.wd-bg-position-bottom {
background-position: center bottom; }
.wd-bg-position-left {
background-position: left center; }
.wd-bg-position-right {
background-position: right center; }
.wd-bg-position-center {
background-position: center; }
body .wd-bg-left-top {
background-position: left top !important; }
body .wd-bg-left-center {
background-position: left center !important; }
body .wd-bg-left-bottom {
background-position: left bottom !important; }
body .wd-bg-right-top {
background-position: right top !important; }
body .wd-bg-right-center {
background-position: right center !important; }
body .wd-bg-right-bottom {
background-position: right bottom !important; }
body .wd-bg-center-top {
background-position: center top !important; }
body .wd-bg-center-center {
background-position: center center !important; }
body .wd-bg-center-bottom {
background-position: center bottom !important; }
body [class*="wd-bg-"] > .vc_column-inner {
background-position: inherit !important; }
.position-relative {
position: relative; }
.z-index-10 {
z-index: 10; }
.z-index-h {
z-index: 35; }
.z-index-100 {
z-index: 100; }
.z-index-1000 {
z-index: 1000; }
.parallax-bg {
background-attachment: fixed !important; }
.opacity-video-bg .vc_video-bg {
opacity: .6; }
.title-uppercase {
text-transform: uppercase; }
.add-border {
border-bottom: 1px solid; }
.border-width-1 {
border-width: 1px; }
.border-width-2 {
border-width: 2px; }
.border-width-3 {
border-width: 3px; }
.border-width-4 {
border-width: 4px; }
.border-color-primary {
border-color: var(--wd-primary-color); }
.border-color-alternative {
border-color: var(--wd-alternative-color); }
.box-shadow-style-1 {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.box-shadow-style-2 {
box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5); }
.box-shadow-style-3 {
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1); }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important; }
.wd-font-weight-100 {
font-weight: 100 !important; }
.wd-font-weight-200 {
font-weight: 200 !important; }
.wd-font-weight-300 {
font-weight: 300 !important; }
.wd-font-weight-400 {
font-weight: 400 !important; }
.wd-font-weight-500 {
font-weight: 500 !important; }
.wd-font-weight-600 {
font-weight: 600 !important; }
.wd-font-weight-700 {
font-weight: 700 !important; }
.wd-font-weight-800 {
font-weight: 800 !important; }
.wd-font-weight-900 {
font-weight: 900 !important; }
.wd-width-10 {
max-width: 10%; }
.wd-width-20 {
max-width: 20%; }
.wd-width-30 {
max-width: 30%; }
.wd-width-40 {
max-width: 40%; }
.wd-width-50 {
max-width: 50%; }
.wd-width-60 {
max-width: 60%; }
.wd-width-70 {
max-width: 70%; }
.wd-width-80 {
max-width: 80%; }
.wd-width-90 {
max-width: 90%; }
.wd-wpb {
margin-bottom: 30px; }
@keyframes wd-rotate {
100% {
transform: rotate(360deg); } }
@keyframes wd-fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes wd-fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes wd-fadeInBottomShort {
from {
transform: translate3d(0, 20px, 0); }
to {
transform: none; } }
@keyframes wd-ShakePrev {
25% {
transform: translate3d(0px, 0, 0); }
50% {
transform: translate3d(3px, 0, 0); }
75% {
transform: translate3d(-3px, 0, 0); } }
@keyframes wd-ShakeNext {
25% {
transform: translate3d(0px, 0, 0); }
50% {
transform: translate3d(-3px, 0, 0); }
75% {
transform: translate3d(3px, 0, 0); } }
@keyframes wd-FadeInLoader {
from {
opacity: 0; }
to {
opacity: .8; } }
@keyframes wd-SlideFromTop {
from {
transform: translateY(-150px); }
to {
transform: none; } }
@keyframes wd-SlideFromBottom {
from {
transform: translateY(150px); }
to {
transform: none; } }
@keyframes wd-SlideFromLeft {
from {
transform: translateX(-150px); }
to {
transform: none; } }
@keyframes wd-SlideFromRight {
from {
transform: translateX(150px); }
to {
transform: none; } }
@keyframes wd-RightFlipY {
from {
transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6); }
to {
transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); } }
@keyframes wd-LeftFlipY {
from {
transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6); }
to {
transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); } }
@keyframes wd-TopFlipX {
from {
transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
to {
transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }
@keyframes wd-BottomFlipX {
from {
transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
to {
transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }
@keyframes wd-ZoomIn {
from {
transform: scale(0.7); }
to {
transform: none; } }
@keyframes wd-RotateZ {
from {
transform: matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085); }
to {
transform: none; } }
table {
margin-bottom: 35px;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
line-height: 1.4; }
table th {
padding: 15px 10px;
border-bottom: 2px solid #EFEFEF;
color: var(--wd-title-color);
text-transform: uppercase;
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-size: 16px;
font-family: var(--wd-title-font); }
table td {
padding: 15px 12px;
border-bottom: 1px solid #E6E6E6; }
table tbody th,
table tfoot th {
border-bottom: 1px solid #E6E6E6;
text-transform: none;
font-size: 14px; }
[class*="color-scheme-light"] table th {
border-color: rgba(255, 255, 255, 0.15); }
[class*="color-scheme-light"] table td {
border-color: rgba(255, 255, 255, 0.15); }
[class*="color-scheme-light"] table tbody th,
[class*="color-scheme-light"] table tfoot th {
border-color: rgba(255, 255, 255, 0.15); }
.table-bordered-style th,
.table-bordered-style td {
border: 1px solid #EFEFEF; }
[class*="color-scheme-light"] .table-bordered-style th,
[class*="color-scheme-light"] .table-bordered-style td {
border-color: rgba(255, 255, 255, 0.4); }
.responsive-table {
overflow-x: auto;
margin-bottom: 35px; }
.responsive-table table {
margin-bottom: 0; }
.responsive-table .responsive-table {
overflow-x: visible;
margin-bottom: 0; }
input[type='email'],
input[type='search'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='text'],
input[type='password'],
textarea,
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
padding: 0 15px;
max-width: 100%;
width: 100%;
height: 42px;
border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
border-radius: var(--wd-form-brd-radius);
color: var(--wd-form-color);
background-color: var(--wd-form-bg);
box-shadow: none;
vertical-align: middle;
font-size: 14px;
transition: border-color .5s ease; }
input[type='email']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
outline: none;
border-color: var(--wd-form-brd-color-focus);
transition: border-color .4s ease; }
::-webkit-input-placeholder {
color: var(--wd-form-placeholder-color); }
::-moz-placeholder {
color: var(--wd-form-placeholder-color); }
:-moz-placeholder {
color: var(--wd-form-placeholder-color); }
:-ms-input-placeholder {
color: var(--wd-form-placeholder-color); }
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0; }
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
margin-top: 0;
margin-right: 5px;
padding: 0;
vertical-align: middle; }
input[type="search"] {
box-sizing: content-box;
-webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
input[type="number"] {
padding: 0;
text-align: center; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="date"]::-webkit-inner-spin-button {
display: none; }
input[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0; }
input[type="date"]::-webkit-clear-button {
position: relative;
right: 5px;
width: 30px;
opacity: .4;
filter: grayscale(100%); }
html:not(.browser-Firefox) input[type="date"] {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='rgba(0, 0, 0, 0.3)' data-name='calendar' width='24' height='24' viewBox='0 0 236 220'><path d='M211.6 24H184V10a10 10 0 0 0-20 0v14H72V10a10 10 0 0 0-20 0v14H24.4C10.95 24 0 35.5 0 49.64v144.72C0 208.5 10.95 220 24.4 220h187.2c13.45 0 24.4-11.5 24.4-25.64V49.64C236 35.5 225.05 24 211.6 24zM24.4 44H52v10a10 10 0 0 0 20 0V44h92v10a10 10 0 0 0 20 0V44h27.6c2.38 0 4.4 2.59 4.4 5.64V80H20V49.64c0-3.05 2-5.64 4.4-5.64zm187.2 156H24.4c-2.38 0-4.4-2.59-4.4-5.64V100h196v94.36c0 3.05-2 5.64-4.4 5.64z'/></svg>");
background-position: right 15px top 50%;
background-size: auto 15px;
background-repeat: no-repeat; }
html:not(.browser-Firefox) [class*="color-scheme-light"] input[type='date'] {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' id='calendar' fill='rgba(255, 255, 255, 0.6)' data-name='calendar' width='24' height='24' viewBox='0 0 236 220'>  <title>cal</title>  <path d='M211.6,24H184V10a10,10,0,0,0-20,0V24H72V10a10,10,0,0,0-20,0V24H24.4C10.95,24,0,35.5,0,49.64V194.36C0,208.5,10.95,220,24.4,220H211.6c13.45,0,24.4-11.5,24.4-25.64V49.64C236,35.5,225.05,24,211.6,24ZM24.4,44H52V54a10,10,0,0,0,20,0V44h92V54a10,10,0,0,0,20,0V44h27.6c2.38,0,4.4,2.59,4.4,5.64V80H20V49.64C20,46.59,22,44,24.4,44ZM211.6,200H24.4c-2.38,0-4.4-2.59-4.4-5.64V100H216v94.36C216,197.41,214,200,211.6,200Z'/></svg>"); }
textarea {
overflow: auto;
padding: 10px 15px;
min-height: 190px; }
select {
padding-right: 30px;
background-position: right 10px top 50%;
background-size: auto 18px;
background-repeat: no-repeat; }
select::-ms-expand {
display: none; }
input:-webkit-autofill {
border-color: #E6E6E6;
-webkit-box-shadow: 0 0 0 1000px #FFF inset;
-webkit-text-fill-color: #777; }
input:focus:-webkit-autofill {
border-color: #D9D9D9; }
[class*="color-scheme-light"] select option {
background-color: #101010; }
[class*="color-scheme-light"] input[type="date"]::-webkit-clear-button {
opacity: .6;
filter: grayscale(100%) invert(100%) saturate(800%); }
.form-style-underlined label {
margin-bottom: -5px; }
.form-style-underlined input[type='email'],
.form-style-underlined input[type='date'],
.form-style-underlined input[type='search'],
.form-style-underlined input[type='number'],
.form-style-underlined input[type='text'],
.form-style-underlined input[type='tel'],
.form-style-underlined input[type='url'],
.form-style-underlined input[type='password'],
.form-style-underlined select,
.form-style-underlined textarea {
padding: 0 2px;
border-top-style: none;
border-right-style: none;
border-left-style: none; }
.form-style-underlined select {
background-position: right 0 top 50%; }
.form-style-underlined textarea {
padding-top: 12px;
padding-bottom: 12px;
min-height: 80px; }
.form-style-underlined .wd-with-cat .wd-search-cat > a {
height: auto; }
.form-style-underlined .wd-search-full-screen input[type="text"] {
padding-right: 0; }
.form-style-underlined .wd-search-dropdown input[type="text"] {
padding-left: 15px; }
.form-style-underlined .wd-pf-title {
padding-left: 0;
padding-right: 30px;
border-top: none;
border-right: none;
border-left: none; }
.form-style-underlined .wd-pf-title:after {
right: 7px; }
.form-style-underlined .comment-form-comment {
margin-bottom: 30px; }
.form-style-underlined .wd-dropdown-register .form-row-username,
.form-style-underlined .wd-dropdown-register .form-row-password {
margin-bottom: 25px; }
select, body .select2-container--default .select2-selection--single .select2-selection__arrow {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg=="); }
[class*="color-scheme-light"] select, .global-color-scheme-light body .select2-container--default .select2-selection--single .select2-selection__arrow {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+"); }
.btn,
.button,
button,
.added_to_cart,
[type="submit"],
[type="button"] {
padding: 12px 20px;
font-size: 13px;
line-height: 18px;
background-color: #F3F3F3;
color: #3E3E3E;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
outline: none;
border-width: 0;
border-style: solid;
border-color: transparent;
border-radius: 0;
box-shadow: none;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
letter-spacing: .3px;
font-weight: 600;
cursor: pointer;
transition: color .25s ease, 
background-color .25s ease, 
border-color .25s ease, 
box-shadow .25s ease, 
opacity .25s ease; }
.btn:hover,
.button:hover,
button:hover,
.added_to_cart:hover,
[type="submit"]:hover,
[type="button"]:hover {
color: #3E3E3E;
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
.btn:hover,
.button:hover,
button:hover,
.added_to_cart:hover,
[type="submit"]:hover,
[type="button"]:hover {
text-decoration: none; }
.btn:focus,
.button:focus,
button:focus,
.added_to_cart:focus,
[type="submit"]:focus,
[type="button"]:focus {
outline: none; }
button[disabled],
input[disabled] {
opacity: 0.6 !important;
cursor: default; }
.wd-loader:after {
content: "";
display: inline-block;
width: 30px;
height: 30px;
border: 1px solid #BBB;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle; }
[class*="color-scheme-light"] .wd-loader:after {
border-color: rgba(255, 255, 255, 0.15);
border-left-color: #FFF; }
.wd-sticky-loader {
position: relative;
display: none;
text-align: center; }
.wd-sticky-loader .wd-loader {
position: absolute;
top: 55px;
margin-left: -15px; }
.browser-Internet .wd-sticky-loader .wd-loader {
left: 50%; }
.wd-sticky-loader.wd-position-stick .wd-loader {
position: fixed;
top: 50%;
margin-top: -15px; }
.wd-sticky-loader.wd-position-bottom {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wd-sticky-loader.wd-position-bottom .wd-loader {
top: auto;
bottom: 85px; }
.ajax-loading .wd-sticky-loader {
display: block;
animation: wd-fadeIn 1s ease; }
.ajax-loading .wd-sticky-loader .wd-loader:after {
animation: wd-rotate 450ms infinite linear; }
.wd-portfolio-holder[data-source="main_loop"], .products[data-source="main_loop"] {
transition: all .25s ease; }
.ajax-loading .wd-portfolio-holder[data-source="main_loop"], .ajax-loading .products[data-source="main_loop"] {
opacity: 0;
transform: translateY(30px);
pointer-events: none; }
.ajax-loaded .wd-portfolio-holder[data-source="main_loop"], .ajax-loaded .products[data-source="main_loop"] {
animation: wd-fadeIn .3s ease; }
.wd-scroll-content {
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
max-height: 50vh;
scrollbar-width: thin; }
.wd-dropdown {
position: absolute;
top: 100%;
left: 0;
z-index: 380;
margin: 15px 0 0;
background-color: #FFF;
background-position: bottom right;
background-clip: border-box;
background-repeat: no-repeat;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
text-align: left; }
.wd-dropdown:after {
content: "";
position: absolute;
right: 0;
bottom: 100%;
left: 0;
height: 15px; }
.wd-dropdown-search-cat, .whb-col-right .wd-search-dropdown, .whb-col-right .wd-dropdown-cart, .whb-col-right .wd-dropdown-my-account, .whb-col-right .wd-dropdown-register {
right: 0;
left: auto; }
.wd-nav-vertical .wd-dropdown-menu, .wd-nav-product-cat .wd-dropdown {
margin: 0; }
.wd-nav-vertical .wd-dropdown-menu:after, .wd-nav-product-cat .wd-dropdown:after {
height: auto; }
.wd-dropdown-results, .wd-header-nav.wd-full-height .wd-nav > li > .wd-dropdown-menu, .wd-dropdown-cats, .wd-dropdown-cats .wd-dropdown-menu {
margin: 0 !important; }
.wd-dropdown-results:after, .wd-header-nav.wd-full-height .wd-nav > li > .wd-dropdown-menu:after, .wd-dropdown-cats:after, .wd-dropdown-cats .wd-dropdown-menu:after {
width: auto !important;
height: auto !important; }
.wd-dropdown.color-scheme-light,
.color-scheme-light .wd-dropdown, .wd-dropdown-menu.wd-design-default.color-scheme-light .wd-dropdown {
background-color: #101010; }
.wd-dropdown, .whb-sticky-real.whb-sticked .wd-header-cats:not(:hover) .wd-dropdown-cats.wd-opened {
visibility: hidden;
opacity: 0;
transition: opacity .2s ease,
visibility .2s ease,
transform .2s ease;
transform: translateY(15px) translateZ(0);
pointer-events: none; }
.wd-event-hover:hover > .wd-dropdown,
.wd-event-click.wd-opened > .wd-dropdown, .wd-dropdown.wd-opened, .wd-dropdown-register[class*="wd-active"] {
visibility: visible;
opacity: 1;
transform: none;
pointer-events: visible;
pointer-events: unset; }
.wpb-js-composer .wd-dropdown-menu > .container > p {
display: none; }
.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height) > .wd-dropdown-menu {
min-height: 400px; }
.dropdowns-loaded .dropdown-load-ajax > .wd-dropdown-menu > .container {
animation: wd-fadeIn .3s ease; }
.dropdown-html-placeholder {
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.6); }
.dropdown-html-placeholder:after {
content: "";
display: inline-block;
width: 32px;
height: 32px;
border: 1px solid #BBB;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle; }
.dropdowns-loading .dropdown-html-placeholder:after {
animation: wd-rotate 450ms infinite linear; }
.color-scheme-light .dropdown-html-placeholder {
background-color: rgba(0, 0, 0, 0.6); }
.color-scheme-light .dropdown-html-placeholder:after {
border-color: rgba(255, 255, 255, 0.15);
border-left-color: #FFF; }
.wd-dropdown-menu.wd-design-default,
.wd-dropdown-menu.wd-design-default .wd-dropdown {
padding: 12px 20px;
width: 220px; }
.wd-dropdown-menu.wd-design-default > .container {
padding: 0;
width: auto; }
.wd-dropdown-menu.wd-design-default .wd-dropdown {
top: 0;
left: 100%;
margin: 0 0 0 20px; }
.wd-dropdown-menu.wd-design-default .wd-dropdown:after {
top: 0;
right: 100%;
bottom: 0;
left: auto;
width: 20px;
height: auto; }
.wd-dropdown-menu.wd-design-default .menu-item-has-children > a:after {
margin-left: auto;
color: rgba(82, 82, 82, 0.45);
font-weight: 600;
font-size: 55%;
line-height: 1;
font-family: "woodmart-font";
content: "\f113"; }
.wd-dropdown-menu.wd-design-default.color-scheme-light .menu-item-has-children > a:after {
color: rgba(255, 255, 255, 0.6); }
.wd-dropdown-menu.wd-design-sized .wd-sub-menu > li, .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li {
width: 200px;
margin-bottom: 25px; }
.wd-dropdown-menu.wd-design-sized .vc_row .wd-sub-menu > li, .wd-dropdown-menu.wd-design-full-width .vc_row .wd-sub-menu > li {
width: auto; }
.wd-dropdown-menu.wd-design-sized, .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
padding: 30px 35px 0 35px; }
.wd-dropdown-menu.wd-design-sized > .container, .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width > .container {
padding: 0;
width: auto; }
.wd-dropdown-menu.wd-design-full-width {
padding-top: 30px;
width: 100vw; }
.platform-Windows .wd-dropdown-menu.wd-design-full-width {
padding-left: 17px; }
.wd-side-hidden.color-scheme-light {
background-color: #101010; }
.widget-heading {
display: flex;
flex: 0 0 auto;
align-items: center;
flex-direction: row;
justify-content: flex-end;
padding: 20px 15px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.widget-heading .widget-title {
flex: 1 1 auto;
margin-bottom: 0;
font-size: 20px; }
.widget-heading .close-side-widget {
flex: 0 0 auto;
text-transform: uppercase; }
.widget-heading .close-side-widget > a {
height: 25px; }
[class*="color-scheme-light"] .widget-heading {
border-color: rgba(255, 255, 255, 0.15); }
.wd-side-hidden {
position: fixed;
top: 0;
bottom: 0;
z-index: 500;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
width: 340px;
background-color: #FFF;
transition: transform .25s ease; }
.wd-side-hidden.wd-left {
right: auto;
left: 0;
transform: translate3d(-100%, 0, 0); }
.wd-side-hidden.wd-right {
right: 0;
left: auto;
transform: translate3d(100%, 0, 0); }
.wd-side-hidden.wd-opened {
transform: none; }
@media (max-width: 350px) {
.wd-side-hidden {
width: 270px !important; } }
.wd-sub-menu {
--sub-menu-color:       #848484;
--sub-menu-color-hover: var(--wd-primary-color); }
.wd-sub-menu li {
position: relative; }
.wd-sub-menu li a {
position: relative;
display: flex;
align-items: center;
padding-top: 8px;
padding-bottom: 8px;
color: var(--sub-menu-color);
font-size: 14px;
line-height: 1.3; }
.wd-sub-menu li a .wd-nav-icon {
margin-right: 7px;
font-size: 115%; }
.wd-sub-menu li a .menu-label {
position: relative;
margin-top: -20px;
align-self: flex-start; }
.wd-sub-menu li a:hover {
color: var(--sub-menu-color-hover); }
[class*="color-scheme-light"] .wd-sub-menu {
--sub-menu-color:       rgba(255, 255, 255, 0.6);
--sub-menu-color-hover: #FFF; }
.widget .wd-sub-menu {
--li-mb: 0; }
.widget .wd-sub-menu ul {
--li-mb: 0; }
.wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a, .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a, .wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu > li > a, .wd-dropdown-fs-menu.wd-design-full-width .wd-sub-menu > li > a, .mega-menu-list > li > a {
--sub-menu-color:       #333333;
--sub-menu-color-hover: var(--wd-primary-color);
text-transform: uppercase;
font-weight: 600; }
.wd-dropdown-menu.wd-design-sized.color-scheme-light .wd-sub-menu > li > a, .wd-dropdown-menu.wd-design-full-width.color-scheme-light .wd-sub-menu > li > a, .wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu > li > a, .wd-dropdown-fs-menu.wd-design-full-width .wd-sub-menu > li > a, [class*="color-scheme-light"] .mega-menu-list > li > a {
--sub-menu-color:       #FFF;
--sub-menu-color-hover: rgba(255, 255, 255, 0.6); }
.searchform {
--wd-submit-color:       #777;
--wd-submit-color-hover: #333333;
--wd-loader-ring-brd-color:  #BBB;
--wd-loader-highlight-brd-color:  #000;
--wd-search-cat-color: #777;
--wd-search-cat-brd-color: var(--wd-form-brd-color);
position: relative; }
.searchform input[type="text"] {
padding-right: 50px;
height: 46px;
font-size: 15px; }
.searchform input[type="text"]::-ms-clear {
display: none; }
.searchform .searchsubmit {
position: absolute;
top: 0;
right: 2px;
bottom: 0;
padding: 0;
width: 50px;
border: none;
background-color: transparent;
box-shadow: none;
color: var(--wd-submit-color);
font-weight: 400;
font-size: 0; }
.searchform .searchsubmit:hover {
color: var(--wd-submit-color-hover); }
.searchform .searchsubmit:after,
.searchform .searchsubmit img {
font-size: 20px;
transition: opacity .2s ease;
content: "\f130";
font-family: "woodmart-font"; }
.searchform .searchsubmit img {
max-width: 24px; }
.searchform .searchsubmit:before {
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
opacity: 0;
transition: opacity .1s ease;
content: "";
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid var(--wd-loader-ring-brd-color);
border-left-color: var(--wd-loader-highlight-brd-color);
border-radius: 50%;
vertical-align: middle; }
.searchform .searchsubmit.wd-with-img:after {
content: none; }
.searchform .searchsubmit.wd-with-img:hover {
opacity: .6; }
.searchform.search-loading .searchsubmit:before {
opacity: 1;
transition-duration: .2s;
animation: wd-rotate 450ms infinite linear; }
.searchform.search-loading .searchsubmit:after,
.searchform.search-loading .searchsubmit img {
opacity: 0;
transition-duration: .1s; }
[class*="color-scheme-light"] .searchform {
--wd-submit-color:       #FFF;
--wd-submit-color-hover: rgba(255,255,255,.8);
--wd-loader-ring-brd-color:  rgba(255,255,255,.4);
--wd-loader-highlight-brd-color:  #FFF; }
.wd-search-cat {
display: flex;
align-items: center;
position: absolute;
top: var(--wd-form-brd-width);
right: 52px;
bottom: var(--wd-form-brd-width); }
.wd-search-cat > a {
display: flex;
align-items: center;
padding-right: 15px;
padding-left: 15px;
width: 172px;
height: 100%;
border-right: 1px solid var(--wd-search-cat-brd-color);
border-left: 1px solid var(--wd-search-cat-brd-color);
color: var(--wd-search-cat-color);
text-transform: uppercase;
font-size: 13px; }
.wd-search-cat > a > span {
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap; }
.wd-search-cat > a:after {
margin-left: 8px;
font-weight: 600;
font-size: 8px;
content: "\f129";
font-family: "woodmart-font"; }
.wd-dropdown-search-cat {
margin: var(--wd-form-brd-width) 0 0 !important; }
.wd-dropdown-search-cat:after {
height: var(--wd-form-brd-width) !important; }
.wd-dropdown-search-cat.wd-design-default {
width: 190px; }
.wd-dropdown-search-cat .current-item > a {
--sub-menu-color: #333333;
font-weight: 600; }
.wd-dropdown-search-cat .children li a {
padding-left: 20px; }
.color-scheme-light .wd-dropdown-search-cat .current-item > a, .wd-dropdown-search-cat.color-scheme-light .current-item > a {
--sub-menu-color: #FFF; }
.wpb-js-composer .wd-el-search {
margin-bottom: 35px; }
.wd-el-search.wd-color-light .searchform, .whb-color-light .searchform.wd-style-default {
--wd-form-brd-color:      rgba(255, 255, 255, .2);
--wd-form-brd-color-focus:rgba(255, 255, 255, .3);
--wd-form-color:          rgba(255, 255, 255, 0.8);
--wd-submit-color:        #FFF;
--wd-submit-color-hover:  rgba(255, 255, 255, .8);
--wd-loader-ring-brd-color:   rgba(255,255,255,.4);
--wd-loader-highlight-brd-color:   #FFF;
--wd-search-cat-color: rgba(255, 255, 255, 0.8);
--wd-search-cat-brd-color: var(--wd-form-brd-color); }
.wd-el-search.wd-color-dark .searchform, .whb-color-dark .searchform.wd-style-default {
--wd-form-brd-color:       rgba(129, 129, 129, .20);
--wd-form-brd-color-focus: rgba(129, 129, 129, .30);
--wd-form-color:             #777777;
--wd-form-placeholder-color: var(--wd-form-color);
--wd-submit-color:           #777;
--wd-submit-color-hover:     #777;
--wd-loader-ring-brd-color:     #BBB;
--wd-loader-highlight-brd-color:     #000;
--wd-search-cat-color: #777;
--wd-search-cat-brd-color: var(--wd-form-brd-color); }
.search-results-wrapper {
position: relative; }
.wd-dropdown-results {
right: calc((var(--wd-form-brd-radius) / 1.5));
left: calc((var(--wd-form-brd-radius) / 1.5)); }
.autocomplete-suggestions {
display: flex;
flex-wrap: wrap;
margin-top: -1px;
margin-right: -1px; }
.autocomplete-suggestion {
display: flex;
flex: 1 1 285px;
padding: 15px;
border-top: 1px solid;
border-right: 1px solid;
border-color: rgba(119, 119, 119, 0.2);
cursor: pointer;
line-height: 1;
transition: all .25s ease; }
.autocomplete-suggestion .suggestion-thumb {
flex: 0 0 auto;
margin-right: 15px;
max-width: 65px; }
.autocomplete-suggestion .wd-entities-title {
font-size: 14px; }
.autocomplete-suggestion .wd-entities-title strong {
text-decoration: underline; }
.autocomplete-suggestion .suggestion-sku {
font-size: 12px; }
.autocomplete-suggestion.suggestion-divider {
flex-basis: 100% !important;
width: 100%;
background-color: #F9F9F9;
cursor: default; }
.autocomplete-suggestion.suggestion-divider h5 {
margin-bottom: 0;
text-transform: uppercase; }
.autocomplete-suggestion:hover, .autocomplete-suggestion.autocomplete-selected {
background-color: #F9F9F9; }
[class*="color-scheme-light"] .autocomplete-suggestion {
border-color: rgba(255, 255, 255, 0.15); }
[class*="color-scheme-light"] .autocomplete-suggestion.suggestion-divider {
background-color: rgba(0, 0, 0, 0.3); }
[class*="color-scheme-light"] .autocomplete-suggestion:hover, [class*="color-scheme-light"] .autocomplete-suggestion.autocomplete-selected {
background-color: rgba(0, 0, 0, 0.3); }
.view-all-results {
flex: 1 1 100%;
height: 50px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: rgba(119, 119, 119, 0.2);
color: #333;
text-align: center;
text-transform: uppercase;
font-weight: 600;
line-height: 50px;
cursor: pointer;
transition: all .25s ease; }
.view-all-results:hover {
background-color: #F9F9F9; }
[class*="color-scheme-light"] .view-all-results {
color: #FFF;
border-color: rgba(255, 255, 255, 0.15); }
[class*="color-scheme-light"] .view-all-results:hover {
background-color: rgba(0, 0, 0, 0.9); }
.create-nav-msg a {
font-weight: 600; }
.wd-nav-img, .mega-menu-list img {
display: inline-block;
margin-right: 7px;
max-height: 18px;
width: auto !important; }
picture.wd-nav-img img {
max-height: 18px; }
.wd-nav {
display: inline-flex;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
text-align: left; }
.wd-nav > li {
position: relative; }
.wd-nav > li > a {
position: relative;
display: flex;
align-items: center;
flex-direction: row;
padding-right: 10px;
padding-left: 10px;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
line-height: 1.2; }
.wd-nav > li > a .wd-nav-icon {
margin-right: 7px;
font-size: 115%; }
.wd-nav > li > a .menu-label {
left: calc(100% - 30px);
margin-left: 0; }
.wd-nav > li.wd-has-children > a:after, .wd-nav > li.menu-item-has-children > a:after {
margin-left: 4px;
font-weight: normal;
font-style: normal;
font-size: 50%;
content: "\f129";
font-family: "woodmart-font"; }
.wd-nav-opener {
--nav-opener-color: #2d2a2a;
--nav-opener-color-hover: var(--nav-opener-color);
--nav-opener-color-active: rgba(45, 42, 42, 0.8);
position: relative;
z-index: 1;
display: inline-flex;
flex: 0 0 auto;
align-items: center;
justify-content: center;
width: 50px;
color: var(--nav-opener-color);
cursor: pointer;
transition: color .25s ease,
background-color .25s ease;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.wd-nav-opener:after {
font-weight: 700;
font-size: 12px;
transition: transform .25s ease;
content: "\f113";
font-family: "woodmart-font"; }
.wd-nav-opener:hover {
color: var(--nav-opener-color-hover); }
.wd-nav-opener.wd-active {
color: var(--nav-opener-color-active); }
.wd-nav-opener.wd-active:after {
transform: rotate(90deg); }
.color-scheme-light .wd-nav-opener {
--nav-opener-color: white;
--nav-opener-color-active: rgba(255, 255, 255, 0.8)
; }
.wd-nav[class*="wd-style-"] {
--nav-color: #333333;
--nav-color-hover: rgba(51, 51, 51, 0.7);
--nav-color-active: rgba(51, 51, 51, 0.7);
--nav-chevron-color: rgba(82, 82, 82, .45); }
.wd-nav[class*="wd-style-"] > li > a {
color: var(--nav-color); }
.wd-nav[class*="wd-style-"] > li:hover > a {
color: var(--nav-color-hover); }
.wd-nav[class*="wd-style-"] > li.current-menu-item > a, .wd-nav[class*="wd-style-"] > li.wd-active > a {
color: var(--nav-color-active); }
.wd-nav[class*="wd-style-"] > li.wd-has-children > a:after, .wd-nav[class*="wd-style-"] > li.menu-item-has-children > a:after {
color: var(--nav-chevron-color); }
.color-scheme-light .wd-nav[class*="wd-style-"],
.whb-color-light .wd-nav[class*="wd-style-"] {
--nav-color: #FFF;
--nav-color-hover: rgba(255, 255, 255, 0.8);
--nav-color-active: #FFF;
--nav-chevron-color: rgba(255, 255, 255, 0.6); }
.wd-nav.wd-style-default {
--nav-color-hover: var(--wd-primary-color);
--nav-color-active: var(--wd-primary-color); }
.wd-nav.wd-style-bordered > li, .wd-nav.wd-style-separated > li {
display: flex;
flex-direction: row; }
.wd-nav.wd-style-bordered > li:not(:last-child):after, .wd-nav.wd-style-separated > li:not(:last-child):after {
content: "";
border-right: 1px solid rgba(129, 129, 129, 0.2); }
.whb-color-light .wd-nav.wd-style-bordered > li:not(:last-child):after, .whb-color-light .wd-nav.wd-style-separated > li:not(:last-child):after {
border-color: rgba(255, 255, 255, 0.25); }
.wd-nav.wd-style-separated > li {
align-items: center; }
.wd-nav.wd-style-separated > li:not(:last-child):after {
height: 18px; }
.wd-nav.wd-style-bordered > li {
align-items: stretch; }
.wd-nav.wd-style-underline .nav-link-text, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text, .wd-products-tabs.tabs-design-default .products-tabs-title .tab-label, .wd-products-tabs.tabs-design-alt .products-tabs-title .tab-label {
line-height: 1.2;
position: relative;
display: inline-block;
padding-top: 1px;
padding-bottom: 1px; }
.wd-nav.wd-style-underline .nav-link-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after, .wd-products-tabs.tabs-design-default .products-tabs-title .tab-label:after, .wd-products-tabs.tabs-design-alt .products-tabs-title .tab-label:after, .wd-checkout-steps li span:after {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 2px;
transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
background-color: var(--wd-primary-color); }
.wd-nav.wd-style-underline > li:hover > a .nav-link-text:after, .wd-nav.wd-style-underline > li.current-menu-item > a .nav-link-text:after, .wd-nav.wd-style-underline > li.wd-active > a .nav-link-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a:hover .vc_tta-title-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active .vc_tta-title-text:after, .wd-products-tabs.tabs-design-default .products-tabs-title li:hover .tab-label:after, .wd-products-tabs.tabs-design-default .products-tabs-title li.active-tab-title .tab-label:after, .wd-products-tabs.tabs-design-alt .products-tabs-title li:hover .tab-label:after, .wd-products-tabs.tabs-design-alt .products-tabs-title li.active-tab-title .tab-label:after, .wd-checkout-steps .step-active span:after {
width: 100%; }
.menu-label {
position: absolute;
bottom: 85%;
z-index: 1;
display: inline-block;
margin-left: -20px;
padding: 2px 4px;
color: #FFF;
vertical-align: middle;
text-transform: uppercase;
white-space: nowrap;
letter-spacing: .3px;
font-weight: 600;
font-size: 9px;
font-family: var(--wd-text-font);
line-height: 12px; }
.menu-label:before {
content: "";
position: absolute;
top: 100%;
left: 10px;
border: 4px solid;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
border-right-width: 7px;
border-left-width: 0; }
.menu-label-black {
background-color: #000;
color: #FFF; }
.menu-label-black:before {
border-color: #000; }
.menu-label-grey {
background-color: #ECECEC;
color: #333; }
.menu-label-grey:before {
border-color: #ECECEC; }
.menu-label-orange {
background-color: #FBBC34; }
.menu-label-orange:before {
border-color: #FBBC34; }
.menu-label-blue {
background-color: #00A1BE; }
.menu-label-blue:before {
border-color: #00A1BE; }
.menu-label-white {
background-color: #FFF;
color: #333; }
.menu-label-white:before {
border-color: #FFF; }
.menu-label-primary {
background-color: var(--wd-primary-color); }
.menu-label-primary:before {
border-color: var(--wd-primary-color); }
.menu-label-secondary {
background-color: var(--wd-alternative-color); }
.menu-label-secondary:before {
border-color: var(--wd-alternative-color); }
.menu-label-red {
background-color: #D41212; }
.menu-label-red:before {
border-color: #D41212; }
.menu-label-green {
background-color: #65B32E; }
.menu-label-green:before {
border-color: #65B32E; }
.whb-top-bar .wd-nav > li > a .menu-label,
.whb-clone .wd-nav > li > a .menu-label, .wd-nav-vertical > li > a .menu-label, .wd-nav-fs > li > a .menu-label, .wd-nav-mobile li a .menu-label {
position: static;
margin-left: 5px;
opacity: 1; }
.whb-top-bar .wd-nav > li > a .menu-label:before,
.whb-clone .wd-nav > li > a .menu-label:before, .wd-nav-vertical > li > a .menu-label:before, .wd-nav-fs > li > a .menu-label:before, .wd-nav-mobile li a .menu-label:before {
content: none; }
.wd-nav-vertical {
display: flex;
margin-right: 0;
margin-left: 0;
position: relative; }
.wd-nav-vertical > li {
flex: 1 1 100%;
max-width: 100%;
width: 100%; }
.wd-nav-vertical > li:not(:last-child) {
border-bottom: 1px solid rgba(129, 129, 129, 0.15); }
.wd-nav-vertical > li > a {
padding: 12px 18px;
line-height: 20px;
color: #333333;
font-size: 14px;
text-transform: unset; }
.wd-nav-vertical > li:hover > a {
background-color: #F9F9F9;
color: rgba(51, 51, 51, 0.9); }
.wd-nav-vertical > li.menu-mega-dropdown {
position: static; }
.wd-nav-vertical > li.menu-item-has-children > a:after {
color: rgba(82, 82, 82, 0.45);
margin-left: auto;
font-weight: 600;
font-size: 60%;
content: "\f113"; }
.wd-nav-vertical .wd-dropdown-menu {
top: 0;
left: 100%; }
.wd-nav-vertical .wd-dropdown-menu.wd-design-sized, .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
min-height: 100%; }
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
width: 800px; }
.platform-Windows .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
padding-left: 35px; }
[class*="color-scheme-light"] .wd-nav-vertical > li:not(:last-child) {
border-color: rgba(255, 255, 255, 0.15); }
[class*="color-scheme-light"] .wd-nav-vertical > li > a {
color: #FFF; }
[class*="color-scheme-light"] .wd-nav-vertical > li:hover > a {
background-color: rgba(255, 255, 255, 0.05);
color: rgba(255, 255, 255, 0.8); }
[class*="color-scheme-light"] .wd-nav-vertical > li.menu-item-has-children > a:after {
color: rgba(255, 255, 255, 0.6); }
.comment-form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px; }
.comment-form > p,
.comment-form .comment-form-images,
.comment-form .comment-form-rating {
flex: 1 1 220px;
margin-bottom: 10px;
padding-right: 10px;
padding-left: 10px; }
.comment-form .woocommerce-error,
.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .form-submit,
.comment-form .comment-form-rating,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-form-images {
flex-basis: 100%;
max-width: 100%;
width: 100%; }
.comment-form .woocommerce-error {
margin-right: 10px;
margin-left: 10px; }
.comment-form .comment-form-cookies-consent label {
display: inline; }
.comment-form .comment-notes,
.comment-form .comment-form-rating {
margin-bottom: 20px; }
.comment-form .form-submit {
margin-top: 15px; }
.comment-form .submit {
border-radius: var(--btn-accent-brd-radius);
color: var(--btn-accent-color);
box-shadow: var(--btn-accent-box-shadow);
background-color: var(--btn-accent-bgcolor); }
.comment-form .submit:hover {
color: var(--btn-accent-color-hover);
box-shadow: var(--btn-accent-box-shadow-hover);
background-color: var(--btn-accent-bgcolor-hover); }
.comment-form .submit:active {
box-shadow: var(--btn-accent-box-shadow-active);
bottom: var(--btn-accent-bottom-active); }
.comment-form-img-message:before {
margin-right: 7px;
content: "\f100";
font-family: "woodmart-font"; }
#comments .avatar,
.wd-user-panel .avatar {
flex: 1 0 auto;
margin-left: 0; }
.comments-area .comments-title,
.comments-area .comment-reply-title {
text-transform: uppercase;
font-size: 22px; }
.comments-area .comment-reply-title small {
vertical-align: middle; }
.comments-area .comment-list {
margin-bottom: 50px;
line-height: 1.6; }
.comments-area .comment {
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.comments-area .pingback {
margin-bottom: 15px; }
.comments-area .pingback .comment-body {
padding-left: 0; }
.comments-area .pingback a {
font-weight: 600; }
.comments-area .children {
margin-top: 30px; }
.comments-area #cancel-comment-reply-link {
display: inline-block;
margin-left: 10px;
vertical-align: middle;
font-size: 0; }
.comments-area #cancel-comment-reply-link:after {
font-size: 12px;
content: "\f112";
font-family: "woodmart-font"; }
.comments-area .comment-body {
position: relative;
padding-left: 95px; }
.comments-area .comment-awaiting-moderation {
position: absolute;
top: -24px;
left: 95px; }
.comments-area .comment-awaiting-moderation + br {
display: none; }
.comments-area .comment-edit-link {
display: inline-block;
margin-left: 5px;
font-size: 0; }
.comments-area .comment-edit-link:after {
vertical-align: middle;
font-size: 12px;
content: "\f116";
font-family: "woodmart-font"; }
.comments-area .comment-author {
float: left;
margin-bottom: 10px;
font-size: 16px;
line-height: 20px; }
.comments-area .comment-author:first-letter {
text-transform: uppercase; }
.comments-area .comment-author .fn {
color: #2d2a2a;
vertical-align: top;
font-weight: 600;
font-style: normal; }
.comments-area .comment-author .says {
margin-left: 3px;
vertical-align: top; }
.comments-area .comment-author img {
position: absolute;
top: 0;
left: 0;
max-width: 74px;
width: 100%;
border-radius: 50%; }
.comments-area .comment-meta {
margin-bottom: 15px;
text-align: right;
font-size: 14px;
line-height: 20px; }
.comments-area .comment-meta a {
color: #BBB;
vertical-align: middle; }
.comments-area .reply {
margin-top: 15px; }
.comments-area .reply a {
text-transform: uppercase;
font-weight: 900;
color: var(--wd-primary-color); }
.comments-area .reply a:hover {
color: var(--wd-primary-color);
opacity: .7; }
.comments-area .comment-respond {
margin-top: 30px; }
.comments-area .logged-in-as {
margin-bottom: 20px;
font-size: 0; }
.comments-area .logged-in-as > a {
color: #3f3f3f;
font-weight: 600;
font-size: 14px; }
.comments-area .logged-in-as > a:not(:last-child) {
margin-right: 12px;
padding-right: 10px;
border-right: 1px solid rgba(119, 119, 119, 0.2); }
.comments-area .logged-in-as > a:hover {
color: var(--wd-primary-color); }
.comments-area .no-comments {
color: #333;
font-weight: 600; }
.global-color-scheme-light .comments-area .comment,
.global-color-scheme-light .comments-area .children {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .comments-area .logged-in-as > a:not(:last-child) {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .comments-area .comment-author .fn {
color: #FFF; }
.global-color-scheme-light .comments-area .comment-meta a {
color: rgba(255, 255, 255, 0.6); }
.global-color-scheme-light .comments-area .logged-in-as > a {
color: rgba(255, 255, 255, 0.9); }
.global-color-scheme-light .comments-area .logged-in-as > a:hover {
color: #FFF; }
.comments-area .children, .commentlist .children {
margin-left: 30px;
border-top: 1px solid rgba(119, 119, 119, 0.2);
line-height: 1.6; }
.comments-area .children .comment:last-child, .commentlist .children .comment:last-child {
padding-bottom: 0;
border-bottom: none; }
.wd-tltp .wd-tooltip-label, .tooltip {
position: absolute;
z-index: 1070;
visibility: hidden;
text-transform: none;
letter-spacing: .3px;
font-weight: 400;
font-size: 12px;
opacity: 0;
pointer-events: none; }
.wd-tltp:hover .wd-tooltip-label, .tooltip.show {
visibility: visible;
opacity: 1;
animation: wd-fadeInTooltip .3s ease; }
.wd-tltp .wd-tooltip-label, .tooltip .tooltip-inner {
padding: 0 15px !important;
max-width: 200px;
height: 34px;
border-radius: 0;
background-color: #000;
color: #FFF;
text-align: center;
white-space: nowrap;
line-height: 34px; }
.wd-tltp .wd-tooltip-label:before, .tooltip .arrow {
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-color: transparent; }
.wd-tltp-top .wd-tooltip-label:before, .tooltip.bs-tooltip-top .arrow {
left: 50%;
border-width: 5px 5px 0;
border-top-color: #000; }
.wd-tltp-left .wd-tooltip-label, .wd-buttons[class*="wd-pos-r"] .wd-tooltip-label {
top: 50%;
right: 100%;
margin-top: -17px;
margin-right: 8px; }
.wd-tltp-left .wd-tooltip-label:before, .wd-buttons[class*="wd-pos-r"] .wd-tooltip-label:before {
top: 50%;
left: 100%;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000; }
.wd-tltp-right .wd-tooltip-label {
top: 50%;
left: 100%;
margin-top: -17px;
margin-left: 8px; }
.wd-tltp-right .wd-tooltip-label:before {
top: 50%;
right: 100%;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000; }
.wd-tltp-top .wd-tooltip-label {
bottom: 100%;
left: 50%;
transform: translateX(-50%);
margin-bottom: 8px; }
.wd-tltp-top .wd-tooltip-label:before {
top: 100%;
margin-left: -5px; }
.wd-tltp {
position: relative; }
.wd-tltp .wd-tooltip-label:before {
content: ""; }
.tooltip.bs-tooltip-top {
margin-top: -3px;
padding: 5px 0; }
.tooltip.bs-tooltip-top .arrow {
bottom: 0; }
@keyframes wd-fadeInTooltip {
from {
opacity: 0; }
to {
opacity: .9; } }
.wd-notice, div.wpcf7-response-output, .mc4wp-alert, .woocommerce-error,
.woocommerce-message,
.woocommerce-info, .dokan-alert,
.dokan-message,
.dokan-info,
.dokan-error,
.dokan-store-contact .alert-success, .yith_ywraq_add_item_product_message {
position: relative;
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 30px;
padding-left: 65px;
min-height: 60px;
border: none;
line-height: 1.3; }
.wd-notice:before, div.wpcf7-response-output:before, .mc4wp-alert:before, .woocommerce-error:before,
.woocommerce-message:before,
.woocommerce-info:before, .dokan-alert:before,
.dokan-message:before,
.dokan-info:before,
.dokan-error:before,
.dokan-store-contact .alert-success:before, .yith_ywraq_add_item_product_message:before {
position: absolute;
top: 50%;
left: 24px;
margin-top: -9px;
font-size: 18px;
line-height: 18px;
font-family: "woodmart-font"; }
.wd-notice a, div.wpcf7-response-output a, .mc4wp-alert a, .woocommerce-error a, .woocommerce-message a, .woocommerce-info a, .dokan-alert a, .dokan-message a, .dokan-info a, .dokan-error a, .dokan-store-contact .alert-success a, .yith_ywraq_add_item_product_message a {
color: #FFF;
text-decoration: underline; }
.wd-notice a:hover, div.wpcf7-response-output a:hover, .mc4wp-alert a:hover, .woocommerce-error a:hover, .woocommerce-message a:hover, .woocommerce-info a:hover, .dokan-alert a:hover, .dokan-message a:hover, .dokan-info a:hover, .dokan-error a:hover, .dokan-store-contact .alert-success a:hover, .yith_ywraq_add_item_product_message a:hover {
color: rgba(255, 255, 255, 0.8); }
.wd-notice p:last-child, div.wpcf7-response-output p:last-child, .mc4wp-alert p:last-child, .woocommerce-error p:last-child, .woocommerce-message p:last-child, .woocommerce-info p:last-child, .dokan-alert p:last-child, .dokan-message p:last-child, .dokan-info p:last-child, .dokan-error p:last-child, .dokan-store-contact .alert-success p:last-child, .yith_ywraq_add_item_product_message p:last-child {
margin-bottom: 0; }
.wd-notice .amount, div.wpcf7-response-output .amount, .mc4wp-alert .amount, .woocommerce-error .amount, .woocommerce-message .amount, .woocommerce-info .amount, .dokan-alert .amount, .dokan-message .amount, .dokan-info .amount, .dokan-error .amount, .dokan-store-contact .alert-success .amount, .yith_ywraq_add_item_product_message .amount {
color: #FFF; }
.wd-notice > *, div.wpcf7-response-output > *, .mc4wp-alert > *, .woocommerce-error > *, .woocommerce-message > *, .woocommerce-info > *, .dokan-alert > *, .dokan-message > *, .dokan-info > *, .dokan-error > *, .dokan-store-contact .alert-success > *, .yith_ywraq_add_item_product_message > * {
margin-right: 10px;
margin-left: 10px; }
.wd-notice .button, div.wpcf7-response-output .button, .mc4wp-alert .button, .woocommerce-error .button, .woocommerce-message .button, .woocommerce-info .button, .dokan-alert .button, .dokan-message .button, .dokan-info .button, .dokan-error .button, .dokan-store-contact .alert-success .button, .yith_ywraq_add_item_product_message .button,
.wd-notice .wc-backward,
div.wpcf7-response-output .wc-backward,
.mc4wp-alert .wc-backward,
.woocommerce-error .wc-backward,
.woocommerce-message .wc-backward,
.woocommerce-info .wc-backward,
.dokan-alert .wc-backward,
.dokan-message .wc-backward,
.dokan-info .wc-backward,
.dokan-error .wc-backward,
.dokan-store-contact .alert-success .wc-backward,
.yith_ywraq_add_item_product_message .wc-backward {
margin-top: 5px;
margin-bottom: 5px;
padding: 0;
border: none;
border-bottom: 2px solid #FFF;
background-color: transparent;
color: #FFF;
text-decoration: none;
text-transform: uppercase;
font-weight: 600; }
.wd-notice .button:hover, div.wpcf7-response-output .button:hover, .mc4wp-alert .button:hover, .woocommerce-error .button:hover, .woocommerce-message .button:hover, .woocommerce-info .button:hover, .dokan-alert .button:hover, .dokan-message .button:hover, .dokan-info .button:hover, .dokan-error .button:hover, .dokan-store-contact .alert-success .button:hover, .yith_ywraq_add_item_product_message .button:hover,
.wd-notice .wc-backward:hover,
div.wpcf7-response-output .wc-backward:hover,
.mc4wp-alert .wc-backward:hover,
.woocommerce-error .wc-backward:hover,
.woocommerce-message .wc-backward:hover,
.woocommerce-info .wc-backward:hover,
.dokan-alert .wc-backward:hover,
.dokan-message .wc-backward:hover,
.dokan-info .wc-backward:hover,
.dokan-error .wc-backward:hover,
.dokan-store-contact .alert-success .wc-backward:hover,
.yith_ywraq_add_item_product_message .wc-backward:hover {
background-color: transparent;
box-shadow: none;
opacity: .7; }
.wd-notice .button:focus, div.wpcf7-response-output .button:focus, .mc4wp-alert .button:focus, .woocommerce-error .button:focus, .woocommerce-message .button:focus, .woocommerce-info .button:focus, .dokan-alert .button:focus, .dokan-message .button:focus, .dokan-info .button:focus, .dokan-error .button:focus, .dokan-store-contact .alert-success .button:focus, .yith_ywraq_add_item_product_message .button:focus,
.wd-notice .wc-backward:focus,
div.wpcf7-response-output .wc-backward:focus,
.mc4wp-alert .wc-backward:focus,
.woocommerce-error .wc-backward:focus,
.woocommerce-message .wc-backward:focus,
.woocommerce-info .wc-backward:focus,
.dokan-alert .wc-backward:focus,
.dokan-message .wc-backward:focus,
.dokan-info .wc-backward:focus,
.dokan-error .wc-backward:focus,
.dokan-store-contact .alert-success .wc-backward:focus,
.yith_ywraq_add_item_product_message .wc-backward:focus {
box-shadow: none; }
.wpcf7 form.sent .wpcf7-response-output, .mc4wp-success,
.woocommerce-message,
.dokan-store-contact .alert-success,
.dokan-alert-success,
.dokan-message, .yith_ywraq_add_item_product_message {
background-color: var(--notices-success-bg);
color: var(--notices-success-color); }
.wpcf7 form.sent .wpcf7-response-output:before, .mc4wp-success:before,
.woocommerce-message:before,
.dokan-store-contact .alert-success:before,
.dokan-alert-success:before,
.dokan-message:before, .yith_ywraq_add_item_product_message:before {
content: "\f107"; }
.wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error,
.mc4wp-notice, .woocommerce-error,
.woocommerce-info, .dokan-alert-warning,
.dokan-alert-danger,
.dokan-alert-info,
.dokan-error,
.dokan-info {
background-color: var(--notices-warning-bg);
color: var(--notices-warning-color); }
.wpcf7 form:not(.sent) .wpcf7-response-output:before, .mc4wp-error:before,
.mc4wp-notice:before, .woocommerce-error:before,
.woocommerce-info:before, .dokan-alert-warning:before,
.dokan-alert-danger:before,
.dokan-alert-info:before,
.dokan-error:before,
.dokan-info:before {
content: "\f100"; }
.wd-notice.wd-info {
background-color: #4D93D1;
color: #FFF; }
.wd-notice.wd-info:before {
content: "\f100"; }
.notifications-sticky div.wpcf7-response-output, .notifications-sticky .mc4wp-alert, .notifications-sticky .woocommerce-error, .notifications-sticky .woocommerce-message, .notifications-sticky .woocommerce-info, .notifications-sticky .yith_ywraq_add_item_product_message {
position: fixed;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
margin: 0;
padding-right: 80px;
cursor: pointer;
transform: translate3d(0, 200%, 0);
animation: wd-fadeInUpBig
.35s
ease
.5s
both; }
.notifications-sticky div.wpcf7-response-output:after, .notifications-sticky .mc4wp-alert:after, .notifications-sticky .woocommerce-error:after, .notifications-sticky .woocommerce-message:after, .notifications-sticky .woocommerce-info:after, .notifications-sticky .yith_ywraq_add_item_product_message:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
background-color: rgba(0, 0, 0, 0.1);
font-weight: 600;
font-size: 14px;
cursor: pointer;
transition: background-color .25s ease;
content: "\f112";
font-family: "woodmart-font"; }
.notifications-sticky div.hidden-notice.wpcf7-response-output, .notifications-sticky .hidden-notice.mc4wp-alert, .notifications-sticky .hidden-notice.woocommerce-error, .notifications-sticky .hidden-notice.woocommerce-message, .notifications-sticky .hidden-notice.woocommerce-info, .notifications-sticky .hidden-notice.yith_ywraq_add_item_product_message {
animation: wd-fadeOutDownBig
.35s
ease
both; }
.notifications-sticky div.wpcf7-response-output:hover:after, .notifications-sticky .mc4wp-alert:hover:after, .notifications-sticky .woocommerce-error:hover:after, .notifications-sticky .woocommerce-message:hover:after, .notifications-sticky .woocommerce-info:hover:after, .notifications-sticky .yith_ywraq_add_item_product_message:hover:after {
background-color: rgba(0, 0, 0, 0.2); }
.mfp-content .mc4wp-alert, .search-no-results.woocommerce .woocommerce-info, .woocommerce-checkout .woocommerce [role="alert"], .woocommerce-form-coupon-toggle > .woocommerce-info,
.woocommerce-form-login-toggle > .woocommerce-info, .woocommerce-cart .woocommerce-notices-wrapper [role="alert"], .woocommerce-MyAccount-content .woocommerce-Message {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
flex-basis: 100%;
padding-right: 30px;
max-width: 100%;
width: 100%;
cursor: default;
transform: none;
animation: none; }
.mfp-content .mc4wp-alert:after, .search-no-results.woocommerce .woocommerce-info:after, .woocommerce-checkout .woocommerce [role="alert"]:after, .woocommerce-form-coupon-toggle > .woocommerce-info:after,
.woocommerce-form-login-toggle > .woocommerce-info:after, .woocommerce-cart .woocommerce-notices-wrapper [role="alert"]:after, .woocommerce-MyAccount-content .woocommerce-Message:after {
content: none; }
.mfp-content .hidden-notice.mc4wp-alert, .search-no-results.woocommerce .hidden-notice.woocommerce-info, .woocommerce-checkout .woocommerce .hidden-notice[role="alert"], .woocommerce-form-coupon-toggle > .hidden-notice.woocommerce-info,
.woocommerce-form-login-toggle > .hidden-notice.woocommerce-info, .woocommerce-cart .woocommerce-notices-wrapper .hidden-notice[role="alert"], .woocommerce-MyAccount-content .hidden-notice.woocommerce-Message {
animation: none; }
@keyframes wd-fadeInUpBig {
from {
transform: translate3d(0, 100%, 0); }
to {
transform: none; } }
@keyframes wd-fadeOutDownBig {
from {
transform: none; }
to {
transform: translate3d(0, 100%, 0); } }
.wd-close-side {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 400;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.7);
transition: opacity .25s ease, 
visibility 0s ease .25s; }
.global-color-scheme-light .wd-close-side {
background-color: rgba(0, 0, 0, 0.8); }
.wd-close-side-opened {
opacity: 1;
visibility: visible;
transition: opacity .25s ease,
visibility 0s ease; }
.wd-btn-arrow {
visibility: hidden;
opacity: 0;
pointer-events: none;
color: var(--color-gray-800); }
.wd-btn-arrow[class*="prev"] {
transform: translateX(-30px); }
.wd-btn-arrow[class*="prev"]:after {
content: "\f114";
font-family: "woodmart-font"; }
.wd-btn-arrow[class*="next"] {
transform: translateX(30px); }
.wd-btn-arrow[class*="next"]:after {
content: "\f113";
font-family: "woodmart-font"; }
.browser-Safari .wd-btn-arrow {
visibility: visible; }
.wd-btn-arrow, .flickity-button {
position: absolute;
top: 50%;
z-index: 250;
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: -25px;
width: 50px;
height: 50px;
cursor: pointer;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transition: all .25s ease; }
.wd-btn-arrow:after, .flickity-button:after {
font-size: 24px;
line-height: 1; }
.owl-carousel:hover .owl-nav > div, .show-arrow .wrap-loading-arrow > div {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
pointer-events: visible; }
.wd-btn-arrow:hover {
color: var(--color-gray-500); }
.woocommerce-product-gallery .owl-nav > div.disabled, .wrap-loading-arrow > div.disabled {
color: var(--color-gray-400);
cursor: default; }
.single-post-navigation {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
padding-top: 25px;
padding-bottom: 25px;
border-bottom: 2px solid rgba(113, 113, 113, 0.15); }
.single-post-navigation:not(:last-child) {
margin-bottom: 60px; }
.single-post-navigation .blog-posts-nav-btn {
flex: 0 1 50%;
max-width: 50%; }
.single-post-navigation .blog-posts-nav-btn a {
position: relative;
display: block;
color: #3f3f3f; }
.single-post-navigation .blog-posts-nav-btn a:after {
position: absolute;
top: 50%;
margin-top: -20px;
width: 40px;
height: 40px;
text-align: center;
font-size: 34px;
line-height: 40px; }
.single-post-navigation .blog-posts-nav-btn a:hover {
color: var(--wd-primary-color); }
.single-post-navigation .back-to-archive a {
display: block;
color: #BBB; }
.single-post-navigation .back-to-archive a:hover {
color: #212121; }
.single-post-navigation .back-to-archive .wd-tooltip {
display: block;
width: 30px;
height: 30px;
text-align: center;
font-size: 0;
line-height: 30px; }
.single-post-navigation .back-to-archive .wd-tooltip:after {
display: inline-block;
font-size: 24px;
content: "\f122";
font-family: "woodmart-font"; }
.single-post-navigation .btn-label {
display: block;
margin-bottom: 5px;
color: #BBB;
text-transform: uppercase;
font-weight: 600;
font-size: 14px; }
.single-post-navigation .wd-entities-title {
font-size: 14px; }
.single-post-navigation .prev-btn a {
padding-left: 50px;
padding-right: 20px; }
.single-post-navigation .prev-btn a:after {
left: 0;
content: "\f110";
font-family: "woodmart-font"; }
.single-post-navigation .prev-btn a:hover:after {
animation: wd-ShakePrev 1s ease infinite; }
.single-post-navigation .next-btn {
text-align: right; }
.single-post-navigation .next-btn a {
padding-right: 50px;
padding-left: 20px; }
.single-post-navigation .next-btn a:after {
right: 0;
content: "\f111";
font-family: "woodmart-font"; }
.single-post-navigation .next-btn a:hover:after {
animation: wd-ShakeNext 1s ease infinite; }
.single-portfolio .single-post-navigation {
border-top: 2px solid rgba(199, 199, 199, 0.25); }
.global-color-scheme-light .single-post-navigation {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .single-post-navigation .blog-posts-nav-btn a {
color: rgba(255, 255, 255, 0.9); }
.global-color-scheme-light .single-post-navigation .blog-posts-nav-btn a:hover {
color: #FFF; }
.global-color-scheme-light .single-post-navigation .back-to-archive a {
color: rgba(255, 255, 255, 0.6); }
.global-color-scheme-light .single-post-navigation .back-to-archive a:hover {
color: #FFF; }
.wd-loop-footer {
clear: both;
text-align: center; }
.wpb-js-composer .products-footer {
margin-top: 10px; }
nav[class*="-pagination"] ul {
display: inline-block;
font-size: 0; }
nav[class*="-pagination"] li {
display: inline-block;
margin-right: 2px;
vertical-align: middle;
text-align: center; }
nav[class*="-pagination"] li .page-numbers {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
min-width: 32px;
height: 34px;
color: #2d2a2a;
font-weight: 600;
font-size: 14px;
line-height: 34px;
transition: all .2s ease; }
nav[class*="-pagination"] li .current {
color: #FFF;
background-color: var(--wd-primary-color); }
nav[class*="-pagination"] li .next,
nav[class*="-pagination"] li .prev {
font-size: 0; }
nav[class*="-pagination"] li .next:before,
nav[class*="-pagination"] li .prev:before {
font-size: 12px;
content: "\f113";
font-family: "woodmart-font"; }
nav[class*="-pagination"] li .prev:before {
content: "\f114";
font-family: "woodmart-font"; }
nav[class*="-pagination"] li:last-child {
margin-right: 0; }
nav[class*="-pagination"] a:hover {
background-color: #EEE; }
.woocommerce-Reviews nav[class*="-pagination"] {
margin-top: 10px;
margin-bottom: 15px; }
.global-color-scheme-light nav[class*="-pagination"] li .page-numbers {
color: #FFF; }
.global-color-scheme-light nav[class*="-pagination"] a:hover {
background-color: rgba(0, 0, 0, 0.3);
color: #FFF; }
.wd-load-more {
padding: 12px 25px 12px 25px;
border-color: #E9E9E9;
color: #333;
font-weight: 900;
border-width: 2px; }
.wd-load-more:not(:hover) {
background-color: transparent !important; }
.wd-load-more:hover {
box-shadow: none; }
.wd-load-more:hover {
border-color: #DCDCDC;
background-color: transparent;
color: #333; }
.wd-load-more .load-more-loading {
display: flex;
align-items: center;
flex-direction: row;
justify-content: center; }
.wd-load-more .load-more-loading:before {
margin-right: 8px;
margin-left: -8px;
content: "";
display: inline-block;
width: 16px;
height: 16px;
border: 1px solid #BBB;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle; }
.wd-load-more.loading {
display: none;
animation: wd-fadeOut .3s ease both; }
.wd-load-more.loading + .wd-load-more-loader {
display: inline-flex;
animation: wd-fadeIn .3s ease both; }
.wd-load-more.loading + .wd-load-more-loader .load-more-loading:before {
animation: wd-rotate 450ms infinite linear; }
[class*="color-scheme-light"] .wd-load-more {
border-color: rgba(255, 255, 255, 0.25);
color: #FFF; }
[class*="color-scheme-light"] .wd-load-more .load-more-loading:before {
border-color: rgba(255, 255, 255, 0.15);
border-left-color: #FFF; }
[class*="color-scheme-light"] .wd-load-more:hover {
border-color: #FFF;
color: #FFF; }
.wd-load-more-loader {
display: none; }
.breadcrumbs {
font-size: 0; }
.breadcrumbs > span:after,
.breadcrumbs > a:after {
content: "/";
display: inline-block;
padding: 0 8px; }
.breadcrumbs > span:last-child:after {
content: none; }
.breadcrumbs,
.yoast-breadcrumb {
line-height: 16px; }
.breadcrumbs > span,
.breadcrumbs > a,
.yoast-breadcrumb > span,
.yoast-breadcrumb > a {
display: inline-block; }
.breadcrumbs a,
.breadcrumbs span,
.yoast-breadcrumb a,
.yoast-breadcrumb span {
text-transform: uppercase;
letter-spacing: .3px;
font-weight: 600;
font-size: 11px; }
.breadcrumbs span,
.yoast-breadcrumb span {
transition: all .25s ease; }
[class*="color-scheme-light"] .breadcrumbs, [class*="color-scheme-light"]
.yoast-breadcrumb {
color: #FFF; }
[class*="color-scheme-light"] .breadcrumbs a,
[class*="color-scheme-light"] .breadcrumbs span, [class*="color-scheme-light"]
.yoast-breadcrumb a,
[class*="color-scheme-light"]
.yoast-breadcrumb span {
color: #FFF; }
[class*="color-scheme-light"] .breadcrumbs a:hover, [class*="color-scheme-light"]
.yoast-breadcrumb a:hover {
color: rgba(255, 255, 255, 0.7); }
.wd-action-btn {
display: inline-flex;
vertical-align: middle;
--action-btn-color: #333;
--action-btn-hover-color: rgba(51, 51, 51, 0.6); }
.wd-action-btn > a {
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--action-btn-color);
cursor: pointer; }
.wd-action-btn > a:hover {
color: var(--action-btn-hover-color); }
.wd-action-btn > a:before {
font-family: "woodmart-font"; }
.wd-action-btn > a:after {
opacity: 0;
transition: opacity .2s ease;
content: "";
display: inline-block;
width: 14px;
height: 14px;
border: 1px solid #BBB;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle; }
.wd-action-btn > a.loading:before {
opacity: 0; }
.wd-action-btn > a.loading:after {
opacity: 1;
animation: wd-rotate 450ms infinite linear; }
.wd-action-btn > a.added:before {
content: "\f107"; }
.wd-action-btn.wd-style-icon .button {
padding: 0;
background-color: transparent;
letter-spacing: 0; }
.wd-action-btn.wd-style-icon .button:hover {
background-color: transparent;
box-shadow: none; }
.wd-action-btn.wd-style-icon > a {
position: relative;
flex-direction: column;
width: 50px;
height: 50px;
font-weight: 400;
font-size: 0;
line-height: 0; }
.wd-action-btn.wd-style-icon > a:before {
font-size: 20px;
transition: opacity .15s ease; }
.wd-action-btn.wd-style-icon > a:after {
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
width: 18px;
height: 18px; }
.wd-action-btn.wd-style-text {
font-size: 0;
line-height: 1; }
.wd-action-btn.wd-style-text > a {
position: relative;
font-weight: 600;
font-size: 14px;
line-height: 1; }
.wd-action-btn.wd-style-text > a:before {
display: flex;
align-items: center;
justify-content: center;
margin-right: 5px;
width: 14px;
height: 14px;
font-weight: 400; }
.wd-action-btn.wd-style-text > a:after {
position: absolute;
top: 50%;
left: 0;
margin-top: -7px; }
[class*="color-scheme-light"] .wd-action-btn {
--action-btn-color: #FFF;
--action-btn-hover-color: rgba(255, 255, 255, 0.8); }
[class*="color-scheme-light"] .wd-action-btn > a:after {
border-color: rgba(255, 255, 255, 0.15);
border-left-color: #FFF; }
.wd-action-btn:empty {
display: none; }
.wd-compare-icon > a:before {
content: "\f128"; }
.wd-wishlist-icon > a:before {
content: "\f106"; }
.wd-quick-view-icon > a:before {
content: "\f130"; }
.wd-add-cart-icon > a:before {
content: "\f123"; }
.wd-cross-icon > a:before {
font-size: 10px;
content: "\f112"; }
.wd-cross-icon.wd-style-text > a:before {
font-weight: 600; }
.wd-menu-icon > a:before {
font-size: 24px;
content: "\f15a"; }
.wd-chevron-icon > a:before {
content: "\f129"; }
[class*="wd-animation"] {
opacity: 0;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
[class*="wd-animation"], [class*="wd-animation"].elementor-element[class*="elementor-element-"] {
transition-property: opacity, transform;
transition-timing-function: ease, cubic-bezier(0, 0.87, 0.58, 1); }
[class*="wd-animation"].wd-animation-slow.wd-animated {
transition-duration: .25s, 1.6s; }
[class*="wd-animation"].wd-animation-normal.wd-animated {
transition-duration: .25s, 1s; }
[class*="wd-animation"].wd-animation-fast.wd-animated {
transition-duration: .25s, .6s; }
[class*="wd-animation"]:not(.wd-animated) {
will-change: transform, opacity; }
[class*="wd-animation"].wd-animation-ready.wd-animated {
opacity: 1;
transform: none; }
.wd-animation-slide-from-top.wd-animation-ready {
transform: translateY(-150px); }
.wd-animation-slide-from-bottom.wd-animation-ready {
transform: translateY(150px); }
.wd-animation-slide-from-left.wd-animation-ready {
transform: translateX(-500px); }
.wd-animation-slide-from-right.wd-animation-ready {
transform: translateX(500px); }
.wd-animation-zoom-in.wd-animation-ready {
transform: scale(0.6); }
.wd-animation-bottom-flip-x.wd-animation-ready {
transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
.wd-animation-top-flip-x.wd-animation-ready {
transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
.wd-animation-bottom-flip-x.wd-animation-ready.wd-animated,
.wd-animation-top-flip-x.wd-animation-ready.wd-animated {
transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); }
.wd-animation-left-flip-y.wd-animation-ready {
transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6); }
.wd-animation-right-flip-y.wd-animation-ready {
transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6); }
.wd-animation-left-flip-y.wd-animation-ready.wd-animated,
.wd-animation-right-flip-y.wd-animation-ready.wd-animated {
transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); }
.widget,
.wd-widget,
div[class^="vc_wp"] {
--wd-link-color:     #727272;
--wd-link-color-hover: #333;
line-height: 1.4; }
.widget > ul,
.wd-widget > ul,
div[class^="vc_wp"] > ul {
margin-top: 0; }
.widget ul,
.wd-widget ul,
div[class^="vc_wp"] ul {
--list-mb: 0;
--li-mb: 15px;
list-style: none;
--li-pl: 0; }
[class*="color-scheme-light"] .widget, [class*="color-scheme-light"]
.wd-widget, [class*="color-scheme-light"]
div[class^="vc_wp"] {
--wd-link-color:      rgba(255,255,255,.8);
--wd-link-color-hover:#FFF; }
.widgettitle,
.widget-title {
margin-bottom: 20px;
color: var(--wd-widget-title-color);
text-transform: var(--wd-widget-title-transform);
font-weight: var(--wd-widget-title-font-weight);
font-style: var(--wd-widget-title-font-style);
font-size: var(--wd-widget-title-font-size);
font-family: var(--wd-widget-title-font); }
.widget {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.widget:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none; }
[class*="color-scheme-light"] .widget {
border-color: rgba(255, 255, 255, 0.25); }
.widget_recent_comments ul li > a {
display: inline; }
.widget_recent_comments ul li .url {
color: #2d2a2a;
font-weight: 600; }
.widget_recent_comments ul li:before {
display: inline-block;
margin-right: 7px;
color: #2d2a2a;
font-weight: 400;
font-size: 12px;
content: "\f103";
font-family: "woodmart-font"; }
[class*="color-scheme-light"] .widget_recent_comments ul li .url {
color: #FFF; }
[class*="color-scheme-light"] .widget_recent_comments ul li:before {
color: #FFF; }
.widget_recent_entries .post-date {
display: block;
margin-top: 5px;
color: #BBB;
font-size: 12px; }
[class*="color-scheme-light"] .widget_recent_entries .post-date {
color: rgba(255, 255, 255, 0.8); }
.woodmart-recent-posts li {
display: flex;
align-items: stretch;
flex-direction: row;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.woodmart-recent-posts li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none; }
.woodmart-recent-posts .recent-posts-thumbnail {
flex: 0 0 auto;
max-width: 50%;
overflow: hidden;
margin-right: 15px; }
.woodmart-recent-posts .recent-posts-thumbnail img {
min-width: 60px; }
.woodmart-recent-posts .recent-posts-info {
flex: 1 1 auto; }
.woodmart-recent-posts .wd-entities-title {
margin-bottom: 8px;
font-size: 14px; }
.woodmart-recent-posts .recent-posts-time,
.woodmart-recent-posts .recent-posts-comment {
color: #BBB;
font-size: 12px; }
.woodmart-recent-posts .recent-posts-time {
margin-right: 5px; }
[class*="color-scheme-light"] .woodmart-recent-posts li {
border-color: rgba(255, 255, 255, 0.2); }
[class*="color-scheme-light"] .woodmart-recent-posts .recent-posts-time,
[class*="color-scheme-light"] .woodmart-recent-posts .recent-posts-comment {
color: rgba(255, 255, 255, 0.8); }
.woodmart-author-information {
line-height: inherit; }
.woodmart-author-information .author-avatar img {
border-radius: 50%; }
.widget_calendar #wp-calendar {
margin-bottom: 0; }
.widget_calendar #wp-calendar > caption {
margin-bottom: 10px;
color: #2d2a2a;
text-align: center;
font-weight: 600;
font-size: 18px; }
.widget_calendar #wp-calendar th {
padding: 5px;
border-bottom: none;
text-align: center;
font-size: 16px; }
.widget_calendar #wp-calendar td {
padding: 10px;
border-bottom: none;
text-align: center; }
.widget_calendar #wp-calendar #today {
color: #FFF;
font-weight: 600;
background-color: var(--wd-primary-color); }
.widget_calendar #wp-calendar #prev {
text-align: left; }
.widget_calendar #wp-calendar #next {
text-align: right; }
.widget_calendar #wp-calendar thead th {
border-bottom: 2px solid rgba(129, 129, 129, 0.1); }
.widget_calendar #wp-calendar tfoot td {
border-top: 2px solid rgba(129, 129, 129, 0.1); }
[class*="color-scheme-light"] .widget_calendar #wp-calendar > caption {
color: #FFF; }
[class*="color-scheme-light"] .widget_calendar #wp-calendar thead th {
border-color: rgba(255, 255, 255, 0.2); }
[class*="color-scheme-light"] .widget_calendar #wp-calendar tfoot td {
border-color: rgba(255, 255, 255, 0.2); }
.widget_nav_mega_menu > .widget-title {
margin-bottom: 0;
padding: 20px;
background-color: #F1F1F1;
text-transform: uppercase; }
.widget_nav_mega_menu > .widget-title + .wd-nav-vertical {
border-top: none; }
.widget_nav_mega_menu .wd-nav-vertical {
border: 1px solid rgba(129, 129, 129, 0.15); }
.widget_nav_mega_menu .wd-nav-vertical > li {
margin-bottom: 0; }
.widget_nav_mega_menu .wd-sub-menu li {
margin-bottom: 0; }
.widget_rss .widget-title a {
color: #2d2a2a;
vertical-align: middle; }
.widget_rss .widget-title a img {
vertical-align: initial; }
.widget_rss ul li {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2);
line-height: 1.5; }
.widget_rss ul li > a {
margin-bottom: 8px;
font-size: 14px; }
.widget_rss ul li cite {
display: inline-block;
margin-top: 5px; }
.widget_rss ul li:last-child {
margin-bottom: 0;
border-bottom: none; }
.widget_rss .rss-date {
display: block;
margin-bottom: 8px;
color: #BBB;
font-size: 12px; }
[class*="color-scheme-light"] .widget_rss .widget-title a {
color: #FFF; }
[class*="color-scheme-light"] .widget_rss ul li {
border-color: rgba(255, 255, 255, 0.2); }
[class*="color-scheme-light"] .widget_rss ul li a {
color: #FFF; }
[class*="color-scheme-light"] .widget_rss .rss-date {
color: rgba(255, 255, 255, 0.8); }
.widget[class*="_tag_cloud"] .tagcloud {
margin: -1px;
font-size: 0; }
.widget[class*="_tag_cloud"] .tagcloud a {
display: inline-block;
margin: 1px;
padding: 5px 12px;
border: 1px solid rgba(119, 119, 119, 0.2);
text-transform: capitalize;
font-size: 12px !important; }
.widget[class*="_tag_cloud"] .tagcloud a:hover {
color: #FFF;
background-color: var(--wd-primary-color);
border-color: var(--wd-primary-color); }
[class*="color-scheme-light"] .widget[class*="_tag_cloud"] .tagcloud a {
border-color: rgba(255, 255, 255, 0.3); }
.textwidget > *:last-child {
margin-bottom: 0; }
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
display: block;
color: #BBB;
font-size: 14px; }
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a {
display: inline-block;
padding-right: 2px; }
.widget_categories ul li.current_page_item > a,
.widget_pages ul li.current_page_item > a,
.widget_archive ul li.current_page_item > a,
.widget_nav_menu ul li.current_page_item > a {
color: #333;
font-weight: 600; }
.widget_categories li ul,
.widget_pages li ul,
.widget_archive li ul,
.widget_nav_menu li ul {
margin-top: 15px;
padding-left: 15px; }
[class*="color-scheme-light"] .widget_categories ul li, [class*="color-scheme-light"]
.widget_pages ul li, [class*="color-scheme-light"]
.widget_archive ul li, [class*="color-scheme-light"]
.widget_nav_menu ul li {
color: rgba(255, 255, 255, 0.6); }
[class*="color-scheme-light"] .widget_categories ul li.current_page_item > a, [class*="color-scheme-light"]
.widget_pages ul li.current_page_item > a, [class*="color-scheme-light"]
.widget_archive ul li.current_page_item > a, [class*="color-scheme-light"]
.widget_nav_menu ul li.current_page_item > a {
color: #FFF; }
.pswp {
z-index: 1500;
display: none;
overflow: hidden;
outline: none;
-webkit-text-size-adjust: 100%;
touch-action: none;
-webkit-backface-visibility: hidden; }
.pswp img {
max-width: none; }
.pswp--animate_opacity {
opacity: .001;
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
will-change: opacity; }
.pswp--open {
display: block; }
.pswp__bg {
background: #000;
opacity: 0;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
touch-action: none; }
.pswp__container,
.pswp__img {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
user-select: none;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
-webkit-transform-origin: left top;
transform-origin: left top; }
.pswp__bg {
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
will-change: opacity; }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__item {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto; }
.pswp--zoom-allowed .pswp__img {
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img {
cursor: grab; }
.pswp--dragging .pswp__img {
cursor: grabbing; }
.pswp__img--placeholder {
-webkit-backface-visibility: hidden; }
.pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
top: 0;
left: 0;
width: 100% !important;
height: auto !important; }
.pswp__error-msg {
position: absolute;
top: 50%;
left: 0;
margin-top: -8px;
width: 100%;
color: #CCC;
text-align: center;
font-size: 14px;
line-height: 16px; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; }
.pswp__button {
position: relative;
float: right;
margin: 0;
padding: 0;
width: 44px;
height: 44px;
background: none;
opacity: .75;
transition: opacity .2s;
-webkit-appearance: none; }
.pswp__button:hover {
opacity: 1; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; }
.pswp__button,
[class*="pswp__button--arrow--"]:before {
background: url(//nulis.com.br/wp-content/themes/woodmart/images/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
.pswp--svg .pswp__button,
.pswp--svg [class*="pswp__button--arrow--"]:before {
background-image: url(//nulis.com.br/wp-content/themes/woodmart/images/default-skin.svg); }
.pswp--svg [class*="pswp__button--arrow--"] {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; }
[class*="pswp__button--arrow--"] {
position: absolute;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
background: none; }
.pswp--touch [class*="pswp__button--arrow--"] {
visibility: hidden; }
[class*="pswp__button--arrow--"]:before {
content: '';
position: absolute;
top: 35px;
width: 32px;
height: 30px;
background-color: rgba(0, 0, 0, 0.3); }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; }
.pswp__counter,
.pswp__share-modal {
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
z-index: 1600;
padding: 10px;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity .25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
position: absolute;
top: 56px;
right: 44px;
z-index: 1620;
background: #FFF;
transition: transform .25s;
transform: translateY(6px);
-webkit-backface-visibility: hidden; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
color: #FFF; }
.pswp__share-tooltip:before {
content: '';
position: absolute;
top: -12px;
right: 15px;
display: block;
border: 6px solid rgba(0, 0, 0, 0);
border-bottom-color: #FFF; }
.pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
transform: none; }
.pswp__share--facebook:hover {
background: #365493; }
.pswp__share--twitter:hover {
background: #55ACEE; }
.pswp__share--pinterest:hover {
background: #CE272D; }
.pswp__share--download:hover {
background: var(--wd-primary-color); }
.pswp__counter {
position: absolute;
top: 0;
left: 0;
padding: 0 10px;
height: 44px;
color: #FFF;
font-size: 13px;
line-height: 44px;
opacity: .75; }
.pswp__caption {
position: absolute;
bottom: 0;
left: 0;
min-height: 44px;
width: 100%; }
.pswp__caption small {
color: #BBB;
font-size: 11px; }
.pswp__caption__center {
margin: 0 auto;
padding: 10px;
max-width: 420px;
color: #CCC;
text-align: left;
font-size: 13px;
line-height: 20px; }
.pswp__caption--empty {
display: none; }
.pswp__caption--fake {
visibility: hidden; }
.pswp__preloader {
position: relative;
display: flex;
float: right;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
font-size: 0;
line-height: 1;
opacity: 0;
transition: opacity .25s ease-out; }
@media screen and (min-width: 1025px) {
.pswp__preloader {
position: absolute;
top: 0;
left: calc(50% - 22px); } }
.pswp__preloader__donut {
content: "";
display: inline-block;
width: 14px;
height: 14px;
border: 2px solid rgba(255, 255, 255, 0.3);
border-left-color: #FFF;
border-radius: 50%;
vertical-align: middle; }
.pswp__preloader--active .pswp__preloader__donut {
animation: wd-rotate 450ms infinite linear; }
.pswp__preloader--active {
opacity: 1; }
.pswp__ui {
z-index: 1550;
visibility: visible;
-webkit-font-smoothing: auto;
opacity: 1; }
.pswp__top-bar {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 44px; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse [class*="pswp__button--arrow--"] {
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp--has_mouse [class*="pswp__button--arrow--"] {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); }
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit
.pswp__caption {
background-color: rgba(0, 0, 0, 0.3); }
.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle [class*="pswp__button--arrow--"] {
opacity: 0; }
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden [class*="pswp__button--arrow--"] {
opacity: .001; }
.pswp__ui--one-slide [class*="pswp__button--arrow--"],
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp, .pswp__bg, .pswp__scroll-wrap, .pswp__share-modal {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.slider-title {
position: relative;
margin-bottom: 20px;
padding-bottom: 10px;
text-align: left;
text-transform: uppercase;
font-size: 22px; }
.slider-title:before {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 40px;
height: 2px;
background-color: var(--wd-primary-color); }
.owl-carousel {
position: relative;
z-index: 1;
width: 100%;
-webkit-tap-highlight-color: transparent; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
line-height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
transform: translate3d(0px, 0, 0); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.owl-carousel .owl-item {
position: relative;
float: left;
min-height: 1px;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-touch-callout: none; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
display: block;
opacity: 0; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }
.owl-carousel .owl-item.animated {
animation-duration: 600ms;
animation-fill-mode: both; }
.owl-carousel .owl-item.fadeOut {
animation-name: wd-fadeOut; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-height {
transition: height 500ms ease-in-out; }
.owl-carousel:not(.owl-loaded) {
display: flex;
overflow: hidden; }
[data-hide_pagination_control="no"] .owl-carousel:not(.owl-loaded) {
padding-bottom: 41px !important; }
.owl-loaded:after, .owl-loaded:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 50px; }
.owl-loaded:before {
right: -50px; }
.owl-loaded:after {
left: -50px; }
.owl-dots {
margin-top: 5px;
text-align: center; }
.owl-dots .owl-dot {
display: inline-block;
margin-top: 10px; }
.owl-dots .owl-dot span {
display: block;
margin: 5px;
width: 10px;
height: 10px;
border: 2px solid var(--color-gray-300);
border-radius: 50%;
-webkit-transition: all .25s ease;
transition: all .25s ease; }
.owl-dots .owl-dot:not(.active):hover span {
border-color: var(--color-gray-800); }
.owl-dots .owl-dot.active span {
background-color: var(--color-gray-800);
border-color: var(--color-gray-800); }
.owl-nav > div[class*="prev"] {
left: 0; }
.owl-nav > div[class*="next"] {
right: 0; }
.wd-carousel-spacing-0 .owl-nav > div[class*="prev"] {
left: -50px; }
.wd-carousel-spacing-0 .owl-nav > div[class*="next"] {
right: -50px; }
.wd-carousel-spacing-2 .owl-nav > div[class*="prev"] {
left: -49px; }
.wd-carousel-spacing-2 .owl-nav > div[class*="next"] {
right: -49px; }
.wd-carousel-spacing-6 .owl-nav > div[class*="prev"] {
left: -47px; }
.wd-carousel-spacing-6 .owl-nav > div[class*="next"] {
right: -47px; }
.wd-carousel-spacing-10 .owl-nav > div[class*="prev"] {
left: -45px; }
.wd-carousel-spacing-10 .owl-nav > div[class*="next"] {
right: -45px; }
.wd-carousel-spacing-20 .owl-nav > div[class*="prev"] {
left: -40px; }
.wd-carousel-spacing-20 .owl-nav > div[class*="next"] {
right: -40px; }
.wd-carousel-spacing-30 .owl-nav > div[class*="prev"] {
left: -35px; }
.wd-carousel-spacing-30 .owl-nav > div[class*="next"] {
right: -35px; }
.wd-carousel-spacing-0 {
margin-right: 0px;
margin-left: 0px; }
.wd-carousel-spacing-0 .owl-item,
.wd-carousel-spacing-0 .owl-carousel:not(.owl-loaded) > div {
padding-right: 0px;
padding-left: 0px; }
.wd-carousel-spacing-2 {
margin-right: -1px;
margin-left: -1px; }
.wd-carousel-spacing-2 .owl-item,
.wd-carousel-spacing-2 .owl-carousel:not(.owl-loaded) > div {
padding-right: 1px;
padding-left: 1px; }
.wd-carousel-spacing-6 {
margin-right: -3px;
margin-left: -3px; }
.wd-carousel-spacing-6 .owl-item,
.wd-carousel-spacing-6 .owl-carousel:not(.owl-loaded) > div {
padding-right: 3px;
padding-left: 3px; }
.wd-carousel-spacing-10 {
margin-right: -5px;
margin-left: -5px; }
.wd-carousel-spacing-10 .owl-item,
.wd-carousel-spacing-10 .owl-carousel:not(.owl-loaded) > div {
padding-right: 5px;
padding-left: 5px; }
.wd-carousel-spacing-20 {
margin-right: -10px;
margin-left: -10px; }
.wd-carousel-spacing-20 .owl-item,
.wd-carousel-spacing-20 .owl-carousel:not(.owl-loaded) > div {
padding-right: 10px;
padding-left: 10px; }
.wd-carousel-spacing-30 {
margin-right: -15px;
margin-left: -15px; }
.wd-carousel-spacing-30 .owl-item,
.wd-carousel-spacing-30 .owl-carousel:not(.owl-loaded) > div {
padding-right: 15px;
padding-left: 15px; }
.justified-gallery {
position: relative;
overflow: hidden;
width: 100%; }
.justified-gallery > a,
.justified-gallery > div {
position: absolute;
display: inline-block;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0); }
.justified-gallery > a > img,
.justified-gallery > a > a > img,
.justified-gallery > div > img,
.justified-gallery > div > a > img {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: none;
opacity: 0;
filter: "alpha(opacity=0)"; }
.justified-gallery > .entry-visible {
opacity: 1;
filter: alpha(opacity=100);
animation: wd-fadeIn 500ms 0 ease; }
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
opacity: 1;
filter: "alpha(opacity=100)";
transition: opacity 500ms ease-in; }
.wd-justified-gallery:not(.justified-gallery) {
display: none; }
img.mfp-img {
display: block;
margin: 0 auto;
padding: 40px 0;
max-width: 100%;
width: auto;
height: auto;
line-height: 0; }
.mfp-figure {
line-height: 0; }
.mfp-figure small {
display: block;
color: #BDBDBD;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-figure:after {
content: '';
position: absolute;
top: 40px;
right: 0;
bottom: 40px;
left: 0;
z-index: -1;
display: block;
width: auto;
height: auto;
background: #444; }
.mfp-figure.mfp-loading {
display: none; }
.mfp-bottom-bar {
position: absolute;
top: 100%;
left: 0;
margin-top: -36px;
width: 100%;
cursor: auto; }
.mfp-title {
padding-right: 36px;
color: #F3F3F3;
text-align: left;
word-wrap: break-word;
line-height: 18px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-zoom-out-cur {
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
white-space: nowrap;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
top: 50%;
margin: 0;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
background-color: transparent;
box-shadow: none;
opacity: .65; }
.mfp-arrow:hover {
background-color: rgba(0, 0, 0, 0.1);
box-shadow: none;
opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
margin-top: 35px;
margin-left: 35px;
width: 0;
height: 0;
border: medium inset transparent; }
.mfp-arrow:after {
top: 8px;
border-top-width: 13px;
border-bottom-width: 13px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: .7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
margin-left: 31px;
border-right: 17px solid #FFF; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
margin-left: 39px;
border-left: 17px solid #FFF; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-bg {
position: fixed;
z-index: 1102;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.7); }
.global-color-scheme-light .mfp-bg {
background-color: rgba(0, 0, 0, 0.8); }
.mfp-wrap {
position: fixed;
z-index: 1103;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
position: absolute;
padding: 0 8px;
text-align: center; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-content {
position: relative;
z-index: 1105;
display: inline-block;
margin: 0 auto;
vertical-align: middle;
text-align: left; }
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
user-select: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
position: absolute;
top: 50%;
right: 8px;
left: 8px;
z-index: 1104;
margin-top: -.8em;
width: auto;
color: #CCC;
text-align: center; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
display: none; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
max-width: 900px;
width: 100%;
line-height: 0; }
.mfp-iframe-scaler {
overflow: hidden;
padding-top: 56.25%;
width: 100%;
height: 0; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
background: #000; }
.wd-popup {
margin: 25px auto;
padding: 30px;
width: 100%;
background-color: #FFF; }
[class*="color-scheme-light"] .wd-popup {
background-color: #101010; }
.mfp-move-horizontal .mfp-with-anim {
opacity: 0;
transition: transform .3s ease,
opacity .3s ease;
transform: translateX(-100px); }
.mfp-move-horizontal .mfp-with-anim .summary-inner {
opacity: 0;
transition: transform .3s ease,
opacity .3s ease;
transform: translateY(30px); }
.mfp-move-horizontal.mfp-bg {
opacity: 0;
transition: opacity .25s ease, 
visibility 0s ease .25s; }
.mfp-move-horizontal.mfp-ready .mfp-with-anim,
.mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner {
opacity: 1;
transform: none; }
.mfp-move-horizontal.mfp-ready.mfp-bg {
opacity: 1;
transition: opacity .25s ease,
visibility 0s ease; }
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
opacity: 0;
transform: translateX(100px); }
.mfp-move-horizontal.mfp-removing.mfp-bg {
opacity: 0; }
.mfp-move-horizontal.mfp-removing .mfp-close {
display: none; }
.mfp-bg, .mfp-wrap, .mfp-container, .mfp-iframe-scaler iframe {
top: 0;
left: 0;
width: 100%;
height: 100%; }
button.mfp-close, #cboxClose {
position: fixed;
top: 0;
right: 0;
bottom: auto;
left: auto;
z-index: 1104;
padding: 0;
width: 50px;
height: 50px;
background: none;
color: #FFF;
text-align: center;
font-weight: 400;
font-size: 0;
opacity: 1;
cursor: pointer;
transition: all .25s ease;
touch-action: manipulation; }
button.mfp-close:after, #cboxClose:after {
display: inline-block;
font-size: 16px;
line-height: 50px;
content: "\f112";
font-family: "woodmart-font"; }
button.mfp-close:hover, #cboxClose:hover {
background-color: rgba(0, 0, 0, 0.3);
box-shadow: none;
color: #FFF;
opacity: 1; }
button.mfp-close {
opacity: 0;
transition: all .25s ease,
opacity 0s ease 0s; }
.mfp-ready button.mfp-close {
opacity: 1;
transition: all .25s ease,
opacity .3s ease .35s; }
.alignleft {
float: left;
margin-top: 3px;
margin-right: 25px;
margin-bottom: 20px; }
.alignright {
float: right;
margin-top: 3px;
margin-bottom: 20px;
margin-left: 25px; }
.aligncenter {
display: block;
clear: both;
margin: 0 auto;
margin-bottom: 20px; }
.wp-caption {
margin-bottom: 20px;
padding: 0;
max-width: 100%;
border: none;
background: transparent; }
.wp-caption.alignleft {
margin-top: 3px;
margin-right: 25px; }
.wp-caption.alignright {
margin-top: 3px;
margin-left: 25px; }
.wp-caption.aligncenter {
margin: 0 auto;
margin-top: 3px; }
.wp-caption .wp-caption-text,
.wp-caption-dd {
padding: 5px 10px 5px 0;
font-style: italic;
line-height: 1.6;
opacity: .8; }
.gallery-caption,
.bypostauthor {
content: initial; }
.gallery {
margin-left: -15px;
margin-right: -15px; }
.gallery .gallery-item {
padding-left: 15px;
padding-right: 15px; }
.gallery .gallery-caption {
margin-top: 10px; }
body .wp-playlist {
border: none;
text-align: left; }
body .wp-playlist-item {
border-color: rgba(119, 119, 119, 0.2); }
body .wp-playlist-item:not(:last-child) {
margin-bottom: 10px;
padding-bottom: 10px; }
body.global-color-scheme-light .wp-playlist-item {
border-color: rgba(255, 255, 255, 0.15); }
.wp-block-gallery .blocks-gallery-item:last-child {
margin-bottom: 16px; }
.wp-block-pullquote {
margin-bottom: 30px; }
.wp-block-pullquote blockquote {
border: none;
padding-left: 0;
margin-bottom: 0;
text-align: center; }
.wp-block-pullquote:not(.is-style-solid-color) {
border-width: 2px 0;
border-style: solid; }
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
text-align: center; }
.wp-block-image.alignleft,
.wp-block-image .alignleft {
margin-right: 25px; }
.wp-block-image.alignright,
.wp-block-image .alignright {
margin-left: 25px; }
.wp-block-separator.is-style-dots {
width: auto; }
.wp-block-separator.is-style-dots:before {
color: rgba(27, 27, 27, 0.6);
font-size: 36px;
letter-spacing: 1em;
padding-left: 1em; }
.wp-block-separator.is-style-wide {
width: 100%; }
.wp-block-quote.is-large {
border-left: none; }
.wp-block-quote.is-large cite {
text-align: left; }
.whb-header {
margin-bottom: 40px; }
.whb-flex-row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between; }
.whb-column {
display: flex;
align-items: center;
flex-direction: row;
max-height: inherit; }
.whb-col-left,
.whb-mobile-left {
justify-content: flex-start;
margin-left: -10px; }
.whb-col-right,
.whb-mobile-right {
justify-content: flex-end;
margin-right: -10px; }
.whb-col-mobile {
flex: 1 1 auto;
justify-content: center;
margin-right: -10px;
margin-left: -10px; }
.whb-flex-flex-middle .whb-col-center {
flex: 1 1 0%; }
.whb-flex-equal-sides .whb-col-left,
.whb-flex-equal-sides .whb-col-right {
flex: 1 1 0%; }
.whb-general-header .whb-mobile-left,
.whb-general-header .whb-mobile-right {
flex: 1 1 0%; }
.whb-empty-column + .whb-mobile-right {
flex: 1 1 auto; }
.wd-header-overlap .page-title {
margin-top: 0; }
.whb-overcontent {
min-height: .2px; }
.whb-overcontent .whb-main-header {
position: absolute; }
body:not(.single-product) .whb-overcontent, .whb-overcontent.whb-custom-header {
margin-bottom: 0;
padding-top: 0 !important; }
.whb-with-shadow {
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }
.whb-main-header {
position: relative;
top: 0;
right: 0;
left: 0;
z-index: 390;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.whb-clone {
position: fixed;
z-index: 391;
visibility: hidden;
opacity: 0;
transition: opacity .1s ease,
visibility .1s ease,
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;
transform: translateZ(0);
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 .whb-main-header {
position: absolute; }
.whb-scroll-stick .whb-flex-row {
transition: height .2s ease; }
.whb-scroll-stick.whb-sticked .whb-flex-row {
transition-duration: .3s; }
.whb-scroll-stick.whb-scroll-down .whb-main-header, .whb-scroll-stick.whb-scroll-up .whb-main-header {
transition: 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.whb-scroll-down .whb-main-header, .whb-scroll-slide.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;
transform: translateZ(0); }
.whb-sticked .whb-row {
transition: background-color .3s ease; }
.whb-sticked .whb-not-sticky-row {
display: none; }
.whb-sticky-shadow.whb-sticked .whb-main-header {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.whb-sticky-shadow.whb-sticked .whb-row:last-child {
border-bottom: none; }
.whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row {
border-bottom: none; }
.whb-sticky-shadow + .whb-clone {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.whb-sticky-shadow + .whb-clone .whb-row {
border-bottom: none; }
.whb-row {
transition: background-color .2s ease; }
.whb-color-dark:not(.whb-with-bg) {
background-color: #FFF; }
.whb-color-light:not(.whb-with-bg) {
background-color: #212121; }
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
background-color: transparent; }
@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-tools-element {
--wd-header-el-color: #333;
--wd-header-el-color-hover: rgba(51,51,51,.6);
position: relative; }
.wd-tools-element > a {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
color: var(--wd-header-el-color);
line-height: 1; }
.wd-tools-element .wd-tools-icon {
position: relative;
font-size: 0; }
.wd-tools-element .wd-tools-text {
margin-left: 8px;
text-transform: var(--wd-header-el-transform);
white-space: nowrap;
font-weight: var(--wd-header-el-font-weight);
font-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:hover > a {
color: var(--wd-header-el-color-hover); }
.wd-tools-element.wd-style-icon .wd-tools-text {
display: none; }
.wd-tools-element.wd-style-icon.wd-with-count {
margin-right: 5px; }
.wd-tools-element.wd-style-text.wd-with-count .wd-tools-text {
margin-left: 14px; }
.whb-top-bar .wd-tools-element .wd-tools-icon:before {
font-size: 14px; }
.whb-top-bar .wd-tools-element .wd-tools-text {
font-weight: 400;
font-size: 12px; }
.whb-color-light .wd-tools-element {
--wd-header-el-color: #FFF;
--wd-header-el-color-hover: rgba(255,255,255,.8); }
.wd-tools-custom-icon .wd-tools-icon:before, .wd-tools-custom-icon .wd-tools-icon:after {
display: none; }
.wd-tools-custom-icon .wd-custom-icon {
transition: all .25s ease; }
.wd-tools-custom-icon:hover .wd-custom-icon {
opacity: .6; }
.wd-tools-element > a, .wd-header-nav, .site-logo, [class*="wd-header-search-form"], .whb-column > .info-box-wrapper, .wd-header-text, .whb-column > .wd-button-wrapper, .whb-column > .wd-social-icons, .wd-header-html {
padding-right: 10px;
padding-left: 10px; }
.wd-header-nav.wd-full-height, .wd-header-nav.wd-full-height .wd-nav, .wd-header-nav.wd-full-height .wd-nav > li, .wd-header-nav.wd-full-height .wd-nav > li > a, .wd-header-divider.wd-full-height, .wd-header-divider.wd-full-height:before, .whb-header-bottom .wd-header-cats,
.whb-top-bar .wd-header-cats, .whb-header-bottom .menu-opener,
.whb-top-bar .menu-opener {
height: 100%; }
.wd-tools-element .wd-tools-count, .wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
position: absolute;
top: -5px;
right: -9px;
z-index: 1;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: var(--wd-primary-color);
color: #FFF;
text-align: center;
letter-spacing: 0;
font-weight: 400;
font-size: 9px;
line-height: 15px; }
.whb-top-bar .wd-tools-element .wd-tools-count, .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-header-nav {
flex: 1 1 auto; }
.wd-nav-main:not(.wd-offsets-calculated) .wd-dropdown-menu {
opacity: 0;
pointer-events: none; }
.wd-nav-main > li > a, .wd-nav-secondary > li > a {
height: 40px;
font-weight: var(--wd-header-el-font-weight);
font-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); }
.whb-top-bar .wd-nav-secondary > li > a {
font-weight: 400;
font-size: 12px; }
.wd-nav-secondary:not(.wd-offsets-calculated) .wd-dropdown-menu {
opacity: 0;
pointer-events: none; }
.site-logo {
max-height: inherit; }
.wd-logo {
max-height: inherit; }
.wd-logo picture {
max-height: inherit; }
.wd-logo picture img {
max-width: inherit; }
.wd-logo img {
padding-top: 5px;
padding-bottom: 5px;
transform: translateZ(0);
max-height: inherit;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
perspective: 800px;
-webkit-perspective: 800px; }
.wd-logo img[src$=".svg"] {
height: 100%; }
.browser-Internet .wd-logo img[src$=".svg"] {
height: auto; }
.wd-switch-logo .wd-sticky-logo {
display: none;
animation: wd-fadeIn .5s ease; }
.whb-sticked .wd-switch-logo .wd-main-logo,
.whb-clone .wd-switch-logo .wd-main-logo {
display: none; }
.whb-sticked .wd-switch-logo .wd-sticky-logo,
.whb-clone .wd-switch-logo .wd-sticky-logo {
display: block; }
.wd-header-fs-nav .wd-tools-icon:before {
font-size: 24px;
content: "\f15a";
font-family: "woodmart-font"; }
.wd-fs-menu {
position: fixed;
z-index: 400;
visibility: hidden;
padding-top: 80px;
padding-bottom: 80px;
background-color: rgba(0, 0, 0, 0.9);
opacity: 0;
transition: visibility .2s ease,
opacity .2s ease; }
.wd-fs-menu .wd-scroll-content {
max-height: 100%;
height: 100%; }
.wd-fs-menu.wd-opened {
visibility: visible;
opacity: 1;
transition: visibility .3s ease,
opacity .3s ease; }
.wd-fs-inner {
display: flex;
flex-direction: column;
height: 100%; }
.wd-fs-inner:after, .wd-fs-inner:before {
content: "";
flex: 1 1 auto; }
.wd-nav-fs {
display: flex;
margin-right: 0;
margin-left: 0;
transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
transform: translateY(-80px); }
.wd-nav-fs > li {
flex: 1 1 100%;
max-width: 100%;
width: 100%; }
.wd-nav-fs > li > a {
justify-content: center;
margin: 0 auto;
padding-top: 25px;
padding-bottom: 25px;
max-width: 700px;
width: 100%;
font-weight: var(--wd-header-el-font-weight);
font-style: var(--wd-header-el-font-style);
font-size: 22px;
font-family: var(--wd-header-el-font); }
.wd-nav-fs > li.menu-item-has-children > a:after {
content: none; }
.wd-opened .wd-nav-fs {
transition: none;
transform: none; }
.wd-opened .wd-nav-fs > li {
animation: wd-fs-items 0.8s cubic-bezier(0.19, 1, 0.22, 1) both 1s; }
.wd-opened .wd-nav-fs > li:nth-child(1) {
animation-delay: 0.1s; }
.wd-opened .wd-nav-fs > li:nth-child(2) {
animation-delay: 0.2s; }
.wd-opened .wd-nav-fs > li:nth-child(3) {
animation-delay: 0.3s; }
.wd-opened .wd-nav-fs > li:nth-child(4) {
animation-delay: 0.4s; }
.wd-opened .wd-nav-fs > li:nth-child(5) {
animation-delay: 0.5s; }
.wd-opened .wd-nav-fs > li:nth-child(6) {
animation-delay: 0.6s; }
.wd-opened .wd-nav-fs > li:nth-child(7) {
animation-delay: 0.7s; }
.wd-opened .wd-nav-fs > li:nth-child(8) {
animation-delay: 0.8s; }
.wd-opened .wd-nav-fs > li:nth-child(9) {
animation-delay: 0.9s; }
@keyframes wd-fs-items {
from {
opacity: 0;
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
transform: none; } }
.wd-nav-fs .wd-nav-opener {
position: absolute;
top: 0;
right: 0;
bottom: 0; }
.wd-dropdown-fs-menu {
margin: 0 auto;
min-height: auto !important; }
.sub-menu-open > .wd-dropdown-fs-menu {
animation: wd-fadeIn .3s ease; }
li:not(.sub-menu-open) > .wd-dropdown-fs-menu {
display: none; }
.wd-dropdown-fs-menu > .container {
padding: 0; }
.wd-dropdown-fs-menu .wd-sub-menu li a {
font-size: 16px; }
.wd-dropdown-fs-menu.wd-design-default {
width: 700px; }
.wd-dropdown-fs-menu.wd-design-default .wd-sub-menu li a {
justify-content: center;
padding-top: 12px;
padding-bottom: 12px;
font-size: 18px; }
.wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu, .wd-dropdown-fs-menu.wd-design-full-width .wd-sub-menu {
margin-bottom: -10px; }
.wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu > li, .wd-dropdown-fs-menu.wd-design-full-width .wd-sub-menu > li {
margin-bottom: 10px;
min-width: 200px; }
.wd-fs-widget-area {
margin-top: 30px; }
.wd-fs-close {
position: absolute;
top: 0;
right: 0; }
.wd-header-search .wd-tools-icon:before {
font-size: 19px;
transition: opacity .3s ease;
content: "\f130";
font-family: "woodmart-font"; }
.wd-header-search .wd-tools-icon:after {
position: absolute;
top: 50%;
left: 50%;
margin-top: -7.5px;
margin-left: -7.5px;
width: 15px;
height: 15px;
font-size: 15px;
opacity: 0;
content: "\f112";
font-family: "woodmart-font"; }
.wd-search-opened .wd-header-search .wd-tools-icon:after {
opacity: 1;
transition: opacity .3s ease; }
.wd-search-opened .wd-header-search .wd-tools-icon:before {
opacity: 0;
transition: none; }
.whb-top-bar .wd-header-search .wd-tools-icon:before {
font-size: 13px; }
.whb-top-bar .wd-header-search .wd-tools-icon:after {
font-size: 10px; }
.wd-search-dropdown {
width: 300px; }
.wd-search-dropdown input[type="text"] {
height: 70px;
border: none; }
[class*="wd-header-search-form"] {
flex: 1 1 auto; }
[class*="wd-header-search-form"] input[type='text'] {
min-width: 290px; }
.wd-header-search-form-mobile input[type="text"] {
min-width: 100%;
height: 42px;
font-size: 14px; }
.searchform.wd-style-with-bg input[type="text"] {
background-color: #FFF; }
.searchform.wd-style-with-bg .searchsubmit {
right: 0;
width: 52px;
border-top-right-radius: var(--wd-form-brd-radius);
border-bottom-right-radius: var(--wd-form-brd-radius);
color: #FFF;
background-color: var(--wd-primary-color); }
.searchform.wd-style-with-bg .searchsubmit:hover {
color: #FFF;
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
.searchform.wd-style-with-bg .searchsubmit:before {
border-color: rgba(255, 255, 255, 0.4);
border-left-color: #FFF; }
.global-color-scheme-light .searchform.wd-style-with-bg {
--wd-form-brd-color: rgba(129, 129, 129, .20);
--wd-form-brd-color-focus: rgba(129, 129, 129, .30);
--wd-form-color: #777777;
--wd-form-placeholder-color: var(--wd-form-color);
--wd-search-cat-color: #777;
--wd-search-cat-brd-color: var(--wd-form-brd-color); }
.wd-search-full-screen {
position: fixed;
z-index: 400;
background-color: #FFF;
box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
transform: translate3d(0, 100%, 0);
opacity: 0; }
.wd-search-full-screen .searchform {
padding-right: 100px;
padding-left: 100px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2);
opacity: 0;
transition: opacity .35s ease .2s;
--wd-form-color: #333333;
--wd-form-placeholder-color: #333333; }
.wd-search-full-screen .searchform input[type="text"] {
padding: 0;
height: 110px;
border: none;
text-align: center;
font-weight: 600;
font-size: 48px; }
.wd-search-full-screen .searchform .searchsubmit {
display: none; }
.wd-search-full-screen .search-info-text {
display: block; }
.wd-search-full-screen .wd-close-search {
position: absolute;
top: 5px;
right: 5px;
z-index: 1; }
.wd-search-full-screen .wd-close-search > a {
width: 100px;
height: 100px; }
.wd-search-full-screen .wd-close-search > a:before {
font-size: 30px; }
.wd-search-full-screen .search-results-wrapper {
margin-top: -39px;
height: calc(100% - 111px); }
.wd-search-full-screen .wd-dropdown-results,
.wd-search-full-screen .wd-scroll-content {
max-height: 100%;
height: 100%; }
.wd-search-full-screen .autocomplete-suggestions {
justify-content: center;
padding: 10px;
background-color: #FFF;
animation: wd-fadeInBottomShort .25s ease both; }
.wd-search-full-screen .autocomplete-suggestion {
flex-grow: 0;
flex-basis: 200px;
flex-direction: column;
padding: 10px;
border: none; }
.wd-search-full-screen .autocomplete-suggestion .suggestion-thumb {
margin-bottom: 10px;
margin-right: 0;
max-width: 100%; }
.wd-search-full-screen .autocomplete-suggestion:hover, .wd-search-full-screen .autocomplete-suggestion.autocomplete-selected {
background-color: transparent; }
.wd-search-full-screen .suggestion-divider {
flex: 1 1 100%;
margin-top: 20px;
margin-right: -10px;
margin-left: -10px;
padding-top: 20px;
border-top: 1px solid rgba(119, 119, 119, 0.2);
background-color: transparent !important;
text-align: center; }
.wd-search-full-screen .view-all-results {
margin-top: 10px;
margin-right: -10px;
margin-bottom: -10px;
margin-left: -10px; }
.wd-search-full-screen .no-found-msg {
text-align: center;
font-size: 16px; }
.wd-search-full-screen .search-loading + .search-info-text + .search-results-wrapper .wd-search-loader {
visibility: visible;
opacity: 1;
transition: opacity .3s ease,
visibility .3s ease; }
.wd-search-full-screen .search-loading + .search-info-text + .search-results-wrapper .wd-search-loader:after {
animation: wd-rotate 450ms infinite linear; }
.wd-search-full-screen.wd-opened {
transform: none;
opacity: 1;
transition: opacity 0s, transform 0.3s ease; }
.wd-search-full-screen.wd-opened .searchform {
opacity: 1; }
.wd-search-full-screen.wd-opened .search-info-text > span {
transform: none; }
.wd-search-full-screen.color-scheme-light {
background-color: #101010; }
.wd-search-full-screen.color-scheme-light .searchform {
border-color: rgba(255, 255, 255, 0.15);
--wd-form-color: rgba(255, 255, 255, 0.8);
--wd-form-placeholder-color: rgba(255, 255, 255, 0.8); }
.wd-search-full-screen.color-scheme-light .autocomplete-suggestions {
background-color: #101010; }
.wd-search-full-screen.color-scheme-light .suggestion-divider {
border-color: rgba(255, 255, 255, 0.15); }
.wd-search-loader {
z-index: 1002;
display: flex;
align-items: center;
justify-content: center;
visibility: hidden;
background-color: rgba(255, 255, 255, 0.8);
opacity: 0;
transition: opacity .1s ease,
visibility .1s ease; }
.wd-search-loader:after {
content: "";
display: inline-block;
width: 32px;
height: 32px;
border: 1px solid #BBB;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle; }
.color-scheme-light .wd-search-loader {
background-color: rgba(0, 0, 0, 0.9); }
.color-scheme-light .wd-search-loader:after {
border-color: rgba(255, 255, 255, 0.15);
border-left-color: #FFF; }
.search-info-text {
display: none;
overflow: hidden;
margin-top: 10px;
padding: 0 15px;
text-align: center;
font-size: 16px;
line-height: 30px; }
.search-info-text > span {
display: block;
transition: all .35s ease .15s;
transform: translateY(-50px);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap; }
.wd-search-opened {
overflow: hidden; }
.wpb-js-composer .whb-column > .info-box-wrapper .wd-info-box {
margin-bottom: 0; }
.wd-header-text {
flex: 1 1 auto; }
.wd-header-text p:first-child:empty {
display: none; }
.wd-header-text.wd-inline {
flex: 0 0 auto; }
.whb-top-bar .wd-header-text {
font-size: 12px;
line-height: 1.2; }
.whb-color-light .wd-header-text {
--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.8);
--color-gray-600:                rgba(255, 255, 255, 0.8);
--color-gray-700:                rgba(255, 255, 255, 0.8);
--color-gray-800:                #FFF;
--color-gray-900:                #FFF;
--bgcolor-white:                 #0d0d0d;
--bgcolor-gray-100:              #0d0d0d;
--brdcolor-gray-300:             rgba(255, 255, 255, 0.15);
--wd-text-color:                 rgba(255, 255, 255, 0.8);
--wd-title-color:                #FFF;
--wd-widget-title-color:         var(--wd-title-color);
--wd-entities-title-color:       #FFF;
--wd-entities-title-color-hover: rgba(255, 255, 255, 0.8);
--wd-link-color:                 rgba(255, 255, 255, 0.9);
--wd-link-color-hover:           #FFF;
--wd-form-brd-color:           rgba(255, 255, 255, .2);
--wd-form-brd-color-focus:     rgba(255, 255, 255, .3);
--wd-form-placeholder-color:   rgba(255,255,255,.6);
color: var(--wd-text-color); }
.whb-column > .wd-social-icons:not(.icons-design-default) .wd-social-icon {
margin-right: 0;
margin-left: 0; }
.whb-column > .wd-social-icons:not(.icons-design-default) .wd-social-icon:not(:last-child) {
margin-right: 8px; }
.wd-header-divider:before {
content: "";
display: block;
height: 18px;
border-right: 1px solid; }
.whb-color-dark .wd-header-divider:before {
border-color: rgba(129, 129, 129, 0.2); }
.whb-color-light .wd-header-divider:before {
border-color: rgba(255, 255, 255, 0.25); }
.whb-col-right .wd-header-divider:last-child,
.whb-mobile-right .wd-header-divider:last-child,
.whb-col-mobile .wd-header-divider:last-child {
padding-right: 10px; }
.whb-col-left .wd-header-divider:first-child,
.whb-mobile-left .wd-header-divider:first-child,
.whb-col-mobile .wd-header-divider:first-child {
padding-left: 10px; }
.whb-col-center .wd-header-divider:first-child {
padding-left: 10px; }
.whb-col-center .wd-header-divider:last-child {
padding-right: 10px; }
.wd-header-mobile-nav .wd-tools-icon:before {
font-size: 24px;
content: "\f15a";
font-family: "woodmart-font"; }
.mobile-nav .searchform {
z-index: 2;
box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17); }
.mobile-nav .searchform input[type="text"] {
padding-right: 50px;
padding-left: 20px;
height: 70px;
border: none;
font-weight: 600; }
.mobile-nav .wd-dropdown-results {
position: static; }
.mobile-nav .autocomplete-suggestion {
padding: 10px 20px; }
.mobile-nav .create-nav-msg {
padding: 20px; }
.wd-nav-mobile {
display: flex;
display: none;
margin-right: 0;
margin-left: 0;
animation: wd-fadeIn 1s ease;
--nav-mobile-link-color: #333333;
--nav-mobile-link-color-hover: var(--wd-primary-color);
--nav-mobile-link-color-current: var(--wd-primary-color);
--nav-mobile-link-brdcolor: rgba(129, 129, 129, 0.2);
--nav-mobile-link-bg-active: rgba(0, 0, 0, .04); }
.wd-nav-mobile > li {
flex: 1 1 100%;
max-width: 100%;
width: 100%; }
.wd-nav-mobile > li > a {
color: var(--nav-mobile-link-color); }
.wd-nav-mobile li {
display: flex;
flex-wrap: wrap; }
.wd-nav-mobile li a {
flex: 1 1 0%;
padding: 5px 20px;
min-height: 50px;
border-bottom: 1px solid var(--nav-mobile-link-brdcolor); }
.wd-nav-mobile li a .menu-label {
margin-top: 0;
align-self: auto; }
.wd-nav-mobile li.menu-item-has-children > a:after {
content: none; }
.wd-nav-mobile li.menu-item-has-children:not(.menu-item-has-block) > a {
margin-right: -50px;
padding-right: 55px; }
.wd-nav-mobile li:active > a, .wd-nav-mobile li.opener-page > a {
background-color: var(--nav-mobile-link-bg-active); }
.wd-nav-mobile li.current-menu-item > a {
color: var(--nav-mobile-link-color-current); }
.wd-nav-mobile .wd-with-icon > a:before {
margin-right: 7px;
font-size: 12px;
line-height: 1;
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 ul {
display: none;
flex: 1 1 100%;
order: 3; }
.wd-nav-mobile.wd-active {
display: block; }
.color-scheme-light .wd-nav-mobile {
--nav-mobile-link-color: #FFF;
--nav-mobile-link-brdcolor: rgba(255, 255, 255, 0.15);
--nav-mobile-link-bg-active: rgba(0, 0, 0, 0.9); }
.wd-nav-mob-tab {
display: flex;
margin: 0;
border-bottom: 1px solid rgba(129, 129, 129, 0.2);
background-color: rgba(0, 0, 0, 0.04); }
.wd-nav-mob-tab > li {
flex: 1 0 50%;
max-width: 50%; }
.wd-nav-mob-tab > li > a {
padding: 0;
font-weight: 900; }
.wd-nav-mob-tab > li.wd-active > a {
background-color: rgba(0, 0, 0, 0.05); }
.wd-nav-mob-tab.wd-style-underline {
--nav-color: #909090;
--nav-color-hover: #333333;
--nav-color-active: #333333; }
.wd-nav-mob-tab.wd-style-underline .nav-link-text {
flex: 1 1 auto;
padding: 18px 15px;
text-align: center; }
.wd-nav-mob-tab.wd-style-underline .nav-link-text:after {
top: auto;
bottom: -1px; }
.wd-nav-mob-tab.wd-style-underline:after {
top: auto;
bottom: -1px; }
.wd-nav-mob-tab.wd-swap {
flex-direction: row-reverse; }
.wd-nav-mob-tab:not(.wd-swap) li:first-child .nav-link-text:after,
.wd-nav-mob-tab.wd-swap li:last-child .nav-link-text:after {
right: 0;
left: auto; }
.mobile-nav .wd-nav-opener {
border-left: 1px solid var(--nav-mobile-link-brdcolor);
--nav-opener-color-active: #FFF; }
.mobile-nav .wd-nav-opener.wd-active {
background-color: var(--wd-primary-color); }
.mobile-nav .menu-item-has-block .wd-nav-opener {
display: none; }
.widgetarea-mobile {
padding: 20px; }
.mobile-menu-widget {
margin: 0 -20px 20px -20px;
padding: 0 20px 20px 20px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.mobile-menu-widget:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none; }
.color-scheme-light .mobile-menu-widget {
border-color: rgba(255, 255, 255, 0.15); }
.wd-header-cats {
position: relative;
margin-right: 10px;
margin-left: 10px; }
.menu-opener {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 15px;
min-width: 270px;
max-width: 320px;
height: 50px;
color: #333;
text-transform: var(--wd-header-el-transform);
letter-spacing: .4px;
font-weight: var(--wd-header-el-font-weight);
font-style: var(--wd-header-el-font-style);
font-size: var(--wd-header-el-font-size);
font-family: var(--wd-header-el-font);
line-height: 1;
transition: all 0.25s ease; }
.menu-opener .menu-opener-icon {
flex: 0 0 auto;
margin-right: 10px; }
.menu-opener .menu-opener-icon:not(.custom-icon):after {
font-weight: 400;
font-style: normal;
font-size: 22px;
content: "\f15a";
font-family: "woodmart-font"; }
.menu-opener:after {
margin-left: auto;
font-weight: 600;
font-style: normal;
font-size: 10px;
content: "\f129";
font-family: "woodmart-font"; }
.menu-opener:not(.has-bg) {
background-color: var(--wd-primary-color); }
.menu-opener.color-scheme-light {
color: #FFF; }
.wd-dropdown-cats {
right: 0;
z-index: 299;
border: 1px solid rgba(129, 129, 129, 0.15);
border-top: none;
box-shadow: none; }
.wd-dropdown-cats.color-scheme-light,
.global-color-scheme-light .wd-dropdown-cats {
border-color: rgba(255, 255, 255, 0.15); }
.wd-nav-vertical > li.wd-more-cat-btn > a {
justify-content: center;
padding: 10px;
background-color: #F9F9F9;
font-weight: 600;
font-size: 12px;
line-height: 1; }
.wd-nav-vertical > li.wd-more-cat-btn > a:after {
display: inline-block;
font-style: normal;
content: "\f129";
font-family: "woodmart-font"; }
.wd-nav-vertical > li.wd-more-cat-btn:hover > a {
background-color: #F2F2F2; }
.wd-show-cat .wd-nav-vertical > li > a:after {
transform: rotate(180deg); }
[class*="color-scheme-light"] .wd-nav-vertical > li.wd-more-cat-btn > a {
background-color: #1a1a1a; }
.wd-header-cart .wd-tools-icon:before {
font-size: 20px;
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 .wd-cart-subtotal .amount {
color: inherit;
font-weight: inherit;
font-size: inherit; }
.wd-header-cart .wd-cart-number > span {
display: none; }
.wd-header-cart.wd-design-2 .wd-tools-text {
margin-left: 15px; }
.wd-header-cart.wd-design-2 .subtotal-divider {
display: none; }
.wd-header-cart.wd-design-4 .wd-tools-text {
margin-left: 6px; }
.wd-header-cart.wd-design-4 .wd-cart-number {
display: inline-block;
padding: 0 2px;
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 .subtotal-divider,
.wd-header-cart.wd-design-4 .wd-cart-subtotal {
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 {
margin-right: 5px; }
.wd-header-cart.wd-design-5 .wd-tools-text {
display: none; }
.wd-dropdown-cart {
padding: 20px;
width: 330px; }
.wd-header-cart.wd-design-3 > a {
height: auto; }
.wd-header-cart.wd-design-3 .wd-tools-icon:before {
color: rgba(0, 0, 0, 0.17);
font-size: 32px; }
.wd-header-cart.wd-design-3 .wd-tools-text {
display: flex;
flex-direction: column-reverse;
margin-left: 12px;
padding-left: 12px;
border-left: 1px solid rgba(0, 0, 0, 0.1); }
.wd-header-cart.wd-design-3 .wd-cart-number {
color: #777;
text-transform: none;
font-weight: 400;
font-size: 13px;
line-height: 20px; }
.wd-header-cart.wd-design-3 .wd-cart-number > span {
display: inline-block; }
.wd-header-cart.wd-design-3 .wd-cart-subtotal {
line-height: 20px; }
.wd-header-cart.wd-design-3 .wd-cart-subtotal .amount {
color: var(--wd-primary-color);
font-weight: 900;
font-size: 14px; }
.wd-header-cart.wd-design-3 .subtotal-divider {
display: none; }
.whb-top-bar .wd-header-cart.wd-design-3 .wd-tools-icon:before {
font-size: 20px; }
.whb-top-bar .wd-header-cart.wd-design-3 .wd-tools-text {
margin-left: 8px;
padding-left: 8px; }
.whb-top-bar .wd-header-cart.wd-design-3 .wd-cart-number {
font-size: inherit;
line-height: 14px; }
.whb-top-bar .wd-header-cart.wd-design-3 .wd-cart-subtotal {
line-height: 14px; }
.whb-top-bar .wd-header-cart.wd-design-3 .wd-cart-subtotal .amount {
font-weight: 600;
font-size: 12px; }
.whb-color-light .wd-header-cart.wd-design-3 .wd-tools-text {
border-color: rgba(255, 255, 255, 0.3); }
.whb-color-light .wd-header-cart.wd-design-3 .wd-tools-icon:before {
color: #FFF; }
.whb-color-light .wd-header-cart.wd-design-3 .wd-cart-number {
color: rgba(255, 255, 255, 0.8); }
.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;
top: 0;
right: 0;
bottom: 0;
left: 0;
max-height: 100%; }
.cart-widget-side .woocommerce-mini-cart .mini_cart_item {
margin-bottom: 0;
padding: 15px;
transition: background-color .3s ease; }
.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
background-color: #F9F9F9; }
.cart-widget-side .woocommerce-mini-cart .remove {
top: 13px;
right: 10px; }
.cart-widget-side .shopping-cart-widget-footer {
flex: 0 0 auto;
padding-bottom: 15px; }
.cart-widget-side .shopping-cart-widget-footer > p {
padding-right: 15px;
padding-left: 15px; }
.cart-widget-side .woocommerce-mini-cart__total {
margin-top: 0; }
.cart-widget-side .wd-empty-mini-cart {
margin-top: 20px;
padding-left: 15px;
padding-right: 15px; }
.cart-widget-side.color-scheme-light .widget_shopping_cart .mini_cart_item:hover {
background-color: rgba(0, 0, 0, 0.3); }
.woocommerce-cart .cart-widget-side,
.woocommerce-cart .wd-dropdown-cart,
.woocommerce-checkout .cart-widget-side,
.woocommerce-checkout .wd-dropdown-cart {
display: none; }
.wd-header-wishlist .wd-tools-icon:before {
font-size: 20px;
content: "\f106";
font-family: "woodmart-font"; }
.wd-header-compare .wd-tools-icon:before {
font-size: 20px;
content: "\f128";
font-family: "woodmart-font"; }
.wd-header-my-account .wd-tools-icon:before {
font-size: 19px;
content: "\f124";
font-family: "woodmart-font"; }
.wd-account-style-text .wd-tools-icon {
display: none; }
.wd-account-style-text .wd-tools-text {
margin-left: 0; }
.wd-account-style-icon:not(.wd-with-username) .wd-tools-text {
display: none; }
.login-form-side .woocommerce-notices-wrapper {
padding: 20px 15px 0 15px; }
.login-form-side .woocommerce-form-login {
padding: 20px 15px 10px 15px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.login-form-side.color-scheme-light .woocommerce-form-login {
border-color: rgba(255, 255, 255, 0.15); }
.login-form-side .login.hidden-form {
display: none; }
.create-account-question {
--wd-tags-margin-bottom: 15px;
padding: 20px 15px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2);
text-align: center; }
.create-account-question p {
color: #2d2a2a;
font-weight: 600;
font-size: 14px; }
.create-account-question:before {
display: block;
margin-bottom: 15px;
color: rgba(135, 135, 135, 0.15);
font-size: 54px;
line-height: 1;
content: "\f124";
font-family: "woodmart-font"; }
.color-scheme-light .create-account-question {
border-color: rgba(255, 255, 255, 0.15); }
.color-scheme-light .create-account-question p {
color: #FFF; }
.color-scheme-light .create-account-question:before {
color: rgba(255, 255, 255, 0.6); }
.color-scheme-light .create-account-question .create-account-button {
border-color: rgba(255, 255, 255, 0.3);
color: #FFF; }
.color-scheme-light .create-account-question .create-account-button:hover {
border-color: #FFF;
color: #FFF; }
.wd-dropdown-register {
padding: 25px;
width: 350px; }
.wd-dropdown-register .login-title {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 15px;
padding-bottom: 2px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2);
text-transform: uppercase;
font-size: 16px; }
.wd-dropdown-register .login-title span,
.wd-dropdown-register .login-title a {
margin-bottom: 10px; }
.wd-dropdown-register .create-account-link {
color: var(--wd-primary-color);
font-weight: var(--wd-text-font-weight);
font-style: var(--wd-text-font-style);
font-family: var(--wd-text-font);
font-size: 14px;
text-transform: none; }
.wd-dropdown-register .create-account-link:hover {
color: var(--wd-primary-color);
opacity: .7; }
.wd-dropdown-register .login {
--wd-tags-margin-bottom: 15px; }
.wd-dropdown-register.color-scheme-light .login-title {
border-color: rgba(255, 255, 255, 0.15); }
.page-title {
position: relative;
margin-top: -40px;
margin-bottom: 40px;
padding: 15px 0; }
.page-title .container {
position: relative;
margin-bottom: -10px; }
.page-title .container > * {
margin-bottom: 10px; }
.page-title .title {
font-size: 36px;
line-height: 1.2; }
.title-design-centered {
text-align: center; }
.title-design-disable {
display: none; }
.website-wrapper {
position: relative;
overflow: hidden;
background-color: #FFF; }
.global-color-scheme-light .website-wrapper {
background-color: #1a1a1a; }
.main-page-wrapper {
margin-top: -40px;
padding-top: 40px;
min-height: 50vh;
background-color: #FFF; }
.global-color-scheme-light .main-page-wrapper {
background-color: #1a1a1a; }
.site-content {
margin-bottom: 40px; }
.sidebar-container {
margin-bottom: 40px; }
.sidebar-container .widget-heading {
display: none; }
.footer-sidebar {
padding-top: 40px;
padding-bottom: 10px; }
.footer-column {
margin-bottom: 30px; }
[class*="color-scheme-light"] .footer-widget {
--wd-link-color: rgba(255,255,255,.6); }
.wd-prefooter {
padding-bottom: 40px;
background-color: #FFF; }
.global-color-scheme-light .wd-prefooter {
background-color: #1a1a1a; }
.copyrights-wrapper {
border-top: 1px solid rgba(119, 119, 119, 0.2); }
[class*="color-scheme-light"] .copyrights-wrapper {
border-color: rgba(255, 255, 255, 0.1); }
.min-footer {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
margin-right: -15px;
margin-left: -15px;
padding-top: 20px;
padding-bottom: 20px; }
.min-footer > div {
flex: 1 0 50%;
padding-right: 15px;
padding-left: 15px;
max-width: 50%;
line-height: 1.2; }
.min-footer .col-right {
text-align: right; }
.copyrights-centered .min-footer {
align-items: stretch;
flex-wrap: wrap;
text-align: center; }
.copyrights-centered .min-footer .col-right {
text-align: center; }
.copyrights-centered .min-footer > div {
flex-basis: 100%;
margin-bottom: 15px;
max-width: 100%; }
.copyrights-centered .min-footer > div:last-child {
margin-bottom: 0; }
.wd-entry-meta {
display: inline-block;
margin-bottom: 10px;
margin-right: 10px;
vertical-align: middle;
font-weight: 400;
font-size: 0; }
.wd-entry-meta .meta-featured-post:before {
font-size: 14px;
content: "\f104";
font-family: "woodmart-font"; }
.wd-entry-meta .meta-author {
font-size: 14px; }
.wd-entry-meta .meta-author .avatar {
display: inline-block;
margin: 0 5px;
width: 18px;
height: 18px;
border-radius: 50%;
vertical-align: top; }
.wd-entry-meta .meta-author a {
text-transform: capitalize; }
.wd-entry-meta .meta-date {
vertical-align: top;
font-size: 14px; }
.wd-entry-meta .meta-reply {
display: inline-block; }
.wd-entry-meta .meta-reply a {
position: relative;
display: block;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px; }
.wd-entry-meta .meta-reply a:after {
display: inline-block;
font-size: 16px;
content: "\f103";
font-family: "woodmart-font"; }
.wd-entry-meta .meta-reply .replies-count {
position: absolute;
top: -4px;
right: -4px;
width: 14px;
height: 14px;
border-radius: 50%;
background-color: #A4A4A4;
color: #FFF;
text-align: center;
font-size: 9px;
line-height: 14px; }
.wd-entry-meta .meta-reply .replies-count-label {
display: none; }
[class*="color-scheme-light"] .wd-entry-meta .meta-reply .replies-count,
.blog-design-mask .wd-entry-meta .meta-reply .replies-count {
background-color: var(--wd-primary-color); }
.entry-meta-list li {
display: inline-block;
margin-right: 10px;
color: #A4A4A4;
vertical-align: middle;
line-height: 1.4; }
.entry-meta-list li a {
color: #A4A4A4; }
.entry-meta-list li a:hover {
color: #777; }
.entry-meta-list li.modified-date, .entry-meta-list li:last-child {
margin-right: 0; }
.blog-design-mask .entry-meta-list li,
[class*="color-scheme-light"] .entry-meta-list li {
color: rgba(255, 255, 255, 0.6); }
.blog-design-mask .entry-meta-list li a,
[class*="color-scheme-light"] .entry-meta-list li a {
color: rgba(255, 255, 255, 0.6); }
.blog-design-mask .entry-meta-list li a:hover,
[class*="color-scheme-light"] .entry-meta-list li a:hover {
color: rgba(255, 255, 255, 0.8); }
.wd-post-date.wd-style-with-bg {
position: absolute;
top: 15px;
left: 15px;
z-index: 2;
display: inline-block;
min-width: 53px;
background-color: #FFF;
box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
color: #333;
text-align: center;
line-height: 1; }
.wd-post-date.wd-style-with-bg > span {
display: block; }
.wd-post-date.wd-style-with-bg .post-date-day {
padding-top: 6px;
padding-bottom: 4px;
font-size: 24px; }
.wd-post-date.wd-style-with-bg .post-date-month {
padding-top: 2px;
padding-bottom: 8px;
text-transform: uppercase;
letter-spacing: .3px;
font-weight: 600;
font-size: 12px; }
[class*="color-scheme-light"] .wd-post-date.wd-style-with-bg {
background-color: #101010;
color: #FFF; }
.wd-post-cat.wd-style-with-bg {
display: inline-block;
overflow: hidden;
padding-right: 10px;
padding-left: 10px;
height: 25px;
background-color: var(--wd-primary-color);
color: #FFF;
line-height: 25px; }
.wd-post-cat.wd-style-with-bg > a {
display: inline-block;
color: #FFF;
vertical-align: top;
text-transform: uppercase;
letter-spacing: .3px;
font-weight: 600;
font-size: 12px; }
.wd-post-cat.wd-style-with-bg > a:hover {
color: rgba(255, 255, 255, 0.8); }
.wd-entry-content:after {
content: "";
display: block;
clear: both; }
.wd-entry-content p:last-child {
margin-bottom: 0; }
.page-links {
margin-top: 10px; }
.post-page-numbers {
padding: 0 5px; }
.post-gallery-slider {
overflow: hidden; }
.post-gallery-slider div.owl-nav > div {
background-color: #FFF;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
.post-gallery-slider div.owl-nav > div:after {
font-size: 18px;
line-height: 18px; }
[class*="color-scheme-light"] .post-gallery-slider .owl-nav > div {
background-color: #101010; }
.site-content > .author-info {
margin: 25px 15px 40px 15px; }
footer.entry-author .author-info {
margin-top: 80px;
margin-bottom: 25px; }
.author-info {
position: relative;
padding: 50px 25px 25px;
background-color: #F9F9F9;
text-align: center; }
.author-info .avatar {
display: inline-block;
overflow: hidden;
max-width: 74px;
border: 3px solid #FFF;
border-radius: 50%; }
.author-info .author-avatar {
position: absolute;
top: 0;
left: 50%;
margin-top: -37px;
margin-left: -37px; }
.author-info .author-description {
min-height: 74px; }
.author-info .author-title {
margin-bottom: 10px;
font-weight: 600;
font-size: 18px; }
.author-info .author-bio {
margin-bottom: 0; }
.author-info .author-link {
display: block;
margin-top: 10px;
font-weight: 600; }
.author-info .author-link span {
display: none; }
.global-color-scheme-light .author-info {
background-color: #101010; }
.global-color-scheme-light .author-info .avatar {
border-color: #101010; }
.wpb-js-composer .slide-post .blog-post-loop {
margin-bottom: 0 !important; }
.wd-post-thumb {
position: relative;
margin-bottom: 15px; }
.wd-post-img {
transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
.wd-post-img img {
width: 100%; }
.wd-featured-post {
margin-right: 10px;
font-size: 0; }
.wd-featured-post:before {
font-size: 14px;
content: "\f104";
font-family: "woodmart-font"; }
.wd-post-entry-meta {
color: var(--color-gray-400); }
.wd-meta-author {
display: flex;
align-items: center;
margin-right: 15px;
font-weight: 600; }
.wd-meta-author a {
color: #a5a5a5; }
.wd-meta-author img {
margin-right: 5px;
width: 22px;
border-radius: 50%; }
[class*="color-scheme-light"] .wd-meta-author a {
color: rgba(255, 255, 255, 0.9); }
[class*="color-scheme-light"] .wd-meta-author a:hover {
color: #FFF; }
.wd-post-actions {
display: flex; }
.wd-post-actions > div:not(:last-child) {
margin-right: 15px; }
.wd-meta-reply a {
position: relative;
display: block;
width: 20px;
height: 20px;
color: #a5a5a5;
text-align: center;
font-size: 0;
line-height: 20px; }
.wd-meta-reply a:after {
font-size: 16px;
content: "\f103";
font-family: "woodmart-font"; }
.wd-meta-reply a:hover {
color: #777777; }
.wd-meta-reply .replies-count {
position: absolute;
top: -4px;
right: -4px;
width: 14px;
height: 14px;
border-radius: 50%;
background-color: var(--wd-primary-color);
color: #FFF;
text-align: center;
font-size: 9px;
line-height: 14px; }
.wd-meta-reply .replies-count-label {
display: none; }
[class*="color-scheme-light"] .wd-meta-reply a {
color: rgba(255, 255, 255, 0.9); }
[class*="color-scheme-light"] .wd-meta-reply a:hover {
color: #FFF; }
.wd-post-share {
position: relative;
color: #a5a5a5;
font-size: 0;
transition: all .25s ease; }
.wd-post-share .wd-tooltip-label {
padding: 5px !important;
height: auto;
line-height: 1;
pointer-events: auto; }
.wd-post-share .wd-tooltip-label:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 100%;
width: 10px;
height: 100%; }
.wd-post-share:after {
width: 20px;
height: 20px;
text-align: center;
font-size: 16px;
line-height: 20px;
content: "\f117";
font-family: "woodmart-font"; }
.wd-post-share:hover {
color: #777777; }
[class*="color-scheme-light"] .wd-post-share {
color: rgba(255, 255, 255, 0.9); }
[class*="color-scheme-light"] .wd-post-share:hover {
color: #FFF; }
.wd-post-cat.wd-style-default {
font-size: 13px; }
.wd-post-cat.wd-style-default a {
color: var(--color-gray-400);
text-transform: uppercase;
white-space: nowrap; }
.wd-post-cat.wd-style-default a:hover {
color: var(--color-gray-600); }
.wd-meta-date {
text-transform: uppercase;
white-space: nowrap;
font-size: 13px; }
.wd-modified-date {
display: none; }
.wd-read-more {
margin-top: 15px; }
.wd-read-more a {
color: var(--wd-primary-color);
text-transform: uppercase;
font-weight: 800;
font-size: 13px;
line-height: 1; }
.wd-read-more a:hover {
opacity: .8; }
.wpb-js-composer .blog-post-loop:not([class*="col-"]) {
margin-bottom: 50px; }
.blog-post-loop .wd-entry-content > div[class*="wpb_"] {
display: none; }
.blog-post-loop .wd-entry-content twitterwidget {
margin: 10px auto; }
.blog-post-loop .wd-entry-content p {
margin-bottom: 15px; }
.blog-post-loop .wd-entry-content .read-more-section {
margin-bottom: 0;
line-height: 1; }
.blog-post-loop .entry-thumbnail img {
width: 100%; }
.blog-post-loop .entry-header {
position: relative;
text-align: center; }
.blog-post-loop .article-body-container {
position: relative;
z-index: 1;
padding: 25px;
background-color: #FFF;
text-align: center; }
.blog-post-loop .post-title {
margin-bottom: 10px; }
.blog-post-loop:hover .post-image-mask:after, .blog-post-loop:hover .post-image-mask:before,
.blog-post-loop:hover .post-image-mask span {
opacity: 1;
animation: wd-fadeInLeft .3s ease; }
.blog-post-loop:hover .post-image-mask:before {
transition-delay: .2s;
animation-delay: .2s; }
.blog-post-loop:hover .post-image-mask span {
transition-delay: .1s;
animation-delay: .1s; }
.blog-post-loop:hover .post-img-wrapp a {
transform: scale(1.03); }
.blog-post-loop:hover .post-img-wrapp a:after {
opacity: 1; }
[class*="color-scheme-light"] .blog-post-loop .article-body-container {
background-color: #101010; }
.blog-style-shadow .article-body-container {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
transition: box-shadow .6s ease; }
.blog-style-shadow:hover .article-body-container {
box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }
.post-img-wrapp {
overflow: hidden;
vertical-align: middle;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.post-img-wrapp a {
display: block;
margin: -2px;
transition: transform .7s ease,
opacity .7s ease;
transform: scale(1); }
.post-img-wrapp a:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity .7s ease; }
.post-image-mask {
position: absolute;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -22px;
text-align: center;
font-size: 0; }
.post-image-mask:after, .post-image-mask:before {
content: ""; }
.post-image-mask:after, .post-image-mask:before,
.post-image-mask span {
display: inline-block;
margin-right: 7px;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #FFF;
vertical-align: middle;
opacity: 0;
transition: opacity .2s ease;
animation: wd-fadeOutRight .3s ease; }
.post-image-mask:after {
margin-right: 0; }
.post-image-mask span {
transition-delay: .1s;
animation-delay: .1s; }
.post-image-mask:before {
transition-delay: .15s;
animation-delay: .15s; }
@keyframes wd-fadeOutRight {
from {
transform: none; }
to {
transform: translate3d(50px, 0, 0); } }
.hovered-social-icons {
position: relative;
display: inline-block;
margin-bottom: 10px;
color: #A4A4A4;
vertical-align: middle;
font-size: 0;
transition: all .25s ease; }
.hovered-social-icons .wd-tooltip-label {
height: auto;
pointer-events: auto;
line-height: 1;
padding: 5px !important; }
.hovered-social-icons .wd-tooltip-label:after {
content: "";
position: absolute;
top: 100%;
right: 0;
left: 0;
height: 10px; }
.hovered-social-icons:after {
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
font-size: 16px;
line-height: 20px;
content: "\f117";
font-family: "woodmart-font"; }
.hovered-social-icons:hover {
color: #777; }
.blog-design-mask .hovered-social-icons,
[class*="color-scheme-light"] .hovered-social-icons {
color: rgba(255, 255, 255, 0.6); }
.blog-design-mask .hovered-social-icons:hover,
[class*="color-scheme-light"] .hovered-social-icons:hover {
color: rgba(255, 255, 255, 0.8); }
.meta-categories-wrapp {
position: absolute;
top: -13px;
right: 15px;
left: 15px;
overflow: hidden;
height: 25px;
line-height: 25px; }
.wpb-js-composer .wd-spacing-0 + .blog-footer,
.wpb-js-composer .wd-spacing-2 + .blog-footer,
.wpb-js-composer .wd-spacing-6 + .blog-footer {
margin-top: 15px; }
.format-quote .post-title,
.format-quote .post-image-mask,
.format-quote .meta-post-categories,
.format-quote .post-date,
.format-quote .entry-meta,
.format-quote .entry-header,
.format-quote .hovered-social-icons,
.format-quote .share-with-lines {
display: none; }
.format-quote .entry-header {
z-index: 2;
margin-bottom: 0; }
.format-quote .post-img-wrapp {
background: transparent; }
.format-quote .post-img-wrapp a {
margin: 0; }
.format-quote .post-img-wrapp a:after {
content: none; }
.format-quote .post-img-wrapp img {
display: inline-block;
max-height: 75px;
width: auto;
border-radius: 50%; }
.format-quote blockquote {
margin-bottom: 0;
padding-left: 0;
border-left: none;
color: #777;
text-align: center; }
.format-quote blockquote cite,
.format-quote blockquote cite a {
font-size: 16px; }
.format-quote.has-post-thumbnail .entry-header {
display: block; }
.format-quote:not(.post-single-page) .article-body-container:before {
position: absolute;
right: 30px;
bottom: 15px;
display: inline-block;
color: rgba(0, 0, 0, 0.06);
font-size: 96px;
line-height: 90px;
content: "\f131";
font-family: "woodmart-font"; }
.format-quote:hover .post-img-wrapp a {
opacity: 1;
transform: none; }
[class*="color-scheme-light"] .format-quote:not(.post-single-page) .article-body-container:before {
color: rgba(255, 255, 255, 0.1); }
.format-link .entry-content a {
display: inline-block;
padding: 10px 20px;
background-color: #F7F7F7;
font-size: 22px; }
.format-link .entry-content a:hover {
background-color: #F1F1F1; }
[class*="color-scheme-light"] .format-link .entry-content a {
background-color: rgba(0, 0, 0, 0.3); }
[class*="color-scheme-light"] .format-link .entry-content a:hover {
background-color: rgba(0, 0, 0, 0.9); }
.slider-type-post .owl-stage-outer,
.slider-type-post .owl-carousel:not(.owl-loaded) {
padding-top: 11px;
padding-bottom: 11px; }
@keyframes wd-fadeInLeft {
from {
transform: translate3d(-50px, 0, 0); }
to {
transform: none; } }
.wpb-js-composer .post-slide {
margin-bottom: 0 !important; }
.post-slide:not(.has-post-thumbnail) .post-date {
display: none; }
.post-slide:not(.has-post-thumbnail) .meta-categories-wrapp {
position: static;
margin-bottom: 15px; }
.owl-items-lg-4 .post-slide .wd-entry-meta .meta-author {
font-size: 0; }
.owl-items-lg-4 .post-slide .wd-entry-meta .meta-author a {
font-size: 14px; }
.read-more-section {
margin-top: 20px;
margin-bottom: 0;
line-height: 1; }
.read-more-section a {
position: relative;
display: inline-block;
border-bottom: none;
text-transform: uppercase;
letter-spacing: .3px;
font-weight: 800;
font-size: 13px;
color: var(--wd-primary-color); }
.read-more-section a:after {
position: absolute;
bottom: 0;
left: 100%;
display: inline-block;
margin-left: 5px;
height: 5px;
font-weight: 600;
font-size: 14px;
line-height: 5px;
opacity: 0;
transition: opacity .35s ease;
content: "\f109";
font-family: "woodmart-font"; }
.read-more-section a:hover {
color: var(--wd-primary-color); }
.read-more-section a:hover:after {
opacity: 1;
animation: wd-ShakeNext 1s ease infinite; }
.blog-design-default .article-body-container {
margin-right: 25px;
margin-left: 25px; }
.blog-design-default .post-title {
font-size: 32px;
line-height: 1.2; }
.blog-design-default .wd-entry-content {
font-size: 110%; }
.blog-design-default:not(.has-post-thumbnail) .wd-post-date {
position: static;
margin-bottom: 25px; }
.blog-design-default.has-post-thumbnail .article-body-container {
margin-top: -25px; }
.blog-design-default.has-post-thumbnail.format-quote .article-body-container {
margin-top: -37px;
padding-top: 55px; }
.blog-design-default.format-quote .article-body-container {
padding-top: 25px;
padding-right: 105px;
padding-left: 105px; }
.blog-design-default.format-gallery:not(.has-post-thumbnail) .wd-post-date {
display: none; }
.blog-design-default.format-gallery:not(.has-post-thumbnail) .post-gallery-slider {
margin-bottom: -25px; }
.blog-design-default-alt {
text-align: center; }
.blog-design-default-alt .post-title {
font-size: 32px;
line-height: 1.2; }
.blog-design-default-alt .wd-entry-content {
font-size: 110%; }
.blog-design-default-alt .article-body-container {
margin-right: 25px;
margin-left: 25px;
padding-top: 25px; }
.blog-design-default-alt .wd-entry-meta {
margin-bottom: 15px;
margin-right: 0; }
.blog-design-default-alt .meta-post-categories {
margin-bottom: 15px; }
.blog-design-default-alt .share-with-lines {
margin-top: 20px; }
.blog-design-default-alt .social-icons-wrapper {
display: none; }
.blog-design-default-alt:not(.has-post-thumbnail) .post-date {
display: none; }
.blog-design-default-alt.has-post-thumbnail .article-body-container {
margin-top: -25px; }
.blog-design-default-alt.has-post-thumbnail.format-quote .article-body-container {
margin-top: -37px;
padding-top: 55px; }
.blog-design-default-alt.has-post-thumbnail.format-quote .post-date {
display: none; }
.blog-design-default-alt.format-gallery:not(.has-post-thumbnail):not(.blog-style-flat) .post-gallery-slider {
margin-bottom: -25px; }
.blog-design-default-alt.format-gallery.blog-style-flat .post-gallery-slider {
margin-bottom: 15px; }
.blog-design-default-alt.blog-style-flat .article-body-container {
margin-top: 0;
margin-right: 0;
margin-left: 0;
padding: 0;
background-color: transparent; }
.blog-design-default-alt.blog-style-flat .entry-content {
padding: 15px; }
.blog-design-default-alt.blog-style-flat .share-with-lines {
margin-top: 5px; }
.blog-design-default-alt.blog-style-flat:not(.has-post-thumbnail) .entry-content {
padding-top: 0; }
.share-with-lines {
display: flex;
align-items: center;
flex-direction: row;
justify-content: center; }
.share-with-lines .wd-social-icons {
flex: 0 0 auto;
padding-right: 20px;
padding-left: 20px; }
.share-with-lines > span {
flex: 1 1 auto;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
[class*="color-scheme-light"] .share-with-lines .wd-social-icons a {
border: 2px solid rgba(255, 255, 255, 0.4);
color: #FFF !important; }
[class*="color-scheme-light"] .share-with-lines > span {
border-color: rgba(255, 255, 255, 0.15); }
.blog-design-small-images:not(.blog-style-flat) .post-gallery-slider .owl-nav > div[class*="next"] {
right: 15px; }
.blog-design-small-images .post-title {
font-size: 32px;
line-height: 1.2; }
.blog-design-small-images.has-post-thumbnail .article-inner {
display: flex;
align-items: center;
flex-direction: row;
justify-content: center; }
.blog-design-small-images.has-post-thumbnail .entry-header,
.blog-design-small-images.has-post-thumbnail .article-body-container {
flex: 1 0 50%;
max-width: 50%; }
.blog-design-small-images.has-post-thumbnail .post-title {
font-size: 26px;
line-height: 1.4; }
.blog-design-small-images.has-post-thumbnail.blog-style-shadow .article-body-container {
margin-left: -15px; }
.blog-design-small-images.has-post-thumbnail.blog-style-flat .article-body-container {
background-color: transparent; }
.blog-design-small-images.has-post-thumbnail.blog-style-flat .meta-categories-wrapp {
position: static;
margin-bottom: 10px; }
.blog-design-small-images.has-post-thumbnail.format-quote .entry-header,
.blog-design-small-images.has-post-thumbnail.format-quote .article-body-container {
max-width: 100%; }
.blog-design-small-images.has-post-thumbnail.format-quote .article-body-container {
margin-top: -37px;
margin-left: 0;
padding-top: 55px; }
.blog-design-small-images.has-post-thumbnail.format-quote .post-date {
display: none; }
.blog-design-small-images.post-slide .post-title {
font-size: 22px; }
.blog-design-small-images.post-slide .wd-entry-meta .meta-author {
font-size: 0; }
.blog-design-small-images.post-slide .wd-entry-meta .meta-author a {
font-size: 14px; }
.blog-design-small-images:not(.has-post-thumbnail) .post-date {
position: static;
margin-bottom: 25px; }
.blog-design-small-images.format-quote .article-inner {
display: block; }
.blog-design-small-images.format-quote .entry-header,
.blog-design-small-images.format-quote .article-body-container {
width: auto; }
.blog-design-small-images.format-quote .article-body-container {
padding-top: 25px;
padding-right: 105px;
padding-left: 105px; }
.blog-design-small-images.format-quote .post-date {
display: none; }
.blog-design-chess:nth-child(even):not(.blog-style-flat) .post-gallery-slider .owl-nav > div[class*="next"] {
right: 0; }
.blog-design-chess:nth-child(even):not(.blog-style-flat) .post-gallery-slider .owl-nav > div[class*="prev"] {
left: 15px; }
.blog-design-chess:nth-child(even).has-post-thumbnail .article-inner {
flex-direction: row-reverse; }
.blog-design-chess:nth-child(even).has-post-thumbnail .post-date {
right: 15px;
left: auto; }
.blog-design-chess:nth-child(even).has-post-thumbnail.blog-style-shadow .article-body-container {
margin-left: 0;
margin-right: -15px; }
.blog-design-chess:nth-child(even).has-post-thumbnail.format-quote .article-body-container {
margin-right: 0; }
.blog-design-masonry .post-title {
font-size: 24px;
line-height: 1.4; }
.blog-design-masonry.has-post-thumbnail .post-date {
top: 10px;
left: 10px; }
.blog-design-masonry.blog-style-flat .article-body-container {
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
background-color: transparent; }
.blog-design-masonry.blog-style-shadow .article-body-container {
box-shadow: none; }
.blog-design-masonry.blog-style-shadow .article-inner {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
transition: box-shadow .35s ease; }
.blog-design-masonry.blog-style-shadow:hover .article-inner {
box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }
.blog-design-masonry.blog-style-shadow:hover .article-body-container {
box-shadow: none; }
.blog-design-masonry:not(.has-post-thumbnail) .post-date {
display: none; }
.blog-design-masonry.format-quote .article-inner {
padding: 25px; }
.blog-design-masonry.format-quote:not(.post-single-page) .article-body-container {
padding: 0; }
.blog-design-masonry.format-quote:not(.post-single-page) .article-body-container:before {
right: 0;
bottom: -20px; }
.blog-design-masonry.format-quote .post-date {
display: none; }
.blog-design-masonry.format-quote .entry-header {
display: none;
margin-bottom: 15px; }
.blog-design-masonry.format-quote.has-post-thumbnail .entry-header {
display: block; }
.blog-design-masonry.col-lg-3 .post-title {
font-size: 18px; }
.blog-design-masonry.col-lg-3.blog-style-flat .article-body-container {
padding-top: 20px; }
.blog-design-mask .article-inner {
position: relative;
overflow: hidden; }
.blog-design-mask .article-body-container {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding-top: 50px;
padding-bottom: 15px;
background-color: transparent;
box-shadow: none; }
.blog-design-mask .post-title {
--wd-entities-title-color:       #FFF;
--wd-entities-title-color-hover: rgba(255, 255, 255, 0.8); }
.blog-design-mask .meta-categories-wrapp {
position: static;
margin-bottom: 10px; }
.blog-design-mask .wd-entry-content {
display: none;
margin-bottom: 15px;
color: rgba(255, 255, 255, 0.8); }
.blog-design-mask .post-image-mask {
display: none; }
.blog-design-mask .post-gallery-slider {
z-index: unset; }
.blog-design-mask .post-gallery-slider .owl-nav {
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
background-color: #FFF; }
.blog-design-mask .post-gallery-slider .owl-nav > div {
position: static;
visibility: visible;
margin-top: 0;
width: 35px;
height: 40px;
background-color: transparent;
box-shadow: none;
opacity: 1;
transform: none;
pointer-events: visible; }
.blog-design-mask .post-gallery-slider .owl-nav > div:after {
font-weight: 700;
font-size: 14px; }
.blog-design-mask.format-quote .entry-header {
z-index: unset;
display: block; }
.blog-design-mask.format-quote .post-img-wrapp img {
max-height: none;
width: 100%;
border-radius: unset; }
.blog-design-mask.format-quote:not(.post-single-page) .article-body-container:before {
color: rgba(255, 255, 255, 0.16); }
.blog-design-mask.format-quote .wd-entry-content {
display: block; }
.blog-design-mask.blog-style-shadow .article-inner {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
transition: box-shadow .6s ease; }
.blog-design-mask.blog-style-shadow:hover .article-inner {
box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }
.blog-design-mask.has-post-thumbnail .article-body-container {
background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.8) 100%); }
.blog-design-mask:not(.has-post-thumbnail) .article-inner {
min-height: 300px;
background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.8) 100%); }
.blog-design-mask:hover .article-body-container {
box-shadow: none; }
[class*="color-scheme-light"] .blog-design-mask .post-gallery-slider .owl-nav {
background-color: #101010; }
.blog-design-meta-image.has-post-thumbnail .wd-post-thumb {
overflow: hidden; }
.blog-design-meta-image.has-post-thumbnail .wd-post-header {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 15px 20px;
transition: all .25s ease;
pointer-events: none;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); }
.blog-design-meta-image.has-post-thumbnail .wd-post-header > div {
pointer-events: auto; }
.blog-design-meta-image .wd-entities-title {
margin-bottom: 10px; }
.blog-design-meta-image .wd-meta-author {
flex-grow: 1;
margin-right: 15px;
font-size: 14px; }
.blog-design-meta-image .wd-post-header {
display: flex;
align-items: center;
justify-content: flex-end; }
.blog-design-meta-image .wd-post-entry-meta {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 10px; }
.blog-design-meta-image .wd-post-cat:not(:last-child) {
margin-right: 10px; }
.blog-design-meta-image .wd-post-cat:not(:last-child):after {
content: "/";
margin-left: 8px; }
.blog-design-meta-image:hover .wd-post-img {
transform: scale(1.1); }
.blog-design-meta-image.format-quote .wd-post-header,
.blog-design-meta-image.format-quote .wd-post-entry-meta {
display: none; }
.post-single-page {
text-align: center; }
.post-single-page .post-gallery-slider {
margin-bottom: 30px; }
.post-single-page .post-title {
margin-bottom: 10px;
font-size: 32px;
line-height: 1.2; }
.post-single-page .entry-header {
position: relative; }
.post-single-page .meta-post-categories {
margin-top: 0;
margin-bottom: 15px; }
.post-single-page .wd-entry-meta {
margin-bottom: 20px;
margin-right: 0; }
.post-single-page .article-body-container {
text-align: left; }
.post-single-page .entry-content {
margin-bottom: 60px;
font-size: 110%; }
.post-single-page:not(.has-post-thumbnail) .wd-post-date {
display: none; }
.post-single-page.has-post-thumbnail .article-inner > .entry-header {
margin-bottom: 30px; }
.post-single-page.format-quote .post-date {
display: none; }
.related-posts-slider {
margin-bottom: 50px; }
.post-password-form label {
display: inline-block;
margin-bottom: 10px;
vertical-align: bottom;
text-align: left;
font-weight: 600; }
.post-password-form input[type="submit"] {
margin-bottom: 10px;
vertical-align: bottom;
border-radius: var(--btn-accent-brd-radius);
color: var(--btn-accent-color);
box-shadow: var(--btn-accent-box-shadow);
background-color: var(--btn-accent-bgcolor); }
.post-password-form input[type="submit"]:hover {
color: var(--btn-accent-color-hover);
box-shadow: var(--btn-accent-box-shadow-hover);
background-color: var(--btn-accent-bgcolor-hover); }
.post-password-form input[type="submit"]:active {
box-shadow: var(--btn-accent-box-shadow-active);
bottom: var(--btn-accent-bottom-active); }
.post-title-large-image > .container {
position: relative;
z-index: 2; }
.post-title-large-image:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1; }
.post-title-large-image .meta-post-categories > a:hover {
color: rgba(255, 255, 255, 0.8); }
.post-title-large-image .wd-entry-meta {
margin-right: 0; }
.post-title-large-image.color-scheme-light:after {
background: linear-gradient(transparent 5%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 100%); }
.post-single-large-image:not(.format-gallery) .article-inner > .entry-header {
display: none; }
.wd-single-footer {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
padding-top: 20px;
padding-bottom: 20px;
border-top: 2px solid rgba(113, 113, 113, 0.15); }
.wd-single-footer .single-post-social {
flex: 1 0 auto;
max-width: 100%; }
.wd-single-footer .single-meta-tags {
flex: 0 1 100%;
max-width: 100%; }
.wd-single-footer .tags-title {
display: none; }
.wd-single-footer .tags-list {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
font-size: 0; }
.wd-single-footer .tags-list a {
position: relative;
display: inline-flex;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 15px;
padding-right: 15px;
padding-left: 25px;
min-width: 70px;
border: 2px solid #F1F1F1;
color: #212121;
text-align: center;
text-decoration: none;
text-transform: capitalize;
font-weight: 600;
font-size: 14px;
line-height: 28px; }
.wd-single-footer .tags-list a:after {
content: "";
position: absolute;
top: 50%;
left: 10px;
margin-top: -3px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #F1F1F1;
transition: background .25s ease; }
.wd-single-footer .tags-list a:hover {
color: #212121;
border-color: var(--wd-primary-color); }
.wd-single-footer .tags-list a:hover:after {
background-color: var(--wd-primary-color); }
.wd-single-footer:empty {
padding: 0; }
.global-color-scheme-light .wd-single-footer {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .wd-single-footer .tags-list a {
border-color: rgba(255, 255, 255, 0.15);
color: #FFF; }
.global-color-scheme-light .wd-single-footer .tags-list a:after {
background-color: #FFF; }
.portfolio-filter {
margin-bottom: 20px; }
.wd-nav-portfolio.wd-style-underline {
--nav-color: rgba(51, 51, 51, 0.7);
--nav-color-hover: #333333;
--nav-color-active: #333333; }
.wd-nav-portfolio > li > a {
padding: 10px;
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-size: 16px;
font-family: var(--wd-title-font); }
.global-color-scheme-light .wd-nav-portfolio.wd-style-underline {
--nav-color: rgba(255, 255, 255, 0.7);
--nav-color-hover: #FFF;
--nav-color-active: #FFF; }
.portfolio-entry .entry-header {
position: relative; }
.portfolio-entry .project-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1; }
.portfolio-entry .entry-thumbnail {
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.portfolio-entry .entry-thumbnail img {
width: 100%; }
.portfolio-entry .portfolio-thumbnail {
position: relative;
display: block; }
.portfolio-entry .portfolio-thumbnail:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0; }
.portfolio-entry .portfolio-info {
padding: 20px; }
.portfolio-entry .wrap-meta {
margin-bottom: 10px; }
.portfolio-entry .wd-entities-title {
margin-bottom: 0;
color: #FFF;
text-transform: uppercase;
font-weight: 600;
font-size: 20px;
line-height: 1.4; }
.portfolio-entry .wd-entities-title a {
color: inherit; }
.portfolio-entry .wd-entities-title a:hover {
color: rgba(255, 255, 255, 0.8); }
.portfolio-entry .proj-cats-list li {
display: inline-flex;
margin-right: 2px;
color: rgba(255, 255, 255, 0.7);
text-transform: uppercase;
letter-spacing: .3px;
font-size: 12px; }
.portfolio-entry .proj-cats-list li:after {
content: ", "; }
.portfolio-entry .proj-cats-list li:last-child {
margin-right: 0; }
.portfolio-entry .proj-cats-list li:last-child:after {
content: none; }
.portfolio-entry .social-icons-wrapper {
position: absolute;
top: 35px;
right: 1px;
z-index: 2;
opacity: 0;
transition: opacity .4s ease; }
.portfolio-entry .social-icons-wrapper:after {
display: block;
width: 30px;
height: 30px;
color: #FFF;
text-align: center;
font-weight: 400;
font-size: 16px;
line-height: 30px;
cursor: pointer;
transition: color .3s ease;
content: "\f117";
font-family: "woodmart-font"; }
.portfolio-entry .social-icons-wrapper .wd-social-icons {
position: absolute;
top: 50%;
right: 100%;
z-index: 2;
flex-wrap: nowrap;
visibility: hidden;
margin-top: -18px;
padding: 5px;
background: rgba(0, 0, 0, 0.9);
white-space: nowrap;
opacity: 0;
transition: opacity .3s ease,
visibility .3s ease; }
.portfolio-entry .social-icons-wrapper .wd-social-icons a {
color: #FFF; }
.portfolio-entry .social-icons-wrapper .wd-social-icons a:hover {
color: rgba(255, 255, 255, 0.8); }
.portfolio-entry .social-icons-wrapper .wd-social-icons:after {
content: "";
position: absolute;
top: 50%;
left: 100%;
margin-top: -5px;
width: 0;
height: 0;
border-style: solid;
border-color: transparent;
border-left-color: rgba(0, 0, 0, 0.9);
border-width: 5px 0 5px 5px; }
.portfolio-entry .social-icons-wrapper:hover .wd-social-icons {
visibility: visible;
opacity: 1; }
.portfolio-entry .social-icons-wrapper:hover:after {
color: rgba(255, 255, 255, 0.8); }
.portfolio-entry .portfolio-enlarge {
position: absolute;
top: 0;
right: 0;
z-index: 2;
outline: none;
color: #FFF;
text-align: center;
font-size: 0;
opacity: 0;
transition: opacity .4s ease,
color .4s ease; }
.portfolio-entry .portfolio-enlarge:after {
display: inline-block;
width: 30px;
height: 30px;
font-weight: 400;
font-size: 14px;
line-height: 30px;
content: "\f127";
font-family: "woodmart-font"; }
.portfolio-entry .portfolio-enlarge:hover {
color: rgba(255, 255, 255, 0.8); }
.portfolio-entry .entry-summary {
display: none; }
.portfolio-entry:hover .portfolio-enlarge,
.portfolio-entry:hover .social-icons-wrapper {
opacity: 1; }
.portfolio-entry:hover .portfolio-thumbnail:after {
opacity: 1; }
div.wd-portfolio-holder {
transition: height .4s ease; }
.wpb-js-composer .wd-spacing-0 + .portfolio-footer,
.wpb-js-composer .wd-spacing-2 + .portfolio-footer,
.wpb-js-composer .wd-spacing-6 + .portfolio-footer,
.wpb-js-composer .wd-spacing-10 + .portfolio-footer {
margin-top: 25px; }
.portfolio-hover .wrap-title,
.portfolio-hover .wrap-meta {
overflow: hidden; }
.portfolio-hover .portfolio-thumbnail {
transition: transform .5s ease,
opacity .5s ease;
transform: scale(1); }
.portfolio-hover .portfolio-thumbnail:after {
transition: visibility .5s ease,
opacity .5s ease; }
.portfolio-hover .proj-cats-list,
.portfolio-hover .wd-entities-title {
opacity: 0;
transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.portfolio-hover .proj-cats-list {
transform: translateY(15px); }
.portfolio-hover .wd-entities-title {
transform: translateY(-15px); }
.portfolio-hover:hover .proj-cats-list,
.portfolio-hover:hover .wd-entities-title {
opacity: 1;
transform: translateY(0); }
.portfolio-hover:hover .portfolio-thumbnail {
transform: scale(1.09); }
.portfolio-parallax .portfolio-thumbnail:after {
transition: opacity .4s ease; }
.portfolio-parallax .portfolio-info {
opacity: 0;
transition: opacity .4s ease; }
.portfolio-parallax:hover .portfolio-info {
opacity: 1; }
.portfolio-hover .portfolio-info,
.portfolio-parallax .portfolio-info {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: center;
padding: 25px;
text-align: center; }
.portfolio-hover-inverse .entry-header {
overflow: hidden;
background-color: #000; }
.portfolio-hover-inverse .portfolio-thumbnail {
transition: transform .4s; }
.portfolio-hover-inverse .portfolio-thumbnail:after {
background-color: rgba(0, 0, 0, 0.4);
transition: opacity .4s ease; }
.portfolio-hover-inverse .portfolio-info {
position: absolute;
right: 0;
bottom: 0;
left: 0;
background-color: #000;
transition: transform .4s;
transform: translateY(100%); }
.portfolio-hover-inverse:hover .portfolio-thumbnail {
transform: translateY(-40px); }
.portfolio-hover-inverse:hover .portfolio-info {
transform: translateY(0%); }
.portfolio-text-shown .entry-header {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
transition: box-shadow .35s ease-in-out; }
.portfolio-text-shown .portfolio-thumbnail {
transition: transform .7s ease-out;
transform: scale(1); }
.portfolio-text-shown .portfolio-thumbnail:after {
background-color: rgba(0, 0, 0, 0.5);
transition: visibility .7s ease-out, opacity .7s ease-out; }
.portfolio-text-shown .portfolio-info {
background-color: #FFF;
text-align: center; }
.portfolio-text-shown .proj-cats-list li {
color: #a2a2a2; }
.portfolio-text-shown .wd-entities-title a {
color: #2d2a2a; }
.portfolio-text-shown .wd-entities-title a:hover {
color: #2d2a2a;
opacity: .7; }
.portfolio-text-shown:hover .entry-header {
box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }
.portfolio-text-shown:hover .portfolio-thumbnail {
transform: scale(1.05); }
.owl-carousel .portfolio-text-shown {
padding-top: 10px;
padding-bottom: 10px; }
[class*="color-scheme-light"] .portfolio-text-shown .portfolio-info {
background-color: #101010; }
[class*="color-scheme-light"] .portfolio-text-shown .proj-cats-list li {
color: rgba(255, 255, 255, 0.6); }
[class*="color-scheme-light"] .portfolio-text-shown .wd-entities-title a {
color: #FFF; }
[class*="color-scheme-light"] .portfolio-text-shown .wd-entities-title a:hover {
color: #FFF; }
.subtitle-style-background[class*="subtitle"] {
display: inline-block;
padding: 6px 10px;
font-weight: 600;
line-height: 1.2;
font-size: 14px; }
.subtitle-color-default.subtitle-style-default {
color: var(--color-gray-400); }
.subtitle-color-default.subtitle-style-background {
background-color: #f1f1f1;
color: #333333; }
.subtitle-color-primary.subtitle-style-default {
color: var(--wd-primary-color); }
.subtitle-color-primary.subtitle-style-background {
color: #FFF;
background-color: var(--wd-primary-color); }
.subtitle-color-alt.subtitle-style-default {
color: var(--wd-alternative-color); }
.subtitle-color-alt.subtitle-style-background {
color: #FFF;
background-color: var(--wd-alternative-color); }
.title-wrapper [class*="title"] {
display: inline-block; }
.title-wrapper .title {
margin-bottom: 0; }
.title-wrapper .img-wrapper {
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: #212121; }
.wd-title-color-white {
--wd-text-color:  rgba(255, 255, 255, 0.8);
--wd-title-color: #FFF;
color: var(--wd-text-color); }
.subtitle-color-gradient.subtitle-style-default {
color: var(--color-gray-400); }
.subtitle-color-gradient.subtitle-style-background {
background-color: #f1f1f1;
color: #333333; }
.wd-title-color-gradient .title {
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent; }
.wd-title-style-simple .liner-continer {
position: relative;
padding-bottom: 10px; }
.wd-title-style-simple .liner-continer:after {
content: " ";
position: absolute;
top: 100%;
left: calc(50% - 20px);
width: 40px;
height: 2px; }
.wd-title-style-simple.text-left .liner-continer:after {
left: 0; }
.wd-title-style-simple.text-right .liner-continer:after {
right: 0;
left: auto; }
.wd-title-style-simple.wd-title-color-default .liner-continer:after {
background-color: rgba(119, 119, 119, 0.17); }
.wd-title-style-simple.wd-title-color-primary .liner-continer:after {
background-color: var(--wd-primary-color); }
.wd-title-style-simple.wd-title-color-alt .liner-continer:after {
background-color: var(--wd-alternative-color); }
.wd-title-style-simple.wd-title-color-black .liner-continer:after {
background-color: #000; }
.wd-title-style-simple.wd-title-color-white .liner-continer:after {
background-color: #FFF; }
.wd-title-style-bordered .liner-continer {
display: flex;
align-items: center;
flex-direction: row; }
.wd-title-style-bordered .liner-continer:before, .wd-title-style-bordered .liner-continer:after {
content: "";
display: block;
flex: 1 1 auto;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.wd-title-style-bordered .liner-continer:before {
margin-right: 20px; }
.wd-title-style-bordered .liner-continer:after {
margin-left: 20px; }
.wd-title-style-bordered.text-left .liner-continer:before {
display: none; }
.wd-title-style-bordered.text-right .liner-continer:after {
display: none; }
.wd-title-style-bordered.wd-title-color-white .liner-continer:before, .wd-title-style-bordered.wd-title-color-white .liner-continer:after,
[class*="color-scheme-light"] .wd-title-style-bordered .liner-continer:before,
[class*="color-scheme-light"] .wd-title-style-bordered .liner-continer:after {
border-color: rgba(255, 255, 255, 0.3); }
.wd-title-style-underlined .liner-continer {
border-bottom: 2px solid var(--brdcolor-gray-300); }
.wd-title-style-underlined .title {
margin-bottom: -2px;
padding-bottom: 10px;
border-bottom: 2px solid transparent; }
.wd-title-style-underlined.wd-title-color-default .title {
border-color: #CCC; }
.wd-title-style-underlined.wd-title-color-primary .title {
border-color: var(--wd-primary-color); }
.wd-title-style-underlined.wd-title-color-alt .title {
border-color: var(--wd-alternative-color); }
.wd-title-style-underlined.wd-title-color-black .title {
border-color: #000; }
.wd-title-style-underlined.wd-title-color-white .liner-continer {
border-color: rgba(255, 255, 255, 0.5); }
.wd-title-style-underlined.wd-title-color-white .title {
border-color: #FFF; }
.wd-title-style-underlined-2 {
--margin-bottom: 15px; }
.wd-title-style-underlined-2 .title {
border-bottom: 2px solid;
line-height: .85; }
.wd-title-style-underlined-2 .title.wd-fontsize-xxl {
border-width: 3px; }
.wd-title-style-underlined-2 .title.wd-fontsize-xxxl {
border-width: 4px; }
.wd-title-style-underlined-2:not(.wd-title-color-gradient) .title {
text-shadow: 1px 1px #FFF, 1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF; }
.wd-title-style-underlined-2:not(.wd-title-color-gradient) .title.wd-fontsize-xxxl {
text-shadow: 2px 2px #FFF, 2px -2px #FFF, -2px 2px #FFF, -2px -2px #FFF; }
.wd-title-style-underlined-2.wd-title-color-default .title {
border-color: #CCC; }
.wd-title-style-underlined-2.wd-title-color-primary .title {
border-color: var(--wd-primary-color); }
.wd-title-style-underlined-2.wd-title-color-alt .title {
border-color: var(--wd-alternative-color); }
.wd-title-style-underlined-2.wd-title-color-black .title {
border-color: #000; }
.wd-title-style-underlined-2.wd-title-color-white .title {
border-color: #FFF; }
.wd-title-style-underlined-2.wd-title-color-white .title,
[class*="color-scheme-light"] .wd-title-style-underlined-2 .title {
text-shadow: none !important; }
.wd-title-style-shadow {
padding: 25px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); }
.wpb-js-composer .title-wrapper {
min-width: 100%; }
.wpb-js-composer .title-wrapper u {
color: var(--wd-primary-color);
text-decoration: none; }
.wpb-js-composer .title-wrapper .liner-continer {
min-width: inherit;
max-width: inherit; }
.wpb-js-composer .title-wrapper [class*="title"] {
max-width: inherit; }
.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; }
.wd-text-block-wrapper {
min-width: 100%; }
.wd-text-block-wrapper [class*="title"] {
display: inline-block;
max-width: inherit; }
.wd-text-block-wrapper.inline-element {
min-width: auto; }
.wd-text-block-wrapper.color-scheme-dark {
color: #333333; }
.wd-text-block-wrapper.color-scheme-light {
color: #FFF; }
.woodmart-text-block p:empty:before {
content: none; }
.woodmart-text-block p:first-child:empty {
margin-bottom: 0; }
.woodmart-text-block p:first-child:empty ~ p:last-child {
margin-bottom: calc( -1 * var(--wd-tags-margin-bottom)); }
.woodmart-text-block * {
color: inherit;
font-size: inherit;
line-height: inherit; }
.woodmart-text-block .color-primary {
color: var(--wd-primary-color); }
.btn.btn-scheme-light {
color: #FFF; }
.btn.btn-scheme-dark {
color: #333333; }
.btn.btn-scheme-hover-light:hover {
color: #FFF; }
.btn.btn-scheme-hover-dark:hover {
color: #333333; }
.btn.btn-color-default {
background-color: #F3F3F3;
color: #3E3E3E; }
.btn.btn-color-default:hover {
color: #3E3E3E;
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
.btn.btn-color-black {
background-color: #212121;
color: #FFF; }
.btn.btn-color-black:hover {
color: #FFF;
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
.btn.btn-color-white {
background-color: #FFF;
color: #333; }
.btn.btn-color-white:hover {
color: #333;
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
.btn.btn-color-alt {
color: #FFF;
background-color: var(--wd-alternative-color); }
.btn.btn-color-alt:hover {
color: #FFF;
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
.btn.btn-color-primary {
color: #FFF;
background-color: var(--wd-primary-color); }
.btn.btn-color-primary:hover {
color: #FFF;
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
.btn-style-bordered.btn-color-default {
border-color: #E9E9E9;
color: #333; }
.btn-style-bordered.btn-color-default:hover {
background-color: #E9E9E9;
color: #333; }
.btn-style-bordered.btn-color-primary {
color: var(--wd-primary-color);
border-color: var(--wd-primary-color); }
.btn-style-bordered.btn-color-primary:hover {
color: #FFF;
background-color: var(--wd-primary-color); }
.btn-style-bordered.btn-color-alt {
color: var(--wd-alternative-color);
border-color: var(--wd-alternative-color); }
.btn-style-bordered.btn-color-alt:hover {
color: #FFF;
background-color: var(--wd-alternative-color); }
.btn-style-bordered.btn-color-black {
border-color: #212121;
color: #333; }
.btn-style-bordered.btn-color-black:hover {
background-color: #212121;
color: #FFF; }
.btn-style-bordered.btn-color-white {
border-color: rgba(255, 255, 255, 0.5);
color: #FFF; }
.btn-style-bordered.btn-color-white:hover {
border-color: #FFF;
background-color: transparent;
color: #FFF; }
.btn-style-link.btn-color-default {
border-color: #DFDFDF;
color: #333; }
.btn-style-link.btn-color-default:hover {
border-color: #C5C5C5;
color: #333; }
.btn-style-link.btn-color-primary {
color: #333;
border-color: var(--wd-primary-color); }
.btn-style-link.btn-color-primary:hover {
color: #333;
opacity: .6;
border-color: var(--wd-primary-color); }
.btn-style-link.btn-color-alt {
color: #333;
border-color: var(--wd-alternative-color); }
.btn-style-link.btn-color-alt:hover {
color: #333;
border-color: var(--wd-alternative-color);
opacity: .6; }
.btn-style-link.btn-color-black {
border-color: #333;
color: #333; }
.btn-style-link.btn-color-black:hover {
border-color: #333;
color: #333;
opacity: .6; }
.btn-style-link.btn-color-white {
border-color: rgba(255, 255, 255, 0.3);
color: #FFF; }
.btn-style-link.btn-color-white:hover {
border-color: #FFF;
color: #FFF; }
.btn-color-custom.btn-style-3d:hover {
opacity: 1 !important; }
.btn-size-extra-small {
padding: 6px 10px;
font-size: 11px;
line-height: 16px; }
.btn-size-small {
padding: 10px 14px;
font-size: 12px;
line-height: 16px; }
.btn-size-default {
padding: 12px 20px;
font-size: 13px;
line-height: 18px; }
.btn-size-large {
padding: 14px 28px;
font-size: 14px;
line-height: 20px; }
.btn-size-extra-large {
padding: 17px 40px;
font-size: 16px;
line-height: 22px; }
.btn-style-bordered.btn-size-extra-small {
padding: 4px 10px; }
.btn-style-bordered.btn-size-small {
padding: 8px 14px; }
.btn-style-bordered.btn-size-default {
padding: 10px 20px; }
.btn-style-bordered.btn-size-large {
padding: 12px 28px; }
.btn-style-bordered.btn-size-extra-large {
padding: 15px 40px; }
.btn.btn-style-round {
border-radius: 35px; }
.btn.btn-style-semi-round {
border-radius: 5px; }
.btn.btn-style-3d {
border: none;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
transition: color .25s ease,
background-color .25s ease,
border-color .25s ease,
box-shadow 0s ease,
opacity .25s ease; }
.btn.btn-style-3d:hover {
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15); }
.btn.btn-style-3d:active {
top: 1px;
box-shadow: none; }
.btn.btn-style-3d:hover {
opacity: .8; }
.btn.btn-full-width {
width: 100%; }
.btn.btn-style-link {
padding: 0;
border-width: 2px;
border-style: solid;
border-top: none;
border-right: none;
border-left: none;
background-color: transparent !important; }
.btn.btn-style-link:hover {
background-color: transparent !important;
box-shadow: none; }
.btn.btn-style-bordered {
border-width: 2px; }
.btn.btn-style-bordered:not(:hover) {
background-color: transparent !important; }
.btn.btn-style-bordered:hover {
box-shadow: none; }
.btn-shape-round {
border-radius: 35px; }
.btn-shape-semi-round {
border-radius: 5px; }
.btn i {
margin-left: 3px; }
.btn-icon-pos-left {
flex-direction: row-reverse; }
.btn-icon-pos-left .wd-btn-icon {
margin-right: 5px; }
.btn-icon-pos-right {
flex-direction: row; }
.btn-icon-pos-right .wd-btn-icon {
margin-left: 5px; }
.wpb-js-composer .wd-button-wrapper.inline-element {
margin-bottom: 10px; }
.wd-social-icons {
vertical-align: middle;
font-size: 0; }
.wd-social-icons .wd-social-icon {
display: inline-block;
margin: 4px;
text-align: center;
font-size: 0; }
.wd-social-icons .wd-icon {
display: inline-block;
vertical-align: middle;
font-family: "woodmart-font"; }
.wd-social-icons p {
display: inline-block;
margin: 0; }
.social-facebook .wd-icon:before {
content: "\f180"; }
.social-twitter .wd-icon:before {
content: "\f154"; }
.social-instagram .wd-icon:before {
content: "\f163"; }
.social-email .wd-icon:before {
content: "\f157"; }
.social-pinterest .wd-icon:before {
content: "\f156"; }
.social-youtube .wd-icon:before {
content: "\f162"; }
.social-tumblr .wd-icon:before {
content: "\f165"; }
.social-linkedin .wd-icon:before {
content: "\f158"; }
.social-vimeo .wd-icon:before {
content: "\f177"; }
.social-flickr .wd-icon:before {
content: "\f164"; }
.social-github .wd-icon:before {
content: "\f155"; }
.social-dribbble .wd-icon:before {
content: "\f166"; }
.social-behance .wd-icon:before {
content: "\f170"; }
.social-soundcloud .wd-icon:before {
content: "\f172"; }
.social-spotify .wd-icon:before {
content: "\f171"; }
.social-skype .wd-icon:before {
content: "\f167"; }
.social-ok .wd-icon:before {
content: "\f176"; }
.social-whatsapp .wd-icon:before {
content: "\f175"; }
.social-vk .wd-icon:before {
content: "\f168"; }
.social-snapchat .wd-icon:before {
content: "\f178"; }
.social-tg .wd-icon:before {
content: "\f179"; }
.social-viber .wd-icon:before {
content: "\f181"; }
.social-viber .wd-icon:before {
content: "\f181"; }
.social-tiktok .wd-icon:before {
content: "\f133"; }
.icons-design-default .wd-social-icon {
margin: 0 !important;
padding: 6px;
width: auto !important;
height: auto !important;
color: rgba(0, 0, 0, 0.6) !important; }
.icons-design-default .wd-social-icon .wd-icon {
line-height: 1 !important; }
.icons-design-default .wd-social-icon:hover {
color: rgba(0, 0, 0, 0.8) !important; }
.icons-design-default.color-scheme-light .wd-social-icon,
[class*="color-scheme-light"] .icons-design-default .wd-social-icon {
color: #FFF !important; }
.icons-design-default.color-scheme-light .wd-social-icon:hover,
[class*="color-scheme-light"] .icons-design-default .wd-social-icon:hover {
color: rgba(255, 255, 255, 0.6) !important; }
.icons-design-simple .wd-social-icon {
background-color: #F2F2F2;
color: rgba(0, 0, 0, 0.4) !important; }
.icons-design-simple .wd-social-icon:hover {
color: #FFF !important;
background-color: var(--wd-primary-color); }
.icons-design-simple.color-scheme-light .wd-social-icon,
.color-scheme-light .icons-design-simple .wd-social-icon {
background-color: rgba(255, 255, 255, 0.3);
color: #FFF !important; }
.icons-design-colored-alt .wd-social-icon {
background-color: #EFEFEF;
color: rgba(0, 0, 0, 0.4) !important; }
.icons-design-colored-alt.color-scheme-light .wd-social-icon,
.color-scheme-light .icons-design-colored-alt .wd-social-icon {
background-color: rgba(255, 255, 255, 0.3);
color: #FFF !important; }
.icons-design-bordered .wd-social-icon {
border: 2px solid #CCC;
background-color: transparent;
color: rgba(0, 0, 0, 0.4) !important; }
.icons-design-bordered .wd-social-icon .wd-icon {
margin-top: -2px; }
.icons-design-bordered.color-scheme-light .wd-social-icon,
.color-scheme-light .icons-design-bordered .wd-social-icon {
border: 2px solid rgba(255, 255, 255, 0.4);
color: #FFF !important; }
.icons-design-colored .wd-social-icon {
color: #FFF !important; }
.icons-design-colored .wd-social-icon:hover {
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.15);
color: #FFF !important; }
.icons-design-colored .social-facebook {
background-color: #365493; }
.icons-design-colored .social-twitter {
background-color: #3CF; }
.icons-design-colored .social-instagram {
background-color: #774430; }
.icons-design-colored .social-email {
background-color: #F89A1E; }
.icons-design-colored .social-pinterest {
background-color: #CB2027; }
.icons-design-colored .social-youtube {
background-color: #CB2027; }
.icons-design-colored .social-tumblr {
background-color: #36465D; }
.icons-design-colored .social-linkedin {
background-color: #0274B3; }
.icons-design-colored .social-vimeo {
background-color: #1AB7EA; }
.icons-design-colored .social-flickr {
background-color: #FE0072; }
.icons-design-colored .social-github {
background-color: #171515; }
.icons-design-colored .social-dribbble {
background-color: #EC5E95; }
.icons-design-colored .social-behance {
background-color: #1F6FFC; }
.icons-design-colored .social-soundcloud {
background-color: #F9490D; }
.icons-design-colored .social-spotify {
background-color: #2EBD59; }
.icons-design-colored .social-skype {
background-color: #00AFF0; }
.icons-design-colored .social-ok {
background-color: #EE8208; }
.icons-design-colored .social-whatsapp {
background-color: #1EBEA5; }
.icons-design-colored .social-vk {
background-color: #4C75A3; }
.icons-design-colored .social-snapchat {
background-color: #FFFC00; }
.icons-design-colored .social-tg {
background-color: #37AEE2; }
.icons-design-colored .social-viber {
background-color: #834995; }
.icons-design-colored .social-tiktok {
background-color: #010101; }
.icons-design-colored-alt .wd-social-icon:hover,
.icons-design-bordered .wd-social-icon:hover {
color: #FFF !important; }
.icons-design-colored-alt .social-facebook:hover,
.icons-design-bordered .social-facebook:hover {
border-color: #365493;
background-color: #365493; }
.icons-design-colored-alt .social-twitter:hover,
.icons-design-bordered .social-twitter:hover {
border-color: #3CF;
background-color: #3CF; }
.icons-design-colored-alt .social-instagram:hover,
.icons-design-bordered .social-instagram:hover {
border-color: #774430;
background-color: #774430; }
.icons-design-colored-alt .social-email:hover,
.icons-design-bordered .social-email:hover {
border-color: #F89A1E;
background-color: #F89A1E; }
.icons-design-colored-alt .social-youtube:hover,
.icons-design-bordered .social-youtube:hover {
border-color: #CB2027;
background-color: #CB2027; }
.icons-design-colored-alt .social-pinterest:hover,
.icons-design-bordered .social-pinterest:hover {
border-color: #CB2027;
background-color: #CB2027; }
.icons-design-colored-alt .social-tumblr:hover,
.icons-design-bordered .social-tumblr:hover {
border-color: #36465D;
background-color: #36465D; }
.icons-design-colored-alt .social-linkedin:hover,
.icons-design-bordered .social-linkedin:hover {
border-color: #0274B3;
background-color: #0274B3; }
.icons-design-colored-alt .social-vimeo:hover,
.icons-design-bordered .social-vimeo:hover {
border-color: #1AB7EA;
background-color: #1AB7EA; }
.icons-design-colored-alt .social-flickr:hover,
.icons-design-bordered .social-flickr:hover {
border-color: #FE0072;
background-color: #FE0072; }
.icons-design-colored-alt .social-github:hover,
.icons-design-bordered .social-github:hover {
border-color: #171515;
background-color: #171515; }
.icons-design-colored-alt .social-dribbble:hover,
.icons-design-bordered .social-dribbble:hover {
border-color: #EC5E95;
background-color: #EC5E95; }
.icons-design-colored-alt .social-behance:hover,
.icons-design-bordered .social-behance:hover {
border-color: #1F6FFC;
background-color: #1F6FFC; }
.icons-design-colored-alt .social-soundcloud:hover,
.icons-design-bordered .social-soundcloud:hover {
border-color: #F9490D;
background-color: #F9490D; }
.icons-design-colored-alt .social-spotify:hover,
.icons-design-bordered .social-spotify:hover {
border-color: #2EBD59;
background-color: #2EBD59; }
.icons-design-colored-alt .social-skype:hover,
.icons-design-bordered .social-skype:hover {
border-color: #00AFF0;
background-color: #00AFF0; }
.icons-design-colored-alt .social-ok:hover,
.icons-design-bordered .social-ok:hover {
border-color: #EE8208;
background-color: #EE8208; }
.icons-design-colored-alt .social-whatsapp:hover,
.icons-design-bordered .social-whatsapp:hover {
border-color: #1EBEA5;
background-color: #1EBEA5; }
.icons-design-colored-alt .social-vk:hover,
.icons-design-bordered .social-vk:hover {
border-color: #4C75A3;
background-color: #4C75A3; }
.icons-design-colored-alt .social-snapchat:hover,
.icons-design-bordered .social-snapchat:hover {
border-color: #FFFC00;
background-color: #FFFC00; }
.icons-design-colored-alt .social-tg:hover,
.icons-design-bordered .social-tg:hover {
border-color: #37AEE2;
background-color: #37AEE2; }
.icons-design-colored-alt .social-viber:hover,
.icons-design-bordered .social-viber:hover {
border-color: #834995;
background-color: #834995; }
.icons-design-colored-alt .social-tiktok:hover,
.icons-design-bordered .social-tiktok:hover {
border-color: #010101;
background-color: #010101; }
.icons-size-small .wd-social-icon,
.icons-size- .wd-social-icon {
width: 30px;
height: 30px; }
.wd-social-icons.icons-size-small .wd-icon, .wd-social-icons.icons-size- .wd-icon {
font-size: 14px;
line-height: 30px; }
.icons-size-default .wd-social-icon {
width: 40px;
height: 40px; }
.wd-social-icons.icons-size-default .wd-icon {
font-size: 18px;
line-height: 40px; }
.icons-size-large .wd-social-icon {
width: 60px;
height: 60px; }
.wd-social-icons.icons-size-large .wd-icon {
font-size: 22px;
line-height: 60px; }
.social-form-circle .wd-social-icon {
border-radius: 50%; }
.google-map-container {
position: relative; }
.google-map-container img {
max-width: none; }
.google-map-container .gm-style-iw-d > div > h3:empty {
display: none; }
.wd-google-map-wrapper {
z-index: 1; }
.wd-google-map {
position: absolute !important; }
.wd-google-map-content-wrap {
position: relative;
display: flex;
margin: 0 auto;
padding: 50px 15px;
width: 90%;
height: 100%; }
.wd-google-map-content {
z-index: 2;
margin-bottom: 0;
padding: 30px;
max-width: 300px;
width: 100%;
background-color: var(--bgcolor-white);
box-shadow: 0 0 12px rgba(0, 0, 0, 0.22); }
.map-mask-dark {
background-color: #000; }
.map-mask-dark .wd-google-map-wrapper {
opacity: .6; }
.map-mask-light {
background-color: #FFF; }
.map-mask-light .wd-google-map-wrapper {
opacity: .7; }
.wd-map-placeholder {
display: flex;
overflow: hidden; }
.wd-map-placeholder img {
width: 100%;
height: 100%;
object-position: 50% 50%;
object-fit: cover; }
.wd-init-map {
display: flex;
align-items: center; }
.wd-init-map svg {
margin-top: -2px;
margin-right: 10px;
width: 25px;
height: 25px; }
.wd-init-map span {
margin-top: 4px; }
.google-map-container .wd-init-map-wrap {
z-index: 3;
display: flex;
align-items: center;
justify-content: center; }
.map-lazy-loading:not(.wd-map-inited) .wd-google-map-content-wrap {
display: none; }
.wd-map-inited .wd-map-placeholder,
.wd-map-inited .wd-init-map-wrap {
display: none; }
.woodmart-counter {
font-size: 36px; }
.woodmart-counter .counter-value {
color: var(--color-gray-800);
line-height: 1;
font-size: 1em; }
.woodmart-counter .counter-label {
margin-top: 10px;
color: var(--color-gray-500);
font-size: .47em;
line-height: 1.4; }
.woodmart-counter.counter-small {
font-size: 28px; }
.woodmart-counter.counter-large {
font-size: 44px; }
.woodmart-counter.counter-extra-large {
font-size: 54px; }
.woodmart-counter.color-scheme-custom .counter-value,
.woodmart-counter.color-scheme-custom .counter-label {
color: inherit; }
.team-member .member-image {
margin-bottom: 15px; }
.team-member .member-name {
margin-bottom: 0;
font-weight: 600; }
.team-member .member-position {
display: block;
margin-top: 5px;
color: var(--color-gray-400);
font-size: 14px; }
.team-member .member-bio {
margin-top: 10px; }
.team-member .member-social {
margin-top: 10px; }
.team-member .wd-social-icons {
margin-right: -4px;
margin-left: -4px; }
.member-layout-hover {
position: relative; }
.member-layout-hover .member-image-wrapper {
overflow: hidden; }
.member-layout-hover .member-image {
margin-bottom: 0;
transition: transform .5s ease;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.member-layout-hover .member-image img {
width: 100%; }
.member-layout-hover .member-details {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 30px 20px 20px;
background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 100%);
background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 100%); }
.member-layout-hover .member-social {
margin-top: 5px; }
.member-layout-hover.color-scheme-light .member-details {
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }
.member-layout-hover.color-scheme-light .member-name {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
.member-layout-hover:hover .member-image {
transform: scale(1.09); }
.promo-banner {
position: relative;
overflow: hidden; }
.promo-banner .banner-image {
background-repeat: no-repeat;
background-size: cover; }
.promo-banner .banner-image img {
width: 100%; }
.promo-banner .wrapper-content-banner {
z-index: 2;
display: flex;
overflow: hidden;
padding: 30px; }
.promo-banner .content-banner {
position: relative;
width: 100%; }
.promo-banner .content-banner > div:first-child {
margin-top: 0; }
.promo-banner .banner-title-wrap .banner-subtitle:first-child,
.promo-banner .banner-title-wrap .banner-title:first-child {
margin-top: 0; }
.promo-banner .banner-title-wrap:empty {
display: none; }
.promo-banner .banner-subtitle,
.promo-banner .banner-title,
.promo-banner .banner-inner {
margin-top: 7px; }
.promo-banner .banner-title {
display: block;
margin-bottom: 0;
line-height: 1.3; }
.promo-banner .banner-btn-wrapper {
margin-top: 15px; }
.promo-banner .banner-inner p:first-child:empty {
display: none; }
.banners-carousel-wrapper .owl-dots {
margin-top: 10px; }
.banner-increased-padding .wrapper-content-banner {
padding: 7%; }
.banner-hover-zoom {
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.banner-hover-zoom .banner-image {
transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
.banner-hover-zoom:hover .banner-image {
transform: scale(1.09); }
.banner-hover-zoom-reverse {
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.banner-hover-zoom-reverse .banner-image {
transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
transform: scale(1.09); }
.banner-hover-zoom-reverse:hover .banner-image {
transform: none; }
.banner-hover-background,
.banner-hover-border {
backface-visibility: hidden; }
.banner-hover-background .banner-image,
.banner-hover-border .banner-image {
transition: transform 1s cubic-bezier(0, 0, 0.44, 1.18); }
.banner-hover-background:hover .banner-image,
.banner-hover-border:hover .banner-image {
transform: scale(1.09); }
.banner-hover-background:not(.banner-background) .wrapper-content-banner,
.banner-hover-border:not(.banner-border) .wrapper-content-banner {
overflow: hidden;
padding: 40px; }
.banner-hover-background:not(.banner-background) .wrapper-content-banner:after,
.banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
content: "";
position: absolute;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
z-index: 2;
opacity: 0;
transition: transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1), opacity 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
transform: scale(0.5);
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.banner-hover-background:not(.banner-background) .content-banner,
.banner-hover-border:not(.banner-border) .content-banner {
z-index: 4; }
.banner-hover-background:not(.banner-background):hover .wrapper-content-banner:after,
.banner-hover-border:not(.banner-border):hover .wrapper-content-banner:after {
opacity: 1;
transform: scale(1); }
.banner-hover-background.banner-border .wrapper-content-banner,
.banner-hover-border.banner-background .wrapper-content-banner {
padding: 30px; }
.banner-hover-background.banner-border .wrapper-content-banner:after,
.banner-hover-border.banner-background .wrapper-content-banner:after {
top: 0;
right: 0;
bottom: 0;
left: 0; }
.banner-hover-background:not(.banner-background) .wrapper-content-banner:after {
background-color: rgba(0, 0, 0, 0.9); }
.banner-hover-background.color-scheme-dark:not(.banner-border) .wrapper-content-banner:after {
background-color: rgba(255, 255, 255, 0.9); }
.banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
border: 5px solid rgba(255, 255, 255, 0.3); }
.banner-hover-border.color-scheme-dark:not(.banner-border) .wrapper-content-banner:after {
border-color: rgba(0, 0, 0, 0.1); }
.banner-mask .wrapper-content-banner {
background-color: rgba(0, 0, 0, 0.3);
transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
.banner-mask.color-scheme-dark .wrapper-content-banner {
background-color: rgba(255, 255, 255, 0.3); }
.banner-mask.banner-hover-zoom:hover .wrapper-content-banner, .banner-mask.banner-hover-zoom-reverse:hover .wrapper-content-banner {
background-color: rgba(0, 0, 0, 0.6); }
.banner-mask.banner-hover-zoom.color-scheme-dark:hover .wrapper-content-banner, .banner-mask.banner-hover-zoom-reverse.color-scheme-dark:hover .wrapper-content-banner {
background-color: rgba(255, 255, 255, 0.6); }
.banner-shadow {
box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5); }
.banner-background .wrapper-content-banner,
.banner-border .wrapper-content-banner {
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
overflow: hidden; }
.banner-background .wrapper-content-banner {
background-color: rgba(0, 0, 0, 0.8); }
.banner-background.color-scheme-dark .wrapper-content-banner {
background-color: rgba(255, 255, 255, 0.8); }
.banner-content-background .wrapper-content-banner {
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
backface-visibility: hidden;
perspective: 800px; }
.banner-content-background .wrapper-content-banner.wd-items-top {
bottom: auto; }
.banner-content-background .wrapper-content-banner.wd-items-middle {
top: 50%;
bottom: auto;
transform: translate3d(0, -50%, 0); }
.banner-content-background .wrapper-content-banner.wd-items-bottom {
top: auto; }
.banner-content-background .wrapper-content-banner.wd-justify-left {
right: auto; }
.banner-content-background .wrapper-content-banner.wd-justify-center {
right: auto;
left: 50%;
transform: translate3d(-50%, 0, 0); }
.banner-content-background .wrapper-content-banner.wd-justify-center.wd-items-middle {
transform: translate3d(-50%, -50%, 0); }
.banner-content-background .wrapper-content-banner.wd-justify-right {
left: auto; }
.banner-content-background.color-scheme-dark .wrapper-content-banner {
background-color: rgba(255, 255, 255, 0.8); }
.banner-border .wrapper-content-banner {
border: 5px solid rgba(255, 255, 255, 0.3); }
.banner-border.color-scheme-dark .wrapper-content-banner {
border-color: rgba(0, 0, 0, 0.1); }
.wpb_wrapper .promo-banner u {
color: var(--wd-primary-color);
text-decoration: none; }
.wd-testimon-info {
display: flex;
align-items: center; }
.wd-testimon-thumb {
flex: 0 0 auto;
overflow: hidden;
margin-right: 20px;
max-width: 100px;
border-radius: 50%; }
.wd-testimon-bio {
flex: 1 1 auto; }
.wd-testimon-name {
margin-bottom: 10px; }
.wd-testimon .star-rating {
display: none;
margin-top: 10px; }
.testimon-with-rating .wd-testimon .star-rating {
display: block; }
.wd-testimon-text {
margin-top: 25px; }
.testimon-style-info-top .wd-testimon-thumb img {
min-width: 80px;
max-width: 80px; }
.testimon-style-info-top .wd-testimon-text {
position: relative;
padding: 25px;
background-color: var(--bgcolor-gray-100);
transition: all .25s ease; }
.testimon-style-info-top .wd-testimon-text:before {
content: "";
position: absolute;
bottom: 100%;
left: 30px;
border-right: 10px solid transparent;
border-bottom: 12px solid var(--bgcolor-gray-100);
border-left: 10px solid transparent;
transition: inherit; }
.testimonial-avatar {
display: inline-block; }
.testimonial-avatar img {
min-width: 60px;
max-width: 100px;
border-radius: 50%; }
.testimonial-rating {
display: none;
margin-bottom: 10px;
font-size: 0; }
.testimonial-content footer {
margin-top: 15px;
color: var(--color-gray-900);
font-weight: 600; }
.testimonial-content footer > span {
color: var(--color-gray-500);
font-weight: 400; }
.testimonial-content footer > span:before {
content: " - "; }
.testimon-with-rating .testimonial-rating {
display: block; }
.testimon-align-center .testimonial {
text-align: center; }
.testimon-align-center .testimonial-avatar {
margin-bottom: 15px; }
.testimon-align-left .testimonial-inner,
.testimon-align-right .testimonial-inner {
display: flex;
align-items: flex-start; }
.testimon-align-left .testimonial-avatar,
.testimon-align-right .testimonial-avatar {
flex: 0 0 auto; }
.testimon-align-left .testimonial-content,
.testimon-align-right .testimonial-content {
flex: 1 1 auto; }
.testimon-align-left .testimonial {
text-align: left; }
.testimon-align-left .testimonial-inner {
flex-direction: row; }
.testimon-align-left .testimonial-avatar {
margin-right: 20px; }
.testimon-align-right .testimonial {
text-align: right; }
.testimon-align-right .testimonial-inner {
flex-direction: row-reverse; }
.testimon-align-right .testimonial-avatar {
margin-left: 20px; }
.testimonials-slider .owl-stage-outer,
.testimonials-slider .owl-carousel:not(.owl-loaded) {
padding-top: 10px;
padding-bottom: 10px; }
.testimon-style-boxed .testimonial-inner {
padding: 30px;
background-color: var(--bgcolor-white);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
transition: box-shadow .5s ease; }
.testimon-style-boxed .testimonial:hover .testimonial-inner {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.instagram-widget {
position: relative; }
.instagram-widget.instagram-with-error img {
width: 100%; }
.instagram-widget.instagram-with-error.loading {
animation: wd-SemiFadeOut .4s infinite alternate linear; }
.instagram-widget .instagram-content {
display: flex;
align-items: center;
justify-content: center; }
.instagram-widget .instagram-content-inner {
z-index: 5;
padding: 30px;
max-width: 300px;
width: 100%;
background: var(--bgcolor-white);
box-shadow: 0 0 12px rgba(0, 0, 0, 0.22); }
.instagram-widget .clear {
position: relative;
z-index: 1;
margin-top: 10px;
margin-bottom: 0; }
.instagram-widget .clear a {
color: var(--color-gray-800);
font-weight: 600;
font-size: 14px; }
.instagram-widget .clear a:hover {
color: var(--wd-primary-color); }
.instagram-widget .clear a:before {
margin-right: 5px;
vertical-align: middle;
content: "\f163";
font-family: "woodmart-font"; }
.instagram-picture {
padding-right: 0;
padding-left: 0; }
.instagram-picture img {
width: 100%; }
.instagram-picture .wrapp-picture {
position: relative;
overflow: hidden;
text-align: center;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 800px;
perspective: 800px; }
.instagram-picture .wrapp-picture a, .instagram-picture .wrapp-picture:after,
.instagram-picture .wrapp-picture img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.instagram-picture .wrapp-picture img {
object-position: 50% 50%;
object-fit: cover; }
.instagram-picture .wrapp-picture a {
z-index: 4; }
.instagram-picture .wrapp-picture:before {
content: "";
display: block;
padding-bottom: 100%; }
.instagram-picture .wrapp-picture:after {
content: "";
z-index: 1;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: opacity .3s ease; }
.instagram-picture .hover-mask {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
padding: 20px 15px;
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
opacity: 0;
transition: transform .3s ease,
opacity .3s ease;
transform: translateY(100%); }
.instagram-picture .hover-mask > span {
flex: 0 0 50%;
overflow: hidden;
padding-right: 5px;
padding-left: 5px;
max-width: 50%;
width: 50%;
color: #FFF;
vertical-align: middle;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 600;
font-size: 18px;
line-height: 1; }
.instagram-picture .hover-mask > span:before,
.instagram-picture .hover-mask > span span {
vertical-align: middle; }
.instagram-picture .hover-mask > span:before {
display: inline-block;
margin-right: 5px;
font-weight: 400;
font-size: 20px;
font-family: "woodmart-font"; }
.instagram-picture .hover-mask .instagram-likes {
text-align: left; }
.instagram-picture .hover-mask .instagram-likes:before {
content: "\f106"; }
.instagram-picture .hover-mask .instagram-comments {
text-align: right; }
.instagram-picture .hover-mask .instagram-comments:before {
font-size: 18px;
content: "\f103"; }
.instagram-picture:hover .hover-mask {
opacity: 1;
transform: translateY(0); }
.instagram-picture:hover .wrapp-picture:after {
opacity: 1; }
.instagram-rounded .wrapp-picture {
border-radius: 50%; }
.instagram-rounded .hover-mask {
top: 0;
justify-content: center;
background: transparent;
transform: translateY(20px); }
.instagram-rounded .hover-mask > span {
flex-basis: auto;
padding-right: 15px;
padding-left: 15px;
max-width: none;
width: auto;
text-align: center; }
.woodmart-instagram .hover-mask {
display: none; }
@keyframes wd-SemiFadeOut {
from {
opacity: 1; }
to {
opacity: .6; } }
.wd-info-box {
display: flex;
align-items: stretch;
flex-direction: column; }
.wd-info-box .box-icon-wrapper {
flex: 0 0 auto;
line-height: 0; }
.wd-info-box .info-box-icon {
display: inline-block;
transition: all .25s ease; }
.wd-info-box .info-svg-wrapper {
display: inline-block; }
.wd-info-box .info-svg-wrapper svg {
width: inherit !important;
height: inherit !important; }
.wd-info-box .info-box-subtitle,
.wd-info-box .info-box-title {
margin-bottom: 10px;
transition: all .25s ease; }
.wd-info-box .info-box-subtitle:not(.subtitle-style-background),
.wd-info-box .info-box-title {
line-height: 1.3; }
.wd-info-box .info-box-content {
position: relative;
flex: 1 1 auto; }
.wd-info-box .info-box-inner p:first-child:empty,
.wd-info-box .info-box-inner p:first-child:empty ~ p:last-child {
display: none; }
.wd-info-box .info-btn-wrapper {
margin-top: 15px; }
.wd-info-box.color-scheme-hover-light:hover .info-svg-wrapper svg {
fill: #FFF !important; }
.wd-info-box.color-scheme-hover-light:hover .info-box-icon {
color: #FFF; }
.wd-info-box.color-scheme-hover-light:hover .title {
color: #FFF !important; }
.wd-info-box.color-scheme-hover-light:hover .btn-style-link {
border-color: rgba(255, 255, 255, 0.3);
color: #FFF; }
.wd-info-box.color-scheme-hover-light:hover .btn-style-link:hover {
border-color: #FFF;
color: #FFF; }
.box-icon-align-top .box-icon-wrapper {
margin-bottom: 15px; }
.box-icon-align-left {
flex-direction: row; }
.box-icon-align-left .box-icon-wrapper {
margin-right: 20px;
max-width: 50%; }
.box-icon-align-right {
flex-direction: row-reverse; }
.box-icon-align-right .box-icon-wrapper {
margin-left: 20px;
max-width: 50%; }
.browser-Internet .whb-column .box-icon-align-left .box-icon-wrapper,
.browser-Internet .whb-column .box-icon-align-right .box-icon-wrapper {
max-width: none; }
.box-title-style-underlined {
padding-bottom: 10px;
border-bottom: 1px solid var(--brdcolor-gray-300); }
.box-with-icon .info-box-icon {
overflow: hidden; }
.box-icon-wrapper.box-with-text {
font-weight: 700;
line-height: 1;
color: var(--wd-primary-color); }
.box-with-text.text-size-small {
font-size: 38px; }
.box-with-text.text-size-default {
font-size: 52px; }
.box-with-text.text-size-large {
font-size: 74px; }
.box-icon-with-bg .info-box-icon {
padding: 20px;
background-color: #f1f1f1; }
.box-icon-with-border .info-box-icon {
padding: 18px;
border: 2px solid #f1f1f1; }
.box-icon-with-bg .info-box-icon,
.box-icon-with-border .info-box-icon {
border-radius: 50%;
text-align: center; }
.box-icon-with-bg.box-with-text .info-box-icon,
.box-icon-with-border.box-with-text .info-box-icon {
padding: 0 10px;
border-radius: 100px; }
.box-icon-with-bg.text-size-small .info-box-icon,
.box-icon-with-border.text-size-small .info-box-icon {
min-width: 85px;
height: 85px;
line-height: 85px; }
.box-icon-with-bg.text-size-default .info-box-icon,
.box-icon-with-border.text-size-default .info-box-icon {
min-width: 100px;
height: 100px;
line-height: 100px; }
.box-icon-with-bg.text-size-large .info-box-icon,
.box-icon-with-border.text-size-large .info-box-icon {
min-width: 130px;
height: 130px;
line-height: 130px; }
.box-btn-hover .info-btn-wrapper {
position: absolute;
top: 100%;
right: 0;
left: 0;
margin-top: 0;
padding-top: 15px;
opacity: 0;
transition: transform .25s ease,
opacity .25s ease;
transform: translateY(15px); }
.box-btn-hover:hover .info-btn-wrapper {
opacity: 1;
transform: none; }
.wpb-js-composer .info-box-wrapper.inline-element {
max-width: 100%; }
.wpb-js-composer .info-box-carousel .inline-element {
display: block;
margin-right: 0 !important;
margin-left: 0 !important; }
.wpb-js-composer .info-box-carousel .inline-element .wd-info-box {
display: inline-flex; }
.box-style-shadow {
padding: 30px;
background-color: #FFF;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
transition: box-shadow .7s ease; }
.box-style-shadow:hover {
box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }
.box-style-bg-hover {
position: relative;
padding: 30px;
box-shadow: 2px 3px 14px transparent; }
.box-style-bg-hover .info-svg-wrapper svg {
transition: fill .25s ease; }
.box-style-bg-hover .box-icon-wrapper,
.box-style-bg-hover .info-box-content {
z-index: 1; }
.box-style-bg-hover:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
opacity: 0;
transition: opacity .25s ease; }
.box-style-bg-hover:hover {
box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.16); }
.box-style-bg-hover:hover:after {
opacity: 1; }
.box-style-border .info-box-content {
padding: 30px;
border: 3px solid var(--brdcolor-gray-300); }
.box-style-border .box-icon-wrapper {
position: relative;
z-index: 2; }
.box-style-border.box-icon-align-left {
align-items: center; }
.box-style-border.box-icon-align-left .info-box-content {
padding-left: 50px; }
.box-style-border.box-icon-align-left .info-box-icon {
margin-right: -50px; }
.box-style-border.box-icon-align-right {
align-items: center; }
.box-style-border.box-icon-align-right .info-box-content {
padding-right: 50px; }
.box-style-border.box-icon-align-right .info-box-icon {
margin-left: -50px; }
.box-style-border.box-icon-align-top .box-icon-wrapper {
margin-bottom: -25px;
padding-right: 30px;
padding-left: 30px; }
.box-style-border.box-icon-align-top .info-box-content {
padding-top: 35px; }
.box-style-border.box-btn-static .info-btn-wrapper {
margin-top: 0;
margin-bottom: -30px;
transform: translateY(50%); }
.box-style-border.box-btn-hover .info-btn-wrapper {
margin-top: -15px;
margin-right: 30px;
margin-left: 30px;
padding-top: 0; }
.box-style-border.box-btn-hover.box-icon-align-left .info-btn-wrapper {
margin-left: 50px; }
.box-style-border.box-btn-hover.box-icon-align-right .info-btn-wrapper {
margin-right: 50px; }
.with-animation .info-svg-wrapper path {
stroke: var(--wd-primary-color); }
.wpb-js-composer .info-box-carousel-wrapper {
margin-bottom: 30px; }
.wpb-js-composer .info-box-carousel-wrapper .wd-info-box {
margin-bottom: 0; }
.info-box-carousel-wrapper .owl-stage-outer,
.info-box-carousel-wrapper .owl-carousel:not(.owl-loaded) {
padding-top: 5px;
padding-bottom: 5px; }
.wd-twitter-element .twitter-post {
display: flex;
align-items: stretch;
flex-direction: row; }
.wd-twitter-element .twitter-post:not(:last-child) {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid var(--brdcolor-gray-300); }
.wd-twitter-element .twitter-image-wrapper {
flex: 0 0 auto;
margin-right: 10px; }
.wd-twitter-element .twitter-content-wrapper {
flex: 1 1 auto; }
.wd-twitter-element .stt-em {
display: block;
margin-top: 5px; }
.wd-twitter-element .stt-em a {
color: var(--color-gray-300); }
.wd-twitter-element .stt-em a:hover {
color: var(--color-gray-500); }
.wd-images-gallery div:not(.wd-btn-arrow) {
align-items: inherit;
justify-content: inherit; }
.wd-images-gallery .owl-stage,
.wd-images-gallery .wd-gallery-item {
display: flex; }
.wd-gallery-item {
overflow: hidden; }
.wd-gallery-item > a {
display: block; }
.wpb-js-composer .wd-images-gallery.view-carousel, .wpb-js-composer .wd-images-gallery.view-justified {
margin-bottom: 30px; }
.wd-images-gallery.view-justified .caption,
.wd-images-gallery.view-justified .justified-gallery > .spiner {
display: none !important; }
.wd-images-gallery.view-justified > .gallery-images:not(.justified-gallery) {
display: none; }
.wd-timer {
font-size: 0; }
.wd-timer > span {
display: inline-flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin: 0 2px 5px;
padding: 5px;
min-width: 2.7em;
min-height: 2.7em;
background-color: var(--bgcolor-white);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
color: var(--color-gray-800);
font-weight: 600;
font-size: 20px;
line-height: 1; }
.wd-timer > span span {
display: block;
margin-top: 5px;
color: var(--color-gray-500);
text-transform: uppercase;
font-weight: 400;
font-size: 50%; }
.timer-style-transparent .wd-timer > span {
background-color: rgba(255, 255, 255, 0.2);
box-shadow: none; }
.timer-style-transparent.color-scheme-light .wd-timer > span {
background-color: rgba(0, 0, 0, 0.2); }
.timer-style-active .wd-timer > span {
background-color: var(--wd-primary-color); }
.pricing-tables-wrapper .pricing-tables {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.wd-price-table {
position: relative;
flex: 1 1 230px;
margin-right: 15px;
margin-left: 15px;
text-align: center;
transition: transform .3s ease;
perspective: 800px;
backface-visibility: hidden;
-webkit-perspective: 800px;
-webkit-backface-visibility: hidden;
margin-bottom: 35px; }
.wd-price-table .wd-plan-name {
padding: 15px; }
.wd-price-table .wd-plan-title {
font-size: 20px;
margin-bottom: 0; }
.wd-price-table .wd-plan-inner {
position: relative;
border: 1px solid var(--brdcolor-gray-300);
background-color: var(--bgcolor-white);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
transition: box-shadow .3s ease; }
.wd-price-table .price-label {
position: absolute;
top: -1px;
right: -1px;
overflow: hidden;
padding-right: 10px;
padding-left: 10px;
width: 80px;
height: 80px;
color: #FFF;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
font-weight: 600;
font-size: 12px;
line-height: 22px; }
.wd-price-table .price-label > span {
display: block;
margin-top: 15px;
margin-left: -15px;
width: 115px;
background: red;
transform: rotate(45deg); }
.wd-price-table .wd-plan-price {
padding: 15px 20px;
background-position: center center;
background-size: cover;
line-height: 1; }
.wd-price-table .wd-price-currency {
vertical-align: top;
font-size: 28px; }
.wd-price-table .wd-price-value {
vertical-align: middle;
font-weight: 600;
font-size: 42px; }
.wd-price-table .wd-price-suffix {
display: block;
margin-top: 5px;
color: var(--color-gray-300);
font-size: 16px; }
.wd-price-table .wd-plan-features {
padding: 25px;
border-bottom: 1px solid var(--brdcolor-gray-300); }
.wd-price-table .wd-plan-feature:not(:last-child) {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: inherit; }
.wd-price-table .wd-plan-footer {
padding: 20px 15px; }
.wd-price-table .wd-plan-footer > a {
border-radius: var(--btn-accent-brd-radius);
color: var(--btn-accent-color);
box-shadow: var(--btn-accent-box-shadow);
background-color: var(--btn-accent-bgcolor); }
.wd-price-table .wd-plan-footer > a:hover {
color: var(--btn-accent-color-hover);
box-shadow: var(--btn-accent-box-shadow-hover);
background-color: var(--btn-accent-bgcolor-hover); }
.wd-price-table .wd-plan-footer > a:active {
box-shadow: var(--btn-accent-box-shadow-active);
bottom: var(--btn-accent-bottom-active); }
.wd-price-table.label-color-red .price-label > span {
background-color: #EF4836; }
.wd-price-table.label-color-green .price-label > span {
background-color: #0FA34C; }
.wd-price-table.label-color-blue .price-label > span {
background-color: #2A7CE4; }
.wd-price-table.label-color-yellow .price-label > span {
background-color: #F7CA18; }
.wd-price-table.price-style-default .wd-plan-price {
margin-top: -1px;
margin-right: -1px;
margin-left: -1px;
background-color: var(--wd-primary-color);
color: #FFF; }
.wd-price-table.price-style-default .wd-price-suffix {
color: inherit; }
.wd-price-table.price-style-alt .wd-plan-price {
border-bottom: 1px solid var(--brdcolor-gray-300); }
.wd-price-table.price-style-alt .wd-price-currency,
.wd-price-table.price-style-alt .wd-price-value {
color: var(--wd-primary-color); }
.wd-price-table.price-highlighted {
top: -10px; }
.wd-price-table.price-highlighted .price-label {
top: -2px;
right: -2px; }
.wd-price-table.price-highlighted .wd-plan-inner {
box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }
.wd-price-table.price-highlighted .wd-plan-inner {
border: 2px solid var(--wd-primary-color); }
.wd-price-table.price-highlighted.price-style-default .wd-plan-price {
margin-top: 0;
margin-right: 0;
margin-left: 0; }
.wd-price-table:hover {
transform: translate3d(0, -10px, 0); }
.wd-price-table:hover .wd-plan-inner {
box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }
.wd-price-table .wd-plan-footer .add-to-cart-loop.added {
display: none; }
.wd-menu-price {
display: flex;
align-items: center;
flex-direction: row; }
.wd-menu-price .menu-price-image {
flex: 0 0 auto;
overflow: hidden;
margin-right: 15px;
max-width: 180px; }
.wd-menu-price .menu-price-desc-wrapp {
flex: 1 1 auto; }
.wd-menu-price .menu-price-heading {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-right: -10px;
margin-left: -10px; }
.wd-menu-price .menu-price-title {
flex: 1 1 270px;
margin-bottom: 0;
padding: 5px 10px;
font-size: 16px;
transition: all .25s ease; }
.wd-menu-price .menu-price-price {
flex: 0 0 auto;
padding: 5px 10px;
font-weight: 600;
font-size: 18px;
line-height: 1.2; }
.wd-menu-price .menu-price-details {
margin-top: 5px;
padding: 7px 0;
border-top: 1px dotted var(--brdcolor-gray-300);
font-style: italic;
font-size: 110%; }
.wd-row-divider {
margin-right: -15px;
margin-left: -15px; }
.wd-row-divider svg {
display: block;
height: 50px; }
.dvr-style-waves-small svg,
.dvr-style-waves-wide svg,
.dvr-style-triangle svg {
height: 3vw; }
.dvr-style-clouds svg {
height: 6vw; }
.dvr-overlap-enable {
position: relative; }
.dvr-overlap-enable svg {
position: absolute;
right: 0;
left: 0;
z-index: 100; }
.dvr-overlap-enable.dvr-position-top svg {
top: 0; }
.dvr-overlap-enable.dvr-position-bottom svg {
bottom: 0; }
.platform-iOS .dvr-position-top svg,
.browser-Firefox .dvr-position-top svg {
transform: translateY(-1px); }
.platform-iOS .dvr-position-bottom svg,
.browser-Firefox .dvr-position-bottom svg {
transform: translateY(1px); }
.wd-timeline-wrapper {
position: relative;
padding-top: 50px;
padding-bottom: 50px; }
.woodmart-timeline-line {
position: absolute;
top: 0;
bottom: 0;
left: calc(50% - 1px);
border-width: 2px; }
.woodmart-timeline-line .line-dot {
position: absolute;
left: calc(50% - 5px);
width: 8px;
height: 8px;
border-radius: 50%;
box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1); }
.woodmart-timeline-line .dot-start {
top: -4px; }
.woodmart-timeline-line .dot-end {
bottom: -4px; }
.wd-line-default .woodmart-timeline-line {
border-left-style: solid; }
.wd-line-dashed .woodmart-timeline-line {
border-left-style: dashed; }
.wd-timeline-breakpoint {
margin-bottom: 50px;
text-align: center; }
.woodmart-timeline-breakpoint-title {
position: relative;
z-index: 1;
display: inline-block;
padding: 8px 25px;
color: #FFF;
font-weight: 600;
font-size: 16px;
line-height: 1.4; }
.wd-timeline-item {
position: relative;
margin-bottom: 50px; }
.wd-timeline-item .wd-timeline-image {
display: inline-block;
overflow: hidden; }
.browser-Internet .wd-timeline-item .wd-timeline-image img {
width: 100%; }
.wd-timeline-item .wd-timeline-title,
.wd-timeline-item .wd-timeline-content,
.wd-timeline-item .wd-timeline-image {
margin-bottom: 15px; }
.wd-timeline-item .wd-timeline-title:empty,
.wd-timeline-item .wd-timeline-content:empty,
.wd-timeline-item .wd-timeline-image:empty {
display: none; }
.wd-timeline-content p:first-child:empty {
display: none; }
.wd-item-position-left,
.wd-item-position-right {
display: flex;
align-items: center; }
.wd-item-position-left .timeline-col,
.wd-item-position-right .timeline-col {
position: relative;
flex: 1 1 50%;
padding: 30px 30px 15px;
max-width: 50%;
width: 50%;
background-color: #FFF; }
.wd-item-position-left .timeline-col .timeline-arrow,
.wd-item-position-right .timeline-col .timeline-arrow {
position: absolute;
top: 50%;
margin-top: -14px;
color: #FFF;
font-size: 0;
line-height: 0; }
.wd-item-position-left .timeline-col .timeline-arrow:before,
.wd-item-position-right .timeline-col .timeline-arrow:before {
color: inherit;
font-size: 28px;
font-family: "woodmart-font";
line-height: 28px; }
.wd-item-position-left {
flex-direction: row; }
.wd-item-position-left .timeline-col-primary {
margin-right: 30px;
text-align: right; }
.wd-item-position-left .timeline-col-primary .timeline-arrow {
left: calc(100% - 1px); }
.wd-item-position-left .timeline-col-primary .timeline-arrow:before {
content: "\f153"; }
.wd-item-position-left .timeline-col-secondary {
margin-left: 30px;
text-align: left; }
.wd-item-position-left .timeline-col-secondary .timeline-arrow {
right: calc(100% - 1px); }
.wd-item-position-left .timeline-col-secondary .timeline-arrow:before {
content: "\f152"; }
.wd-item-position-right {
flex-direction: row-reverse; }
.wd-item-position-right .timeline-col-primary {
margin-left: 30px;
text-align: left; }
.wd-item-position-right .timeline-col-primary .timeline-arrow {
right: calc(100% - 1px); }
.wd-item-position-right .timeline-col-primary .timeline-arrow:before {
content: "\f152"; }
.wd-item-position-right .timeline-col-secondary {
margin-right: 30px;
text-align: right; }
.wd-item-position-right .timeline-col-secondary .timeline-arrow {
left: calc(100% - 1px); }
.wd-item-position-right .timeline-col-secondary .timeline-arrow:before {
content: "\f153"; }
.wd-item-position-full-width {
position: relative;
margin-top: 30px;
padding: 30px 30px 15px;
background-color: #FFF;
text-align: center; }
.wd-item-position-full-width:not(:first-child) {
margin-top: 80px; }
.wd-item-position-full-width .timeline-col-primary .timeline-arrow {
position: absolute;
bottom: calc(100% - 1px);
left: calc(50% - 8px);
width: 16px;
height: 12px;
color: #FFF;
line-height: 0; }
.wd-item-position-full-width .timeline-col-primary .timeline-arrow:before {
display: inline-block;
height: 12px;
color: inherit;
font-size: 28px;
line-height: 12px;
content: "\f151";
font-family: "woodmart-font"; }
.wd-item-position-full-width .timeline-col {
background-color: transparent !important; }
.wd-item-position-full-width .woodmart-timeline-dot {
top: -30px; }
.woodmart-timeline-dot {
position: absolute;
top: 50%;
left: 50%;
margin-top: -6px;
margin-left: -6px;
width: 12px;
height: 12px;
border: solid 2px #FFF;
border-radius: 50%; }
.wd-timeline-item:last-child,
.wd-timeline-breakpoint:last-child {
margin-bottom: 0; }
.wd-item-shadow .woodmart-timeline-breakpoint-title {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); }
.wd-item-shadow .wd-item-position-left .timeline-col,
.wd-item-shadow .wd-item-position-right .timeline-col {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); }
.wd-item-shadow .wd-item-position-left .timeline-col-primary .timeline-arrow:before {
text-shadow: 2px 0 2px rgba(0, 0, 0, 0.1); }
.wd-item-shadow .wd-item-position-left .timeline-col-secondary .timeline-arrow:before {
text-shadow: -2px 0 2px rgba(0, 0, 0, 0.1); }
.wd-item-shadow .wd-item-position-right .timeline-col-primary .timeline-arrow:before {
text-shadow: -2px 0 2px rgba(0, 0, 0, 0.1); }
.wd-item-shadow .wd-item-position-right .timeline-col-secondary .timeline-arrow:before {
text-shadow: 2px 0 2px rgba(0, 0, 0, 0.1); }
.wd-item-shadow .wd-item-position-full-width {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); }
.wd-item-shadow .wd-item-position-full-width .timeline-col-primary .timeline-arrow:before {
text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1); }
.wd-list {
--list-mb: 0; }
.wd-list li {
position: relative;
display: flex;
align-items: center;
justify-content: inherit;
transition: all .25s ease; }
.wd-list li:not(:last-child) {
margin-bottom: 15px; }
.list-icon {
flex: 0 0 auto;
margin-right: 10px;
vertical-align: middle;
text-align: center;
transition: inherit; }
.wd-list-type-ordered {
counter-reset: item; }
.wd-list-type-ordered .list-icon {
font-weight: 600; }
.wd-list-type-ordered .list-icon:before {
content: counter(item) ".";
counter-increment: item; }
.wd-list-type-unordered .list-icon {
font-weight: 600; }
.wd-list-type-unordered .list-icon:before {
content: "\f113";
font-family: "woodmart-font"; }
.wd-list-type-unordered:not(.wd-list-shape-icon) .list-icon {
font-size: 60%; }
.wd-list-shape-icon .list-icon {
min-width: 1.85em;
height: 1.85em;
line-height: 1.85em; }
.wd-list-shape-icon.wd-list-type-unordered .list-icon:before {
font-size: 65%; }
.wd-list-style-rounded .list-icon {
border-radius: 100px; }
.wd-slider {
position: relative;
overflow: hidden; }
.wd-slider:not(.flickity-enabled) {
display: flex; }
.flickity-enabled:focus {
outline: none; }
.flickity-viewport {
position: relative;
overflow: hidden;
max-width: 100%;
width: 100%;
height: 100%;
flex-basis: 100%; }
.wd-enabled .flickity-viewport {
transition: height .3s; }
.flickity-slider {
position: absolute;
width: 100%;
height: 100%; }
.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing; }
.flickity-enabled.wd-dragging .wd-slide {
pointer-events: none; }
.wd-slider-wrapper.wd-full-width-content .wd-slide-container {
max-width: none; }
.slider-in-container .wd-slide-container {
padding-right: 5%;
padding-left: 5%;
width: 100%; }
.wd-slide {
display: flex;
overflow: hidden;
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
.wd-slide-bg {
background-position: center center;
background-size: cover;
background-repeat: no-repeat; }
.wd-slide-container {
z-index: 2;
display: flex;
padding-top: 35px;
padding-bottom: 35px; }
.wd-slide-inner {
position: relative;
width: 100%; }
.wd-slide-container.slide-without-padding {
padding: 0; }
.wd-slider-wrapper.anim-fade .wd-slide {
pointer-events: none;
z-index: 0; }
.wd-slider-wrapper.anim-fade .wd-slide.is-selected {
pointer-events: auto;
z-index: 1; }
.wd-slider-wrapper.anim-distortion .flickity-slider {
transform: none !important; }
.wd-slider-wrapper.anim-distortion .wd-slide {
left: 0 !important; }
.wd-slider-wrapper.anim-distortion canvas {
width: 100%;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0; }
.wd-slider-wrapper.anim-distortion .wd-slide-container {
opacity: 0;
pointer-events: none;
transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.wd-slider-wrapper.anim-distortion .is-selected .wd-slide-container {
opacity: 1;
pointer-events: visible;
pointer-events: unset; }
.wd-slider-wrapper.anim-distortion:not(.wd-canvas-image-loaded) .wd-slide {
z-index: 0; }
.wd-slider-wrapper.anim-distortion:not(.wd-canvas-image-loaded) .wd-slide.is-selected {
z-index: 1; }
body:not(.elementor-editor-active) .wd-slide [class*="wd-animation"]:not(.wd-animated) {
transition: all .35s ease; }
.flickity-button {
--arrow-color: #333333;
--arrow-color-hover: #777777;
--arrow-bgcolor: #FFF;
background-color: transparent;
font-weight: 400;
padding: 0;
color: var(--arrow-color); }
.flickity-button > svg {
display: none; }
.flickity-button.previous {
left: 0;
padding-right: 2px; }
.flickity-button.previous:after {
content: "\f114";
font-family: "woodmart-font"; }
.flickity-button.next {
right: 0;
padding-left: 2px; }
.flickity-button.next:after {
content: "\f113";
font-family: "woodmart-font"; }
.flickity-button:hover {
box-shadow: none;
color: var(--arrow-color-hover); }
.pagin-scheme-light .flickity-button {
--arrow-color: #FFF;
--arrow-color-hover: rgba(255, 255, 255, 0.8);
--arrow-bgcolor: #333333; }
.arrows-style-2 .flickity-button,
.arrows-style-3 .flickity-button {
background-color: var(--arrow-bgcolor);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
.arrows-style-2 .flickity-button:after,
.arrows-style-3 .flickity-button:after {
font-size: 18px; }
.arrows-style-3 .flickity-button {
border-radius: 50%; }
.arrows-style-3 .flickity-button.previous {
left: 15px; }
.arrows-style-3 .flickity-button.next {
right: 15px; }
.flickity-page-dots {
--dot-color: #bbbbbb;
--dot-color-hover: #333333;
--dot-color-active: #333333;
position: absolute;
right: 0;
bottom: 5px;
left: 0;
z-index: 2;
text-align: center;
animation: wd-fadeIn .6s ease; }
.flickity-page-dots li {
display: inline-block;
cursor: pointer; }
.pagin-scheme-light .flickity-page-dots {
--dot-color: rgba(255, 255, 255, 0.5);
--dot-color-hover: #FFF;
--dot-color-active: #FFF; }
.pagin-style-1 .flickity-page-dots li {
margin: 5px;
width: 10px;
height: 10px;
border: 2px solid var(--dot-color);
border-radius: 50%;
-webkit-transition: all .25s ease;
transition: all .25s ease; }
.pagin-style-1 .flickity-page-dots li:not(.is-selected):hover {
border-color: var(--dot-color-hover); }
.pagin-style-1 .flickity-page-dots li.is-selected {
background-color: var(--dot-color-active);
border-color: var(--dot-color-active); }
.pagin-style-2 .flickity-page-dots {
bottom: 15px;
counter-reset: section;
--dot-color: #333333; }
.pagin-style-2 .flickity-page-dots li {
padding: 2px 15px;
color: var(--dot-color);
white-space: nowrap;
line-height: 1; }
.pagin-style-2 .flickity-page-dots li:before, .pagin-style-2 .flickity-page-dots li:after {
display: inline-block;
color: inherit;
vertical-align: middle; }
.pagin-style-2 .flickity-page-dots li:before {
content: "0" counter(section);
margin-right: 5px;
counter-increment: section;
font-weight: 600;
font-size: 15px; }
.pagin-style-2 .flickity-page-dots li:after {
content: "";
width: 15px;
height: 2px;
background-color: currentColor;
transition: width .3s ease; }
.pagin-style-2 .flickity-page-dots li:hover:after {
width: 35px; }
.pagin-style-2 .flickity-page-dots li.is-selected:after {
width: 45px; }
.pagin-style-2.pagin-scheme-light .flickity-page-dots {
--dot-color: #FFF; }
.wd-image-hotspot-hotspots {
position: relative; }
.wd-image-hotspot-img {
width: 100%; }
.hotspot-content {
position: absolute;
z-index: 10;
visibility: hidden;
padding: 15px;
width: 250px;
background: var(--bgcolor-white);
text-align: center;
opacity: 0;
transition: opacity .25s ease,
visibility .25s ease,
transform .25s ease;
transform: translateY(20px) translateZ(0);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.hotspot-content > div,
.hotspot-content > h4 {
margin-bottom: 10px; }
.hotspot-content > div:last-child,
.hotspot-content > h4:last-child {
margin-bottom: 0; }
.hotspot-content .hotspot-content-text {
margin-bottom: 15px; }
.hotspot-content .wd-entities-title a,
.hotspot-content .hotspot-content-image a {
display: block; }
.hotspot-content .wd-entities-title {
font-size: 16px; }
.hotspot-content:before {
content: "";
position: absolute; }
.hotspot-opened .hotspot-content {
visibility: visible;
opacity: 1;
transform: none; }
.hotspot-content:hover .wd-more-desc-btn {
transform: translateY(0) translateZ(0); }
.hotspot-content .price {
font-size: 16px;
line-height: 1.2; }
.hotspot-content .add_to_cart_button,
.hotspot-content .product_type_variable {
padding: 10px 14px;
font-size: 12px;
line-height: 16px;
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.hotspot-content .add_to_cart_button:hover,
.hotspot-content .product_type_variable:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.hotspot-content .add_to_cart_button:active,
.hotspot-content .product_type_variable:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.hotspot-content .added_to_cart {
display: none; }
.hotspot-dropdown-top,
.hotspot-dropdown-bottom {
left: -115px; }
.hotspot-dropdown-top:before,
.hotspot-dropdown-bottom:before {
left: 0;
width: 100%;
height: 30px; }
.hotspot-dropdown-top.hotspot-overflow-left,
.hotspot-dropdown-bottom.hotspot-overflow-left {
right: 0;
left: auto; }
.hotspot-dropdown-top.hotspot-overflow-right,
.hotspot-dropdown-bottom.hotspot-overflow-right {
left: 0; }
.hotspot-dropdown-top {
bottom: 40px; }
.hotspot-dropdown-top:before {
top: 100%; }
.hotspot-dropdown-bottom {
top: 40px; }
.hotspot-dropdown-bottom:before {
bottom: 100%; }
.hotspot-dropdown-left,
.hotspot-dropdown-right {
top: -55px; }
.hotspot-dropdown-left:before,
.hotspot-dropdown-right:before {
top: 0;
width: 30px;
height: 100%; }
.hotspot-dropdown-left {
right: 40px; }
.hotspot-dropdown-left:before {
left: 100%; }
.hotspot-dropdown-left.hotspot-overflow-right {
right: auto;
left: 40px; }
.hotspot-dropdown-left.hotspot-overflow-right:before {
right: 100%;
left: auto; }
.hotspot-dropdown-right {
left: 40px; }
.hotspot-dropdown-right:before {
right: 100%; }
.hotspot-dropdown-right.hotspot-overflow-left {
right: 40px;
left: auto; }
.hotspot-dropdown-right.hotspot-overflow-left:before {
right: auto;
left: 100%; }
.wd-image-hotspot {
position: absolute;
margin-top: -10px;
margin-left: -10px;
width: 20px;
height: 20px;
border-radius: 50%;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
opacity: 0;
transition: opacity .8s ease; }
.loaded .wd-image-hotspot {
opacity: 1; }
.hotspot-btn,
.hotspot-sonar {
border-radius: 50%;
backface-visibility: hidden;
perspective: 800px; }
.hotspot-btn {
z-index: 1;
letter-spacing: normal;
transition: all .3s ease; }
.hotspot-action-click .hotspot-btn {
cursor: pointer; }
.hotspot-btn:after {
content: "";
position: absolute;
transition: all .3s ease; }
.hotspot-sonar {
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
display: block;
animation: wd-Sonar 2s ease infinite; }
.hotspot-icon-default .hotspot-btn {
box-shadow: inset 100px 100px transparent;
animation: wd-Pulse 2s ease-in-out infinite;
background-color: var(--wd-primary-color); }
.hotspot-icon-default .hotspot-btn:after {
top: 7px;
left: 7px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #FFF; }
.hotspot-icon-default .wd-image-hotspot.hotspot-opened .hotspot-btn {
box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1); }
.hotspot-icon-default .hotspot-sonar {
background-color: rgba(255, 255, 255, 0.5); }
.hotspot-icon-alt .hotspot-btn {
background-color: #FFF; }
.hotspot-icon-alt .hotspot-btn:after {
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-weight: 700;
font-size: 8px;
line-height: 20px;
content: "\f143";
font-family: "woodmart-font";
color: var(--wd-primary-color); }
.hotspot-icon-alt .wd-image-hotspot.hotspot-opened .hotspot-btn:after {
color: #FFF; }
.hotspot-icon-alt .wd-image-hotspot.hotspot-opened .hotspot-btn, .hotspot-icon-alt .wd-image-hotspot:hover .hotspot-btn {
background-color: var(--wd-primary-color); }
.hotspot-icon-alt .hotspot-sonar {
background-color: #FFF; }
@keyframes wd-Sonar {
0% {
opacity: 0;
transform: scale(0.2); }
50% {
opacity: .8; }
100% {
opacity: 0;
transform: scale(1); } }
@keyframes wd-Pulse {
0%, 100% {
transform: scale(1); }
50% {
transform: scale(1.2); } }
.wd-threed-view {
position: relative;
overflow: hidden;
margin: 0 auto;
cursor: ew-resize;
cursor: -webkit-grab; }
.wd-threed-view:active {
cursor: ew-resize;
cursor: -webkit-grabbing; }
.wd-threed-view .threed-title {
position: relative;
z-index: 40;
padding-top: 20px;
text-align: center; }
.wd-threed-view .threed-view-images {
display: none;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
perspective: 800px;
-webkit-perspective: 800px; }
.wd-threed-view .threed-view-images img {
position: absolute;
top: 0;
left: 50%;
height: auto;
transform: translateX(-50%); }
.wd-threed-view .threed-view-images img.previous-image {
visibility: hidden; }
.wd-threed-view .threed-view-images img.current-image {
visibility: visible; }
.wd-threed-view .spinner {
display: block;
margin: 0 auto;
width: 60px;
height: 60px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.7);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
color: #000;
text-align: center;
font-weight: bolder;
line-height: 60px; }
.wd-threed-view .spinner span {
line-height: 60px; }
.wd-threed-view .nav_bar {
position: absolute;
bottom: 30px;
left: 50%;
z-index: 11;
margin-left: -42px;
background-color: var(--bgcolor-white);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
.wd-threed-view .nav_bar a {
display: inline-block;
width: 42px;
height: 45px;
color: var(--color-gray-800);
text-align: center;
text-decoration: none;
font-size: 0;
line-height: 45px; }
.wd-threed-view .nav_bar a:hover {
color: var(--color-gray-700); }
.wd-threed-view .nav_bar a:after {
font-weight: 700;
font-size: 16px; }
.wd-threed-view .nav_bar a.nav_bar_play,
.wd-threed-view .nav_bar a.nav_bar_stop {
display: none; }
.wd-threed-view .nav_bar a.nav_bar_previous:after {
content: "\f114";
font-family: "woodmart-font"; }
.wd-threed-view .nav_bar a.nav_bar_next:after {
content: "\f113";
font-family: "woodmart-font"; }
[class*="color-scheme-light"] .author-area .btn {
border-color: rgba(255, 255, 255, 0.3);
color: #FFF; }
[class*="color-scheme-light"] .author-area .btn:hover {
border-color: #FFF;
color: #FFF; }
.wd-toolbar {
position: fixed;
right: 0;
bottom: 0;
left: 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: #FFF;
box-shadow: 0 0 9px rgba(0, 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 {
margin-right: 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 {
background-color: #101010; }
.global-color-scheme-light .wd-toolbar a {
color: #FFF; }
.global-color-scheme-light .wd-toolbar a:hover {
color: rgba(255, 255, 255, 0.8); }
.wd-toolbar-label {
position: absolute;
right: 10px;
bottom: 3px;
left: 10px;
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-item .wd-tools-icon:before {
font-size: 19px; }
.wd-toolbar-shop .wd-tools-icon:before {
content: "\f146";
font-family: "woodmart-font"; }
.wd-toolbar-blog .wd-tools-icon:before {
content: "\f145";
font-family: "woodmart-font"; }
.wd-toolbar-home .wd-tools-icon:before {
content: "\f144";
font-family: "woodmart-font"; }
.wd-toolbar-link .wd-tools-icon:before {
content: "\f140";
font-family: "woodmart-font"; }
.wd-toolbar-link .wd-custom-icon {
min-width: auto;
width: auto; }
.wd-toolbar-link .wd-custom-icon img {
width: auto;
height: 20px; }
.wd-cookies-popup {
position: fixed;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
padding: 15px 30px;
background-color: #FFF;
box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
transition: transform .35s ease;
transform: translate3d(0, 100%, 0); }
.wd-cookies-popup.popup-display {
transform: none; }
.wd-cookies-popup.popup-hide {
transform: translate3d(0, 100%, 0); }
.global-color-scheme-light .wd-cookies-popup {
background-color: #101010; }
.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-right: 30px; }
.cookies-buttons > a {
margin-right: 20px; }
.cookies-buttons > a:last-child {
margin-right: 0; }
.cookies-buttons .cookies-accept-btn {
border-radius: var(--btn-accent-brd-radius);
color: var(--btn-accent-color);
box-shadow: var(--btn-accent-box-shadow);
background-color: var(--btn-accent-bgcolor); }
.cookies-buttons .cookies-accept-btn:hover {
color: var(--btn-accent-color-hover);
box-shadow: var(--btn-accent-box-shadow-hover);
background-color: var(--btn-accent-bgcolor-hover); }
.cookies-buttons .cookies-accept-btn:active {
box-shadow: var(--btn-accent-box-shadow-active);
bottom: var(--btn-accent-bottom-active); }
.cookies-buttons .cookies-more-btn {
border-bottom: 2px solid #E4E4E4;
color: #333;
text-transform: uppercase;
font-weight: 600;
font-size: 13px; }
.cookies-buttons .cookies-more-btn:hover, .cookies-buttons .cookies-more-btn:focus {
opacity: .7; }
.global-color-scheme-light .cookies-buttons .cookies-more-btn {
border-color: rgba(255, 255, 255, 0.25);
color: #FFF; }
.wd-popup.wd-promo-popup {
display: none;
max-width: 800px; }
.mfp-wrap .wd-popup.wd-promo-popup {
display: block; }
.wd-sticky-social {
position: fixed;
top: 50%;
z-index: 399;
display: flex;
flex-direction: column;
transition: transform .3s ease 1s; }
.wd-sticky-social .wd-social-icon {
display: flex;
align-items: center;
flex-wrap: nowrap;
overflow: hidden;
margin: 0;
min-width: 40px;
width: auto;
height: 40px; }
.wd-sticky-social .wd-social-icon:hover {
box-shadow: none; }
.wd-sticky-social .wd-social-icon:hover .wd-icon-name {
max-width: 220px; }
.wd-sticky-social .wd-icon {
width: 40px;
font-size: 14px;
line-height: 40px; }
.wd-sticky-social .wd-icon-name {
overflow: hidden;
padding: 0;
max-width: 0;
white-space: nowrap;
font-weight: 600;
font-size: 14px;
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-sticky-social.buttons-loaded {
transform: translate3d(0, -50%, 0); }
.wd-sticky-social-right {
right: 0;
transform: translate3d(100%, -50%, 0);
align-items: flex-end; }
.wd-sticky-social-right .wd-social-icon {
flex-direction: row-reverse; }
.wd-sticky-social-right .wd-social-icon:hover .wd-icon-name {
padding-left: 15px; }
.wd-sticky-social-left {
left: 0;
transform: translate3d(-100%, -50%, 0);
align-items: flex-start; }
.wd-sticky-social-left .wd-social-icon {
flex-direction: row; }
.wd-sticky-social-left .wd-social-icon:hover .wd-icon-name {
padding-right: 15px; }
.wd-popup.wd-age-verify {
display: none;
padding: 60px; }
.mfp-wrap .wd-popup.wd-age-verify {
display: block; }
.wd-age-verify h4 {
font-size: 42px; }
[class*="wd-age-verify-text"] > *:last-child {
margin-bottom: 0; }
.wd-age-verify-text-error {
animation: wd-fadeIn .6s ease;
display: none; }
.wd-age-verify-buttons {
margin-top: 25px;
text-align: center;
margin-bottom: -10px; }
.wd-age-verify-buttons .btn {
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px; }
.wd-age-verify-allowed {
border-radius: var(--btn-accent-brd-radius);
color: var(--btn-accent-color);
box-shadow: var(--btn-accent-box-shadow);
background-color: var(--btn-accent-bgcolor); }
.wd-age-verify-allowed:hover {
color: var(--btn-accent-color-hover);
box-shadow: var(--btn-accent-box-shadow-hover);
background-color: var(--btn-accent-bgcolor-hover); }
.wd-age-verify-allowed:active {
box-shadow: var(--btn-accent-box-shadow-active);
bottom: var(--btn-accent-bottom-active); }
.wd-age-verify-forbidden {
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); }
.wd-age-verify-forbidden:hover {
color: var(--btn-default-color-hover);
box-shadow: var(--btn-default-box-shadow-hover);
background-color: var(--btn-default-bgcolor-hover); }
.wd-age-verify-forbidden:active {
box-shadow: var(--btn-default-box-shadow-active);
bottom: var(--btn-default-bottom-active); }
.wd-age-verify.wd-forbidden .wd-age-verify-text,
.wd-age-verify.wd-forbidden .wd-age-verify-buttons {
display: none; }
.wd-age-verify.wd-forbidden .wd-age-verify-text-error {
display: block; }
.wd-lazy-load {
width: 100%;
transition: all .3s ease;
transform: translateZ(0); }
.owl-carousel .wd-lazy-load {
transform: none; }
.wd-lazy-blur {
filter: blur(2vw); }
.wd-lazy-blur.wd-loaded {
filter: blur(0); }
.wd-lazy-fade {
opacity: 0; }
.wd-lazy-fade.wd-loaded {
opacity: 1; }
.header-banner-enabled .website-wrapper {
margin-top: 0;
transition: margin-top .6s ease; }
.header-banner-display .header-banner {
opacity: 1;
transition: opacity 0s ease; }
.header-banner-display .website-wrapper {
transition: margin-top .6s ease .25s; }
.header-banner {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: -1;
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
opacity: 0;
transition: opacity 0s ease .6s; }
.close-header-banner {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 1; }
.close-header-banner.wd-style-icon > a {
width: 50px;
height: 100%; }
.close-header-banner.wd-style-icon > a:before {
font-size: 14px;
font-weight: 600; }
.close-header-banner + .header-banner-link {
right: 60px; }
@media (min-width: 782px) {
.admin-bar .header-banner {
top: 32px; } }
@media (max-width: 782px) {
.admin-bar .header-banner {
top: 46px; } }
.scrollToTop {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 350;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
color: #333;
text-align: center;
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 .wd-tooltip-label {
display: none; }
.scrollToTop:after {
display: inline-block;
font-weight: 600;
font-size: 16px;
line-height: 50px;
content: "\f115";
font-family: "woodmart-font"; }
.scrollToTop:hover {
color: #777; }
.wd-search-opened .scrollToTop {
display: none; }
.global-color-scheme-light .scrollToTop {
background-color: rgba(0, 0, 0, 0.9);
color: #FFF; }
.global-color-scheme-light .scrollToTop:hover {
color: rgba(255, 255, 255, 0.6); }
.sidebar-container.wd-inited {
display: flex;
flex-basis: unset;
flex-direction: column;
margin: 0;
padding: 0;
max-width: none; }
.sidebar-container.wd-inited .widget-heading {
display: flex;
flex: 0 0 auto; }
.sidebar-container.wd-inited .widget-area {
flex: 1 1 auto;
padding-top: 30px;
padding-bottom: 30px;
max-height: 100%; }
.sidebar-container.wd-inited .sidebar-widget {
padding-right: 30px;
padding-left: 30px; }
.wd-sidebar-opener > a:before {
font-size: 20px;
content: "\f109";
font-family: "woodmart-font"; }
.wd-sidebar-opener:not(.wd-on-toolbar) {
position: fixed;
top: 30%;
left: 0;
z-index: 350;
display: none;
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
border-top-right-radius: 35px;
border-bottom-right-radius: 35px; }
.global-color-scheme-light .wd-sidebar-opener:not(.wd-on-toolbar) {
background-color: rgba(0, 0, 0, 0.9); }
.wd-sidebar-opener.wd-on-shop > a:before {
font-size: 16px;
content: "\f118";
font-family: "woodmart-font"; }
.wd-sidebar-opener.wd-on-shop:not(.wd-on-toolbar) {
opacity: 0;
transition: transform .25s ease;
backface-visibility: hidden;
transform: translateX(-100%); }
.wd-sidebar-opener.wd-on-shop:not(.wd-on-toolbar).wd-sticky {
opacity: 1;
transform: none; }
.error404 .page-header {
position: relative;
margin-bottom: 20px; }
.error404 .page-header:before {
content: "404";
position: absolute;
top: -20px;
left: 50%;
color: #F4F4F4;
font-weight: 700;
font-size: 400px;
line-height: 320px;
transform: translateX(-50%); }
.error404 .page-header h3 {
position: relative;
padding: 115px 0;
text-align: center;
text-transform: uppercase;
font-weight: 900;
font-size: 82px;
line-height: 82px;
color: var(--wd-primary-color); }
.error404 .page-content {
text-align: center; }
.error404 .page-content p {
font-size: 110%; }
.error404 .page-content > .wd-search-form {
margin: 0 auto;
max-width: 400px; }
.error404.global-color-scheme-light .page-header:before {
color: rgba(255, 255, 255, 0.1); }
.not-found .entry-header {
text-align: center; }
.not-found .entry-header:before {
display: inline-block;
margin-bottom: 10px;
font-size: 100px;
line-height: 100px;
color: var(--wd-primary-color);
content: "\f130";
font-family: "woodmart-font"; }
.not-found .entry-header .entry-title {
margin-bottom: 15px;
text-transform: capitalize;
font-weight: 900;
font-size: 48px; }
.not-found .entry-content {
text-align: center; }
.not-found .entry-content > p {
margin-bottom: 30px;
font-size: 16px; }
.not-found .searchform {
position: relative;
margin: 0 auto;
margin-bottom: 30px;
max-width: 350px;
width: 100%; }
.not-found .searchform input[type="text"] {
padding-right: 105px; }
.not-found .searchform .searchsubmit {
position: absolute;
top: 0;
right: 0; }
.wd-blog-search-results {
margin-top: 30px; }
.wd-search-show-all {
text-align: center; }
.wd-search-show-all .button {
border-color: #E9E9E9;
color: #333;
font-weight: 900;
border-width: 2px; }
.wd-search-show-all .button:not(:hover) {
background-color: transparent !important; }
.wd-search-show-all .button:hover {
box-shadow: none; }
.wd-search-show-all .button:hover {
border-color: #DCDCDC;
background-color: transparent; }
.global-color-scheme-light .wd-search-show-all .button {
border-color: rgba(255, 255, 255, 0.25);
color: #FFF; }
.global-color-scheme-light .wd-search-show-all .button:hover {
border-color: #FFF;
color: #FFF; }
.search-no-results .page-title .breadcrumbs,
.search-no-results .page-title .yoast-breadcrumb {
display: none; }
.wd-row-gradient-enable {
position: relative; }
.wd-parallax {
background-attachment: fixed !important;
background-size: cover !important; }
.attachment_fixed-yes {
background-attachment: fixed; }
.vc_row.wd-disable-overflow,
.vc_section.wd-disable-overflow {
overflow: visible !important; }
.inline-element {
display: inline-block;
vertical-align: middle; }
.inline-element:not(:last-child) {
margin-right: 15px; }
.text-left .inline-element {
margin-left: 0; }
.text-left .inline-element:not(:last-child) {
margin-right: 15px; }
.text-right .inline-element {
margin-right: 0; }
.text-right .inline-element:not(:first-child) {
margin-left: 15px; }
.text-center .inline-element {
margin-right: 7px;
margin-left: 7px; }
.vc_row-full-width {
float: left;
width: 100%; }
.compose-mode .vc_column-inner .vc_controls > .vc_controls-out-tl {
right: -1px;
left: auto;
z-index: 2000; }
.vc_row[data-vc-full-width].wpb_animate_when_almost_visible {
transition: none !important; }
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
z-index: auto; }
.vc_row-no-padding .vc_row-fluid {
margin-right: 0;
margin-left: 0; }
.wpb_widgetised_column > .wpb_wrapper > *:last-child {
margin-bottom: 0; }
.widgetarea-head .wpb_widgetised_column {
margin-bottom: 0; }
.wd-slide-from-bottom,
.wd-slide-from-top,
.wd-slide-from-left,
.wd-slide-from-right,
.wd-left-flip-y,
.wd-right-flip-y,
.wd-top-flip-x,
.wd-bottom-flip-x,
.wd-zoom-in,
.wd-rotate-z {
transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
-webkit-animation-fill-mode: none !important;
animation-fill-mode: none !important; }
.wd-slide-from-bottom.animated,
.wd-slide-from-top.animated,
.wd-slide-from-left.animated,
.wd-slide-from-right.animated,
.wd-left-flip-y.animated,
.wd-right-flip-y.animated,
.wd-top-flip-x.animated,
.wd-bottom-flip-x.animated,
.wd-zoom-in.animated,
.wd-rotate-z.animated {
animation-duration: .7s;
animation-timing-function: cubic-bezier(0, 0.87, 0.58, 1); }
.wd-slide-from-top {
animation-name: wd-SlideFromTop; }
.wd-slide-from-bottom {
animation-name: wd-SlideFromBottom; }
.wd-slide-from-left {
animation-name: wd-SlideFromLeft; }
.wd-slide-from-right {
animation-name: wd-SlideFromRight; }
.wd-right-flip-y {
animation-name: wd-RightFlipY; }
.wd-left-flip-y {
animation-name: wd-LeftFlipY; }
.wd-top-flip-x {
animation-name: wd-TopFlipX; }
.wd-bottom-flip-x {
animation-name: wd-BottomFlipX; }
.wd-zoom-in {
animation-name: wd-ZoomIn; }
.wd-rotate-z {
animation-name: wd-RotateZ;
will-change: animation; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(2) {
transition-delay: .1s;
animation-delay: .1s; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(3) {
transition-delay: .2s;
animation-delay: .2s; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(4) {
transition-delay: .3s;
animation-delay: .3s; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(5) {
transition-delay: .4s;
animation-delay: .4s; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(6) {
transition-delay: .5s;
animation-delay: .5s; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(7) {
transition-delay: .6s;
animation-delay: .6s; }
.vc_progress_bar .vc_single_bar {
border-radius: 0;
box-shadow: none; }
.vc_progress_bar .vc_single_bar .vc_label {
padding: .6em 1.2em;
text-transform: uppercase;
text-shadow: none !important;
letter-spacing: .2px;
font-weight: 600;
font-size: 12px; }
.vc_progress_bar .vc_single_bar .vc_bar {
border-radius: 0;
transition: width .8s ease; }
.wpb_single_image .vc_single_image-wrapper[class*="vc_box_shadow"],
.wpb_single_image .vc_single_image-wrapper[class*="vc_box_shadow"] img {
box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading {
margin-top: 0 !important;
margin-bottom: 0 !important;
border: none !important; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
font-weight: 600;
font-size: 16px;
line-height: 1; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title {
font-family: var(--wd-text-font); }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title > a {
padding-top: 18px;
padding-bottom: 18px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panels {
border-top: 2px solid rgba(119, 119, 119, 0.17); }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel {
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #333; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-heading:hover {
background-color: transparent; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title > a {
padding-right: 0;
padding-left: 0; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 5px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right > a {
padding-right: 25px;
padding-left: 5px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: 5px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
padding-right: 5px;
padding-left: 25px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title:hover > a {
color: #333; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-body {
padding-top: 0;
padding-right: 5px;
padding-left: 5px;
border: none; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
position: relative; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
color: #333; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a {
padding: 10px 15px;
border: none;
background-color: transparent;
color: inherit;
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.4;
opacity: .7;
transition: all .25s ease; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a:hover {
border: none;
background-color: transparent;
opacity: 1; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
position: relative; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active > a {
border: none;
background-color: transparent;
opacity: 1; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
overflow: hidden;
margin: 0; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-body {
position: relative;
z-index: 2;
visibility: visible;
opacity: 1;
-webkit-transition: transform .25s ease .25s,
opacity .25s ease .25s,
visibility .25s ease .25s;
transition: transform .25s ease .25s,
opacity .25s ease .25s,
visibility .25s ease .25s;
-webkit-transform: translateY(0);
transform: translateY(0); }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-body {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
display: block !important;
visibility: hidden;
padding-top: 10px !important;
padding-bottom: 10px !important;
height: auto !important;
opacity: 0;
-webkit-transition: transform .25s ease,
opacity .25s ease,
visibility .25s ease;
transition: transform .25s ease,
opacity .25s ease,
visibility .25s ease;
-webkit-transform: translateY(20px);
transform: translateY(20px); }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
.wpb-js-composer.global-color-scheme-light .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel {
border-color: rgba(255, 255, 255, 0.15); }
[class*="color-scheme-light"] .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
color: #FFF; }
.wpb_video_wrapper {
position: relative;
overflow: hidden; }
.wpb_video_wrapper .wd-video-poster-wrapper,
.wpb_video_wrapper .wd-video-poster-wrapper:after,
.wpb_video_wrapper .wd-video-poster {
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px; }
.wpb_video_wrapper .wd-video-poster-wrapper {
position: absolute !important;
z-index: 2;
overflow: hidden;
cursor: pointer;
transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18), visibility 0.5s cubic-bezier(0, 0, 0.44, 1.18);
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.wpb_video_wrapper .wd-video-poster-wrapper:after {
content: "";
z-index: 2;
background-color: rgba(0, 0, 0, 0.15);
transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
.wpb_video_wrapper .wd-video-poster-wrapper.hidden-poster {
visibility: hidden;
opacity: 0; }
.wpb_video_wrapper .wd-video-poster {
margin: -1px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
.wpb_video_wrapper .button-play {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
margin-top: -50px;
margin-left: -50px;
padding-left: 5px;
width: 100px;
height: 100px;
border: 4px solid rgba(255, 255, 255, 0.4);
border-radius: 50%;
color: #FFF;
text-align: center;
line-height: 95px;
transition: border-color 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
.wpb_video_wrapper .button-play:after {
display: inline-block;
font-size: 32px;
transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
content: "\f101";
font-family: "woodmart-font"; }
.wpb_video_wrapper:hover .wd-video-poster-wrapper:after {
background-color: rgba(0, 0, 0, 0.3); }
.wpb_video_wrapper:hover .button-play {
border-color: rgba(255, 255, 255, 0.6); }
.wpb_video_wrapper:hover .button-play:after {
transform: scale(0.8); }
.wpb_video_wrapper:hover .wd-video-poster {
transform: scale(1.09); }
.wpb-js-composer .wpb_revslider_element {
margin-bottom: 0; }
.hermes .tp-arr-imgholder {
background-size: cover; }
div.wpcf7 .ajax-loader {
position: relative;
visibility: hidden;
margin-left: -5px; }
div.wpcf7 .ajax-loader:before {
position: absolute;
top: 0;
left: 20px;
margin-top: 2px;
content: "";
display: inline-block;
width: 16px;
height: 16px;
border: 1px solid #BBB;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle; }
div.wpcf7 .ajax-error {
display: none; }
div.wpcf7 form.submitting .ajax-loader {
visibility: visible; }
div.wpcf7 form.submitting .ajax-loader:before {
animation: wd-rotate 450ms infinite linear; }
[class*="color-scheme-light"] div.wpcf7 .ajax-loader:before {
border-color: rgba(255, 255, 255, 0.15);
border-left-color: #FFF; }
.wpcf7-list-item {
display: inline-block;
margin-right: 10px; }
.wpcf7-radio input {
margin-left: 5px; }
.wpcf7-not-valid-tip {
display: block;
color: #F00; }
div.wpcf7-response-output {
display: none;
margin: 0 0 20px; }
form.sent div.wpcf7-response-output, form.invalid div.wpcf7-response-output, form.unaccepted div.wpcf7-response-output, form.spam div.wpcf7-response-output, form.failed div.wpcf7-response-output, form.aborted div.wpcf7-response-output {
display: flex; }
.wpcf7-form.wd-style-with-bg {
--wd-form-bg: #FFF;
--wd-form-color: #777777;
--wd-form-brd-color: rgba(129, 129, 129, .2);
--wd-form-brd-color-focus: rgba(129, 129, 129, .3);
--wd-form-placeholder-color: #777777; }
.mc4wp-form input[type="submit"] {
border-radius: var(--btn-accent-brd-radius);
color: var(--btn-accent-color);
box-shadow: var(--btn-accent-box-shadow);
background-color: var(--btn-accent-bgcolor); }
.mc4wp-form input[type="submit"]:hover {
color: var(--btn-accent-color-hover);
box-shadow: var(--btn-accent-box-shadow-hover);
background-color: var(--btn-accent-bgcolor-hover); }
.mc4wp-form input[type="submit"]:active {
box-shadow: var(--btn-accent-box-shadow-active);
bottom: var(--btn-accent-bottom-active); }
.mc4wp-form {
margin-top: 0;
margin-bottom: 20px;
text-align: center; }
.mc4wp-form > div {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
margin-right: -3px;
margin-left: -3px; }
.mc4wp-form > div > p:first-child {
flex: 1 1 200px;
max-width: 290px;
width: 100%; }
.mc4wp-form > div > p {
margin-bottom: 20px !important;
margin-right: 3px;
margin-left: 3px; }
.mc4wp-form > div > p > br {
display: none; }
.mc4wp-form label {
display: none; }
.mc4wp-form .mc4wp-response {
margin-right: 0;
margin-left: 0; }
.text-right .mc4wp-form > div {
justify-content: flex-end; }
.text-left .mc4wp-form > div {
justify-content: flex-start; }
body:not(.notifications-sticky) .mc4wp-alert,
body .mfp-content .mc4wp-alert {
margin-bottom: 20px; }
.widget_mc4wp_form_widget .mc4wp-form {
margin-bottom: 0; }
.widget_mc4wp_form_widget .mc4wp-form p {
margin-bottom: 10px; }
p.stock {
font-weight: 600;
font-size: 14px;
line-height: 1.2; }
p.stock:before {
display: inline-block;
margin-right: 5px;
vertical-align: text-top; }
p.stock.in-stock {
color: #333; }
p.stock.in-stock:before {
content: "\f107";
font-family: "woodmart-font";
color: var(--wd-primary-color); }
p.stock.out-of-stock {
color: #B50808; }
[class*="color-scheme-light"] p.stock .in-stock {
color: #FFF; }
.shop_table tr td:last-child,
.shop_table tr th:last-child {
text-align: right; }
tr.order-total th {
font-size: 18px; }
tr.order-total strong .amount {
font-size: 22px; }
tr.order-total td strong {
display: block; }
th.product-remove, th.product-thumbnail {
font-size: 0; }
th.product-name {
text-align: left; }
th.product-thumbnail {
width: 10px; }
th.product-remove {
width: 40px; }
td.product-name {
text-align: left; }
td.product-name a {
display: inline-block;
font-size: 14px; }
td.product-name p {
margin-top: 5px;
margin-bottom: 5px;
font-size: 90%; }
td.product-name ul.variation {
margin-top: 5px; }
td.product-price .amount {
color: #777;
font-weight: 400;
font-size: 14px; }
td.product-price del {
color: #BDBDBD; }
td.product-price del .amount {
color: #BDBDBD;
font-size: 90%; }
td.product-price ins {
padding: 0;
background-color: transparent;
text-decoration: none;
opacity: 1; }
td.product-subtotal span {
font-size: 16px; }
td.product-thumbnail > a {
display: block;
overflow: hidden; }
td.product-thumbnail img {
min-width: 80px;
max-width: 80px; }
td.woocommerce-orders-table__cell-order-actions a {
margin-right: 5px;
padding: 10px 14px;
font-size: 12px;
line-height: 16px;
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
td.woocommerce-orders-table__cell-order-actions a:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
td.woocommerce-orders-table__cell-order-actions a:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
td.woocommerce-orders-table__cell-order-actions a:last-child {
margin-right: 0; }
td.product-remove {
padding: 0;
text-align: center; }
td.product-total .amount {
color: #777;
font-weight: 400; }
[class*="color-scheme-light"] td.product-total .amount {
color: #FFF; }
.global-color-scheme-light td.product-price .amount {
color: rgba(255, 255, 255, 0.8); }
.global-color-scheme-light td.product-price del {
color: rgba(255, 255, 255, 0.6); }
.global-color-scheme-light td.product-price del .amount {
color: rgba(255, 255, 255, 0.6); }
td.product-remove a, .woocommerce-remove-coupon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
color: #333;
font-size: 0; }
td.product-remove a:before, .woocommerce-remove-coupon:before {
font-weight: 600;
font-size: 10px;
content: "\f112";
font-family: "woodmart-font"; }
td.product-remove a:hover, .woocommerce-remove-coupon:hover {
color: rgba(51, 51, 51, 0.6); }
.global-color-scheme-light td.product-remove a, .global-color-scheme-light .woocommerce-remove-coupon {
color: #FFF; }
.global-color-scheme-light td.product-remove a:hover, .global-color-scheme-light .woocommerce-remove-coupon:hover {
color: rgba(255, 255, 255, 0.8); }
.product-labels {
position: absolute;
z-index: 1;
display: flex;
align-items: flex-start;
flex-direction: column;
flex-wrap: nowrap;
max-width: 50%;
transition: opacity .3s ease; }
.product-label {
min-width: 50px;
color: #FFF;
text-align: center;
text-transform: uppercase;
word-break: break-all;
letter-spacing: .4px;
font-weight: 600;
line-height: 1.2; }
.product-label img {
width: 100%; }
.product-label:not(:last-child) {
margin-bottom: 10px; }
.product-label.onsale {
background-color: var(--wd-primary-color); }
.product-label.featured {
background-color: #E22D2D; }
.product-label.new {
background-color: #438E44; }
.product-label.out-of-stock {
background-color: rgba(255, 255, 255, 0.9);
color: #2d2a2a;
font-weight: 900; }
.product-label.attribute-label:not(.label-with-img) {
background-color: rgba(255, 255, 255, 0.9);
color: #2d2a2a; }
.global-color-scheme-light .product-label.out-of-stock, .global-color-scheme-light .product-label.attribute-label:not(.label-with-img) {
background-color: #101010;
color: #FFF; }
.labels-rectangular {
top: 15px;
left: 0; }
.labels-rectangular .product-label {
padding: 5px 10px;
font-size: 12px; }
.labels-rectangular .label-with-img {
padding: 0;
max-width: 50px; }
.labels-rounded {
top: 7px;
left: 7px; }
.labels-rounded .product-label {
display: flex;
align-items: center;
justify-content: center;
padding: 5px 7px;
min-height: 50px;
border-radius: 35px;
font-size: 14px; }
.browser-Internet .labels-rounded .product-label {
height: 50px; }
.labels-rounded .label-with-img {
padding: 0;
min-height: auto;
max-width: 55px; }
.labels-rounded .out-of-stock {
max-width: 50px;
font-size: 12px; }
[class*="color-scheme-light"] .wd-product-countdown > span {
background-color: #101010;
color: #FFF; }
[class*="color-scheme-light"] .wd-product-countdown > span span {
color: rgba(255, 255, 255, 0.8); }
.wd-more-desc {
position: relative;
overflow: hidden;
margin-bottom: 12px;
max-height: 88px; }
.wd-more-desc table {
margin-bottom: 0; }
.wd-more-desc .wd-more-desc-inner {
line-height: 22px;
--wd-tags-margin-bottom: 10px; }
.wd-more-desc .wd-more-desc-btn {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
height: 20px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0, #FFF 100%);
color: #000;
text-align: center;
text-decoration: none;
font-size: 0;
line-height: 20px;
transition: transform .25s ease;
transform: translateY(20px); }
.wd-more-desc .wd-more-desc-btn span:after {
font-weight: 700;
font-size: 20px;
content: "\f109";
font-family: "woodmart-font"; }
.wd-more-desc .wd-more-desc-btn:hover {
color: #000; }
.wd-more-desc .wd-more-desc-btn:not(.wd-shown) {
display: none; }
.wd-more-desc.wd-more-desc-full {
max-height: none; }
.wd-more-desc.wd-more-desc-full .wd-more-desc-btn {
display: none; }
[class*="color-scheme-light"] .wd-more-desc .wd-more-desc-btn {
background: linear-gradient(to bottom, rgba(16, 16, 16, 0.8) 0, #101010 100%);
color: #FFF; }
[class*="color-scheme-light"] .wd-more-desc .wd-more-desc-btn:hover {
color: #FFF; }
.woocommerce-breadcrumb {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
color: #333; }
.woocommerce-breadcrumb a {
margin-right: 6px; }
.woocommerce-breadcrumb a:after {
content: "/";
margin-left: 5px; }
.woocommerce-breadcrumb, .yoast-breadcrumb {
vertical-align: middle;
font-size: 14px;
line-height: 1.4; }
.woocommerce-breadcrumb a, .yoast-breadcrumb a {
color: #8E8E8E; }
.woocommerce-breadcrumb a:hover, .yoast-breadcrumb a:hover {
color: #585858; }
.global-color-scheme-light .woocommerce-breadcrumb a, .global-color-scheme-light .yoast-breadcrumb a {
color: rgba(255, 255, 255, 0.6); }
.global-color-scheme-light .woocommerce-breadcrumb a:hover, .global-color-scheme-light .yoast-breadcrumb a:hover {
color: #FFF; }
.woocommerce-breadcrumb .breadcrumb-last, .yoast-breadcrumb .breadcrumb_last {
margin-right: 8px;
font-weight: 600; }
.woocommerce-breadcrumb .breadcrumb-last:last-child, .yoast-breadcrumb .breadcrumb_last:last-child {
margin-right: 0; }
.global-color-scheme-light .woocommerce-breadcrumb .breadcrumb-last, .global-color-scheme-light .yoast-breadcrumb .breadcrumb_last {
color: #FFF; }
.star-rating {
position: relative;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
letter-spacing: 2px;
font-weight: 400;
font-size: 14px;
color: #EABE12;
font-family: "woodmart-font"; }
.star-rating:before {
content: "\f149" "\f149" "\f149" "\f149" "\f149";
color: #C9C9C9; }
.star-rating span {
position: absolute;
top: 0;
bottom: 0;
left: 0;
overflow: hidden;
width: 100%;
text-indent: 99999px; }
.star-rating span:before {
content: "\f148" "\f148" "\f148" "\f148" "\f148";
position: absolute;
top: 0;
left: 0;
text-indent: 0; }
[class*="color-scheme-light"] .star-rating:before {
color: rgba(255, 255, 255, 0.6); }
div.quantity {
display: inline-flex;
vertical-align: top;
white-space: nowrap;
font-size: 0; }
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 input[type="number"],
div.quantity input[type="button"] {
display: inline-block;
color: #777; }
div.quantity input[type="number"] {
width: 30px;
height: 42px;
border-radius: 0;
border-right: none;
border-left: none; }
.browser-Firefox div.quantity input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield; }
div.quantity input[type="button"] {
padding: 0 5px;
min-width: 25px;
height: 42px;
border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
background: transparent;
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-top-left-radius: var(--wd-form-brd-radius);
border-bottom-left-radius: var(--wd-form-brd-radius); }
div.quantity .plus {
border-top-right-radius: var(--wd-form-brd-radius);
border-bottom-right-radius: var(--wd-form-brd-radius); }
div.quantity.hidden {
display: none !important; }
[class*="color-scheme-light"] div.quantity input[type="number"],
[class*="color-scheme-light"] div.quantity input[type="button"] {
color: #FFF; }
.form-style-underlined div.quantity input[type="number"] {
border-top-style: solid; }
.amount {
font-weight: 600;
font-size: 14px;
color: var(--wd-primary-color); }
[class*="color-scheme-light"] .amount {
color: #FFF; }
del .amount {
color: #BDBDBD;
font-weight: 400; }
[class*="color-scheme-light"] del .amount {
color: rgba(255, 255, 255, 0.6); }
.price {
font-size: 14px;
color: var(--wd-primary-color); }
.price .amount {
font-size: inherit; }
.price del {
color: #BDBDBD;
font-size: 90%; }
.price ins {
padding: 0;
background-color: transparent;
text-decoration: none;
opacity: 1;
color: var(--wd-primary-color); }
[class*="color-scheme-light"] .price {
color: #FFF; }
[class*="color-scheme-light"] .price del {
color: rgba(255, 255, 255, 0.6); }
[class*="color-scheme-light"] .price ins {
color: #FFF; }
.woocommerce-price-suffix {
color: #777; }
a.login-to-prices-msg {
font-weight: 600;
color: var(--wd-primary-color); }
a.login-to-prices-msg:hover {
opacity: .6;
color: var(--wd-primary-color); }
.hide-larger-price .price {
word-spacing: -1em;
visibility: hidden; }
.hide-larger-price .price *:not(.price) {
word-spacing: normal;
visibility: visible; }
.hide-larger-price .price > span:nth-child(2) {
display: none; }
.hide-larger-price .price > ins,
.hide-larger-price .price > small {
margin-left: 4px; }
.browser-Safari .hide-larger-price .price > ins,
.browser-Safari .hide-larger-price .price > small {
margin-left: calc(1em + 4px); }
.browser-Safari .hide-larger-price .wd-sticky-btn-cart .price {
white-space: nowrap; }
.swatches-select {
display: inline-block;
vertical-align: middle; }
.wd-swatch {
position: relative;
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
color: #1B1919;
vertical-align: middle;
text-align: center;
font-weight: 600;
line-height: 1;
cursor: pointer; }
.wd-swatch:after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
border-bottom: 2px solid transparent;
border-color: #000;
opacity: 0;
transition: opacity .2s ease; }
.wd-swatch.text-only:after {
bottom: -4px; }
.wd-swatch.swatch-with-bg {
border-radius: 50%;
background-position: center;
background-size: cover;
font-size: 0; }
.wd-swatch.swatch-with-bg[style$="#ffffff"] {
border: 1px solid rgba(0, 0, 0, 0.15); }
.wd-swatch:hover:after, .wd-swatch.active-swatch:after {
opacity: 1; }
[class*="color-scheme-light"] .wd-swatch {
color: #FFF; }
.swatch-on-single {
min-width: 25px;
font-size: 16px; }
.swatch-on-single.text-only.swatch-size-large {
font-size: 18px; }
.swatch-on-single.text-only.swatch-size-xlarge {
font-size: 24px; }
.swatch-on-single.swatch-with-bg {
width: 25px;
height: 25px; }
.swatch-on-single.swatch-with-bg.swatch-size-large {
width: 45px;
height: 45px; }
.swatch-on-single.swatch-with-bg.swatch-size-xlarge {
width: 70px;
height: 70px; }
.swatch-on-single.swatch-enabled {
cursor: pointer; }
.swatch-on-single.swatch-disabled {
opacity: .4;
cursor: default; }
.swatch-on-single:not(:last-child) {
margin-right: 15px; }
.swatch-on-grid {
min-width: 15px;
font-size: 14px; }
.swatch-on-grid.text-only.swatch-size-large {
font-size: 16px; }
.swatch-on-grid.text-only.swatch-size-xlarge {
font-size: 18px; }
.swatch-on-grid.swatch-with-bg {
width: 15px;
height: 15px; }
.swatch-on-grid.swatch-with-bg.swatch-size-large {
width: 25px;
height: 25px; }
.swatch-on-grid.swatch-with-bg.swatch-size-xlarge {
width: 35px;
height: 35px; }
.swatch-on-grid:not(:last-child) {
margin-right: 8px; }
.swatch-on-grid.wd-hidden {
display: none; }
.wd-swatches-divider {
cursor: pointer;
display: inline-block;
vertical-align: middle;
font-size: 12px;
font-weight: 600;
color: #333;
transition: opacity .25s ease; }
.wd-swatches-divider:hover {
opacity: .7; }
.swatch-size-large + .wd-swatches-divider {
font-size: 14px; }
.swatch-size-xlarge + .wd-swatches-divider {
font-size: 16px; }
[class*="color-scheme-light"] .wd-swatches-divider {
color: white; }
.wd-all-shown .wd-swatches-divider {
display: none; }
.product-grid-item:not(.product-swatched) .swatch-on-grid:after {
opacity: 0; }
.woocommerce-notices-wrapper:empty {
display: none; }
ul.woocommerce-error, ul.woocommerce-message, ul.woocommerce-info {
list-style: none;
--li-pl: 0;
align-items: stretch;
flex-direction: column;
justify-content: center; }
ul.woocommerce-error li .button, ul.woocommerce-message li .button, ul.woocommerce-info li .button {
float: right;
margin-top: 0;
margin-right: 5px;
margin-bottom: 0;
margin-left: 5px; }
.wd-stock-progress-bar .stock-info {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 5px;
color: #777; }
.wd-stock-progress-bar .stock-info span {
margin-left: 3px;
color: #333;
font-weight: 600; }
.wd-stock-progress-bar .progress-area,
.wd-stock-progress-bar .progress-bar {
height: 7px; }
.wd-stock-progress-bar .progress-area {
width: 100%;
background-color: #F4F4F4; }
.wd-stock-progress-bar .progress-bar {
background-color: var(--wd-primary-color); }
[class*="color-scheme-light"] .wd-stock-progress-bar .stock-info {
color: rgba(255, 255, 255, 0.8); }
[class*="color-scheme-light"] .wd-stock-progress-bar .stock-info span {
color: #FFF; }
[class*="color-scheme-light"] .wd-stock-progress-bar .progress-area {
background-color: #101010; }
ul.variation {
--li-mb: 5px;
--list-mb: 0;
font-size: 12px;
color: #B2B2B2;
--wd-tags-margin-bottom: 0; }
ul.variation li p {
display: inline;
font-size: inherit; }
[class*="color-scheme-light"] ul.variation {
color: rgba(255, 255, 255, 0.6); }
.wc-item-meta {
margin-top: 10px;
font-size: 12px;
line-height: 1.2; }
.wc-item-meta strong,
.wc-item-meta p {
display: inline-block;
vertical-align: middle;
margin-bottom: 5px; }
.wc-item-meta strong {
color: #333; }
.global-color-scheme-light .wc-item-meta strong {
color: #FFF; }
.blockOverlay {
z-index: 340 !important;
background-image: none !important;
animation: wd-FadeInLoader .6s ease forwards; }
.blockOverlay:before {
content: none !important; }
.blockOverlay:after {
position: absolute;
top: 50%;
left: 50%;
margin-top: -13px;
margin-left: -13px;
content: "";
display: inline-block;
width: 26px;
height: 26px;
border: 1px solid #BBB;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle;
animation: wd-rotate 450ms infinite linear; }
.global-color-scheme-light .blockOverlay {
background-color: rgba(0, 0, 0, 0.5) !important; }
.global-color-scheme-light .blockOverlay:after {
border-color: rgba(255, 255, 255, 0.15);
border-left-color: #FFF; }
[class*="screen-reader"] {
position: absolute !important;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.col2-set {
display: flex;
align-items: stretch;
flex-direction: row;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.col2-set .col-1,
.col2-set .col-2 {
flex: 1 0 50%;
padding-right: 15px;
padding-left: 15px;
max-width: 50%; }
p.form-row-first,
p.form-row-last {
overflow: visible;
width: 48%; }
p.form-row-first {
float: left; }
p.form-row-last {
float: right; }
p.form-row-wide {
clear: both; }
.wd-price-table .wd-plan-footer .add-to-cart-loop:after, .hotspot-content .add_to_cart_button:after,
.hotspot-content .product_type_variable:after, .single_add_to_cart_button:after, .popup-quick-view .wd-scroll-content > a:after, .wd-compare-col .button:after,
.wd-compare-col .added_to_cart:after {
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
opacity: 0;
transition: opacity 0s ease;
content: "";
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid rgba(255, 255, 255, 0.3);
border-left-color: #FFF;
border-radius: 50%;
vertical-align: middle; }
.wd-price-table .wd-plan-footer .loading.add-to-cart-loop, .hotspot-content .loading.add_to_cart_button,
.hotspot-content .loading.product_type_variable, .loading.single_add_to_cart_button, .popup-quick-view .wd-scroll-content > a.loading, .wd-compare-col .loading.button,
.wd-compare-col .loading.added_to_cart {
color: transparent !important; }
.wd-price-table .wd-plan-footer .loading.add-to-cart-loop:after, .hotspot-content .loading.add_to_cart_button:after,
.hotspot-content .loading.product_type_variable:after, .loading.single_add_to_cart_button:after, .popup-quick-view .wd-scroll-content > a.loading:after, .wd-compare-col .loading.button:after,
.wd-compare-col .loading.added_to_cart:after {
opacity: 1;
transition: opacity .25s ease;
animation: wd-rotate 450ms infinite linear; }
.woocommerce-product-details__short-description {
margin-bottom: 20px; }
.woocommerce-product-details__short-description > *:last-child {
margin-bottom: 0; }
.woocommerce-product-details__short-description table {
margin-bottom: 20px; }
.shop_attributes th,
.shop_attributes td {
padding-right: 0;
padding-left: 0; }
.shop_attributes th p,
.shop_attributes td p {
margin-bottom: 0; }
.shop_attributes td {
text-align: right; }
.shop_attributes tr:last-child th,
.shop_attributes tr:last-child td {
border: none; }
.woodmart-woocommerce-layered-nav .count, .widget_product_categories .count {
padding-right: 5px;
padding-left: 5px;
min-width: 30px;
height: 20px;
border: 1px solid rgba(119, 119, 119, 0.2);
border-radius: 35px;
color: #777;
text-align: center;
font-size: 12px;
line-height: 18px;
transition: color .25s ease,
background-color .25s ease,
border-color .25s ease; }
.woodmart-woocommerce-layered-nav .layered-nav-link:hover + .count, .woodmart-woocommerce-layered-nav .layered-nav-link:focus + .count, .woodmart-woocommerce-layered-nav .chosen .count, .widget_product_categories .product-categories li a:hover + .count,
.widget_product_categories .product-categories li a:focus + .count, .widget_product_categories .product-categories li.current-cat > .count {
color: #FFF;
background-color: var(--wd-primary-color);
border-color: var(--wd-primary-color); }
[class*="color-scheme-light"] .woodmart-woocommerce-layered-nav .count, [class*="color-scheme-light"] .widget_product_categories .count {
border-color: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.8); }
.widget_layered_nav ul li a:before, .wd-widget-stock-status a:before {
content: "";
display: inline-block;
margin-top: -2px;
margin-right: 8px;
width: 14px;
height: 14px;
border: 2px solid #D8D8D8;
vertical-align: middle;
transition: all .2s ease; }
.widget_layered_nav ul li a:after, .wd-widget-stock-status a:after {
position: absolute;
top: 2px;
left: 2px;
color: #FFF;
font-weight: 600;
font-size: 10px;
opacity: 0;
content: "\f107";
font-family: "woodmart-font"; }
[class*="color-scheme-light"] .widget_layered_nav ul li a:before, [class*="color-scheme-light"] .wd-widget-stock-status a:before {
border-color: rgba(255, 255, 255, 0.2); }
.widget_layered_nav ul li a:hover:before, .wd-widget-stock-status a:hover:before {
border-color: var(--wd-primary-color); }
.widget_layered_nav ul .chosen a:before {
background-color: var(--wd-primary-color);
border-color: var(--wd-primary-color); }
.widget_layered_nav ul .chosen a:after {
opacity: 1; }
.product_list_widget > li {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.product_list_widget > li:after {
content: "";
display: block;
clear: both; }
.product_list_widget > li > a {
display: block;
margin-bottom: 8px; }
.product_list_widget > li img {
float: left;
margin-right: 15px;
min-width: 65px;
max-width: 65px; }
.product_list_widget > li .widget-product-wrap {
display: flex;
align-items: stretch;
flex-direction: row; }
.product_list_widget > li .widget-product-img {
flex: 0 0 auto;
overflow: hidden;
margin-right: 15px; }
.product_list_widget > li .widget-product-img img {
float: none;
margin-right: 0; }
.product_list_widget > li .widget-product-info {
flex: 1 1 auto; }
.product_list_widget > li .wd-entities-title {
margin-bottom: 8px;
font-size: 14px; }
.product_list_widget > li .star-rating {
margin-bottom: 4px;
margin-right: 5px; }
.product_list_widget > li .price {
display: block; }
.product_list_widget > li .reviewer {
display: block;
color: #BBB; }
.product_list_widget > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none; }
[class*="color-scheme-light"] .product_list_widget > li {
border-color: rgba(255, 255, 255, 0.2); }
[class*="color-scheme-light"] .product_list_widget > li .reviewer {
color: rgba(255, 255, 255, 0.8); }
.widget_layered_nav_filters a {
display: inline-flex;
align-items: center;
color: #333;
letter-spacing: .3px;
font-weight: 600;
font-size: 14px; }
.widget_layered_nav_filters a .amount {
font-size: inherit;
margin-left: 3px; }
.widget_layered_nav_filters a:before {
margin-right: 5px;
font-size: 10px;
content: "\f112";
font-family: "woodmart-font"; }
.widget_layered_nav_filters a:hover {
color: rgba(51, 51, 51, 0.6); }
[class*="color-scheme-light"] .widget_layered_nav_filters a {
color: #FFF; }
[class*="color-scheme-light"] .widget_layered_nav_filters a:hover {
color: rgba(255, 255, 255, 0.8); }
.widget_layered_nav ul li {
display: flex;
align-items: center;
flex-direction: row; }
.widget_layered_nav ul li a {
position: relative;
flex: 1 1 auto;
padding-right: 10px; }
.widget_layered_nav ul .chosen a {
color: #333;
font-weight: 600; }
.widget_layered_nav ul .count {
color: #BBB; }
[class*="color-scheme-light"] .widget_layered_nav .chosen a {
color: #FFF; }
[class*="color-scheme-light"] .widget_layered_nav .count {
color: rgba(255, 255, 255, 0.8); }
.woodmart-woocommerce-layered-nav > .filter-pseudo-link {
display: none; }
.woodmart-woocommerce-layered-nav .wd-scroll {
display: flex;
align-items: stretch;
flex-direction: row; }
.woodmart-woocommerce-layered-nav ul {
flex: 1 1 auto;
padding-right: 5px; }
.woodmart-woocommerce-layered-nav li {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5px; }
.woodmart-woocommerce-layered-nav .layered-nav-link {
position: relative;
display: flex;
flex: 1 1 auto;
align-items: center;
flex-direction: row;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px; }
.woodmart-woocommerce-layered-nav .layered-nav-link:after {
display: none;
margin-left: 5px;
font-weight: 600;
font-size: 9px;
line-height: 1;
content: "\f112";
font-family: "woodmart-font"; }
.woodmart-woocommerce-layered-nav .layered-nav-link:hover .filter-swatch span:after, .woodmart-woocommerce-layered-nav .layered-nav-link:focus .filter-swatch span:after {
opacity: 1; }
.woodmart-woocommerce-layered-nav .swatch-inner {
display: inline-flex;
align-items: center;
flex-direction: row; }
.woodmart-woocommerce-layered-nav .layer-term-name {
position: relative;
font-size: 14px;
line-height: 1.2; }
.woodmart-woocommerce-layered-nav .chosen .layered-nav-link {
color: #333;
font-weight: 600; }
.woodmart-woocommerce-layered-nav .chosen .layered-nav-link:after {
display: block; }
.woodmart-woocommerce-layered-nav .with-swatch-text .layered-nav-link {
color: #333;
font-weight: 600; }
.woodmart-woocommerce-layered-nav .with-swatch-text .layer-term-name {
min-width: 20px;
text-align: center; }
.woodmart-woocommerce-layered-nav .with-swatch-text .layer-term-name:after {
content: "";
position: absolute;
top: 100%;
right: 0;
left: 0;
margin-top: 1px;
height: 2px;
background-color: #000;
opacity: 0;
transition: all .25s ease; }
.woodmart-woocommerce-layered-nav .with-swatch-text .layered-nav-link:hover, .woodmart-woocommerce-layered-nav .with-swatch-text .layered-nav-link:focus {
color: #777; }
.woodmart-woocommerce-layered-nav .with-swatch-text.chosen .layer-term-name:after {
opacity: 1; }
.woodmart-woocommerce-layered-nav .swatches-brands .filter-swatch span {
border-radius: 0; }
.woodmart-woocommerce-layered-nav .swatches-brands .filter-swatch span[style^="background-image"], .woodmart-woocommerce-layered-nav .swatches-brands .filter-swatch span[style$="#ffffff;"] {
border: none; }
.woodmart-woocommerce-layered-nav .swatches-brands .filter-swatch span:after {
content: none; }
.woodmart-woocommerce-layered-nav .swatches-brands .layered-nav-link:hover .filter-swatch, .woodmart-woocommerce-layered-nav .swatches-brands .layered-nav-link:focus .filter-swatch {
opacity: .5; }
.woodmart-woocommerce-layered-nav .swatches-brands .chosen .layered-nav-link .filter-swatch {
opacity: .5; }
.woodmart-woocommerce-layered-nav .swatches-display-inline {
display: flex;
flex-direction: row;
flex-wrap: wrap; }
.woodmart-woocommerce-layered-nav .swatches-display-inline li {
margin-right: 10px; }
.woodmart-woocommerce-layered-nav .swatches-display-inline li:last-child {
margin-bottom: 5px; }
.woodmart-woocommerce-layered-nav .swatches-display-inline .with-swatch-text .layer-term-name {
padding-right: 4px;
padding-left: 4px;
min-width: 0; }
.woodmart-woocommerce-layered-nav .swatches-display-inline .count {
min-width: 25px;
font-size: 10px; }
.woodmart-woocommerce-layered-nav .swatches-display-inline.swatches-brands li {
margin-right: 20px; }
.woodmart-woocommerce-layered-nav .swatches-display-inline.show-labels-off .with-swatch-text .layer-term-name {
min-width: 25px; }
.woodmart-woocommerce-layered-nav .swatches-display-double {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: -5px; }
.woodmart-woocommerce-layered-nav .swatches-display-double li {
flex: 1 1 50%;
padding-right: 5px;
padding-left: 5px;
max-width: 50%; }
.woodmart-woocommerce-layered-nav .swatches-display-double li:last-child {
margin-bottom: 5px; }
.woodmart-woocommerce-layered-nav .swatches-small .with-swatch-text .layer-term-name {
font-size: 14px; }
.woodmart-woocommerce-layered-nav .swatches-normal .with-swatch-text .layer-term-name {
font-size: 16px; }
.woodmart-woocommerce-layered-nav .swatches-large .with-swatch-text .layer-term-name {
font-size: 18px; }
.woodmart-woocommerce-layered-nav .show-labels-off .wc-layered-nav-term:not(.with-swatch-text) .layer-term-name {
display: none; }
.woodmart-woocommerce-layered-nav .show-labels-off .count {
display: none; }
.woodmart-woocommerce-layered-nav .show-labels-off .filter-swatch {
margin-right: 0; }
.woodmart-woocommerce-layered-nav .show-labels-off .layered-nav-link {
padding-right: 0; }
.woodmart-woocommerce-layered-nav .show-labels-off .layered-nav-link:after {
content: none; }
[class*="color-scheme-light"] .woodmart-woocommerce-layered-nav .chosen .layered-nav-link {
color: #FFF; }
[class*="color-scheme-light"] .woodmart-woocommerce-layered-nav .with-swatch-text .layered-nav-link {
color: #FFF; }
[class*="color-scheme-light"] .woodmart-woocommerce-layered-nav .with-swatch-text .layer-term-name:after {
background-color: #FFF; }
.wd-widget-layered-nav-dropdown-form,
.woocommerce-widget-layered-nav-dropdown {
display: flex;
flex-wrap: wrap;
justify-content: flex-end; }
.wd-widget-layered-nav-dropdown-form select[multiple="multiple"],
.woocommerce-widget-layered-nav-dropdown select[multiple="multiple"] {
overflow: hidden;
background-image: none; }
.wd-widget-layered-nav-dropdown-form select[multiple="multiple"] option,
.woocommerce-widget-layered-nav-dropdown select[multiple="multiple"] option {
margin-top: 9px;
padding: 0;
background-color: transparent; }
.wd-widget-layered-nav-dropdown-form select[multiple="multiple"] option:not(:first-child),
.woocommerce-widget-layered-nav-dropdown select[multiple="multiple"] option:not(:first-child) {
display: none; }
.wd-widget-layered-nav-dropdown__submit,
.woocommerce-widget-layered-nav-dropdown__submit {
margin-top: 20px;
padding: 10px 14px;
font-size: 12px;
line-height: 16px; }
.woodmart-woocommerce-layered-nav .filter-swatch, .wd-pf-dropdown .filter-swatch {
position: relative;
margin-right: 10px;
font-size: 0;
transition: opacity .25s ease; }
.woodmart-woocommerce-layered-nav .filter-swatch > span, .wd-pf-dropdown .filter-swatch > span {
position: relative;
display: block;
border-radius: 50%;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle; }
.woodmart-woocommerce-layered-nav .filter-swatch > span[style^="background-image"], .wd-pf-dropdown .filter-swatch > span[style^="background-image"], .woodmart-woocommerce-layered-nav .filter-swatch > span[style$="#ffffff;"], .wd-pf-dropdown .filter-swatch > span[style$="#ffffff;"] {
border: 1px solid rgba(0, 0, 0, 0.15); }
.woodmart-woocommerce-layered-nav .filter-swatch > span:after, .wd-pf-dropdown .filter-swatch > span:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.1);
color: #FFF;
font-weight: 700;
line-height: 1;
opacity: 0;
transition: opacity .2s ease;
content: "\f107";
font-family: "woodmart-font"; }
.woodmart-woocommerce-layered-nav .chosen .filter-swatch span:after, .wd-pf-dropdown .pf-value:hover .filter-swatch span:after, .wd-pf-dropdown .pf-active > .pf-value .filter-swatch span:after {
opacity: 1; }
.woodmart-woocommerce-layered-nav .swatches-small .filter-swatch > span, .wd-pf-dropdown .swatches-small .filter-swatch > span {
width: 15px;
height: 15px; }
.woodmart-woocommerce-layered-nav .swatches-small .filter-swatch > span:after, .wd-pf-dropdown .swatches-small .filter-swatch > span:after {
font-size: 8px; }
.woodmart-woocommerce-layered-nav .swatches-small.swatches-brands .filter-swatch > span, .wd-pf-dropdown .swatches-small.swatches-brands .filter-swatch > span {
width: 45px;
height: 30px; }
.woodmart-woocommerce-layered-nav .swatches-normal .filter-swatch > span, .wd-pf-dropdown .swatches-normal .filter-swatch > span {
width: 25px;
height: 25px; }
.woodmart-woocommerce-layered-nav .swatches-normal .filter-swatch > span:after, .wd-pf-dropdown .swatches-normal .filter-swatch > span:after {
font-size: 12px; }
.woodmart-woocommerce-layered-nav .swatches-normal.swatches-brands .filter-swatch > span, .wd-pf-dropdown .swatches-normal.swatches-brands .filter-swatch > span {
width: 60px;
height: 30px; }
.woodmart-woocommerce-layered-nav .swatches-large .filter-swatch > span, .wd-pf-dropdown .swatches-large .filter-swatch > span {
width: 35px;
height: 35px; }
.woodmart-woocommerce-layered-nav .swatches-large .filter-swatch > span:after, .wd-pf-dropdown .swatches-large .filter-swatch > span:after {
font-size: 14px; }
.woodmart-woocommerce-layered-nav .swatches-large.swatches-brands .filter-swatch > span, .wd-pf-dropdown .swatches-large.swatches-brands .filter-swatch > span {
width: 90px;
height: 40px; }
.woodmart-price-filter .amount {
color: inherit;
font-weight: inherit; }
.woodmart-price-filter .current-state {
color: #333;
font-weight: 600; }
.woodmart-price-filter .current-state .amount {
font-weight: 600; }
.login-see-prices .woodmart-price-filter {
display: none; }
[class*="color-scheme-light"] .woodmart-price-filter .current-state {
color: #FFF; }
.widget_product_categories .widget-title {
margin-bottom: 10px; }
.widget_product_categories .product-categories {
margin-bottom: -5px; }
.widget_product_categories .product-categories li {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 0; }
.widget_product_categories .product-categories li a {
display: block;
flex: 1 1 calc(100% - 40px);
padding-top: 8px;
padding-bottom: 8px;
padding-right: 5px;
width: calc(100% - 40px);
text-decoration: none;
font-size: 14px;
line-height: 1.4; }
.widget_product_categories .product-categories li.current-cat > a {
color: #333;
font-weight: 600; }
.widget_product_categories .children {
flex: 1 1 auto;
padding-left: 15px;
width: 100%;
margin-top: 0; }
.widget_product_categories .count {
flex: 0 0 auto; }
.widget_product_categories .wd-cats-toggle {
position: absolute;
top: 7px;
right: -25px;
width: 22px;
height: 22px;
border-radius: 50%;
color: #BBB;
text-align: center;
font-weight: 600;
font-size: 8px;
line-height: 22px;
cursor: pointer;
transition: all .25s ease;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.widget_product_categories .wd-cats-toggle:after {
content: "\f129";
font-family: "woodmart-font"; }
.widget_product_categories .wd-cats-toggle.toggle-active {
transform: rotate(180deg); }
.widget_product_categories .wd-cats-toggle:hover, .widget_product_categories .wd-cats-toggle.toggle-active {
background-color: #F9F9F9;
color: #333; }
.categories-accordion-on .widget_product_categories .product-categories {
padding-right: 25px; }
.categories-accordion-on .widget_product_categories .product-categories li {
align-items: flex-start; }
.categories-accordion-on .widget_product_categories .count {
margin-top: 8px; }
.categories-accordion-on .widget_product_categories .children {
display: none; }
[class*="color-scheme-light"] .widget_product_categories .product-categories li.current-cat > a {
color: #FFF; }
[class*="color-scheme-light"] .widget_product_categories .wd-cats-toggle {
color: rgba(255, 255, 255, 0.8); }
[class*="color-scheme-light"] .widget_product_categories .wd-cats-toggle:hover, [class*="color-scheme-light"] .widget_product_categories .wd-cats-toggle.toggle-active {
background-color: #FFF;
color: #333; }
.widget_rating_filter .wc-layered-nav-rating a {
display: flex;
align-items: center;
justify-content: space-between;
color: #BBB; }
.widget_recent_reviews .product-title {
font-size: 14px;
transition: all .25s ease; }
.woocommerce-mini-cart > li {
position: relative;
display: flex;
align-items: flex-start;
flex-direction: row; }
.woocommerce-mini-cart > li a {
margin-bottom: 0; }
.woocommerce-mini-cart .remove {
position: absolute;
top: 1px;
right: 0;
z-index: 2;
width: 20px;
height: 20px;
border-radius: 50%;
color: rgba(0, 0, 0, 0.8);
text-align: center;
font-size: 0;
line-height: 20px; }
.woocommerce-mini-cart .remove:after {
font-weight: 700;
font-size: 8px;
content: "\f112";
font-family: "woodmart-font"; }
.woocommerce-mini-cart .remove:hover {
background-color: #FFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
[class*="color-scheme-light"] .woocommerce-mini-cart .remove {
color: #FFF; }
[class*="color-scheme-light"] .woocommerce-mini-cart .remove:hover {
background-color: rgba(0, 0, 0, 0.3); }
.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-right: 15px; }
.cart-item-image img {
float: none !important;
margin-right: 0 !important;
transition: opacity .6s ease; }
.cart-item-image:after {
position: absolute;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
opacity: 0;
transition: opacity .6s ease;
content: "";
display: inline-block;
width: 20px;
height: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-left-color: rgba(0, 0, 0, 0.8);
border-radius: 50%;
vertical-align: middle; }
.removing-process .cart-item-image:after,
.wd-loading .cart-item-image:after {
opacity: 1;
animation: wd-rotate 450ms infinite linear; }
.removing-process .cart-item-image img,
.wd-loading .cart-item-image img {
opacity: .2; }
[class*="color-scheme-light"] .cart-item-image:after {
border-color: rgba(255, 255, 255, 0.15);
border-left-color: #FFF; }
.cart-info {
flex: 1 1 auto;
padding-right: 20px; }
.cart-info .wd-entities-title {
transition: all .25s ease; }
.cart-info .wd-entities-title p {
margin-top: 5px;
margin-bottom: 5px;
color: var(--wd-text-color);
font-weight: var(--wd-text-font-weight);
font-style: var(--wd-text-font-style);
font-family: var(--wd-text-font);
font-size: 12px; }
.cart-info .variation {
margin-bottom: 6px; }
.cart-info span.quantity {
display: block;
color: #BBB;
font-size: 13px; }
.cart-info div.quantity {
position: relative;
z-index: 1;
display: inline-flex;
margin-bottom: 8px;
transition: opacity .6s ease; }
.cart-info div.quantity input[type="button"],
.cart-info div.quantity input[type="number"] {
height: 32px; }
.cart-info li.wd-loading > a {
pointer-events: none; }
.cart-info li.wd-loading div.quantity {
opacity: .6;
cursor: none;
pointer-events: none; }
[class*="color-scheme-light"] .cart-info span.quantity {
color: rgba(255, 255, 255, 0.8); }
.shopping-cart-widget-footer > p {
margin-bottom: 5px; }
.shopping-cart-widget-footer > p:last-child {
margin-bottom: 0; }
.woocommerce-mini-cart__total {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 15px;
padding-top: 15px;
padding-bottom: 15px;
border-top: 2px solid rgba(119, 119, 119, 0.2); }
.woocommerce-mini-cart__total strong {
color: #2d2a2a;
text-transform: uppercase;
font-weight: 600;
font-size: 18px; }
.woocommerce-mini-cart__total .amount {
font-weight: 600;
font-size: 20px; }
[class*="color-scheme-light"] .woocommerce-mini-cart__total {
border-color: rgba(255, 255, 255, 0.15); }
[class*="color-scheme-light"] .woocommerce-mini-cart__total strong {
color: #FFF; }
.woocommerce-mini-cart__buttons {
display: block;
margin-bottom: 0;
text-align: center; }
.woocommerce-mini-cart__buttons a {
margin-bottom: 10px;
width: 100%; }
.woocommerce-mini-cart__buttons a:last-child {
margin-bottom: 0; }
.woocommerce-mini-cart__buttons .btn-cart {
border-radius: var(--btn-default-brd-radius);
color: var(--btn-default-color);
box-shadow: var(--btn-default-box-shadow);
background-color: var(--btn-default-bgcolor); }
.woocommerce-mini-cart__buttons .btn-cart:hover {
color: var(--btn-default-color-hover);
box-shadow: var(--btn-default-box-shadow-hover);
background-color: var(--btn-default-bgcolor-hover); }
.woocommerce-mini-cart__buttons .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-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.woocommerce-mini-cart__buttons .checkout:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.woocommerce-mini-cart__buttons .checkout:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.wd-empty-mini-cart {
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
.wd-empty-mini-cart:before {
display: block;
margin-bottom: 20px;
color: rgba(135, 135, 135, 0.15);
font-size: 86px;
line-height: 1;
content: "\f147";
font-family: "woodmart-font"; }
.wd-empty-mini-cart .title {
text-transform: uppercase;
font-weight: 600;
font-size: 14px; }
.wd-empty-mini-cart .btn {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.wd-empty-mini-cart .btn:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.wd-empty-mini-cart .btn:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
[class*="color-scheme-light"] .wd-empty-mini-cart:before {
color: rgba(255, 255, 255, 0.15); }
.widget_price_filter .price_slider {
margin-bottom: 20px; }
.widget_price_filter #min_price,
.widget_price_filter #max_price {
display: none; }
.widget_price_filter .price_slider_amount {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: -10px; }
.widget_price_filter .price_slider_amount .button {
order: 2;
margin-bottom: 10px;
padding: 10px 14px;
font-size: 12px;
line-height: 16px;
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); }
.widget_price_filter .price_slider_amount .button:hover {
color: var(--btn-default-color-hover);
box-shadow: var(--btn-default-box-shadow-hover);
background-color: var(--btn-default-bgcolor-hover); }
.widget_price_filter .price_slider_amount .button:active {
box-shadow: var(--btn-default-box-shadow-active);
bottom: var(--btn-default-bottom-active); }
.widget_price_filter .price_slider_amount .price_label {
order: 1;
margin-bottom: 10px;
color: #717171;
font-size: 14px; }
.widget_price_filter .price_slider_amount .price_label > span {
color: #2d2a2a;
font-weight: 600; }
.widget_price_filter .price_slider_amount .clear {
display: none; }
.widget_price_filter .ui-slider {
position: relative; }
.widget_price_filter .ui-slider-horizontal {
height: 20px;
border: none;
background: none;
cursor: pointer; }
.widget_price_filter .ui-slider-horizontal:before {
content: "";
position: absolute;
top: 50%;
right: 0;
left: 0;
margin-top: -1px;
height: 2px;
background-color: #E7E7E7; }
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
top: 50%;
z-index: 1;
display: block;
margin-top: -1px;
height: 2px;
border: 0;
border-radius: 0;
background-image: none;
background-color: var(--wd-primary-color); }
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
top: 50%;
z-index: 2;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-top: -15px;
margin-left: -15px;
width: 30px;
height: 30px;
outline: none;
border: none;
border-radius: 0;
background: none;
background-color: transparent !important;
cursor: ew-resize; }
.widget_price_filter .ui-slider .ui-slider-handle:after {
content: "";
display: inline-block;
width: 4px;
height: 15px;
background-color: var(--wd-primary-color); }
.widget_price_filter .ui-slider-range-min {
left: -1px; }
.widget_price_filter .ui-slider-range-max {
right: -1px; }
.login-see-prices .widget_price_filter {
display: none; }
[class*="color-scheme-light"] .widget_price_filter .price_slider_amount .price_label {
color: rgba(255, 255, 255, 0.8); }
[class*="color-scheme-light"] .widget_price_filter .price_slider_amount .price_label > span {
color: #FFF; }
[class*="color-scheme-light"] .widget_price_filter .ui-slider-horizontal:before {
background-color: rgba(255, 255, 255, 0.4); }
.woocommerce-ordering-list .selected-order {
color: #333;
font-weight: 600; }
[class*="color-scheme-light"] .woocommerce-ordering-list .selected-order {
color: #FFF; }
.wd-widget-stock-status a {
display: block;
position: relative; }
.wd-widget-stock-status a.wd-active {
color: #333;
font-weight: 600; }
.wd-widget-stock-status a.wd-active:before {
background-color: var(--wd-primary-color);
border-color: var(--wd-primary-color); }
.wd-widget-stock-status a.wd-active:after {
opacity: 1; }
[class*="color-scheme-light"] .wd-widget-stock-status a.wd-active {
color: #FFF; }
.upsells-widget .product_list_widget {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px; }
.upsells-widget .product_list_widget > li {
flex: 0 1 50%;
margin-bottom: 10px;
padding-right: 5px;
padding-bottom: 0;
padding-left: 5px;
max-width: 50%;
border: none; }
.upsells-widget .product_list_widget > li a {
margin-bottom: 0; }
.upsells-widget .product_list_widget > li img {
float: none;
margin-right: 0;
max-width: 100%; }
.upsells-widget .product_list_widget > li:hover .small-product-info {
visibility: visible;
opacity: 1;
transition: opacity .3s ease,
transform .3s ease;
transform: translateY(20px); }
.upsells-widget .product-small-inner {
position: relative;
text-align: center; }
.upsells-widget .small-product-info {
position: absolute;
right: -5px;
bottom: 100%;
left: -5px;
z-index: 4;
z-index: 400;
visibility: hidden;
padding: 10px;
background: #FFF;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
line-height: 1;
opacity: 0;
transition: visibility .3s ease,
opacity .3s ease,
transform .3s ease;
pointer-events: none; }
.upsells-widget .small-product-info:after {
position: absolute;
top: 100%;
left: 50%;
margin-top: -2px;
margin-left: -5px;
width: 10px;
height: 9px;
color: #FFF;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
font-size: 20px;
line-height: 10px;
content: "\f150";
font-family: "woodmart-font"; }
.global-color-scheme-light .upsells-widget .small-product-info {
background-color: #101010; }
.global-color-scheme-light .upsells-widget .small-product-info:after {
color: #101010; }
.wd-user-panel > .wd-user-panel {
display: flex;
align-items: stretch;
flex-direction: row;
font-size: 110%; }
.wd-user-panel > a {
margin-left: 5px;
font-weight: 600; }
.wd-user-panel .user-avatar {
flex: 0 0 auto;
margin-right: 15px; }
.wd-user-panel .user-avatar img {
max-width: 60px;
border-radius: 50%; }
.wd-user-panel .user-info {
flex: 1 1 auto; }
.wd-user-panel .user-info > span {
display: block;
margin-bottom: 10px; }
.wd-user-panel .user-info strong {
color: #333; }
.wd-user-panel .logout-link {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
outline: none;
border-width: 0;
border-style: solid;
border-color: transparent;
border-radius: 0;
box-shadow: none;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
letter-spacing: .3px;
font-weight: 600;
cursor: pointer;
transition: color .25s ease, 
background-color .25s ease, 
border-color .25s ease, 
box-shadow .25s ease, 
opacity .25s ease;
padding: 10px 14px;
font-size: 12px;
line-height: 16px;
padding: 0;
border-width: 2px;
border-style: solid;
border-top: none;
border-right: none;
border-left: none;
background-color: transparent !important;
border-color: #DFDFDF;
color: #333; }
.wd-user-panel .logout-link:hover {
text-decoration: none; }
.wd-user-panel .logout-link:focus {
outline: none; }
.wd-user-panel .logout-link:hover {
background-color: transparent !important;
box-shadow: none; }
.wd-user-panel .logout-link:hover {
border-color: #C5C5C5;
color: #333; }
[class*="color-scheme-light"] .wd-user-panel .user-info strong {
color: #FFF; }
body .select2-container--default {
min-height: 42px; }
body .select2-container--default .select2-selection {
border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
border-radius: var(--wd-form-brd-radius);
background-color: transparent;
transition: border-color .4s ease; }
body .select2-container--default .select2-selection:focus {
outline: none; }
body .select2-container--default .select2-selection--single {
padding: 0 15px;
height: 42px;
text-align: left;
font-size: 14px;
line-height: 38px; }
body .select2-container--default .select2-selection--single .select2-selection__rendered {
display: inline;
padding-right: 0 !important;
padding-left: 0 !important;
color: #777;
line-height: 1.4; }
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: inherit; }
body .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 8px;
right: 10px !important;
background-position: right 1px top 50%;
background-size: auto 18px;
background-repeat: no-repeat; }
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none; }
body .select2-container--default .select2-selection--single .select2-selection__clear {
position: absolute;
top: 10px;
right: 35px;
color: #BBB; }
body .select2-container--default .select2-selection--multiple {
min-height: 42px; }
body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
display: block;
margin-bottom: 9px;
padding: 0 15px; }
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
margin-top: 9px;
margin-right: 10px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 8px;
padding-left: 6px;
border: none;
border-radius: 0;
background-color: #F1F1F1;
color: #333;
font-weight: 600;
font-size: 12px; }
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
margin-top: -2px;
margin-right: 4px;
color: inherit;
font-size: 16px;
line-height: 12px; }
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
display: inline-block;
margin: 0;
margin-top: 9px;
line-height: 1; }
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
height: auto; }
body .select2-container--default .select2-search--dropdown {
position: relative;
padding: 18px;
border-bottom: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
background-color: #F9F9F9; }
body .select2-container--default .select2-search--dropdown .select2-search__field {
padding: 0 15px;
height: 42px;
border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
background-color: #FFF;
background-image: none;
color: #777; }
body .select2-container--default .select2-search--dropdown:after {
position: absolute;
top: 50%;
right: 30px;
margin-top: -9px;
color: #8C8C8C;
font-size: 18px;
line-height: 18px;
content: "\f130";
font-family: "woodmart-font"; }
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #F2F2F2;
color: #333; }
body .select2-container--default .select2-results__option[aria-selected=true] {
color: #FFF;
font-weight: 600;
background-color: var(--wd-primary-color); }
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
transform: rotate(180deg); }
body .select2-container--default .select2-dropdown {
border-width: var(--wd-form-brd-width);
border-color: var(--wd-form-brd-color);
border-radius: 0;
background-color: #FFF; }
body .select2-container--default .select2-results__option {
padding: 10px 18px; }
body .select2-container--default .select2-results__option:focus {
outline: none; }
body .select2-container--default.select2-container--focus .select2-selection--multiple {
border-width: var(--wd-form-brd-width);
border-color: var(--wd-form-brd-color); }
body .select2-results__options {
--li-mb: 0; }
.global-color-scheme-light body .select2-container--default .select2-selection {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light body .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #FFF; }
.global-color-scheme-light body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
background-color: #101010;
color: #FFF; }
.global-color-scheme-light body .select2-container--default .select2-search--dropdown {
border-color: rgba(255, 255, 255, 0.15);
background-color: rgba(0, 0, 0, 0.3); }
.global-color-scheme-light body .select2-container--default .select2-search--dropdown .select2-search__field {
border-color: rgba(255, 255, 255, 0.15);
background-color: rgba(0, 0, 0, 0.3); }
.global-color-scheme-light body .select2-container--default .select2-search--dropdown:after {
color: #FFF; }
.global-color-scheme-light body .select2-container--default .select2-results__option[aria-selected=true],
.global-color-scheme-light body .select2-container--default .select2-results__option[data-selected=true],
.global-color-scheme-light body .select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: rgba(0, 0, 0, 0.3);
color: #FFF; }
.global-color-scheme-light body .select2-container--default .select2-dropdown {
border-color: rgba(255, 255, 255, 0.25);
background-color: #101010; }
.global-color-scheme-light body .select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: rgba(255, 255, 255, 0.25); }
.form-style-underlined .select2-container--default .select2-selection {
padding-right: 0;
padding-left: 0;
border-top-style: none;
border-right-style: none;
border-left-style: none; }
.form-style-underlined .select2-container--default .select2-selection .select2-selection__arrow {
right: 0 !important; }
.form-style-underlined .select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding-right: 0;
padding-left: 0; }
.form-style-underlined .select2-container--default.select2-container--focus .select2-selection--multiple {
border-top: none;
border-right: none;
border-left: none; }
.form-style-underlined .select2-container--open .select2-dropdown--above {
border-bottom-style: solid; }
body #colorbox,
body #cboxWrapper {
overflow: visible;
transform: none; }
.global-color-scheme-light .cboxIframe {
background-color: #101010; }
#cboxContent {
background-color: transparent; }
#colorbox {
margin-top: 15px; }
#cboxLoadingGraphic {
z-index: 340 !important;
background: none;
animation: wd-FadeInLoader .6s ease forwards; }
#cboxLoadingGraphic:after {
position: absolute;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
content: "";
display: inline-block;
width: 20px;
height: 20px;
border: 1px solid #BBB;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle; }
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
display: none; }
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-ms-touch-action: pan-y;
touch-action: pan-y; }
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-right: auto;
margin-left: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
display: none;
float: left;
min-height: 1px;
height: 100%; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
.thumbnails.slick-slider .slick-list {
width: 100%; }
.thumbnails.slick-slider .slick-track {
margin-top: -7px;
margin-bottom: -7px; }
.thumbnails.slick-slider .slick-slide {
padding-top: 7px;
padding-bottom: 7px; }
.slick-vertical .thumbnails.slick-slider .slick-slide {
border: none; }
.thumbnails.slick-slider .slick-slide:focus {
outline: none; }
.thumbnails.slick-slider .slick-slide:hover {
opacity: .5; }
.thumbnails.slick-slider .slick-slide.current-image {
opacity: .5; }
.thumbnails.slick-slider > button {
padding: 0;
width: 48%;
height: 30px;
border: none;
background-color: rgba(133, 133, 133, 0.07);
color: #333;
font-size: 0;
line-height: 30px; }
.thumbnails.slick-slider > button:hover {
background-color: rgba(133, 133, 133, 0.15);
box-shadow: none; }
.thumbnails.slick-slider > button:focus {
outline: none;
box-shadow: none; }
.thumbnails.slick-slider > button:before {
display: block;
height: 30px;
vertical-align: middle;
font-size: 12px;
line-height: 30px; }
.thumbnails.slick-slider > button.slick-prev {
float: left; }
.thumbnails.slick-slider > button.slick-prev:before {
content: "\f115";
font-family: "woodmart-font"; }
.thumbnails.slick-slider > button.slick-next {
float: right; }
.thumbnails.slick-slider > button.slick-next:before {
content: "\f129";
font-family: "woodmart-font"; }
.global-color-scheme-light .thumbnails.slick-slider > button {
background-color: rgba(0, 0, 0, 0.3);
color: #FFF; }
.global-color-scheme-light .thumbnails.slick-slider > button:hover {
background-color: rgba(0, 0, 0, 0.5); }
.category-grid-item {
text-align: center; }
.category-grid-item img {
width: 100%; }
.category-grid-item .category-image-wrapp {
position: relative;
overflow: hidden; }
.category-grid-item .hover-mask {
padding: 10px; }
.category-grid-item .category-image {
display: block;
margin: -1px;
transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
.category-grid-item .category-link {
z-index: 5; }
.category-grid-item .wd-entities-title {
margin-bottom: 0;
text-transform: uppercase;
font-size: 20px; }
.category-grid-item .count {
display: none;
padding: 0;
background-color: transparent;
color: rgba(88, 88, 88, 0.35); }
.category-grid-item .more-products {
font-size: 110%; }
.category-grid-item .more-products > a {
color: inherit; }
.category-grid-item:hover .category-image {
transform: scale3d(1.1, 1.1, 1); }
.categories-style-masonry-first:not([style]) {
display: block; }
.categories-style-masonry-first:not([style]):after {
content: "";
display: block;
clear: both; }
.categories-style-masonry-first:not([style]) .category-grid-item {
float: left; }
.categories-style-carousel .owl-stage-outer,
.categories-style-carousel .owl-carousel:not(.owl-loaded) {
padding-top: 2px;
padding-bottom: 2px; }
.cat-design-alt img {
width: auto; }
.cat-design-alt.categories-with-shadow .category-image-wrapp {
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12); }
.product-grid-item {
text-align: center; }
.product-grid-item .product-element-top {
position: relative;
overflow: hidden;
margin-bottom: 10px;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.product-grid-item .product-element-top:after {
position: absolute;
top: 50%;
left: 50%;
visibility: hidden;
margin-top: -16px;
margin-left: -16px;
opacity: 0;
transition: opacity .1s ease,
visibility .1s ease;
content: "";
display: inline-block;
width: 32px;
height: 32px;
border: 1px solid #BBB;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle; }
.product-grid-item .product-element-top:hover .hover-img {
opacity: 1;
transform: scale(1.09); }
.product-grid-item .swatches-on-grid {
margin-bottom: 5px; }
.product-grid-item .swatches-on-grid:empty {
display: none; }
.product-grid-item .product-image-link img,
.product-grid-item .hover-img img {
width: 100%; }
.product-grid-item .product-image-link {
display: block; }
.product-grid-item .hover-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: #FFF;
opacity: 0;
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18); }
.product-grid-item .hover-img > a {
display: block;
flex: 1 1 100%;
max-width: 100%;
width: 100%; }
.product-grid-item .wd-entities-title {
margin-bottom: 5px;
font-size: 14px; }
.product-grid-item .wd-product-cats,
.product-grid-item .wd-product-brands-links {
margin-bottom: 5px;
color: #9E9E9E;
font-size: 14px;
line-height: 1.3; }
.product-grid-item .wd-product-cats a,
.product-grid-item .wd-product-brands-links a {
display: inline-block;
color: #9E9E9E; }
.product-grid-item .wd-product-cats a:hover,
.product-grid-item .wd-product-brands-links a:hover {
color: #5C5C5C; }
.product-grid-item .wd-product-countdown,
.product-grid-item .wd-stock-progress-bar {
margin-top: 10px; }
.product-grid-item .star-rating {
margin-bottom: 5px; }
.product-grid-item .price {
display: block;
margin-bottom: 0;
font-size: 15px;
line-height: 1.3; }
.product-grid-item .added_to_cart {
display: none !important; }
.product-grid-item.product-swatched .hover-img {
display: none; }
.product-grid-item.wd-loading-image .hover-img {
display: none; }
.product-grid-item.wd-loading-image .product-image-link {
opacity: .4; }
.product-grid-item.wd-loading-image .product-element-top:after {
visibility: visible;
opacity: 1;
transition: opacity .25s ease,
visibility .25s ease;
animation: wd-rotate 450ms infinite linear; }
.product-grid-item.quick-shop-shown .product-element-top .hover-img, .product-grid-item.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); }
.wd-spacing-0 .product-grid-item:not([class*="wd-hover-info"]),
.wd-spacing-2 .product-grid-item:not([class*="wd-hover-info"]) {
margin-bottom: 10px; }
[class*="color-scheme-light"] .product-grid-item .product-element-top:after {
border-color: rgba(255, 255, 255, 0.15);
border-left-color: #FFF; }
[class*="color-scheme-light"] .product-grid-item .wd-product-cats,
[class*="color-scheme-light"] .product-grid-item .wd-product-brands-links {
color: rgba(255, 255, 255, 0.6); }
[class*="color-scheme-light"] .product-grid-item .wd-product-cats a,
[class*="color-scheme-light"] .product-grid-item .wd-product-brands-links a {
color: rgba(255, 255, 255, 0.6); }
[class*="color-scheme-light"] .product-grid-item .wd-product-cats a:hover,
[class*="color-scheme-light"] .product-grid-item .wd-product-brands-links a:hover {
color: #FFF; }
.quick-shop-wrapper {
z-index: 10;
background-color: rgba(255, 255, 255, 0.95);
transition: transform .3s ease;
transform: translate3d(0, 103%, 0); }
.quick-shop-wrapper .quick-shop-form {
padding: 45px 10px 0 10px;
height: 100%;
text-align: center;
max-height: 100%; }
.quick-shop-wrapper div.quantity {
display: none !important; }
.quick-shop-wrapper .woocommerce-variation-add-to-cart {
position: relative;
display: flex;
align-items: stretch;
flex-direction: row;
justify-content: space-between;
order: 1;
margin-right: -10px;
margin-left: -10px; }
.quick-shop-wrapper .single_add_to_cart_button {
margin-bottom: calc(-1 * var(--btn-shop-bottom-active));
flex: 1 1 auto;
border-radius: 0 !important; }
.quick-shop-wrapper .single_add_to_cart_button:before {
display: inline-block;
margin-right: 10px;
margin-left: -9px;
vertical-align: bottom;
font-weight: 400;
font-size: 19px;
content: "\f123";
font-family: "woodmart-font"; }
.quick-shop-wrapper .quick-shop-close {
position: absolute;
top: 5px;
right: 8px;
z-index: 5;
opacity: 0;
transition: opacity .2s ease .0s;
text-transform: uppercase; }
.quick-shop-wrapper .quick-shop-close > a {
letter-spacing: .6px;
font-size: 12px;
height: 30px; }
.quick-shop-wrapper .quick-shop-close > a:before {
font-size: 9px; }
[class*="color-scheme-light"] .quick-shop-wrapper {
background-color: rgba(0, 0, 0, 0.9); }
.quick-shop-shown .wd-buttons,
.wd-loading-quick-shop .wd-buttons {
opacity: 0; }
.quick-shop-shown .product-labels,
.wd-loading-quick-shop .product-labels {
opacity: 0; }
.wd-loading-quick-shop .product-element-top:after {
visibility: visible;
opacity: 1;
transition: opacity .25s ease,
visibility .25s ease;
animation: wd-rotate 450ms infinite linear; }
.wd-loading-quick-shop .product-image-link {
opacity: .2; }
.quick-shop-shown .quick-shop-wrapper {
transition: transform .4s ease;
transform: translate3d(0, 0, 0); }
.quick-shop-shown .quick-shop-close {
opacity: 1;
transition: all .25s ease .35s; }
.wd-buttons {
z-index: 2;
display: flex;
flex-direction: column;
background: #FFF;
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.wd-pos-r-t {
position: absolute;
top: 10px;
right: 10px; }
.wd-buttons.wd-pos-r-b {
position: absolute;
right: 10px;
bottom: 10px; }
.wd-buttons[class*="wd-pos-r"] {
opacity: 0;
transform: translateX(20px) translateZ(0); }
.product-grid-item:hover .wd-buttons[class*="wd-pos-r"] {
opacity: 1;
transform: translateY(0) translateZ(0); }
.product-grid-item.product-swatched .wd-buttons[class*="wd-pos-r"],
.product-grid-item.quick-shop-shown .wd-buttons[class*="wd-pos-r"],
.product-grid-item[class*="wd-loading"] .wd-buttons[class*="wd-pos-r"] {
opacity: 0;
transform: translateX(20px) translateZ(0); }
.product-grid-item.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wd-buttons[class*="wd-pos-r"] {
opacity: 1;
transform: translateY(0) translateZ(0); }
[class*="color-scheme-light"] .wd-buttons {
background-color: #101010; }
.wd-add-btn-replace .add-to-cart-loop {
overflow: hidden;
padding: 0; }
.wd-add-btn-replace .add-to-cart-loop .wd-tooltip-label {
display: none; }
.wd-add-btn-replace .add-to-cart-loop span {
display: block;
transition: transform .25s ease,
opacity .15s ease; }
.wd-add-btn-replace .add-to-cart-loop:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 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: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
opacity: 0;
transition: opacity .2s ease;
content: "";
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid rgba(255, 255, 255, 0.4);
border-left-color: #FFF;
border-radius: 50%;
vertical-align: middle; }
.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 {
opacity: 0; }
.wd-add-btn-replace .add-to-cart-loop.loading:after {
opacity: 1;
animation: wd-rotate 450ms infinite linear; }
.wd-add-btn-replace .add-to-cart-loop.loading span {
opacity: 0; }
.title-line-one .product-grid-item .wd-entities-title,
.title-line-two .product-grid-item .wd-entities-title {
overflow: hidden;
line-height: 18px; }
.title-line-one .product-grid-item .wd-entities-title {
max-height: 18px; }
.title-line-two .product-grid-item .wd-entities-title {
max-height: 36px; }
.slider-type-product .owl-stage-outer,
.slider-type-product .owl-carousel:not(.owl-loaded) {
padding-top: 3px;
padding-bottom: 3px; }
.quick-shop-wrapper .variations_form {
display: flex;
flex: 1 1 auto;
flex-direction: column;
justify-content: space-between;
height: 100%; }
.quick-shop-wrapper .variations_form:before {
content: ""; }
.quick-shop-wrapper .variations_form .woocommerce-variation {
-webkit-animation: none;
animation: none; }
.quick-shop-wrapper .variations_form .woocommerce-variation-description p {
margin-bottom: 10px; }
.quick-shop-wrapper .variations_form .woocommerce-variation-price .price,
.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock .price {
margin-right: 5px;
margin-bottom: 10px;
margin-left: 5px; }
.quick-shop-wrapper table.variations {
margin-bottom: 10px; }
.quick-shop-wrapper table.variations .reset_variations {
bottom: -30px; }
.quick-shop-wrapper .variation-swatch-selected .variations {
margin-bottom: 40px; }
.wd-hover-button .wd-add-btn > a, .wd-hover-info-alt .wd-add-btn > a {
border-color: #FFF;
color: #FFF;
border-width: 2px; }
.wd-hover-button .wd-add-btn > a:not(:hover), .wd-hover-info-alt .wd-add-btn > a:not(:hover) {
background-color: transparent !important; }
.wd-hover-button .wd-add-btn > a:hover, .wd-hover-info-alt .wd-add-btn > a:hover {
box-shadow: none; }
.wd-hover-button .wd-add-btn > a span, .wd-hover-info-alt .wd-add-btn > a span {
padding: 8px 14px; }
.wd-hover-button .wd-add-btn > a:hover, .wd-hover-info-alt .wd-add-btn > a:hover {
border-color: rgba(255, 255, 255, 0.6);
background-color: transparent; }
.wd-hover-button .product-element-top:before, .wd-hover-info-alt .product-element-top:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity .3s ease; }
.wd-hover-button:hover .product-element-top:before, .wd-hover-button.product-swatched:not([class*="wd-loading"]):not(.quick-shop-shown) .product-element-top:hover:before, .wd-hover-info-alt:hover .product-element-top:before {
opacity: 1; }
.wd-hover-button.product-swatched .product-element-top:before, .wd-hover-button.quick-shop-shown .product-element-top:before, .wd-hover-button[class*="wd-loading"] .product-element-top:before, .wd-hover-info-alt.quick-shop-shown .product-element-top:before, .wd-hover-info-alt[class*="wd-loading"] .product-element-top:before {
opacity: 0; }
.wd-hover-base .wd-product-countdown, .wd-hover-tiled .wd-product-countdown {
display: flex;
align-items: stretch;
flex-direction: row;
flex-wrap: nowrap;
padding-top: 5px;
border-top: 1px solid rgba(129, 129, 129, 0.2); }
.wd-hover-base .wd-product-countdown > span, .wd-hover-tiled .wd-product-countdown > span {
flex: 1 1 auto;
margin: 0;
min-width: 0;
background-color: transparent;
box-shadow: none; }
[class*="color-scheme-light"] .wd-hover-base .wd-product-countdown, [class*="color-scheme-light"] .wd-hover-tiled .wd-product-countdown {
border-color: rgba(255, 255, 255, 0.15); }
.wd-hover-base .product-wrapper {
position: relative;
transition: transform .3s ease; }
.wd-hover-base .content-product-imagin {
position: absolute;
top: -15px;
right: -15px;
bottom: 0;
left: -15px;
visibility: hidden;
background-color: #FFF;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
opacity: 0;
transform: scale(0.98); }
.wd-hover-base .product-element-top {
margin-bottom: 0; }
.wd-hover-base .product-information {
position: relative;
padding: 10px; }
.wd-hover-base .product-information:hover .wd-more-desc-btn {
transform: none; }
.wd-hover-base .quick-shop-close {
top: -5px; }
.wd-hover-base .wrapp-product-price {
display: flex;
align-items: center;
flex-direction: column-reverse;
justify-content: flex-end;
transition: transform .3s ease; }
.wd-hover-base .fade-in-block {
position: absolute;
top: calc(100% - 5px);
right: 0;
left: 0;
visibility: hidden;
padding: 0 10px 10px 10px;
opacity: 0; }
.wd-hover-base .wrapp-swatches {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
padding: 5px 10px;
min-height: 47px;
border-top: 1px solid rgba(0, 0, 0, 0.07);
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
background-color: #FFF;
transition: transform .3s ease;
transform: translateY(102%) translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.wd-hover-base .wrapp-swatches:empty {
display: none; }
.wd-hover-base .swatches-on-grid {
margin-bottom: 0; }
.wd-hover-base .wd-compare-btn {
margin-left: auto; }
.wd-hover-base .wd-bottom-actions {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between; }
.wd-hover-base .wd-bottom-actions .wrap-wishlist-button {
text-align: left;
flex: 1 0 0; }
.wd-hover-base .wd-bottom-actions .wrap-quickview-button {
text-align: right;
flex: 1 0 0; }
.wd-hover-base .wd-bottom-actions .wd-action-btn.wd-style-icon > a,
.wd-hover-base .wd-compare-btn > a {
width: 35px;
height: 35px; }
.wd-hover-base.quick-shop-shown .add-to-cart-loop {
opacity: .3;
pointer-events: none; }
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn > a {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn > a:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn > a:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .add-to-cart-loop span {
padding: 10px 14px;
font-size: 12px;
line-height: 16px; }
.wd-hover-base .wd-bottom-actions.wd-add-small-btn > div {
border-left: 1px none rgba(0, 0, 0, 0.1); }
.wd-hover-base .wd-bottom-actions.wd-add-small-btn > div:not(:empty) + div:not(:empty),
.wd-hover-base .wd-bottom-actions.wd-add-small-btn > div:not(:empty) + div:empty + div:not(:empty) {
border-style: solid; }
.wd-hover-base .wd-bottom-actions.wd-add-small-btn > div:empty {
display: none; }
.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-action-btn {
width: 100%; }
.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-action-btn > a {
width: inherit; }
.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-add-btn {
flex: 1 0 0; }
.wd-hover-base:not(.hover-ready) .wd-bottom-actions .wd-action-btn > a {
transition: none; }
.wd-hover-base.has-stars.purchasable .fade-in-block, .wd-hover-base.has-stars.product-type-external .fade-in-block {
top: calc(100% - 10px);
padding-bottom: 5px; }
.wd-hover-base.has-stars.purchasable .wrapp-product-price, .wd-hover-base.has-stars.product-type-external .wrapp-product-price {
height: 60px; }
.wd-hover-base.has-stars.purchasable .product-rating-price,
.wd-hover-base.has-stars.purchasable .star-rating,
.wd-hover-base.has-stars.purchasable .wrapp-product-price .price, .wd-hover-base.has-stars.product-type-external .product-rating-price,
.wd-hover-base.has-stars.product-type-external .star-rating,
.wd-hover-base.has-stars.product-type-external .wrapp-product-price .price {
overflow: hidden;
height: 30px;
line-height: 30px; }
.wd-hover-base.has-stars.purchasable .star-rating,
.wd-hover-base.has-stars.purchasable .wrapp-product-price .price,
.wd-hover-base.has-stars.purchasable .wd-product-cats,
.wd-hover-base.has-stars.purchasable .wd-product-brands-links, .wd-hover-base.has-stars.product-type-external .star-rating,
.wd-hover-base.has-stars.product-type-external .wrapp-product-price .price,
.wd-hover-base.has-stars.product-type-external .wd-product-cats,
.wd-hover-base.has-stars.product-type-external .wd-product-brands-links {
margin-bottom: 0; }
.wd-hover-base.has-stars.purchasable .wd-product-cats + .wd-product-brands-links, .wd-hover-base.has-stars.product-type-external .wd-product-cats + .wd-product-brands-links {
margin-top: 5px; }
.wd-hover-base.has-stars.purchasable:hover .wrapp-product-price, .wd-hover-base.has-stars.purchasable.state-hover .wrapp-product-price, .wd-hover-base.has-stars.product-type-external:hover .wrapp-product-price, .wd-hover-base.has-stars.product-type-external.state-hover .wrapp-product-price {
transform: translateY(-30px) translateZ(0); }
.wd-hover-base.product-in-carousel {
overflow: hidden; }
.wd-hover-base.product-in-carousel .content-product-imagin {
display: none; }
.wd-hover-base.product-in-carousel .quick-shop-close {
top: 5px;
right: 10px; }
.wd-hover-base.product-in-carousel .product-information {
position: static; }
.wd-hover-base.product-in-carousel .fade-in-block {
position: static;
visibility: visible;
padding: 0;
opacity: 1; }
.browser-Safari .wd-hover-base.product-in-carousel .fade-in-block {
pointer-events: visible;
pointer-events: unset; }
.platform-iOS .wd-hover-base.product-in-carousel .fade-in-block {
clip: rect(auto auto auto auto); }
.wd-hover-base.product-in-carousel .hover-content {
display: none; }
.catalog-mode-on .wd-hover-base .wd-add-btn,
.login-see-prices .wd-hover-base .wd-add-btn {
display: none; }
.catalog-mode-on .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn),
.login-see-prices .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) {
padding-top: 10px;
padding-bottom: 10px; }
.wd-hover-base:hover .wrapp-swatches, .wd-hover-base.state-hover .wrapp-swatches {
transform: none; }
.wd-hover-base.state-hover .wd-more-desc-btn {
transform: none; }
.wd-hover-base.hover-ready:hover .product-wrapper, .wd-hover-base.hover-ready.state-hover .product-wrapper {
z-index: 20;
transform: translateY(-5px) translateZ(0); }
.wd-hover-base.hover-ready:hover .content-product-imagin, .wd-hover-base.hover-ready.state-hover .content-product-imagin {
visibility: visible;
opacity: 1;
transition: opacity .3s ease,
visibility .0s ease,
transform .3s ease;
transform: scale(1); }
.wd-hover-base.hover-ready:hover .fade-in-block, .wd-hover-base.hover-ready.state-hover .fade-in-block {
visibility: visible;
opacity: 1;
transition: opacity .3s ease,
visibility .0s ease; }
.wd-hover-base.wd-loading-quick-shop .wrapp-swatches, .wd-hover-base.quick-shop-shown .wrapp-swatches {
transform: translateY(103%) translateZ(0); }
.browser-Safari .wd-hover-base .fade-in-block {
visibility: visible;
pointer-events: none; }
.browser-Safari .wd-hover-base.hover-ready:hover .fade-in-block, .browser-Safari .wd-hover-base.hover-ready.state-hover .fade-in-block {
pointer-events: visible;
pointer-events: unset; }
.platform-iOS .wd-hover-base .fade-in-block {
clip: rect(0 0 0 0);
opacity: 1; }
.platform-iOS .wd-hover-base.hover-ready:hover .fade-in-block, .platform-iOS .wd-hover-base.hover-ready.state-hover .fade-in-block {
clip: rect(auto auto auto auto); }
[class*="color-scheme-light"] .wd-hover-base .content-product-imagin {
background-color: #101010; }
[class*="color-scheme-light"] .wd-hover-base .wrapp-swatches {
border-color: rgba(255, 255, 255, 0.15);
background-color: #101010; }
[class*="color-scheme-light"] .wd-hover-base .wd-bottom-actions.wd-add-small-btn > div {
border-color: rgba(255, 255, 255, 0.15); }
.wd-hover-alt {
text-align: left; }
.wd-hover-alt .wrap-price {
display: flex;
align-items: flex-end;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between; }
.wd-hover-alt .wd-product-countdown,
.wd-hover-alt .wd-stock-progress-bar {
margin-top: 5px; }
.wd-hover-alt .swatches-on-grid {
margin-bottom: 0; }
.wd-hover-alt .star-rating {
display: none; }
.wd-hover-alt .wd-add-btn > a {
padding: 0;
background-color: transparent;
color: #2d2a2a;
text-transform: capitalize;
white-space: nowrap;
font-weight: 600;
font-size: 14px;
transition: all .2s ease; }
.wd-hover-alt .wd-add-btn > a span {
position: relative;
display: inline-block;
border-bottom: 1px solid rgba(101, 101, 101, 0.15);
vertical-align: middle; }
.wd-hover-alt .wd-add-btn > a span:before {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 1px;
transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
background-color: var(--wd-primary-color); }
.wd-hover-alt .wd-add-btn > a:after {
position: absolute;
top: 3px;
left: 0;
opacity: 0;
transition: opacity .25s ease;
content: "";
display: inline-block;
width: 14px;
height: 14px;
border: 1px solid #BBB;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle; }
.wd-hover-alt .wd-add-btn > a:hover {
box-shadow: none; }
.wd-hover-alt .wd-add-btn > a:hover span:before {
width: 100%; }
.wd-hover-alt .wd-add-btn > a.loading {
padding-left: 20px; }
.wd-hover-alt .wd-add-btn > a.loading:after {
opacity: 1;
animation: wd-rotate 450ms infinite linear; }
[class*="color-scheme-light"] .wd-hover-alt .wd-add-btn > a {
color: #FFF; }
[class*="color-scheme-light"] .wd-hover-alt .wd-add-btn > a span {
border-color: rgba(255, 255, 255, 0.25); }
[class*="color-scheme-light"] .wd-hover-alt .wd-add-btn > a:after {
border-color: rgba(255, 255, 255, 0.15);
border-left-color: #FFF; }
.wd-hover-icons .wrapp-buttons {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
visibility: hidden;
text-align: center;
transition: opacity .3s ease,
visibility .3s ease,
transform .3s ease;
backface-visibility: hidden;
opacity: 0;
transform: translateY(25px) translateZ(0); }
.wd-hover-icons .wd-buttons {
display: inline-flex;
align-items: stretch;
flex-direction: row;
flex-wrap: nowrap;
padding-right: 7px;
padding-left: 7px;
max-width: calc(100% - 20px); }
.wd-hover-icons .wd-buttons .wd-action-btn {
flex: 1 1 auto;
max-width: 43px;
width: 100vw; }
.wd-hover-icons .wd-buttons .wd-action-btn > a {
width: 100%; }
.wd-hover-icons:hover .wrapp-buttons {
visibility: visible;
opacity: 1;
transform: translateY(0) translateZ(0); }
.wd-hover-icons.quick-shop-shown .wrapp-buttons, .wd-hover-icons.product-swatched .wrapp-buttons, .wd-hover-icons[class*="wd-loading"] .wrapp-buttons {
visibility: hidden;
opacity: 0;
transform: translateY(25px) translateZ(0); }
.wd-hover-icons.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wrapp-buttons {
visibility: visible;
opacity: 1;
transform: translateY(0) translateZ(0); }
.wd-hover-button .wd-buttons {
z-index: 3;
visibility: hidden;
background-color: transparent;
box-shadow: none; }
.wd-hover-button .wd-add-btn {
position: absolute;
top: 50%;
left: 0;
z-index: 3;
width: 100%;
text-align: center;
opacity: 0;
transition: transform .3s ease,
opacity .3s ease; }
.wd-hover-button:hover .wd-buttons {
visibility: visible; }
.wd-hover-button:hover .wd-add-btn {
transform: translateY(-50%);
opacity: 1; }
.wd-hover-button.product-swatched .wd-add-btn, .wd-hover-button.quick-shop-shown .wd-add-btn, .wd-hover-button[class*="wd-loading"] .wd-add-btn {
transform: none;
opacity: 0; }
.wd-hover-button.product-swatched:not([class*="wd-loading"]):not(.quick-shop-shown) .product-element-top:hover .wd-add-btn {
transform: translateY(-50%);
opacity: 1; }
.wd-hover-info {
text-align: left; }
.wd-hover-info .product-element-top {
margin-bottom: 0; }
.wd-hover-info .top-information {
position: absolute;
top: 20px;
right: 25px;
left: 25px;
transition: opacity .3s ease; }
.wd-hover-info .bottom-information {
position: absolute;
right: 60px;
bottom: 20px;
left: 25px;
display: flex;
flex-direction: column;
transition: transform .3s ease,
opacity .3s ease;
transform: translateY(100%) translateZ(0);
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.wd-hover-info .bottom-information .login-to-prices-msg,
.wd-hover-info .bottom-information .price {
position: absolute;
bottom: 100%;
left: 0; }
.wd-hover-info .bottom-information .price {
font-size: 16px; }
.wd-hover-info .bottom-information .price ins,
.wd-hover-info .bottom-information .price del {
display: block; }
.wd-hover-info .bottom-information .price ins {
margin-top: 5px; }
.wd-hover-info .bottom-information .star-rating {
margin-right: auto; }
.wd-hover-info .product-labels {
left: auto;
align-items: flex-end;
max-width: 60px; }
.wd-hover-info .labels-rectangular {
right: 0; }
.wd-hover-info .labels-rounded {
right: 7px; }
.wd-hover-info .swatches-on-grid,
.wd-hover-info .star-rating {
margin-top: 10px;
opacity: 0;
transition: opacity .3s ease; }
.wd-hover-info .swatches-on-grid {
order: 3; }
.wd-hover-info .star-rating {
order: 2;
margin-bottom: 0; }
.wd-hover-info.wd-with-labels .top-information {
right: 60px; }
.wd-hover-info:hover .bottom-information {
transform: none; }
.wd-hover-info:hover .swatches-on-grid,
.wd-hover-info:hover .star-rating {
opacity: 1; }
.wd-hover-info.quick-shop-shown .bottom-information,
.wd-hover-info.quick-shop-shown .top-information, .wd-hover-info[class*="wd-loading"] .bottom-information,
.wd-hover-info[class*="wd-loading"] .top-information {
opacity: 0; }
.wd-hover-info-alt .product-element-top {
margin-bottom: 0; }
.wd-hover-info-alt .wd-buttons {
z-index: 3;
visibility: hidden;
background-color: transparent;
box-shadow: none; }
.wd-hover-info-alt .top-information {
z-index: 3;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
padding: 10px 38px;
opacity: 0;
transition: opacity .3s ease; }
.wd-hover-info-alt .wd-entities-title,
.wd-hover-info-alt .star-rating,
.wd-hover-info-alt .wd-product-cats,
.wd-hover-info-alt .wd-product-brands-links {
margin-bottom: 7px; }
.wd-hover-info-alt .swatches-on-grid {
margin-top: -2px;
margin-bottom: 4px; }
.wd-hover-info-alt .wd-add-btn {
margin-top: 10px; }
.wd-hover-info-alt:hover .wd-buttons {
visibility: visible; }
.wd-hover-info-alt:hover .top-information {
opacity: 1; }
.wd-hover-info-alt.quick-shop-shown .top-information, .wd-hover-info-alt[class*="wd-loading"] .top-information {
opacity: 0; }
.wd-hover-quick .single_add_to_cart_button {
border-radius: 0; }
.wd-hover-quick .wd-add-btn {
position: absolute;
right: 0;
bottom: 0;
left: 0;
transition: transform .3s ease,
opacity .3s ease;
transform: translateY(103%) translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.wd-hover-quick .wd-add-btn > p {
display: none; }
.wd-hover-quick .wd-add-btn > a {
display: block;
font-size: 13px;
opacity: .8;
color: #FFF;
background-color: var(--wd-primary-color); }
.wd-hover-quick .wd-add-btn > a:hover {
color: #FFF;
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
.wd-hover-quick .wd-add-btn > a span {
padding: 10px; }
.wd-hover-quick .wd-add-btn > a:hover {
box-shadow: none;
opacity: 1; }
.wd-hover-quick div.quantity {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
height: 100%; }
.wd-hover-quick div.quantity input[type="button"],
.wd-hover-quick div.quantity input[type="number"] {
border: none;
background-color: rgba(0, 0, 0, 0.08);
color: #FFF;
height: 100%; }
.wd-hover-quick div.quantity input[type="button"]:hover,
.wd-hover-quick div.quantity input[type="number"]:hover {
background-color: rgba(0, 0, 0, 0.12); }
.wd-hover-quick div.quantity input[type="number"] {
transition: all .25s ease; }
.wd-hover-quick div.quantity input[type="button"] {
min-width: 25px;
border-radius: 0; }
.wd-hover-quick div.quantity input[type="button"].minus {
border-right: 1px solid rgba(255, 255, 255, 0.15); }
.wd-hover-quick div.quantity input[type="button"].plus {
border-left: 1px solid rgba(255, 255, 255, 0.15); }
.wd-quantity-enabled .wd-hover-quick:not(.sold-individually) .product_type_simple {
padding-left: 80px; }
.wd-quantity-enabled .wd-hover-quick:not(.sold-individually) .product_type_simple:before {
padding-left: 80px; }
.wd-quantity-enabled .wd-hover-quick:not(.sold-individually) .product_type_simple:after {
margin-left: 30px; }
.wd-quantity-enabled .wd-hover-quick .quick-shop-wrapper div.quantity {
display: inline-flex !important; }
.wd-quantity-enabled .wd-hover-quick:not(.sold-individually) .single_add_to_cart_button {
padding-left: 92px; }
.wd-quantity-enabled .wd-hover-quick:not(.sold-individually) .single_add_to_cart_button:after {
margin-left: 30px; }
.wd-hover-quick:hover .wd-add-btn {
transform: translateY(0) translateZ(0); }
.wd-hover-quick.quick-shop-shown .wd-add-btn, .wd-hover-quick.product-swatched .wd-add-btn, .wd-hover-quick[class*="wd-loading"] .wd-add-btn {
transform: translateY(103%) translateZ(0); }
.wd-hover-quick.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wd-add-btn {
transform: translateY(0) translateZ(0); }
.product-list-item {
text-align: left; }
.wpb-js-composer .product-list-item {
margin-bottom: 30px; }
.product-list-item .product-wrapper {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: nowrap; }
.product-list-item:not(:last-child) .product-wrapper {
padding-bottom: 30px;
border-bottom: 1px solid;
border-bottom-color: rgba(129, 129, 129, 0.2); }
.product-list-item .product-element-top {
flex: 0 0 300px;
margin-bottom: 0;
margin-right: 15px; }
.product-list-item .product-list-content {
flex: 1 1 auto; }
.product-list-item .wd-entities-title {
margin-bottom: 10px;
font-size: 18px; }
.product-list-item .wd-product-cats,
.product-list-item .wd-product-brands-links,
.product-list-item .woocommerce-product-rating,
.product-list-item .price {
margin-bottom: 10px; }
.product-list-item .star-rating {
margin-bottom: 0; }
.product-list-item .price {
font-size: 20px; }
.product-list-item .wd-product-countdown {
margin-bottom: 15px; }
.product-list-item .wd-stock-progress-bar {
margin-bottom: 20px; }
.product-list-item .woocommerce-review-link {
display: none; }
.product-list-item .swatch-on-grid.swatch-size-default.swatch-with-bg {
width: 20px;
height: 20px; }
.product-list-item .wd-add-btn > a {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.product-list-item .wd-add-btn > a:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.product-list-item .wd-add-btn > a:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.product-list-item .add-to-cart-loop span {
padding: 10px 14px;
font-size: 12px;
line-height: 16px; }
[class*="color-scheme-light"] .product-list-item:not(:last-child) .product-wrapper {
border-bottom-color: rgba(255, 255, 255, 0.15); }
.wd-hover-standard .wd-add-btn {
margin-top: 5px; }
.wd-hover-standard .wd-add-btn > p {
display: none; }
.wd-hover-standard .wd-add-btn > a {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.wd-hover-standard .wd-add-btn > a:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.wd-hover-standard .wd-add-btn > a:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.wd-hover-standard .add-to-cart-loop span {
padding: 10px 14px;
font-size: 12px;
line-height: 16px; }
.wd-quantity-enabled .wd-hover-standard .wd-add-btn div.quantity input[type="button"],
.wd-quantity-enabled .wd-hover-standard .wd-add-btn div.quantity input[type="number"] {
height: 36px; }
.wd-quantity-enabled .wd-hover-standard .wd-add-btn div.quantity,
.wd-quantity-enabled .wd-hover-standard .wd-add-btn .add-to-cart-loop {
margin-top: 5px;
margin-right: 2px;
margin-left: 2px; }
.wd-quantity-enabled .wd-hover-standard .quick-shop-wrapper div.quantity {
display: inline-flex !important;
margin-right: 5px; }
.wd-hover-tiled {
text-align: left; }
.wd-hover-tiled .product-wrapper {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.12); }
.wd-hover-tiled .product-element-top {
margin-bottom: 0; }
.wd-hover-tiled .product-element-bottom {
padding: 15px 20px;
background-color: #FFF; }
.wd-hover-tiled .swatches-on-grid {
display: block; }
[class*="color-scheme-light"] .wd-hover-tiled .product-element-bottom {
background-color: #101010; }
.single-product .site-content {
padding-right: 0;
padding-left: 0; }
.single-product-page > div:not(:last-child) {
margin-bottom: 40px; }
.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
margin-top: -15px;
margin-bottom: 15px; }
.breadcrumbs-location-summary .single-breadcrumbs-wrapper {
margin-bottom: 10px; }
.single-breadcrumbs-wrapper .container:after {
content: none; }
.single-breadcrumbs-wrapper .single-breadcrumbs,
.single-breadcrumbs-wrapper .container {
display: flex;
align-items: center;
justify-content: space-between; }
.single-breadcrumbs-wrapper .single-breadcrumbs:before,
.single-breadcrumbs-wrapper .container:before {
content: "";
display: block; }
.single-breadcrumbs-wrapper .woocommerce-breadcrumb,
.single-breadcrumbs-wrapper .yoast-breadcrumb {
flex: 1 1 auto;
margin-bottom: 10px;
font-size: 13px; }
.single-breadcrumbs-wrapper .wd-products-nav {
flex: 0 0 auto; }
.single-product-sidebar {
margin-bottom: 0; }
.single-product-sidebar.sidebar-right {
border-left: 1px solid rgba(119, 119, 119, 0.2); }
.single-product-sidebar.sidebar-left {
border-right: 1px solid rgba(119, 119, 119, 0.2); }
.global-color-scheme-light .single-product-sidebar.sidebar-right, .global-color-scheme-light .single-product-sidebar.sidebar-left {
border-color: rgba(255, 255, 255, 0.15); }
.product-images img {
width: 100%; }
.product-images-inner {
position: relative;
z-index: 1; }
.woocommerce-product-gallery:not(.thumbs-position-centered) {
opacity: 1 !important; }
.woocommerce-product-gallery .owl-carousel {
overflow: hidden; }
.woocommerce-product-gallery .owl-carousel .product-image-wrap {
padding-right: 2px;
padding-left: 2px; }
.woocommerce-product-gallery .owl-loaded:after, .woocommerce-product-gallery .owl-loaded:before {
content: none; }
.woocommerce-product-gallery .product-image-thumbnail {
cursor: pointer;
transition: opacity .25s ease; }
.woocommerce-product-gallery .product-image-thumbnail.active-thumb {
transition: none; }
.woocommerce-product-gallery .product-image-thumbnail:hover, .woocommerce-product-gallery .product-image-thumbnail.active-thumb {
opacity: .5; }
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper.owl-carousel.owl-items-lg-1 > .product-image-wrap:nth-child(n+2) {
display: none; }
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper.owl-carousel.owl-items-lg-2 > .product-image-wrap:nth-child(n+3) {
display: none; }
.woocommerce-product-gallery .thumbnails {
opacity: 0; }
.woocommerce-product-gallery .thumbnails.thumbnails-ready {
opacity: 1;
transition: opacity .2s ease .2s; }
.woocommerce-product-gallery .slick-slider {
display: flex;
align-items: stretch;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between; }
.woocommerce-product-gallery .slick-slider .slick-list {
flex: 1 1 100%;
order: 1;
max-width: 100%;
width: 100%; }
.woocommerce-product-gallery .slick-slider .slick-prev,
.woocommerce-product-gallery .slick-slider .slick-next {
order: 2; }
.woocommerce-product-gallery .thumbnails.owl-carousel .owl-item {
padding-right: 2px;
padding-left: 2px; }
.image-action-none .product-image-wrap a {
cursor: default;
pointer-events: none; }
.image-action-none .owl-carousel .product-image-wrap a {
cursor: move; }
.image-action-zoom .zoomImg[src$=".png"] {
background-color: white;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.image-action-zoom .owl-carousel .product-image-wrap {
cursor: move;
cursor: grab;
cursor: -webkit-grab; }
.image-action-zoom .owl-grab .zoomImg {
opacity: 0 !important;
transition: opacity .25s ease; }
.thumbs-position-centered .woocommerce-product-gallery__image {
transition: opacity .3s ease; }
.thumbs-position-centered .owl-item:not(.center) .woocommerce-product-gallery__image {
opacity: .4;
pointer-events: none; }
.thumbs-position-bottom .woocommerce-product-gallery__wrapper {
margin-bottom: 4px; }
.thumbs-position-bottom_column .product-image-wrap,
.thumbs-position-bottom_grid .product-image-wrap,
.thumbs-position-bottom_combined .product-image-wrap {
margin-bottom: 4px; }
.thumbs-position-bottom_column .product-image-wrap:first-child,
.thumbs-position-bottom_grid .product-image-wrap:first-child,
.thumbs-position-bottom_combined .product-image-wrap:first-child {
flex: 1 1 100%;
max-width: 100%; }
.thumbs-position-bottom_grid .woocommerce-product-gallery__wrapper,
.thumbs-position-bottom_combined .woocommerce-product-gallery__wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-right: -2px;
margin-left: -2px; }
.thumbs-position-bottom_grid .product-image-wrap,
.thumbs-position-bottom_combined .product-image-wrap {
flex: 1 1 50%;
padding-right: 2px;
padding-left: 2px;
max-width: 50%; }
.thumbs-position-bottom_combined .product-image-wrap:nth-child(3n+4) {
flex: 1 1 100%;
max-width: 100%; }
.image-full-width .product-images.vc_row-no-padding {
flex-basis: auto;
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
max-width: none; }
.image-full-width .product-image-summary-inner {
display: block; }
.image-full-width .product-image-summary-inner:after, .image-full-width .product-image-summary-inner:before {
content: ""; }
.image-full-width .product-image-summary-inner > div:not(:last-child) {
margin-bottom: 35px; }
.image-full-width .product-image-summary-inner > .vc_row-full-width {
margin-bottom: 0 !important; }
.image-full-width.product-design-alt .summary-inner {
margin: 0 auto; }
.product-images .product-labels {
left: auto;
z-index: 10;
align-items: flex-end;
max-width: 30%; }
.product-images .labels-rectangular {
top: 15px;
right: 0;
left: auto; }
.product-images .labels-rounded {
top: 15px;
right: 15px; }
.product-images .labels-rounded .product-label {
min-width: 55px;
min-height: 55px; }
.browser-Internet .product-images .labels-rounded .product-label {
height: 55px; }
.product-images .labels-rounded .label-with-img {
min-height: auto; }
.product-additional-galleries {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
padding: 30px 30px 15px 30px; }
.product-additional-galleries > div {
margin-bottom: 10px; }
.product-additional-galleries > div:last-child {
margin-bottom: 0; }
.wd-gallery-btn {
display: flex;
align-items: flex-start;
flex-direction: column; }
.wd-gallery-btn > a {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
overflow: hidden;
min-width: 50px;
height: 50px;
border-radius: 30px;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
color: rgba(0, 0, 0, 0.7);
font-size: 13px; }
.wd-gallery-btn > a:before {
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
font-size: 16px;
line-height: 50px;
content: "\f130";
font-family: "woodmart-font"; }
.wd-gallery-btn > a > span {
overflow: hidden;
padding: 0;
max-width: 0;
white-space: nowrap;
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-gallery-btn > a:hover {
color: #333; }
.wd-gallery-btn > a:hover > span {
padding-right: 25px;
max-width: 280px; }
.global-color-scheme-light .wd-gallery-btn > a {
background-color: rgba(0, 0, 0, 0.9);
color: rgba(255, 255, 255, 0.8); }
.global-color-scheme-light .wd-gallery-btn > a:hover {
color: #FFF; }
.product-360-button > a:before {
font-size: 26px;
content: "\f102";
font-family: "woodmart-font"; }
.wd-show-product-gallery-wrap > a:before {
content: "\f127";
font-family: "woodmart-font"; }
.product-video-button > a:before {
content: "\f101";
font-family: "woodmart-font"; }
.product_title {
font-size: 34px;
line-height: 1.2; }
.woocommerce-product-rating {
margin-bottom: 20px; }
.woocommerce-product-rating .star-rating {
margin-right: 5px; }
.woocommerce-review-link {
color: #777; }
.woocommerce-review-link:hover {
color: #2d2a2a; }
.global-color-scheme-light .woocommerce-review-link {
color: rgba(255, 255, 255, 0.6); }
.global-color-scheme-light .woocommerce-review-link:hover {
color: #FFF; }
.product-image-summary .wd-product-brands {
float: right;
margin-bottom: 10px;
margin-left: 10px; }
.product-image-summary .wd-product-brands a {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
min-height: 70px;
background-color: #FFF;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
transition: all .3s ease; }
.product-image-summary .wd-product-brands a:hover {
box-shadow: 0 0 6px rgba(0, 0, 0, 0.14); }
.product-image-summary .wd-product-brands img {
max-width: 90px; }
.global-color-scheme-light .product-image-summary .wd-product-brands a {
background-color: #101010; }
.summary-inner > .price,
.wd-scroll-content > .price {
font-size: 22px;
line-height: 1.2; }
.summary-inner > .price .login-to-prices-msg,
.wd-scroll-content > .price .login-to-prices-msg {
font-size: 80%; }
.summary-inner > .price:empty,
.wd-scroll-content > .price:empty {
display: none; }
.product-image-summary .wd-product-countdown {
margin-bottom: 10px; }
.product-image-summary .wd-stock-progress-bar {
margin-bottom: 20px; }
.product-image-summary .cart {
margin-bottom: 15px; }
.product-image-summary div.quantity {
margin-bottom: 10px;
margin-right: 10px; }
.product-image-summary .single_add_to_cart_button {
margin-bottom: 10px; }
.single_add_to_cart_button {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.single_add_to_cart_button:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.single_add_to_cart_button:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.single_add_to_cart_button + .added_to_cart {
display: none; }
.wd-before-add-to-cart,
.wd-after-add-to-cart {
margin-bottom: 25px; }
.variations_form .variations {
transition: margin-bottom .3s ease; }
.variations_form .variations label {
margin-bottom: 0;
margin-right: 20px;
color: #2d2a2a;
white-space: nowrap;
font-weight: 600; }
.variations_form .variations label:after {
content: ":";
margin-left: 2px; }
.variations_form .variations tr:last-child td {
padding-bottom: 0; }
.variations_form .variations td {
padding: 0;
padding-bottom: 20px;
border: none;
vertical-align: middle; }
.variations_form .variations .value {
position: relative;
width: 100%; }
.variations_form .variations .value select {
display: inline-block;
max-width: 260px; }
.variations_form .variations .with-swatches select {
display: none; }
.variations_form .wd-attr-selected:empty {
display: none; }
.variations_form .reset_variations {
display: inline-flex !important;
align-items: center;
visibility: hidden !important;
margin-left: 10px;
color: #3f3f3f;
vertical-align: middle;
font-size: 12px;
line-height: 1;
opacity: 0 !important;
pointer-events: none;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.variations_form .reset_variations:before {
display: inline-block;
margin-right: 5px;
font-weight: 600;
font-size: 70%;
content: "\f112";
font-family: "woodmart-font"; }
.variations_form .reset_variations:hover {
color: #818181; }
.variations_form.variation-swatch-selected .reset_variations {
visibility: visible !important;
opacity: 1 !important;
pointer-events: visible; }
.variations_form.wd-swatches-name td {
display: block; }
.variations_form.wd-swatches-name .label {
margin-bottom: 5px;
padding-bottom: 0; }
.variations_form.wd-swatches-name .label label,
.variations_form.wd-swatches-name .label span {
display: inline-block;
vertical-align: middle;
line-height: 1; }
.variations_form.wd-swatches-name .label label {
margin-right: 0; }
.variations_form.wd-swatches-name .label span {
margin-left: 5px; }
.variations_form .woocommerce-variation {
animation: wd-fadeInBottomShort .2s ease; }
.variations_form .woocommerce-variation:after {
content: "";
display: block;
clear: both; }
.variations_form .woocommerce-variation-price,
.variations_form .woocommerce-variation-availability {
display: inline;
vertical-align: middle; }
.variations_form .woocommerce-variation-price .price {
display: inline-block;
margin-bottom: 20px;
margin-right: 15px;
vertical-align: middle;
font-size: 16px;
line-height: 1.2; }
.variations_form .woocommerce-variation-availability p.stock {
display: inline-block;
vertical-align: middle; }
.variations_form .woocommerce-variation-description p {
margin-bottom: 10px; }
[class*="color-scheme-light"] .variations_form label {
color: #FFF; }
[class*="color-scheme-light"] .variations_form .reset_variations {
color: rgba(255, 255, 255, 0.9); }
[class*="color-scheme-light"] .variations_form .reset_variations:hover {
color: #FFF; }
.product-image-summary .variations {
margin-bottom: 25px; }
.product-image-summary .wd-price-outside .price > .price {
font-size: inherit; }
.product-image-summary .wd-price-outside .woocommerce-variation {
height: auto !important;
animation: none; }
.product-image-summary .wd-price-outside .woocommerce-variation-price {
display: none; }
.summary-inner > .wd-action-btn {
display: inline-block;
margin-bottom: 20px;
margin-right: 20px;
vertical-align: middle; }
.product_meta {
display: block;
color: #333;
font-weight: 600;
font-size: 14px;
line-height: 1.2; }
.product_meta > span a,
.product_meta > span span {
display: inline-block;
margin: 0 1px;
color: #777;
font-weight: 400; }
.product_meta > span a:hover {
color: #747474; }
.global-color-scheme-light .product_meta {
color: #FFF; }
.global-color-scheme-light .product_meta > span a,
.global-color-scheme-light .product_meta > span span {
color: rgba(255, 255, 255, 0.8); }
.global-color-scheme-light .product_meta > span a:hover {
color: #FFF; }
.product-share {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.2; }
.product-share .share-title {
margin-right: 5px;
color: #1B1919;
vertical-align: middle;
font-weight: 600; }
.product-share .share-title:after {
content: ":"; }
.product-share .wd-social-icons {
display: inline-flex; }
.global-color-scheme-light .product-share .share-title {
color: #FFF; }
.global-color-scheme-light .product-share .wd-social-icon a {
color: #FFF; }
.global-color-scheme-light .product-share .wd-social-icon a:hover {
color: rgba(255, 255, 255, 0.6); }
.product-image-summary .shop_attributes {
margin-bottom: 20px; }
.browser-Safari .product-sticky-on .summary-inner.is_stuck,
.browser-Safari .product-sticky-on .product-images-inner.is_stuck {
-webkit-transform: translateZ(0);
-webkit-perspective: 800px;
-webkit-backface-visibility: hidden; }
.product-summary-shadow .summary-inner {
padding: 30px 35px 15px;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.product-summary-shadow .single-product-sidebar {
border: none; }
.global-color-scheme-light .product-summary-shadow .summary-inner {
background-color: rgba(0, 0, 0, 0.3); }
.product-full-width.image-full-width .summary-inner {
margin: 0 auto; }
.product-full-width.product-design-alt:not(.product-sticky-on) .summary-inner, .product-full-width.product-summary-shadow:not(.product-sticky-on) .summary-inner {
margin: 0 auto; }
.product-has-bg .product-tabs-wrapper {
border-top: none; }
.global-color-scheme-light .meta-location-add_to_cart .product_meta {
border-color: rgba(255, 255, 255, 0.15); }
.wd-before-product-tabs {
margin-top: -41px;
padding-top: 15px;
padding-bottom: 15px;
background-color: #F7F7F7;
text-align: center; }
.wd-before-product-tabs .product_meta {
display: inline-block;
vertical-align: middle; }
.wd-before-product-tabs .product_meta > * {
display: inline-block;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 5px;
margin-left: 10px; }
.wd-before-product-tabs .product-share {
display: inline-block;
margin-right: 10px;
margin-bottom: 0;
margin-left: 10px;
vertical-align: middle; }
.global-color-scheme-light .wd-before-product-tabs {
background-color: rgba(0, 0, 0, 0.3); }
.product-tabs-wrapper {
padding-top: 40px;
padding-bottom: 40px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: rgba(119, 119, 119, 0.2);
background-color: #FFF; }
.global-color-scheme-light .product-tabs-wrapper {
border-color: rgba(255, 255, 255, 0.15);
background-color: rgba(0, 0, 0, 0.3); }
.full-height-sidebar-wrap .product-tabs-wrapper {
background-color: transparent; }
.poduct-tabs-inner > div:not(:last-child) {
margin-bottom: 40px; }
.tabs-layout-tabs .wd-accordion-title {
display: none; }
.tabs-layout-tabs .tabs {
margin-top: -40px;
list-style: none;
text-align: center;
--list-mb: 30px;
--li-mb: 0;
--li-pl: 0; }
.tabs-layout-tabs .tabs li {
display: inline-flex;
margin-right: 30px;
color: var(--wd-title-color);
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-family: var(--wd-title-font); }
.tabs-layout-tabs .tabs li a {
position: relative;
display: inline-block;
padding-top: 30px;
padding-bottom: 10px;
color: inherit;
text-transform: uppercase;
font-weight: inherit;
font-size: 16px;
opacity: .7; }
.tabs-layout-tabs .tabs li a:after {
content: '';
position: absolute;
bottom: 100%;
left: 0;
margin-bottom: -2px;
width: 0;
height: 3px;
background-color: var(--wd-primary-color);
transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15); }
.tabs-layout-tabs .tabs li a:hover, .tabs-layout-tabs .tabs li a:focus {
color: inherit;
opacity: 1; }
.tabs-layout-tabs .tabs li.active a {
opacity: 1; }
.tabs-layout-tabs .tabs li.active a:after {
width: 100%; }
.tabs-layout-tabs .tabs li:last-child {
margin-right: 0; }
.tabs-layout-tabs #tab-additional_information .wc-tab-inner > div > h2:first-child {
margin-right: auto;
margin-left: auto;
max-width: 650px; }
.tabs-layout-tabs #tab-additional_information .shop_attributes {
margin: 0 auto;
max-width: 650px; }
.global-color-scheme-light .tabs-layout-tabs li {
color: #FFF; }
.wd-accordion-title {
position: relative;
display: block;
padding-top: 20px;
padding-bottom: 20px;
color: var(--wd-title-color);
text-transform: uppercase;
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-size: 16px;
font-family: var(--wd-title-font); }
.wd-accordion-title:hover, .wd-accordion-title.active {
color: var(--wd-primary-color); }
.wd-accordion-title:after {
position: absolute;
top: 50%;
right: 0;
margin-top: -10px;
width: 20px;
height: 20px;
color: #BBB;
text-align: center;
font-size: 12px;
line-height: 20px;
transition: transform .4s ease;
content: "\f129";
font-family: "woodmart-font";
backface-visibility: hidden;
perspective: 800px;
-webkit-backface-visibility: hidden;
-webkit-perspective: 800px; }
.wd-accordion-title.active:after {
transform: rotate(180deg); }
.global-color-scheme-light .wd-accordion-title {
color: #FFF; }
.global-color-scheme-light .wd-accordion-title:hover, .global-color-scheme-light .wd-accordion-title.active {
color: var(--wd-primary-color); }
.global-color-scheme-light .wd-accordion-title:after {
color: rgba(255, 255, 255, 0.6); }
.tabs-layout-accordion {
border-top: 2px solid rgba(119, 119, 119, 0.17); }
.tabs-layout-accordion .wd-scroll {
height: auto; }
.tabs-layout-accordion .tabs {
display: none; }
.tabs-layout-accordion .wd-tab-wrapper {
border-bottom: 1px solid rgba(119, 119, 119, 0.17); }
.tabs-layout-accordion .wd-tab-wrapper .wc-tab {
padding-bottom: 20px; }
.tabs-layout-accordion .wd-tab-wrapper .wc-tab > h2:first-child {
display: none; }
.tabs-layout-accordion .wd-scroll-content {
padding-right: 20px;
max-height: 250px; }
.tabs-layout-accordion .shop_attributes {
margin-bottom: 10px; }
.tabs-layout-accordion #tab-reviews {
margin-top: 10px; }
.tabs-layout-accordion #tab-reviews .wc-tab-inner .wd-scroll-content {
max-height: 400px; }
.global-color-scheme-light .tabs-layout-accordion {
border-color: rgba(255, 255, 255, 0.25); }
.global-color-scheme-light .tabs-layout-accordion .wd-tab-wrapper {
border-color: rgba(255, 255, 255, 0.25); }
.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
padding-bottom: 30px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.tabs-location-standard.tabs-type-accordion > div:not(:last-child) {
margin-bottom: 25px; }
.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper {
padding-top: 25px;
padding-bottom: 25px;
border-top: none; }
.tabs-location-standard.tabs-type-accordion:not(.reviews-location-separate) .product-tabs-wrapper, .tabs-location-standard.tabs-type-accordion.meta-location-after_tabs .product-tabs-wrapper {
border-bottom: none; }
.tabs-location-standard.tabs-type-accordion .wd-before-product-tabs {
margin-top: -26px; }
.global-color-scheme-light .tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
border-color: rgba(255, 255, 255, 0.15); }
.tabs-location-summary .product-image-summary .woocommerce-Reviews {
flex-wrap: wrap;
margin-right: 0;
margin-left: 0; }
.tabs-location-summary .product-image-summary .woocommerce-Reviews #comments,
.tabs-location-summary .product-image-summary .woocommerce-Reviews #review_form_wrapper {
flex-basis: 100%;
padding-right: 0;
padding-left: 0;
max-width: 100%;
width: 100%; }
.tabs-location-summary .product-image-summary .commentlist {
margin-top: 0;
margin-bottom: 20px; }
.tabs-location-summary .product-image-summary .commentlist li:not(:last-child) {
margin-bottom: 5px;
padding-bottom: 5px; }
.tabs-location-summary .product-image-summary .woocommerce-Reviews-title {
display: none; }
.tabs-location-summary .tabs-layout-accordion {
margin-top: 10px;
margin-bottom: 25px; }
.tabs-location-summary .tabs-layout-accordion .wd-accordion-title {
padding-top: 15px;
padding-bottom: 15px;
font-size: 14px; }
.tabs-location-summary:not(.reviews-location-separate) .wd-before-product-tabs {
margin-top: 0; }
.tabs-location-summary.meta-location-add_to_cart .product_meta {
padding-top: 0;
border-top: none; }
.woocommerce-Tabs-panel {
display: none; }
.wc-tabs + .wd-tab-wrapper .woocommerce-Tabs-panel:not([style]) {
display: block; }
.wc-tab-inner > div > h2:first-child {
text-transform: uppercase;
font-weight: 600;
font-size: 14px; }
.woocommerce-Reviews {
display: flex;
flex-direction: row;
margin-right: -30px;
margin-left: -30px; }
.woocommerce-Reviews #comments,
.woocommerce-Reviews #review_form_wrapper {
flex: 0 1 50%;
padding-right: 30px;
padding-left: 30px;
max-width: 50%; }
.woocommerce-Reviews .comment-reply-title,
.woocommerce-Reviews .woocommerce-Reviews-title {
text-transform: uppercase;
font-size: 14px; }
.woocommerce-Reviews .clear {
display: none; }
.global-color-scheme-light .woocommerce-Reviews .comment-reply-title {
color: #FFF; }
label[for="rating"] {
display: inline-block;
margin-bottom: 0;
margin-right: 15px; }
label[for="rating"]:after {
content: ":";
margin-left: 2px; }
.stars {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
white-space: nowrap; }
.stars span {
display: flex;
font-size: 0; }
.stars a {
width: 15px;
text-align: center; }
.stars a:before {
font-size: 14px;
font-family: "woodmart-font"; }
.stars:hover a:before, .stars.selected a:before, .stars.selected:hover a:before {
content: "\f148";
color: #EABE12; }
.stars a:before, .stars a:hover ~ a:before,
.stars a.active ~ a:before, .stars.selected:hover a:hover ~ a:before {
content: "\f149";
color: #B1B1B1; }
.commentlist {
margin-bottom: 0; }
.commentlist > li {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.commentlist > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none; }
.commentlist .review_comment_container,
.commentlist .comment_container {
display: flex;
align-items: flex-start;
flex-direction: row;
padding: 15px 0; }
.commentlist .review_comment_container .dokan-review-author-img img,
.commentlist .review_comment_container .avatar,
.commentlist .comment_container .dokan-review-author-img img,
.commentlist .comment_container .avatar {
margin-right: 20px;
max-width: 60px;
border-radius: 50%; }
.commentlist .comment-text {
display: flex;
flex: 1 1 auto;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between; }
.commentlist .comment-text .star-rating {
order: 2;
margin-bottom: 10px;
margin-right: 0; }
.commentlist .comment-text .meta {
order: 1;
margin-bottom: 10px;
font-size: 14px;
line-height: 18px; }
.commentlist .comment-text .meta strong {
color: #2d2a2a; }
.commentlist .comment-text .meta time {
font-style: italic; }
.commentlist .comment-text .description {
flex: 1 1 100%;
order: 3;
margin-bottom: 0;
max-width: 100%;
line-height: 1.6; }
.commentlist .comment-text .description p {
margin-bottom: 10px; }
.commentlist .comment-text .description p:last-child {
margin-bottom: 0; }
.global-color-scheme-light .commentlist > li,
.global-color-scheme-light .commentlist .children {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .commentlist .comment-text .meta strong {
color: #FFF; }
.comment-form-images {
margin-top: 10px; }
label[for="wd-add-img-btn"] {
display: inline-block;
margin-bottom: 0;
margin-right: 5px;
border-width: 2px;
border-bottom-style: solid;
border-color: #DFDFDF;
color: #333;
vertical-align: middle;
letter-spacing: .3px;
font-weight: 600;
cursor: pointer;
transition: all .25s ease; }
label[for="wd-add-img-btn"]:hover {
border-color: #C5C5C5; }
.wd-add-img-count {
display: inline-block;
margin-left: 15px;
vertical-align: middle; }
#wd-add-img-btn {
position: absolute;
clip: rect(1px, 1px, 1px, 1px); }
.wd-add-img-msg {
display: inline-block;
vertical-align: middle;
font-size: 0; }
.wd-add-img-msg span.wd-tooltip-label {
padding: 8px 15px !important;
min-width: 220px;
height: auto;
white-space: normal;
line-height: 1.6; }
.wd-add-img-msg:before {
content: "?";
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: var(--wd-primary-color);
color: #FFF;
font-weight: 600;
font-size: 14px; }
.commentlist .wd-images-gallery {
margin-top: 15px; }
.global-color-scheme-light label[for="wd-add-img-btn"] {
border-color: rgba(255, 255, 255, 0.3);
color: #FFF; }
.global-color-scheme-light label[for="wd-add-img-btn"]:hover {
border-color: #FFF; }
.product-extra-content {
margin-bottom: 40px; }
.product-image-summary-wrap + .product-extra-content {
margin-top: 35px;
margin-bottom: 0; }
.related-and-upsells > div {
margin-bottom: 40px; }
.related-and-upsells > div:first-child {
padding-top: 0;
border-top: 0; }
.related-and-upsells > div:last-child {
margin-bottom: 0; }
.related-and-upsells:after, .related-and-upsells:before {
content: none; }
.related-and-upsells:empty {
margin-top: -40px; }
.related-and-upsells .wd-carousel-container {
margin-bottom: 0; }
.wd-products-nav {
position: relative;
display: flex;
align-items: center;
margin-bottom: 10px;
letter-spacing: 0;
font-size: 0; }
.wd-products-nav .wd-back-btn,
.wd-products-nav .product-btn > a {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
color: #333; }
.wd-products-nav .wd-back-btn span,
.wd-products-nav .product-btn > a span {
font-size: 12px; }
.wd-products-nav .wd-back-btn:hover,
.wd-products-nav .product-btn > a:hover {
color: #878787; }
.wd-products-nav .product-prev > a span:before {
content: "\f114";
font-family: "woodmart-font"; }
.wd-products-nav .product-next > a span:before {
content: "\f113";
font-family: "woodmart-font"; }
.wd-products-nav .wd-back-btn span {
display: none; }
.wd-products-nav .wd-back-btn:after {
font-size: 14px;
content: "\f122";
font-family: "woodmart-font"; }
.wd-products-nav .wrapper-short {
position: absolute;
top: 100%;
right: 0;
z-index: 350;
visibility: hidden;
padding-top: 10px;
min-width: 240px;
opacity: 0;
transition: opacity .1s ease .1s,
visibility .1s ease .1s;
animation: wd-fadeOutLeftShort .1s ease .1s both; }
.wd-products-nav .product-btn:hover > .wrapper-short {
visibility: visible;
opacity: 1;
transition: opacity .3s ease,
visibility .3s ease;
animation: wd-fadeInLeftShort .3s ease both; }
.wd-products-nav .product-short {
display: flex;
align-items: center;
flex-direction: row;
background-color: #FFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.wd-products-nav .product-short-image img {
max-width: 90px; }
.wd-products-nav .product-short-description {
padding: 10px 15px; }
.wd-products-nav .product-short-description .wd-entities-title {
margin-bottom: 7px;
font-size: 14px; }
.wd-products-nav .product-short-description .price {
display: block;
font-size: 14px;
line-height: 1.2; }
.global-color-scheme-light .wd-products-nav .product-btn > a,
.global-color-scheme-light .wd-products-nav .wd-back-btn {
color: #FFF; }
.global-color-scheme-light .wd-products-nav .product-btn > a:hover,
.global-color-scheme-light .wd-products-nav .wd-back-btn:hover {
color: rgba(255, 255, 255, 0.8); }
.global-color-scheme-light .wd-products-nav .product-short {
background-color: #101010; }
@keyframes wd-fadeInLeftShort {
from {
transform: translate3d(-20px, 0, 0); }
to {
transform: none; } }
@keyframes wd-fadeOutLeftShort {
from {
transform: none; }
to {
transform: translate3d(-20px, 0, 0); } }
.group_table {
margin-bottom: 25px;
border-top: 2px solid #EFEFEF; }
.group_table td.price-column {
text-align: right; }
.group_table td div.quantity {
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0; }
.group_table td.product-quantity > a {
white-space: nowrap;
padding: 8px 14px;
border-width: 2px;
border-color: #E9E9E9;
color: #333; }
.group_table td.product-quantity > a:not(:hover) {
background-color: transparent !important; }
.group_table td.product-quantity > a:hover {
box-shadow: none; }
.group_table td.product-quantity > a:hover {
background-color: #E9E9E9;
color: #333; }
.group_table td.product-quantity > .added_to_cart {
display: none; }
.group_table tr td:first-child {
padding-left: 0; }
.group_table tr td:last-child {
padding-right: 0; }
.meta-location-add_to_cart .product_meta, .popup-quick-view .product_meta {
padding-top: 20px;
border-top: 1px solid rgba(119, 119, 119, 0.2); }
.meta-location-add_to_cart .product_meta > span, .popup-quick-view .product_meta > span {
display: block;
margin-bottom: 15px; }
.image-full-width.product-design-alt .summary-inner, .product-full-width.product-design-alt .summary-inner, .product-full-width.product-summary-shadow .summary-inner, .product-full-width.image-full-width .summary-inner {
max-width: 620px; }
.product-design-default .entry-summary.col-lg-4 .wd-product-brands, .product-design-alt .product-image-summary .wd-product-brands, .popup-quick-view .wd-product-brands {
float: none;
margin-left: 0; }
.product-design-default .entry-summary.col-lg-4 .wd-product-brands a, .product-design-alt .product-image-summary .wd-product-brands a, .popup-quick-view .wd-product-brands a {
display: inline-block;
padding: 0;
min-height: 0;
background-color: transparent !important;
box-shadow: none; }
.product-design-default .entry-summary.col-lg-4 .wd-product-brands a:hover, .product-design-alt .product-image-summary .wd-product-brands a:hover, .popup-quick-view .wd-product-brands a:hover {
box-shadow: none;
opacity: .5; }
.wd-more-desc table th, .woocommerce-product-details__short-description table th, .product-image-summary .shop_attributes th {
font-weight: 600;
font-family: var(--wd-text-font); }
.wd-more-desc table td, .woocommerce-product-details__short-description table td, .product-image-summary .shop_attributes td, .wd-more-desc table th, .woocommerce-product-details__short-description table th, .product-image-summary .shop_attributes th {
padding: 5px;
border-bottom-style: dashed; }
.wd-more-desc table tr td:last-child, .woocommerce-product-details__short-description table tr td:last-child, .product-image-summary .shop_attributes tr td:last-child {
text-align: right; }
.wd-more-desc table tr:last-child td, .woocommerce-product-details__short-description table tr:last-child td, .product-image-summary .shop_attributes tr:last-child td,
.wd-more-desc table tr:last-child th,
.woocommerce-product-details__short-description table tr:last-child th,
.product-image-summary .shop_attributes tr:last-child th {
border-bottom: none; }
.wd-more-desc table p, .woocommerce-product-details__short-description table p, .product-image-summary .shop_attributes p {
margin-bottom: 0; }
.global-color-scheme-light .product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last {
color: #FFF; }
.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last,
.product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-link-last {
margin-right: 0;
color: #333;
font-weight: 600; }
.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last:after,
.product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-link-last:after {
content: none; }
.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-last,
.product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-last {
display: none; }
.product-design-alt .product-image-summary div[itemprop="description"] {
margin-bottom: 20px; }
.product-design-alt .entry-summary {
text-align: center; }
.product-design-alt .woocommerce-product-details__short-description ul,
.product-design-alt .woocommerce-product-details__short-description ol {
list-style: none;
padding-left: 0;
text-align: center; }
.product-design-alt .woocommerce-variation {
margin-top: 0; }
.product-design-alt .woocommerce-variation-price .price {
margin-right: 7px;
margin-left: 7px; }
.product-design-alt .woocommerce-variation-availability p.stock {
margin-right: 7px;
margin-left: 7px; }
.product-design-alt table.variations .reset_variations {
bottom: -30px; }
.product-design-alt .variation-swatch-selected .variations {
margin-bottom: 50px; }
.product-design-alt .summary-inner > .wd-action-btn {
margin-right: 10px;
margin-left: 10px; }
.product-design-alt.meta-location-add_to_cart .product_meta {
margin-bottom: 15px; }
.product-design-alt.meta-location-add_to_cart .product_meta > span {
display: inline-block;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 5px;
margin-left: 10px;
vertical-align: middle; }
.product-design-alt.tabs-location-summary .wd-accordion-title:after {
content: none; }
.product-design-alt.tabs-location-summary .woocommerce-Tabs-panel {
text-align: left; }
.quick-shop-wrapper table.variations label, .product-design-alt table.variations label {
margin-right: 0; }
.quick-shop-wrapper table.variations tr, .product-design-alt table.variations tr {
display: flex;
align-items: stretch;
flex-direction: column;
margin-bottom: 10px; }
.quick-shop-wrapper table.variations tr:last-child, .product-design-alt table.variations tr:last-child {
margin-bottom: 0; }
.quick-shop-wrapper table.variations td, .product-design-alt table.variations td {
padding-bottom: 0;
text-align: center; }
.quick-shop-wrapper table.variations .label, .product-design-alt table.variations .label {
margin-bottom: 5px; }
.quick-shop-wrapper table.variations .reset_variations, .product-design-alt table.variations .reset_variations {
position: absolute;
left: 50%;
margin-left: 0;
transform: translateX(-50%); }
.quick-shop-wrapper .swatches-on-single, .product-design-alt .swatches-on-single {
padding-bottom: 0;
transition: padding .25s ease; }
.wd-products-tabs .tabs-navigation-wrapper {
position: relative; }
.wd-products-tabs .wd-tabs-header {
position: relative; }
.wd-products-tabs .open-title-menu {
display: none; }
.wd-products-tabs .tabs-name {
text-transform: uppercase;
font-size: 22px; }
.wd-products-tabs .tabs-name > span {
vertical-align: middle; }
.wd-products-tabs .tabs-name .img-wrapper {
margin-right: 10px; }
.wd-products-tabs .img-wrapper {
display: inline-block; }
.wd-products-tabs .products-tabs-title {
margin-right: -15px;
margin-left: -15px;
color: var(--wd-title-color);
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-family: var(--wd-title-font); }
.wd-products-tabs .products-tabs-title li {
display: inline-flex;
align-items: center;
flex-direction: column;
padding: 10px 15px;
color: inherit;
vertical-align: bottom;
text-transform: uppercase;
font-weight: inherit;
font-size: 16px;
line-height: 1.4;
opacity: .7;
cursor: pointer;
transition: opacity .25s ease,
color .25s ease; }
.wd-products-tabs .products-tabs-title li:hover, .wd-products-tabs .products-tabs-title li.active-tab-title {
opacity: 1; }
.wd-products-tabs .products-tabs-title .tab-label {
position: relative; }
.wd-products-tabs .wd-tab-content {
visibility: visible;
opacity: 1;
transition: transform .25s ease,
opacity .25s ease,
visibility 0s ease;
transform: none; }
.wd-products-tabs .wd-tab-content.loading {
visibility: hidden;
opacity: 0;
transition: transform .25s ease,
opacity .25s ease,
visibility 0s ease .3s;
transform: translateY(30px);
pointer-events: none; }
.wd-products-tabs.tabs-design-default .wd-tab-content.loading .wrap-loading-arrow, .wd-products-tabs.tabs-design-alt .wd-tab-content.loading .wrap-loading-arrow {
display: none; }
.wd-products-tabs.tabs-design-default .wd-tabs-header {
margin-bottom: 15px; }
.wd-products-tabs.tabs-design-default .tabs-name {
margin-bottom: 10px; }
.wd-products-tabs.tabs-design-default .products-tabs-title .img-wrapper {
margin-bottom: 10px; }
.wd-products-tabs.tabs-design-alt .wd-tabs-header {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10px; }
.wd-products-tabs.tabs-design-alt .tabs-name,
.wd-products-tabs.tabs-design-alt .tabs-navigation-wrapper {
margin-bottom: 10px; }
.wd-products-tabs.tabs-design-alt .products-tabs-title li {
align-items: center;
flex-direction: row;
vertical-align: middle; }
.wd-products-tabs.tabs-design-alt .products-tabs-title .img-wrapper {
margin-right: 10px; }
.wd-products-tabs.tabs-design-simple .wd-tabs-header {
display: flex;
align-items: flex-end;
flex-direction: row;
margin-bottom: 20px;
border-bottom: 2px solid #EAEAEA; }
.wd-products-tabs.tabs-design-simple .tabs-name {
position: relative;
z-index: 1;
margin-bottom: -2px;
margin-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 2px solid var(--wd-primary-color);
vertical-align: middle; }
.wd-products-tabs.tabs-design-simple .tabs-name > span {
vertical-align: bottom; }
.wd-products-tabs.tabs-design-simple .tabs-name .img-wrapper {
margin-left: 4px; }
.wd-products-tabs.tabs-design-simple .products-tabs-title li {
align-items: flex-end;
flex-direction: row;
font-size: 14px; }
.wd-products-tabs.tabs-design-simple .products-tabs-title li.active-tab-title {
color: var(--wd-primary-color); }
.wd-products-tabs.tabs-design-simple .products-tabs-title .img-wrapper {
margin-right: 10px; }
.wd-products-tabs.tabs-design-simple .owl-nav,
.wd-products-tabs.tabs-design-simple .wrap-loading-arrow {
position: absolute;
top: -62px;
animation: wd-fadeIn .5s ease both .3s; }
.wd-products-tabs.tabs-design-simple .owl-nav > div,
.wd-products-tabs.tabs-design-simple .wrap-loading-arrow > div {
position: static;
visibility: visible;
margin-top: 0;
width: 30px;
height: 40px;
opacity: 1;
transform: none;
pointer-events: visible; }
.wd-products-tabs.tabs-design-simple .owl-nav > div:after,
.wd-products-tabs.tabs-design-simple .wrap-loading-arrow > div:after {
font-weight: 700;
font-size: 14px; }
.wd-products-tabs.tabs-design-simple .owl-nav > div[class*="prev"], .wd-products-tabs.tabs-design-simple .owl-nav > div[class*="next"],
.wd-products-tabs.tabs-design-simple .wrap-loading-arrow > div[class*="prev"],
.wd-products-tabs.tabs-design-simple .wrap-loading-arrow > div[class*="next"] {
margin: 0;
padding: 0; }
.wd-products-tabs.tabs-design-simple .wrap-loading-arrow {
right: -10px; }
.wd-products-tabs.tabs-design-simple .owl-nav {
right: 0; }
.wd-products-tabs.tabs-design-simple .wd-carousel-spacing-30 .owl-nav {
right: 5px; }
.wd-products-tabs.tabs-design-simple .owl-loaded:after, .wd-products-tabs.tabs-design-simple .owl-loaded:before {
content: none; }
.wd-products-tabs.tabs-design-simple .wd-products-loader .wd-loader {
position: absolute;
top: 30px; }
.wd-products-tabs.tabs-design-simple .wd-tab-content.loading .owl-nav,
.wd-products-tabs.tabs-design-simple .wd-tab-content.loading .wrap-loading-arrow {
display: none; }
.wd-products-tabs.element-loading .wd-tab-content .wd-products-loader {
display: none !important; }
[class*="color-scheme-light"] .wd-products-tabs .products-tabs-title li {
color: #FFF; }
[class*="color-scheme-light"] .wd-products-tabs.tabs-design-simple .wd-tabs-header {
border-color: rgba(255, 255, 255, 0.15); }
.wd-tabs-loader {
position: absolute;
top: 100%;
right: 0;
left: 0;
visibility: hidden;
margin-top: 50px;
text-align: center;
opacity: 0;
pointer-events: none; }
.browser-Safari .wd-tabs-loader {
visibility: visible; }
.element-loading .wd-tabs-loader {
visibility: visible;
opacity: 1;
transition: opacity .3s ease,
visibility .3s ease; }
.element-loading .wd-tabs-loader .wd-loader:after {
animation: wd-rotate 450ms infinite linear; }
.wd-product-filters {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px; }
.wd-product-filters .wd-pf-checkboxes {
flex: 1 1 200px;
width: 0; }
.wd-product-filters > div {
margin-bottom: 10px;
padding-right: 5px;
padding-left: 5px; }
.wd-pf-btn button {
padding-right: 40px;
padding-left: 40px;
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.wd-pf-btn button:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.wd-pf-btn button:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.wd-pf-checkboxes {
position: relative; }
.wd-pf-title {
position: relative;
display: flex;
align-items: center;
flex-direction: row;
padding-left: 15px;
padding-right: 40px;
height: 42px;
border-radius: var(--wd-form-brd-radius);
border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
color: #333;
line-height: 1;
cursor: pointer;
transition: border-color .5s ease;
user-select: none; }
.wd-pf-title .title-text {
flex: 1 0 auto;
text-transform: uppercase;
font-weight: 600;
font-size: 12px; }
.wd-pf-title:after {
position: absolute;
top: 50%;
right: 15px;
margin-top: -6px;
color: #B7B7B7;
font-size: 12px;
transition: transform .2s ease;
content: "\f129";
font-family: "woodmart-font";
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.wd-pf-title:hover {
border-color: rgba(129, 129, 129, 0.3); }
.opened .wd-pf-title:after {
transform: rotate(-180deg); }
.wd-product-filters.color-scheme-light .wd-pf-title {
border-color: rgba(255, 255, 255, 0.15);
color: #FFF; }
.wd-product-filters.color-scheme-light .wd-pf-title:after {
color: rgba(255, 255, 255, 0.8); }
.wd-product-filters.color-scheme-light .wd-pf-title:hover {
border-color: rgba(255, 255, 255, 0.4); }
.wd-pf-results {
overflow: hidden;
white-space: nowrap;
line-height: 1; }
.wd-pf-results li {
position: relative;
display: inline-block;
margin-left: 5px;
padding: 4px 8px;
background-color: #F1F1F1;
color: #333;
font-weight: 600;
font-size: 12px;
transition: all .25s ease; }
.wd-pf-results li:after {
position: absolute;
top: 50%;
left: 7px;
margin-top: -4px;
font-size: 8px;
opacity: 0;
transition: opacity .2s ease;
content: "\f112";
font-family: "woodmart-font"; }
.wd-pf-results li:hover {
padding-left: 20px; }
.wd-pf-results li:hover:after {
opacity: 1; }
.wd-product-filters.color-scheme-light .wd-pf-results li {
background-color: #101010;
color: #FFF; }
.wd-pf-dropdown {
position: absolute;
top: 100%;
right: calc((var(--wd-form-brd-radius) / 2) + 6px);
left: calc((var(--wd-form-brd-radius) / 2) + 6px);
z-index: 300;
display: none;
overflow: hidden;
width: auto;
height: auto;
background-color: #FFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.wd-pf-dropdown .pf-value {
display: flex;
align-items: center;
flex-direction: row;
padding-top: 8px;
padding-right: 18px;
padding-bottom: 8px;
padding-left: 18px;
color: #777;
font-size: 14px;
line-height: 20px;
cursor: pointer;
transition: all .25s ease; }
.wd-pf-dropdown .pf-value:hover {
background-color: #F9F9F9;
color: #777; }
.wd-pf-dropdown .pf-active > .pf-value {
color: #333;
font-weight: 600; }
.wd-pf-dropdown .swatches-brands .filter-swatch span {
border: none !important;
border-radius: 0; }
.wd-pf-dropdown .swatches-brands:not(.show-labels-off) .filter-swatch span:after {
content: none; }
.wd-pf-dropdown .swatches-brands.show-labels-off .filter-swatch span:after {
border-radius: 0;
background-color: rgba(255, 255, 255, 0.6);
color: #2d2a2a; }
.wd-pf-dropdown .show-labels-off {
padding: 10px; }
.wd-pf-dropdown .show-labels-off .filter-swatch {
margin-right: 0; }
.wd-pf-dropdown .show-labels-off li {
display: inline-block; }
.wd-pf-dropdown .show-labels-off .pf-value:hover {
background-color: transparent !important; }
.wd-pf-dropdown .show-labels-off .swatch-inner {
margin: 6px;
padding: 0; }
.wd-pf-dropdown .show-labels-off li:not(.with-swatch-text) .layer-term-name {
display: none; }
.wd-product-filters.color-scheme-light .wd-pf-dropdown {
background-color: #101010; }
.wd-product-filters.color-scheme-light .wd-pf-dropdown .pf-value {
color: rgba(255, 255, 255, 0.8); }
.wd-product-filters.color-scheme-light .wd-pf-dropdown .pf-value:hover {
background-color: rgba(255, 255, 255, 0.08);
color: rgba(255, 255, 255, 0.8); }
.wd-product-filters.color-scheme-light .wd-pf-dropdown .pf-active > .pf-value {
color: #FFF; }
.wd-product-filters.color-scheme-light .wd-pf-dropdown .swatches-brands.show-labels-off .filter-swatch span:after {
background-color: rgba(0, 0, 0, 0.6);
color: #FFF; }
.wd-pf-price-range .wd-pf-dropdown {
padding: 20px; }
.wd-pf-price-range .ui-slider-horizontal {
margin-bottom: 20px; }
.wd-pf-price-range .filter_price_slider_amount {
margin-right: -20px;
margin-bottom: -20px;
margin-left: -20px;
padding: 6px 20px;
border-top: 1px solid rgba(119, 119, 119, 0.2);
background-color: #F9F9F9;
text-align: center; }
.wd-pf-price-range .price_label {
color: #2d2a2a;
font-weight: 600;
font-size: 14px; }
.wd-pf-price-range .price_label .from:after {
content: "-";
margin-right: 10px;
margin-left: 10px; }
.wd-product-filters.color-scheme-light .wd-pf-price-range .filter_price_slider_amount {
background-color: rgba(0, 0, 0, 0.3); }
.wd-product-filters.color-scheme-light .wd-pf-price-range .price_label {
color: #FFF; }
.global-color-scheme-light .wd-pf-price-range .filter_price_slider_amount {
border-color: rgba(255, 255, 255, 0.15); }
.wd-pf-categories .children .pf-value {
padding-left: 35px; }
.wd-pf-categories .children .children .pf-value {
padding-left: 55px; }
.wd-products-element {
position: relative; }
.pagination-arrows {
position: relative;
visibility: visible;
opacity: 1;
transition: opacity .25s ease,
visibility .25s ease,
transform .25s ease;
transform: none; }
.pagination-arrows + .products-footer {
margin-top: 0; }
.pagination-arrows.loading {
visibility: hidden;
opacity: 0;
transform: translate3d(0, 30px, 0);
pointer-events: none; }
.browser-Safari .pagination-arrows.loading {
visibility: visible; }
.wd-animated-products .product-grid-item {
opacity: 0;
transition: transform .3s ease,
opacity .3s ease;
transform: scale(0.7); }
.wd-animated-products .product-grid-item.wd-animated {
opacity: 1;
transform: none; }
.wrap-loading-arrow > div {
position: fixed; }
.wd-products-loader {
text-align: center; }
.wd-products-loader .wd-loader {
position: fixed;
top: 50%;
visibility: hidden;
margin-top: -15px;
margin-left: -15px;
opacity: 0;
transition: opacity .15s ease,
visibility .15s ease;
pointer-events: none; }
.browser-Safari .wd-products-loader .wd-loader {
visibility: visible; }
.element-loading .wd-products-loader .wd-loader:after {
animation: wd-rotate 450ms infinite linear; }
.element-loading .wd-products-loader:not(.hidden-loader) .wd-loader {
visibility: visible;
opacity: 1;
transition-duration: .3s; }
.element-loading .wd-products-loader:not(.hidden-loader) .wd-loader:after {
animation: wd-rotate 450ms infinite linear; }
.wd-highlighted-products .element-title {
padding-left: 10px;
padding-right: 60px; }
.wd-highlighted-products .elements-grid, .wd-highlighted-products.wd-carousel-container {
margin-right: 0;
margin-left: 0;
padding: 25px 20px 0 20px;
border: 2px solid var(--wd-primary-color); }
.wd-highlighted-products .wd-products-loader .wd-loader {
position: absolute; }
.wd-highlighted-products.element-loading .wd-products-loader .wd-loader {
visibility: visible;
opacity: 1;
transition-duration: .3s; }
.wd-highlighted-products .elements-grid .product-grid-item {
padding-right: 10px;
padding-left: 10px;
transition: all .3s ease; }
.wd-highlighted-products .elements-grid:not(.elements-list) .product-grid-item {
margin-bottom: 20px; }
.wd-highlighted-products .pagination-arrows.loading {
visibility: visible;
opacity: 1;
transform: none; }
.wd-highlighted-products .pagination-arrows.loading .product-grid-item {
opacity: 0; }
.wd-highlighted-products .owl-carousel {
margin-bottom: 25px; }
.wd-highlighted-products .owl-carousel .owl-item,
.wd-highlighted-products .owl-carousel:not(.owl-loaded) > div {
padding-right: 10px;
padding-left: 10px; }
.wd-highlighted-products .owl-loaded:after, .wd-highlighted-products .owl-loaded:before {
content: none; }
.wd-highlighted-products .owl-dots {
margin-bottom: -10px; }
.wd-highlighted-products .owl-nav > div,
.wd-highlighted-products .wrap-loading-arrow > div {
visibility: visible;
opacity: 1;
transform: none;
pointer-events: unset; }
.wd-highlighted-products .owl-nav > div:after,
.wd-highlighted-products .wrap-loading-arrow > div:after {
font-weight: 700;
font-size: 14px; }
.wd-highlighted-products.with-title .owl-nav,
.wd-highlighted-products.with-title .wrap-loading-arrow {
position: absolute;
animation: wd-fadeIn .5s ease both .3s; }
.wd-highlighted-products.with-title .owl-nav > div,
.wd-highlighted-products.with-title .wrap-loading-arrow > div {
position: static;
margin-top: 0;
width: 30px;
height: 40px; }
.wd-highlighted-products.with-title .owl-nav > div[class*="prev"], .wd-highlighted-products.with-title .owl-nav > div[class*="next"],
.wd-highlighted-products.with-title .wrap-loading-arrow > div[class*="prev"],
.wd-highlighted-products.with-title .wrap-loading-arrow > div[class*="next"] {
margin: 0;
padding: 0; }
.wd-highlighted-products.with-title .wrap-loading-arrow {
top: 22px;
right: 25px; }
.wd-highlighted-products.with-title .owl-nav {
top: -55px;
right: 0; }
.wd-highlighted-products:not(.with-title) .owl-nav > div,
.wd-highlighted-products:not(.with-title) .wrap-loading-arrow > div {
border-radius: 50%;
background-color: #FFF;
box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15); }
.wd-highlighted-products:not(.with-title) .owl-nav > div[class*="prev"] {
left: -46px; }
.wd-highlighted-products:not(.with-title) .owl-nav > div[class*="next"] {
right: -46px; }
.wd-highlighted-products:not(.with-title) .wrap-loading-arrow > div {
position: absolute;
margin-right: 0 !important;
margin-left: 0 !important; }
.wd-highlighted-products:not(.with-title) .wrap-loading-arrow > div[class*="prev"] {
left: -24px !important; }
.wd-highlighted-products:not(.with-title) .wrap-loading-arrow > div[class*="next"] {
right: -24px !important;
left: auto !important; }
[class*="color-scheme-light"] .wd-highlighted-products:not(.with-title) .owl-nav > div,
[class*="color-scheme-light"] .wd-highlighted-products:not(.with-title) .wrap-loading-arrow > div {
background-color: #101010; }
.brands-widget .brand-item {
text-align: center; }
.brands-widget .brand-item a {
display: block;
padding: 20px; }
.brands-widget .brand-item img {
max-height: 60px;
width: auto;
height: auto; }
.brands-carousel .owl-carousel:not(.owl-loaded),
.brands-carousel .owl-stage {
display: flex;
align-items: center; }
.brands-list .brand-item {
margin-bottom: 15px;
text-align: left; }
.brands-list .brand-item a {
padding: 0;
color: #777; }
.brands-list .brand-item a:hover {
color: var(--wd-primary-color); }
[class*="color-scheme-light"] .brands-list .brand-item a {
color: rgba(255, 255, 255, 0.9); }
[class*="color-scheme-light"] .brands-list .brand-item a:hover {
color: #FFF; }
.brands-style-bordered .brand-item {
border-width: 1px;
border-color: rgba(119, 119, 119, 0.2); }
.brands-style-bordered.brands-grid {
overflow: hidden; }
.brands-style-bordered.brands-grid .row {
margin-right: -2px;
margin-bottom: -2px; }
.brands-style-bordered.brands-grid .brand-item {
border-right-style: solid;
border-bottom-style: solid; }
.brands-style-bordered.brands-carousel .brand-item {
border-right-style: solid; }
.brands-style-bordered.brands-carousel .owl-stage-outer,
.brands-style-bordered.brands-carousel .owl-carousel:not(.owl-loaded) {
border: 1px solid rgba(119, 119, 119, 0.2); }
.brands-style-bordered.brands-carousel .owl-stage-outer {
margin-right: 1px;
margin-left: 1px; }
.brands-style-bordered.brands-carousel .owl-item:last-child .brand-item {
border-right-style: none; }
.brands-style-bordered.brands-list .row {
margin-right: -10px;
margin-left: -10px; }
.brands-style-bordered.brands-list .brand-item {
margin-bottom: 10px;
padding-right: 10px;
padding-left: 10px; }
.brands-style-bordered.brands-list .brand-item > a {
padding-bottom: 10px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.brands-style-bordered[data-hide_pagination_control="no"] .owl-carousel:not(.owl-loaded) {
padding-bottom: 0 !important; }
[class*="color-scheme-light"] .brands-style-bordered .brand-item {
border-color: rgba(255, 255, 255, 0.15); }
[class*="color-scheme-light"] .brands-style-bordered.brands-carousel .owl-stage-outer,
[class*="color-scheme-light"] .brands-style-bordered.brands-carousel .owl-carousel:not(.owl-loaded) {
border-color: rgba(255, 255, 255, 0.15); }
[class*="color-scheme-light"] .brands-style-bordered.brands-list .brand-item > a {
border-color: rgba(255, 255, 255, 0.15); }
.brands-hover-simple .brand-item img {
filter: grayscale(100%);
transition: filter .3s ease; }
.brands-hover-simple .brand-item:hover img {
filter: grayscale(0); }
.brands-hover-alt .brand-item img {
opacity: .5;
filter: grayscale(100%);
transition: filter .3s ease,
opacity .3s ease; }
.brands-hover-alt .brand-item:hover img {
opacity: 1;
filter: grayscale(0); }
.brands-widget .brand-item img.wd-lazy-load {
object-fit: contain; }
.add_to_cart_inline ins {
padding: 0;
text-decoration: none; }
.add_to_cart_inline > a {
margin-left: 10px; }
.add_to_cart_inline > a.added {
display: none; }
.add_to_cart_inline > a:after {
border-color: #FFF; }
.track_order {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-end;
margin-left: -5px;
margin-right: -5px; }
.track_order p {
padding-left: 5px;
padding-right: 5px; }
.track_order p:first-child {
flex: 1 1 100%;
max-width: 100%;
width: 100%;
font-size: 110%;
text-align: center;
margin-bottom: 30px; }
.track_order .button {
min-width: 130px; }
.track_order .form-row {
float: none;
width: auto; }
.track_order .form-row-first,
.track_order .form-row-last {
flex: 1 1 auto; }
.track_order .clear {
display: none; }
.wd-sizeguide {
max-width: 800px; }
.wd-sizeguide .responsive-table {
margin-bottom: 0; }
.wd-sizeguide-title {
text-align: center;
text-transform: uppercase;
font-size: 24px; }
.wd-sizeguide-content {
margin-bottom: 30px; }
.wd-sizeguide-content:after {
content: "";
display: block;
clear: both; }
.wd-sizeguide-table tr,
.wd-sizeguide-table td {
transition: all .25s ease; }
.wd-sizeguide-table td {
text-align: center; }
.wd-sizeguide-table tr:first-child {
background-color: #F4F4F4; }
.wd-sizeguide-table tr:first-child td {
border-bottom: none;
color: var(--wd-title-color);
text-transform: uppercase;
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-size: 14px;
font-family: var(--wd-title-font); }
.wd-sizeguide-table tr:first-child td:empty {
padding: 0;
border-color: transparent; }
.wd-sizeguide-table tr:not(:first-child):hover {
background-color: #F8F8F8; }
.wd-sizeguide-table tr:not(:first-child):hover td {
color: #444; }
.wd-sizeguide-table tr:not(:first-child) td:hover {
background-color: rgba(0, 0, 0, 0.06); }
.global-color-scheme-light .wd-sizeguide-table tr:first-child {
background-color: rgba(0, 0, 0, 0.3); }
.global-color-scheme-light .wd-sizeguide-table tr:first-child td {
color: #FFF; }
.global-color-scheme-light .wd-sizeguide-table tr:not(:first-child):hover {
background-color: rgba(0, 0, 0, 0.2); }
.global-color-scheme-light .wd-sizeguide-table tr:not(:first-child):hover td {
color: #FFF; }
.global-color-scheme-light .wd-sizeguide-table tr:not(:first-child) td:hover {
background-color: rgba(0, 0, 0, 0.3); }
.wd-sizeguide-icon > a:before {
content: "\f13f"; }
.wd-product-instagram {
margin-bottom: 35px;
padding-top: 40px;
border-top: 1px solid rgba(119, 119, 119, 0.2); }
.wd-product-instagram .product-instagram-intro {
font-size: 16px; }
.wd-product-instagram .product-instagram-intro span {
color: #333;
font-weight: 600; }
.global-color-scheme-light .wd-product-instagram {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .wd-product-instagram .product-instagram-intro span {
color: #FFF; }
.wd-popup.popup-quick-view {
position: relative;
max-width: 920px;
padding: 0;
overflow: hidden; }
.popup-quick-view .product-image-summary {
min-height: 450px; }
.popup-quick-view .product-images {
overflow: hidden; }
.popup-quick-view .product-images .owl-carousel .product-image-wrap {
padding: 0; }
.popup-quick-view .product-images:hover .view-details-btn {
transform: none; }
.popup-quick-view div.wd-product-brands {
margin-bottom: 15px; }
.popup-quick-view div.wd-product-brands img {
max-width: 65px; }
.popup-quick-view .product-share {
margin-bottom: 0; }
.popup-quick-view .entry-summary {
mask-image: linear-gradient(to top, transparent 5px, #000 40px);
-webkit-mask-image: linear-gradient(to top, transparent 5px, #000 40px); }
.popup-quick-view .wd-scroll-content > a {
margin-bottom: 20px;
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.popup-quick-view .wd-scroll-content > a:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.popup-quick-view .wd-scroll-content > a:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.popup-quick-view .wd-scroll-content > a.added {
display: none; }
.popup-quick-view .wd-scroll-content:after {
content: "";
display: block;
width: 100%;
height: 30px; }
.popup-quick-view .view-details-btn {
position: absolute !important;
right: 15px;
bottom: 0;
left: 15px;
z-index: 15;
transition: all 0.25s ease !important;
transform: translateY(100%);
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
outline: none;
border-width: 0;
border-style: solid;
border-color: transparent;
border-radius: 0;
box-shadow: none;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
letter-spacing: .3px;
font-weight: 600;
cursor: pointer;
transition: color .25s ease, 
background-color .25s ease, 
border-color .25s ease, 
box-shadow .25s ease, 
opacity .25s ease;
padding: 12px 20px;
font-size: 13px;
line-height: 18px;
color: #FFF;
background-color: var(--wd-primary-color); }
.popup-quick-view .view-details-btn:hover {
text-decoration: none; }
.popup-quick-view .view-details-btn:focus {
outline: none; }
.popup-quick-view .view-details-btn:hover {
color: #FFF;
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
.popup-quick-view button.mfp-close {
position: absolute;
top: 0 !important;
background-color: transparent !important;
color: #000; }
.popup-quick-view button.mfp-close:hover {
color: #777; }
[class*="color-scheme-light"] .popup-quick-view .entry-summary .product_meta {
border-color: rgba(255, 255, 255, 0.15); }
[class*="color-scheme-light"] .popup-quick-view .wd-product-brands a {
background-color: transparent !important; }
[class*="color-scheme-light"] .popup-quick-view button.mfp-close {
color: #FFF; }
[class*="color-scheme-light"] .popup-quick-view button.mfp-close:hover {
color: rgba(255, 255, 255, 0.8); }
.quick-view-horizontal .summary-inner {
position: absolute;
top: 0;
right: 15px;
bottom: 0;
left: 15px;
width: auto; }
.quick-view-horizontal .wd-scroll-content {
padding-top: 30px;
padding-right: 45px;
max-height: 100%; }
.quick-view-horizontal .product-images {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center; }
.quick-view-horizontal .product-images > .images {
width: 100%; }
.quick-view-vertical .wd-scroll-content {
position: relative;
padding: 25px 30px 0 25px;
max-height: 400px; }
.quick-view-vertical .wd-scroll-content:after {
height: 25px; }
.popup-added_to_cart {
max-width: 450px;
text-align: center; }
.popup-added_to_cart h3 {
text-transform: uppercase; }
.popup-added_to_cart .btn {
margin: 5px 10px; }
.popup-added_to_cart .view-cart {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.popup-added_to_cart .view-cart:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.popup-added_to_cart .view-cart:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
[class*="color-scheme-light"] .popup-added_to_cart .close-popup {
border-color: rgba(255, 255, 255, 0.5);
color: #FFF; }
[class*="color-scheme-light"] .popup-added_to_cart .close-popup:hover {
border-color: #FFF;
background-color: transparent;
color: #FFF; }
.products-bordered-grid {
margin-right: 0 !important;
margin-left: 0 !important; }
.products-bordered-grid.elements-grid {
align-items: stretch !important;
border-style: solid;
border-left-width: 1px;
border-color: rgba(119, 119, 119, 0.2); }
.products-bordered-grid.elements-grid:not(.elements-list) [class*="-grid-item"] {
margin-bottom: 0 !important;
border-style: solid;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: inherit; }
.products-bordered-grid.wd-spacing-2 [class*="-grid-item"] {
padding-top: 1px;
padding-bottom: 1px; }
.products-bordered-grid.wd-spacing-6 [class*="-grid-item"] {
padding-top: 3px;
padding-bottom: 3px; }
.products-bordered-grid.wd-spacing-10 [class*="-grid-item"] {
padding-top: 5px;
padding-bottom: 5px; }
.products-bordered-grid.wd-spacing-20 [class*="-grid-item"] {
padding-top: 10px;
padding-bottom: 10px; }
.products-bordered-grid.wd-spacing-30 [class*="-grid-item"] {
padding-top: 15px;
padding-bottom: 15px; }
.products-bordered-grid.elements-list {
padding-top: 30px;
border-width: 1px; }
.products-bordered-grid div.owl-item {
padding-right: 0;
padding-left: 0; }
.products-bordered-grid .owl-item,
.products-bordered-grid .owl-stage {
display: flex;
align-items: stretch;
flex-direction: row;
border-color: inherit; }
.products-bordered-grid .owl-carousel-item {
width: 100%;
border-width: 1px;
border-right-style: solid;
border-color: inherit; }
.products-bordered-grid .owl-stage-outer,
.products-bordered-grid div.owl-carousel:not(.owl-loaded) {
padding: 0 !important;
border-style: solid;
border-color: rgba(119, 119, 119, 0.2); }
.products-bordered-grid .owl-stage-outer {
margin-right: 1px;
margin-left: 1px;
border-width: 1px; }
.products-bordered-grid .owl-carousel:not(.owl-loaded) {
border-top-width: 1px;
border-bottom-width: 1px; }
.products-bordered-grid .owl-carousel:not(.owl-loaded) .owl-carousel-item:first-child {
border-left-style: solid; }
.products-bordered-grid .owl-item:last-child .owl-carousel-item {
border-right-style: none; }
.products-bordered-grid.wd-carousel-spacing-2 .owl-carousel-item {
padding: 1px; }
.products-bordered-grid.wd-carousel-spacing-6 .owl-carousel-item {
padding: 3px; }
.products-bordered-grid.wd-carousel-spacing-10 .owl-carousel-item {
padding: 5px; }
.products-bordered-grid.wd-carousel-spacing-20 .owl-carousel-item {
padding: 10px; }
.products-bordered-grid.wd-carousel-spacing-30 .owl-carousel-item {
padding: 15px; }
.products-bordered-grid .owl-nav > div[class*="prev"] {
left: -50px !important; }
.products-bordered-grid .owl-nav > div[class*="next"] {
right: -50px !important; }
[class*="color-scheme-light"] .products-bordered-grid.elements-grid,
[class*="color-scheme-light"] .products-bordered-grid .owl-stage-outer,
[class*="color-scheme-light"] .products-bordered-grid .owl-carousel:not(.owl-loaded) {
border-color: rgba(255, 255, 255, 0.15); }
.wpb-js-composer .products-bordered-grid:not(.pagination-arrows) + .products-footer {
margin-top: 25px; }
.woocommerce-store-notice {
display: flex;
align-items: center;
justify-content: center;
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 351;
margin: 0;
padding: 12px 60px;
color: #FFF;
text-align: center;
font-weight: 600;
min-height: 55px;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
background-color: var(--wd-primary-color); }
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
background-color: rgba(0, 0, 0, 0.1);
color: #FFF;
font-size: 0;
transition: background-color .25s ease; }
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:after {
font-weight: 600;
font-size: 14px;
content: "\f112";
font-family: "woodmart-font"; }
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover {
background-color: rgba(0, 0, 0, 0.2); }
.wd-sticky-btn {
position: fixed;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 340;
padding-top: 10px;
padding-bottom: 10px;
background-color: #FFF;
box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
transition: transform .25s ease;
transform: translate3d(0, 100%, 0); }
.wd-sticky-btn .wd-sticky-btn-container {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between; }
.wd-sticky-btn .wd-sticky-btn-content {
display: flex;
flex: 1 1 auto;
align-items: center;
flex-direction: row;
margin-right: 15px; }
.wd-sticky-btn .wd-sticky-btn-thumbnail {
flex: 0 0 auto;
overflow: hidden;
margin-right: 10px; }
.wd-sticky-btn .wd-sticky-btn-thumbnail img {
min-width: 65px;
max-width: 65px; }
.wd-sticky-btn .wd-sticky-btn-info {
flex: 1 1 auto; }
.wd-sticky-btn .woocommerce-price-suffix {
display: block; }
.wd-sticky-btn .wd-entities-title {
margin-bottom: 0;
font-size: 14px; }
.wd-sticky-btn .star-rating {
margin-top: 5px; }
.wd-sticky-btn .price {
margin-right: 15px;
text-align: right;
font-size: 16px; }
.wd-sticky-btn .wd-sticky-btn-cart {
display: flex;
align-items: center;
flex-direction: row; }
.wd-sticky-btn .cart {
display: flex;
flex: 0 0 auto;
align-items: center;
flex-direction: row;
flex-wrap: wrap; }
.wd-sticky-btn .cart:not(:last-child) {
margin-right: 10px; }
.wd-sticky-btn div.quantity {
margin-right: 10px; }
.wd-sticky-btn p.stock {
margin-bottom: 0;
margin-right: 15px; }
.wd-sticky-btn .wd-action-btn.wd-style-icon > a {
height: 40px; }
.global-color-scheme-light .wd-sticky-btn {
background-color: #101010; }
.wd-sticky-add-to-cart {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.wd-sticky-add-to-cart:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.wd-sticky-add-to-cart:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.wd-sticky-btn-shown.wd-sticky-btn {
transform: translate3d(0, 0, 0); }
.wd-sticky-btn-shown.scrollToTop {
bottom: 105px; }
.wd-social-login {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px; }
.social-login-btn {
flex: 1 1 200px;
padding-right: 5px;
padding-left: 5px; }
.social-login-btn:not(:last-child) {
margin-bottom: 15px; }
.social-login-btn .btn {
display: block;
color: #FFF;
border-radius: var(--btn-shop-brd-radius); }
.social-login-btn .btn:before {
position: absolute;
top: 50%;
font-weight: 400;
transform: translateY(-50%);
font-family: "woodmart-font"; }
.social-login-btn .btn:hover {
color: #FFF;
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.15); }
.social-login-btn .login-vk-link {
background-color: #597DA3; }
.social-login-btn .login-vk-link:before {
left: calc(10px + (var(--btn-shop-brd-radius) / 4));
font-size: 22px;
content: "\f168"; }
.social-login-btn .login-fb-link {
background-color: #3B5998; }
.social-login-btn .login-fb-link:before {
left: calc(9px + (var(--btn-shop-brd-radius) / 4));
font-size: 28px;
content: "\f174"; }
.social-login-btn .login-goo-link {
background-color: #4285F4; }
.social-login-btn .login-goo-link:before {
content: '';
left: calc(8px + (var(--btn-shop-brd-radius) / 4));
width: 26px;
height: 26px;
border-radius: 2px;
background: no-repeat center/16px url(//nulis.com.br/wp-content/themes/woodmart/inc/admin/assets/images/google-btn-icon.svg) #fff; }
.filters-area {
position: relative;
top: -10px;
display: none;
margin-bottom: 30px;
padding-top: 30px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: rgba(119, 119, 119, 0.2); }
.filters-area.custom-content {
padding-bottom: 30px; }
.filters-area .filters-inner-area {
opacity: 0;
transition: opacity .25s ease; }
.filters-area.filters-opened .filters-inner-area {
opacity: 1;
transition: opacity .25s ease-in-out; }
.body-filters-opened .filters-area, .filters-area.always-open {
display: block; }
.body-filters-opened .filters-area .filters-inner-area, .filters-area.always-open .filters-inner-area {
opacity: 1; }
.global-color-scheme-light .filters-area {
border-color: rgba(255, 255, 255, 0.15); }
.filters-inner-area > .col-12 > p {
display: none; }
.wd-filter-icon > a:before {
font-size: 24px;
content: "\f15c"; }
.filter-widget {
padding-bottom: 0;
border-bottom: none; }
.filter-widget:last-child {
margin-bottom: 30px; }
.wd-nav-product-cat {
flex: 1 1 100%;
margin-right: -15px;
margin-left: -15px; }
.wd-nav-product-cat > li > a {
padding: 15px;
font-size: 14px; }
.wd-nav-product-cat .nav-link-count {
display: block;
margin-top: 5px;
color: #a5a5a5;
text-transform: capitalize;
font-weight: 400;
font-size: 14px; }
.wd-nav-product-cat .wd-sub-menu {
--sub-menu-color: var(--nav-color);
--sub-menu-color-hover: var(--nav-color-hover); }
.wd-nav-product-cat .wd-sub-menu li a {
padding-top: 10px;
padding-bottom: 10px;
font-weight: 600; }
.wd-nav-product-cat.has-product-count .wd-nav-img, .wd-nav-product-cat.has-product-count .mega-menu-list img, .mega-menu-list .wd-nav-product-cat.has-product-count img {
margin-right: 10px;
max-height: 40px; }
.wd-nav-product-cat.has-product-count picture.wd-nav-img img {
max-height: 40px; }
.wd-nav-product-cat .shop-all-link {
display: none; }
.wd-nav-product-cat .shop-all-link a:before {
margin-right: 10px;
font-weight: 400;
font-size: 40px;
line-height: 1;
content: "\f122";
font-family: "woodmart-font"; }
.title-design-centered .wd-nav-product-cat {
justify-content: center; }
.color-scheme-light .wd-nav-product-cat .nav-link-count {
color: rgba(255, 255, 255, 0.6); }
.hasno-product-count .shop-all-link a:before {
font-size: 16px; }
.hasno-product-count .shop-all-link .nav-link-count {
display: none; }
.wd-btn-show-cat {
display: none; }
.content-without-products.ajax-loading .wd-sticky-loader .wd-loader {
top: 140px; }
.term-description,
.page-description {
margin-bottom: 25px; }
.description-area-after .term-description, .description-area-after
.page-description {
margin-top: 25px; }
.shop-content-area > .woocommerce-notices-wrapper {
margin-bottom: 30px; }
.wd-active-filters {
margin-top: -15px;
margin-bottom: 15px;
min-height: 1px; }
.wd-active-filters .wd-clear-filters {
margin-bottom: 5px;
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid rgba(119, 119, 119, 0.2); }
.wd-active-filters .wd-clear-filters.wd-style-text > a {
font-size: 13px; }
[class*="color-scheme-light"] .wd-active-filters .wd-clear-filters {
border-color: rgba(255, 255, 255, 0.15); }
.wd-active-filters .widget_layered_nav_filters {
display: inline-block;
vertical-align: middle;
font-size: 0;
line-height: 1; }
.wd-active-filters .widget_layered_nav_filters li {
display: inline-block;
margin-bottom: 5px;
margin-right: 15px; }
.wd-active-filters .widget_layered_nav_filters a {
font-size: 13px; }
.shop-loop-head {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 20px;
max-width: 100%;
width: 100%; }
.wd-shop-tools {
display: flex;
align-items: center;
flex-wrap: wrap; }
.wd-shop-tools > * {
margin-bottom: 10px;
margin-right: 30px;
vertical-align: middle; }
.wd-shop-tools > *:last-child {
margin-right: 0; }
.woocommerce-result-count {
display: none;
font-size: 14px; }
.woocommerce-ordering {
margin-top: 5px; }
.woocommerce-ordering select {
padding-bottom: 5px;
padding-left: 2px;
padding-right: 20px;
max-width: 200px;
height: auto;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-radius: 0;
background-position: right 0 top 50%;
color: #2d2a2a;
font-weight: 600;
font-size: 14px;
line-height: 18px;
cursor: pointer; }
.woocommerce-ordering select:focus {
border-color: var(--wd-primary-color); }
.global-color-scheme-light .woocommerce-ordering select {
color: #FFF; }
.global-color-scheme-light .woocommerce-ordering:after {
color: rgba(255, 255, 255, 0.6); }
.wd-products-per-page {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
color: #8E8E8E;
font-size: 14px; }
.wd-products-per-page .per-page-title {
display: inline-block;
margin-bottom: 0;
margin-right: 0;
color: #2d2a2a;
vertical-align: middle;
font-weight: 600; }
.wd-products-per-page .per-page-title:after {
content: ' :'; }
.wd-products-per-page .per-page-variation {
display: inline-block;
padding: 0 7px;
color: #8E8E8E;
vertical-align: middle; }
.wd-products-per-page .per-page-variation:hover {
color: #2d2a2a; }
.wd-products-per-page .per-page-variation.current-variation {
color: #2d2a2a;
font-weight: 600; }
.wd-products-per-page .per-page-border {
display: inline-block;
vertical-align: middle; }
.wd-products-per-page .per-page-border:after {
content: "/"; }
.wd-products-per-page .per-page-border:last-child {
display: none; }
.global-color-scheme-light .wd-products-per-page {
color: rgba(255, 255, 255, 0.6); }
.global-color-scheme-light .wd-products-per-page .per-page-title {
color: #FFF; }
.global-color-scheme-light .wd-products-per-page .per-page-variation {
color: rgba(255, 255, 255, 0.6); }
.global-color-scheme-light .wd-products-per-page .per-page-variation:hover {
color: #FFF; }
.global-color-scheme-light .wd-products-per-page .per-page-variation.current-variation {
color: #FFF; }
.wd-products-shop-view {
display: inline-flex;
align-items: center;
flex-wrap: wrap; }
.wd-products-shop-view .shop-view {
display: inline-flex;
margin-right: 12px;
vertical-align: middle;
opacity: .3; }
.wd-products-shop-view .shop-view svg {
width: 19px !important;
height: 19px !important; }
.wd-products-shop-view .shop-view:hover {
opacity: .7; }
.wd-products-shop-view .shop-view:focus {
opacity: .9; }
.wd-products-shop-view .shop-view.current-variation {
opacity: .9;
cursor: default; }
.wd-products-shop-view .shop-view:last-child {
margin-right: 0; }
.wd-products-shop-view .per-row-5 svg {
width: 24px !important; }
.wd-products-shop-view .per-row-6 svg {
width: 23px !important; }
.wd-products-shop-view .per-row-list svg {
width: 18px !important;
height: 18px !important; }
.global-color-scheme-light .wd-products-shop-view svg {
fill: #FFF; }
.wd-show-sidebar-btn {
display: none; }
.search-no-results.woocommerce .woocommerce-info {
margin-bottom: 30px; }
.wd-checkout-steps {
margin-bottom: 0; }
.wd-checkout-steps li {
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
color: var(--wd-title-color);
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-size: 22px;
font-family: var(--wd-title-font);
line-height: 1.2;
text-transform: uppercase; }
.wd-checkout-steps li a {
display: inline-block;
color: inherit;
opacity: .7; }
.wd-checkout-steps li a:hover {
color: inherit;
opacity: 1; }
.wd-checkout-steps li > span {
opacity: .7; }
.wd-checkout-steps li span {
position: relative;
display: block; }
.wd-checkout-steps li:after {
margin: 0 15px;
font-weight: 700;
font-size: 85%;
opacity: .7;
content: "\f120";
font-family: "woodmart-font"; }
.wd-checkout-steps li:last-child:after {
content: none; }
.wd-checkout-steps .step-active a,
.wd-checkout-steps .step-active > span {
opacity: 1; }
form.checkout > .woocommerce-NoticeGroup,
.woocommerce-NoticeGroup-checkout {
flex-basis: 100%;
padding-right: 15px;
padding-left: 15px;
max-width: 100%;
width: 100%; }
.woocommerce-checkout .woocommerce [role="alert"] {
margin-bottom: 30px; }
.woocommerce-form-coupon-toggle > .woocommerce-info, .woocommerce-form-login-toggle > .woocommerce-info {
display: block;
margin-bottom: 25px !important;
padding: 0;
min-height: 0;
background-color: transparent;
color: #2d2a2a;
font-weight: 600;
font-size: 14px; }
.woocommerce-form-coupon-toggle > .woocommerce-info:before, .woocommerce-form-login-toggle > .woocommerce-info:before {
content: none; }
.woocommerce-form-coupon-toggle > .woocommerce-info .showcoupon, .woocommerce-form-coupon-toggle > .woocommerce-info .showlogin, .woocommerce-form-login-toggle > .woocommerce-info .showcoupon, .woocommerce-form-login-toggle > .woocommerce-info .showlogin {
margin-left: 5px;
color: var(--wd-primary-color); }
.global-color-scheme-light .woocommerce-form-coupon-toggle > .woocommerce-info, .global-color-scheme-light .woocommerce-form-login-toggle > .woocommerce-info {
color: #FFF; }
.login.hidden-form {
position: relative;
margin-bottom: 30px;
padding: 30px;
max-width: 470px;
border: 3px solid #EFEFEF; }
.login.hidden-form p {
margin-bottom: 15px; }
.global-color-scheme-light .login.hidden-form {
border-color: rgba(255, 255, 255, 0.25); }
.checkout_coupon {
margin-bottom: 30px;
padding: 30px 25px 10px;
max-width: 450px;
border: 2px dashed #DDD;
text-align: center; }
.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
display: inline-block;
float: none;
width: auto;
vertical-align: top; }
.checkout_coupon .input-text {
min-width: 220px; }
.checkout_coupon .button {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.checkout_coupon .button:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.checkout_coupon .button:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.global-color-scheme-light .checkout_coupon {
border-color: rgba(255, 255, 255, 0.25); }
.woocommerce-billing-fields {
margin-top: 30px;
margin-bottom: 20px; }
.woocommerce-billing-fields:after {
content: "";
display: block;
clear: both; }
.woocommerce-billing-fields > h3 {
text-transform: uppercase; }
.woocommerce-billing-fields abbr {
border: none; }
.woocommerce-additional-fields > h3 {
text-transform: uppercase;
font-size: 22px; }
.woocommerce-account-fields {
margin-bottom: 20px; }
div.create-account {
padding: 30px;
border: 3px solid #EFEFEF; }
.global-color-scheme-light div.create-account {
border-color: rgba(255, 255, 255, 0.25); }
#ship-to-different-address {
font-size: unset;
font-family: unset; }
.woocommerce-invalid input:not(:focus),
.woocommerce-invalid .select2-container--default .select2-selection--single {
border-color: #CA1919; }
#order_review_heading {
text-align: center;
text-transform: uppercase; }
.checkout-order-review,
.woocommerce-order-pay .entry-content > .woocommerce {
position: relative;
margin-bottom: 40px;
padding: 30px;
background-color: #F8F8F8; }
.checkout-order-review:before, .checkout-order-review:after,
.woocommerce-order-pay .entry-content > .woocommerce:before,
.woocommerce-order-pay .entry-content > .woocommerce:after {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 10px;
background-color: transparent;
background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #f8f8f8 0);
background-size: 15px 15px; }
.checkout-order-review:before,
.woocommerce-order-pay .entry-content > .woocommerce:before {
top: -10px;
background-position: -3px -5px, 0 0; }
.checkout-order-review:after,
.woocommerce-order-pay .entry-content > .woocommerce:after {
bottom: -10px;
background-position: -3px 2px, 0 0; }
.global-color-scheme-light .checkout-order-review,
.global-color-scheme-light.woocommerce-order-pay .entry-content > .woocommerce {
background-color: #101010; }
.global-color-scheme-light .checkout-order-review:before, .global-color-scheme-light .checkout-order-review:after,
.global-color-scheme-light.woocommerce-order-pay .entry-content > .woocommerce:before,
.global-color-scheme-light.woocommerce-order-pay .entry-content > .woocommerce:after {
background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #101010 0); }
.wd-table-wrapper {
overflow-x: auto;
margin-bottom: 20px;
padding: 5px 15px;
background-color: #FFF;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }
.wd-table-wrapper table {
margin-bottom: 0; }
.global-color-scheme-light .wd-table-wrapper {
background-color: rgba(0, 0, 0, 0.3); }
.payment_methods {
--li-mb: 15px; }
.payment_methods li img {
margin-right: 5px;
margin-left: 5px;
max-height: 40px; }
.payment_methods li > label {
display: inline;
margin-bottom: 0; }
.payment_methods .payment_box {
position: relative;
margin-top: 15px;
padding: 15px;
background-color: #FFF;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }
.payment_methods .payment_box p {
margin-bottom: 10px; }
.payment_methods .payment_box p:last-child {
margin-bottom: 0; }
.payment_methods .payment_box:before {
position: absolute;
top: -4px;
left: 25px;
color: #FFF;
font-size: 32px;
line-height: 0;
content: "\f151";
font-family: "woodmart-font"; }
.payment_methods .payment_method_paypal img {
margin-left: 10px; }
.payment_methods .payment_method_paypal a {
margin-left: 15px;
text-decoration: underline; }
.global-color-scheme-light .payment_methods .payment_box {
background-color: rgba(0, 0, 0, 0.3); }
.global-color-scheme-light .payment_methods .payment_box:before {
color: rgba(0, 0, 0, 0.3); }
.woocommerce-terms-and-conditions {
margin-bottom: 20px;
padding: 20px;
background-color: #FFF;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }
.global-color-scheme-light .woocommerce-terms-and-conditions {
background-color: rgba(0, 0, 0, 0.3); }
.woocommerce-terms-and-conditions-wrapper {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid rgba(119, 119, 119, 0.2); }
.woocommerce-terms-and-conditions-wrapper a {
font-weight: 600; }
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
margin-bottom: 20px; }
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text:not(:last-child) {
padding-bottom: 20px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.global-color-scheme-light .woocommerce-terms-and-conditions-wrapper {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
border-color: rgba(255, 255, 255, 0.15); }
.woocommerce-privacy-policy-text {
margin-bottom: 20px; }
.woocommerce-privacy-policy-text:empty {
display: none; }
.woocommerce-privacy-policy-text a {
font-weight: 600; }
.woocommerce-privacy-policy-text p:last-child {
margin-bottom: 0; }
#place_order {
width: 100%;
padding: 14px 28px;
font-size: 14px;
line-height: 20px;
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
#place_order:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
#place_order:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.woocommerce-order-pay .entry-content > .woocommerce {
margin: 0 auto;
max-width: 600px; }
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
max-width: 50%;
width: 50%; }
.woocommerce-checkout-review-order-table tfoot tr:last-child th, .woocommerce-checkout-review-order-table tfoot tr:last-child td {
border-bottom: none; }
#shipping_method {
margin-bottom: 0; }
#shipping_method input.shipping_method {
position: relative;
top: 4px;
float: right;
margin-right: 0;
margin-left: 7px; }
#shipping_method label {
margin-bottom: 0; }
.cart-totals-inner {
padding: 25px;
border: 3px solid #EFEFEF; }
.cart-totals-inner h2 {
margin-bottom: 5px;
padding-left: 6px;
text-transform: uppercase;
font-size: 22px; }
.cart-totals-inner table {
margin-bottom: 10px; }
.cart-totals-inner table tr:last-child th,
.cart-totals-inner table tr:last-child td {
border-bottom: none; }
.cart-totals-inner table .cart-subtotal .amount {
color: #777;
font-weight: 400; }
.cart-totals-inner .woocommerce-shipping-destination {
margin-top: 10px;
margin-bottom: 10px; }
.cart-totals-inner .woocommerce-shipping-calculator {
margin-top: 10px; }
.cart-totals-inner .woocommerce-shipping-calculator > p {
margin-bottom: 0; }
.cart-totals-inner .shipping-calculator-form {
margin-top: 20px; }
.cart-totals-inner .shipping-calculator-form .button {
padding: 10px 14px;
font-size: 12px;
line-height: 16px;
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); }
.cart-totals-inner .shipping-calculator-form .button:hover {
color: var(--btn-default-color-hover);
box-shadow: var(--btn-default-box-shadow-hover);
background-color: var(--btn-default-bgcolor-hover); }
.cart-totals-inner .shipping-calculator-form .button:active {
box-shadow: var(--btn-default-box-shadow-active);
bottom: var(--btn-default-bottom-active); }
.cart-totals-inner .shipping-calculator-button {
font-weight: 600;
color: var(--wd-primary-color); }
.cart-totals-inner .checkout-button {
padding-top: 13px;
padding-bottom: 13px;
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor);
width: 100%; }
.cart-totals-inner .checkout-button:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.cart-totals-inner .checkout-button:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.global-color-scheme-light .cart-totals-inner {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .cart-totals-inner .shipping-calculator-button {
color: var(--wd-primary-color); }
.global-color-scheme-light .cart-totals-inner table .cart-subtotal .amount {
color: rgba(255, 255, 255, 0.8); }
.cart-actions .button[name="update_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); }
.cart-actions .button[name="update_cart"]:hover {
color: var(--btn-default-color-hover);
box-shadow: var(--btn-default-box-shadow-hover);
background-color: var(--btn-default-bgcolor-hover); }
.cart-actions .button[name="update_cart"]:active {
box-shadow: var(--btn-default-box-shadow-active);
bottom: var(--btn-default-bottom-active); }
.cart-actions .coupon {
display: flex;
align-items: center;
flex-direction: row; }
.cart-actions .coupon label {
display: none; }
.cart-actions .coupon .input-text {
margin-right: 10px;
max-width: 230px; }
.cart-actions .button[name="apply_coupon"] {
flex: 0 0 auto;
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.cart-actions .button[name="apply_coupon"]:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.cart-actions .button[name="apply_coupon"]:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.cross-sells {
margin-top: 70px; }
.cross-sells > h2 {
text-transform: uppercase;
font-size: 22px; }
.woocommerce-cart .woocommerce-notices-wrapper [role="alert"] {
margin-bottom: 30px; }
.woocommerce-cart .row > .woocommerce-notices-wrapper {
margin-right: 15px;
margin-left: 15px;
max-width: 100%;
width: 100%; }
.wd-registration-page {
margin-right: auto;
margin-left: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1000px; }
.wd-registration-page.wd-no-registration {
max-width: 450px; }
#customer_login {
margin-right: -40px;
margin-left: -40px; }
#customer_login > .col-md-6 {
padding: 25px 40px; }
#customer_login > div:not(:first-child):last-child {
border-left: 1px solid rgba(119, 119, 119, 0.2); }
.global-color-scheme-light #customer_login > div:not(:first-child):last-child {
border-color: rgba(255, 255, 255, 0.15); }
.wd-login-title {
text-transform: uppercase;
font-size: 22px; }
.col-register-text {
text-align: center; }
.wd-switch-to-register {
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); }
.wd-switch-to-register:hover {
color: var(--btn-default-color-hover);
box-shadow: var(--btn-default-box-shadow-hover);
background-color: var(--btn-default-bgcolor-hover); }
.wd-switch-to-register:active {
box-shadow: var(--btn-default-box-shadow-active);
bottom: var(--btn-default-bottom-active); }
.registration-info,
.login-info {
margin-bottom: 20px; }
.wd-register-tabs .col-register,
.wd-register-tabs .col-login {
animation: wd-fadeIn .7s ease; }
.wd-register-tabs .col-register {
display: none; }
.active-register .col-register {
display: block; }
.active-register .col-login {
display: none; }
.with-login-reg-info .registration-info,
.with-login-reg-info .login-info {
animation: wd-fadeIn .7s ease; }
.with-login-reg-info .login-info {
display: none; }
.with-login-reg-info.active-register .registration-info {
display: none; }
.with-login-reg-info.active-register .login-info {
display: block; }
.login:not(.hidden-form) {
display: block !important; }
.login-form-footer {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: -10px; }
.login-form-footer .lost_password,
.login-form-footer .woocommerce-form-login__rememberme {
margin-bottom: 10px;
font-weight: 400;
font-size: 14px; }
.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; }
.global-color-scheme-light .login-form-footer .lost_password {
color: rgba(255, 255, 255, 0.8); }
.global-color-scheme-light .login-form-footer .lost_password:hover {
color: #FFF;
opacity: 1; }
.register .button,
.login .button,
.lost_reset_password .button {
width: 100%;
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.register .button:hover,
.login .button:hover,
.lost_reset_password .button:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.register .button:active,
.login .button:active,
.lost_reset_password .button:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.wd-login-divider {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30px;
margin-bottom: 30px;
text-transform: uppercase; }
.wd-login-divider span {
margin-right: 20px;
margin-left: 20px; }
.wd-login-divider:after, .wd-login-divider:before {
content: "";
flex: 1 0 0;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
[class*="color-scheme-light"] .wd-login-divider:after, [class*="color-scheme-light"] .wd-login-divider:before {
border-color: rgba(255, 255, 255, 0.15); }
.social-login-title {
margin-top: 20px;
margin-bottom: 20px; }
.register-or {
display: none; }
.register > p {
position: relative; }
#reg_password:focus + .woocommerce-password-strength + .woocommerce-password-hint {
visibility: visible;
opacity: 1; }
.woocommerce-password-hint {
position: absolute;
right: 0;
bottom: 100%;
visibility: hidden;
margin-bottom: -10px;
padding: 20px;
max-width: 300px;
width: 100%;
background: #FFF;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
opacity: 0;
transition: opacity .5s, visibility .5s; }
.woocommerce-password-hint:after {
position: absolute;
top: 100%;
left: 30px;
color: #FFF;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
font-size: 26px;
line-height: 7px;
content: "\f150";
font-family: "woodmart-font"; }
.global-color-scheme-light .woocommerce-password-hint {
background-color: #101010; }
.global-color-scheme-light .woocommerce-password-hint:after {
color: #101010; }
.woocommerce-password-strength {
margin-top: 20px;
margin-bottom: -10px;
padding: 10px 20px; }
.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
background-color: #E0B252;
color: #FFF; }
.woocommerce-password-strength.strong, .woocommerce-password-strength.good {
background: #459647;
color: #FFF;
font-weight: 700; }
.woocommerce-password-strength:empty {
display: none;
margin: 0;
padding: 0; }
.lost_reset_password {
margin-right: auto;
margin-left: auto;
padding-top: 40px;
padding-bottom: 40px;
max-width: 470px; }
.lost_reset_password .form-row-first {
padding-top: 20px;
border-top: 1px solid rgba(119, 119, 119, 0.2); }
.lost_reset_password p {
width: 100%;
font-size: 110%; }
.global-color-scheme-light .lost_reset_password .form-row-first {
border-color: rgba(255, 255, 255, 0.15); }
.woocommerce-lost-password .site-content .woocommerce > p {
margin-right: auto;
margin-left: auto;
max-width: 470px;
text-align: center;
font-size: 110%; }
.woocommerce-lost-password .site-content .woocommerce > p:before {
display: block;
margin-bottom: 10px;
color: rgba(135, 135, 135, 0.15);
font-weight: 400;
font-size: 180px;
line-height: 180px;
content: "\f125";
font-family: "woodmart-font"; }
.woocommerce-my-account-wrapper {
margin-left: -30px;
margin-right: -30px;
display: flex;
flex-direction: row;
align-items: stretch; }
.woocommerce-MyAccount-content,
.wd-my-account-sidebar {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 10px;
padding-top: 10px; }
.wd-my-account-sidebar {
flex: 1 0 25%;
max-width: 25%;
width: 25%;
border-right: 1px solid rgba(119, 119, 119, 0.2); }
.wd-my-account-sidebar .sidebar-container {
margin-bottom: 30px;
padding-top: 30px;
border-top: 1px solid rgba(119, 119, 119, 0.2); }
.global-color-scheme-light .wd-my-account-sidebar {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .wd-my-account-sidebar .sidebar-container {
border-color: rgba(255, 255, 255, 0.15); }
.woocommerce-MyAccount-content {
flex: 1 0 75%;
max-width: 75%;
width: 75%; }
.woocommerce-MyAccount-content > h2,
.woocommerce-MyAccount-content header > h2 {
text-transform: uppercase;
font-size: 22px; }
.woocommerce-MyAccount-content > p {
font-size: 110%; }
.woocommerce-MyAccount-content > p:not(.woocommerce-Message):first-child {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.woocommerce-MyAccount-content > p:not(.woocommerce-Message):first-child strong {
color: #2d2a2a; }
.woocommerce-MyAccount-content > p:not(.woocommerce-Message):first-child mark {
color: #FFF;
background-color: var(--wd-primary-color); }
.woocommerce-MyAccount-content > .button {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.woocommerce-MyAccount-content > .button:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.woocommerce-MyAccount-content > .button:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.woocommerce-MyAccount-content > .col-1 {
max-width: 100%;
padding: 0; }
.global-color-scheme-light .woocommerce-MyAccount-content > p:not(.woocommerce-Message):first-child {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .woocommerce-MyAccount-content > p:not(.woocommerce-Message):first-child strong {
color: #FFF; }
.order-info mark {
color: #FFF;
background-color: var(--wd-primary-color); }
.woocommerce-EditAccountForm fieldset {
margin-top: 40px; }
.woocommerce-MyAccount-title {
font-size: 18px;
padding-left: 15px;
padding-right: 10px;
padding-bottom: 10px;
margin-bottom: 15px;
text-transform: uppercase;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.global-color-scheme-light .woocommerce-MyAccount-title {
border-color: rgba(255, 255, 255, 0.15); }
.woocommerce-MyAccount-navigation {
margin-bottom: 30px; }
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 10px 15px;
color: rgba(0, 0, 0, 0.9);
line-height: 20px;
text-transform: none;
font-size: 14px;
font-weight: 600; }
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus {
color: rgba(0, 0, 0, 0.9);
background-color: #f8f8f8;
text-decoration: none; }
.woocommerce-MyAccount-navigation ul li.is-active > a {
color: rgba(0, 0, 0, 0.9);
background-color: rgba(136, 136, 136, 0.12);
cursor: default; }
.woocommerce-MyAccount-navigation ul li:last-child {
border-bottom: none; }
.global-color-scheme-light .woocommerce-MyAccount-navigation ul li a {
color: #FFF; }
.global-color-scheme-light .woocommerce-MyAccount-navigation ul li a:hover, .global-color-scheme-light .woocommerce-MyAccount-navigation ul li a:focus {
color: #FFF;
background-color: rgba(0, 0, 0, 0.3); }
.global-color-scheme-light .woocommerce-MyAccount-navigation ul li.is-active > a {
color: #FFF;
background-color: rgba(0, 0, 0, 0.3); }
.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
padding-bottom: 5px; }
.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions > a {
margin-bottom: 10px; }
.order-again {
margin-bottom: 30px; }
.order-again .button {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.order-again .button:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.order-again .button:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.wd-my-account-links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 30px;
margin-left: -10px;
margin-right: -10px; }
.wd-my-account-links > div {
flex: 1 1 33%;
max-width: 33%;
width: 33%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px; }
.wd-my-account-links a {
display: block;
padding: 20px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
font-size: 14px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
color: #3f3f3f; }
.wd-my-account-links a:before {
content: "\f140";
font-family: "woodmart-font";
display: block;
color: #d0d0d0;
margin-bottom: 10px;
font-size: 50px;
font-weight: 400;
line-height: 50px;
transition: color .25s ease; }
.wd-my-account-links a:hover {
color: #3f3f3f;
background-color: rgba(0, 0, 0, 0.03); }
.wd-my-account-links a:hover:before {
color: var(--wd-primary-color); }
.wd-my-account-links .dashboard-link {
display: none; }
.wd-my-account-links .wishlist-link a:before {
content: "\f134";
font-family: "woodmart-font"; }
.wd-my-account-links .edit-account-link a:before {
content: "\f135";
font-family: "woodmart-font"; }
.wd-my-account-links .orders-link a:before {
content: "\f138";
font-family: "woodmart-font"; }
.wd-my-account-links .downloads-link a:before {
content: "\f136";
font-family: "woodmart-font"; }
.wd-my-account-links .payment-methods-link a:before {
content: "\f142";
font-family: "woodmart-font"; }
.wd-my-account-links .edit-address-link a:before {
content: "\f139";
font-family: "woodmart-font"; }
.wd-my-account-links .customer-logout-link a:before {
content: "\f137";
font-family: "woodmart-font"; }
.global-color-scheme-light .wd-my-account-links a {
background-color: rgba(0, 0, 0, 0.3);
color: rgba(255, 255, 255, 0.9); }
.global-color-scheme-light .wd-my-account-links a:before {
color: rgba(255, 255, 255, 0.3); }
.global-color-scheme-light .wd-my-account-links a:hover {
background-color: rgba(0, 0, 0, 0.3); }
.woocommerce-pagination .button {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.woocommerce-pagination .button:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.woocommerce-pagination .button:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.woocommerce-MyAccount-downloads-file {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.woocommerce-MyAccount-downloads-file:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.woocommerce-MyAccount-downloads-file:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.account-payment-methods-table .button {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.account-payment-methods-table .button:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.account-payment-methods-table .button:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
header.title {
margin-bottom: 10px; }
header.title > h3 {
text-transform: uppercase;
font-size: 22px; }
.woocommerce-Address-title .edit,
.woocommerce-Address-title > h3 {
display: inline-block;
margin-bottom: 5px;
vertical-align: middle; }
.woocommerce-Address-title .edit {
padding-right: 5px;
padding-left: 5px;
color: #3f3f3f;
font-weight: 600;
font-size: 12px; }
.woocommerce-Address-title .edit:hover {
color: var(--wd-primary-color); }
.global-color-scheme-light .woocommerce-Address-title .edit {
color: rgba(255, 255, 255, 0.9); }
.global-color-scheme-light .woocommerce-Address-title .edit:hover {
color: #FFF; }
.woocommerce-column__title {
text-transform: uppercase;
font-size: 22px; }
.woocommerce-form__label {
cursor: pointer; }
button[name="save_account_details"],
button[name="save_address"],
button[name="track"] {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
button[name="save_account_details"]:hover,
button[name="save_address"]:hover,
button[name="track"]:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
button[name="save_account_details"]:active,
button[name="save_address"]:active,
button[name="track"]:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.woocommerce-order-pay .shop_table tfoot tr:last-child th {
font-size: 24px; }
.woocommerce-order-pay .shop_table tfoot tr:last-child td .amount:first-child {
display: block;
font-size: 24px; }
.woocommerce-order-pay td.product-total .amount {
font-weight: 700;
font-size: 16px;
color: var(--wd-primary-color); }
.woocommerce-MyAccount-content .woocommerce-Message {
margin-bottom: 30px !important; }
.woocommerce-order:not(.wd-with-extra-content) {
margin: 0 auto;
max-width: 800px; }
.wd-order-extra-content:not(:last-child) {
margin-bottom: 30px; }
.woocommerce-thankyou-order-received {
margin-bottom: 30px;
padding: 3%;
width: 100%;
border: 2px dashed #7A9C59;
color: #7A9C59;
text-align: center;
font-weight: 600;
font-size: 22px;
line-height: 1.4; }
.global-color-scheme-light .woocommerce-thankyou-order-received {
border-color: rgba(255, 255, 255, 0.25);
color: #FFF; }
.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
--list-mb: 10px;
--li-mb: 20px; }
.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
flex: 1 1 0%;
padding-right: 20px;
padding-left: 20px;
border-right: 1px solid rgba(119, 119, 119, 0.2);
color: #777;
text-align: center; }
.woocommerce-thankyou-order-details li:last-child,
.wc-bacs-bank-details li:last-child {
border-right: none; }
.woocommerce-thankyou-order-details strong,
.wc-bacs-bank-details strong {
display: block;
margin-top: 10px;
color: #2d2a2a; }
.woocommerce-thankyou-order-details .amount,
.wc-bacs-bank-details .amount {
color: #2d2a2a; }
.global-color-scheme-light .woocommerce-thankyou-order-details li, .global-color-scheme-light
.wc-bacs-bank-details li {
color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .woocommerce-thankyou-order-details strong,
.global-color-scheme-light .woocommerce-thankyou-order-details .amount, .global-color-scheme-light
.wc-bacs-bank-details strong,
.global-color-scheme-light
.wc-bacs-bank-details .amount {
color: #FFF; }
.woocommerce-bacs-bank-details {
margin-top: 40px;
margin-bottom: 40px; }
.wc-bacs-bank-details-heading + .wc-bacs-bank-details-account-name {
margin-top: -15px; }
.wc-bacs-bank-details-account-name {
margin-bottom: 30px;
font-size: 16px;
opacity: .6; }
.wc-bacs-bank-details-heading,
.woocommerce-order-details__title,
.woocommerce-customer-details > h2 {
text-transform: uppercase; }
.woocommerce-order-details {
margin-top: 40px; }
.woocommerce-order-details .responsive-table {
margin-bottom: 50px; }
.woocommerce-order-details address,
.woocommerce-order-details .woocommerce-column__title {
text-align: left; }
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
margin-bottom: 0; }
.woocommerce-table--order-details th, .woocommerce-table--order-details td {
max-width: 50%;
width: 50%; }
.woocommerce-table--order-details tfoot tr:last-child th {
text-transform: uppercase;
font-size: 20px; }
.woocommerce-table--order-details tfoot tr:last-child td > .amount {
display: block;
font-size: 20px; }
.wd-compare-row {
display: flex;
flex-direction: row;
flex-wrap: nowrap; }
.wd-compare-row:nth-child(even) .wd-compare-col {
background-color: rgba(0, 0, 0, 0.03); }
.global-color-scheme-light .wd-compare-row:nth-child(even) .wd-compare-col {
background-color: rgba(0, 0, 0, 0.3); }
.wd-compare-col {
display: flex;
flex-direction: column;
justify-content: center;
padding: 15px;
word-break: break-word; }
.wd-compare-col p {
margin-bottom: 0; }
.wd-compare-col .wd-compare-brand img {
max-width: 110px; }
.wd-compare-col .product-image {
display: block; }
.wd-compare-col .button,
.wd-compare-col .added_to_cart {
padding: 10px 14px;
font-size: 12px;
line-height: 16px;
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.wd-compare-col .button:hover,
.wd-compare-col .added_to_cart:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.wd-compare-col .button:active,
.wd-compare-col .added_to_cart:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.wd-compare-col .button.added {
display: none; }
.wd-compare-col:not(:last-child) {
border-right: 1px solid rgba(129, 129, 129, 0.2); }
.global-color-scheme-light .wd-compare-col:not(:last-child) {
border-color: rgba(255, 255, 255, 0.15); }
.compare-field {
flex: 0 0 20%;
color: var(--wd-title-color);
text-transform: uppercase;
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-size: 16px;
font-family: var(--wd-title-font); }
.global-color-scheme-light .compare-field {
color: #FFF; }
.compare-value {
flex: 0 1 26.6666%;
align-items: center;
text-align: center; }
.compare-value:before {
font-family: var(--wd-title-font);
color: var(--wd-title-color);
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style); }
.compare-value *:not(:last-child) {
margin-bottom: 10px; }
.browser-Internet .compare-value {
flex-direction: row; }
.compare-basic .compare-value {
justify-content: flex-start;
padding-top: 0; }
.compare-basic .compare-value:before {
display: none;
font-family: var(--wd-title-font);
color: var(--wd-title-color);
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style); }
.compare-basic-content {
width: 100%; }
.wd-wishlist-content:not(.wd-wishlist-preview) .wd-hover-base .wd-wishlist-btn {
opacity: .3;
pointer-events: none; }
.wd-wishlist-content:not(.wd-wishlist-preview) .product-grid-item:not(.wd-hover-base) .wd-wishlist-btn {
display: none; }
.wd-wishlist-heading-wrapper {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 15px;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 10px;
border-bottom: 1px solid rgba(119, 119, 119, 0.2); }
.global-color-scheme-light .wd-wishlist-heading-wrapper {
border-color: rgba(255, 255, 255, 0.15); }
.wd-wishlist-title {
margin-right: 10px;
margin-bottom: 5px;
text-transform: uppercase;
font-size: 18px; }
.wd-wishlist-share {
display: flex;
align-items: center; }
.wd-wishlist-share > span {
margin-right: 3px;
color: #2D2A2A;
font-weight: 600; }
.wd-wishlist-share > span:after {
content: ' :'; }
.global-color-scheme-light .wd-wishlist-share > span {
color: #FFF; }
.wd-button-remove-wrap {
margin-bottom: 15px;
transition: all .3s ease; }
.wd-hover-base:hover .wd-button-remove-wrap {
z-index: 30;
transform: translateY(-10px); }
.wd-empty-page {
position: relative;
margin-top: 5vw;
margin-bottom: 15px;
color: var(--wd-title-color);
text-align: center;
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-size: 48px;
font-family: var(--wd-title-font);
line-height: 1.2; }
.wd-empty-page:before {
display: block;
margin-bottom: 20px;
color: rgba(135, 135, 135, 0.15);
font-weight: 400;
font-size: 180px;
line-height: 180px; }
.global-color-scheme-light .wd-empty-page {
color: #FFF; }
.global-color-scheme-light .wd-empty-page:before {
color: rgba(255, 255, 255, 0.6); }
.wd-empty-page-text {
margin-bottom: 0;
text-align: center;
font-size: 110%; }
.wd-empty-page-text + .return-to-shop {
margin-top: 25px;
margin-bottom: 5vw; }
.wd-empty-page-text + .return-to-shop .button {
padding: 14px 28px;
font-size: 14px;
line-height: 20px; }
.return-to-shop {
text-align: center; }
.return-to-shop .button {
border-radius: var(--btn-shop-brd-radius);
color: var(--btn-shop-color);
box-shadow: var(--btn-shop-box-shadow);
background-color: var(--btn-shop-bgcolor); }
.return-to-shop .button:hover {
color: var(--btn-shop-color-hover);
box-shadow: var(--btn-shop-box-shadow-hover);
background-color: var(--btn-shop-bgcolor-hover); }
.return-to-shop .button:active {
box-shadow: var(--btn-shop-box-shadow-active);
bottom: var(--btn-shop-bottom-active); }
.cart-empty:before {
content: "\f147";
font-family: "woodmart-font"; }
.wd-empty-compare:before {
content: "\f128";
font-family: "woodmart-font"; }
.wd-empty-wishlist:before {
content: "\f106";
font-family: "woodmart-font"; }
.wc-gzd-sale-price-label {
margin-right: 5px;
margin-left: 5px;
color: #333;
font-weight: 600;
font-size: 90%; }
.product p.wc-gzd-additional-info,
.product-quick-view p.wc-gzd-additional-info {
font-size: inherit; }
.product p.wc-gzd-additional-info a,
.product-quick-view p.wc-gzd-additional-info a {
font-weight: 600; }
p.footer-info {
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px; }
.cart_totals p.wc-gzd-additional-info {
display: block;
margin-bottom: 0;
padding-top: 15px;
width: 100%;
border-top: none;
font-size: 90%; }
#order_payment_heading {
text-align: center;
color: var(--wd-title-color);
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-family: var(--wd-title-font);
font-size: 22px;
text-transform: uppercase; }
#order_review .legal {
float: none;
padding-top: 15px;
padding-right: 0; }
.wc-gzd-edit-data-notice {
margin-bottom: 20px;
background-color: #F9F9F9; }
.wc-gzd-product-name-left {
margin-right: 0; }
.wc-gzd-product-name-right {
padding-left: 10px;
max-width: 85%; }
.wcppec-checkout-buttons {
margin: 0; }
.product-design-default .wcppec-checkout-buttons {
text-align: left; }
.wd-sticky-btn-container .wcppec-checkout-buttons {
margin-left: 10px; }
.wcppec-checkout-buttons__button {
padding-top: 0; }
.single-product-page .wcppec-checkout-buttons {
margin-bottom: 25px; }
.wcppec-checkout-buttons__button {
display: inline-block;
font-weight: 600;
font-size: 13px;
line-height: 13px; }
.cart-totals-inner .wcppec-checkout-buttons {
text-align: center; }
.cart-totals-inner .wcppec-checkout-buttons a:not(:last-child) {
margin-bottom: 10px; }
.cart-totals-inner .wcppec-checkout-buttons__separator {
margin-top: 10px;
margin-bottom: 10px;
color: #333;
font-weight: 600;
font-size: 16px; }
.global-color-scheme-light .cart-totals-inner .wcppec-checkout-buttons__separator {
color: #FFF; }
.widget_shopping_cart .wcppec-cart-widget-spb {
margin-top: 10px;
margin-bottom: -15px; }
.wd-cart-empty .wcppec-cart-widget-spb {
display: none; }
.anr_captcha_field {
margin-bottom: 20px; }
.wd-dropdown-register .anr_captcha_field {
margin-bottom: 15px; }
.checkout-order-review .anr_captcha_field {
margin-top: 20px;
margin-bottom: 0; }
@media (min-width: 769px) {
.searchform.wd-with-cat input[type="text"] {
padding-right: 230px; }
.cat-design-center .wrapp-category, .cat-design-replace-title .wrapp-category {
position: relative;
overflow: hidden; }
.cat-design-center .wrapp-category:before, .cat-design-replace-title .wrapp-category:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
background-color: #000;
opacity: .1; }
.cat-design-center:hover .wrapp-category:before, .cat-design-replace-title:hover .wrapp-category:before {
opacity: .4; }
.cat-design-default .wrapp-category {
position: relative;
overflow: hidden; }
.cat-design-default .hover-mask {
position: absolute;
right: 20px;
bottom: 15px;
left: 20px;
transition: transform .3s ease;
transform: translateY(100%) translateZ(0);
text-align: left;
padding: 0; }
.cat-design-default .wd-entities-title {
position: absolute;
bottom: 100%;
left: 0; }
.cat-design-default .more-products {
margin-top: 5px;
opacity: 0;
transition: transform .3s ease,
opacity .3s ease;
transform: translateY(15px) translateZ(0); }
.cat-design-default.categories-with-shadow .wrapp-category {
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12); }
.cat-design-default:hover .hover-mask {
transform: translateY(0) translateZ(0); }
.cat-design-default:hover .more-products {
opacity: 1;
transform: translateY(0) translateZ(0); }
.cat-design-center .wrapp-category:before {
transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
.cat-design-center .hover-mask {
position: absolute;
top: 50%;
right: 0;
left: 0;
z-index: 3;
padding: 15px;
transition: transform .3s ease; }
.cat-design-center .wd-entities-title {
color: #FFF; }
.cat-design-center .more-products {
margin-top: 5px;
line-height: 20px;
opacity: 0;
transition: transform .3s ease,
opacity .3s ease;
transform: translateY(15px) translateZ(0); }
.cat-design-center .more-products a {
color: rgba(255, 255, 255, 0.9); }
.cat-design-center:not(.without-product-count) .hover-mask {
transform: translateY(calc(-50% + 20px)) translateZ(0); }
.cat-design-center:not(.without-product-count):hover .hover-mask {
transform: translateY(-50%) translateZ(0); }
.cat-design-center:not(.without-product-count):hover .more-products {
opacity: 1;
transform: none; }
.cat-design-center.without-product-count .hover-mask {
transform: translateY(-50%) translateZ(0); }
.cat-design-replace-title .wrapp-category:before {
transition: opacity 0.6s cubic-bezier(0, 0, 0.44, 1.18); }
.cat-design-replace-title .hover-mask,
.cat-design-replace-title .more-products {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
display: flex;
align-items: center;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
padding: 15px; }
.cat-design-replace-title .wd-entities-title {
padding: 12px 25px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
color: #FFF;
font-size: 18px;
line-height: 1.4;
transition: opacity .25s ease .25s;
background-color: var(--wd-primary-color); }
.cat-design-replace-title .more-products {
color: #FFF;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
opacity: 0;
transition: opacity .25s ease; }
.cat-design-replace-title:not(.without-product-count):hover .wd-entities-title {
opacity: 0;
transition: opacity .25s ease; }
.cat-design-replace-title:not(.without-product-count):hover .more-products {
opacity: 1;
transition: opacity .25s ease .25s; } }
@media (min-width: 1025px) {
.wd-scroll {
--scrollbar-track-bg: rgba(0, 0, 0, 0.05);
--scrollbar-thumb-bg: rgba(0, 0, 0, 0.12); }
.wd-scroll ::-webkit-scrollbar {
width: 5px; }
.wd-scroll ::-webkit-scrollbar-track {
background-color: var(--scrollbar-track-bg); }
.wd-scroll ::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb-bg); }
[class*="color-scheme-light"] .wd-scroll, .wd-scroll.color-scheme-light {
--scrollbar-track-bg: rgba(255, 255, 255, 0.05);
--scrollbar-thumb-bg: rgba(255, 255, 255, 0.12); }
.owl-items-lg-1:not(.owl-loaded) > div {
width: 100%;
flex: 0 0 100%; }
.owl-items-lg-2:not(.owl-loaded) > div {
width: 50%;
flex: 0 0 50%; }
.owl-items-lg-3:not(.owl-loaded) > div {
width: 33.3333333333%;
flex: 0 0 33.3333333333%; }
.owl-items-lg-4:not(.owl-loaded) > div {
width: 25%;
flex: 0 0 25%; }
.owl-items-lg-5:not(.owl-loaded) > div {
width: 20%;
flex: 0 0 20%; }
.owl-items-lg-6:not(.owl-loaded) > div {
width: 16.6666666667%;
flex: 0 0 16.6666666667%; }
.owl-items-lg-7:not(.owl-loaded) > div {
width: 14.2857142857%;
flex: 0 0 14.2857142857%; }
.owl-items-lg-8:not(.owl-loaded) > div {
width: 12.5%;
flex: 0 0 12.5%; }
.admin-bar .cart-widget-side,
.admin-bar .mobile-nav,
.admin-bar #cboxClose,
.admin-bar button.mfp-close,
.admin-bar .wd-fs-close {
top: 32px; }
.whb-hidden-lg,
.whb-hidden-desktop {
display: none; }
.admin-bar .whb-clone {
top: 32px; }
.admin-bar .whb-sticked .whb-main-header {
top: 32px; }
.whb-full-width .whb-row > .container,
.whb-full-width + .whb-clone .whb-row > .container {
max-width: 100%;
width: 95%; }
.whb-boxed:not(.whb-sticked) .whb-main-header {
margin-right: auto;
margin-left: auto;
width: 95%; }
.whb-boxed:not(.whb-sticked) .whb-main-header .whb-row > .container {
padding-right: 30px;
padding-left: 30px;
max-width: 100%;
width: 100%; }
.whb-boxed:not(.whb-sticked) .whb-main-header:before {
content: "";
display: block;
height: 30px; }
.whb-boxed:not(.whb-sticked) .whb-top-bar.whb-without-bg {
margin-top: -30px; }
.whb-boxed:not(.whb-sticked) .whb-top-bar.whb-without-bg > .container {
padding-right: 0;
padding-left: 0; }
.wrapper-boxed .whb-boxed:not(.whb-sticked) .whb-main-header {
max-width: 1160px; }
.wd-search-opened .whb-boxed:not(.whb-sticked) .whb-row {
padding-right: 0; }
.wd-nav-mobile > li > a:hover {
color: var(--nav-mobile-link-color-hover); }
.platform-Windows .wd-search-opened .header-banner,
.platform-Windows .wd-search-opened .whb-row,
.platform-Windows .wd-search-opened .main-page-wrapper {
padding-right: 17px; }
.title-size-small {
padding: 20px 0; }
.title-size-small .title {
font-size: 44px; }
.title-size-default {
padding: 60px 0; }
.title-size-default .title {
font-size: 68px; }
.title-size-large {
padding: 100px 0; }
.title-size-large .title {
font-size: 78px; }
.wrapper-full-width-content div[class*="wd-carousel-spacing"] .owl-nav > div[class*="prev"] {
margin-left: 20px; }
.wrapper-full-width-content div[class*="wd-carousel-spacing"] .owl-nav > div[class*="next"] {
margin-right: 20px; }
.sticky-footer-on .main-page-wrapper,
.sticky-footer-on .wd-prefooter {
position: relative; }
.sticky-footer-on .main-page-wrapper {
z-index: 2; }
.sticky-footer-on .wd-prefooter {
z-index: 1; }
.sticky-footer-on .footer-container {
position: fixed;
right: 0;
bottom: 0;
left: 0;
width: auto;
transition: all .25s ease;
backface-visibility: hidden;
perspective: 800px; }
.browser-Safari .sticky-footer-on .footer-container {
opacity: 0; }
.browser-Safari .sticky-footer-on .visible-footer {
opacity: 1; }
.wd-social-icons .whatsapp-mobile {
display: none !important; }
.banner-btn-position-hover .content-banner {
transition: transform .25s ease; }
.banner-btn-position-hover .banner-inner p:first-child:empty ~ p:last-child {
margin-top: -10px;
margin-bottom: 0; }
.banner-btn-position-hover .banner-btn-wrapper {
position: absolute;
top: 100%;
right: 0;
left: 0;
opacity: 0;
transition: opacity .25s ease,
transform .25s ease;
transform: translateY(15px); }
.banner-btn-position-hover:hover .content-banner {
transition: transform .3s ease; }
.banner-btn-position-hover:hover .banner-btn-wrapper {
opacity: 1;
transition: opacity .4s ease,
transform .4s ease;
transform: translateY(0); }
.banner-btn-position-hover.banner-btn-size-extra-small:hover .wrapper-content-banner.wd-items-middle > div {
transform: translateY(-21px); }
.banner-btn-position-hover.banner-btn-size-extra-small:hover .wrapper-content-banner.wd-items-bottom > div {
transform: translateY(-43px); }
.banner-btn-position-hover.banner-btn-size-small:hover .wrapper-content-banner.wd-items-middle > div {
transform: translateY(-25px); }
.banner-btn-position-hover.banner-btn-size-small:hover .wrapper-content-banner.wd-items-bottom > div {
transform: translateY(-51px); }
.banner-btn-position-hover.banner-btn-size-default:hover .wrapper-content-banner.wd-items-middle > div {
transform: translateY(-28px); }
.banner-btn-position-hover.banner-btn-size-default:hover .wrapper-content-banner.wd-items-bottom > div {
transform: translateY(-57px); }
.banner-btn-position-hover.banner-btn-size-large:hover .wrapper-content-banner.wd-items-middle > div {
transform: translateY(-31px); }
.banner-btn-position-hover.banner-btn-size-large:hover .wrapper-content-banner.wd-items-bottom > div {
transform: translateY(-63px); }
.banner-btn-position-hover.banner-btn-size-extra-large:hover .wrapper-content-banner.wd-items-middle > div {
transform: translateY(-35px); }
.banner-btn-position-hover.banner-btn-size-extra-large:hover .wrapper-content-banner.wd-items-bottom > div {
transform: translateY(-71px); }
.banner-btn-position-hover.banner-btn-style-link:hover .wrapper-content-banner.wd-items-middle > div {
transform: translateY(-19px); }
.banner-btn-position-hover.banner-btn-style-link:hover .wrapper-content-banner.wd-items-bottom > div {
transform: translateY(-39px); }
.timer-size-medium .wd-timer > span {
font-size: 24px; }
.timer-size-large .wd-timer > span {
font-size: 28px; }
.timer-size-xlarge .wd-timer > span {
min-width: 100px;
min-height: 100px;
font-size: 42px; }
.timer-size-xlarge .wd-timer > span span {
font-size: 16px; }
.wd-item-position-left,
.wd-item-position-right {
background-color: transparent !important; }
.hotspot-action-hover .hotspot-content {
pointer-events: none; }
.hotspot-action-hover .wd-image-hotspot:hover .hotspot-content {
visibility: visible;
opacity: 1;
transform: none;
pointer-events: visible; }
.hotspot-icon-default .wd-image-hotspot:hover .hotspot-btn {
box-shadow: inset 100px 100px rgba(255, 255, 255, 0.1); }
.hotspot-icon-alt .wd-image-hotspot:hover .hotspot-btn:after {
color: #FFF; }
.wd-toolbar {
display: none; }
.admin-bar .area-sidebar-shop.wd-inited {
top: 32px; }
.offcanvas-sidebar-desktop .area-sidebar-shop:not(.wd-inited) {
display: none; }
.offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) {
flex-basis: 100%;
max-width: 100%;
width: 100%; }
.offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .shop-loop-head {
align-items: stretch;
flex-direction: column; }
.offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .wd-shop-tools {
justify-content: space-between; }
.offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .wd-shop-tools:not(:last-child) {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(129, 129, 129, 0.2); }
.offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .woocommerce-result-count {
display: block; }
.offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .wd-show-sidebar-btn {
display: inline-flex;
margin-right: auto; }
.offcanvas-sidebar-desktop.global-color-scheme-light .shop-content-area:not(.col-lg-12) .wd-shop-tools:not(:last-child) {
border-color: rgba(255, 255, 255, 0.15); }
.owl-items-lg-4 .post-slide .post-title {
font-size: 20px; }
.post-title-large-image .meta-post-categories {
padding-right: 15px;
padding-left: 15px;
height: 30px;
line-height: 30px; }
.post-title-large-image.title-size-small .title {
font-size: 36px; }
.post-title-large-image.title-size-default .title {
font-size: 44px; }
.post-title-large-image.title-size-large .title {
font-size: 52px; }
.col-lg-2.portfolio-entry .wd-entities-title {
font-size: 16px; }
.col-lg-3.portfolio-entry .wd-entities-title {
font-size: 18px; }
[data-vc-full-width] {
position: relative;
box-sizing: border-box;
width: 100vw;
left: calc(50% - 50vw + 15px); }
.vc_section[data-vc-full-width] > .vc_row[data-vc-full-width] {
left: calc(50% - 50vw); }
.platform-Windows [data-vc-full-width] {
width: calc( 100vw - 17px);
left: calc( 50% - 50vw + 8.5px + 15px); }
.platform-Windows .vc_section[data-vc-full-width] > .vc_row[data-vc-full-width] {
left: calc( 50% - 50vw + 8.5px); }
.mc4wp-form input[type="submit"] {
padding-right: 35px;
padding-left: 35px; }
.products-bordered-grid .col-12:first-child,
.products-bordered-grid .col-6:nth-child(-n+2),
.products-bordered-grid .col-md-4:nth-child(-n+3),
.products-bordered-grid .col-md-3:nth-child(-n+4),
.products-bordered-grid .col-lg-20_0:nth-child(-n+5),
.products-bordered-grid .col-lg-2:nth-child(-n+6) {
border-top-width: 1px; }
.popup-quick-view .product_title {
font-size: 26px; }
.categories-style-masonry-first .category-grid-item:first-child .wd-entities-title {
font-size: 28px; }
.wd-hover-button .wd-buttons, .wd-hover-info-alt .wd-buttons {
top: 0;
right: 0; }
.wd-hover-alt .wd-product-cats,
.wd-hover-alt .wd-product-brands-links {
margin-bottom: 0; }
.wd-hover-alt .wd-product-cats + .wd-product-brands-links {
margin-top: 5px; }
.wd-hover-alt .wrap-price {
align-items: center; }
.wd-hover-alt .swap-wrapp {
overflow: hidden;
padding-right: 5px;
height: 30px;
line-height: 30px; }
.wd-hover-alt .swap-elements {
transition: transform .3s ease; }
.wd-hover-alt .swap-elements .price,
.wd-hover-alt .swap-elements .wd-add-btn {
overflow: hidden;
height: 30px;
line-height: 30px; }
.wd-hover-alt.purchasable:hover .swap-elements, .wd-hover-alt.product-type-grouped:hover .swap-elements {
transform: translateY(-30px); }
.catalog-mode-on .wd-hover-alt:hover .swap-elements,
.login-see-prices .wd-hover-alt:hover .swap-elements {
transform: none; }
.wd-hover-info-alt .top-information .amount,
.wd-hover-info-alt .top-information .price,
.wd-hover-info-alt .top-information .price ins {
color: #FFF; }
.wd-hover-info-alt .top-information del .amount {
color: rgba(255, 255, 255, 0.6); }
.wd-hover-info-alt .woocommerce-price-suffix {
color: rgba(255, 255, 255, 0.6); }
.wd-hover-info-alt h3.wd-entities-title {
color: #FFF; }
.wd-hover-info-alt h3.wd-entities-title a:hover {
color: rgba(255, 255, 255, 0.8); }
.wd-hover-info-alt .swatches-on-grid .swatch-on-grid {
color: #FFF; }
.wd-hover-info-alt .swatches-on-grid .current-swatch:after {
background-color: #FFF; }
.wd-hover-info-alt .wd-swatches-divider {
color: #FFF; }
.wd-hover-info-alt .wd-product-cats a,
.wd-hover-info-alt .wd-product-brands-links a {
color: rgba(255, 255, 255, 0.7); }
.wd-hover-info-alt .wd-product-cats a:hover,
.wd-hover-info-alt .wd-product-brands-links a:hover {
color: #FFF; }
.wd-hover-info-alt .star-rating:before {
color: rgba(255, 255, 255, 0.7); }
.thumbs-position-left > .col-lg-9 .woocommerce-product-gallery__wrapper {
margin-left: -15px;
width: auto; }
.thumbs-position-left > .col-lg-9 .product-additional-galleries {
left: -15px; }
.wd-back-btn > a:before {
content: "\f121";
font-family: "woodmart-font"; }
.wd-back-btn.wd-style-icon > a {
height: 40px; }
.wd-back-btn.wd-style-icon > a:before {
font-size: 26px; }
.title-design-centered .wd-back-btn,
.without-title.with-back-btn .wd-back-btn {
margin-left: -50px; }
.title-shop > .container {
display: flex;
align-items: center;
flex-wrap: wrap; }
.title-shop.title-design-centered > .container {
justify-content: center; }
.without-title.with-back-btn > .container {
padding-right: 65px;
padding-left: 65px; }
.without-title.title-size-small {
padding: 0; }
.without-title.title-size-small .container {
margin-bottom: 0; }
.without-title.title-size-small .container > * {
margin-bottom: 0; }
.without-title.title-size-default {
padding: 35px 0; }
.without-title.title-size-large {
padding: 60px 0; } }
@media (min-width: 1200px) {
.hidden-lg {
display: none !important; }
.visible-lg {
display: block !important; }
.wrapper-full-width-content .container {
max-width: 100%; }
body[class*="wrapper-boxed"] .container {
max-width: 1160px; }
body[class*="wrapper-boxed"] .website-wrapper {
margin: 0 auto;
max-width: 1200px;
box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08); }
body[class*="wrapper-boxed"] .whb-header:not(.whb-boxed) .whb-main-header,
body[class*="wrapper-boxed"].sticky-footer-on .footer-container,
body[class*="wrapper-boxed"] .main-nav .menu-item-design-full-width .wd-dropdown-menu,
body[class*="wrapper-boxed"] .whb-secondary-menu .menu-item-design-full-width .wd-dropdown-menu {
right: auto;
left: auto;
max-width: 1200px;
width: 100vw; }
body[class*="wrapper-boxed"] .wd-design-full-width:not([style]) {
display: none; }
.platform-Windows body[class*="wrapper-boxed"].wd-search-opened .header-banner,
.platform-Windows body[class*="wrapper-boxed"].wd-search-opened .whb-row,
.platform-Windows body[class*="wrapper-boxed"].wd-search-opened .main-page-wrapper {
padding-right: 0; }
body[class*="wrapper-boxed"] .wd-search-full-screen {
margin: 0 auto;
max-width: 1200px; }
body[class*="wrapper-boxed"] div[class*="wd-carousel-spacing"] .owl-nav > div[class*="prev"] {
margin-left: 10px; }
body[class*="wrapper-boxed"] div[class*="wd-carousel-spacing"] .owl-nav > div[class*="next"] {
margin-right: 10px; }
body[class*="wrapper-boxed"] .wrap-loading-arrow > div[class*="prev"] {
margin-left: 10px; }
body[class*="wrapper-boxed"] .wrap-loading-arrow > div[class*="next"] {
margin-left: -10px; }
.wrapper-boxed .website-wrapper {
overflow: hidden; }
.wrapper-boxed-2 .website-wrapper {
overflow: visible; }
body[class*="wrapper-boxed"] .header-banner {
margin: 0 auto;
max-width: 1200px; }
.banner-increased-padding .banner-subtitle.wd-fontsize-xs {
font-size: 1vw; }
.banner-increased-padding .banner-subtitle.wd-fontsize-s {
font-size: 1.1vw; }
.banner-increased-padding .banner-subtitle.wd-fontsize-m {
font-size: 1.3vw; }
.banner-increased-padding .banner-title.wd-fontsize-s {
font-size: 1.2vw; }
.banner-increased-padding .banner-title.wd-fontsize-l {
font-size: 1.6vw; }
.banner-increased-padding .banner-title.wd-fontsize-xl {
font-size: 2vw; }
.banner-increased-padding .banner-title.wd-fontsize-xxl {
font-size: 2.3vw; }
.site-content:not(.col-lg-12) .cart-content-wrapper .cart-data-form {
flex-basis: 60%;
max-width: 60%; }
.site-content:not(.col-lg-12) .cart-content-wrapper .cart-totals-section {
flex-basis: 40%;
max-width: 40%; } }
@media (max-width: 1200px) {
.banner-subtitle.wd-fontsize-xs {
font-size: 1vw; }
.banner-subtitle.wd-fontsize-s {
font-size: 1.1vw; }
.banner-subtitle.wd-fontsize-m {
font-size: 1.3vw; }
.banner-title.wd-fontsize-s {
font-size: 1.2vw; }
.banner-title.wd-fontsize-l {
font-size: 1.6vw; }
.banner-title.wd-fontsize-xl {
font-size: 2vw; }
.banner-title.wd-font-size-xxl {
font-size: 2.3vw; } }
@media (max-width: 1024px) {
.wd-fontsize-xl,
.wd-fontsize-xxl,
.wd-fontsize-xxxl {
font-size: 22px; }
.text-larger {
font-size: inherit; }
.wd-width-10 {
max-width: 30%; }
.wd-width-20 {
max-width: 40%; }
.wd-width-30 {
max-width: 50%; }
.wd-width-40 {
max-width: 60%; }
.wd-width-50 {
max-width: 70%; }
.wd-width-60 {
max-width: 80%; }
.wd-width-70 {
max-width: 90%; }
.wd-side-hidden {
width: 300px; }
.autocomplete-suggestion {
padding: 10px; }
.autocomplete-suggestion .suggestion-thumb {
max-width: 45px; }
.autocomplete-suggestion .wd-entities-title,
.autocomplete-suggestion .price {
font-size: 12px; }
.wd-nav-wrapper.wd-mb-action-swipe {
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
white-space: nowrap;
-webkit-mask-image: linear-gradient(to left, transparent, black 70px);
mask-image: linear-gradient(to left, transparent, black 70px); }
.wd-nav-wrapper.wd-mb-action-swipe .wd-nav {
flex-wrap: nowrap; }
.wd-tltp:not(.wd-add-img-msg) .wd-tooltip-label {
display: none !important; }
.wd-close-side {
top: -150px;
height: calc(100vh + 300px); }
.wd-btn-arrow[class*="prev"], .wd-btn-arrow[class*="next"] {
transform: translateX(0); }
.wd-btn-arrow[class*="prev"] {
justify-content: flex-start; }
.wd-btn-arrow[class*="next"] {
justify-content: flex-end; }
.wd-btn-arrow, .flickity-button {
margin-top: -20px;
width: 40px;
height: 40px; }
.wd-btn-arrow:after, .flickity-button:after {
font-weight: 700;
font-size: 14px; }
.widget_nav_mega_menu .wd-dropdown-menu {
display: none; }
.owl-nav > div {
visibility: visible;
opacity: 1;
pointer-events: visible; }
.owl-nav > div[class*="prev"] {
left: 5px; }
.owl-nav > div[class*="next"] {
right: 5px; }
div[class*="wd-carousel-spacing"] .owl-nav > div[class*="prev"] {
margin-left: 35px; }
div[class*="wd-carousel-spacing"] .owl-nav > div[class*="next"] {
margin-right: 35px; }
.wpb-js-composer .slider-type-product,
.wpb-js-composer .slider-type-post,
.wpb-js-composer .categories-style-carousel {
margin-bottom: 20px; }
.owl-loaded:after, .owl-loaded:before {
content: none; }
.disable-owl-mobile .owl-carousel {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 10px !important;
mask-image: linear-gradient(to left, transparent 5px, #000 40px);
-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px); }
.disable-owl-mobile .owl-carousel > div {
display: block !important;
flex: 0 0 auto; }
.disable-owl-mobile.banners-carousel-wrapper .content-banner {
animation: none; }
.disable-owl-mobile[data-hide_pagination_control="no"] .owl-carousel {
padding-bottom: 10px !important; }
.disable-owl-mobile.slider-type-post .owl-carousel {
padding-bottom: 11px !important; }
#wpadminbar {
position: absolute;
z-index: 100; }
.whb-visible-lg,
.whb-hidden-mobile {
display: none; }
.wd-search-full-screen .searchform {
padding-right: 15px;
padding-left: 15px; }
.wd-search-full-screen .searchform input[type="text"] {
height: 70px;
font-size: 20px; }
.wd-search-full-screen .search-results-wrapper {
margin-top: -29px;
height: calc(100% - 71px); }
.wd-search-full-screen .search-info-text {
font-size: 14px;
line-height: 20px; }
.wd-search-full-screen .no-found-msg {
font-size: 14px; }
.wd-search-full-screen .autocomplete-suggestion {
padding: 5px; }
.wd-search-full-screen .suggestion-divider {
padding-top: 10px; }
.wd-search-full-screen .wd-search-loader {
align-items: flex-start;
padding-top: 100px; }
.wd-search-full-screen .wd-close-search {
display: none; }
.wd-dropdown-cart {
display: none; }
.wd-header-my-account .wd-dropdown {
display: none; }
.min-footer {
align-items: stretch;
flex-wrap: wrap;
text-align: center; }
.min-footer .col-right {
text-align: center; }
.min-footer > div {
flex-basis: 100%;
margin-bottom: 15px;
max-width: 100%; }
.min-footer > div:last-child {
margin-bottom: 0; }
.post-gallery-slider .owl-nav > div[class*="prev"], .post-gallery-slider .owl-nav > div[class*="next"] {
justify-content: center; }
.post-gallery-slider .owl-nav > div[class*="prev"] {
padding-left: 0; }
.post-gallery-slider .owl-nav > div[class*="next"] {
padding-right: 0; }
.post-gallery-slider .owl-nav > div:after {
font-weight: 400; }
.blog-post-loop:hover .post-img-wrapp a {
transform: none; }
.post-img-wrapp a:after {
content: none; }
.post-image-mask {
display: none; }
.wd-blog-holder [class*="blog-design-default"] .post-title,
.wd-blog-holder .blog-design-small-images:not(.has-post-thumbnail) .post-title {
font-size: 28px; }
.blog-design-small-images.has-post-thumbnail .post-title {
font-size: 22px; }
.blog-design-mask .post-title {
font-size: 18px; }
.blog-design-masonry .post-title {
font-size: 20px; }
.post-single-page .post-title {
font-size: 28px; }
.post-single-page .entry-content {
margin-bottom: 40px;
font-size: inherit; }
.portfolio-filter {
margin-bottom: 10px; }
.wd-nav-portfolio > li > a {
font-size: 14px; }
.portfolio-entry .wd-entities-title {
font-size: 16px; }
.portfolio-entry .wrap-meta {
margin-bottom: 5px; }
.title-subtitle.wd-fontsize-m,
.title-after_title.wd-fontsize-s {
font-size: 14px; }
.wd-title-style-underlined-2 .title.wd-fontsize-xxl, .wd-title-style-underlined-2 .title.wd-fontsize-xxxl {
border-width: 2px; }
.wd-title-style-underlined-2:not(.wd-title-color-gradient) .title.wd-fontsize-xxxl {
text-shadow: 1px 1px #FFF, 1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF; }
.wd-social-icons .whatsapp-desktop {
display: none !important; }
.banner-inner.wd-fontsize-m {
font-size: 16px; }
.instagram-widget .hover-mask {
display: none; }
.box-with-text.text-size-large {
font-size: 52px; }
.box-icon-with-bg.text-size-large .info-box-icon,
.box-icon-with-border.text-size-large .info-box-icon {
min-width: 100px;
height: 100px;
line-height: 100px; }
.box-btn-hover .info-btn-wrapper {
position: static;
opacity: 1;
transform: none; }
.box-style-border.box-btn-hover .info-btn-wrapper {
position: absolute; }
.wd-images-gallery.disable-owl-mobile {
justify-content: flex-start; }
.wpb-js-composer .wd-images-gallery.view-carousel, .wpb-js-composer .wd-images-gallery.view-justified {
margin-bottom: 20px; }
.wd-list.wd-fontsize-m, .wd-list.wd-fontsize-l {
font-size: 16px; }
.wd-items-md-top {
align-items: flex-start; }
.wd-items-md-middle {
align-items: center; }
.wd-items-md-bottom {
align-items: flex-end; }
.wd-justify-md-left {
justify-content: flex-start; }
.wd-justify-md-center {
justify-content: center; }
.wd-justify-md-right {
justify-content: flex-end; }
.arrows-style-1 .flickity-button.previous {
justify-content: flex-start; }
.arrows-style-1 .flickity-button.next {
justify-content: flex-end; }
.arrows-style-2 .flickity-button:after,
.arrows-style-3 .flickity-button:after {
font-size: 14px; }
.arrows-style-3 .flickity-button.previous {
left: 10px; }
.arrows-style-3 .flickity-button.next {
right: 10px; }
.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: 152px; }
.wd-sticky-social {
display: none; }
.scrollToTop {
right: 12px;
bottom: 12px;
width: 40px;
height: 40px; }
.scrollToTop:after {
font-size: 14px;
line-height: 40px; }
.wd-promo-popup-wrapper > .mfp-container {
position: fixed;
overflow-y: auto; }
.error404 .page-header:before {
font-size: 280px;
line-height: 240px; }
.error404 .page-header h3 {
padding: 70px 0;
font-size: 50px; }
body .tablet-bg-img-hidden,
.wpb_column.tablet-bg-img-hidden > div {
background-image: none !important; }
.wd-parallax {
background-attachment: scroll !important; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container:after {
content: ""; }
p.form-row-first,
p.form-row-last {
float: none;
width: 100%; }
.woodmart-woocommerce-layered-nav .wd-scroll {
overflow-y: scroll;
padding-right: 5px; }
.woodmart-woocommerce-layered-nav .wd-scroll-content {
overflow: visible; }
.woodmart-woocommerce-layered-nav .swatches-display-double li {
flex-basis: 100%;
max-width: 100%; }
.woodmart-woocommerce-layered-nav .swatches-display-double li:last-child {
margin-bottom: 0; }
.upsells-widget .product_list_widget > li:hover .small-product-info {
transform: none; }
.upsells-widget .small-product-info {
position: static;
z-index: 4;
visibility: visible;
padding: 10px;
background: transparent;
box-shadow: none;
opacity: 1;
pointer-events: visible; }
.upsells-widget .small-product-info:after {
content: none; }
.global-color-scheme-light .upsells-widget .small-product-info {
background-color: transparent; }
.product-grid-item .hover-img {
display: none; }
.product-grid-item .wd-buttons {
opacity: 1;
transform: none; }
.wd-buttons {
border-radius: 35px; }
.wd-buttons .wd-action-btn > a {
width: 35px;
height: 35px; }
.wd-buttons .wd-action-btn > a:before {
font-size: 14px; }
.wd-buttons .wd-action-btn > a:after {
margin-top: -7px;
margin-left: -7px;
width: 14px;
height: 14px; }
.wd-buttons .wd-quick-view-icon,
.wd-buttons .wd-compare-btn {
display: none; }
.wd-hover-button .product-element-top:before, .wd-hover-info-alt .product-element-top:before {
content: none; }
.wd-hover-button .wd-buttons, .wd-hover-info-alt .wd-buttons {
visibility: visible;
background-color: #101010; }
.wd-hover-button .wd-add-btn, .wd-hover-info-alt .wd-add-btn {
display: none; }
.wd-quantity-enabled .wd-hover-quick .single_add_to_cart_button, .wd-quantity-enabled .wd-hover-standard .single_add_to_cart_button {
font-size: 0;
white-space: nowrap; }
.wd-quantity-enabled .wd-hover-quick .single_add_to_cart_button:before, .wd-quantity-enabled .wd-hover-standard .single_add_to_cart_button:before {
margin-right: 0;
margin-left: 0; }
.wd-hover-base .content-product-imagin {
top: -10px;
right: -10px;
left: -10px; }
.wd-hover-icons .wd-buttons {
padding-right: 3px;
padding-left: 3px; }
.wd-hover-icons .wd-buttons .wd-action-btn {
max-width: 35px; }
.wd-hover-icons .wrapp-buttons {
visibility: visible;
opacity: 1;
transform: none; }
.wd-hover-info .wd-entities-title {
font-size: 14px; }
.wd-hover-info-alt .top-information {
position: static;
padding: 0;
opacity: 1; }
.wd-hover-info-alt .product-image-link {
margin-bottom: 10px; }
.wd-spacing-0 .wd-hover-info-alt,
.wd-spacing-2 .wd-hover-info-alt {
margin-bottom: 10px; }
.wd-hover-quick .wd-add-btn {
transform: none; }
.wd-hover-quick .add-to-cart-loop {
width: 40px;
height: 40px; }
.wd-hover-quick .add-to-cart-loop span {
display: none; }
.wd-hover-quick .add-to-cart-loop:before {
transform: none; }
.wd-hover-quick .wd-add-btn div.quantity {
left: 40px; }
.wd-quantity-enabled .wd-hover-quick:not(.sold-individually) .product_type_simple {
width: 120px;
padding-left: 0;
padding-right: 80px; }
.wd-quantity-enabled .wd-hover-quick:not(.sold-individually) .product_type_simple:before {
padding-left: 0;
padding-right: 80px; }
.wd-quantity-enabled .wd-hover-quick:not(.sold-individually) .product_type_simple:after {
margin-left: 0;
left: 11px; }
.single-product .site-content {
margin-bottom: 25px; }
.single-product-page > div:not(:last-child) {
margin-bottom: 25px; }
.related-and-upsells:empty {
margin-top: -25px; }
.poduct-tabs-inner > div:not(:last-child) {
margin-bottom: 25px; }
.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
margin-top: -20px;
margin-bottom: 10px; }
.breadcrumbs-location-summary .single-product-page {
margin-top: -15px; }
.single-breadcrumbs-wrapper .single-breadcrumbs,
.single-breadcrumbs-wrapper .container {
flex-wrap: wrap; }
.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last {
margin-right: 0;
color: #333;
font-weight: 600; }
.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last:after {
content: none; }
.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last {
display: none; }
.global-color-scheme-light .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last {
color: #FFF; }
.thumbs-position-left .woocommerce-product-gallery__wrapper {
margin-bottom: 4px; }
.image-full-width .product-image-summary-inner > div:not(:last-child) {
margin-bottom: 25px; }
.wd-gallery-btn > a {
min-width: 40px;
height: 40px;
line-height: 40px; }
.wd-gallery-btn > a:before {
width: 40px;
height: 40px;
font-size: 14px;
line-height: 40px; }
.product-360-button > a:before {
font-size: 22px; }
.product_title {
margin-bottom: 15px;
font-size: 24px; }
.summary-inner > .price,
.wd-scroll-content > .price {
margin-bottom: 15px;
font-size: 18px; }
.product-design-default .wd-product-brands {
float: none;
margin-left: 0; }
.product-design-default .wd-product-brands a {
display: inline-block;
padding: 0;
min-height: 0;
background-color: transparent !important;
box-shadow: none; }
.product-design-default .wd-product-brands a:hover {
box-shadow: none;
opacity: .5; }
.wd-before-product-tabs {
margin-top: -26px; }
.product-tabs-wrapper {
padding-top: 25px;
padding-bottom: 25px;
border-top: none; }
.woocommerce-tabs .wd-accordion-title {
padding-top: 15px;
padding-bottom: 15px;
font-size: 14px; }
.woocommerce-tabs .woocommerce-Reviews-title {
display: none; }
.tabs-layout-accordion .wd-scroll .wd-scroll-content {
max-height: none; }
.tabs-layout-tabs {
display: none; }
.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
padding-bottom: 0;
border-bottom: none; }
.tabs-location-standard.tabs-type-accordion .wd-before-product-tabs {
margin-top: -26px; }
.woocommerce-Reviews {
flex-wrap: wrap;
margin-right: 0;
margin-left: 0; }
.woocommerce-Reviews #comments,
.woocommerce-Reviews #review_form_wrapper {
flex-basis: 100%;
padding-right: 0;
padding-left: 0;
max-width: 100%;
width: 100%; }
.woocommerce-Reviews .commentlist {
margin-top: 0;
margin-bottom: 25px; }
.woocommerce-Reviews .commentlist li:not(:last-child) {
margin-bottom: 5px;
padding-bottom: 5px; }
.product-design-default .variations_form .reset_variations,
.popup-quick-view .variations_form .reset_variations {
position: absolute;
bottom: -30px;
left: 0;
margin-left: 0; }
.product-design-default .variations_form.variation-swatch-selected .variations,
.popup-quick-view .variations_form.variation-swatch-selected .variations {
margin-bottom: 50px; }
.wd-products-tabs.tabs-design-simple .owl-nav > div,
.wd-products-tabs.tabs-design-simple .wrap-loading-arrow > div {
justify-content: center; }
.wrap-loading-arrow > div {
transition: all .15s ease; }
.wd-highlighted-products .owl-nav > div,
.wd-highlighted-products .wrap-loading-arrow > div {
justify-content: center; }
.wd-highlighted-products .owl-nav > div[class*="next"],
.wd-highlighted-products .wrap-loading-arrow > div[class*="next"] {
padding-right: 0; }
.wd-highlighted-products .owl-nav > div[class*="prev"],
.wd-highlighted-products .wrap-loading-arrow > div[class*="prev"] {
padding-left: 0; }
.popup-quick-view .view-details-btn {
transform: none; }
.wd-sticky-btn .price del,
.wd-sticky-btn .price ins {
display: block; }
.wd-btn-show-cat {
display: inline-block;
text-transform: uppercase; }
.wd-btn-show-cat > a {
flex-direction: row-reverse; }
.wd-btn-show-cat > a:before {
margin-left: 5px;
margin-right: 0 !important;
font-weight: 700 !important;
font-size: 12px;
transition: all .25s ease;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.wd-btn-show-cat.wd-active > a:before {
transform: rotate(-180deg); }
.wd-nav-product-cat {
display: none;
margin-right: 0;
margin-left: 0;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(172, 172, 172, 0.09); }
.wd-nav-product-cat li {
display: flex;
flex: 1 1 100%;
flex-wrap: wrap; }
.wd-nav-product-cat li a {
flex: 1 1 0%; }
.wd-nav-product-cat .wd-dropdown {
position: static;
display: none;
flex: 1 1 100%;
order: 3;
visibility: visible;
padding: 0;
width: 100%;
background-color: rgba(172, 172, 172, 0.09);
box-shadow: none;
opacity: 1;
transform: none;
pointer-events: visible;
pointer-events: unset; }
.wd-nav-product-cat .wd-dropdown .wd-dropdown {
margin: 0;
padding: 0;
width: 100%; }
.wd-nav-product-cat .wd-sub-menu li a {
padding: 15px; }
.color-scheme-light .wd-nav-product-cat {
background-color: rgba(0, 0, 0, 0.4); }
.color-scheme-light .wd-nav-product-cat .wd-dropdown {
background-color: rgba(0, 0, 0, 0.2); }
.wd-back-btn {
display: none; }
.shop-loop-head {
margin-top: -10px;
margin-bottom: 10px; }
.description-area-before .term-description,
.description-area-before .page-description {
margin-top: -15px; }
.wd-products-shop-view {
display: none; }
.wd-products-per-page {
display: none; }
.checkout_coupon .input-text {
min-width: 0; }
.checkout_coupon .button {
width: 100%; }
td.product-thumbnail img {
min-width: 65px;
max-width: 65px; }
.cart-content-wrapper .cart-data-form {
margin-bottom: 40px;
padding-top: 0; }
.cross-sells {
margin-top: 30px; }
.woocommerce-lost-password .site-content .woocommerce > p:before {
font-size: 110px;
line-height: 110px; }
.wd-my-account-sidebar {
flex-basis: 35%;
max-width: 35%;
width: 35%; }
.woocommerce-MyAccount-content {
flex-basis: 65%;
max-width: 65%;
width: 65%; }
.wd-my-account-links > div {
flex-basis: 50%;
max-width: 50%;
width: 50%; }
.wd-compare-table {
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.compare-field {
flex: 0 0 33.33333%; }
.compare-value {
flex: 1 0 33.33333%; }
.wd-empty-page {
font-size: 42px; }
.wd-empty-page:before {
font-size: 140px;
line-height: 140px; } }
@media (max-width: 768px) {
.wd-spacing-30,
.wd-spacing-20 {
margin-right: -5px;
margin-left: -5px; }
.wd-spacing-30 > [class*="col"],
.wd-spacing-20 > [class*="col"] {
margin-bottom: 10px;
padding-right: 5px;
padding-left: 5px; }
div[class*="wd-columns-"] > div {
flex-basis: 100%;
max-width: 100%;
width: 100%; }
.wd-search-cat {
display: none; }
.comments-area .children {
margin-left: 0; }
.comments-area .comment-author {
float: none; }
.comments-area .comment-meta {
text-align: left; }
.single-post-navigation {
margin-bottom: 40px;
padding-top: 15px;
padding-bottom: 15px; }
.single-post-navigation .btn-label {
margin-bottom: 0;
color: #2d2a2a; }
.single-post-navigation .wd-entities-title {
display: none; }
.global-color-scheme-light .single-post-navigation .btn-label {
color: #FFF; }
.wd-carousel-spacing-20,
.wd-carousel-spacing-30 {
margin-right: -5px;
margin-left: -5px; }
.wd-carousel-spacing-20 .owl-item,
.wd-carousel-spacing-20 .owl-carousel:not(.owl-loaded) > div,
.wd-carousel-spacing-30 .owl-item,
.wd-carousel-spacing-30 .owl-carousel:not(.owl-loaded) > div {
padding-right: 5px;
padding-left: 5px; }
.wd-carousel-spacing-20 .owl-nav > div[class*="prev"],
.wd-carousel-spacing-30 .owl-nav > div[class*="prev"] {
left: -45px; }
.wd-carousel-spacing-20 .owl-nav > div[class*="next"],
.wd-carousel-spacing-30 .owl-nav > div[class*="next"] {
right: -45px; }
.website-wrapper .wp-block-column {
flex-basis: 100%;
margin: 0; }
.wd-header-mobile-nav.wd-style-text .wd-tools-text {
display: none; }
.wd-search-full-screen .autocomplete-suggestion {
flex-basis: 33.333333%; }
.banner-btn-position-hover .banner-btn-wrapper {
display: none; }
.banner-btn-wrapper .btn-size-default,
.banner-btn-wrapper .btn-size-large,
.banner-btn-wrapper .btn-size-extra-large {
padding: 10px 14px;
font-size: 12px;
line-height: 16px; }
.banner-btn-wrapper .btn-style-link {
padding: 0; }
.banner-hide-btn-mobile {
display: none !important; }
.owl-items-sm-1 .banner-subtitle {
font-size: 3vw; }
.owl-items-sm-1 .banner-title {
font-size: 5vw; }
.banner-inner.wd-fontsize-s, .banner-inner.wd-fontsize-m {
font-size: 14px; }
.wd-row-divider svg {
height: 50px !important; }
.dvr-style-waves-small svg,
.dvr-style-waves-wide svg,
.dvr-style-triangle svg {
height: 3vw !important; }
.wd-timeline-wrapper {
padding-top: 30px;
padding-bottom: 30px; }
.wd-timeline-breakpoint,
.wd-timeline-item {
margin-bottom: 30px; }
.wd-item-position-left,
.wd-item-position-right {
position: relative;
flex-wrap: wrap;
margin-top: 30px;
padding: 30px 30px 15px;
text-align: center; }
.wd-item-position-left:not(:first-child),
.wd-item-position-right:not(:first-child) {
margin-top: 60px; }
.wd-item-position-left .timeline-col,
.wd-item-position-right .timeline-col {
position: static;
flex-basis: 100%;
margin-right: 0;
margin-left: 0;
padding: 0;
max-width: 100%;
width: 100%;
background-color: transparent !important;
text-align: inherit; }
.wd-item-position-left .timeline-col-primary .timeline-arrow,
.wd-item-position-right .timeline-col-primary .timeline-arrow {
top: auto;
bottom: calc(100% - 1px);
left: calc(50% - 8px);
margin-top: 0;
width: 16px;
height: 12px;
color: #FFF;
line-height: 0; }
.wd-item-position-left .timeline-col-primary .timeline-arrow:before,
.wd-item-position-right .timeline-col-primary .timeline-arrow:before {
display: inline-block;
height: 12px;
color: inherit;
font-size: 28px;
line-height: 12px;
content: "\f151";
font-family: "woodmart-font"; }
.wd-item-position-left .timeline-col-secondary .timeline-arrow,
.wd-item-position-right .timeline-col-secondary .timeline-arrow {
display: none; }
.wd-item-position-left .woodmart-timeline-dot,
.wd-item-position-right .woodmart-timeline-dot {
top: -30px; }
.wd-item-position-full-width:not(:first-child) {
margin-top: 60px; }
.wd-item-shadow .wd-item-position-left,
.wd-item-shadow .wd-item-position-right {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); }
.wd-item-shadow .wd-item-position-left .timeline-col,
.wd-item-shadow .wd-item-position-right .timeline-col {
box-shadow: none; }
.wd-item-shadow .wd-item-position-left .timeline-col-primary .timeline-arrow:before,
.wd-item-shadow .wd-item-position-right .timeline-col-primary .timeline-arrow:before {
text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1); }
.wd-items-sm-top {
align-items: flex-start; }
.wd-items-sm-middle {
align-items: center; }
.wd-items-sm-bottom {
align-items: flex-end; }
.wd-justify-sm-left {
justify-content: flex-start; }
.wd-justify-sm-center {
justify-content: center; }
.wd-justify-sm-right {
justify-content: flex-end; }
.flickity-page-dots {
display: none; }
.hotspot-type-product .hotspot-content-text {
display: none; }
.hotspot-type-product .wd-entities-title,
.hotspot-type-product .price {
font-size: 14px; }
.hotspot-content {
top: 40px;
right: auto;
bottom: auto; }
.hotspot-dropdown-left,
.hotspot-dropdown-right {
left: -115px; }
.hotspot-icon-alt .wd-image-hotspot:hover:not(.hotspot-opened) .hotspot-btn {
background-color: #FFF; }
.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop {
bottom: 123px; }
.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-right: 0; }
.wd-popup .wd-age-verify {
padding: 30px; }
.wd-age-verify h4 {
font-size: 26px; }
.header-banner-container {
padding-right: 40px;
padding-left: 40px; }
.offcanvas-sidebar-mobile .sidebar-container:not(.wd-inited) {
display: none; }
.offcanvas-sidebar-mobile .wd-sidebar-opener {
display: block; }
.offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) {
flex-basis: 100%;
max-width: 100%;
width: 100%; }
.offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .shop-loop-head {
align-items: stretch;
flex-direction: column; }
.offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .wd-shop-tools {
justify-content: space-between; }
.offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .wd-shop-tools:not(:last-child) {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(129, 129, 129, 0.2); }
.offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woocommerce-result-count {
display: block; }
.offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .wd-show-sidebar-btn {
display: inline-flex;
margin-right: auto; }
.offcanvas-sidebar-mobile.global-color-scheme-light .shop-content-area:not(.col-lg-12) .wd-shop-tools:not(:last-child) {
border-color: rgba(255, 255, 255, 0.15); }
.error404 .page-header:before {
top: -10px;
font-size: 150px;
line-height: 120px; }
.error404 .page-header h3 {
padding: 15px 0;
font-size: 32px; }
.error404 .page-content h1 {
font-size: 18px; }
.post-gallery-slider .owl-nav > div:after {
font-size: 14px;
line-height: 14px; }
.wpb-js-composer .blog-post-loop {
margin-bottom: 30px; }
.wd-blog-holder [class*="blog-design-default"] .wd-entry-content {
font-size: inherit; }
.wd-blog-holder [class*="blog-design-default"] .post-title,
.wd-blog-holder .blog-design-small-images:not(.has-post-thumbnail) .post-title {
font-size: 24px;
line-height: 1.4; }
.wd-blog-holder .blog-design-default.format-quote .article-body-container,
.wd-blog-holder .blog-design-small-images.format-quote .article-body-container {
padding-right: 35px;
padding-left: 35px; }
.blog-design-small-images:not(.blog-style-flat) .post-gallery-slider .owl-nav > div[class*="next"] {
right: 0; }
.blog-design-small-images.has-post-thumbnail .article-inner {
flex-wrap: wrap; }
.blog-design-small-images.has-post-thumbnail .entry-header,
.blog-design-small-images.has-post-thumbnail .article-body-container {
flex-basis: 100%;
max-width: 100%;
width: 100%; }
.blog-design-small-images.has-post-thumbnail.blog-style-shadow .article-body-container {
margin-left: 0; }
.blog-design-chess:nth-child(even):not(.blog-style-flat) .post-gallery-slider .owl-nav > div[class*="next"] {
right: 0; }
.blog-design-chess:nth-child(even).has-post-thumbnail .article-inner {
flex-direction: column; }
.blog-design-chess:nth-child(even).has-post-thumbnail .post-date {
right: auto;
left: 15px; }
.blog-design-chess:nth-child(even).has-post-thumbnail.blog-style-shadow .article-body-container {
margin-right: 0;
margin-left: 0; }
.post-single-page .post-title {
font-size: 24px;
line-height: 1.4; }
.post-title-large-image .title {
font-size: 26px; }
.wd-single-footer {
flex-wrap: wrap;
padding-top: 0;
padding-bottom: 0;
border-top: none; }
.wd-single-footer .single-meta-tags,
.wd-single-footer .single-post-social {
flex: 1 1 100%;
margin-bottom: 15px;
max-width: 100%;
width: 100%; }
.wd-single-footer .tags-list {
justify-content: center; }
.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
display: block;
mask-image: linear-gradient(to left, transparent 5px, #000 40px);
-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px); }
.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-heading {
display: none; }
.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
overflow: hidden; }
.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container:after, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container:after {
content: ""; }
.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-list {
overflow-y: auto;
white-space: nowrap; }
.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list::-webkit-scrollbar, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-list::-webkit-scrollbar {
display: none; }
.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right {
display: block; }
.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab {
display: inline-block; }
.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left.vc_tta-o-no-fill .vc_tta-panel-body, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right.vc_tta-o-no-fill .vc_tta-panel-body {
padding-right: 0 !important;
padding-left: 0 !important; }
.table-responsive-label {
display: inline-block; }
.shop_table_responsive {
display: block; }
.shop_table_responsive thead,
.shop_table_responsive th {
display: none; }
.shop_table_responsive tbody,
.shop_table_responsive tfoot,
.shop_table_responsive tr {
display: block; }
.shop_table_responsive tr {
position: relative;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(129, 129, 129, 0.2); }
.shop_table_responsive tr:last-child {
margin-bottom: 0; }
.shop_table_responsive td {
display: block;
margin-bottom: 8px;
padding: 0 0 8px;
border-bottom: none;
text-align: right; }
.shop_table_responsive td:before {
content: attr(data-title);
float: left;
padding-top: 3px;
color: #2d2a2a;
text-transform: uppercase;
font-weight: 600;
font-size: 12px; }
.shop_table_responsive td:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none; }
.global-color-scheme-light .shop_table_responsive tr {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .shop_table_responsive td:before {
color: #FFF; }
.woocommerce-cart-form__contents tr,
.group_table tr {
margin-bottom: 25px;
padding-bottom: 25px;
padding-left: 115px;
min-height: 136px; }
.woocommerce-cart-form__contents td,
.group_table td {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 5px;
padding: 0; }
.woocommerce-cart-form__contents td > *,
.group_table td > * {
margin-bottom: 5px; }
.woocommerce-cart-form__contents td:before,
.group_table td:before {
flex: 1 1 auto;
margin-bottom: 5px;
padding-top: 0;
text-align: left;
font-size: 11px; }
.woocommerce-cart-form__contents td:not(:last-child),
.group_table td:not(:last-child) {
border-bottom: 1px dashed rgba(129, 129, 129, 0.2); }
.woocommerce-cart-form__contents td.product-thumbnail,
.group_table td.product-thumbnail {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
margin-bottom: 0;
padding-bottom: 0;
max-height: 115px;
border-bottom: none; }
.woocommerce-cart-form__contents td.product-thumbnail img,
.group_table td.product-thumbnail img {
min-width: 100px;
max-width: 100px; }
.woocommerce-cart-form__contents td.product-remove,
.group_table td.product-remove {
position: absolute;
top: -7px;
right: -7px;
z-index: 1;
margin-bottom: 0;
padding-bottom: 0;
border: none; }
.woocommerce-cart-form__contents td.product-name,
.group_table td.product-name {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
text-align: left; }
.woocommerce-cart-form__contents td.product-name > a,
.woocommerce-cart-form__contents td.product-name > label,
.group_table td.product-name > a,
.group_table td.product-name > label {
margin-bottom: 10px;
padding-right: 30px; }
.woocommerce-cart-form__contents td.product-name:before,
.group_table td.product-name:before {
content: none; }
.woocommerce-cart-form__contents td.product-quantity input[type="button"],
.woocommerce-cart-form__contents td.product-quantity input[type="number"],
.group_table td.product-quantity input[type="button"],
.group_table td.product-quantity input[type="number"] {
height: 30px; }
.woocommerce-cart-form__contents td.product-quantity input[type="number"],
.group_table td.product-quantity input[type="number"] {
width: 25px; }
.global-color-scheme-light .woocommerce-cart-form__contents td, .global-color-scheme-light
.group_table td {
border-color: rgba(255, 255, 255, 0.15); }
.group_table {
padding-top: 20px; }
.col2-set .col-1,
.col2-set .col-2 {
flex-basis: 100%;
max-width: 100%; }
.wd-products-tabs .tabs-name .svg-icon {
width: 25px !important;
height: 25px !important; }
.wd-products-tabs .tabs-name .img-wrapper img {
max-height: 25px;
width: auto; }
.wd-products-tabs .tabs-navigation-wrapper {
overflow: hidden; }
.wd-products-tabs .tabs-navigation-wrapper .svg-icon {
width: 25px !important;
height: 25px !important; }
.wd-products-tabs .tabs-navigation-wrapper .img-wrapper img {
max-height: 25px;
width: auto; }
.wd-products-tabs .products-tabs-title {
overflow-y: auto;
margin-right: -10px;
margin-left: -10px;
white-space: nowrap;
mask-image: linear-gradient(to left, transparent 5px, #000 40px);
-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px); }
.wd-products-tabs .products-tabs-title::-webkit-scrollbar {
display: none; }
.wd-products-tabs .products-tabs-title li {
padding-right: 10px;
padding-left: 10px;
font-size: 14px; }
.wd-products-tabs.tabs-design-alt .tabs-name,
.wd-products-tabs.tabs-design-alt .tabs-navigation-wrapper {
flex: 1 1 100%;
max-width: 100%;
width: 100%; }
.wd-products-tabs.tabs-design-simple .wd-tabs-header {
align-items: flex-start;
flex-direction: column;
margin-bottom: 10px;
border-bottom: none; }
.wd-products-tabs.tabs-design-simple .tabs-name {
margin-right: 0; }
.wd-products-tabs.tabs-design-simple .tabs-navigation-wrapper {
flex: 1 1 auto;
padding-top: 10px;
max-width: 100%;
width: 100%;
border-top: 2px solid #EAEAEA; }
.wd-products-tabs.tabs-design-simple .owl-nav,
.wd-products-tabs.tabs-design-simple .wrap-loading-arrow {
top: -103px; }
.wd-products-tabs.tabs-design-simple .owl-carousel .owl-nav {
right: -5px; }
[class*="color-scheme-light"] .wd-products-tabs.tabs-design-simple .tabs-navigation-wrapper {
border-color: rgba(255, 255, 255, 0.15); }
.wd-highlighted-products:not(.with-title) .owl-nav > div[class*="prev"] {
left: -36px; }
.wd-highlighted-products:not(.with-title) .owl-nav > div[class*="next"] {
right: -36px; }
.wd-highlighted-products:not(.with-title) .wrap-loading-arrow > div[class*="prev"] {
left: -14px !important; }
.wd-highlighted-products:not(.with-title) .wrap-loading-arrow > div[class*="next"] {
right: -14px !important; }
.products-bordered-grid.wd-spacing-20 .product, .products-bordered-grid.wd-spacing-30 .product {
padding-top: 5px;
padding-bottom: 5px; }
.products-bordered-grid.wd-carousel-spacing-20 .owl-carousel-item, .products-bordered-grid.wd-carousel-spacing-30 .owl-carousel-item {
padding: 5px; }
.wd-product-instagram {
padding-top: 25px; }
.popup-quick-view .wd-scroll-content {
padding: 20px 15px 20px 15px; }
.popup-quick-view .entry-summary:after {
content: none; }
.quick-view-horizontal .summary-inner,
.quick-view-horizontal .wd-scroll-content {
position: static; }
.quick-view-vertical .wd-scroll-content {
max-height: none; }
.wd-sticky-btn {
padding-top: 7px;
padding-bottom: 7px; }
.wd-sticky-btn .wd-sticky-btn-content {
display: none; }
.wd-sticky-btn .wd-sticky-btn-cart {
flex: 1 1 auto;
justify-content: center; }
.wd-sticky-btn.mobile-off {
display: none; }
.wd-sticky-btn-shown.scrollToTop {
bottom: 68px; }
.category-grid-item .wd-entities-title {
font-size: 16px; }
.category-grid-item .more-products {
font-size: 14px; }
.category-grid-item:hover .category-image {
transform: none; }
.categories-style-masonry-first .category-grid-item {
flex-basis: 50%;
max-width: 50%;
width: 50%; }
.categories-style-masonry-first .category-grid-item:first-child {
flex-basis: 100%;
max-width: 100%;
width: 100%; }
.quick-shop-wrapper .quick-shop-close {
top: 0;
right: 0;
padding-right: 0; }
.quick-shop-wrapper .quick-shop-close > a {
width: 30px;
font-size: 0; }
.quick-shop-wrapper .quick-shop-close > a:before {
margin-right: 0; }
.quick-shop-wrapper .quick-shop-form {
padding-top: 10px; }
.quick-shop-wrapper select {
height: 35px; }
.quick-shop-wrapper .single_add_to_cart_button {
font-size: 0;
white-space: nowrap; }
.quick-shop-wrapper .single_add_to_cart_button:before {
margin-right: 0;
margin-left: 0; }
.quick-shop-wrapper .swatch-on-single.text-only {
font-size: 14px; }
.quick-shop-wrapper .swatch-on-single.swatch-with-bg {
min-width: 17px;
width: 17px;
height: 17px; }
.quick-shop-wrapper .swatch-on-single:not(:last-child) {
margin-right: 10px; }
.quick-shop-wrapper .variation-swatch-selected .variations {
margin-bottom: 30px; }
.quick-shop-wrapper table.variations .label {
margin-bottom: 2px; }
.quick-shop-wrapper table.variations .reset_variations {
bottom: -23px; }
.wd-hover-base .wrapp-swatches {
min-height: 40px; }
.wd-hover-base .product-compare-button {
display: none; }
.wd-hover-base .quick-shop-close {
top: -5px;
right: -5px; }
.wd-hover-base.product-no-swatches .wrapp-swatches {
display: none; }
.product-list-item .product-wrapper {
flex-wrap: wrap;
text-align: center; }
.product-list-item:not(:last-child) .product-wrapper {
padding-bottom: 0;
border-bottom: none; }
.product-list-item .product-element-top {
flex: 1 1 100%;
margin-bottom: 10px;
margin-right: 0;
max-width: 100%;
width: 100%; }
.product-list-item .wd-entities-title,
.product-list-item .wd-product-cats,
.product-list-item .wd-product-brands-links {
margin-bottom: 5px; }
.product-list-item .wd-entities-title {
font-size: 14px; }
.product-list-item .woocommerce-product-rating {
margin-bottom: 0; }
.product-list-item .price {
margin-bottom: 0;
font-size: 15px; }
.product-list-item .swatches-on-grid {
margin-top: 5px;
margin-bottom: 0; }
.product-list-item .swatch-on-grid.swatch-size-default.swatch-with-bg {
width: 15px;
height: 15px; }
.product-list-item .woocommerce-product-details__short-description {
display: none; }
.product-list-item .wd-add-btn {
margin-top: 10px; }
.single-product-page .wd-product-brands img {
max-width: 70px; }
.product-image-summary-inner > div {
margin-bottom: 25px; }
.product-image-summary-inner > div:last-child {
margin-bottom: 0; }
.single-product-page .summary-inner {
margin-bottom: -20px; }
.product-image-summary-wrap > div,
.product-image-summary-wrap > aside,
.full-height-sidebar-wrap > div,
.full-height-sidebar-wrap > aside {
margin-bottom: 25px; }
.product-image-summary-wrap > div:last-child,
.product-image-summary-wrap > aside:last-child,
.full-height-sidebar-wrap > div:last-child,
.full-height-sidebar-wrap > aside:last-child {
margin-bottom: 0; }
.single-product-sidebar.sidebar-container {
border: none; }
.thumbs-position-bottom_grid .woocommerce-product-gallery__wrapper,
.thumbs-position-bottom_combined .woocommerce-product-gallery__wrapper {
margin-right: 0;
margin-left: 0; }
.breadcrumbs-location-summary .single-product-page {
margin-top: -25px; }
.variations_form td {
display: block; }
.variations_form .label {
margin-bottom: 5px; }
.variations_form .label label,
.variations_form .label span {
display: inline-block;
vertical-align: middle;
line-height: 1; }
.variations_form .label label {
margin-right: 0; }
.variations_form .label span {
margin-left: 5px; }
.product_title {
font-size: 20px; }
.related-and-upsells > div {
margin-bottom: 25px; }
.related-and-upsells > div:last-child {
margin-bottom: 0; }
.related-and-upsells .owl-dots {
display: none; }
.related-and-upsells:empty {
display: none; }
.product-full-width.product-design-alt .summary-inner, .product-full-width.product-summary-shadow .summary-inner, .product-full-width.image-full-width .summary-inner {
max-width: 100%; }
.wd-products-nav .wrapper-short {
display: none; }
.shop-loop-head {
margin-top: -15px; }
.description-area-before .term-description,
.description-area-before .page-description {
margin-bottom: 30px; }
.woocommerce-ordering {
position: relative;
z-index: 1;
width: 30px;
height: 30px;
text-align: center;
margin-top: 0; }
.woocommerce-ordering:after {
color: #2d2a2a;
font-size: 20px;
content: "\f119";
font-family: "woodmart-font"; }
.woocommerce-ordering select {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 0;
border: none;
background-image: none;
font-weight: 400;
font-size: 16px;
color: transparent;
-webkit-appearance: none;
-moz-appearance: none; }
.woocommerce-ordering select option {
font-size: 14px; }
.woocommerce-ordering select::-ms-expand {
display: none; }
.global-color-scheme-light .woocommerce-ordering:after {
color: #FFF; }
.wd-checkout-steps li {
margin-top: 0;
margin-bottom: 0; }
.wd-checkout-steps li span:after {
content: none; }
.wd-checkout-steps li:not(.step-active) {
display: none; }
.wd-checkout-steps li:after {
content: none; }
form.checkout.processing > .blockOverlay {
position: fixed !important;
z-index: 1000 !important; }
.woocommerce-billing-fields {
margin-top: 0;
margin-bottom: 40px; }
.woocommerce-additional-fields {
margin-bottom: 40px; }
.checkout_coupon {
margin-bottom: 20px; }
td.product-subtotal .table-responsive-label {
font-size: 11px; }
td.product-subtotal span {
font-size: 14px; }
.cart-actions .coupon {
justify-content: center;
margin-top: 30px;
padding: 25px;
border: 2px dashed rgba(129, 129, 129, 0.2); }
.cart-actions .coupon .input-text {
max-width: none; }
.global-color-scheme-light .cart-actions .coupon {
border-color: rgba(255, 255, 255, 0.15); }
.cart-totals-inner > h2 {
margin-bottom: 15px;
padding-left: 0; }
.cart-totals-inner .shop_table_responsive {
margin-bottom: 20px; }
.cart-totals-inner .shop_table_responsive tr:last-child {
padding-bottom: 0;
border-bottom: 0; }
.cart-totals-inner .shop_table_responsive td:before {
padding-top: 0;
font-size: 14px; }
.cart-totals-inner tr.order-total td strong {
font-size: 18px; }
.wd-registration-page {
padding-top: 0;
padding-bottom: 0; }
#customer_login > .col-md-6 {
padding-top: 0;
padding-bottom: 0; }
#customer_login > div:not(:first-child):last-child {
border: none; }
.register-or {
display: flex; }
.col-register {
margin-top: 30px; }
.wd-register-tabs .col-register {
margin-top: 0; }
.woocommerce-lost-password .site-content .woocommerce > p {
font-size: 100%; }
.woocommerce-lost-password .site-content .woocommerce > p:before {
font-size: 80px;
line-height: 80px; }
.woocommerce-my-account-wrapper {
flex-wrap: wrap; }
.woocommerce-MyAccount-content,
.wd-my-account-sidebar {
flex-basis: 100%;
padding-top: 0;
padding-bottom: 0;
max-width: 100%;
width: 100%; }
.wd-my-account-sidebar {
border-right: none; }
.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
flex-basis: 50%;
margin-bottom: 30px;
max-width: 50%; }
.woocommerce-thankyou-order-details li:nth-child(even),
.wc-bacs-bank-details li:nth-child(even) {
border-right: none; }
.wd-compare-col {
flex: 1 0 50%;
justify-content: flex-start;
background-color: transparent !important; }
.compare-field {
display: none; }
.compare-value:before {
content: attr(data-title);
display: block;
margin-top: -15px;
margin-bottom: 15px;
padding: 10px;
width: 100%;
background-color: rgba(0, 0, 0, 0.03);
color: #2D2A2A;
text-transform: uppercase;
font-weight: 600;
font-size: 14px; }
.global-color-scheme-light .compare-value:before {
background-color: rgba(0, 0, 0, 0.3);
color: #FFF; }
.wd-empty-page {
font-size: 32px; }
.wd-empty-page:before {
font-size: 110px;
line-height: 110px; }
.wd-empty-page-text {
font-size: 100%; }
.wd-empty-page-text br {
display: none; } }
@media (max-width: 767px) {
.promo-banner .banner-subtitle {
font-size: 3vw; }
.promo-banner .banner-title {
font-size: 5vw; }
body .mobile-bg-img-hidden,
.wpb_column.mobile-bg-img-hidden > div {
background-image: none !important; }
body .reset-element-margin,
.reset-margin > .vc_column-inner,
.reset-margin-mobile > .vc_column-inner {
margin-right: 0 !important;
margin-left: 0 !important; }
.hidden-xs {
display: none !important; }
.visible-xs {
display: block !important; }
.row-reverse-mobile:not(.vc_row-flex) {
display: flex;
flex-wrap: wrap;
box-sizing: border-box; }
.row-reverse-mobile > .wpb_column:nth-child(1) {
order: 12; }
.row-reverse-mobile > .wpb_column:nth-child(2) {
order: 11; }
.row-reverse-mobile > .wpb_column:nth-child(3) {
order: 10; }
.row-reverse-mobile > .wpb_column:nth-child(4) {
order: 9; }
.row-reverse-mobile > .wpb_column:nth-child(5) {
order: 8; }
.row-reverse-mobile > .wpb_column:nth-child(6) {
order: 7; }
.row-reverse-mobile > .wpb_column:nth-child(7) {
order: 6; }
.row-reverse-mobile > .wpb_column:nth-child(8) {
order: 5; }
.row-reverse-mobile > .wpb_column:nth-child(9) {
order: 4; }
.row-reverse-mobile > .wpb_column:nth-child(10) {
order: 3; }
.row-reverse-mobile > .wpb_column:nth-child(11) {
order: 2; }
.row-reverse-mobile > .wpb_column:nth-child(12) {
order: 1; } }
@media (max-width: 575px) {
[class*="wd-width-"] {
max-width: 100%; }
.wd-entry-meta .meta-author {
font-size: 0; }
.wd-entry-meta .meta-author a {
font-size: 14px; }
.wd-post-date {
top: 10px;
left: 10px; }
.blog-post-loop .article-body-container {
padding-right: 15px;
padding-left: 15px; }
.wpb-js-composer .blog-post-loop.blog-style-flat {
margin-bottom: 45px; }
.blog-post-loop.blog-style-flat .article-body-container {
padding-right: 0;
padding-bottom: 0;
padding-left: 0; }
.hovered-social-icons {
display: none; }
.wd-blog-holder [class*="blog-design-default"] .article-body-container {
margin-right: 0;
margin-left: 0; }
.wd-blog-holder [class*="blog-design-default"].has-post-thumbnail .article-body-container {
margin-top: 0; }
.wd-blog-holder [class*="blog-design-default"]:not(.has-post-thumbnail) .post-date {
display: none; }
.wd-blog-holder [class*="blog-design-default"] .post-title,
.wd-blog-holder .blog-design-small-images:not(.has-post-thumbnail) .post-title {
font-size: 20px; }
.blog-design-small-images.has-post-thumbnail .post-title {
font-size: 20px; }
.blog-design-chess:nth-child(even).has-post-thumbnail .post-date {
left: 10px; }
.share-with-lines .wd-social-icons {
padding-right: 0;
padding-left: 0; }
.share-with-lines > span {
display: none; }
.post-single-page .post-title {
font-size: 20px; }
.footer-widget-collapse > *:not(.widget-title):not(:first-child) {
display: none;
margin-top: 20px; }
.footer-widget-collapse .widget-title {
position: relative;
margin-bottom: 0;
padding-right: 22px; }
.footer-widget-collapse .widget-title:after {
position: absolute;
top: calc(50% - 12px);
right: 0;
width: 24px;
height: 24px;
border-radius: 50%;
color: #333;
vertical-align: middle;
text-align: center;
font-weight: 600;
font-size: 10px;
line-height: 24px;
transition: all .25s ease;
content: "\f129";
font-family: "woodmart-font"; }
.footer-widget-collapse.footer-widget-opened .widget-title:after {
background-color: #F9F9F9;
transform: rotate(180deg); }
[class*="color-scheme-light"] .footer-widget-collapse .widget-title:after {
color: #FFF; }
[class*="color-scheme-light"] .footer-widget-collapse.footer-widget-opened .widget-title:after {
background-color: #FFF;
color: #333; }
.wd-search-full-screen .autocomplete-suggestion {
flex-basis: 50%; }
.title-wrapper .title-subtitle {
font-size: 12px; }
.title-wrapper .title {
font-size: 20px; }
.wd-menu-price {
align-items: stretch;
flex-direction: column; }
.wd-menu-price .menu-price-image {
margin-bottom: 10px;
margin-right: 0; }
.owl-items-xs-1:not(.owl-loaded) > div {
width: 100%;
flex: 0 0 100%; }
.owl-items-xs-2:not(.owl-loaded) > div {
width: 50%;
flex: 0 0 50%; }
.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop {
bottom: 109px; }
.product-grid-item .wd-stock-progress-bar .stock-info {
justify-content: center; }
.product-grid-item .wd-stock-progress-bar .total-sold {
display: none; }
.products-bordered-grid .col-12:first-child,
.products-bordered-grid .col-6:nth-child(-n+2) {
border-top-width: 1px; }
.wd-sticky-btn {
padding-top: 0;
padding-bottom: 0;
background-color: none;
box-shadow: none; }
.wd-sticky-btn .wd-sticky-btn-cart {
margin-right: -15px;
margin-left: -15px; }
.wd-sticky-btn .price,
.wd-sticky-btn p.stock,
.wd-sticky-btn .wd-action-btn {
display: none; }
.wd-sticky-btn .cart {
position: relative;
margin-right: 0 !important;
width: 100%; }
.wd-sticky-btn div.quantity {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
margin-right: 0; }
.wd-sticky-btn div.quantity input[type="button"],
.wd-sticky-btn div.quantity input[type="number"] {
border: none;
background-color: rgba(0, 0, 0, 0.1);
color: #FFF; }
.wd-sticky-btn div.quantity input[type="button"]:hover, .wd-sticky-btn div.quantity input[type="button"]:active,
.wd-sticky-btn div.quantity input[type="number"]:hover,
.wd-sticky-btn div.quantity input[type="number"]:active {
background-color: rgba(0, 0, 0, 0.2); }
.wd-sticky-btn div.quantity input[type="button"] {
min-width: 30px;
border-radius: 0; }
.wd-sticky-btn div.quantity input[type="button"].minus {
border-right: 1px solid rgba(255, 255, 255, 0.15); }
.wd-sticky-btn div.quantity input[type="button"].plus {
border-left: 1px solid rgba(255, 255, 255, 0.15); }
.wd-sticky-btn .wd-sticky-btn-cart .wd-sticky-add-to-cart,
.wd-sticky-btn .single_add_to_cart_button {
border-radius: 0; }
.wd-sticky-btn .quantity:not(.hidden) + .single_add_to_cart_button {
padding-left: 110px; }
.wd-sticky-btn .quantity:not(.hidden) + .single_add_to_cart_button:after {
margin-left: 35px; }
.wd-sticky-btn .single_add_to_cart_button {
width: 100%; }
.wd-sticky-btn .wd-sticky-add-to-cart {
width: 100%; }
.wd-sticky-btn-shown.scrollToTop {
bottom: 54px; }
.wd-sticky-btn .wcppec-checkout-buttons {
display: none; }
.product-grid-item.col-6 .wd-entities-title,
.product-grid-item.col-6 .wd-product-cats,
.product-grid-item.col-6 .wd-product-brands-links {
font-size: 12px; }
.product-grid-item.col-6 .price {
font-size: 14px; }
.wd-more-desc {
max-height: 80px;
font-size: 12px; }
.wd-more-desc-inner {
line-height: 20px; }
.wd-more-desc-inner p {
line-height: inherit; }
.wd-more-desc-full {
max-height: none; }
.product-label {
min-width: 40px; }
.product-label:not(:last-child) {
margin-bottom: 5px; }
.labels-rectangular .product-label {
padding-right: 5px;
padding-left: 5px;
font-size: 10px; }
.labels-rectangular .label-with-img {
padding-right: 0;
padding-left: 0; }
.labels-rounded .product-label {
min-height: 40px;
font-size: 10px; }
.browser-Internet .labels-rounded .product-label {
height: 40px; }
.labels-rounded .label-with-img {
min-height: auto; }
.title-line-one .product-grid-item.col-6 .wd-entities-title,
.title-line-two .product-grid-item.col-6 .wd-entities-title {
line-height: 15px; }
.title-line-one .product-grid-item.col-6 .wd-entities-title {
max-height: 15px; }
.title-line-two .product-grid-item.col-6 .wd-entities-title {
max-height: 30px; }
.wd-hover-tiled .product-element-bottom {
padding: 10px; }
.product-image-summary .product-images .labels-rounded {
top: 10px;
right: 10px; }
.product-image-summary .product-images .labels-rounded .product-label {
min-width: 40px;
min-height: 40px; }
.browser-Internet .product-image-summary .product-images .labels-rounded .product-label {
height: 40px; }
.product-image-summary .product-images .labels-rounded .label-with-img {
min-height: auto; }
.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
width: 100%; }
.checkout-order-review {
padding: 20px; }
.wd-table-wrapper {
padding: 5px 10px; }
.cart-actions .button {
width: 100%; }
.cart-actions .coupon {
flex-direction: column; }
.cart-actions .coupon .input-text {
margin-bottom: 10px;
margin-right: 0;
max-width: none; }
.wd-my-account-links > div {
flex-basis: 100%;
max-width: 100%;
width: 100%; }
.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
flex-direction: column; }
.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
flex-basis: 100%;
margin-bottom: 0;
padding-top: 15px;
padding-right: 0;
padding-bottom: 15px;
padding-left: 0;
max-width: 100%;
border-right: none;
border-bottom: 1px solid rgba(129, 129, 129, 0.2); }
.wd-compare-row .wd-compare-col {
flex: 1 0 75%; }
.wd-empty-page {
font-size: 28px; }
.wd-empty-page:before {
font-size: 86px;
line-height: 86px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important; }
.visible-md {
display: block !important; } }
@media (min-width: 769px) and (max-width: 1024px) {
.wd-columns-3 > div {
flex-basis: 50%;
max-width: 50%;
width: 50%; }
.wd-columns-4 > div {
flex-basis: 50%;
max-width: 50%;
width: 50%; }
.wd-columns-5 > div {
flex-basis: 50%;
max-width: 50%;
width: 50%; }
.wd-columns-6 > div {
flex-basis: 50%;
max-width: 50%;
width: 50%; }
.owl-items-md-1:not(.owl-loaded) > div {
width: 100%;
flex: 0 0 100%; }
.owl-items-md-2:not(.owl-loaded) > div {
width: 50%;
flex: 0 0 50%; }
.owl-items-md-3:not(.owl-loaded) > div {
width: 33.3333333333%;
flex: 0 0 33.3333333333%; }
.owl-items-md-4:not(.owl-loaded) > div {
width: 25%;
flex: 0 0 25%; }
.banner-hide-btn-tablet {
display: none !important; }
.vc_col-sm-6 .banner-subtitle.wd-fontsize-xs,
.owl-items-md-2 .banner-subtitle.wd-fontsize-xs {
font-size: 1vw; }
.vc_col-sm-6 .banner-subtitle.wd-fontsize-s,
.owl-items-md-2 .banner-subtitle.wd-fontsize-s {
font-size: 1.3vw; }
.vc_col-sm-6 .banner-title.wd-fontsize-s,
.owl-items-md-2 .banner-title.wd-fontsize-s {
font-size: 1.6vw; }
.vc_col-sm-6 .banner-title.wd-fontsize-l,
.owl-items-md-2 .banner-title.wd-fontsize-l {
font-size: 2vw; }
.vc_col-sm-6 .banner-title.wd-fontsize-xl,
.owl-items-md-2 .banner-title.wd-fontsize-xl {
font-size: 2.3vw; }
.wd-item-position-left,
.wd-item-position-right {
background-color: transparent !important; }
.offcanvas-sidebar-tablet .area-sidebar-shop:not(.wd-inited) {
display: none; }
.offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) {
flex-basis: 100%;
max-width: 100%;
width: 100%; }
.offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .shop-loop-head {
align-items: stretch;
flex-direction: column; }
.offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .wd-shop-tools {
justify-content: space-between; }
.offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .wd-shop-tools:not(:last-child) {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(129, 129, 129, 0.2); }
.offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .woocommerce-result-count {
display: block; }
.offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .wd-show-sidebar-btn {
display: inline-flex;
margin-right: auto; }
.offcanvas-sidebar-tablet .wd-sidebar-opener.wd-on-shop {
display: block; }
.offcanvas-sidebar-tablet.global-color-scheme-light .shop-content-area:not(.col-lg-12) .wd-shop-tools:not(:last-child) {
border-color: rgba(255, 255, 255, 0.15); }
.products-bordered-grid .col-12:first-child,
.products-bordered-grid .col-6:nth-child(-n+2),
.products-bordered-grid .col-md-4:nth-child(-n+3),
.products-bordered-grid .col-md-3:nth-child(-n+4) {
border-top-width: 1px; }
.woocommerce-orders-table {
display: block; }
.woocommerce-orders-table thead,
.woocommerce-orders-table th {
display: none; }
.woocommerce-orders-table tbody,
.woocommerce-orders-table tfoot,
.woocommerce-orders-table tr {
display: block; }
.woocommerce-orders-table tr {
position: relative;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(129, 129, 129, 0.2); }
.woocommerce-orders-table tr:last-child {
margin-bottom: 0; }
.woocommerce-orders-table td {
display: block;
margin-bottom: 8px;
padding: 0 0 8px;
border-bottom: none;
text-align: right; }
.woocommerce-orders-table td:before {
content: attr(data-title);
float: left;
padding-top: 3px;
color: #2d2a2a;
text-transform: uppercase;
font-weight: 600;
font-size: 12px; }
.woocommerce-orders-table td:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none; }
.global-color-scheme-light .woocommerce-orders-table tr {
border-color: rgba(255, 255, 255, 0.15); }
.global-color-scheme-light .woocommerce-orders-table td:before {
color: #FFF; } }
@media (min-width: 768px) and (max-width: 1024px) {
.reset-margin-tablet > .vc_column-inner {
margin-right: 0 !important;
margin-left: 0 !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important; }
.visible-sm {
display: block !important; }
.row-reverse-tablet:not(.vc_row-flex) {
display: flex;
flex-wrap: wrap;
box-sizing: border-box; }
.row-reverse-tablet > .wpb_column:nth-child(1) {
order: 12; }
.row-reverse-tablet > .wpb_column:nth-child(2) {
order: 11; }
.row-reverse-tablet > .wpb_column:nth-child(3) {
order: 10; }
.row-reverse-tablet > .wpb_column:nth-child(4) {
order: 9; }
.row-reverse-tablet > .wpb_column:nth-child(5) {
order: 8; }
.row-reverse-tablet > .wpb_column:nth-child(6) {
order: 7; }
.row-reverse-tablet > .wpb_column:nth-child(7) {
order: 6; }
.row-reverse-tablet > .wpb_column:nth-child(8) {
order: 5; }
.row-reverse-tablet > .wpb_column:nth-child(9) {
order: 4; }
.row-reverse-tablet > .wpb_column:nth-child(10) {
order: 3; }
.row-reverse-tablet > .wpb_column:nth-child(11) {
order: 2; }
.row-reverse-tablet > .wpb_column:nth-child(12) {
order: 1; } }
@media (min-width: 576px) and (max-width: 768px) {
.owl-items-sm-1:not(.owl-loaded) > div {
width: 100%;
flex: 0 0 100%; }
.owl-items-sm-2:not(.owl-loaded) > div {
width: 50%;
flex: 0 0 50%; }
.owl-items-sm-3:not(.owl-loaded) > div {
width: 33.3333333333%;
flex: 0 0 33.3333333333%; }
.owl-items-sm-3 .banner-subtitle,
.owl-items-sm-2 .banner-subtitle {
font-size: 2vw; }
.owl-items-sm-3 .banner-title,
.owl-items-sm-2 .banner-title {
font-size: 3vw; }
.instagram-picture.col-6 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.products-bordered-grid .col-12:first-child,
.products-bordered-grid .col-6:nth-child(-n+2),
.products-bordered-grid .col-sm-4:nth-child(-n+3) {
border-top-width: 1px; } }span.woofrom {
display: none;
}
.eicon-chevron-right,.eicon-chevron-left{
width:23px !important;
height:23px !important;
}
.eicon-chevron-right{
background-image:url(https://lumiled.com.br/wp-content/uploads/2022/06/chevron-right-solid.svg);
background-size:contain;
background-repeat:no-repeat;
background-position:center center;
}
.eicon-chevron-left{
background-image:url(https://lumiled.com.br/wp-content/uploads/2022/06/chevron-left-solid.svg);
background-size:contain;
background-repeat:no-repeat;
background-position:center center;
}
.wd-custom-icon, picture.wd-custom-icon img{
min-width: 47% !important;
}
.product-type-variable .product-rating-price,.home .b2bking_tiered_range_replaced,.archive .b2bking_tiered_range_replaced,.archive .product-type-variable .product-rating-price{
display:none !important;
}
.archive .product-type-simple .product-rating-price{	
display:none !important;
}
.related-and-upsells .product-type-simple .product-rating-price{
display:none !important;
}
.home .product-type-simple .product-rating-price{
display:none !important;
}
.archive .sale .product-rating-price{
display:flex !important;
justify-content:center;
}
span.woofrom {
display: none;
} .wd-popup.wd-promo-popup{
background-color:#111111;
background-repeat:no-repeat;
background-size:contain;
background-position:left center;
}
.page-title-default{
background-color:#0a0a0a;
background-size:cover;
background-position:center center;
}
.footer-container{
background-color:#ffffff;
}
:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(18,124,199);
}
:root{
--wd-alternative-color:rgb(254,72,16);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:#83b735;
}
:root{
--btn-shop-bgcolor-hover:#6ca300;
}
:root{
--btn-accent-bgcolor:#83b735;
}
:root{
--btn-accent-bgcolor-hover:#6ca300;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
:root{
--wd-form-brd-radius: 0px;
--wd-form-brd-width: 2px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-shop-color: #fff;
--btn-shop-color-hover: #fff;
--btn-accent-color: #fff;
--btn-accent-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accent-brd-radius: 0px;
--btn-accent-box-shadow: none;
--btn-accent-box-shadow-hover: none;
--btn-accent-box-shadow-active: none;
--btn-accent-bottom: 0px;
--btn-shop-bottom-active: -1px;
--btn-shop-brd-radius: 0px;
--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
}  @media (min-width: 1025px) {
.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
max-width: 1192px;
}
}
.container {
max-width: 1222px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-no {
max-width: 1192px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-narrow {
max-width: 1202px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-default {
max-width: 1212px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-extended {
max-width: 1222px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-wide {
max-width: 1232px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-wider {
max-width: 1252px;
}
@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
} div.wd-popup.popup-quick-view {
max-width: 920px;
} div.wd-popup.wd-promo-popup {
max-width: 800px;
} div.wd-popup.wd-age-verify {
max-width: 500px;
} .header-banner {
height: 40px;
}
body.header-banner-display .website-wrapper {
margin-top:40px;
} @media (max-width: 1024px) { .header-banner {
height: 40px;
}
body.header-banner-display .website-wrapper {
margin-top:40px;
}
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
max-height: 280px;
}
@font-face {
font-weight: normal;
font-style: normal;
font-family: "woodmart-font";
src: url(//lumiled.com.br/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=999.1.4) format("woff2"),
url(//lumiled.com.br/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=999.1.4) format("woff");
}
google-site-verification=CZJwpTUrt-RM1S_xnooKUFetYgHFJuYSMBsF2fCITRA@media (min-width: 1025px){.sticky-footer-on .main-page-wrapper,.sticky-footer-on .wd-prefooter{position:relative}.sticky-footer-on .main-page-wrapper{z-index:2}.sticky-footer-on .wd-prefooter{z-index:1}.sticky-footer-on .footer-container{position:fixed;right:0;bottom:0;left:0;width:auto;transition:all .25s ease;backface-visibility:hidden;perspective:800px}.browser-Safari .sticky-footer-on .footer-container{opacity:0}.browser-Safari .sticky-footer-on .visible-footer{opacity:1}}.footer-sidebar{padding-top:40px;padding-bottom:10px}.footer-column{margin-bottom:30px}[class*="color-scheme-light"] .footer-widget{--wd-link-color: rgba(255,255,255,.6)}.wd-prefooter{padding-bottom:40px;background-color:#FFF}.global-color-scheme-light .wd-prefooter{background-color:#1a1a1a}.copyrights-wrapper{border-top:1px solid rgba(119,119,119,0.2)}[class*="color-scheme-light"] .copyrights-wrapper{border-color:rgba(255,255,255,0.1)}.min-footer{display:flex;align-items:center;flex-direction:row;justify-content:space-between;margin-right:-15px;margin-left:-15px;padding-top:20px;padding-bottom:20px}.min-footer>div{flex:1 0 50%;padding-right:15px;padding-left:15px;max-width:50%;line-height:1.2}.min-footer .col-right{text-align:right}.copyrights-centered .min-footer{align-items:stretch;flex-wrap:wrap;text-align:center}.copyrights-centered .min-footer .col-right{text-align:center}.copyrights-centered .min-footer>div{flex-basis:100%;margin-bottom:15px;max-width:100%}.copyrights-centered .min-footer>div:last-child{margin-bottom:0}@media (max-width: 1024px){.min-footer{align-items:stretch;flex-wrap:wrap;text-align:center}.min-footer .col-right{text-align:center}.min-footer>div{flex-basis:100%;margin-bottom:15px;max-width:100%}.min-footer>div:last-child{margin-bottom:0}}.wp-block-categories,.wp-block-archives,.wp-block-latest-posts{list-style:none;--li-pl: 0}.wp-block-gallery .blocks-gallery-item:last-child{margin-bottom:16px}.wp-block-pullquote{margin-bottom:30px}.wp-block-pullquote blockquote{border:none;padding-left:0;margin-bottom:0;text-align:center}.wp-block-pullquote:not(.is-style-solid-color){border-width:2px 0;border-style:solid}.wp-block-archives.aligncenter,.wp-block-categories.aligncenter{text-align:center}.wp-block-image.alignleft,.wp-block-image .alignleft{margin-right:25px}.wp-block-image.alignright,.wp-block-image .alignright{margin-left:25px}.wp-block-separator.is-style-dots{width:auto}.wp-block-separator.is-style-dots:before{color:rgba(27,27,27,0.6);font-size:36px;letter-spacing:1em;padding-left:1em}.wp-block-separator.is-style-wide{width:100%}.wp-block-quote.is-large{border-left:none}.wp-block-quote.is-large cite{text-align:left}@media (max-width: 768px){.website-wrapper .wp-block-column{flex-basis:100%;margin:0}}@keyframes wd-SlideFromTop{from{transform:translateY(-150px)}to{transform:none}}@keyframes wd-SlideFromBottom{from{transform:translateY(150px)}to{transform:none}}@keyframes wd-SlideFromLeft{from{transform:translateX(-150px)}to{transform:none}}@keyframes wd-SlideFromRight{from{transform:translateX(150px)}to{transform:none}}@keyframes wd-RightFlipY{from{transform:translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6)}to{transform:perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1)}}@keyframes wd-LeftFlipY{from{transform:translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6)}to{transform:perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1)}}@keyframes wd-TopFlipX{from{transform:translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6)}to{transform:perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)}}@keyframes wd-BottomFlipX{from{transform:translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6)}to{transform:perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)}}@keyframes wd-ZoomIn{from{transform:scale(0.7)}to{transform:none}}@keyframes wd-RotateZ{from{transform:matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085)}to{transform:none}}.elementor-section.wd-negative-gap>.elementor-column-gap-default{margin-right:-10px;margin-left:-10px}.elementor-section.wd-negative-gap>.elementor-column-gap-narrow{margin-right:-5px;margin-left:-5px}.elementor-section.wd-negative-gap>.elementor-column-gap-extended{margin-right:-15px;margin-left:-15px}.elementor-section.wd-negative-gap>.elementor-column-gap-wide{margin-right:-20px;margin-left:-20px}.elementor-section.wd-negative-gap>.elementor-column-gap-wider{margin-right:-30px;margin-left:-30px}.elementor-section-boxed.wd-negative-gap>.elementor-container{max-width:none}[class*="wd-section-stretch"]{position:relative;width:100vw;left:calc(50% - 50vw)}[class*="wd-section-stretch"].wd-negative-gap{padding-right:15px;padding-left:15px}.elementor-template-full-width .row>[data-elementor-type]{flex:1 1 100%;margin-bottom:40px;padding-right:15px;padding-left:15px;max-width:100%;width:100%}.wd-elementor-sticky-column{align-items:flex-start}.wd-elementor-sticky-column>.elementor-column-wrap{display:flex;align-items:flex-start;height:100%}[class*="wd-anim"]{-webkit-animation-fill-mode:none !important;animation-fill-mode:none !important}[class*="wd-anim"].animated{animation-timing-function:cubic-bezier(0, 0.87, 0.58, 1)}.wd-anim-slide-from-top{animation-name:wd-SlideFromTop}.wd-anim-slide-from-bottom{animation-name:wd-SlideFromBottom}.wd-anim-slide-from-left{animation-name:wd-SlideFromLeft}.wd-anim-slide-from-right{animation-name:wd-SlideFromRight}.wd-anim-right-flip-y{animation-name:wd-RightFlipY}.wd-anim-left-flip-y{animation-name:wd-LeftFlipY}.wd-anim-top-flip-x{animation-name:wd-TopFlipX}.wd-anim-bottom-flip-x{animation-name:wd-BottomFlipX}.wd-anim-zoom-in{animation-name:wd-ZoomIn}.wd-anim-rotate-z{animation-name:wd-RotateZ;will-change:animation}.elementor-widget-text-editor{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 .elementor-widget-container>*:last-child,.elementor-text-editor>*:last-child{margin-bottom:0}.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}[class*="wd-underline"] u{text-decoration:none}.wd-underline-colored u{color:var(--wd-primary-color)}.wd-underline-bordered u{border-bottom:3px solid var(--wd-primary-color)}.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;top:0;right:0;bottom:0;left: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:black;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)}@media (min-width: 1025px){.platform-Windows [class*="wd-section-stretch"]{width:calc( 100vw - 17px);left:calc( 50% - 50vw + 8.5px)}}.elementor-location-header{margin-bottom:40px}.elementor-location-popup{overflow-x:hidden}.elementor-element .elementor-field-textual,.elementor-element .elementor-search-form__input{height:auto}.elementor-field.elementor-size-sm{border-radius:3px}.elementor-widget-wc-archive-products{text-align:right}.elementor-widget-wc-archive-products .wd-filter-buttons{display:none}.elementor-widget-wc-archive-products .wd-products-per-page,.elementor-widget-wc-archive-products .wd-products-shop-view,.elementor-widget-wc-archive-products .woocommerce-ordering{margin-right:0;margin-bottom:20px}.elementor-widget-wc-archive-products .wd-products-per-page:not(:first-child),.elementor-widget-wc-archive-products .wd-products-shop-view:not(:first-child),.elementor-widget-wc-archive-products .woocommerce-ordering:not(:first-child){margin-left:30px}.elementor-widget-wc-archive-products .woocommerce-ordering{display:inline-flex;vertical-align:middle}.elementor-widget-woocommerce-product-add-to-cart div.quantity{margin-right:10px}.elementor-widget-woocommerce-product-add-to-cart .variations{margin-bottom:25px}.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb{display:block}body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{width:auto}.elementor-widget-woocommerce-product-images .woocommerce-product-gallery.thumbs-position-bottom .woocommerce-product-gallery__wrapper{margin-bottom:4px}.elementor-widget-woocommerce-product-price .price{font-size:22px;font-weight:600;margin-bottom:0}.elementor-widget-woocommerce-product-price .price>.amount,.elementor-widget-woocommerce-product-price .price ins .amount{color:inherit;font-weight:inherit}.elementor-widget-woocommerce-product-short-description .woocommerce-product-details__short-description{margin-bottom:0}.elementor-add-to-cart--align-center .stock{text-align:center}.elementor-add-to-cart--align-left .stock{text-align:left}.elementor-add-to-cart--align-right .stock{text-align:right}.woocommerce div.product.elementor form.cart table.variations td.value.with-swatches:before{content:none}.woocommerce div.product.elementor form.cart table.variations td.value.with-swatches select{display:none}.woocommerce div.product.elementor form.cart.wd-swatches-name table.variations tr{flex-direction:column}.woocommerce div.product.elementor form.cart.wd-swatches-name table.variations td{width:auto}.woocommerce div.product.elementor .product-grid-item table.variations td{justify-content:center}.woocommerce div.product.elementor .product-grid-item .quantity+.button{margin-left:0}.elementor-widget-woocommerce-product-meta{color:#333;font-weight:600}.elementor-widget-woocommerce-product-meta .product_meta{line-height:inherit;color:inherit;font-weight:inherit;font-size:inherit}.elementor-widget-woocommerce-product-meta .product_meta>span a,.elementor-widget-woocommerce-product-meta .product_meta>span span{color:inherit;font-weight:inherit}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .tabs li a{opacity:1}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .tabs li a:hover{opacity:.7}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .tabs li a:after{content:none}.elementor-widget-woocommerce-product-additional-information table{margin-bottom:0}@media (min-width: 1025px){.elementor-widget-woocommerce-product-images .woocommerce-product-gallery.thumbs-position-left>.col-lg-9 .woocommerce-product-gallery__wrapper{margin-left:-15px;width:auto}}@media (max-width: 1024px){.elementor-widget-woocommerce-product-images .woocommerce-product-gallery.thumbs-position-left .woocommerce-product-gallery__wrapper{margin-bottom:4px}}.notifications-sticky div.wpcf7-response-output,.notifications-sticky .mc4wp-alert,.notifications-sticky .woocommerce-error,.notifications-sticky .woocommerce-message,.notifications-sticky .woocommerce-info,.notifications-sticky .yith_ywraq_add_item_product_message{position:fixed;top:auto;right:0;bottom:0;left:0;z-index:1050;margin:0;padding-right:80px;cursor:pointer;transform:translate3d(0, 200%, 0);animation:wd-fadeInUpBig .35s ease .5s both}.notifications-sticky div.wpcf7-response-output:after,.notifications-sticky .mc4wp-alert:after,.notifications-sticky .woocommerce-error:after,.notifications-sticky .woocommerce-message:after,.notifications-sticky .woocommerce-info:after,.notifications-sticky .yith_ywraq_add_item_product_message:after{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;width:60px;background-color:rgba(0,0,0,0.1);font-weight:600;font-size:14px;cursor:pointer;transition:background-color .25s ease;content:"\f112";font-family:"woodmart-font"}.notifications-sticky div.hidden-notice.wpcf7-response-output,.notifications-sticky .hidden-notice.mc4wp-alert,.notifications-sticky .hidden-notice.woocommerce-error,.notifications-sticky .hidden-notice.woocommerce-message,.notifications-sticky .hidden-notice.woocommerce-info,.notifications-sticky .hidden-notice.yith_ywraq_add_item_product_message{animation:wd-fadeOutDownBig .35s ease both}.notifications-sticky div.wpcf7-response-output:hover:after,.notifications-sticky .mc4wp-alert:hover:after,.notifications-sticky .woocommerce-error:hover:after,.notifications-sticky .woocommerce-message:hover:after,.notifications-sticky .woocommerce-info:hover:after,.notifications-sticky .yith_ywraq_add_item_product_message:hover:after{background-color:rgba(0,0,0,0.2)}.mfp-content .mc4wp-alert,.search-no-results.woocommerce .woocommerce-info,.woocommerce-checkout .woocommerce [role="alert"],.woocommerce-form-coupon-toggle>.woocommerce-info,.woocommerce-form-login-toggle>.woocommerce-info,.woocommerce-cart .woocommerce-notices-wrapper [role="alert"],.woocommerce-MyAccount-content .woocommerce-Message{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:auto;flex-basis:100%;padding-right:30px;max-width:100%;width:100%;cursor:default;transform:none;animation:none}.mfp-content .mc4wp-alert:after,.search-no-results.woocommerce .woocommerce-info:after,.woocommerce-checkout .woocommerce [role="alert"]:after,.woocommerce-form-coupon-toggle>.woocommerce-info:after,.woocommerce-form-login-toggle>.woocommerce-info:after,.woocommerce-cart .woocommerce-notices-wrapper [role="alert"]:after,.woocommerce-MyAccount-content .woocommerce-Message:after{content:none}.mfp-content .hidden-notice.mc4wp-alert,.search-no-results.woocommerce .hidden-notice.woocommerce-info,.woocommerce-checkout .woocommerce .hidden-notice[role="alert"],.woocommerce-form-coupon-toggle>.hidden-notice.woocommerce-info,.woocommerce-form-login-toggle>.hidden-notice.woocommerce-info,.woocommerce-cart .woocommerce-notices-wrapper .hidden-notice[role="alert"],.woocommerce-MyAccount-content .hidden-notice.woocommerce-Message{animation:none}td.product-name a,.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}td.product-name a:hover,.product-title a:hover,a.product-title:hover{color:var(--wd-entities-title-color-hover)}.wc-item-meta,.wc-item-meta ul,.wc-item-meta ol,ul.variation,.wd-pf-results,.wd-pf-dropdown ul{list-style:none;--li-pl: 0}.wc-item-meta,.wc-item-meta ul,.wc-item-meta ol,.wd-pf-results,.wd-pf-dropdown ul{--list-mb: 0;--li-mb: 0}p.stock{font-weight:600;font-size:14px;line-height:1.2}p.stock:before{display:inline-block;margin-right:5px;vertical-align:text-top}p.stock.in-stock{color:#333}p.stock.in-stock:before{content:"\f107";font-family:"woodmart-font";color:var(--wd-primary-color)}p.stock.out-of-stock{color:#B50808}[class*="color-scheme-light"] p.stock .in-stock{color:#fff}.shop_table tr td:last-child,.shop_table tr th:last-child{text-align:right}tr.order-total th{font-size:18px}tr.order-total strong .amount{font-size:22px}tr.order-total td strong{display:block}th.product-remove,th.product-thumbnail{font-size:0}th.product-name{text-align:left}th.product-thumbnail{width:10px}th.product-remove{width:40px}td.product-name{text-align:left}td.product-name a{display:inline-block;font-size:14px}td.product-name p{margin-top:5px;margin-bottom:5px;font-size:90%}td.product-name ul.variation{margin-top:5px}td.product-price .amount{color:#777;font-weight:400;font-size:14px}td.product-price del{color:#BDBDBD}td.product-price del .amount{color:#BDBDBD;font-size:90%}td.product-price ins{padding:0;background-color:transparent;text-decoration:none;opacity:1}td.product-subtotal span{font-size:16px}td.product-thumbnail>a{display:block;overflow:hidden}td.product-thumbnail img{min-width:80px;max-width:80px}td.woocommerce-orders-table__cell-order-actions a{margin-right:5px;padding:10px 14px;font-size:12px;line-height:16px;border-radius:var(--btn-shop-brd-radius);color:var(--btn-shop-color);box-shadow:var(--btn-shop-box-shadow);background-color:var(--btn-shop-bgcolor)}td.woocommerce-orders-table__cell-order-actions a:hover{color:var(--btn-shop-color-hover);box-shadow:var(--btn-shop-box-shadow-hover);background-color:var(--btn-shop-bgcolor-hover)}td.woocommerce-orders-table__cell-order-actions a:active{box-shadow:var(--btn-shop-box-shadow-active);bottom:var(--btn-shop-bottom-active)}td.woocommerce-orders-table__cell-order-actions a:last-child{margin-right:0}td.product-remove{padding:0;text-align:center}td.product-total .amount{color:#777;font-weight:400}[class*="color-scheme-light"] td.product-total .amount{color:#FFF}.global-color-scheme-light td.product-price .amount{color:rgba(255,255,255,0.8)}.global-color-scheme-light td.product-price del{color:rgba(255,255,255,0.6)}.global-color-scheme-light td.product-price del .amount{color:rgba(255,255,255,0.6)}td.product-remove a,.woocommerce-remove-coupon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;color:#333;font-size:0}td.product-remove a:before,.woocommerce-remove-coupon:before{font-weight:600;font-size:10px;content:"\f112";font-family:"woodmart-font"}td.product-remove a:hover,.woocommerce-remove-coupon:hover{color:rgba(51,51,51,0.6)}.global-color-scheme-light td.product-remove a,.global-color-scheme-light .woocommerce-remove-coupon{color:#fff}.global-color-scheme-light td.product-remove a:hover,.global-color-scheme-light .woocommerce-remove-coupon:hover{color:rgba(255,255,255,0.8)}.product-labels{position:absolute;z-index:1;display:flex;align-items:flex-start;flex-direction:column;flex-wrap:nowrap;max-width:50%;transition:opacity .3s ease}.product-label{min-width:50px;color:#FFF;text-align:center;text-transform:uppercase;word-break:break-all;letter-spacing:.4px;font-weight:600;line-height:1.2}.product-label img{width:100%}.product-label:not(:last-child){margin-bottom:10px}.product-label.onsale{background-color:var(--wd-primary-color)}.product-label.featured{background-color:#E22D2D}.product-label.new{background-color:#438E44}.product-label.out-of-stock{background-color:rgba(255,255,255,0.9);color:#2d2a2a;font-weight:900}.product-label.attribute-label:not(.label-with-img){background-color:rgba(255,255,255,0.9);color:#2d2a2a}.global-color-scheme-light .product-label.out-of-stock,.global-color-scheme-light .product-label.attribute-label:not(.label-with-img){background-color:#101010;color:#fff}.labels-rectangular{top:15px;left:0}.labels-rectangular .product-label{padding:5px 10px;font-size:12px}.labels-rectangular .label-with-img{padding:0;max-width:50px}.labels-rounded{top:7px;left:7px}.labels-rounded .product-label{display:flex;align-items:center;justify-content:center;padding:5px 7px;min-height:50px;border-radius:35px;font-size:14px}.browser-Internet .labels-rounded .product-label{height:50px}.labels-rounded .label-with-img{padding:0;min-height:auto;max-width:55px}.labels-rounded .out-of-stock{max-width:50px;font-size:12px}[class*="color-scheme-light"] .wd-product-countdown>span{background-color:#101010;color:#FFF}[class*="color-scheme-light"] .wd-product-countdown>span span{color:rgba(255,255,255,0.8)}.wd-more-desc{position:relative;overflow:hidden;margin-bottom:12px;max-height:88px}.wd-more-desc table{margin-bottom:0}.wd-more-desc .wd-more-desc-inner{line-height:22px;--wd-tags-margin-bottom: 10px}.wd-more-desc .wd-more-desc-btn{position:absolute;right:0;bottom:0;left:0;z-index:2;height:20px;background:linear-gradient(to bottom, rgba(255,255,255,0.8) 0, #fff 100%);color:#000;text-align:center;text-decoration:none;font-size:0;line-height:20px;transition:transform .25s ease;transform:translateY(20px)}.wd-more-desc .wd-more-desc-btn span:after{font-weight:700;font-size:20px;content:"\f109";font-family:"woodmart-font"}.wd-more-desc .wd-more-desc-btn:hover{color:#000}.wd-more-desc .wd-more-desc-btn:not(.wd-shown){display:none}.wd-more-desc.wd-more-desc-full{max-height:none}.wd-more-desc.wd-more-desc-full .wd-more-desc-btn{display:none}[class*="color-scheme-light"] .wd-more-desc .wd-more-desc-btn{background:linear-gradient(to bottom, rgba(16,16,16,0.8) 0, #101010 100%);color:#fff}[class*="color-scheme-light"] .wd-more-desc .wd-more-desc-btn:hover{color:#fff}.woocommerce-breadcrumb{display:inline-flex;align-items:center;flex-wrap:wrap;color:#333}.woocommerce-breadcrumb a{margin-right:6px}.woocommerce-breadcrumb a:after{content:"/";margin-left:5px}.woocommerce-breadcrumb,.yoast-breadcrumb{vertical-align:middle;font-size:14px;line-height:1.4}.woocommerce-breadcrumb a,.yoast-breadcrumb a{color:#8E8E8E}.woocommerce-breadcrumb a:hover,.yoast-breadcrumb a:hover{color:#585858}.global-color-scheme-light .woocommerce-breadcrumb a,.global-color-scheme-light .yoast-breadcrumb a{color:rgba(255,255,255,0.6)}.global-color-scheme-light .woocommerce-breadcrumb a:hover,.global-color-scheme-light .yoast-breadcrumb a:hover{color:#fff}.woocommerce-breadcrumb .breadcrumb-last,.yoast-breadcrumb .breadcrumb_last{margin-right:8px;font-weight:600}.woocommerce-breadcrumb .breadcrumb-last:last-child,.yoast-breadcrumb .breadcrumb_last:last-child{margin-right:0}.global-color-scheme-light .woocommerce-breadcrumb .breadcrumb-last,.global-color-scheme-light .yoast-breadcrumb .breadcrumb_last{color:#fff}.star-rating{position:relative;display:inline-block;vertical-align:middle;white-space:nowrap;letter-spacing:2px;font-weight:400;font-size:14px;color:#EABE12;font-family:"woodmart-font"}.star-rating:before{content:"\f149" "\f149" "\f149" "\f149" "\f149";color:#C9C9C9}.star-rating span{position:absolute;top:0;bottom:0;left:0;overflow:hidden;width:100%;text-indent:99999px}.star-rating span:before{content:"\f148" "\f148" "\f148" "\f148" "\f148";position:absolute;top:0;left:0;text-indent:0}[class*="color-scheme-light"] .star-rating:before{color:rgba(255,255,255,0.6)}div.quantity{display:inline-flex;vertical-align:top;white-space:nowrap;font-size:0}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 input[type="number"],div.quantity input[type="button"]{display:inline-block;color:#777}div.quantity input[type="number"]{width:30px;height:42px;border-radius:0;border-right:none;border-left:none}.browser-Firefox div.quantity input[type="number"]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}div.quantity input[type="button"]{padding:0 5px;min-width:25px;height:42px;border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);background:transparent;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-top-left-radius:var(--wd-form-brd-radius);border-bottom-left-radius:var(--wd-form-brd-radius)}div.quantity .plus{border-top-right-radius:var(--wd-form-brd-radius);border-bottom-right-radius:var(--wd-form-brd-radius)}div.quantity.hidden{display:none !important}[class*="color-scheme-light"] div.quantity input[type="number"],[class*="color-scheme-light"] div.quantity input[type="button"]{color:#FFF}.form-style-underlined div.quantity input[type="number"]{border-top-style:solid}.amount{font-weight:600;font-size:14px;color:var(--wd-primary-color)}[class*="color-scheme-light"] .amount{color:#fff}del .amount{color:#BDBDBD;font-weight:400}[class*="color-scheme-light"] del .amount{color:rgba(255,255,255,0.6)}.price{font-size:14px;color:var(--wd-primary-color)}.price .amount{font-size:inherit}.price del{color:#BDBDBD;font-size:90%}.price ins{padding:0;background-color:transparent;text-decoration:none;opacity:1;color:var(--wd-primary-color)}[class*="color-scheme-light"] .price{color:#FFF}[class*="color-scheme-light"] .price del{color:rgba(255,255,255,0.6)}[class*="color-scheme-light"] .price ins{color:#fff}.woocommerce-price-suffix{color:#777}a.login-to-prices-msg{font-weight:600;color:var(--wd-primary-color)}a.login-to-prices-msg:hover{opacity:.6;color:var(--wd-primary-color)}.hide-larger-price .price{word-spacing:-1em;visibility:hidden}.hide-larger-price .price *:not(.price){word-spacing:normal;visibility:visible}.hide-larger-price .price>span:nth-child(2){display:none}.hide-larger-price .price>ins,.hide-larger-price .price>small{margin-left:4px}.browser-Safari .hide-larger-price .price>ins,.browser-Safari .hide-larger-price .price>small{margin-left:calc(1em + 4px)}.browser-Safari .hide-larger-price .wd-sticky-btn-cart .price{white-space:nowrap}.swatches-select{display:inline-block;vertical-align:middle}.wd-swatch{position:relative;display:inline-block;margin-top:5px;margin-bottom:5px;color:#1B1919;vertical-align:middle;text-align:center;font-weight:600;line-height:1;cursor:pointer}.wd-swatch:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;border-bottom:2px solid transparent;border-color:#000;opacity:0;transition:opacity .2s ease}.wd-swatch.text-only:after{bottom:-4px}.wd-swatch.swatch-with-bg{border-radius:50%;background-position:center;background-size:cover;font-size:0}.wd-swatch.swatch-with-bg[style$="#ffffff"]{border:1px solid rgba(0,0,0,0.15)}.wd-swatch:hover:after,.wd-swatch.active-swatch:after{opacity:1}[class*="color-scheme-light"] .wd-swatch{color:#fff}.swatch-on-single{min-width:25px;font-size:16px}.swatch-on-single.text-only.swatch-size-large{font-size:18px}.swatch-on-single.text-only.swatch-size-xlarge{font-size:24px}.swatch-on-single.swatch-with-bg{width:25px;height:25px}.swatch-on-single.swatch-with-bg.swatch-size-large{width:45px;height:45px}.swatch-on-single.swatch-with-bg.swatch-size-xlarge{width:70px;height:70px}.swatch-on-single.swatch-enabled{cursor:pointer}.swatch-on-single.swatch-disabled{opacity:.4;cursor:default}.swatch-on-single:not(:last-child){margin-right:15px}.swatch-on-grid{min-width:15px;font-size:14px}.swatch-on-grid.text-only.swatch-size-large{font-size:16px}.swatch-on-grid.text-only.swatch-size-xlarge{font-size:18px}.swatch-on-grid.swatch-with-bg{width:15px;height:15px}.swatch-on-grid.swatch-with-bg.swatch-size-large{width:25px;height:25px}.swatch-on-grid.swatch-with-bg.swatch-size-xlarge{width:35px;height:35px}.swatch-on-grid:not(:last-child){margin-right:8px}.swatch-on-grid.wd-hidden{display:none}.wd-swatches-divider{cursor:pointer;display:inline-block;vertical-align:middle;font-size:12px;font-weight:600;color:#333;transition:opacity .25s ease}.wd-swatches-divider:hover{opacity:.7}.swatch-size-large+.wd-swatches-divider{font-size:14px}.swatch-size-xlarge+.wd-swatches-divider{font-size:16px}[class*="color-scheme-light"] .wd-swatches-divider{color:white}.wd-all-shown .wd-swatches-divider{display:none}.product-grid-item:not(.product-swatched) .swatch-on-grid:after{opacity:0}.woocommerce-notices-wrapper:empty{display:none}ul.woocommerce-error,ul.woocommerce-message,ul.woocommerce-info{list-style:none;--li-pl: 0;align-items:stretch;flex-direction:column;justify-content:center}ul.woocommerce-error li .button,ul.woocommerce-message li .button,ul.woocommerce-info li .button{float:right;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px}.wd-stock-progress-bar .stock-info{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:5px;color:#777}.wd-stock-progress-bar .stock-info span{margin-left:3px;color:#333;font-weight:600}.wd-stock-progress-bar .progress-area,.wd-stock-progress-bar .progress-bar{height:7px}.wd-stock-progress-bar .progress-area{width:100%;background-color:#F4F4F4}.wd-stock-progress-bar .progress-bar{background-color:var(--wd-primary-color)}[class*="color-scheme-light"] .wd-stock-progress-bar .stock-info{color:rgba(255,255,255,0.8)}[class*="color-scheme-light"] .wd-stock-progress-bar .stock-info span{color:#fff}[class*="color-scheme-light"] .wd-stock-progress-bar .progress-area{background-color:#101010}ul.variation{--li-mb: 5px;--list-mb: 0;font-size:12px;color:#B2B2B2;--wd-tags-margin-bottom: 0}ul.variation li p{display:inline;font-size:inherit}[class*="color-scheme-light"] ul.variation{color:rgba(255,255,255,0.6)}.wc-item-meta{margin-top:10px;font-size:12px;line-height:1.2}.wc-item-meta strong,.wc-item-meta p{display:inline-block;vertical-align:middle;margin-bottom:5px}.wc-item-meta strong{color:#333}.global-color-scheme-light .wc-item-meta strong{color:#fff}.blockOverlay{z-index:340 !important;background-image:none !important;animation:wd-FadeInLoader .6s ease forwards}.blockOverlay:before{content:none !important}.blockOverlay:after{position:absolute;top:50%;left:50%;margin-top:-13px;margin-left:-13px;content:"";display:inline-block;width:26px;height:26px;border:1px solid #BBB;border-left-color:#000;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear}.global-color-scheme-light .blockOverlay{background-color:rgba(0,0,0,0.5) !important}.global-color-scheme-light .blockOverlay:after{border-color:rgba(255,255,255,0.15);border-left-color:#fff}[class*="screen-reader"]{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.col2-set{display:flex;align-items:stretch;flex-direction:row;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col2-set .col-1,.col2-set .col-2{flex:1 0 50%;padding-right:15px;padding-left:15px;max-width:50%}p.form-row-first,p.form-row-last{overflow:visible;width:48%}p.form-row-first{float:left}p.form-row-last{float:right}p.form-row-wide{clear:both}.single_add_to_cart_button:after{position:absolute;top:50%;left:50%;margin-top:-9px;margin-left:-9px;opacity:0;transition:opacity 0s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(255,255,255,0.3);border-left-color:#fff;border-radius:50%;vertical-align:middle}.loading.single_add_to_cart_button{color:transparent !important}.loading.single_add_to_cart_button:after{opacity:1;transition:opacity .25s ease;animation:wd-rotate 450ms infinite linear}.woocommerce-product-details__short-description{margin-bottom:20px}.woocommerce-product-details__short-description>*:last-child{margin-bottom:0}.woocommerce-product-details__short-description table{margin-bottom:20px}.shop_attributes th,.shop_attributes td{padding-right:0;padding-left:0}.shop_attributes th p,.shop_attributes td p{margin-bottom:0}.shop_attributes td{text-align:right}.shop_attributes tr:last-child th,.shop_attributes tr:last-child td{border:none}.wd-pf-dropdown .filter-swatch{position:relative;margin-right:10px;font-size:0;transition:opacity .25s ease}.wd-pf-dropdown .filter-swatch>span{position:relative;display:block;border-radius:50%;background-position:center center;background-size:contain;background-repeat:no-repeat;vertical-align:middle}.wd-pf-dropdown .filter-swatch>span[style^="background-image"],.wd-pf-dropdown .filter-swatch>span[style$="#ffffff;"]{border:1px solid rgba(0,0,0,0.15)}.wd-pf-dropdown .filter-swatch>span:after{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(0,0,0,0.1);color:#FFF;font-weight:700;line-height:1;opacity:0;transition:opacity .2s ease;content:"\f107";font-family:"woodmart-font"}.wd-pf-dropdown .pf-value:hover .filter-swatch span:after,.wd-pf-dropdown .pf-active>.pf-value .filter-swatch span:after{opacity:1}.wd-pf-dropdown .swatches-small .filter-swatch>span{width:15px;height:15px}.wd-pf-dropdown .swatches-small .filter-swatch>span:after{font-size:8px}.wd-pf-dropdown .swatches-small.swatches-brands .filter-swatch>span{width:45px;height:30px}.wd-pf-dropdown .swatches-normal .filter-swatch>span{width:25px;height:25px}.wd-pf-dropdown .swatches-normal .filter-swatch>span:after{font-size:12px}.wd-pf-dropdown .swatches-normal.swatches-brands .filter-swatch>span{width:60px;height:30px}.wd-pf-dropdown .swatches-large .filter-swatch>span{width:35px;height:35px}.wd-pf-dropdown .swatches-large .filter-swatch>span:after{font-size:14px}.wd-pf-dropdown .swatches-large.swatches-brands .filter-swatch>span{width:90px;height:40px}.quick-shop-wrapper .variations_form{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;height:100%}.quick-shop-wrapper .variations_form:before{content:""}.quick-shop-wrapper .variations_form .woocommerce-variation{-webkit-animation:none;animation:none}.quick-shop-wrapper .variations_form .woocommerce-variation-description p{margin-bottom:10px}.quick-shop-wrapper .variations_form .woocommerce-variation-price .price,.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock .price{margin-right:5px;margin-bottom:10px;margin-left:5px}.quick-shop-wrapper table.variations{margin-bottom:10px}.quick-shop-wrapper table.variations .reset_variations{bottom:-30px}.quick-shop-wrapper .variation-swatch-selected .variations{margin-bottom:40px}.woocommerce-product-rating{margin-bottom:20px}.woocommerce-product-rating .star-rating{margin-right:5px}.woocommerce-review-link{color:#777}.woocommerce-review-link:hover{color:#2d2a2a}.global-color-scheme-light .woocommerce-review-link{color:rgba(255,255,255,0.6)}.global-color-scheme-light .woocommerce-review-link:hover{color:#fff}.product-image-summary .wd-stock-progress-bar{margin-bottom:20px}.single_add_to_cart_button{border-radius:var(--btn-shop-brd-radius);color:var(--btn-shop-color);box-shadow:var(--btn-shop-box-shadow);background-color:var(--btn-shop-bgcolor)}.single_add_to_cart_button:hover{color:var(--btn-shop-color-hover);box-shadow:var(--btn-shop-box-shadow-hover);background-color:var(--btn-shop-bgcolor-hover)}.single_add_to_cart_button:active{box-shadow:var(--btn-shop-box-shadow-active);bottom:var(--btn-shop-bottom-active)}.single_add_to_cart_button+.added_to_cart{display:none}.variations_form .variations{transition:margin-bottom .3s ease}.variations_form .variations label{margin-bottom:0;margin-right:20px;color:#2d2a2a;white-space:nowrap;font-weight:600}.variations_form .variations label:after{content:":";margin-left:2px}.variations_form .variations tr:last-child td{padding-bottom:0}.variations_form .variations td{padding:0;padding-bottom:20px;border:none;vertical-align:middle}.variations_form .variations .value{position:relative;width:100%}.variations_form .variations .value select{display:inline-block;max-width:260px}.variations_form .variations .with-swatches select{display:none}.variations_form .wd-attr-selected:empty{display:none}.variations_form .reset_variations{display:inline-flex !important;align-items:center;visibility:hidden !important;margin-left:10px;color:#3f3f3f;vertical-align:middle;font-size:12px;line-height:1;opacity:0 !important;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden}.variations_form .reset_variations:before{display:inline-block;margin-right:5px;font-weight:600;font-size:70%;content:"\f112";font-family:"woodmart-font"}.variations_form .reset_variations:hover{color:#818181}.variations_form.variation-swatch-selected .reset_variations{visibility:visible !important;opacity:1 !important;pointer-events:visible}.variations_form.wd-swatches-name td{display:block}.variations_form.wd-swatches-name .label{margin-bottom:5px;padding-bottom:0}.variations_form.wd-swatches-name .label label,.variations_form.wd-swatches-name .label span{display:inline-block;vertical-align:middle;line-height:1}.variations_form.wd-swatches-name .label label{margin-right:0}.variations_form.wd-swatches-name .label span{margin-left:5px}.variations_form .woocommerce-variation{animation:wd-fadeInBottomShort .2s ease}.variations_form .woocommerce-variation:after{content:"";display:block;clear:both}.variations_form .woocommerce-variation-price,.variations_form .woocommerce-variation-availability{display:inline;vertical-align:middle}.variations_form .woocommerce-variation-price .price{display:inline-block;margin-bottom:20px;margin-right:15px;vertical-align:middle;font-size:16px;line-height:1.2}.variations_form .woocommerce-variation-availability p.stock{display:inline-block;vertical-align:middle}.variations_form .woocommerce-variation-description p{margin-bottom:10px}[class*="color-scheme-light"] .variations_form label{color:#fff}[class*="color-scheme-light"] .variations_form .reset_variations{color:rgba(255,255,255,0.9)}[class*="color-scheme-light"] .variations_form .reset_variations:hover{color:#fff}.product-image-summary .variations{margin-bottom:25px}.product-image-summary .wd-price-outside .price>.price{font-size:inherit}.product-image-summary .wd-price-outside .woocommerce-variation{height:auto !important;animation:none}.product-image-summary .wd-price-outside .woocommerce-variation-price{display:none}.wd-more-desc table th,.woocommerce-product-details__short-description table th{font-weight:600;font-family:var(--wd-text-font)}.wd-more-desc table td,.woocommerce-product-details__short-description table td,.wd-more-desc table th,.woocommerce-product-details__short-description table th{padding:5px;border-bottom-style:dashed}.wd-more-desc table tr td:last-child,.woocommerce-product-details__short-description table tr td:last-child{text-align:right}.wd-more-desc table tr:last-child td,.woocommerce-product-details__short-description table tr:last-child td,.wd-more-desc table tr:last-child th,.woocommerce-product-details__short-description table tr:last-child th{border-bottom:none}.wd-more-desc table p,.woocommerce-product-details__short-description table p{margin-bottom:0}.wd-product-filters{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.wd-product-filters .wd-pf-checkboxes{flex:1 1 200px;width:0}.wd-product-filters>div{margin-bottom:10px;padding-right:5px;padding-left:5px}.wd-pf-btn button{padding-right:40px;padding-left:40px;border-radius:var(--btn-shop-brd-radius);color:var(--btn-shop-color);box-shadow:var(--btn-shop-box-shadow);background-color:var(--btn-shop-bgcolor)}.wd-pf-btn button:hover{color:var(--btn-shop-color-hover);box-shadow:var(--btn-shop-box-shadow-hover);background-color:var(--btn-shop-bgcolor-hover)}.wd-pf-btn button:active{box-shadow:var(--btn-shop-box-shadow-active);bottom:var(--btn-shop-bottom-active)}.wd-pf-checkboxes{position:relative}.wd-pf-title{position:relative;display:flex;align-items:center;flex-direction:row;padding-left:15px;padding-right:40px;height:42px;border-radius:var(--wd-form-brd-radius);border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);color:#333;line-height:1;cursor:pointer;transition:border-color .5s ease;user-select:none}.wd-pf-title .title-text{flex:1 0 auto;text-transform:uppercase;font-weight:600;font-size:12px}.wd-pf-title:after{position:absolute;top:50%;right:15px;margin-top:-6px;color:#B7B7B7;font-size:12px;transition:transform .2s ease;content:"\f129";font-family:"woodmart-font";backface-visibility:hidden;-webkit-backface-visibility:hidden}.wd-pf-title:hover{border-color:rgba(129,129,129,0.3)}.opened .wd-pf-title:after{transform:rotate(-180deg)}.wd-product-filters.color-scheme-light .wd-pf-title{border-color:rgba(255,255,255,0.15);color:#fff}.wd-product-filters.color-scheme-light .wd-pf-title:after{color:rgba(255,255,255,0.8)}.wd-product-filters.color-scheme-light .wd-pf-title:hover{border-color:rgba(255,255,255,0.4)}.wd-pf-results{overflow:hidden;white-space:nowrap;line-height:1}.wd-pf-results li{position:relative;display:inline-block;margin-left:5px;padding:4px 8px;background-color:#F1F1F1;color:#333;font-weight:600;font-size:12px;transition:all .25s ease}.wd-pf-results li:after{position:absolute;top:50%;left:7px;margin-top:-4px;font-size:8px;opacity:0;transition:opacity .2s ease;content:"\f112";font-family:"woodmart-font"}.wd-pf-results li:hover{padding-left:20px}.wd-pf-results li:hover:after{opacity:1}.wd-product-filters.color-scheme-light .wd-pf-results li{background-color:#101010;color:#fff}.wd-pf-dropdown{position:absolute;top:100%;right:calc((var(--wd-form-brd-radius) / 2) + 6px);left:calc((var(--wd-form-brd-radius) / 2) + 6px);z-index:300;display:none;overflow:hidden;width:auto;height:auto;background-color:#FFF;box-shadow:0 0 3px rgba(0,0,0,0.15)}.wd-pf-dropdown .pf-value{display:flex;align-items:center;flex-direction:row;padding-top:8px;padding-right:18px;padding-bottom:8px;padding-left:18px;color:#777;font-size:14px;line-height:20px;cursor:pointer;transition:all .25s ease}.wd-pf-dropdown .pf-value:hover{background-color:#F9F9F9;color:#777}.wd-pf-dropdown .pf-active>.pf-value{color:#333;font-weight:600}.wd-pf-dropdown .swatches-brands .filter-swatch span{border:none !important;border-radius:0}.wd-pf-dropdown .swatches-brands:not(.show-labels-off) .filter-swatch span:after{content:none}.wd-pf-dropdown .swatches-brands.show-labels-off .filter-swatch span:after{border-radius:0;background-color:rgba(255,255,255,0.6);color:#2d2a2a}.wd-pf-dropdown .show-labels-off{padding:10px}.wd-pf-dropdown .show-labels-off .filter-swatch{margin-right:0}.wd-pf-dropdown .show-labels-off li{display:inline-block}.wd-pf-dropdown .show-labels-off .pf-value:hover{background-color:transparent !important}.wd-pf-dropdown .show-labels-off .swatch-inner{margin:6px;padding:0}.wd-pf-dropdown .show-labels-off li:not(.with-swatch-text) .layer-term-name{display:none}.wd-product-filters.color-scheme-light .wd-pf-dropdown{background-color:#101010}.wd-product-filters.color-scheme-light .wd-pf-dropdown .pf-value{color:rgba(255,255,255,0.8)}.wd-product-filters.color-scheme-light .wd-pf-dropdown .pf-value:hover{background-color:rgba(255,255,255,0.08);color:rgba(255,255,255,0.8)}.wd-product-filters.color-scheme-light .wd-pf-dropdown .pf-active>.pf-value{color:#fff}.wd-product-filters.color-scheme-light .wd-pf-dropdown .swatches-brands.show-labels-off .filter-swatch span:after{background-color:rgba(0,0,0,0.6);color:#fff}.wd-pf-price-range .wd-pf-dropdown{padding:20px}.wd-pf-price-range .ui-slider-horizontal{margin-bottom:20px}.wd-pf-price-range .filter_price_slider_amount{margin-right:-20px;margin-bottom:-20px;margin-left:-20px;padding:6px 20px;border-top:1px solid rgba(119,119,119,0.2);background-color:#F9F9F9;text-align:center}.wd-pf-price-range .price_label{color:#2d2a2a;font-weight:600;font-size:14px}.wd-pf-price-range .price_label .from:after{content:"-";margin-right:10px;margin-left:10px}.wd-product-filters.color-scheme-light .wd-pf-price-range .filter_price_slider_amount{background-color:rgba(0,0,0,0.3)}.wd-product-filters.color-scheme-light .wd-pf-price-range .price_label{color:#fff}.global-color-scheme-light .wd-pf-price-range .filter_price_slider_amount{border-color:rgba(255,255,255,0.15)}.wd-pf-categories .children .pf-value{padding-left:35px}.wd-pf-categories .children .children .pf-value{padding-left:55px}.add_to_cart_inline ins{padding:0;text-decoration:none}.add_to_cart_inline>a{margin-left:10px}.add_to_cart_inline>a.added{display:none}.add_to_cart_inline>a:after{border-color:#FFF}.track_order{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;margin-left:-5px;margin-right:-5px}.track_order p{padding-left:5px;padding-right:5px}.track_order p:first-child{flex:1 1 100%;max-width:100%;width:100%;font-size:110%;text-align:center;margin-bottom:30px}.track_order .button{min-width:130px}.track_order .form-row{float:none;width:auto}.track_order .form-row-first,.track_order .form-row-last{flex:1 1 auto}.track_order .clear{display:none}.woocommerce-store-notice{display:flex;align-items:center;justify-content:center;position:fixed;right:0;bottom:0;left:0;z-index:351;margin:0;padding:12px 60px;color:#FFF;text-align:center;font-weight:600;min-height:55px;backface-visibility:hidden;-webkit-backface-visibility:hidden;background-color:var(--wd-primary-color)}.woocommerce-store-notice .woocommerce-store-notice__dismiss-link{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;width:60px;background-color:rgba(0,0,0,0.1);color:#FFF;font-size:0;transition:background-color .25s ease}.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:after{font-weight:600;font-size:14px;content:"\f112";font-family:"woodmart-font"}.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover{background-color:rgba(0,0,0,0.2)}.shop-content-area>.woocommerce-notices-wrapper{margin-bottom:30px}.woocommerce-cart .woocommerce-notices-wrapper [role="alert"]{margin-bottom:30px}.woocommerce-cart .row>.woocommerce-notices-wrapper{margin-right:15px;margin-left:15px;max-width:100%;width:100%}.wd-registration-page{margin-right:auto;margin-left:auto;padding-top:20px;padding-bottom:20px;max-width:1000px}.wd-registration-page.wd-no-registration{max-width:450px}#customer_login{margin-right:-40px;margin-left:-40px}#customer_login>.col-md-6{padding:25px 40px}#customer_login>div:not(:first-child):last-child{border-left:1px solid rgba(119,119,119,0.2)}.global-color-scheme-light #customer_login>div:not(:first-child):last-child{border-color:rgba(255,255,255,0.15)}.wd-login-title{text-transform:uppercase;font-size:22px}.col-register-text{text-align:center}.wd-switch-to-register{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)}.wd-switch-to-register:hover{color:var(--btn-default-color-hover);box-shadow:var(--btn-default-box-shadow-hover);background-color:var(--btn-default-bgcolor-hover)}.wd-switch-to-register:active{box-shadow:var(--btn-default-box-shadow-active);bottom:var(--btn-default-bottom-active)}.registration-info,.login-info{margin-bottom:20px}.wd-register-tabs .col-register,.wd-register-tabs .col-login{animation:wd-fadeIn .7s ease}.wd-register-tabs .col-register{display:none}.active-register .col-register{display:block}.active-register .col-login{display:none}.with-login-reg-info .registration-info,.with-login-reg-info .login-info{animation:wd-fadeIn .7s ease}.with-login-reg-info .login-info{display:none}.with-login-reg-info.active-register .registration-info{display:none}.with-login-reg-info.active-register .login-info{display:block}.login:not(.hidden-form){display:block !important}.login-form-footer{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:-10px}.login-form-footer .lost_password,.login-form-footer .woocommerce-form-login__rememberme{margin-bottom:10px;font-weight:400;font-size:14px}.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}.global-color-scheme-light .login-form-footer .lost_password{color:rgba(255,255,255,0.8)}.global-color-scheme-light .login-form-footer .lost_password:hover{color:#fff;opacity:1}.register .button,.login .button,.lost_reset_password .button{width:100%;border-radius:var(--btn-shop-brd-radius);color:var(--btn-shop-color);box-shadow:var(--btn-shop-box-shadow);background-color:var(--btn-shop-bgcolor)}.register .button:hover,.login .button:hover,.lost_reset_password .button:hover{color:var(--btn-shop-color-hover);box-shadow:var(--btn-shop-box-shadow-hover);background-color:var(--btn-shop-bgcolor-hover)}.register .button:active,.login .button:active,.lost_reset_password .button:active{box-shadow:var(--btn-shop-box-shadow-active);bottom:var(--btn-shop-bottom-active)}.wd-login-divider{display:flex;align-items:center;justify-content:space-between;margin-top:30px;margin-bottom:30px;text-transform:uppercase}.wd-login-divider span{margin-right:20px;margin-left:20px}.wd-login-divider:after,.wd-login-divider:before{content:"";flex:1 0 0;border-bottom:1px solid rgba(119,119,119,0.2)}[class*="color-scheme-light"] .wd-login-divider:after,[class*="color-scheme-light"] .wd-login-divider:before{border-color:rgba(255,255,255,0.15)}.social-login-title{margin-top:20px;margin-bottom:20px}.register-or{display:none}.register>p{position:relative}#reg_password:focus+.woocommerce-password-strength+.woocommerce-password-hint{visibility:visible;opacity:1}.woocommerce-password-hint{position:absolute;right:0;bottom:100%;visibility:hidden;margin-bottom:-10px;padding:20px;max-width:300px;width:100%;background:#FFF;box-shadow:0 0 4px rgba(0,0,0,0.15);opacity:0;transition:opacity .5s, visibility .5s}.woocommerce-password-hint:after{position:absolute;top:100%;left:30px;color:#FFF;text-shadow:0 2px 3px rgba(0,0,0,0.1);font-size:26px;line-height:7px;content:"\f150";font-family:"woodmart-font"}.global-color-scheme-light .woocommerce-password-hint{background-color:#101010}.global-color-scheme-light .woocommerce-password-hint:after{color:#101010}.woocommerce-password-strength{margin-top:20px;margin-bottom:-10px;padding:10px 20px}.woocommerce-password-strength.short,.woocommerce-password-strength.bad{background-color:#E0B252;color:#FFF}.woocommerce-password-strength.strong,.woocommerce-password-strength.good{background:#459647;color:#FFF;font-weight:700}.woocommerce-password-strength:empty{display:none;margin:0;padding:0}.lost_reset_password{margin-right:auto;margin-left:auto;padding-top:40px;padding-bottom:40px;max-width:470px}.lost_reset_password .form-row-first{padding-top:20px;border-top:1px solid rgba(119,119,119,0.2)}.lost_reset_password p{width:100%;font-size:110%}.global-color-scheme-light .lost_reset_password .form-row-first{border-color:rgba(255,255,255,0.15)}.woocommerce-lost-password .site-content .woocommerce>p{margin-right:auto;margin-left:auto;max-width:470px;text-align:center;font-size:110%}.woocommerce-lost-password .site-content .woocommerce>p:before{display:block;margin-bottom:10px;color:rgba(135,135,135,0.15);font-weight:400;font-size:180px;line-height:180px;content:"\f125";font-family:"woodmart-font"}.woocommerce-MyAccount-content .woocommerce-Message{margin-bottom:30px !important}.wd-empty-page{position:relative;margin-top:5vw;margin-bottom:15px;color:var(--wd-title-color);text-align:center;font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-size:48px;font-family:var(--wd-title-font);line-height:1.2}.wd-empty-page:before{display:block;margin-bottom:20px;color:rgba(135,135,135,0.15);font-weight:400;font-size:180px;line-height:180px}.global-color-scheme-light .wd-empty-page{color:#fff}.global-color-scheme-light .wd-empty-page:before{color:rgba(255,255,255,0.6)}.wd-empty-page-text{margin-bottom:0;text-align:center;font-size:110%}.wd-empty-page-text+.return-to-shop{margin-top:25px;margin-bottom:5vw}.wd-empty-page-text+.return-to-shop .button{padding:14px 28px;font-size:14px;line-height:20px}.return-to-shop{text-align:center}.return-to-shop .button{border-radius:var(--btn-shop-brd-radius);color:var(--btn-shop-color);box-shadow:var(--btn-shop-box-shadow);background-color:var(--btn-shop-bgcolor)}.return-to-shop .button:hover{color:var(--btn-shop-color-hover);box-shadow:var(--btn-shop-box-shadow-hover);background-color:var(--btn-shop-bgcolor-hover)}.return-to-shop .button:active{box-shadow:var(--btn-shop-box-shadow-active);bottom:var(--btn-shop-bottom-active)}@media (max-width: 1024px){p.form-row-first,p.form-row-last{float:none;width:100%}.product-design-default .variations_form .reset_variations,.popup-quick-view .variations_form .reset_variations{position:absolute;bottom:-30px;left:0;margin-left:0}.product-design-default .variations_form.variation-swatch-selected .variations,.popup-quick-view .variations_form.variation-swatch-selected .variations{margin-bottom:50px}.woocommerce-lost-password .site-content .woocommerce>p:before{font-size:110px;line-height:110px}.wd-empty-page{font-size:42px}.wd-empty-page:before{font-size:140px;line-height:140px}}@media (max-width: 768px){.table-responsive-label{display:inline-block}.shop_table_responsive{display:block}.shop_table_responsive thead,.shop_table_responsive th{display:none}.shop_table_responsive tbody,.shop_table_responsive tfoot,.shop_table_responsive tr{display:block}.shop_table_responsive tr{position:relative;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(129,129,129,0.2)}.shop_table_responsive tr:last-child{margin-bottom:0}.shop_table_responsive td{display:block;margin-bottom:8px;padding:0 0 8px;border-bottom:none;text-align:right}.shop_table_responsive td:before{content:attr(data-title);float:left;padding-top:3px;color:#2d2a2a;text-transform:uppercase;font-weight:600;font-size:12px}.shop_table_responsive td:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.global-color-scheme-light .shop_table_responsive tr{border-color:rgba(255,255,255,0.15)}.global-color-scheme-light .shop_table_responsive td:before{color:#fff}.woocommerce-cart-form__contents tr,.group_table tr{margin-bottom:25px;padding-bottom:25px;padding-left:115px;min-height:136px}.woocommerce-cart-form__contents td,.group_table td{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;margin-bottom:5px;padding:0}.woocommerce-cart-form__contents td>*,.group_table td>*{margin-bottom:5px}.woocommerce-cart-form__contents td:before,.group_table td:before{flex:1 1 auto;margin-bottom:5px;padding-top:0;text-align:left;font-size:11px}.woocommerce-cart-form__contents td:not(:last-child),.group_table td:not(:last-child){border-bottom:1px dashed rgba(129,129,129,0.2)}.woocommerce-cart-form__contents td.product-thumbnail,.group_table td.product-thumbnail{position:absolute;top:0;left:0;overflow:hidden;margin-bottom:0;padding-bottom:0;max-height:115px;border-bottom:none}.woocommerce-cart-form__contents td.product-thumbnail img,.group_table td.product-thumbnail img{min-width:100px;max-width:100px}.woocommerce-cart-form__contents td.product-remove,.group_table td.product-remove{position:absolute;top:-7px;right:-7px;z-index:1;margin-bottom:0;padding-bottom:0;border:none}.woocommerce-cart-form__contents td.product-name,.group_table td.product-name{margin-bottom:0;padding-bottom:0;border-bottom:none;text-align:left}.woocommerce-cart-form__contents td.product-name>a,.woocommerce-cart-form__contents td.product-name>label,.group_table td.product-name>a,.group_table td.product-name>label{margin-bottom:10px;padding-right:30px}.woocommerce-cart-form__contents td.product-name:before,.group_table td.product-name:before{content:none}.woocommerce-cart-form__contents td.product-quantity input[type="button"],.woocommerce-cart-form__contents td.product-quantity input[type="number"],.group_table td.product-quantity input[type="button"],.group_table td.product-quantity input[type="number"]{height:30px}.woocommerce-cart-form__contents td.product-quantity input[type="number"],.group_table td.product-quantity input[type="number"]{width:25px}.global-color-scheme-light .woocommerce-cart-form__contents td,.global-color-scheme-light .group_table td{border-color:rgba(255,255,255,0.15)}.group_table{padding-top:20px}.col2-set .col-1,.col2-set .col-2{flex-basis:100%;max-width:100%}.quick-shop-wrapper .swatch-on-single.text-only{font-size:14px}.quick-shop-wrapper .swatch-on-single.swatch-with-bg{min-width:17px;width:17px;height:17px}.quick-shop-wrapper .swatch-on-single:not(:last-child){margin-right:10px}.quick-shop-wrapper .variation-swatch-selected .variations{margin-bottom:30px}.quick-shop-wrapper table.variations .label{margin-bottom:2px}.quick-shop-wrapper table.variations .reset_variations{bottom:-23px}.variations_form td{display:block}.variations_form .label{margin-bottom:5px}.variations_form .label label,.variations_form .label span{display:inline-block;vertical-align:middle;line-height:1}.variations_form .label label{margin-right:0}.variations_form .label span{margin-left:5px}.wd-registration-page{padding-top:0;padding-bottom:0}#customer_login>.col-md-6{padding-top:0;padding-bottom:0}#customer_login>div:not(:first-child):last-child{border:none}.register-or{display:flex}.col-register{margin-top:30px}.wd-register-tabs .col-register{margin-top:0}.woocommerce-lost-password .site-content .woocommerce>p{font-size:100%}.woocommerce-lost-password .site-content .woocommerce>p:before{font-size:80px;line-height:80px}.wd-empty-page{font-size:32px}.wd-empty-page:before{font-size:110px;line-height:110px}.wd-empty-page-text{font-size:100%}.wd-empty-page-text br{display:none}}@media (max-width: 575px){.product-grid-item .wd-stock-progress-bar .stock-info{justify-content:center}.product-grid-item .wd-stock-progress-bar .total-sold{display:none}.product-image-summary .product-images .labels-rounded{top:10px;right:10px}.product-image-summary .product-images .labels-rounded .product-label{min-width:40px;min-height:40px}.browser-Internet .product-image-summary .product-images .labels-rounded .product-label{height:40px}.product-image-summary .product-images .labels-rounded .label-with-img{min-height:auto}.wd-empty-page{font-size:28px}.wd-empty-page:before{font-size:86px;line-height:86px}}.woocommerce-Reviews .comment-reply-title{display:block;margin-bottom:var(--wd-tags-margin-bottom);color:var(--wd-title-color);text-transform:var(--wd-title-transform);font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-family:var(--wd-title-font);line-height:1.4}.commentlist .children,.commentlist{list-style:none;--li-pl: 0}.commentlist .children{--list-mb: 0;--li-mb: 0;margin-left:30px;border-top:1px solid rgba(119,119,119,0.2);line-height:1.6}.commentlist .children .comment:last-child{padding-bottom:0;border-bottom:none}.woocommerce-product-gallery .owl-nav>div.disabled{color:var(--color-gray-400);cursor:default}.popup-quick-view .wd-scroll-content>a:after{position:absolute;top:50%;left:50%;margin-top:-9px;margin-left:-9px;opacity:0;transition:opacity 0s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(255,255,255,0.3);border-left-color:#fff;border-radius:50%;vertical-align:middle}.popup-quick-view .wd-scroll-content>a.loading{color:transparent !important}.popup-quick-view .wd-scroll-content>a.loading:after{opacity:1;transition:opacity .25s ease;animation:wd-rotate 450ms infinite linear}.single-product .site-content{padding-right:0;padding-left:0}.single-product-page>div:not(:last-child){margin-bottom:40px}.breadcrumbs-location-below_header .single-breadcrumbs-wrapper{margin-top:-15px;margin-bottom:15px}.breadcrumbs-location-summary .single-breadcrumbs-wrapper{margin-bottom:10px}.single-breadcrumbs-wrapper .container:after{content:none}.single-breadcrumbs-wrapper .single-breadcrumbs,.single-breadcrumbs-wrapper .container{display:flex;align-items:center;justify-content:space-between}.single-breadcrumbs-wrapper .single-breadcrumbs:before,.single-breadcrumbs-wrapper .container:before{content:"";display:block}.single-breadcrumbs-wrapper .woocommerce-breadcrumb,.single-breadcrumbs-wrapper .yoast-breadcrumb{flex:1 1 auto;margin-bottom:10px;font-size:13px}.single-breadcrumbs-wrapper .wd-products-nav{flex:0 0 auto}.single-product-sidebar{margin-bottom:0}.single-product-sidebar.sidebar-right{border-left:1px solid rgba(119,119,119,0.2)}.single-product-sidebar.sidebar-left{border-right:1px solid rgba(119,119,119,0.2)}.global-color-scheme-light .single-product-sidebar.sidebar-right,.global-color-scheme-light .single-product-sidebar.sidebar-left{border-color:rgba(255,255,255,0.15)}.product-images img{width:100%}.product-images-inner{position:relative;z-index:1}.woocommerce-product-gallery:not(.thumbs-position-centered){opacity:1 !important}.woocommerce-product-gallery .owl-carousel{overflow:hidden}.woocommerce-product-gallery .owl-carousel .product-image-wrap{padding-right:2px;padding-left:2px}.woocommerce-product-gallery .owl-loaded:after,.woocommerce-product-gallery .owl-loaded:before{content:none}.woocommerce-product-gallery .product-image-thumbnail{cursor:pointer;transition:opacity .25s ease}.woocommerce-product-gallery .product-image-thumbnail.active-thumb{transition:none}.woocommerce-product-gallery .product-image-thumbnail:hover,.woocommerce-product-gallery .product-image-thumbnail.active-thumb{opacity:.5}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper.owl-carousel.owl-items-lg-1>.product-image-wrap:nth-child(n+2){display:none}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper.owl-carousel.owl-items-lg-2>.product-image-wrap:nth-child(n+3){display:none}.woocommerce-product-gallery .thumbnails{opacity:0}.woocommerce-product-gallery .thumbnails.thumbnails-ready{opacity:1;transition:opacity .2s ease .2s}.woocommerce-product-gallery .slick-slider{display:flex;align-items:stretch;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.woocommerce-product-gallery .slick-slider .slick-list{flex:1 1 100%;order:1;max-width:100%;width:100%}.woocommerce-product-gallery .slick-slider .slick-prev,.woocommerce-product-gallery .slick-slider .slick-next{order:2}.woocommerce-product-gallery .thumbnails.owl-carousel .owl-item{padding-right:2px;padding-left:2px}.image-action-none .product-image-wrap a{cursor:default;pointer-events:none}.image-action-none .owl-carousel .product-image-wrap a{cursor:move}.image-action-zoom .zoomImg[src$=".png"]{background-color:white;backface-visibility:hidden;-webkit-backface-visibility:hidden}.image-action-zoom .owl-carousel .product-image-wrap{cursor:move;cursor:grab;cursor:-webkit-grab}.image-action-zoom .owl-grab .zoomImg{opacity:0 !important;transition:opacity .25s ease}.thumbs-position-centered .woocommerce-product-gallery__image{transition:opacity .3s ease}.thumbs-position-centered .owl-item:not(.center) .woocommerce-product-gallery__image{opacity:.4;pointer-events:none}.thumbs-position-bottom .woocommerce-product-gallery__wrapper{margin-bottom:4px}.thumbs-position-bottom_column .product-image-wrap,.thumbs-position-bottom_grid .product-image-wrap,.thumbs-position-bottom_combined .product-image-wrap{margin-bottom:4px}.thumbs-position-bottom_column .product-image-wrap:first-child,.thumbs-position-bottom_grid .product-image-wrap:first-child,.thumbs-position-bottom_combined .product-image-wrap:first-child{flex:1 1 100%;max-width:100%}.thumbs-position-bottom_grid .woocommerce-product-gallery__wrapper,.thumbs-position-bottom_combined .woocommerce-product-gallery__wrapper{display:flex;flex-direction:row;flex-wrap:wrap;margin-right:-2px;margin-left:-2px}.thumbs-position-bottom_grid .product-image-wrap,.thumbs-position-bottom_combined .product-image-wrap{flex:1 1 50%;padding-right:2px;padding-left:2px;max-width:50%}.thumbs-position-bottom_combined .product-image-wrap:nth-child(3n+4){flex:1 1 100%;max-width:100%}.image-full-width .product-images.vc_row-no-padding{flex-basis:auto;margin-right:0;margin-left:0;padding-right:0;padding-left:0;max-width:none}.elementor-default .image-full-width div.product-images.wd-section-stretch-content{flex-basis:auto;padding-right:0;padding-left:0;max-width:none}.image-full-width .product-image-summary-inner{display:block}.image-full-width .product-image-summary-inner:after,.image-full-width .product-image-summary-inner:before{content:""}.image-full-width .product-image-summary-inner>div:not(:last-child){margin-bottom:35px}.image-full-width .product-image-summary-inner>.vc_row-full-width{margin-bottom:0 !important}.image-full-width.product-design-alt .summary-inner{margin:0 auto}.product-images .product-labels{left:auto;z-index:10;align-items:flex-end;max-width:30%}.product-images .labels-rectangular{top:15px;right:0;left:auto}.product-images .labels-rounded{top:15px;right:15px}.product-images .labels-rounded .product-label{min-width:55px;min-height:55px}.browser-Internet .product-images .labels-rounded .product-label{height:55px}.product-images .labels-rounded .label-with-img{min-height:auto}.product-additional-galleries{position:absolute;bottom:0;left:0;z-index:2;padding:30px 30px 15px 30px}.product-additional-galleries>div{margin-bottom:10px}.product-additional-galleries>div:last-child{margin-bottom:0}.wd-gallery-btn{display:flex;align-items:flex-start;flex-direction:column}.wd-gallery-btn>a{display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;overflow:hidden;min-width:50px;height:50px;border-radius:30px;background:rgba(255,255,255,0.9);box-shadow:0 0 5px rgba(0,0,0,0.08);color:rgba(0,0,0,0.7);font-size:13px}.wd-gallery-btn>a:before{display:inline-block;width:50px;height:50px;text-align:center;font-size:16px;line-height:50px;content:"\f130";font-family:"woodmart-font"}.wd-gallery-btn>a>span{overflow:hidden;padding:0;max-width:0;white-space:nowrap;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-gallery-btn>a:hover{color:#333}.wd-gallery-btn>a:hover>span{padding-right:25px;max-width:280px}.global-color-scheme-light .wd-gallery-btn>a{background-color:rgba(0,0,0,0.9);color:rgba(255,255,255,0.8)}.global-color-scheme-light .wd-gallery-btn>a:hover{color:#fff}.product-360-button>a:before{font-size:26px;content:"\f102";font-family:"woodmart-font"}.wd-show-product-gallery-wrap>a:before{content:"\f127";font-family:"woodmart-font"}.product-video-button>a:before{content:"\f101";font-family:"woodmart-font"}.product_title{font-size:34px;line-height:1.2}.product-image-summary .wd-product-brands{float:right;margin-bottom:10px;margin-left:10px}.product-image-summary .wd-product-brands a{display:flex;align-items:center;justify-content:center;padding:10px;min-height:70px;background-color:#FFF;box-shadow:0 0 2px rgba(0,0,0,0.12);transition:all .3s ease}.product-image-summary .wd-product-brands a:hover{box-shadow:0 0 6px rgba(0,0,0,0.14)}.product-image-summary .wd-product-brands img{max-width:90px}.global-color-scheme-light .product-image-summary .wd-product-brands a{background-color:#101010}.summary-inner>.price,.wd-scroll-content>.price{font-size:22px;line-height:1.2}.summary-inner>.price .login-to-prices-msg,.wd-scroll-content>.price .login-to-prices-msg{font-size:80%}.summary-inner>.price:empty,.wd-scroll-content>.price:empty{display:none}.product-image-summary .wd-product-countdown{margin-bottom:10px}.product-image-summary .cart{margin-bottom:15px}.product-image-summary div.quantity{margin-bottom:10px;margin-right:10px}.product-image-summary .single_add_to_cart_button{margin-bottom:10px}.wd-before-add-to-cart,.wd-after-add-to-cart{margin-bottom:25px}.summary-inner>.wd-action-btn{display:inline-block;margin-bottom:20px;margin-right:20px;vertical-align:middle}.product_meta{display:block;color:#333;font-weight:600;font-size:14px;line-height:1.2}.product_meta>span a,.product_meta>span span{display:inline-block;margin:0 1px;color:#777;font-weight:400}.product_meta>span a:hover{color:#747474}.global-color-scheme-light .product_meta{color:#fff}.global-color-scheme-light .product_meta>span a,.global-color-scheme-light .product_meta>span span{color:rgba(255,255,255,0.8)}.global-color-scheme-light .product_meta>span a:hover{color:#fff}.product-share{margin-bottom:10px;font-size:14px;line-height:1.2}.product-share .share-title{margin-right:5px;color:#1B1919;vertical-align:middle;font-weight:600}.product-share .share-title:after{content:":"}.product-share .wd-social-icons{display:inline-flex}.global-color-scheme-light .product-share .share-title{color:#fff}.global-color-scheme-light .product-share .wd-social-icon a{color:#FFF}.global-color-scheme-light .product-share .wd-social-icon a:hover{color:rgba(255,255,255,0.6)}.product-image-summary .shop_attributes{margin-bottom:20px}.browser-Safari .product-sticky-on .summary-inner.is_stuck,.browser-Safari .product-sticky-on .product-images-inner.is_stuck{-webkit-transform:translateZ(0);-webkit-perspective:800px;-webkit-backface-visibility:hidden}.product-summary-shadow .summary-inner{padding:30px 35px 15px;background-color:#FFF;box-shadow:0 0 5px rgba(0,0,0,0.1)}.product-summary-shadow .single-product-sidebar{border:none}.global-color-scheme-light .product-summary-shadow .summary-inner{background-color:rgba(0,0,0,0.3)}.product-full-width.image-full-width .summary-inner{margin:0 auto}.product-full-width.product-design-alt:not(.product-sticky-on) .summary-inner,.product-full-width.product-summary-shadow:not(.product-sticky-on) .summary-inner{margin:0 auto}.product-has-bg .product-tabs-wrapper{border-top:none}.global-color-scheme-light .meta-location-add_to_cart .product_meta{border-color:rgba(255,255,255,0.15)}.wd-before-product-tabs{margin-top:-41px;padding-top:15px;padding-bottom:15px;background-color:#F7F7F7;text-align:center}.wd-before-product-tabs .product_meta{display:inline-block;vertical-align:middle}.wd-before-product-tabs .product_meta>*{display:inline-block;margin-top:5px;margin-right:10px;margin-bottom:5px;margin-left:10px}.wd-before-product-tabs .product-share{display:inline-block;margin-right:10px;margin-bottom:0;margin-left:10px;vertical-align:middle}.global-color-scheme-light .wd-before-product-tabs{background-color:rgba(0,0,0,0.3)}.product-tabs-wrapper{padding-top:40px;padding-bottom:40px;border-top:1px solid;border-bottom:1px solid;border-color:rgba(119,119,119,0.2);background-color:#FFF}.global-color-scheme-light .product-tabs-wrapper{border-color:rgba(255,255,255,0.15);background-color:rgba(0,0,0,0.3)}.full-height-sidebar-wrap .product-tabs-wrapper{background-color:transparent}.poduct-tabs-inner>div:not(:last-child){margin-bottom:40px}.tabs-layout-tabs .wd-accordion-title{display:none}.tabs-layout-tabs .tabs{margin-top:-40px;list-style:none;text-align:center;--list-mb: 30px;--li-mb: 0;--li-pl: 0}.tabs-layout-tabs .tabs li{display:inline-flex;margin-right:30px;color:var(--wd-title-color);font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-family:var(--wd-title-font)}.tabs-layout-tabs .tabs li a{position:relative;display:inline-block;padding-top:30px;padding-bottom:10px;color:inherit;text-transform:uppercase;font-weight:inherit;font-size:16px;opacity:.7}.tabs-layout-tabs .tabs li a:after{content:'';position:absolute;bottom:100%;left:0;margin-bottom:-2px;width:0;height:3px;background-color:var(--wd-primary-color);transition:width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15)}.tabs-layout-tabs .tabs li a:hover,.tabs-layout-tabs .tabs li a:focus{color:inherit;opacity:1}.tabs-layout-tabs .tabs li.active a{opacity:1}.tabs-layout-tabs .tabs li.active a:after{width:100%}.tabs-layout-tabs .tabs li:last-child{margin-right:0}.tabs-layout-tabs #tab-additional_information .wc-tab-inner>div>h2:first-child{margin-right:auto;margin-left:auto;max-width:650px}.tabs-layout-tabs #tab-additional_information .shop_attributes{margin:0 auto;max-width:650px}.global-color-scheme-light .tabs-layout-tabs li{color:#fff}.wd-accordion-title{position:relative;display:block;padding-top:20px;padding-bottom:20px;color:var(--wd-title-color);text-transform:uppercase;font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-size:16px;font-family:var(--wd-title-font)}.wd-accordion-title:hover,.wd-accordion-title.active{color:var(--wd-primary-color)}.wd-accordion-title:after{position:absolute;top:50%;right:0;margin-top:-10px;width:20px;height:20px;color:#BBB;text-align:center;font-size:12px;line-height:20px;transition:transform .4s ease;content:"\f129";font-family:"woodmart-font";backface-visibility:hidden;perspective:800px;-webkit-backface-visibility:hidden;-webkit-perspective:800px}.wd-accordion-title.active:after{transform:rotate(180deg)}.global-color-scheme-light .wd-accordion-title{color:#fff}.global-color-scheme-light .wd-accordion-title:hover,.global-color-scheme-light .wd-accordion-title.active{color:var(--wd-primary-color)}.global-color-scheme-light .wd-accordion-title:after{color:rgba(255,255,255,0.6)}.tabs-layout-accordion{border-top:2px solid rgba(119,119,119,0.17)}.tabs-layout-accordion .wd-scroll{height:auto}.tabs-layout-accordion .tabs{display:none}.tabs-layout-accordion .wd-tab-wrapper{border-bottom:1px solid rgba(119,119,119,0.17)}.tabs-layout-accordion .wd-tab-wrapper .wc-tab{padding-bottom:20px}.tabs-layout-accordion .wd-tab-wrapper .wc-tab>h2:first-child{display:none}.tabs-layout-accordion .wd-scroll-content{padding-right:20px;max-height:250px}.tabs-layout-accordion .shop_attributes{margin-bottom:10px}.tabs-layout-accordion #tab-reviews{margin-top:10px}.tabs-layout-accordion #tab-reviews .wc-tab-inner .wd-scroll-content{max-height:400px}.global-color-scheme-light .tabs-layout-accordion{border-color:rgba(255,255,255,0.25)}.global-color-scheme-light .tabs-layout-accordion .wd-tab-wrapper{border-color:rgba(255,255,255,0.25)}.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs{padding-bottom:30px;border-bottom:1px solid rgba(119,119,119,0.2)}.tabs-location-standard.tabs-type-accordion>div:not(:last-child){margin-bottom:25px}.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper{padding-top:25px;padding-bottom:25px;border-top:none}.tabs-location-standard.tabs-type-accordion:not(.reviews-location-separate) .product-tabs-wrapper,.tabs-location-standard.tabs-type-accordion.meta-location-after_tabs .product-tabs-wrapper{border-bottom:none}.tabs-location-standard.tabs-type-accordion .wd-before-product-tabs{margin-top:-26px}.global-color-scheme-light .tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs{border-color:rgba(255,255,255,0.15)}.tabs-location-summary .product-image-summary .woocommerce-Reviews{flex-wrap:wrap;margin-right:0;margin-left:0}.tabs-location-summary .product-image-summary .woocommerce-Reviews #comments,.tabs-location-summary .product-image-summary .woocommerce-Reviews #review_form_wrapper{flex-basis:100%;padding-right:0;padding-left:0;max-width:100%;width:100%}.tabs-location-summary .product-image-summary .commentlist{margin-top:0;margin-bottom:20px}.tabs-location-summary .product-image-summary .commentlist li:not(:last-child){margin-bottom:5px;padding-bottom:5px}.tabs-location-summary .product-image-summary .woocommerce-Reviews-title{display:none}.tabs-location-summary .tabs-layout-accordion{margin-top:10px;margin-bottom:25px}.tabs-location-summary .tabs-layout-accordion .wd-accordion-title{padding-top:15px;padding-bottom:15px;font-size:14px}.tabs-location-summary:not(.reviews-location-separate) .wd-before-product-tabs{margin-top:0}.tabs-location-summary.meta-location-add_to_cart .product_meta{padding-top:0;border-top:none}.woocommerce-Tabs-panel{display:none}.wc-tabs+.wd-tab-wrapper .woocommerce-Tabs-panel:not([style]){display:block}.wc-tab-inner>div>h2:first-child{text-transform:uppercase;font-weight:600;font-size:14px}.woocommerce-Reviews{display:flex;flex-direction:row;margin-right:-30px;margin-left:-30px}.woocommerce-Reviews #comments,.woocommerce-Reviews #review_form_wrapper{flex:0 1 50%;padding-right:30px;padding-left:30px;max-width:50%}.woocommerce-Reviews .comment-reply-title,.woocommerce-Reviews .woocommerce-Reviews-title{text-transform:uppercase;font-size:14px}.woocommerce-Reviews .clear{display:none}.global-color-scheme-light .woocommerce-Reviews .comment-reply-title{color:#fff}label[for="rating"]{display:inline-block;margin-bottom:0;margin-right:15px}label[for="rating"]:after{content:":";margin-left:2px}.stars{display:inline-block;margin-bottom:0;vertical-align:middle;white-space:nowrap}.stars span{display:flex;font-size:0}.stars a{width:15px;text-align:center}.stars a:before{font-size:14px;font-family:"woodmart-font"}.stars:hover a:before,.stars.selected a:before,.stars.selected:hover a:before{content:"\f148";color:#EABE12}.stars a:before,.stars a:hover ~ a:before,.stars a.active ~ a:before,.stars.selected:hover a:hover ~ a:before{content:"\f149";color:#B1B1B1}.commentlist{margin-bottom:0}.commentlist>li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(119,119,119,0.2)}.commentlist>li:last-child{margin-bottom:0;padding-bottom:0;border:none}.commentlist .review_comment_container,.commentlist .comment_container{display:flex;align-items:flex-start;flex-direction:row;padding:15px 0}.commentlist .review_comment_container .dokan-review-author-img img,.commentlist .review_comment_container .avatar,.commentlist .comment_container .dokan-review-author-img img,.commentlist .comment_container .avatar{margin-right:20px;max-width:60px;border-radius:50%}.commentlist .comment-text{display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.commentlist .comment-text .meta{order:1;margin-bottom:10px;font-size:14px;line-height:18px}.commentlist .comment-text .meta strong{color:#2d2a2a}.commentlist .comment-text .meta time{font-style:italic}.commentlist .comment-text .description{flex:1 1 100%;order:3;margin-bottom:0;max-width:100%;line-height:1.6}.commentlist .comment-text .description p{margin-bottom:10px}.commentlist .comment-text .description p:last-child{margin-bottom:0}.global-color-scheme-light .commentlist>li,.global-color-scheme-light .commentlist .children{border-color:rgba(255,255,255,0.15)}.global-color-scheme-light .commentlist .comment-text .meta strong{color:#fff}.comment-form-images{margin-top:10px}label[for="wd-add-img-btn"]{display:inline-block;margin-bottom:0;margin-right:5px;border-width:2px;border-bottom-style:solid;border-color:#DFDFDF;color:#333;vertical-align:middle;letter-spacing:.3px;font-weight:600;cursor:pointer;transition:all .25s ease}label[for="wd-add-img-btn"]:hover{border-color:#C5C5C5}.wd-add-img-count{display:inline-block;margin-left:15px;vertical-align:middle}#wd-add-img-btn{position:absolute;clip:rect(1px, 1px, 1px, 1px)}.wd-add-img-msg{display:inline-block;vertical-align:middle;font-size:0}.wd-add-img-msg span.wd-tooltip-label{padding:8px 15px !important;min-width:220px;height:auto;white-space:normal;line-height:1.6}.wd-add-img-msg:before{content:"?";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:var(--wd-primary-color);color:#FFF;font-weight:600;font-size:14px}.commentlist .wd-images-gallery{margin-top:15px}.global-color-scheme-light label[for="wd-add-img-btn"]{border-color:rgba(255,255,255,0.3);color:#FFF}.global-color-scheme-light label[for="wd-add-img-btn"]:hover{border-color:#FFF}.product-extra-content{margin-bottom:40px}.product-image-summary-wrap+.product-extra-content{margin-top:35px;margin-bottom:0}.related-and-upsells>div{margin-bottom:40px}.related-and-upsells>div:first-child{padding-top:0;border-top:0}.related-and-upsells>div:last-child{margin-bottom:0}.related-and-upsells:after,.related-and-upsells:before{content:none}.related-and-upsells:empty{margin-top:-40px}.related-and-upsells .wd-carousel-container{margin-bottom:0}.wd-products-nav{position:relative;display:flex;align-items:center;margin-bottom:10px;letter-spacing:0;font-size:0}.wd-products-nav .wd-back-btn,.wd-products-nav .product-btn>a{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#333}.wd-products-nav .wd-back-btn span,.wd-products-nav .product-btn>a span{font-size:12px}.wd-products-nav .wd-back-btn:hover,.wd-products-nav .product-btn>a:hover{color:#878787}.wd-products-nav .product-prev>a span:before{content:"\f114";font-family:"woodmart-font"}.wd-products-nav .product-next>a span:before{content:"\f113";font-family:"woodmart-font"}.wd-products-nav .wd-back-btn span{display:none}.wd-products-nav .wd-back-btn:after{font-size:14px;content:"\f122";font-family:"woodmart-font"}.wd-products-nav .wrapper-short{position:absolute;top:100%;right:0;z-index:350;visibility:hidden;padding-top:10px;min-width:240px;opacity:0;transition:opacity .1s ease .1s, visibility .1s ease .1s;animation:wd-fadeOutLeftShort .1s ease .1s both}.wd-products-nav .product-btn:hover>.wrapper-short{visibility:visible;opacity:1;transition:opacity .3s ease, visibility .3s ease;animation:wd-fadeInLeftShort .3s ease both}.wd-products-nav .product-short{display:flex;align-items:center;flex-direction:row;background-color:#FFF;box-shadow:0 0 3px rgba(0,0,0,0.15)}.wd-products-nav .product-short-image img{max-width:90px}.wd-products-nav .product-short-description{padding:10px 15px}.wd-products-nav .product-short-description .wd-entities-title{margin-bottom:7px;font-size:14px}.wd-products-nav .product-short-description .price{display:block;font-size:14px;line-height:1.2}.global-color-scheme-light .wd-products-nav .product-btn>a,.global-color-scheme-light .wd-products-nav .wd-back-btn{color:#fff}.global-color-scheme-light .wd-products-nav .product-btn>a:hover,.global-color-scheme-light .wd-products-nav .wd-back-btn:hover{color:rgba(255,255,255,0.8)}.global-color-scheme-light .wd-products-nav .product-short{background-color:#101010}@keyframes wd-fadeInLeftShort{from{transform:translate3d(-20px, 0, 0)}to{transform:none}}@keyframes wd-fadeOutLeftShort{from{transform:none}to{transform:translate3d(-20px, 0, 0)}}.group_table{margin-bottom:25px;border-top:2px solid #EFEFEF}.group_table td.price-column{text-align:right}.group_table td.product-quantity>a{white-space:nowrap;padding:8px 14px;border-width:2px;border-color:#E9E9E9;color:#333}.group_table td.product-quantity>a:not(:hover){background-color:transparent !important}.group_table td.product-quantity>a:hover{box-shadow:none;background-color:#E9E9E9;color:#333}.group_table td.product-quantity>.added_to_cart{display:none}.group_table tr td:first-child{padding-left:0}.group_table tr td:last-child{padding-right:0}.meta-location-add_to_cart .product_meta,.popup-quick-view .product_meta{padding-top:20px;border-top:1px solid rgba(119,119,119,0.2)}.meta-location-add_to_cart .product_meta>span,.popup-quick-view .product_meta>span{display:block;margin-bottom:15px}.image-full-width.product-design-alt .summary-inner,.product-full-width.product-design-alt .summary-inner,.product-full-width.product-summary-shadow .summary-inner,.product-full-width.image-full-width .summary-inner{max-width:620px}.product-design-default .entry-summary.col-lg-4 .wd-product-brands,.product-design-alt .product-image-summary .wd-product-brands,.popup-quick-view .wd-product-brands{float:none;margin-left:0}.product-design-default .entry-summary.col-lg-4 .wd-product-brands a,.product-design-alt .product-image-summary .wd-product-brands a,.popup-quick-view .wd-product-brands a{display:inline-block;padding:0;min-height:0;background-color:transparent !important;box-shadow:none}.product-design-default .entry-summary.col-lg-4 .wd-product-brands a:hover,.product-design-alt .product-image-summary .wd-product-brands a:hover,.popup-quick-view .wd-product-brands a:hover{box-shadow:none;opacity:.5}.product-image-summary .shop_attributes th{font-weight:600;font-family:var(--wd-text-font)}.product-image-summary .shop_attributes td,.product-image-summary .shop_attributes th{padding:5px;border-bottom-style:dashed}.product-image-summary .shop_attributes tr td:last-child{text-align:right}.product-image-summary .shop_attributes tr:last-child td,.product-image-summary .shop_attributes tr:last-child th{border-bottom:none}.product-image-summary .shop_attributes p{margin-bottom:0}.global-color-scheme-light .product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last{color:#fff}.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last,.product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-link-last{margin-right:0;color:#333;font-weight:600}.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last:after,.product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-link-last:after{content:none}.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-last,.product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-last{display:none}.product-design-alt .product-image-summary div[itemprop="description"]{margin-bottom:20px}.product-design-alt .entry-summary{text-align:center}.product-design-alt .woocommerce-variation{margin-top:0}.product-design-alt .woocommerce-variation-price .price{margin-right:7px;margin-left:7px}.product-design-alt .woocommerce-variation-availability p.stock{margin-right:7px;margin-left:7px}.product-design-alt table.variations .reset_variations{bottom:-30px;position:absolute;left:50%;margin-left:0;transform:translateX(-50%)}.product-design-alt .variation-swatch-selected .variations{margin-bottom:50px}.product-design-alt .summary-inner>.wd-action-btn{margin-right:10px;margin-left:10px}.product-design-alt.meta-location-add_to_cart .product_meta{margin-bottom:15px}.product-design-alt.meta-location-add_to_cart .product_meta>span{display:inline-block;margin-top:5px;margin-right:10px;margin-bottom:5px;margin-left:10px;vertical-align:middle}.product-design-alt.tabs-location-summary .wd-accordion-title:after{content:none}.product-design-alt.tabs-location-summary .woocommerce-Tabs-panel{text-align:left}.product-design-alt table.variations label{margin-right:0}.product-design-alt table.variations tr{display:flex;align-items:stretch;flex-direction:column;margin-bottom:10px}.product-design-alt table.variations tr:last-child{margin-bottom:0}.product-design-alt table.variations td{padding-bottom:0;text-align:center}.product-design-alt table.variations .label{margin-bottom:5px}.product-design-alt .swatches-on-single{padding-bottom:0;transition:padding .25s ease}.wd-popup.popup-quick-view{position:relative;max-width:920px;padding:0;overflow:hidden}.popup-quick-view .product-image-summary{min-height:450px}.popup-quick-view .product-images{overflow:hidden}.popup-quick-view .product-images .owl-carousel .product-image-wrap{padding:0}.popup-quick-view .product-images:hover .view-details-btn{transform:none}.popup-quick-view div.wd-product-brands{margin-bottom:15px}.popup-quick-view div.wd-product-brands img{max-width:65px}.popup-quick-view .product-share{margin-bottom:0}.popup-quick-view .entry-summary{mask-image:linear-gradient(to top, transparent 5px, #000 40px);-webkit-mask-image:linear-gradient(to top, transparent 5px, #000 40px)}.popup-quick-view .wd-scroll-content>a{margin-bottom:20px;border-radius:var(--btn-shop-brd-radius);color:var(--btn-shop-color);box-shadow:var(--btn-shop-box-shadow);background-color:var(--btn-shop-bgcolor)}.popup-quick-view .wd-scroll-content>a:hover{color:var(--btn-shop-color-hover);box-shadow:var(--btn-shop-box-shadow-hover);background-color:var(--btn-shop-bgcolor-hover)}.popup-quick-view .wd-scroll-content>a:active{box-shadow:var(--btn-shop-box-shadow-active);bottom:var(--btn-shop-bottom-active)}.popup-quick-view .wd-scroll-content>a.added{display:none}.popup-quick-view .wd-scroll-content:after{content:"";display:block;width:100%;height:30px}.popup-quick-view .view-details-btn{position:absolute !important;right:15px;bottom:0;left:15px;z-index:15;transition:all 0.25s ease !important;transform:translateY(100%);position:relative;display:inline-flex;align-items:center;justify-content:center;outline:none;border-width:0;border-style:solid;border-color:transparent;border-radius:0;box-shadow:none;vertical-align:middle;text-align:center;text-decoration:none;text-transform:uppercase;text-shadow:none;letter-spacing:.3px;font-weight:600;cursor:pointer;transition:color .25s ease,  background-color .25s ease,  border-color .25s ease,  box-shadow .25s ease,  opacity .25s ease;padding:12px 20px;font-size:13px;line-height:18px;color:#FFF;background-color:var(--wd-primary-color)}.popup-quick-view .view-details-btn:hover{text-decoration:none;color:#FFF;box-shadow:inset 0 0 200px rgba(0,0,0,0.1)}.popup-quick-view .view-details-btn:focus{outline:none}.popup-quick-view button.mfp-close{position:absolute;top:0 !important;background-color:transparent !important;color:#000}.popup-quick-view button.mfp-close:hover{color:#777}[class*="color-scheme-light"] .popup-quick-view .entry-summary .product_meta{border-color:rgba(255,255,255,0.15)}[class*="color-scheme-light"] .popup-quick-view .wd-product-brands a{background-color:transparent !important}[class*="color-scheme-light"] .popup-quick-view button.mfp-close{color:#fff}[class*="color-scheme-light"] .popup-quick-view button.mfp-close:hover{color:rgba(255,255,255,0.8)}.quick-view-horizontal .summary-inner{position:absolute;top:0;right:15px;bottom:0;left:15px;width:auto}.quick-view-horizontal .wd-scroll-content{padding-top:30px;padding-right:45px;max-height:100%}.quick-view-horizontal .product-images{display:flex;align-items:center;flex-direction:column;justify-content:center}.quick-view-horizontal .product-images>.images{width:100%}.quick-view-vertical .wd-scroll-content{position:relative;padding:25px 30px 0 25px;max-height:400px}.quick-view-vertical .wd-scroll-content:after{height:25px}@media (min-width: 1025px){.popup-quick-view .product_title{font-size:26px}.thumbs-position-left>.col-lg-9 .woocommerce-product-gallery__wrapper{margin-left:-15px;width:auto}.thumbs-position-left>.col-lg-9 .product-additional-galleries{left:-15px}}@media (min-width: 1200px){.elementor-default.wrapper-boxed .website-wrapper .image-full-width div.product-images.wd-section-stretch-content{padding-left:15px;padding-right:15px}}@media (max-width: 1024px){.single-product .site-content{margin-bottom:25px}.single-product-page>div:not(:last-child){margin-bottom:25px}.related-and-upsells:empty{margin-top:-25px}.poduct-tabs-inner>div:not(:last-child){margin-bottom:25px}.breadcrumbs-location-below_header .single-breadcrumbs-wrapper{margin-top:-20px;margin-bottom:10px}.breadcrumbs-location-summary .single-product-page{margin-top:-15px}.single-breadcrumbs-wrapper .single-breadcrumbs,.single-breadcrumbs-wrapper .container{flex-wrap:wrap}.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last{margin-right:0;color:#333;font-weight:600}.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last:after{content:none}.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last{display:none}.global-color-scheme-light .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last{color:#fff}.thumbs-position-left .woocommerce-product-gallery__wrapper{margin-bottom:4px}.image-full-width .product-image-summary-inner>div:not(:last-child){margin-bottom:25px}.wd-gallery-btn>a{min-width:40px;height:40px;line-height:40px}.wd-gallery-btn>a:before{width:40px;height:40px;font-size:14px;line-height:40px}.product-360-button>a:before{font-size:22px}.product_title{margin-bottom:15px;font-size:24px}.summary-inner>.price,.wd-scroll-content>.price{margin-bottom:15px;font-size:18px}.product-design-default .wd-product-brands{float:none;margin-left:0}.product-design-default .wd-product-brands a{display:inline-block;padding:0;min-height:0;background-color:transparent !important;box-shadow:none}.product-design-default .wd-product-brands a:hover{box-shadow:none;opacity:.5}.wd-before-product-tabs{margin-top:-26px}.product-tabs-wrapper{padding-top:25px;padding-bottom:25px;border-top:none}.woocommerce-tabs .wd-accordion-title{padding-top:15px;padding-bottom:15px;font-size:14px}.woocommerce-tabs .woocommerce-Reviews-title{display:none}.tabs-layout-accordion .wd-scroll .wd-scroll-content{max-height:none}.tabs-layout-tabs{display:none}.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs{padding-bottom:0;border-bottom:none}.tabs-location-standard.tabs-type-accordion .wd-before-product-tabs{margin-top:-26px}.woocommerce-Reviews{flex-wrap:wrap;margin-right:0;margin-left:0}.woocommerce-Reviews #comments,.woocommerce-Reviews #review_form_wrapper{flex-basis:100%;padding-right:0;padding-left:0;max-width:100%;width:100%}.woocommerce-Reviews .commentlist{margin-top:0;margin-bottom:25px}.woocommerce-Reviews .commentlist li:not(:last-child){margin-bottom:5px;padding-bottom:5px}.popup-quick-view .view-details-btn{transform:none}}@media (max-width: 768px){.popup-quick-view .wd-scroll-content{padding:20px 15px 20px 15px}.popup-quick-view .entry-summary:after{content:none}.quick-view-horizontal .summary-inner,.quick-view-horizontal .wd-scroll-content{position:static}.quick-view-vertical .wd-scroll-content{max-height:none}.single-product-page .wd-product-brands img{max-width:70px}.product-image-summary-inner>div{margin-bottom:25px}.product-image-summary-inner>div:last-child{margin-bottom:0}.single-product-page .summary-inner{margin-bottom:-20px}.product-image-summary-wrap>div,.product-image-summary-wrap>aside,.full-height-sidebar-wrap>div,.full-height-sidebar-wrap>aside{margin-bottom:25px}.product-image-summary-wrap>div:last-child,.product-image-summary-wrap>aside:last-child,.full-height-sidebar-wrap>div:last-child,.full-height-sidebar-wrap>aside:last-child{margin-bottom:0}.single-product-sidebar.sidebar-container{border:none}.thumbs-position-bottom_grid .woocommerce-product-gallery__wrapper,.thumbs-position-bottom_combined .woocommerce-product-gallery__wrapper{margin-right:0;margin-left:0}.breadcrumbs-location-summary .single-product-page{margin-top:-25px}.product_title{font-size:20px}.related-and-upsells>div{margin-bottom:25px}.related-and-upsells>div:last-child{margin-bottom:0}.related-and-upsells .owl-dots{display:none}.related-and-upsells:empty{display:none}.product-full-width.product-design-alt .summary-inner,.product-full-width.product-summary-shadow .summary-inner,.product-full-width.image-full-width .summary-inner{max-width:100%}.wd-products-nav .wrapper-short{display:none}}.whb-header-bottom .wd-dropdown {
margin-top: 5px;
}
.whb-header-bottom .wd-dropdown:after {
height: 15px;
}
.whb-header .whb-header-bottom .wd-header-cats {
margin-top: -1px;
margin-bottom: -0px;
height: calc(100% + 1px);
}
@media (min-width: 1025px) {
.whb-general-header-inner {
height: 104px;
max-height: 104px;
}
.whb-sticked .whb-general-header-inner {
height: 60px;
max-height: 60px;
}
.whb-header-bottom-inner {
height: 50px;
max-height: 50px;
}
.whb-sticked .whb-header-bottom-inner {
height: 50px;
max-height: 50px;
}
}
@media (max-width: 1024px) {
.whb-general-header-inner {
height: 60px;
max-height: 60px;
}
.whb-header-bottom-inner {
height: 50px;
max-height: 50px;
}
}
.whb-top-bar {
background-color: rgba(255, 255, 255, 1);
}
.whb-general-header {
border-color: rgba(129, 129, 129, 0.2);border-bottom-width: 1px;border-bottom-style: solid;
}
.whb-header-bottom {
background-color: rgba(18, 124, 199, 1);border-bottom-width: 0px;border-bottom-style: solid;
}.wd-popup.wd-promo-popup{
background-color:#111111;
background-repeat:no-repeat;
background-size:contain;
background-position:left center;
}
.page-title-default{
background-color:#0a0a0a;
background-size:cover;
background-position:center center;
}
.footer-container{
background-color:#ffffff;
}
:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(18,124,199);
}
:root{
--wd-alternative-color:rgb(254,72,16);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:#83b735;
}
:root{
--btn-shop-bgcolor-hover:#6ca300;
}
:root{
--btn-accent-bgcolor:#83b735;
}
:root{
--btn-accent-bgcolor-hover:#6ca300;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
:root{
--wd-form-brd-radius: 0px;
--wd-form-brd-width: 2px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-shop-color: #fff;
--btn-shop-color-hover: #fff;
--btn-accent-color: #fff;
--btn-accent-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accent-brd-radius: 0px;
--btn-accent-box-shadow: none;
--btn-accent-box-shadow-hover: none;
--btn-accent-box-shadow-active: none;
--btn-accent-bottom: 0px;
--btn-shop-bottom-active: -1px;
--btn-shop-brd-radius: 0px;
--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
}  @media (min-width: 1025px) {
.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
max-width: 1192px;
}
}
.container {
max-width: 1222px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-no {
max-width: 1192px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-narrow {
max-width: 1202px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-default {
max-width: 1212px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-extended {
max-width: 1222px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-wide {
max-width: 1232px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-wider {
max-width: 1252px;
}
@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
} div.wd-popup.popup-quick-view {
max-width: 920px;
} div.wd-popup.wd-promo-popup {
max-width: 800px;
} div.wd-popup.wd-age-verify {
max-width: 500px;
} .header-banner {
height: 40px;
}
body.header-banner-display .website-wrapper {
margin-top:40px;
} @media (max-width: 1024px) { .header-banner {
height: 40px;
}
body.header-banner-display .website-wrapper {
margin-top:40px;
}
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
max-height: 280px;
}
@font-face {
font-weight: normal;
font-style: normal;
font-family: "woodmart-font";
src: url(//nulis.com.br/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=999.1.4) format("woff2"),
url(//nulis.com.br/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=999.1.4) format("woff");
}
html body .elementor-section-boxed.wd-negative-gap>.elementor-container{
max-width:1140px;
}
html body .elementor-section.wd-negative-gap>.elementor-column-gap-default{
margin-right: auto;
margin-left: auto;
}