@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ftb_dashboard{margin-top:-58px!important}.ftb_dashboard>.container{height:screen!important}.ftb_dashboard_body_removeShadow{background-color:transparent;box-shadow:none!important}#ftb_dashboard_panel{box-shadow:none;padding-top:20px}div#profile_side_bar{border-right:1px solid #ddd4d4}.u-columns.woocommerce-Addresses.col2-set.addresses{display:flex;flex-direction:row}.woocommerce-Address{width:48%!important}.css-1usuzwp-MuiButtonBase-root-MuiTab-root{align-items:flex-start!important}.account_tab_icon{margin-right:10px}details summary{list-style-type:none!important}summary{list-style:none!important;display:flex;justify-content:space-between;align-items:center;cursor:pointer}summary:after{content:"\f078";font-family:Font Awesome\ 6 Free;font-weight:900;font-size:18px;margin-left:10px;transition:transform .3s ease}details[open] summary:after{transform:rotate(180deg)}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1),rgb(155,81,224));--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180),rgb(0,208,130));--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1),rgba(255,105,0,1));--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1),rgb(207,46,46));--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238),rgb(169,184,195));--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220),rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76));--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236),rgb(152,150,240));--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165),rgb(254,45,45) 50%,rgb(107,0,62));--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112),rgb(199,81,192) 50%,rgb(65,88,208));--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203),rgb(182,227,212) 50%,rgb(51,167,181));--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128),rgb(113,206,126));--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129),rgb(40,116,252));--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--font-family--inter:"Inter",sans-serif;--wp--preset--font-family--cardo:Cardo;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.ftb_product_card{margin:10px}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}.categorySearch{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;margin-top:20px;margin-bottom:20px}.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}.react-tabs{-webkit-tap-highlight-color:transparent}.react-tabs__tab-list{margin:0 0 10px;padding:0}.react-tabs__tab{display:inline-block;padding:16px 24px;font-size:16px;line-height:24px;font-family:Gilroy;font-weight:600;color:var(--primary-color);border-radius:100px;cursor:pointer}.react-tabs__tab--selected{background-color:var(--primary-color);color:var(--white-color);font-weight:700}.react-tabs__tab--disabled{color:GrayText;cursor:default}.react-tabs__tab:focus{outline:none}.plans{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px}.plans .plan{width:330px;box-shadow:0 8px 24px -4px rgba(24,39,75,.08);box-shadow:0 6px 12px -6px rgba(24,39,75,.12)}.plan h4{text-align:center;min-height:30px!important}.planstext{width:60%;text-align:center;margin:auto auto 60px}.plansmidtxt{display:flex;justify-content:center;align-items:center;gap:15px}.plansmidtxt p{margin-bottom:0}.planltxt{text-align:center;font-size:14px}.purchase_now_btn{background-color:var(--primary-color)!important;padding:11px 24px!important;color:var(--white-color)!important;font-weight:600!important;font-size:16px!important;border-radius:8px!important;transition:.3s;line-height:24px!important;position:relative;display:inline-flex!important;column-gap:8px;float:unset;width:100%;text-align:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.plan_quote{margin-top:50px}.plan_quote .ftb_quote_heading_3{left:10%!important;font-size:130px!important}.subsfaq .img-fluid{width:100%}.react-tabs__tab-panel{display:none}.plan_quote .plat-dish{width:60%!important}.plan_quote .ftb_dish_wrapper{text-align:center}.react-tabs__tab-panel--selected{display:block}.ftb_product_card h3{margin-bottom:0!important}.ftb_dashboard{background-image:url(/images/dashboard-bg.png)}.margin_50{margin-bottom:50px}.pd_hero_feature_image{margin-top:20px;margin-bottom:20px}.ftb_icon_box_2 h6{margin-bottom:0!important}.ftb_icon_box_2{align-items:center;margin-top:0}.ftb_icon_box_2.main{align-items:flex-start}img.emoji,img.wp-smiley{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:none!important;padding:0!important}span.asnp-emptyList-optional.asnp-medium{display:none!important}html .single-product .pd_hero_pricing .text-white{display:flex!important}div#asnp_easy_product_bundle hr,span.asnp-totalPrice-section{display:none}.ftb_product_card.style_2 .ftb_product_feature_image img.attachment-woocommerce_thumbnail{height:100%}#profile-link{color:white!important}.single-product .ecommerce-message:before{color:#fff}.single-product .ecommerce-message{border-top-color:transparent;background:#ffffff26;color:#fff;border-radius:8px}.single_add_to_cart_button{width:auto!important}.ecommerce .ecommerce-error .button,.ecommerce .ecommerce-info .button,.ecommerce .ecommerce-message .button,.ecommerce-page .ecommerce-error .button,.ecommerce-page .ecommerce-info .button,.ecommerce-page .ecommerce-message .button{border-radius:8px}.ecommerce-checkout #checkout_login_form .form-row:first-child{overflow:hidden}.ecommerce form p.form-row .show-password-input:after{transform:translateY(-50%)}.tab_products_slider .ftb_product_card img.attachment-rahim_shop_page_image{max-width:90%;height:-moz-fit-content!important;height:fit-content!important;margin:-68px auto 0}.ftb_product_card .ftb_product_feature_image{height:320px}.ftb_product_slider .ftb_product_feature_image,.term-maaltijdpakketten .ftb_product_feature_image{height:400px;display:flex;align-items:center;justify-content:center}.ftb_ontbijt .ftb_product_feature_image img.attachment-rahim_shop_page_image{height:270px;object-fit:contain}.tab_products_slider .ftb_product_feature_image{height:260px}.ecommerce .grid{align-items:stretch}.ftb_product_card .ftb_product_card_content{padding:16px 7px}.blog-content-row .ftb_product_card{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between}a.iconic-ww-button.iconic-ww-button--add-to-wishlist.button{background-color:var(--primary-color)!important;color:white!important}a.iconic-ww-button.iconic-ww-button--add-to-wishlist.button,a.iconic-ww-button.single.iconic-ww-button--add-to-wishlist.button{margin-bottom:0!important;font-size:16px;font-weight:500;min-height:43px;display:flex;align-items:center;justify-content:center;border-radius:8px}a.iconic-ww-button.single.iconic-ww-button--add-to-wishlist.button{background-color:white!important;color:var(--primary-color)!important}img{max-width:100%;object-fit:contain}.ecommerce form .form-row input.input-text,.ecommerce form .form-row textarea{height:50px;padding:5px 20px;border:1px solid #fd4f0136;border-radius:8px}.ecommerce form .show-password-input,.ecommerce-page form .show-password-input{right:2%;top:50%;transform:translateY(-50%)}#tp-widget-logo svg path,#tp-widget-rating,#translations-main,#trust-score{color:#fff!important}.product-template-default .asnp-BundleGridItem-product-info{padding:10px;border-top-left-radius:0;border-top-right-radius:0}.product-template-default .product-type-easy_product_bundle .asnp-BundleGridItem-imageBox img{object-fit:contain!important}.product-template-default .product-type-easy_product_bundle .asnp-BundleGridItem-product-info.asnp-medium{margin-top:0!important;text-align:flex-start;width:100%}.product-template-default .product-type-easy_product_bundle .asnp-BundleGridItem-imageBox{border-bottom-left-radius:0;border-bottom-right-radius:0}.product-template-default .product-type-easy_product_bundle .asnp-product-Price.asnp-grid-price{width:100%;text-align:flex-start;justify-content:flex-start;margin-bottom:10px}.product-template-default .product-type-easy_product_bundle .asnp-product-quantity-field{justify-content:flex-flex-start!important}.product-template-default .product-type-easy_product_bundle .asnp-productList-wrapper{display:none}.product-template-default .product-type-easy_product_bundle .asnp-product-name{width:100%;margin-bottom:10px!important}.product-type-easy_product_bundle .span.ecommerce-Price-currencySymbol{color:inherit}.product-template-default .asnp-totalPrice-section .ecommerce-Price-amount.amount{font-weight:700;color:inherit}.product-type-easy_product_bundle span.ecommerce-Price-amount.amount span{color:inherit}.product-template-default .pd_hero_pricing h2.text-white{display:none}.product-template-default .asnp-plus-icon .dashicons-plus-alt{color:var(--white-color)!important}.product-template-default a.iconic-ww-button.iconic-ww-button--add-to-wishlist.button{background-color:var(--white-color)!important;padding:8px 16px;border-radius:8px;font-size:16px;color:var(--primary-color)!important}.product-template-default a.iconic-ww-button .iconic-ww-button__label{color:var(--primary-color)}.product-template-default a.iconic-ww-button .iconic-ww-icon{height:10px;color:var(--primary-color)}#asnp-easy-product-bundle-modal .asnp-post-grid-img img{object-fit:contain!important}#asnp-easy-product-bundle-modal .asnp-post-grid-content{padding:10px}#asnp-easy-product-bundle-modal .asnp-post-grid-price{text-align:flex-start}#asnp-easy-product-bundle-modal .asnp-post-grid-info h3,.asnp-post-grid-price{text-align:left!important}.term-description{display:none}@font-face{font-family:Gilroy;src:url(/webfonts/Gilroy-Light.ttf);font-weight:300;font-display:swap}@font-face{font-family:Gilroy;src:url(/webfonts/Gilroy-Regular.ttf);font-weight:400;font-display:swap}@font-face{font-family:Gilroy;src:url(/webfonts/Gilroy-Medium.ttf);font-weight:500;font-display:swap}@font-face{font-family:Gilroy;src:url(/webfonts/Gilroy-SemiBold.ttf);font-weight:600;font-display:swap}@font-face{font-family:Gilroy;src:url(/webfonts/Gilroy-Bold.ttf);font-weight:700;font-display:swap}@font-face{font-family:Gilroy;src:url(/webfonts/Gilroy-ExtraBold.ttf);font-weight:800;font-display:swap}@font-face{font-family:Roundo;src:url(/webfonts/Roundo-Regular.ttf);font-weight:400;font-display:swap}@font-face{font-family:Roundo;src:url(/webfonts/roundo.semibold.otf);font-weight:600;font-display:swap}@font-face{font-family:Clash Display;src:url(/webfonts/ClashDisplay-Semibold.woff);font-weight:600;font-display:swap}:root{--primary-color:#FD4F01;--secondary-color:#0E1523;--white-color:#ffffff}body{padding-top:114px;margin:0}.container{max-width:1400px}.ftb_filter_section .container{overflow:hidden}ul{padding:0;margin:0;list-style-type:none}.ftb_product_section .container{overflow:hidden}.ftb_product_section .slick-list{overflow:visible}a{text-decoration:none}.ptb-120{padding:120px 0}.mt-60{margin-top:60px}.mt-64{margin-top:64px}.mb-40{margin-bottom:40px}h1,h2,h3,h4,h5,h6{font-family:Gilroy;font-weight:700}h1,h2,h3,h4,h5,h6,p{color:var(--secondary-color)}@keyframes ftb_fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.ftb_heading{color:var(--primary-color);font-size:64px;line-height:72px;font-weight:800;word-wrap:break-word}@media (max-width:1200px){.ftb_heading{font-size:48px}}@media (max-width:575.98px){.ftb_heading{font-size:40px;line-height:48px}}.ftb_btn{display:inline-block;padding:12px 24px;border-radius:8px;font-size:16px;line-height:24px;font-weight:600;transition:.3s;display:inline-flex;align-items:center;justify-content:center;column-gap:8px}.ftb_btn span{display:inline-block;line-height:20px;position:relative;top:1.5px}.ftb_btn span svg path{transition:.3s}.ftb_btn_white{background:var(--white-color);color:var(--primary-color);border:1px solid var(--white-color)}.ftb_btn_white span{margin-left:8px}.ftb_btn_white span svg path{fill:var(--primary-color)}.ftb_btn_white:hover{background:transparent;color:var(--white-color);border-color:var(--white-color)}.ftb_btn_white:hover span svg path{fill:var(--white-color);stroke:var(--white-color)}.ftb_btn_outline{background:transparent;border:1px solid var(--white-color);color:var(--white-color)}.ftb_btn_outline:hover{background:var(--white-color);color:var(--primary-color)}.ftb_btn_outline:hover span svg path{stroke:var(--primary-color)}.ftb_btn_primary{background-color:var(--primary-color);color:var(--white-color);border:0}.ftb_btn_primary:hover,.ftb_primary_btn:hover{background-color:var(--secondary-color)}@media(max-width:575.98px){.ftb_filter_sort .ftb_btn{display:inline-block;width:210px;text-align:center}.ftb_hero_btns .ftb_btn{width:100%}}.ftb_header_section{width:100%;left:0;top:0}.ftb_header_sticky{z-index:200}.ftb_header_section{background-color:var(--primary-color);position:fixed;z-index:50}.ftb_header_logo{max-width:170px}.ftb_header_sticky{position:fixed;top:0;left:0;z-index:9999999999;width:100%;box-shadow:0 0 10px rgba(0,0,0,.06);animation:ftb_fadeInDown .5s;background:var(--primary-color)!important}.ftb_header_sticky .ftb_header_nav>ul>li>a{padding:32px 25px}.ftb_header_nav ul{display:inline-block}.ftb_header_nav ul>li{display:inline-block;position:relative}.ftb_header_nav ul li a{display:inline-block;padding:28px 15px;font-size:14px;color:var(--white-color);text-transform:uppercase;font-family:Roundo}.ftb_header_nav ul li a>i{color:inherit}.ftb_header_nav ul li>ul{position:absolute;left:0;top:calc(100% + 6px);transition:.3s;opacity:0;visibility:hidden;background:var(--white-color);z-index:100;min-width:220px;box-shadow:0 0 10px rgba(0,0,0,.06);padding:6px 0;border-radius:8px}.ftb_header_nav ul li>ul>li{display:block}.ftb_header_nav ul li>ul>li a{color:var(--secondary-color);text-align:left;padding:12px 16px;display:block;transition:.3s}.ftb_header_nav ul li>ul>li:hover a{color:var(--primary-color);padding-left:20px}.ftb_header_nav ul>li:hover>ul{opacity:1;visibility:visible;top:100%}.ftb_header_right{display:flex;align-items:center;justify-content:flex-end;gap:16px}.ftb_header_user_btn{display:inline-block}.ftb_header_cart_btn{background-color:var(--white-color);padding:8px 16px;border-radius:8px;font-size:16px;color:var(--primary-color);position:relative;font-family:Gilroy;font-weight:500}.ftb_header_cart_btn .cart-contents{position:absolute;width:20px;height:20px;display:inline-flex;justify-content:center;align-items:center;background-color:var(--secondary-color);color:var(--white-color);font-size:10px;border-radius:50%;line-height:0;right:-3px;top:-6px}.ftb_mobile_menu_toggle{background-color:transparent;width:40px;height:40px;border:0;border-radius:8px;display:inline-flex;align-items:flex-end;justify-content:center;flex-direction:column;gap:4px}.ftb_mobile_menu_toggle span{height:2px;background-color:var(--white-color);display:block;transition:.3s}.ftb_mobile_menu_toggle span:first-child{width:24px}.ftb_mobile_menu_toggle span:nth-child(2){width:20px}.ftb_mobile_menu_toggle span:nth-child(3){width:16px}.ftb_mobile_menu_toggle:hover span{width:24px}.ftb_mobile_menu{text-align:center;padding-top:30px;padding-bottom:24px;z-index:150;overflow-y:scroll}.ftb_mobile_menu,.mobile-menu{position:absolute;left:0;top:100%;width:100%;background:var(--primary-color);height:100vh}.mobile-menu{opacity:0;transform:translateX(-100%);transition:opacity .2s ease,transform .6s ease}.mobile-menu.open{opacity:1;display:flex;align-items:start;transform:translateX(0);flex-direction:column;padding:5px 15px;justify-content:start}.mobile-submenu{max-height:0;opacity:1;overflow:hidden;transition:max-height .8s ease,opacity .4s ease;background-color:transparent;margin-left:10px}.mobile-submenu.open{max-height:700px;opacity:1}.ftb_mobile_menu ul li{display:block;position:relative}.ftb_mobile_menu ul li i{color:var(--white-color)}.ftb_mobile_menu ul li i.icon-rotate{transform:rotate(90deg)}.ftb_mobile_menu ul>li>a{display:inline-block;padding:12px 16px;font-size:14px;color:var(--white-color);text-transform:uppercase;font-family:Roundo;font-size:18px;transition:.3s}.ftb_mobile_menu ul li>ul li a{font-size:16px;font-family:Gilroy;font-weight:400;text-transform:capitalize}@media (max-width:1200px){.ftb_header_nav ul li a{padding:44px 14px}.ftb_header_sticky .ftb_header_nav>ul>li>a{padding:32px 14px}}@media(max-width:1199px) and (min-width:992px){.ftb_header_nav ul li a{font-size:13px;padding-left:11px;padding-right:11px}}@media (max-width:991.98px){.ftb_header_section{padding:7px 0}}@media (max-width:575.98px){.ftb_header_right{gap:10px}.ftb_header_cart_btn{background:transparent;padding:0;font-size:0}.ftb_header_cart_btn span svg path{fill:var(--white-color)}}.ftb-header-top-notice-header{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding-top:3px;padding-bottom:10px;font-size:16px;font-weight:400}.ftb-header-top-notice-header img{margin-right:10px}.ftb-full-header-top-notice- hr{margin:0!important}.ftb_hero_section{background-color:var(--primary-color);padding:288px 0 120px;position:relative;z-index:1}.ftb_hero_section .shape_bottom{position:absolute;left:0;bottom:-1px;width:100%}.ftb_hero_section .ftb_hero_title_1{position:absolute;left:12px;top:-263px;z-index:1}.ftb_hero_section .ftb_hero_title_1 h1{font-size:12.5vw;font-weight:800;color:var(--white-color);text-transform:uppercase;display:inline-block;line-height:1em}@media(min-width:1400px){.ftb_hero_section .ftb_hero_title_1 h1{font-size:180px;line-height:180px}}.ftb_hero_section .ftb_hero_title_1 .ftb_leaf_1{position:absolute;left:-65px;bottom:-20px}@media(max-width:1399px){.ftb_hero_section .ftb_hero_title_1 .ftb_leaf_1{left:-32px;bottom:-10px;width:124px}}.ftb_hero_section .ftb_hero_title_1 .ftb_leaf_2{position:absolute;left:48%;top:-25px;z-index:-1}.ftb_hero_section .ftb_hero_title_2{position:absolute;right:12px;top:-40px;z-index:1}.ftb_hero_section .ftb_hero_title_2 h2{font-size:12.5vw;font-weight:800;color:var(--white-color);text-transform:uppercase;display:inline-block;line-height:1em;margin:0}@media(min-width:1400px){.ftb_hero_section .ftb_hero_title_2 h2{font-size:180px;line-height:180px;margin-bottom:0}}.ftb_hero_section .ftb_hero_title_2 .ftb_leaf_3{position:absolute;right:-10px;top:-30px}.ftb_hero_section .ftb_hero_title_2 .ftb_leaf_4{position:absolute;left:-70px;bottom:-60px;z-index:-1}.ftb_hero_section .hero_dish{max-width:100%;position:absolute;left:50%;top:114px;transform:translate(-50%,-50%)}.ftb_hero_content{max-width:450px}@media(min-width:993px){.ftb_hero_section .container>.row{position:relative;z-index:2}}.ftb_hero_content p{color:var(--white-color);font-size:16px;line-height:24px;font-weight:500;margin-bottom:48px}.ftb_hero_btns{display:flex;align-items:center;gap:24px}.ftb_hero_btns a{font-size:16px;line-height:24px;font-weight:600;padding:11px 24px}.ftb_hero_btns a.ftb_btn_white span{margin-left:4px}.ftb_hero_features{padding-top:277px;padding-bottom:40px}@media (max-width:1350px){.ftb_hero_section .hero_dish{max-width:700px;left:56%}.ftb_hero_section .ftb_hero_title_1{top:-180px}.ftb_hero_section .ftb_hero_title_2 .ftb_leaf_3{width:100px}}@media (max-width:1199.98px){.ftb_hero_section{padding-top:234px}.ftb_hero_section .hero_dish{max-width:500px}.ftb_hero_features{padding-top:180px}}@media (max-width:992px){.ftb_hero_section{padding-top:244px}.ftb_hero_section .hero_dish{max-width:500px}.ftb_hero_section .ftb_hero_title_1 .ftb_leaf_1{width:88px}.ftb_hero_content{padding-top:350px}.ftb_hero_section .hero_dish{max-width:650px;left:46%}.ftb_hero_section .ftb_hero_title_2{top:auto;bottom:170px}.ftb_hero_features{padding-top:60px}}@media (max-width:767.98px){ul#navbar-nav{text-align:start}.ftb_hero_section .hero_dish{max-width:100%;left:50%}.ftb-header-top-notice-header{font-size:13px}.ftb_hero_section .ftb_hero_title_1 h1{font-size:56px}.ftb_hero_section .ftb_hero_title_2 h2{font-size:48px;line-height:56px}.ftb_hero_section .ftb_hero_title_1 .ftb_leaf_1{left:-30px;bottom:-40px;width:80px}.ftb_hero_section .ftb_hero_title_1 .ftb_leaf_2{top:-40px;width:90px}.ftb_hero_section{padding-top:300px}}@media (max-width:575.98px){.ftb_hero_section .hero_dish{top:0}.ftb_hero_section .ftb_hero_title_2{bottom:300px}.ftb_hero_content{padding-top:270px}.ftb_hero_btns{flex-wrap:wrap}.ftb_hero_section{padding:230px 0 40px}.ftb_hero_section .shape_bottom{left:-400px;width:calc(100% + 600px)}}.ftb_category_section{padding-top:100px;padding-bottom:100px}.ftb_category_single{display:block;text-align:center;padding:0 24px 56px;box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08);border-radius:24px;position:relative;transition:.3s;z-index:1}.ftb_category_single .ftb_ct_bg_overlay{position:absolute;width:100%;height:100%;left:0;top:0;border-radius:24px;background-size:cover;z-index:-1;transition:.3s;opacity:0;mix-blend-mode:screen;opacity:1;background-size:cover!important;background-repeat:no-repeat!important;background-position:50%!important}.ftb_category_single .ftb_ct_thumbnail{min-height:256px;margin-bottom:16px}.ftb_category_single .ftb_ct_thumbnail img{display:inline-block;margin-top:-40px}.ftb_category_single h3{color:var(--secondary-color);font-size:48px;font-weight:700;transition:.3s;display:inline-flex;align-items:center;justify-content:center}.ftb_category_single h3 .arrow_icon{width:0;overflow:hidden;display:inline-block;transition:.3s}.ftb_category_single:hover{background-color:var(--primary-color)}.ftb_category_single:hover .ftb_ct_bg_overlay{opacity:1}.ftb_category_single:hover h3{color:var(--white-color)}.ftb_category_single:hover h3 .arrow_icon{width:66px;margin-left:20px}.ftb_ab_content p{font-size:18px;line-height:32px;font-family:Gilroy;font-weight:300}.ftb_ab_content p span{color:var(--primary-color)}.ftb_ab_content p span strong{font-weight:600}@media (max-width:991.98px){.ftb_category_single .ftb_ct_thumbnail{min-height:215px}.ftb_category_single h3{font-size:32px}.ftb_category_single h3 svg{transform:scale(.7)}.ftb-box-image img{width:100%;border-radius:24px;object-fit:cover;margin-right:10px;height:350px}.ftb_category_single:hover h3 .arrow_icon{margin-left:10px}}.ftb-box-image img{width:100%;border-radius:24px;object-fit:cover;margin-right:10px;height:400px}.ftb-box-image{box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08);border-radius:24px;transition:.3s;position:relative}span.ftb-box-image-hover{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11;background:#fd4f0142;border-radius:24px;opacity:0;transition:.5s}.ftb-box-image-hover:hover{opacity:1}@media (max-width:767.98px){.ftb_category_single .ftb_ct_thumbnail{min-height:auto}.ftb_category_single{height:275px}.ftb_control_arrow{z-index:9999999;top:-3px!important}}.ftb_filter_section{background:#FFF1E8;position:relative;z-index:1;padding:123px 0 80px}.ftb_filter_section .wave_top{position:absolute;top:0;left:0;width:100%}.ftb_filter_control{flex-grow:0;flex-shrink:1;flex-basis:calc(100%);overflow-x:auto}.ftb_filter_search{min-width:250px;width:100%;margin-bottom:5px;flex:1 1;height:100%}.ftb_section_title h2{margin-bottom:24px}.ftb_section_title p{font-size:18px;line-height:32px;font-family:Gilroy;font-weight:400}.ftb_section_title p span{color:var(--primary-color)}.ftb_filter_tab .nav-tabs{display:flex;justify-content:center;gap:24px;border:0;margin-bottom:50px}.ftb_filter_tab .nav-tabs li{display:inline-block}.ftb_filter_tab .nav-tabs li a{display:inline-block;padding:16px 24px;font-size:16px;line-height:24px;font-family:Gilroy;font-weight:600;color:var(--primary-color);border-radius:100px}.ftb_filter_tab .nav-tabs li a.active{background-color:var(--primary-color);color:var(--white-color);font-weight:700}.ftb_filter_tab .tab-content{margin-top:120px;position:relative}.ftb_filter_tab .tab-content .slick-list{overflow:visible}.ftb_filter_tab .tab-content .tab-pane{display:block;position:absolute;left:0;top:0;width:100%;opacity:0;visibility:hidden;transition:.3s}.ftb_filter_tab .tab-content .tab-pane.active{position:relative;opacity:1;visibility:visible}.tab_products_slider .slick-list{margin:0 -8px;padding:60px 0}.ftb_control_arrow{position:absolute;right:0;top:-90px;width:56px;height:56px;background:transparent;border:1px solid var(--secondary-color);border-radius:50%;color:var(--secondary-color);transition:.3s;display:inline-flex;justify-content:center;align-items:center}.ftb_control_arrow.ftb_prev_arrow{right:72px}.ftb_control_arrow svg path{stroke:var(--secondary-color);transition:.3s}.ftb_control_arrow:hover{border-color:var(--primary-color);background:var(--primary-color);color:var(--white-color)}.ftb_control_arrow:hover svg path{stroke:var(--white-color)}.tab_products_slider .slick-slide{margin:0 8px}.ftb_product_card.style_2{overflow:visible}.ftb_product_card.style_2 .ftb_product_feature_image img{margin-top:-68px}.ftb_product_card.style_2 .ftb_product_feature_image{border-radius:24px 24px 0 0;min-height:260px}.ftb_product_card.style_2 .ftb_product_feature_image>img:first-child{max-width:290px;width:auto;max-height:251px;height:auto}.ftb_product_card.style_2 .ftb_feature_btns,.nutrition_values{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;align-items:center;grid-gap:4px;gap:4px;margin-bottom:24px}.ftb_product_card.style_2 .ftb_feature_btns span,.nutrition_values span{display:inline-block;padding:4px 8px;border-radius:8px;font-size:14px;font-weight:600;background:#FFE2D2;color:var(--secondary-color);font-family:Gilroy;white-space:nowrap}.ftb_product_card.style_2 .ftb_feature_btns span mark,.nutrition_values span mark{padding:0;background:transparent;color:var(--primary-color);margin-left:8px}.ftb_product_card.style_2 .ftb_pricing_quantity{display:flex;justify-content:space-between}.ftb_product_card.style_2 .ftb_card_quantity span{font-size:16px;font-weight:600;color:var(--secondary-color);font-family:Gilroy}.ftb_filter_section .row.justify-content-center{margin:0!important}.ftb_product_feature_image a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:222222}@media (max-width:1199.98px){.ftb_product_card.style_2 .ftb_product_feature_image{min-height:220px}}@media (max-width:767.98px){.tab_products_slider .slick-slide{margin:0 2px}.ftb_filter_tab .tab-content{margin-top:30px}.tab_products_slider .slick-list{padding-right:30px}.ftb_product_card.style_2 .ftb_product_feature_image{min-height:180px}.ftb_filter_tab .nav-tabs{gap:0}.ftb_filter_tab .nav-tabs li a{padding:16px}.tax-product_cat .ftb_product_card .ftb_product_feature_image{min-height:auto}.tax-product_cat .ftb_product_card .ftb_product_feature_image img:first-child{width:100%}.tax-product_cat .ftb_product_card h4{font-size:18px;line-height:24px}.tax-product_cat .ftb_product_card .ftb_feature_btns span{margin-bottom:8px}}@media (max-width:575.98px){.tax-product_cat .ftb_product_card .ftb_product_category{font-size:12px}.tax-product_cat .ftb_product_card h4{font-size:14px;line-height:20px;min-height:50px}.tax-product_cat .ftb_product_card .ftb_feature_btns span{padding:2px;border-radius:2px;font-size:10px;margin-bottom:2px;word-spacing:21px}.tax-product_cat .ftb_product_card .ftb_product_meta .ecommerce-LoopProduct-link span{font-size:12px}.tax-product_cat .ftb_product_card .ftb_secondary_btn{padding:4px 8px!important;font-size:10px!important}.tax-product_cat .ftb_product_card .ftb_product_card_content{padding:8px 8px 16px}.ftb_feature_btns.nutrition_values{display:grid;justify-content:center;align-items:center;grid-gap:2px;gap:2px;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:0}.ftb_feature_btns.nutrition_values span{margin:0;font-size:10px!important;display:flex;align-items:center;justify-content:center;border-radius:2px}.ftb_product_card h3{font-size:16px!important}.ftb_card_quantity span{line-height:33px;font-size:14px;text-align:right}.ecommerce-reward-points-text-container.ecommerce-reward-points-text-product-category{display:flex;align-items:center}.wcq-product-button-group.wcq-cart-with-quantity{margin-top:10px!important}.tab_products_slider .ftb_feature_btns{margin-bottom:5px!important}.tab_products_slider .ftb_card_pricing{display:flex;align-items:center}.tab_products_slider .ftb_card_pricing h3{margin-bottom:0}}#profile-link .tp-widget-trustscore,#profile-link a,#profile-link div,#profile-link span,.tp-widget-rating,.tp-widget-trustscore{color:#fff!important}.ftb_about_section{padding-top:100px;padding-bottom:59px}@media(max-width:991.98px){.ftb_about_section{padding-bottom:0}}.ftb_feature_box_row{display:flex;align-items:center;justify-content:center;gap:72px;flex-wrap:wrap}.ftb_icon_box{display:inline-flex;align-items:center;gap:15px;max-width:203px;position:relative}.ftb_feature_box_row .ftb_icon_box:not(:first-child):before{content:"";position:absolute;left:-32px;top:50%;transform:translateY(-50%);width:1px;height:48px;background-color:#FEA780}.ftb_icon_box img{width:40px;flex-shrink:0}.ftb_icon_box p{font-size:14px;line-height:24px;font-family:Gilroy;font-weight:500}@media (max-width:991.98px){.ftb_feature_box_row{gap:50px}.ftb_feature_box_row .ftb_icon_box:not(:first-child):before{display:none}}@media (max-width:575.98px){.ftb_feature_box_row{gap:16px;justify-content:flex-flex-start}.ftb_icon_box{width:100%;max-width:100%}}.ftb_explore_section{padding-top:70px;padding-bottom:100px}.ftb_food_card{border-radius:24px;overflow:hidden;box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08)}.ftb_food_card .ftb_fd_card_title{padding:52px 12px;display:flex;align-items:center;justify-content:center;gap:32px}.ftb_food_card .ftb_fd_card_title.py-32{padding-top:40px;padding-bottom:40px}.ftb_food_card .ftb_fd_card_title h3{font-size:48px;color:var(--primary-color);line-height:56px}.ftb_food_card .ftb_fd_card_title h4{font-size:32px;color:var(--primary-color)}@media (max-width:1199.98px){.ftb_food_card .ftb_fd_card_title{padding:10px 12px;gap:16px}.ftb_food_card .ftb_fd_card_title h3{font-size:30px}.ftb_food_card .ftb_fd_card_title .ftb_card_arrow svg{transform:scale(.6)}.ftb_food_card .ftb_fd_card_title h4{font-size:30px}.ftb_food_card .ftb_fd_card_title.py-32{padding:10px 12px!important}}@media (max-width:575.98px){.ftb_food_card .ftb_fd_card_title h3,.ftb_food_card .ftb_fd_card_title h4{font-size:24px}}.ftb_quote_section{background:#FFF1E8;position:relative;z-index:1}.ftb_quote_section .wave_top{width:100%;position:absolute;top:0;left:0;z-index:-1}.ftb_quote_section .q_leaf_1,.ftb_quote_section .q_leaf_2,.ftb_quote_section .q_leaf_3,.ftb_quote_section .q_leaf_4{position:absolute}.ftb_quote_section .q_leaf_1{left:7%;top:15%}.ftb_quote_section .q_leaf_2{right:6%;top:20%}.ftb_quote_section .q_leaf_3{left:20%;top:55%}.ftb_quote_section .q_leaf_4{right:14%;bottom:10%}.ftb_dish_2{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);max-width:100%;z-index:2}.ftb_quote_area{position:relative;min-height:940px;max-width:1230px;margin:0 auto}.ftb_quote_single{max-width:334px;padding:8px 16px;border-radius:8px;border:1px solid var(--primary-color);position:absolute;z-index:2}.ftb_quote_section.page_pricing .ftb_quote_heading_1{left:10%;top:180px;line-height:1}.ftb_quote_section.page_pricing .ftb_quote_heading_2{right:26%;line-height:1}.ftb_quote_section.page_pricing .ftb_quote_heading_3{left:21%;line-height:1}.ftb_quote_section .ftb_quote_heading_1,.ftb_quote_section .ftb_quote_heading_2,.ftb_quote_section .ftb_quote_heading_3{position:absolute;font-size:150px;font-weight:800;z-index:1;line-height:1.2}.ftb_quote_section .ftb_quote_heading_1{left:20%;top:180px}.ftb_quote_section .ftb_quote_heading_2{right:12%;top:380px;margin:0}.ftb_quote_section .ftb_quote_heading_3{left:26%;bottom:70px;margin:0}.ftb_quote_area .ftb_quote_single:first-child{left:0;top:360px}.ftb_quote_area .ftb_quote_single:nth-child(2){left:50%;top:160px;transform:translateX(-50%)}.ftb_quote_area .ftb_quote_single:nth-child(3){right:0;top:300px}.ftb_quote_area .ftb_quote_single:nth-child(4){left:45px;top:585px}.ftb_quote_area .ftb_quote_single:nth-child(5){right:116px;top:675px}.ftb_quote_area .number{display:inline-block;font-size:24px;font-family:Gilroy;transform:translateY(-10px);margin:0 15px;color:var(--primary-color);font-weight:700}.page_pricing.ftb_product_info_area .ftb_pricing_quantity{display:block}.page_pricing.ftb_product_info_area .ftb_pricing_quantity h3{text-align:center!important}@media screen and (max-width:1399px){.ftb_quote_section.page_pricing .ftb_quote_heading_3{left:9%}.ftb_quote_section.page_pricing .ftb_quote_heading_2{right:19%}.ftb_quote_section.page_pricing .ftb_quote_heading_1{left:5%}.subscription_items_container{gap:16px;row-gap:40px}}.page_pricing .ftb_quote_area .ftb_quote_single:nth-child(2){left:65%;top:75px;transform:translateX(-50%)}.page_pricing .ftb_quote_area .ftb_quote_single:first-child{left:0;top:390px}.page_pricing .ftb_quote_area .ftb_quote_single:nth-child(4){left:45px;top:565px}.page_pricing .ftb_quote_area .ftb_quote_single:nth-child(3){right:92px;top:270px}.page_pricing .ftb_quote_area .ftb_quote_single:nth-child(5){right:0;top:580px}.ftb_quote_single p{font-size:16px;line-height:24px;color:var(--secondary-color);font-weight:500;text-align:center}.ftb_quote_section.mobile_section{display:none}@media (max-width:1400px){.ftb_quote_section .ftb_quote_heading_1{left:10%}.ftb_quote_section .ftb_quote_heading_2{right:8%;right:3%}.ftb_quote_section .ftb_quote_heading_3{left:26%;bottom:30px}}@media (max-width:1200px){.ftb_quote_section .ftb_quote_heading_1{left:0}.ftb_quote_section .ftb_quote_heading_2{right:0}.ftb_quote_section .ftb_quote_heading_3{left:20%;bottom:20px}}@media (max-width:991.98px){.ftb_quote_section{display:none}.ftb_quote_section.mobile_section{display:block}.ftb_quote_area{padding-top:60px;padding-bottom:60px;min-height:auto}.ftb_quote_single{position:static;left:auto;top:auto;right:auto;bottom:auto;transform:translate(0)!important;text-align:left;margin-bottom:8px;display:inline-block}.leaf_quote_1{position:absolute;top:-50px;left:25%}.leaf_quote_2{position:absolute;top:-40px;left:90%}.leaf_quote_3{position:absolute;bottom:-15px;left:45%}}@media (max-width:575.98px){.ftb_quote_section{padding-top:30px}.ftb_quote_section .wave_top{width:calc(100% + 250px);left:-125px}.ftb_quote_area{padding-top:20px;padding-bottom:60px;min-height:auto}.ftb_quote_single{max-width:200px;padding:4px 8px}.ftb_quote_single p{font-size:10px;line-height:16px;text-align:center}}@media screen and (max-width:1199px){.ftb_product_card.style_3 .ftb_product_feature_image{min-height:150px}.ftb_product_card.style_3 .ftb_card_pricing{gap:15px}.ftb_product_card h3{font-size:28px}.ftb_product_card.style_3 .ftb_card_quantity{font-size:16px}.ftb_product_info_area.page_pricing{padding-bottom:70px}.ftb_quote_section.page_pricing .ftb_quote_heading_1,.ftb_quote_section.page_pricing .ftb_quote_heading_2,.ftb_quote_section.page_pricing .ftb_quote_heading_3{font-size:114px}.page_pricing .ftb_quote_area .ftb_quote_single:nth-child(4){left:0;top:581px}.subscription_item .subscription_data{flex-direction:column;-webkit-box-align:flex-start;-ms-flex-align:flex-start;-ms-grid-row-align:flex-start;align-items:flex-start;gap:8px}.subscription_sidebar .dashboard_total_points{font-size:16px}.subscription_sidebar .dashboard_total_points span{font-size:18px}.ftb_order_item{flex-direction:column;height:115px}.ftb_order_item .order_value span{display:inline}}.ftb_product_slider .slick-list{margin:0 -8px;padding:20px 0 60px}.ftb_product_slider{margin-top:130px}.ftb_product_slider .slick-slide{margin:0 8px}.ftb_product_card{box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08);border-radius:24px;overflow:hidden;background-color:var(--white-color)}.ftb_product_card .ftb_product_feature_image{background-color:var(--primary-color);text-align:center;padding:24px 24px 35px;position:relative;z-index:1;min-height:357px}.ftb_product_card .ftb_product_feature_image img:first-child{max-width:350px;width:auto;max-height:298px}.ftb_pricing_quantity{display:flex;justify-content:space-between;position:relative;align-items:center}.ftb_card_quantity span{font-size:14px;font-weight:600;color:var(--secondary-color);font-family:Gilroy}.ftb_product_card .ftb_product_feature_image .ftb_wave_shape{width:100%;position:absolute;left:0;bottom:-1px;z-index:-1}.ftb_product_card img{display:inline-block}.ftb_product_card .ftb_product_card_content{padding:8px 16px 12px}.ftb_product_card .ftb_product_card_content .ftb_secondary_btn{width:100%;text-align:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.ftb_product_card .ftb_product_card_content .ftb_secondary_btn .me-2{margin:0!important}.ftb_product_card .ftb_product_category{display:inline-block;padding:4px 8px;border-radius:8px;background-color:#FFE2D2;color:var(--primary-color);font-size:14px;font-family:Gilroy;font-weight:500}.ftb_product_card h4,h2{font-size:22px;line-height:32px;margin-top:8px}.ftb_product_card h4{min-height:64px}.ftb_product_card h3{color:#FF772E;font-size:26px;text-align:left!important}.ftb_product_card .ftb_product_meta span{font-size:14px;font-family:Gilroy;font-weight:500}.ftb_product_meta .ecommerce-LoopProduct-link span{font-size:14px;font-family:Gilroy;font-weight:500;color:var(--secondary-color);display:inline-block}.ftb_product_meta .ecommerce-reward-points-earning-text-container img{width:20px;height:auto;margin:0 4px 0 8px}.ftb_secondary_btn.add_to_cart_button.ajax_add_to_cart.loading:after{right:auto;top:1px;position:relative}.ftb_product_card_content .added_to_cart.wc-forward{display:none}.ftb_secondary_btn{background-color:var(--secondary-color)!important;padding:11px 24px!important;color:var(--white-color)!important;font-weight:600!important;font-size:16px!important;border-radius:8px!important;transition:.3s;line-height:24px!important;position:relative;display:inline-flex!important;column-gap:8px;float:unset;width:100%;text-align:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.ftb_secondary_btn svg path{transition:.3s}.ftb_secondary_btn:hover{background-color:var(--primary-color)}.ftb_secondary_btn:hover svg path{fill:var(--white-color)}@media(max-width:1199px){.ftb_product_card .ftb_product_feature_image{min-height:282px}.ftb_product_card .ftb_product_feature_image img:first-child{width:100%;height:100%}}@media(max-width:991px){.ftb_product_card.style_2 .ftb_product_feature_image>img:first-child{max-width:300px;max-height:230px}.nutrition_values span{padding:4px 6px;font-size:8px}}@media(max-width:767px){.ftb_product_card.style_2 .ftb_product_feature_image>img:first-child{max-width:268px;max-height:176px}.ftb_product_slider{margin-top:30px}.ftb_product_slider .slick-list{padding-right:30px}.ftb_product_card.style_2 .ftb_feature_btns span,.nutrition_values span{font-size:10px}}.ftb_faq_section{padding-bottom:100px;padding-top:100px}.ftb_accordion .accordion-item{border:0}.ftb_accordion{margin-top:60px}.ftb_accordion .accordion-item+.accordion-item{border-top:1px solid #c8c8c8}.ftb_accordion .accordion-header{padding:32px 0}.ftb_accordion .accordion-header a{display:block;font-family:Gilroy;font-size:24px;line-height:32px;font-weight:600;color:var(--secondary-color);position:relative}.ftb_accordion .accordion-header a:after{content:"\f105";font-family:FontAwesome;font-size:14px;position:absolute;right:0;top:2px;color:var(--primary-color)}.ftb_accordion .accordion-header a:not(.collapsed):after{transform:rotate(90deg);top:0}.ftb_accordion .accordion-body{padding:0 12px 32px 50px;max-width:600px}.ftb_accordion .accordion-body p{font-family:Gilroy;font-weight:400;line-height:24px;position:relative}.ftb_accordion .accordion-body p:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:1px;height:40px;background-color:var(--primary-color)}.accordion-item{display:none}#leesMeerBtn,.accordion-item:nth-child(-n+3){display:block}#leesMeerBtn{margin-top:20px;cursor:pointer}.accordion-wrapper.expanded .accordion-item{display:block}.accordion-wrapper.expanded #leesMeerBtn{display:none}@media (max-width:991.98px){.ftb_accordion{margin-top:0}.ftb_faq_thumb{margin-top:16px}}.ftb_footer{padding:120px 0 0;background-color:var(--secondary-color);position:relative;z-index:1}.footer_wave{width:100%;position:absolute;top:0;left:0;z-index:-1}.ftb_footer_iconbox{margin-top:50px}.ftb_footer_iconbox li+li{margin-top:16px}.ftb_footer_iconbox li,.ftb_footer_iconbox li a{color:var(--white-color);font-size:14px;font-weight:600;font-family:Gilroy;display:flex;gap:4px}.widget-title{line-height:32px;margin-bottom:24px}.ftb_footer_nav_widget h4,.widget-title{font-size:24px;font-weight:600;color:var(--white-color)}.ftb_footer_nav_widget h4{font-family:Gilroy;margin-bottom:25px}.ftb_footer_nav_widget ul{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;row-gap:4px}.ftb_footer_nav_widget ul li{display:block;line-height:24px}.ftb_footer_nav_widget ul li a{font-family:Gilroy;font-weight:400;font-size:14px;line-height:24px;color:#A3A3A3;display:inline-block;transition:.3s}.ftb_footer_nav_widget ul li a:hover{color:var(--white-color)}.ftb_footer_copyright{color:#898989;font-weight:400;font-size:14px;padding:24px 12px}.ftb_footer_scale_text{font-size:120px;color:var(--white-color);font-weight:600;text-align:center;margin-top:30px;font-family:Clash Display}.ftb_footer_copyright a{color:#898989}.ftb_footer_scale_text{font-size:7vw;line-height:1}@media (max-width:575.98px){.ftb_footer{padding-top:70px}.footer_wave{width:calc(100% + 200px)}.ftb_product_card .ftb_product_card_content .ftb_secondary_btn,a.iconic-ww-button.iconic-ww-button--add-to-wishlist.button{height:37px;font-size:12px!important;line-height:1}a.iconic-ww-button.iconic-ww-button--add-to-wishlist.button .iconic-ww-icon{height:10px!important}.ecommerce-reward-points-text-container.ecommerce-reward-points-text-product-category{width:100%;position:absolute;bottom:-22px;left:0}.ecommerce-cart table.cart td .coupon{justify-content:flex-flex-start!important;margin-right:0!important;column-gap:0!important}.ecommerce table.shop_table_responsive tr td,.ecommerce-page table.shop_table_responsive tr td{text-align:left!important}.ecommerce-cart table.cart td.actions .coupon input[type=text]{max-width:calc(100% - 140px)!important}.ecommerce table.shop_table_responsive tr td:before,.ecommerce-page table.shop_table_responsive tr td:before{content:attr(data-title) ": ";font-weight:700;float:left;font-size:18px;line-height:32px;color:var(--secondary-color)}.ecommerce-cart table.cart td.product-name a{padding-left:8px}.ecommerce-cart table.cart td.product-price,.ecommerce-cart table.cart tr.cart-subtotal{display:flex;align-items:center}.ecommerce-cart table.cart td.cart-subtotal tr.cart-subtotal,.ecommerce-cart table.cart td.product-price span.ecommerce-Price-amount.amount{padding-left:8px}.ecommerce table.shop_table_responsive tr td:before,.ecommerce-page table.shop_table_responsive tr td:before{line-height:1.2}}.categoryHeader{background-image:url(/images/bg-shape-2.png)}.ftb_breadcrumb_section{background:var(--primary-color);overflow:hidden;padding:200px 24px 150px;margin-top:-130px}.ftb_breadcrumb_section .ftb_breadcrumb_bg{position:absolute;left:0;top:0;width:100%;height:calc(100% + 100px);background-repeat:repeat;z-index:-1;opacity:.2}.ftb_breadcrumb_title h1{font-size:64px;line-height:72px;font-family:Gilroy;font-weight:800;color:var(--white-color);text-align:center;position:relative;z-index:2}.ftb_breadcrumb_section .breadcrumb_wave{position:absolute;left:0;bottom:0;width:100%;z-index:1}@media (max-width:767.98px){.ftb_breadcrumb_section{text-align:center}.ftb_breadcrumb_section .dish_3{position:static;display:inline-block}}@media (max-width:575.98px){.ftb_breadcrumb_title h1{font-size:35px;line-height:48px}}.ftb_filter_section_2{background-color:var(--white-color);padding-top:96px}.ftb_filter_row{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.ftb_filter_btn_group{display:flex}.ftb_filter_btn_group button{padding:16px 24px;font-size:16px;font-family:Gilroy;font-weight:600;border:0;border-radius:50px;color:var(--primary-color);background:transparent;transition:.3s;flex-shrink:0}.ftb_filter_btn_group button.active{background-color:var(--primary-color);color:var(--white-color)}.ftb_filter_form{width:100%;display:inline-flex;border-bottom:1px solid var(--primary-color);position:relative}.ftb_filter_form input{font-family:Gilroy;font-weight:500;outline:0;font-size:20px;color:gray;border:unset;outline:unset;width:100%}.ftb_filter_form button,.ftb_filter_form input{background:transparent;line-height:24px;padding:4px 0}.ftb_filter_form button{border:0;position:absolute;right:0;bottom:0;font-size:18px}.ftb_filter_form::placeholder{color:#C6C6C6}.ftb_filter_sort{display:flex;gap:16px;margin-left:20px}.ftb_filter_sort select{min-width:233px;box-shadow:none!important;border:1px solid var(--primary-color);height:50px;margin-bottom:0!important;color:var(--primary-color)}.ftb_filter_sort select:focus{border-color:var(--primary-color)}.ftb_pagination{display:flex;width:100%;margin-top:60px}.ftb_pagination,.ftb_pagination li a{justify-content:center;align-items:center}.ftb_pagination li a{width:48px;height:48px;border-radius:8px;display:inline-flex;border:1px solid transparent;color:var(--secondary-color);font-family:Gilroy;font-weight:500}.ftb_pagination li a svg path{stroke:var(--secondary-color);transition:.3s}.ftb_pagination li a:hover{color:var(--primary-color)}.ftb_pagination li a:hover svg path{stroke:var(--primary-color)}.ftb_pagination li a.active{font-weight:700;border-color:var(--primary-color);color:var(--primary-color)}.ftb_filter_control .ftb_filter_btn_group{position:relative;display:flex;justify-content:flex-flex-start;align-items:center;column-gap:16px;flex-wrap:nowrap;overflow-x:scroll;padding-bottom:6px}.ftb_filter_control .ftb_filter_btn_group a{font-size:16px;line-height:24px;padding:16px 19px;border-radius:100px;color:var(--primary-color);background:transparent;font-weight:500;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center;column-gap:4px;flex-wrap:nowrap;min-width:-moz-fit-content;min-width:fit-content;width:100%}.ftb_filter_control .ftb_filter_btn_group a.active,.ftb_filter_control .ftb_filter_btn_group a:hover{background:var(--primary-color);color:var(--white-color)}.ftb_filter_btn_group::-webkit-scrollbar{width:4px;height:4px;border-radius:10px}.ftb_filter_btn_group::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#F6F6F6;border-radius:10px}.ftb_filter_btn_group::-webkit-scrollbar-thumb{background-color:var(--primary-color);height:4px;border-radius:10px}@media (max-width:1200px){.ftb_filter_control{overflow:hidden;overflow-x:scroll;padding-bottom:10px}.ftb_filter_btn_group{width:100%}}@media (max-width:767.98px){.ftb_filter_search{width:100%;max-width:100%}.ftb_filter_control{padding-bottom:0}.ftb_filter_form input{width:100%}.ftb_filter_sort{margin-bottom:0;margin-top:26px}.ftb_filter_control{flex:100% 1}}.theme-fitpreps-new.single.single-product .site-content>.ecommerce-notices-wrapper{background:var(--primary-color);padding:30px 0}.theme-fitpreps-new.single.single-product .site-content>.ecommerce-notices-wrapper>*{max-width:1376px;margin:0 auto}.pd_hero_section{padding:10px 0 127px;background:var(--primary-color);position:relative;z-index:1}.pd_hero_section .shape_bottom{position:absolute;left:0;bottom:-1px;z-index:-1;width:100%}.pd_hero_content h1{font-size:40px;font-weight:800}.pd_hero_content .ftb_secondary_btn{padding:12px 24px 16px}.pd_hero_content .ftb_secondary_btn:hover{background-color:var(--white-color);color:var(--primary-color)}.pd_hero_content .ftb_secondary_btn:hover svg path{fill:transparent}.pd_hero_content .ecommerce-reward-points-earning-text-container img{width:20px;margin:0 4px 0 6px}.pd_hero_content .variations_form .variations td:first-child{width:45px;color:var(--white-color);text-transform:capitalize}.pd_hero_content .variations_form .ecommerce-variation.single_variation{margin-bottom:20px;font-size:16px;line-height:24px}.ecommerce div.product .pd_hero_content form.cart .variations select{border:unset;border-radius:8px;background:#FFE2D2;padding:0 11px;height:32px;font-size:14px;font-weight:600;line-height:30px;outline:unset}.ecommerce div.product .pd_hero_content form.cart .variations .reset_variations{border-radius:8px;background:#FFE2D2;padding:0 11px;display:inline-block;color:var(--primary-color);height:32px;font-size:14px;font-weight:600;line-height:30px;outline:unset;transition:.3s ease-in-out}.ecommerce div.product .pd_hero_content form.cart .variations .reset_variations:hover{background:var(--secondary-color);color:var(--white-color)}.ecommerce div.product .pd_hero_content form.cart .single_add_to_cart_button{border-radius:8px;background:var(--white-color);padding:0 15px;display:inline-block;color:var(--secondary-color);height:48px;font-size:14px;font-weight:600;line-height:30px;outline:unset;transition:.3s ease-in-out}.ecommerce div.product .pd_hero_content form.cart .single_add_to_cart_button:hover{background:var(--secondary-color);color:var(--white-color)}@media(max-width:374px){.ecommerce div.product .pd_hero_content form.cart .single_add_to_cart_button{padding:11px 15px!important}}.pd_hero_pricing{padding:7px 0 30px}.pd_hero_pricing .pd_badge{padding:4px 8px;border-radius:8px;font-size:14px;line-height:24px;font-weight:500;background-color:#FFE2D2;color:var(--primary-color);display:inline-flex;align-items:center;column-gap:6px}.pd_hero_subtitle{margin-bottom:16px;font-size:16px;line-height:24px;font-weight:600;display:inline-block}.pd_hero_subtitle i{color:var(--white-color)}.ecommerce div.product .pd_hero_feature_image div.images{width:100%!important}.ecommerce div.product .pd_hero_feature_image div.images img{object-fit:cover;image-rendering:pixelated;max-width:100%!important;width:auto;min-width:640px;max-height:860px;height:100%;margin:0 auto}@media(max-width:767px){.ecommerce div.product .pd_hero_feature_image div.images img{min-width:100%}}.pd_hero_pricing h2{margin-top:0}.pd_hero_content{padding-bottom:40px;border-bottom:1px solid rgba(255,226,210,.3)}.pd_hero_content .pd_hero_desc{font-size:16px;font-weight:600;margin-top:36px}.pd_hero_spacer{margin:40px 0;border:0;border-bottom:1px solid #ffe2d2}.pd_hero_btns{display:flex;align-items:center;gap:16px}.pd_quantity_box{display:flex;gap:0;border-radius:8px;overflow:hidden}.pd_quantity_box button{width:40px;height:48px;border:0;border-right:1px solid rgba(253 79 1/40%);color:var(--secondary-color);font-weight:500;background:var(--white-color);font-size:14px;font-weight:400;font-family:Gilroy}.pd_quantity_box input{max-width:60px;text-align:center;outline:0;border:0;font-size:16px;font-weight:600;font-family:Gilroy;-webkit-appearance:none}.pd_quantity_box input::-webkit-inner-spin-button,.pd_quantity_box input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pd_quantity_box .btn_increament{border-left:1px solid rgba(253 79 1/40%);margin-left:-4px}.pd_hero_content .ftb_product_meta span{font-size:14px;font-family:Gilroy;font-weight:500;color:var(--white-color)}.pd_hero_section .ftb_hero_features{margin:0;padding-top:70px}.pd_hero_section .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item{padding:10px 15px}.pd_hero_section .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item h3{color:var(--white-color)}.pd_hero_section .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item h3 a{color:inherit}.pd_hero_section .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item h3 a:hover{opacity:.8}@media (max-width:991.98px){.pd_hero_feature_image img{width:100%}.pd_hero_section{padding:80px 0 90px}.pd_hero_section .ftb_hero_features{padding-top:24px}}@media (max-width:575.98px){.ftb_filter_section{padding:75px 0 65px}.ftb_hero_section .hero_dish{top:3px}.ftb_hero_section .ftb_hero_title_2{bottom:262px}.ftb_hero_content p{margin-bottom:24px}.ftb_hero_btns{gap:16px}.ftb_hero_features{padding-top:32px}.ftb_hero_content{padding-top:228px}.ftb_hero_btns{flex-wrap:wrap}.ftb_hero_section{padding:230px 0 40px}.pd_hero_section .shape_bottom{left:-450px;width:calc(100% + 600px);max-width:unset}.ftb_hero_section .ftb_hero_title_1 .ftb_leaf_2{top:-40px;width:53px;top:-34px;left:43%}.ftb_hero_section .ftb_hero_title_1 .ftb_leaf_1{bottom:-52px;left:-7px;width:55px;transform:rotate(-158deg)}.ftb_hero_section .ftb_hero_title_2 .ftb_leaf_3{width:44px;top:-14px}.ftb_hero_section .ftb_hero_title_2 .ftb_leaf_4{left:-53px;bottom:-63px;width:98px}.ftb_product_card.style_2 .ftb_product_feature_image img{max-width:100%;width:auto;max-height:100%;height:auto}.ftb_product_card img{max-width:100%;width:auto;max-height:247px;height:auto}.ftb_section_title p{font-size:16px;line-height:24px}.ftb_filter_tab .nav-tabs li a{padding:4px 8px}.ftb_product_card h4,h2{font-size:20px;line-height:24px}.tab_products_slider .slick-list{padding-bottom:30px}.ftb_about_section{padding-top:32px}.ftb_heading.mb-5{margin-bottom:24px!important}.ftb_filter_section .wave_top{left:50%;width:160%;transform:translateX(-50%)}.ftb_category_section{padding-top:60px;padding-bottom:45px}.ftb_explore_section{padding-top:40px;padding-bottom:80px}.ftb_product_section.ptb-120{padding:60px 0}.ftb_product_slider{margin-top:0}.ftb_accordion .accordion-header a{font-size:16px;line-height:24px;padding-right:90px}.ftb_accordion .accordion-body p{font-size:14px;line-height:24px;margin-top:-8px}.ftb_accordion .accordion-body{padding:0 29px 24px 8px;max-width:600px}.ftb_accordion .accordion-body p:before{left:-7px;height:100%}.ftb_accordion .accordion-header{padding:24px 0}.ftb_faq_thumb{margin-top:0}.ftb_faq_section{padding-bottom:70px}.ftb_ab_content p{font-size:16px;line-height:24px}.ftb_fd_card_feature_image img{min-height:249px;object-fit:cover}.ftb_food_card{border-radius:12px}}.ftb_product_info_area{padding:73px 0 90px}.page_pricing.ftb_product_info_area{padding:48px 0 160px}.page_pricing.ftb_product_info_area .nav-tabs.ftb_pd_info_tab{margin-bottom:48px}.page_pricing.ftb_product_info_area .ftb_product_info_area_header{max-width:684px;margin:0 auto}.page_pricing.ftb_product_info_area .ftb_info_box .g-5{--bs-gutter-y:16px;--bs-gutter-x:16px}.page_pricing.ftb_product_info_area .ftb_pd_info_tab_content{padding:0!important;box-shadow:unset;border-radius:unset;background:transparent}.page_pricing.ftb_product_info_area .ftb_product_card.style_3 h4{min-height:unset;margin-top:27px;margin-bottom:32px}.page_pricing.ftb_product_info_area .ftb_product_card.style_3 .ftb_card_pricing{text-align:center}.page_pricing.ftb_product_info_area .ftb_product_card.style_3 h3{color:#FF772E;font-size:48px;line-height:56px;margin-bottom:15px!important}.page_pricing.ftb_product_info_area .ftb_product_card.style_3 .ftb_card_quantity>*{font-size:20px;line-height:24px;font-weight:500;color:var(--secondary-color);font-family:Gilroy}.page_pricing.ftb_product_info_area .ftb_product_card.style_3 .ftb_product_meta span{font-size:16px;line-height:24px;color:var(--secondary-color);font-weight:400;font-family:Gilroy}.page_pricing.ftb_product_info_area .ftb_product_card.style_3 .ftb_card_quantity img{width:20px;height:auto;margin-right:5px}.ftb_pd_info_tab_content{padding:40px 60px;border-radius:24px;box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08)}.ftb_pd_info_tab{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--primary-color);border-radius:150px;padding:8px}.ftb_pd_info_tab li a{padding:16px 24px;display:inline-block;border-radius:50px;font-size:24px;line-height:32px;font-family:Gilroy;font-weight:600;color:var(--secondary-color);transition:.3s}.ftb_pd_info_tab li a.active{background-color:var(--primary-color);color:var(--white-color)}.ftb_icon_box_2{display:flex;gap:16px;max-width:740px}.ftb_icon_box_2 h5{font-size:16px;line-height:24px;font-weight:700;margin-bottom:8px}.ftb_icon_box_2 p{font-size:16px;line-height:24px;font-weight:400;letter-spacing:.5px}.ftb_icon_box_2 .icon_wrapper{flex-shrink:0}.ftb_icon_box_2 h6{font-size:16px;font-weight:700;font-family:Gilroy}.ftb_info_right span{font-size:16px;line-height:24px;letter-spacing:.5px}.ftb_info_right>div{margin-bottom:20px}.ftb_info_right>div:last-child{margin-bottom:0}.ftb-product-data-item{font-size:16px;line-height:24px;margin-bottom:6px}.ftb-product-data-item:last-child{margin-bottom:0}.ftb-product-data-item>span{margin-left:4px}.ftb-product-datas .ftb-product-data-item{display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:0}.ftb-product-datas .ftb-product-data-item:last-child{border-bottom:0}.ftb-product-datas .ftb-product-data-item>*{padding:10px 12px;border-right:1px solid rgba(0,0,0,.06)}.ftb-product-datas .ftb-product-data-item>:last-child{border-right:0}.ftb-product-datas .ftb-product-data-item>:first-child{min-width:230px}.ftb_client_testimonials{padding:160px 0}.ftb_client_testimonials h2{max-width:925px;margin-left:auto;margin-right:auto}.ftb_testimonial_item{background-color:white;border-radius:24px;box-shadow:0 8px 24px -4px rgba(24,39,75,.08);padding:24px}.ftb_testimonial_item .testimonial-heading{display:flex;align-items:center;gap:15px;margin-bottom:20px}.ftb_testimonial_item .testimonial-heading h4{font-family:Gilroy;font-weight:600;font-size:16px}.ftb_testimonial_item .testimonial-body p{font-size:16px;line-height:24px}.ftb_testimonial_slider .slick-slide{margin:0 10px}.ftb_testimonial_slider .slick-list{margin:50px -200px 125px;overflow:visible}.ftb_testimonials_container{overflow:hidden}.ftb_testimonial_slider .ftb_prev_arrow{top:100%;right:50%;transform:translate(-40px,64px)}.ftb_testimonial_slider .ftb_next_arrow{top:100%;right:50%;transform:translate(40px,64px)}ol.flex-control-nav.flex-control-thumbs{display:flex;justify-content:center;align-items:center;column-gap:10px}ol.flex-control-nav.flex-control-thumbs li{width:unset!important}ol.flex-control-nav.flex-control-thumbs li img{margin:0!important;padding:0;border-radius:10px;min-width:unset!important;min-height:unset!important;overflow:hidden;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.ecommerce-reward-points-earning-text-container .image-box img{max-width:50px;margin-bottom:20px}.subscription-plan-dis{max-width:684px;text-align:center;margin:0 auto 50px}@media(max-width:767px){.page_pricing.ftb_product_info_area{padding:48px 0 70px}.page_pricing.ftb_quote_section.mobile_section .ftb_dish_wrapper{margin-top:70px}.ftb_testimonial_slider .slick-slide{margin:0 30px}}@media (max-width:575.98px){.ftb_pd_info_tab_content{padding:25px 16px}.ftb_pd_info_tab li a{padding:12px 16px;font-size:16px;line-height:24px}.ftb_icon_box_2{gap:8px}.ecommerce div.product form.cart div.quantity{margin:0}.ecommerce .ftb_pd_info_tab_content .quantity .qty{width:40px}.pd_hero_section{padding:72px 0 38px}.pd_hero_section .col-xl-5.col-lg-6.order-2{margin-top:0}.pd_hero_subtitle{margin:0}}@media screen and (max-width:991px){.page_pricing.ftb_quote_section.mobile_section .ftb_dish_wrapper{margin-top:110px}.ftb_testimonial_slider .slick-list{margin-left:0;margin-right:0}.ftb_client_testimonials{padding:100px 0}.dashboard_subscription{margin:30px 0}.subscription_sidebar.mobile_view{padding:32px;background-color:white;border-radius:24px}.dashboard_no_subscriptions,.dashboard_orders,.ftb_dashboard_address{margin-top:30px}}@media screen and (max-width:767px){.dashboard_subscription{margin-top:0}.ftb_testimonial_slider .ftb_next_arrow{transform:translate(30px,40px)}.ftb_testimonial_slider .ftb_prev_arrow{transform:translate(-30px,40px)}.ftb_testimonial_slider .ftb_control_arrow{width:45px;height:45px}.ftb_testimonial_slider .slick-slide{margin:0 30px}.ftb_dashboard_panel{margin-bottom:30px}.dashboard_no_subscriptions,.dashboard_orders,.ftb_dashboard_address{margin-top:0}.ftb_dashboard_body{min-height:0}.ftb_address_form .news_update_checkbox{width:100%}}@media screen and (max-width:575px){.page_pricing.ftb_quote_section.mobile_section .ftb_quote_single p{font-size:14px;line-height:20px}.page_pricing.ftb_quote_section.mobile_section .ftb_quote_single{max-width:250px}.dashboard_overview{padding:24px 0;border-bottom:1px solid #e1e1e1;margin-bottom:16px;line-height:30px}.subscription_item .subscription_image{width:100%}.ftb_order_item{flex-direction:row;height:152px!important}.ftb_order_item .order_data{flex-direction:column;gap:12px;-webkit-box-align:flex-start;-ms-flex-align:flex-start;-ms-grid-row-align:flex-flex-start;align-items:flex-flex-start}.ftb_order_item .order_action_buttons{flex-direction:column}.ftb_order_item .order_action_buttons a{justify-content:center}.dashboard_no_subscriptions a{width:240px}.ftb_address_form .form_fields_container :is(input[type=text],input[type=email],input[type=tel],.nice-select),.ftb_address_form button{width:100%}.ftb_order_received_area img{width:100%}.ftb_order_received_area h1{font-size:40px;line-height:48px}.ftb_login_form .ftb_login_inputs>input{width:100%}.login_button_area button{width:100%;justify-content:center}}@media screen and (max-width:400px){.dashboard_subscription{padding-left:10px;padding-right:10px}.ftb_order_item{flex-direction:column;height:186px!important}.ftb_order_item .order_action_buttons,.ftb_order_item .order_data{flex-direction:row;flex-wrap:wrap}.ftb_order_item .order_action_buttons .download_invoice,.ftb_order_item .order_action_buttons .print_invoice,.ftb_order_item .order_action_buttons .view_order{width:100%;text-align:center}.ftb_order_received_area .order_received_buttons{flex-direction:column}.ftb_order_received_area .order_received_buttons a{justify-content:center}}.fitpreps-account-page .wp-block-column{background:var(--primary-color);padding:40px 0 122px;position:relative}.fitpreps-account-page .wp-block-column:after{position:absolute;content:"";left:0;bottom:-1px;z-index:1;width:100%;height:392px;background-image:url(/images/shape-bottom.html);background-repeat:no-repeat;background-size:contain;background-attachment:scroll}.wp-block-column .ecommerce{padding:0 12px;max-width:1400px;display:flex;column-gap:16px;align-items:stretch;justify-content:space-around;position:relative;z-index:2;--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)* .5);padding-left:calc(var(--bs-gutter-x)* .5);margin:0 auto}.ecommerce-checkout .wp-block-column .ecommerce{display:block;padding-top:80px;padding-bottom:80px}.ecommerce-order-received .wp-block-column .ecommerce,.wp-block-columns .fitpreps_my_accountPage .ecommerce{display:block;max-width:unset;padding:0}.ecommerce-account .ecommerce-MyAccount-navigation{background:#FFFFFF;box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08);border-radius:24px;padding:34px 16px}.ecommerce-MyAccount-navigation ul li{font-size:18px;line-height:24px;font-weight:600;color:#0E1523;border-radius:8px;cursor:pointer;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;font-family:Gilroy}.ecommerce-MyAccount-navigation ul li.is-active,.ecommerce-MyAccount-navigation ul li:hover{background:#FFF1E8;color:var(--primary-color)}.ecommerce-MyAccount-navigation ul li a{color:inherit;font-size:inherit;display:block;padding:20px 16px}.ecommerce-MyAccount-content{padding:108px 64px 64px;border-radius:24px;background:#FFFFFF;box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08);min-height:100%}@media(max-width:1199px){.ecommerce-MyAccount-content{padding:50px 38px 40px}.fitpreps-account-page .wp-block-column:after{left:auto;right:0;width:calc(100% + 360px);background-size:auto 100%}.fitpreps-account-page .wp-block-column{padding:40px 0 90px}.ecommerce .ecommerce-info{padding-left:38px;padding-right:20px}.ecommerce-info:before{left:12px}}.ecommerce-account .ecommerce-MyAccount-content{width:70%}@media(max-width:991px){.ecommerce-account .ecommerce-MyAccount-content,.ecommerce-account .ecommerce-MyAccount-navigation{width:100%}.wp-block-column .ecommerce{flex-wrap:wrap;row-gap:30px}.ecommerce-reward-points-earning-text-container .image-box img{max-width:50px}}@media(max-width:767px){.ecommerce-MyAccount-content{padding:42px 22px 38px;border-radius:12px}.ecommerce-account .ecommerce-MyAccount-navigation{border-radius:12px}.ecommerce .ecommerce-info{display:flex;flex-direction:column;row-gap:12px;flex-wrap:wrap;align-items:flex-start}.ecommerce .col2-set .col-1.ecommerce-Address{margin-bottom:35px}}.ecommerce-MyAccount-content address,.ecommerce-MyAccount-content p{font-size:18px;line-height:24px;margin-bottom:24px;font-family:Gilroy}.ecommerce-MyAccount-content address{font-weight:600;margin:0}.ecommerce-MyAccount-content p strong{font-weight:700;text-transform:capitalize}.ecommerce-MyAccount-content p a{color:var(--primary-color);font-weight:700;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.ecommerce-MyAccount-content p a:hover{color:var(--secondary-color)}.ecommerce-MyAccount-content p:last-child{margin-bottom:0}.ecommerce-info:before{color:var(--primary-color);top:12px}.ecommerce .ecommerce-info{border-top-color:var(--primary-color)}.ecommerce .ecommerce-info,.ecommerce .ecommerce-message{padding-top:11px;padding-bottom:11px;font-size:18px;font-weight:500}.ecommerce .ecommerce-message a{color:var(--primary-color)}.ecommerce .ecommerce-message:before{top:12px}.ecommerce .ecommerce-message a:hover{color:var(--secondary-color)}.ecommerce #customer_details .accordion--form__next-btn,.ecommerce #customer_details .accordion--form__prev-btn,.ecommerce .ecommerce-info .button,.ecommerce .form-row button[type=submit],.ecommerce .return-to-shop a,.ecommerce-address-fields p button[type=submit],.ecommerce-cart .cart_totals .wc-proceed-to-checkout a,.ecommerce-cart table.cart td .coupon button[type=submit],.ecommerce-cart table.cart td button[type=submit],.ecommerce-cart table.cart td.actions .coupon input[type=text],.ff-default.fluentform .ff-el-group button.ff-btn-submit,.ff-default.fluentform .ff_upload_btn.ff-btn,.ftb_dashboard_body .ecommerce-order-details a.button{font-size:14px;line-height:24px;font-weight:600;border-radius:8px;padding:11px 24px;background:var(--primary-color);color:var(--white-color);border:unset;outline:unset;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.ecommerce #customer_details .accordion--form__next-btn:hover,.ecommerce #customer_details .accordion--form__prev-btn:hover,.ecommerce .ecommerce-info .button:hover,.ecommerce .form-row button[type=submit]:hover,.ecommerce .return-to-shop a:hover,.ecommerce-address-fields p button[type=submit]:hover,.ecommerce-cart .cart_totals .wc-proceed-to-checkout a:hover,.ecommerce-cart table.cart td .coupon button[type=submit]:hover,.ecommerce-cart table.cart td button[type=submit]:hover,.ff-default.fluentform .ff-el-group button.ff-btn-submit:hover,.ff-default.fluentform .ff_upload_btn.ff-btn:hover,.ftb_dashboard_body .ecommerce-order-details a.button:hover{background:var(--secondary-color);color:var(--white-color);opacity:1}.ecommerce-cart table.cart td button[type=submit]{color:var(--white-color)!important}.ecommerce-cart table.cart td button[type=submit]:disabled[disabled]{padding:11px 24px}.ecommerce-cart table.cart td.actions .coupon input[type=text]{background:transparent;float:unset;max-width:158px;width:100%!important;border:1px solid #8f8f8f;border-radius:8px;color:#C0C0C0;margin-right:10px}.ecommerce-cart table.cart td button[type=submit]:hover{background:var(--secondary-color)!important;color:var(--white-color)!important}.ecommerce-info>a{font-size:18px;line-height:32px;font-weight:600;color:var(--primary-color)}.ecommerce-info>a:hover{color:var(--secondary-color)}.ff-default.fluentform .ff-el-group{text-align:flex-start}.ecommerce-address-fields p button[type=submit]{margin-top:16px}header.ecommerce-Address-title.title{margin-bottom:14px}.ecommerce .ecommerce-Address-title h3{font-size:22px;line-height:30px}.ecommerce .ecommerce-Address-title>a{font-size:14px;line-height:24px;color:var(--primary-color);border-radius:30px;border:1px solid var(--primary-color);padding:5px 14px;font-weight:600;font-family:Gilroy;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.ecommerce .ecommerce-Address-title>a:hover{background:var(--primary-color);color:var(--white-color)}.ff-default .frm-fluent-form .ff-el-form-control{outline:unset;box-shadow:unset}.ff-default .frm-fluent-form .ff-el-form-control:focus{border:1px solid #8f8f8f;outline:unset}.ecommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,.ecommerce-billing-fields__field-wrapper .select2-selection.select2-selection--single{height:56px;padding:13px 8px}.select2-container--default .select2-selection--single .select2-selection__arrow{width:42px;height:56px}.select2-results__option[aria-selected],.select2-results__option[data-selected]{font-size:16px;line-height:24px}.ecommerce form .form-row input.input-text::placeholder,.ecommerce form .form-row textarea:placeholder{text-transform:capitalize}.ecommerce form.edit-account .form-row label{display:none}.ecommerce form.edit-account{display:grid}.ecommerce form.edit-account .form-row{width:100%;margin:0;padding:0}.ecommerce form.edit-account .clear,.ecommerce form.edit-account .form-row label[for=account_display_name]~span{display:none}.ecommerce form.edit-account fieldset{grid-column-end:3;grid-row-end:0;display:grid;-webkit-column-gap:16px;-moz-column-gap:16px;grid-column-gap:16px;column-gap:16px;grid-row-gap:19px;row-gap:19px}.ecommerce form.edit-account fieldset legend{font-size:24px;line-height:32px;font-weight:700;color:var(--secondary-color);grid-column-end:3;grid-row-end:0;margin:0}.ecommerce form.edit-account p button[type=submit]{width:100%;padding:16px 24px;border-radius:8px;font-size:14px;font-weight:600;line-height:24px;color:var(--white-color);background:var(--primary-color);border:unset;outline:unset;box-shadow:unset;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.ecommerce form.edit-account p button[type=submit]:hover{background:var(--secondary-color)}.ecommerce-my-points-rewards ul li{font-size:18px;line-height:24px;font-family:Gilroy}.ecommerce .ecommerce-my-points-log table thead th{padding:6px 12px;font-size:20px;line-height:28px;font-weight:600;font-family:Gilroy}.ecommerce .ecommerce-my-points-log table tbody td{font-size:18px;line-height:24px;padding:6px 12px;font-family:Gilroy}@media(max-width:767px){.ecommerce form.edit-account{column-gap:0}.ecommerce form.edit-account fieldset{grid-column-end:1;grid-row-end:5}.ecommerce form.edit-account fieldset legend{grid-column-end:1}}form.ecommerce-checkout .accordion--form__legend-active{border-bottom:1px solid var(--primary-color)}form.ecommerce-checkout #customer_details>*{background:rgba(255,240,232,.3);padding:15px 20px;border-radius:5px}.u-columns.col2-set#customer_login{max-width:1400px;padding-top:28px;padding-bottom:60px;--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)* .5);padding-left:calc(var(--bs-gutter-x)* .5);margin-right:auto;margin-left:auto}.ecommerce-back-to-login-message a{color:var(--primary-color);font-weight:600}.ecommerce-back-to-login-message a:hover{color:var(--secondary-color)}.ecommerce-lost-password .wp-block-columns .ecommerce{padding-top:48px;padding-bottom:70px}.ecommerce-lost-password .wp-block-columns .ecommerce,.fitpreps_my_accountPage .ecommerce-notices-wrapper{max-width:1400px;--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)* .5);padding-left:calc(var(--bs-gutter-x)* .5);margin-right:auto;margin-left:auto}.fitpreps_my_accountPage .ecommerce-notices-wrapper a{color:var(--primary-color);font-weight:600}.fitpreps_my_accountPage .ecommerce-notices-wrapper a:hover{color:var(--secondary-color)}form.ecommerce-checkout .accordion--form__legend{padding-left:0}form.ecommerce-checkout .right-side .ecommerce-checkout-review-order{background:#fbfbfb;padding:15px 20px}form.ecommerce-checkout .right-side .ecommerce-checkout-review-order h3{margin-bottom:15px}.ecommerce form.checkout_coupon,.ecommerce form.login,.ecommerce form.register{background:var(--white-color);border:1px solid #cfc8d8;border-radius:24px;margin:2em 0;text-align:left;box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08);min-height:100%;padding:48px 40px}.ecommerce .ecommerce-address-fields label,.ecommerce .ecommerce-billing-fields__field-wrapper .form-row label,.ecommerce form.checkout_coupon .form-row label,.ecommerce form.login .form-row label,.ecommerce form.register .form-row label{line-height:2;font-size:14px;line-height:24px;font-weight:700;margin-bottom:5px}.ecommerce form.checkout_coupon p,.ecommerce form.ecommerce-checkout p,.ecommerce form.login p,.ecommerce form.register p{font-size:14px;line-height:24px;font-weight:400}.ecommerce form.checkout_coupon p a,.ecommerce form.ecommerce-checkout p a,.ecommerce form.login p a,.ecommerce form.register p a{color:var(--primary-color)}.ecommerce-form-login__rememberme{margin-top:10px}.ecommerce-no-products-found{padding-top:48px}.ecommerce-checkout #checkout_login_form .form-row:first-child{width:calc(50% - 10px)!important;float:left}.ecommerce-checkout #checkout_login_form .form-row:nth-child(2){width:calc(50% - 10px)!important;float:right}.ecommerce-address-fields__field-wrapper{display:grid;grid-gap:16px}.ecommerce-address-fields__field-wrapper label.screen-reader-text{width:100%;position:relative!important;height:auto;clip:unset;overflow:unset;-webkit-clip-path:unset;clip-path:unset}@media(max-width:767px){form.ecommerce-checkout .right-side .ecommerce-checkout-review-order{padding:15px 0}}.product-sitemap{padding:38px 0 48px}.product-sitemap__list h5{font-size:24px;font-weight:700;line-height:32px;margin-bottom:12px}.product-sitemap__list__items{font-size:16px;line-height:24px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.product-sitemap .row>.col-md-4{margin-bottom:40px}.ultp-row-content .product-sitemap__list__item{color:var(--secondary-color)!important;margin-bottom:4px;display:inline-block}.ultp-row-content .product-sitemap__list__item:hover{color:var(--primary-color)!important}.ultp-row-content .ultp-column-wrapper>*{line-height:31px;margin-bottom:20px}.ultp-row-content .ultp-column-wrapper>ol{margin-bottom:48px}.ultp-row-content .ultp-column-wrapper>ol>li{margin-bottom:12px}@media(max-width:767px){.ultp-row-content .ultp-column-wrapper>*{font-size:16px;line-height:26px}.ecommerce .ecommerce-my-points-log{position:relative;overflow-x:auto}.ecommerce .ecommerce-my-points-log table{width:580px}.fitpreps-account-page .wp-block-column:after{height:260px}}.ultp-row-content .ultp-column-wrapper>* a{color:var(--primary-color);transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.ultp-row-content .ultp-column-wrapper>* a:hover{color:var(--secondary-color)}.ff-default select.ff-el-form-control:not([size]):not([multiple]){height:56px}.fluentform .ff-el-group .ff-el-input--label{margin-bottom:20px}.ultp-column-wrapper .ultp-image-block-wrapper img{border-radius:12px}.product-categories-tabs{position:relative;display:flex;justify-content:flex-flex-start;align-items:center;column-gap:16px;flex-wrap:wrap;row-gap:16px;padding:48px 0 78px}.product-categories-tabs a{font-size:16px;line-height:24px;padding:11px 24px;border-radius:100px;border:1px solid var(--primary-color);color:var(--primary-color);background:transparent;font-weight:500;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;display:inline-flex;justify-content:center;align-items:center;flex-wrap:nowrap}.ecommerce-cart .blog-content-row.justify-content-center,.ecommerce-checkout .blog-content-row.justify-content-center{margin-bottom:0}.ecommerce .fbth-wc-customer-type-wrap{margin-bottom:30px}.ecommerce #customer_details .ecommerce-input-wrapper label{margin-right:20px}.ecommerce #customer_details #billing_customer_type_field>label{font-size:14px;line-height:24px;font-weight:700;margin-bottom:4px}.ecommerce #customer_details #billing_customer_type_field input[type=radio],.ecommerce form.ecommerce-checkout .form-row .input-checkbox,.ecommerce ul#shipping_method li input[type=radio],.ecommerce-validated input[type=checkbox]{accent-color:var(--primary-color)}.ecommerce #customer_details .fbth-wc-company-info label,.ecommerce-checkout #checkout_login_form .form-row label{font-size:14px;line-height:24px;font-weight:700;margin-bottom:4px}.ecommerce-checkout #checkout_login_form .form-row button[type=submit]{margin:20px 0}.ecommerce-checkout #checkout_login_form .lost_password{margin-bottom:0}.ecommerce-checkout #checkout_login_form .btn-wrap .btn,.ecommerce-checkout #checkout_login_form .lost_password a{font-weight:600;font-size:14px;color:var(--primary-color)}.ecommerce-checkout #checkout_login_form .btn-wrap .btn:hover,.ecommerce-checkout #checkout_login_form .lost_password a:hover{color:var(--secondary-color)}.ecommerce .ecommerce-billing-fields__field-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;column-gap:16px;row-gap:16px;margin-bottom:16px}.ecommerce form.ecommerce-checkout .fbth-wc-company-info{display:grid;grid-gap:16px;-ms-grid-row-align:center;align-items:center;margin-bottom:30px}.ecommerce .ecommerce-billing-fields__field-wrapper p.form-row:first-child,.ecommerce .ecommerce-billing-fields__field-wrapper p.form-row:nth-child(2),.ecommerce .ecommerce-billing-fields__field-wrapper p.form-row:nth-child(4){width:calc(50% - 8px)!important}.ecommerce .ecommerce-billing-fields__field-wrapper p.form-row:nth-child(5){width:calc(27% - 8px)!important}.ecommerce .ecommerce-billing-fields__field-wrapper p.form-row:nth-child(6){width:calc(22% - 11px)!important}.ecommerce form.ecommerce-checkout .fbth-wc-company-info{margin-top:20px}.ecommerce-reward-points-text-container.ecommerce-reward-points-text-checkout{padding:30px 20px;border-radius:12px;border:1px solid var(--primary-color);margin-bottom:40px;position:relative}.ecommerce-cart .ecommerce table.cart .yith-wcpb-child-of-bundle-table-item{display:none}.ecommerce-cart .ecommerce table.cart img{width:110px}.ecommerce-cart table.cart td.product-name a{font-size:18px;line-height:32px;color:var(--secondary-color);font-weight:600}.ecommerce-cart table.cart td.product-name a:hover{color:var(--primary-color)}.ecommerce-cart table.cart .pd_quantity_box button,.ecommerce-cart table.cart .pd_quantity_box input{color:var(--white-color);background:var(--secondary-color)}.ecommerce-cart table.cart .pd_quantity_box button>*,.ecommerce-cart table.cart .pd_quantity_box input>*{color:var(--white-color)}.ecommerce-cart table.cart .pd_quantity_box button.btn_increament{border-right:0;border-radius:0 8px 8px 0}.ecommerce-cart .ecommerce-shipping-calculator a{color:var(--primary-color);transition:.3s ease-in-out}.ecommerce-cart .ecommerce-shipping-calculator a:hover{color:var(--secondary-color)}.ecommerce a.remove:hover{background:transparent!important;color:var(--secondary-color)!important}.checkout-ads-massage{background:#fd4f01;border-radius:5px;margin:15px 0}.checkout-ads-massage p{color:#ffff!important;padding:10px}.ecommerce table.shop_table tr.yith-wcpb-child-of-bundle-table-item td a{font-weight:500;color:var(--secondary-color);font-size:14px;transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}.ecommerce table.shop_table tr.yith-wcpb-child-of-bundle-table-item td a:hover{color:var(--primary-color)}.ecommerce table.shop_table tr.yith-wcpb-child-of-bundle-table-item td.product-name{padding-bottom:8px!important}.ecommerce table.shop_table td.product-name dl.variation dt{font-size:13px}.ecommerce-checkout .ecommerce-reward-points-level-container{width:50px;margin-right:22px;position:absolute;top:30px;left:20px}.ecommerce-checkout .ecommerce-reward-points-level-container span{font-size:12px;font-weight:600}.ecommerce-checkout .ecommerce-reward-points-earning-text-container{width:100%;padding-left:55px}.ecommerce-checkout .ecommerce-reward-points-earning-text-container .image-box p{position:absolute;left:20px;top:100px}.ecommerce-checkout .accordion--form__fieldset{border-color:var(--primary-color)}form.ecommerce-checkout .accordion--form__legend,form.ecommerce-checkout>*{font-family:Gilroy}form.ecommerce-checkout .accordion--form__legend{font-weight:700}@media(max-width:991px){.ecommerce-reward-points-level-container img{width:38px}.ecommerce-checkout .ecommerce-reward-points-level-container{text-align:center;width:50px!important}.ecommerce #order_review{margin-top:60px}.ecommerce-cart .pd_quantity_box{justify-content:end}.ecommerce-cart table.cart .pd_quantity_box button.btn_decreament{border-radius:8px 0 0 8px}.ecommerce-cart table.cart td button[type=submit]{width:auto!important;display:inline-flex!important}}@media(max-width:767px){.ecommerce-reward-points-level-container img{width:38px}.ecommerce-reward-points-level-container{margin-bottom:20px}.ecommerce .ecommerce-billing-fields__field-wrapper,.ecommerce form.ecommerce-checkout .fbth-wc-company-info{-webkit-box-align:flex-start;-ms-flex-align:flex-start;-ms-grid-row-align:flex-start;align-items:flex-start}.ecommerce-cart table.cart td .coupon{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;margin-right:-10px}.ecommerce-checkout .ecommerce-reward-points-earning-text-container{padding-left:55px}.ecommerce-reward-points-text-container.ecommerce-reward-points-text-checkout{padding:30px 10px 30px 20px}.ecommerce-checkout .ecommerce-reward-points-level-container{left:6px}.ecommerce-checkout .ecommerce-reward-points-earning-text-container .image-box p{left:8px}.ftb_order_received_area h1{font-size:48px!important;line-height:60px!important}.ecommerce .ecommerce-billing-fields__field-wrapper p.form-row:first-child,.ecommerce .ecommerce-billing-fields__field-wrapper p.form-row:nth-child(2),.ecommerce .ecommerce-billing-fields__field-wrapper p.form-row:nth-child(4),.ecommerce .ecommerce-billing-fields__field-wrapper p.form-row:nth-child(5),.ecommerce .ecommerce-billing-fields__field-wrapper p.form-row:nth-child(6){width:100%!important}}.theme-fitpreps-new.postx-page .site-content .blog-content-row{padding:80px 0 100px}.blog-content-row .entry-title{font-size:40px;line-height:48px;font-weight:700;color:var(--secondary-color);margin-bottom:30px}.blog-content-row .entry-title a{color:inherit}.blog-content-row .entry-title a:hover{color:var(--primary-color)}.blog-content-row .entry-meta{margin-bottom:12px}.blog-content-row .entry-meta a{color:var(--secondary-color);opacity:.8;transition:.3s}.blog-content-row .entry-meta a:hover{color:var(--primary-color);opacity:1}.blog-content-row .site-main{font-family:Gilroy}.blog-content-row .post-thumbnail img{margin-bottom:20px;max-width:100%;width:auto}.blog-content-row li a,.blog-content-row ol a,.blog-content-row p a{color:var(--primary-color);transition:.3s ease-in-out}.blog-content-row li a:hover,.blog-content-row ol a:hover,.blog-content-row p a:hover{color:var(--secondary-color)}.blog-content-row .nav-links{margin-top:30px}.blog-content-row .nav-links .nav-subtitle{font-weight:700;color:var(--secondary-color)}.blog-content-row .nav-links .nav-previous a,.blog-content-row .nav-links .nav-title{color:var(--primary-color);font-weight:500;transition:.3s ease-in-out}.blog-content-row .nav-links .nav-previous a:hover,.blog-content-row .nav-links .nav-title:hover{color:var(--secondary-color)}.ftb_dashboard{background-image:url(/images/dashboard-bg.html);background-size:cover;background-position:bottom;padding:162px 0 122px;margin-bottom:48px;font-family:Gilroy;margin-top:-20px}.ftb_dashboard_panel{background-color:white;border-radius:24px;padding:32px 16px 60px;min-height:540px;display:flex;flex-direction:column;justify-content:space-between;gap:64px;box-shadow:0 8px 24px -4px rgba(24,39,75,.08)}.ftb_dashboard_body a{color:var(--primary-color);font-weight:700;border-bottom:1px solid var(--primary-color)}.ftb_dashboard_body{background-color:white;border-radius:24px;padding:32px;min-height:582px;box-shadow:0 8px 24px -4px rgba(24,39,75,.08);font-family:Gilroy}.ftb_dashboard_body .selectCategories select#Categories{max-width:181px;border-radius:8px;font-size:16px;line-height:24px;font-family:Gilroy;font-weight:500;border:1px solid var(--primary-color);padding:12px 44px 12px 12px;background:#FFF;outline:unset;box-shadow:unset;background-image:url(/wp-content/uploads/2024/07/right-arrow.png);background-repeat:no-repeat;background-size:auto;background-position:center right 10%}.ftb_dashboard_body.dashboard_no_subscriptions{padding:0;box-shadow:unset;border:unset;border-radius:unset;min-height:510px}.dashboard_options{display:flex;flex-direction:column;gap:8px}.dashboard_options>a{color:var(--secondary-color);font-family:Gilroy;font-size:18px;line-height:24px;font-weight:600;display:flex;align-items:center;gap:16px;padding:8px 16px;transition:.3s}.dashboard_options a:hover{color:var(--primary-color);transition:.3s}.dashboard_options a.active{color:var(--primary-color);background-color:#FFF1E8;border-radius:8px;padding:16px}.dashboard_total_points{border:1px dashed var(--primary-color);border-radius:8px;padding:10px 20px;display:flex;justify-content:center;align-items:center;gap:8px;font-family:Gilroy;font-size:18px;line-height:24px;font-weight:600;color:var(--secondary-color)}.dashboard_total_points span{font-size:24px;line-height:32px;font-weight:700;color:var(--primary-color)}.dashboard_overview{padding:64px;font-family:Gilroy;font-size:18px;line-height:24px;font-weight:400;color:var(--secondary-color)}.dashboard_overview a{color:var(--primary-color);font-weight:700;border-bottom:1px solid var(--primary-color)}.category_selection .nice-select{border-radius:8px;border:1px solid var(--primary-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;height:auto;font-size:16px;line-height:24px;padding:12px 44px 12px 16px;font-family:Gilroy;font-weight:500;float:none;width:181px}.nice-select:after{border-color:var(--primary-color);transform:rotate(-45deg);border-width:1px;right:20px}.subscription_items_container{padding-top:18px;gap:24px;display:flex;flex-wrap:wrap;row-gap:40px;height:342px;overflow-y:scroll}.subscription_items_container::-webkit-scrollbar{width:4px;border-radius:10px}.subscription_items_container::-webkit-scrollbar-track{background:#f6f6f6}.subscription_items_container::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:10px}.subscription_category_title{margin:24px 0}.subscription_item{width:247px;display:flex;flex-direction:column;gap:10px;padding:16px;box-shadow:0 8px 24px -4px rgba(24,39,75,.08);border-radius:24px}.subscription_item .subscription_image{width:152px;margin:-32px auto 0}.subscription_item .subscription_category span{color:var(--primary-color);font-family:Gilroy;font-size:10px;line-height:20px;font-weight:500;background-color:#ffe2d2;padding:4px;border-radius:8px}.subscription_item .item_name{font-family:Gilroy;font-weight:700;font-size:16px;line-height:24px;color:var(--secondary-color)}.subscription_item .subscription_data{display:flex;align-items:center;justify-content:space-between}.subscription_item .subscription_data .points{display:flex;align-items:center;gap:8px;font-family:Gilroy;font-size:12px;line-height:14px;font-weight:500;color:var(--secondary-color)}.subscription_item .subscription_data .amount{border:1px solid var(--primary-color);border-radius:4px;display:flex;color:var(--secondary-color)}.subscription_item .subscription_data .amount span{width:29px;height:29px;cursor:pointer;display:inline-block;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.subscription_item .subscription_data .amount input{width:29px;height:29px;text-align:center;border:1px solid var(--primary-color);border-top:none;border-bottom:none;font-size:12px;line-height:12px}.subscription_item .add_to_plan_button{background-color:var(--primary-color);color:white;transition:.3s;display:flex;align-items:center;gap:8px;justify-content:center;border-radius:8px;padding:4px 0;font-family:Gilroy;font-size:14px;line-height:24px;font-weight:600}.subscription_item .add_to_plan_button:hover{background-color:var(--secondary-color);transition:.3s}.subscription_sidebar .dashboard_total_points{border:none;padding:0}.my_meals_box{max-width:234px;padding:16px;border-radius:24px;box-shadow:0 8px 24px -4px rgba(24,39,75,.08);margin:24px auto 0}.my_meals_text{display:flex;flex-direction:column;padding-bottom:16px;border-bottom:1px solid #c8c8c8}.my_meals_text h5{font-size:16px;line-height:24px;font-weight:600;color:var(--secondary-color)}.my_meals_text p{color:#787878;font-size:14px;margin:0}.my_meals_text p,.my_meals_total{line-height:24px;font-family:Gilroy}.my_meals_total{padding-top:16px;display:flex;justify-content:space-between;font-size:16px;font-weight:500}.ftb-account-button{text-align:center;margin-top:17px}.ftb-account-button,.ftb-account-button a{display:flex;justify-content:center;align-items:center;width:100%}.ftb-account-button a{font-size:16px;line-height:24px;color:#FFF;max-width:343px;border:1px solid #fff;border-radius:8px;padding:13.47px 40px;column-gap:8px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.ftb-account-button a img{width:27px}.ftb-account-button a:hover{background:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color)}.ftb_order_item{padding:12px 16px;display:flex;align-items:center;gap:20px;justify-content:space-between;border:1px solid #ffdccd;border-radius:8px;font-family:Gilroy;height:64px;margin:8px 0}.ftb_order_item .order_data{display:flex;gap:20px;align-items:center;font-size:14px;line-height:16px;color:var(--secondary-color);font-weight:500}.ftb_order_item .order_data .order_id{color:var(--primary-color);font-weight:600}.ftb_order_item .order_data .order_status{padding:4px 8px;border-radius:8px}.ftb_order_item .order_data .order_status.processing{color:var(--primary-color);background-color:#FFE5D9}.ftb_order_item .order_data .order_status.completed{color:#11D600;background-color:#DDFFDA}.ftb_order_item .order_action_buttons{display:flex;gap:8px}.ftb_order_item .order_action_buttons a{color:white;background-color:var(--primary-color);transition:.3s;padding:8px 16px;border-radius:8px;font-weight:600;font-size:14px;border-bottom:unset}.ftb_order_item .order_action_buttons a.download_invoice{background-color:var(--secondary-color)}.ftb_order_item .order_action_buttons a:hover{background-color:var(--secondary-color);transition:.3s}.ftb_order_item .order_action_buttons a.download_invoice:hover{background-color:var(--primary-color)}.ftb_order_item .order_action_buttons a:hover{color:var(--white-color)}.ftb_order_slider_button{height:32px;width:32px;background-color:white;border:1px solid var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s;position:absolute;top:0;right:0}.ftb_order_slider_button.prev{right:40px}.ftb_order_slider_button svg path{stroke:var(--secondary-color);transition:.3s}.ftb_order_slider_button:hover{background-color:var(--primary-color);border-color:var(--primary-color);transition:.3s}.ftb_order_slider_button:hover svg path{stroke:white;transition:.3s}.ftb_orders_container{padding-top:8px}.dashboard_no_subscriptions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.dashboard_no_subscriptions a{color:white;background-color:var(--primary-color);transition:.3s;padding:12px;width:311px;text-align:center;border-radius:8px;font-weight:600}.dashboard_no_subscriptions a svg{margin-left:8px}.dashboard_no_subscriptions a:hover{background-color:var(--secondary-color);transition:.3s}.invoice_address_header{display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between}.invoice_address_header .invoice_tab_buttons{display:flex;align-items:center;gap:32px}.invoice_address_header .invoice_tab_buttons button{font:normal normal 600 16px/24px Gilroy;background-color:transparent;border:none;position:relative;padding-left:24px}.invoice_address_header .invoice_tab_buttons button:before{content:" ";position:absolute;width:16px;height:16px;border-radius:50%;border:2px solid var(--primary-color);top:50%;left:0;transform:translateY(-50%)}.invoice_address_header .invoice_tab_buttons button.active:before{border:4px solid var(--primary-color)}.ftb_address_form{display:none;opacity:0;transition:opacity .9s}.ftb_address_form.active{display:block;opacity:1;transition:opacity .9s}.ftb_dashboard_address{display:flex;gap:24px;flex-direction:column;justify-content:center}.ftb_dashboard_body .ftb_dashboard_address{box-shadow:unset;outline:unset;border-radius:unset;padding:15px 0 0;min-height:520px}.ftb_address_form .form_fields_container{display:flex;gap:16px;flex-wrap:wrap}.ftb_address_form .form_fields_container>div:not(.news_update_checkbox){display:flex;justify-content:flex-flex-start;align-items:center;flex-wrap:wrap;column-gap:16px;row-gap:16px}.ftb_address_form #billing_country,.ftb_address_form #shipping_country,.ftb_address_form .form_fields_container :is(input[type=text],input[type=email],input[type=tel],.nice-select){width:calc(50% - 8px);border:1px solid #8f8f8f;border-radius:8px;padding:16px;height:56px;font-size:14px;line-height:24px;font-weight:500;outline:0;box-shadow:unset}@media(max-width:767px){.ftb_address_form .form_fields_container>div:not(.news_update_checkbox),.ftb_dashboard .ftb_address_form .form_fields_container{flex-direction:column}.ftb_address_form .form_fields_container>div:not(.news_update_checkbox)>*,.ftb_dashboard .ftb_address_form .form_fields_container>*{width:100%!important}}.ftb_address_form #billing_country,.ftb_address_form #shipping_country,.ftb_address_form .news_update_checkbox{width:calc(50% - 8px);display:flex;align-items:center}.ftb_address_form .form_fields_container input::placeholder{color:#C0C0C0}.ftb_address_form .nice-select .list{width:100%;border:1px solid #8f8f8f}.ftb_address_form .nice-select{line-height:1.5em}.ftb_address_form button{margin-top:16px;width:calc(50% - 8px);border-radius:8px;padding:16px;border:none;color:white;font-weight:600;background-color:var(--primary-color);transition:.3s}.ftb_address_form button svg{margin-left:8px}.ftb_address_form button:hover{background-color:var(--secondary-color)}.news_update_checkbox input{padding:0;height:auto;width:auto;margin-bottom:0;display:none;cursor:pointer}.news_update_checkbox label{position:relative;cursor:pointer;font-size:12px;font-weight:500}.news_update_checkbox label:before{content:"";background-color:transparent;border:1px solid #0e1523;border-radius:2px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:9px;width:16px;height:16px}.news_update_checkbox input:checked+label:after{content:"";display:block;position:absolute;top:3px;left:6px;width:5px;height:12px;border:solid var(--primary-color);border-width:0 2px 2px 0;transform:rotate(45deg)}.ftb_order_received_area{text-align:center;max-width:900px;margin:0 auto}.ftb_order_received_area h1{color:white;font-size:64px;font-weight:600;line-height:72px;text-align:center}.ftb_order_received_area .order_received_buttons{display:flex;justify-content:center;gap:16px;margin:32px 0}.ftb_order_received_area .order_received_buttons a{color:white;padding:12px 16px;background-color:var(--secondary-color);border-radius:8px;display:flex;align-items:center;gap:8px;font:normal normal 600 14px/24px Gilroy;transition:.3s}.ftb_order_received_area .order_received_buttons a svg path{stroke:white;transition:.3s}.ftb_order_received_area h5{margin-bottom:50px;color:white;font:normal normal 500 32px/40px Gilroy}.ftb_order_received_area .order_received_buttons a:hover{color:var(--secondary-color);background-color:white;transition:.3s}.ftb_order_received_area .order_received_buttons a:hover svg path{stroke:var(--secondary-color);transition:.3s}.ftb_login_form .ftb_login_inputs{display:flex;flex-wrap:wrap;gap:16px}.ftb_login_form .ftb_login_inputs>input{width:calc(50% - 8px);border:1px solid white;border-radius:8px;background-color:transparent;padding:16px;color:white;font:normal normal 500 14px/24px Gilroy}.ftb_login_form .ftb_login_inputs>input::placeholder{color:#FEB08D}.ftb_login_form .remember_login{display:flex}.ftb_login_form .remember_login input{padding:0;height:auto;width:auto;margin-bottom:0;display:none;cursor:pointer}.ftb_login_form .remember_login label{position:relative;cursor:pointer;font-size:12px;font-weight:500;color:white}.ftb_login_form .remember_login label:before{content:"";background-color:transparent;border:1px solid #fff;border-radius:2px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:9px;width:16px;height:16px}.ftb_login_form .remember_login input:checked+label:after{content:"";display:block;position:absolute;top:3px;left:6px;width:5px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.login_button_area{display:flex;flex-direction:column;align-items:center;margin-top:24px;gap:16px}.login_button_area button{color:white;padding:12px 16px;background-color:var(--secondary-color);border-radius:8px;display:flex;align-items:center;gap:8px;font:normal normal 600 14px/24px Gilroy;transition:.3s;border:none}.login_button_area button svg path{stroke:white;transition:.3s}.login_button_area button:hover{color:var(--secondary-color);background-color:white;transition:.3s}.login_button_area button:hover svg path{stroke:var(--secondary-color);transition:.3s}.login_button_area a.forgot_password{color:white;text-decoration:underline;font:normal normal 500 12px/24px Gilroy}.ecommerce .ftb_dashboard_body table.shop_table,.ecommerce .ftb_dashboard_body table.shop_table td,.ecommerce .ftb_dashboard_body table.shop_table tfoot th{border-color:var(--primary-color)}.ecommerce .ftb_dashboard_body table.my_account_orders td.order-actions a,.ecommerce .ftb_dashboard_body table.subscription_details a{font-size:14px;line-height:24px;font-weight:600;border-radius:8px;padding:7px 24px;background:var(--primary-color);color:var(--white-color);border:unset;outline:unset;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;margin-bottom:4px}.ecommerce .ftb_dashboard_body table.my_account_orders td.order-actions a:hover,.ecommerce .ftb_dashboard_body table.subscription_details a:hover{background:var(--secondary-color);color:var(--white-color);opacity:1}.ecommerce .ftb_dashboard_body table.my_account_orders td.order-actions a:not(first-child){margin-left:4px}.ecommerce .ecommerce-customer-details address{border-color:var(--primary-color)}.mealPlanOptions.addon-products::-webkit-scrollbar{width:4px;border-radius:10px}.mealPlanOptions.addon-products::-webkit-scrollbar-track{background:rgba(246,246,246,1)}.mealPlanOptions.addon-products::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:10px}.ftb_dashboard_body .mealPlanOptions.addon-products{max-height:450px}.subscription_area{display:block;clear:both}@media(max-width:767px){.ftb_dashboard_body{padding:32px 15px}}.mealQty{column-gap:40px}.mealQty.addon-quantity .qty-container{border:1px solid var(--primary-color);border-radius:4px}.mealQty.addon-quantity .qty-container button.btn-light{border:unset;outline:unset;height:27px}.mealQty.addon-quantity .qty-container button.btn-light i:before{font-size:11px;line-height:18px}.mealQty.addon-quantity .qty-container .qty-btn-minus{border-right:1px solid var(--primary-color)!important;border-radius:unset}.mealQty.addon-quantity .qty-container .qty-btn-plus{border-left:1px solid var(--primary-color)!important;border-radius:unset}.mealQty.addon-quantity .qty-container input.input-qty{width:30px;height:27px;margin:0;font-size:15x;font-weight:500;background:transparent;outline:unset;box-shadow:unset;font-family:Gilroy}.ftb_dashboard_body a.add-to-plan{color:var(--white-color);padding:4px 10px;font-size:14px;line-height:24px;max-width:120px;font-weight:600;font-family:Gilroy;border-radius:4px;display:flex;justify-content:flex-flex-start;align-items:center;column-gap:4px;border:unset;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.ftb_dashboard_body a.add-to-plan:hover{background:var(--secondary-color);color:#FFF}.ftb_dashboard_body .MyMealColInner{margin-top:25px;position:relative;background:#FFFFFF;box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08);border-radius:8px;padding:16px}.ecommerce-account .ftb_dashboard_body .MyMealColInner h2{font-size:16px;line-height:24px;font-weight:600;font-family:Gilroy}.ftb_dashboard_body .mealTotal{padding-top:16px;font-size:16px;line-height:24px;font-weight:500;font-family:Gilroy}.ftb_dashboard_body .mealTotal p:first-child{font-weight:700}.ftb_dashboard_body a:hover{color:var(--secondary-color)}.ftb_breadcrumb_title.w-800{max-width:820px;text-align:center;margin:0 auto}.pb-120{padding-bottom:120px}.ftb_vertical_icon_box{padding:32px 32px 48px;background:var(--white-color);border-radius:24px;box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08)}.ftb_vertical_icon_box a{text-decoration:underline;color:var(--primary-color)}.ftb_location_section{padding:88px 0 111px}.address_title{margin-bottom:32px}.address_box_container{display:flex;flex-direction:column;gap:24px;max-width:334px}.address_box,.address_box a{display:flex;gap:20px}.address_box a .address_text:before{content:" ";position:absolute;bottom:0;left:0;background-color:var(--secondary-color);height:1px;width:0;transition:.5s}.address_box a:hover .address_text:before{width:100%;transition:.5s}.address_box .address_text{position:relative;font-family:Gilroy;font-size:18px;line-height:32px;color:var(--secondary-color)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.ftb_contact_form_area{margin-bottom:150px}.ftb_contact_form{flex-direction:column}.ftb_contact_form,.ftb_contact_form_row{display:flex;gap:16px;width:100%}.ftb_contact_form_container{display:flex;gap:75px}.ftb_contact_form input,.ftb_contact_form select{border-radius:8px;height:56px;width:calc(50% - 8px);padding:16px;border:1px solid #8f8f8f}.ftb_contact_form select.form-select{--bs-form-select-bg-img:url(data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.2925%2011.7062C-0.0975%2011.3162-0.0975%2010.6862%200.2925%2010.2962L4.1725%206.41624L0.2925%202.53624C-0.0975%202.14624-0.0975%201.51624%200.2925%201.12624C0.6825%200.736238%201.3125%200.736238%201.7025%201.12624L6.2925%205.71624C6.6825%206.10624%206.6825%206.73624%206.2925%207.12624L1.7025%2011.7162C1.3225%2012.0962%200.6825%2012.0962%200.2925%2011.7062Z%22%20fill%3D%22%23FD4F01%22%2F%3E%3C%2Fsvg%3E)}.ftb_contact_form select.form-select:focus{box-shadow:none;border-color:var(--primary-color)}.ftb_contact_form input:focus-visible,.ftb_contact_form textarea:focus-visible{outline:none;border-color:var(--primary-color)}.ftb_contact_form textarea{width:100%;border-radius:8px;height:158px;padding:16px;border:1px solid #8f8f8f}.ftb_contact_form .form_submit_area{display:flex;gap:16px}.ftb_contact_form .form_submit_area button:first-child{background-color:var(--secondary-color);border-radius:8px;padding:12px 24px;border:none;color:white;display:flex;gap:8px;transition:.3s}.ftb_contact_form .form_submit_area button:first-child:hover{background-color:var(--primary-color);transition:.3s}.ftb_contact_form .form_submit_area button:first-child svg path{fill:var(--primary-color);transition:.3s}.ftb_contact_form .form_submit_area button:first-child:hover svg path{fill:white;transition:.3s}.ftb_contact_form .form_submit_area button:last-child{background-color:var(--primary-color);border-radius:8px;padding:12px 24px;border:none;color:white;display:flex;gap:8px;transition:.3s}.ftb_contact_form .form_submit_area button:last-child:hover{background-color:var(--secondary-color);transition:.3s}.ftb_contact_form p{margin:0}.ftb_contact_form p span{font-weight:700}@media screen and (max-width:991px){.ftb_contact_form_container{flex-direction:column}}@media screen and (max-width:575px){.ftb_location_section .row{gap:40px}.ftb_contact_form input,.ftb_contact_form select{width:100%}.ftb_contact_form_row{flex-direction:column}}.ftb_blog_page{padding:96px 0 140px}.posts_container{display:flex;flex-wrap:wrap;gap:16px;padding:0 15px}.post_card{padding:8px;border-radius:24px;box-shadow:0 8px 24px -4px rgba(24,39,75,.12);transition:.3s;width:calc(50% - 8px);display:flex;flex-direction:column}.post_card:hover{box-shadow:0 8px 24px -4px rgba(24,39,75,.2);transition:.3s}.post_card .post-thumbnail img{width:100%}.post-content{padding:24px 16px 32px;display:flex;flex-direction:column;justify-content:space-between;height:100%}.post-content .post-title a{font-weight:600;font-size:24px;line-height:32px;color:var(--secondary-color);transition:.3s}.post-content .post-title a:hover{color:var(--primary-color);transition:.3s}.post-content .post-excerpt{font-size:16px;line-height:24px;color:var(--secondary-color);font-family:Gilroy;margin-top:16px}.post-content .post-meta{display:flex;gap:12px;flex-wrap:wrap}.post-content .post-meta .author-name a{font-weight:500;font-family:Gilroy;color:var(--secondary-color);transition:.3s;margin-right:14px;position:relative;text-transform:lowercase}.post-content .post-meta .author-name a:hover{color:var(--primary-color);transition:.3s;margin-right:14px}.post-content .post-meta .author-name a:after{content:" ";position:absolute;top:50%;transform:translateY(-50%);right:-16px;width:6px;height:6px;border-radius:50%;background-color:var(--primary-color)}.post-content .post-meta .post-date a{color:#8e8e8e;font-family:Gilroy;transition:.3s}.post-content .post-meta .post-date a:hover{color:var(--primary-color);transition:.3s}.post_card .read-more-button{margin-top:40px;display:inline-block;font-weight:600;color:var(--primary-color);font-family:Gilroy;position:relative}.post_card .read-more-button:before{content:" ";height:2px;width:0;position:absolute;bottom:0;left:0;background-color:var(--primary-color);transition:.4s}.post_card .read-more-button:hover:before{width:100%;transition:.4s}.ftb_posts_pagination{display:flex;justify-content:center;margin-top:56px}.ftb_posts_pagination svg path{stroke:var(--secondary-color);transition:.3s}.ftb_posts_pagination .nav-next svg{transform:rotate(180deg)}.ftb_posts_pagination a:hover>svg path{stroke:var(--primary-color);transition:.3s}.ftb_posts_pagination li a{color:var(--secondary-color);padding:12px 20px;border-radius:6px;border:1px solid transparent;transition:.3s}.ftb_posts_pagination li.current a,.ftb_posts_pagination li:hover a{color:var(--primary-color);transition:.3s}.ftb_posts_pagination li.current a{border-color:var(--primary-color);font-weight:700}.meer-zien-button{display:flex;margin-top:48px;justify-content:center}.meer-zien-button a{padding:12px 24px;border-radius:8px;background-color:var(--primary-color);color:white;font-weight:600;transition:.3s}.meer-zien-button a:hover{background-color:var(--secondary-color);transition:.3s}.sidebar_search_widget form{display:flex;border-bottom:2px solid var(--primary-color);justify-content:space-between;padding-bottom:5px}.sidebar_search_widget form input{border:none;font-size:16px;line-height:24px;font-family:Gilroy;color:var(--secondary-color);width:100%}.sidebar_search_widget form input::placeholder{color:#c6c6c6}.sidebar_search_widget form input:focus-visible{outline:none}.sidebar_search_widget form button{border:none;background-color:transparent}.sidebar_widgets_container{margin-top:24px;box-shadow:0 8px 24px -4px rgba(24,39,75,.12);padding:32px 40px;border-radius:24px}.sidebar_widgets_container>div:not(:last-child){padding-bottom:24px;border-bottom:1px solid #c8c8c8;margin-bottom:40px}.widget_title h3{font-size:24px;line-height:32px;margin-bottom:32px}.widget_popular_posts .popular_post{display:flex;gap:16px}.popular_posts_container{display:flex;flex-direction:column;gap:24px}.widget_popular_posts .popular_post .post_title h3{font-size:16px;line-height:24px;font-weight:500}.widget_popular_posts .popular_post .post_title h3 a{color:var(--secondary-color);transition:.3s}.widget_popular_posts .popular_post:hover>.post_title h3 a{color:var(--primary-color);transition:.3s}.widget_popular_posts .popular_post .post_url a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--primary-color);border-radius:50%;transition:.3s}.widget_popular_posts .popular_post .post_url a svg path{stroke:var(--primary-color);transition:.3s}.widget_popular_posts .popular_post .post_url a:hover{background-color:var(--primary-color);transition:.3s}.widget_popular_posts .popular_post .post_url a:hover svg path{stroke:white;transition:.3s}.widget_top_writers .top_writer{display:flex;gap:12px;align-items:center}.top_writers_container{display:flex;flex-direction:column;gap:16px}.widget_top_writers .top_writer .writer_name a{color:var(--secondary-color);text-transform:lowercase;position:relative}.widget_top_writers .top_writer .writer_name a:before{content:" ";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--secondary-color);transition:.5s}.widget_top_writers .top_writer .writer_name a:hover:before{width:100%;transition:.5s}.post_author img{border-radius:50%}.ftb_blog_area .post-meta img,.writer_avatar img{border-radius:50%;border:1px solid var(--primary-color)}@media screen and (max-width:991px){.ftb_blog_sidebar{margin-top:40px}.sidebar_search_widget form{max-width:400px;margin:0 auto}}@media screen and (max-width:768px){.post_card{width:100%}}@media screen and (max-width:425px){.popular_post .post_url{display:none}}.blog_details_header{padding-bottom:100px}.blog_details_header .blog_post_info{display:flex;flex-direction:column;justify-content:center;height:100%}.blog_details_header .post_title h1{font-size:64px;line-height:72px;color:white;font-weight:800}.blog_details_header .post_excerpt p{color:white;font-family:Gilroy;margin-top:24px}.blog_details_header .post_meta{display:flex;align-items:center;gap:16px;margin-top:48px}.blog_details_header .post_meta .post_author{display:flex;align-items:center;gap:14px}.blog_details_header .post_meta .post_author img{width:40px}.blog_details_header .post_meta .post_author a{color:white;font-family:Gilroy;font-weight:500}.blog_details_header .post_meta .post_date a{color:white;font-family:Gilroy}.blog_details_header .post_meta .post_readtime p{color:white;font-family:Gilroy;margin:0}.blog_details_header .post_meta .divider{width:6px;height:6px;border-radius:50%;background-color:#fff}.blog_details_header .post_thumbnail img{width:100%}.related_posts{padding:110px 0 140px}.related_posts h2{font-weight:800;margin-bottom:46px}.related_posts_slider .slick-slide{margin:0 8px}.related_posts_slider .slick-list{overflow-y:visible;padding-bottom:20px}.related_posts_slider .post_card{box-shadow:0 8px 12px -4px rgba(24,39,75,.18)}.blog_details_body{padding-top:48px}.blog_details_body .post_body h2{font-weight:800;color:var(--primary-color);margin-bottom:24px;margin-top:40px}.blog_details_body .post_body p{margin-bottom:24px;font-family:Gilroy}.blog_details_body .post_body a{font-weight:600;color:var(--primary-color);position:relative;display:inline-block}.blog_details_body .post_body img{max-width:100%}.blog_details_body .post_body a:before{content:" ";position:absolute;left:0;bottom:0;height:1px;width:0;background-color:var(--primary-color);z-index:10;transition:.3s}.blog_details_body .post_body a:hover:before{width:100%;transition:.3s}.blog_details_body .post_body h3{font-weight:600;font-size:24px;line-height:32px}.blog_details_body .post_body ul{list-style:disc;padding-left:2rem}.blog_details_body .post_body p span{font-weight:600;color:var(--primary-color)}.blog_details_body .ftb_blog_sidebar{height:100%}.blog_details_body .sidebar_widgets_container{position:-webkit-sticky;position:sticky;top:120px}.blog_details_body .post_share_buttons{display:flex;align-items:center;gap:24px;margin-top:64px;flex-wrap:wrap}.blog_details_body .post_share_buttons span{font-family:Gilroy;font-weight:600;color:var(--secondary-color)}.blog_details_body .post_body{margin-right:100px}.ftb_breadcrumb_section .post_thumbnail img{border-radius:20px}@media screen and (max-width:1200px){.blog_details_header .post_title h1{font-size:52px;line-height:64px}.blog_details_header .post_meta{margin-top:20px}.blog_details_body .post_body{margin-right:50px}.blog_details_body,.related_posts{padding-right:30px;padding-left:30px}}@media screen and (max-width:1024px){.widget_popular_posts .popular_post .post_url{display:none}}@media screen and (max-width:991px){.blog_details_header .post_thumbnail{margin-top:32px}.blog_details_body .post_body{margin-right:0}}@media screen and (max-width:576px){.blog_details_body,.blog_details_header{padding-right:15px;padding-left:15px}.blog_details_header .post_meta{flex-wrap:wrap}}@media screen and (max-width:425px){.related_posts .post-content .post-title a{font-size:18px;line-height:24px}.related_posts h2{margin-bottom:0}}.yith-wcpb-product-bundled-item-data__price bdi{display:none}.pd_hero_spacer{margin:15px 0}.pd_hero_content .pd_hero_desc{margin-top:0}.term-maaltijdpakketten .ftb_feature_btns.nutrition_values{display:none}.ftb_map_section h2,h3{color:var(--primary-color)}p.ecommerce-shipping-destination{display:none}tr#pi-fsnw-row td:before{content:""}.ecommerce-reward-points-text-container.ecommerce-reward-points-text-single-product span{font-weight:500}.sub-benefits li{text-align:center;margin-bottom:5px}.sub-benefits{margin-bottom:10px}.sub-benefits strong{font-weight:500}.nl-field{padding-right:10px}p#nl_billing_find_toev_field,p#nl_shipping_find_toev_field{padding-right:0}.ecommerce-additional-fields__wrapper,p#kl_newsletter_checkbox_field{display:none}p#shipping_company{margin-bottom:20px}#billing_company_field span.optional,#billing_company_kvk_field span.optional,#billing_company_vat_field span.optional,.ecommerce-checkout .wishlist-heart_svg{display:none}.btn.btn-primary.button.ecommerce-reward-points-redemption-form-button{margin:0!important;line-height:.2!important;display:block!important;padding:19px 25px!important;background:#16110E!important;font-weight:500}.ecommerce-reward-points-level-container{margin:0!important;padding:0!important;width:50px!important}.ecommerce-reward-points-earning-text-container{max-width:192px}.ecommerce-reward-points-redemption-text{margin-top:14px}.ecommerce-reward-points-redemption-form-inputs{width:100%}.ecommerce-reward-points-earning-text-container h3{line-height:0px}.ecommerce-reward-points-redemption-form-inputs{display:flex;column-gap:5px}.ecommerce-reward-points-redemption-text{display:none}.ecommerce-reward-points-redemption-form-points{border:1px solid #16110e!important;padding:9px;border-radius:5px;color:black!important}.btn.btn-primary.button.ecommerce-reward-points-redemption-form-button:hover{background:#16110E}input.ecommerce-reward-points-redemption-form-points :focus,input:focus{outline:none}.ecommerce-reward-points-earning-text-container{padding:5px 0}a.iconic-ww-button.iconic-ww-button--add-to-wishlist.button{border:black;width:100%;text-align:center;border-radius:5px;margin-top:5px}.wishlist-heart_svg{position:fixed;top:50%;right:6px;background:#D3D3D3;width:52px;z-index:88888;text-align:center;padding:10px;border-radius:5px}.iconic-ww-icon svg{margin-top:5px}.wishlist-heart_svg svg{width:30px;height:30px;color:#fff}.term-maaltijdpakketten .ftb_breadcrumb_section{display:none}@media (max-width:767.98px){.ftb_product_slider .slick-slide,.tab_products_slider .slick-slide{margin:0 2px}.ftb-reviews{margin-top:50px}.ecommerce-checkout #checkout_login_form .form-row:nth-child(2){width:100%!important}.ecommerce-checkout #checkout_login_form .form-row:first-child{width:100%!important;margin-top:10px}.ftb_product_card.style_2 .ftb_feature_btns,.nutrition_values{gap:1px}.ftb_product_card.style_2 .ftb_feature_btns span{padding:3px 0!important;font-size:9px;border-radius:2px}.ftb_product_card .ftb_product_card_content{padding:2px!important}#nl_billing_find_toev_field,#nl_shipping_find_house_no_field,#nl_shipping_find_toev_field{width:50%!important}.ecommerce-shipping-fields__wrapper{margin-bottom:15px}}.additional-image .ftb_product_feature_image{padding:0!important;margin:0!important}.additional-image img{object-fit:unset}.flux-checkout__shipping-table tbody li,.flux-checkout__shipping-table tbody ul{width:201px}.flux-checkout__shipping-table tbody li,.flux-checkout__shipping-table tbody ul lable{text-align:left}.flux-checkout__shipping-table tbody th{padding-right:14px!important}#shipping_method li label,#shipping_method li label *,.flux-checkout__shipping-table tbody li,.flux-checkout__shipping-table tbody ul{margin-bottom:8px!important}#checkout-shipping-methods{display:block!important}.asnp-product-quantity-field{display:none!important}@media screen and (max-width:991px){.ftb_product_card{border-radius:8px!important}.ecommerce-shipping-totals.shipping{padding:10px!important}.flux-checkout__shipping-table{margin:0}.ftb_product_card.style_2 .ftb_feature_btns span mark,.nutrition_values span mark{margin-left:2px}.single-product .asnp-bundle-item{background-color:#eeee;color:black}.asnp-bundleGridItem-productSelect-size.asnp-medium{font-size:13px!important;font-family:Roundo;font-weight:300!important}.asnp-bundleGridItem-productInfo-size.asnp-medium,.asnp-bundleGridItem-productInfo-size.asnp-medium ins{font-size:13px!important;font-family:Roundo}}.asnp-product-quantity-field{position:relative}#asnp-bundle-item-6 .asnp-product-quantity-field:after,#asnp-bundle-item-7 .asnp-product-quantity-field:after{content:"GRATIS";text-align:right;position:absolute;right:0}.nl-input-animation span:before{top:-1%!important}.ecommerce-message{display:none}p.nl-message{display:block;width:100%;padding:0!important}@media screen and (max-width:600px){body{padding-top:100px}}@media only screen and (min-width:768px){.asnp-BundleGridItem-product-info.asnp-medium{width:auto}}@media (max-width:991px){.ecommerce-cart-form td.product-subtotal{display:none!important}.ftb_product_section.ptb-120{padding-bottom:0}.ftb-full-header-top-notice-{padding-bottom:12px}.theme-fitpreps-new.single.single-product .site-content>.ecommerce-notices-wrapper>*{max-width:94%}.ecommerce div.product .pd_hero_feature_image div.images img{width:100%;min-width:100%;max-width:100%}.ftb_product_slider .ftb_product_feature_image,.term-maaltijdpakketten .ftb_product_feature_image{height:330px}.tab_products_slider .ftb_product_feature_image{height:200px}.iconic-ww-wishlist-items thead{display:none}tr.iconic-ww-wishlist-items__item{box-shadow:0 0 0 1px rgba(0,0,0,.05)}.iconic-ww-wishlist-items td,.iconic-ww-wishlist-items th{display:block;width:100%;box-sizing:border-box;padding:10px}.iconic-ww-wishlist-items tbody{display:flex;flex-wrap:wrap}.iconic-ww-wishlist-items__item{flex:0 0 50%;max-width:50%}.iconic-ww-wishlist-items__item-name a{font-weight:700;font-size:18px;line-height:1.3;color:#000}.iconic-ww-wishlist-items .ftb_secondary_btn{padding:10px!important;font-size:12px!important;line-height:1.2!important;width:100%!important;display:flex;align-items:center;justify-content:center}.iconic-ww-wishlist-items__added-date{font-size:9px}.iconic-ww-wishlist-items__item-column--delete-item{text-align:right!important}.iconic-ww-wishlist-items__item-column--delete-item .iconic-ww-icon{color:red;width:14px}}@media (max-width:1199px){.ecommerce div.product .pd_hero_feature_image div.images img{width:100%;min-width:100%;max-width:100%}.theme-fitpreps-new.single.single-product .site-content>.ecommerce-notices-wrapper>*{max-width:94%}.ftb_product_slider .ftb_product_feature_image,.term-maaltijdpakketten .ftb_product_feature_image{height:280px}}@media (max-width:767px){.single-product .pd_hero_pricing .text-white{align-items:center;justify-content:center;font-size:24px}.tab_products_slider .ftb_product_feature_image{height:150px}.single-product .ecommerce-message{font-size:16px!important}.ecommerce .ecommerce-message a{width:100%}.iconic-ww-wishlist-items .ftb_secondary_btn{padding:5px 7px!important;line-height:1!important;font-size:10px!important}.ftb_product_card{margin:5px}}@media screen and (min-width:770px){.ecommerce form p.form-row.form-row-first,.ecommerce form p.form-row.form-row-last{margin-top:8px}}@media (max-width:480px){.ftb_explore_section{padding-top:30px;padding-bottom:40px}.tab_products_slider .ftb_product_card img.attachment-rahim_shop_page_image{max-width:95%;margin-top:-40px!important}.ftb_filter_control .ftb_filter_btn_group a,.ftb_product_card .ftb_product_card_content .ftb_secondary_btn{font-size:9px!important;line-height:1.2!important}.ftb_product_card.style_2 .ftb_product_feature_image{height:120px!important}.ftb_product_card.style_2 .ftb_product_feature_image img{margin-top:-40px}.ftb_afvallen .ftb_product_card .ftb_product_feature_image{padding:20px}.ftb_afvallen .ftb_product_card img.attachment-rahim_shop_page_image{width:90%}.ftb_product_card h2,.ftb_product_card h4{min-height:65px;font-size:14px;line-height:1.3}.ftb_product_card.style_2 .ftb_feature_btns span{padding:3px 6px;text-align:center}.ftb_product_card.style_2 .ftb_feature_btns span mark{margin-left:5px;padding:0;background:transparent;color:var(--primary-color);margin-left:2px}.ftb_product_card .ftb_product_card_content{padding:10px}.ftb_product_slider .ftb_product_feature_image,.term-maaltijdpakketten .ftb_product_feature_image{height:170px!important}.ftb_product_card .ftb_product_feature_image img:first-child{max-width:189px;max-height:125px}.ftb_product_card .ftb_product_meta span{font-size:10}.ftb_product_card .ftb_product_meta span img{height:12px;width:12px}.ecommerce-page .ftb_product_card .ftb_product_feature_image,.ecommerce-shop .ftb_product_card .ftb_product_feature_image{height:-moz-fit-content!important;height:fit-content!important}.ecommerce-page .ftb_feature_btns.nutrition_values span,.ecommerce-shop .ftb_feature_btns.nutrition_values span{padding:5px!important}.ecommerce-reward-points-earning-text-container{margin-top:5px}.ftb_breadcrumb_title{margin-top:15px}.ecommerce-page .ftb_product_card h4,.ecommerce-shop .ftb_product_card h4,h2{min-height:40px}.ecommerce-reward-points-earning-text-container span{font-size:10px}.ecommerce-reward-points-earning-text-container img{height:15px;width:15px}}@media (max-width:575.98px){.single-product .asnp-App-GridItem-wrapper{display:grid;grid-template-columns:100%}.tab_products_slider .ftb_feature_btns{margin-bottom:5px!important}.ftb_product_card{margin:0}.slick-list .ftb_product_card{margin:3px}.single-product .asnp-plus-icon{display:none}.ftb_filter_sort select{width:100%;min-width:80px!important}.ftb_filter_sort{margin-left:0}.ftb_filter_sort .ftb_btn{padding:12px 6px}.single-product .asnp-BundleGridItem-ProductBox.asnp-medium{width:100%;display:grid;grid-template-columns:40% 1fr}.single-product .asnp-BundleGridItem-imageBox,.single-product .asnp-medium{border-radius:0;margin:0}.single-product .asnp-medium{background-color:transparent;box-shadow:none}.single-product .asnp-bundle-item{background-color:#fff;border-radius:3px;overflow:hidden}.single-product .asnp-BundleGridItem-imageBox img{max-width:75%}.product-type-easy_product_bundle h1{font-size:28px;line-height:1.3}.ftb_secondary_btn{font-size:12px!important;line-height:1.2!important;padding:7px 12px!important}.cart-btn{margin-top:4px!important;margin-bottom:4px!important}.single_add_to_cart_button{font-size:16px!important;padding:11px 24px!important}.ecommerce form p.form-row input[type=email],.ecommerce form p.form-row input[type=password],.ecommerce form p.form-row input[type=tel],.ecommerce form p.form-row input[type=text],.ecommerce form p.form-row select,.ecommerce form p.form-row textarea,.ecommerce form p.form-row>.ecommerce-input-wrapper>strong{font-size:12px}.flux-checkout__sidebar-header-link--hide,.flux-checkout__sidebar-header-link--show{font-size:12px!important}.flux-checkout__sidebar-header-link{display:flex;align-items:center}.flux-checkout__sidebar-header-link:before{width:16px;-webkit-mask-size:contain;mask-size:contain}.ftb_hero_section .ftb_feature_box_row{margin:0 15px 20px}.ftb_hero_section .ftb_hero_content{text-align:center}.ftb_hero_section .shape_bottom{left:0}.ftb_product_card .ftb_product_feature_image img:first-child{max-height:inherit!important;max-width:100%!important}.ftb_product_slider .slick-list{padding-bottom:20px}.ftb_product_slider .ftb_product_feature_image,.term-maaltijdpakketten .ftb_product_feature_image{height:190px}a.iconic-ww-button.iconic-ww-button--add-to-wishlist.button{font-size:10px;min-height:33px}.ftb_product_card .ftb_product_feature_image{padding:10px}.ftb_ontbijt .ftb_product_feature_image img.attachment-rahim_shop_page_image{height:130px!important}.product_cat-snacks .ftb_product_feature_image,.term-spiermassa .ftb_product_feature_image{height:130px}.ftb_afvallen .ftb_product_feature_image,.ftb_droogtrainen .ftb_product_feature_image,.product_cat-snacks .ftb_product_feature_image{height:130px;min-height:auto}.ecommerce-shop .ftb_feature_btns.nutrition_values span,.ftb_ontbijt .ftb_feature_btns.nutrition_values span{margin:0;text-align:center;padding:1px!important;display:flex;align-items:center}.ftb_breadcrumb_section{padding-bottom:40px}.theme-fitpreps-new.postx-page .site-content .blog-content-row{padding-top:40px;padding-bottom:40px}.ftb_filter_control .ftb_filter_btn_group a,.ftb_product_card .ftb_product_card_content .ftb_secondary_btn{font-size:13px!important;line-height:1.2!important;padding:7px 12px!important}.ftb_faq_section{padding-top:20px}.ftb_pagination{margin-top:30px}.term-maaltijdpakketten .ftb_explore_section{padding-bottom:0}.ecommerce-shop .site-content .blog-content-row,.term-accessoires .site-content .blog-content-row,.term-maaltijdpakketten .site-content .blog-content-row{padding-bottom:30px;margin-bottom:0}.page_pricing.ftb_product_info_area .ftb_product_card.style_3 h3{line-height:36px;font-size:32px!important}.page_pricing.ftb_product_info_area .ftb_product_card.style_3 h4{margin-bottom:15px!important}.ftb_product_card .ftb_product_feature_image img:first-child{max-width:189px;max-height:189px}.ftb_quote_section .wave_top{left:0}.ftb_product_meta .ecommerce-LoopProduct-link span{font-size:11px}.ftb_accessoires .ftb_product_feature_image{height:130px}.ecommerce-shop .ftb_product_card h2,.ecommerce-shop .ftb_product_card h4{font-size:14px;line-height:17px}.ftb_hero_content{max-width:100%}.ftb_product_card.style_2 .ftb_product_feature_image{height:130px;min-height:100px}.tab_products_slider .ftb_product_card img.attachment-rahim_shop_page_image{margin-top:-50px}.ftb_product_card.style_2 .ftb_product_feature_image img{max-height:inherit;margin-top:-35px}.ftb_secondary_btn svg{width:17px}.ftb_product_slider .slick-list,.tab_products_slider .slick-list{padding-right:0}.ftb_product_card .ftb_product_feature_image{height:200px;min-height:inherit}.planstext{width:80%}.plan{width:250px!important;box-shadow:4px 22px 15px 16px rgba(24,39,75,.08)!important}.plan h3,.plan h4{font-size:25px!important}.plans{gap:50px}.ftb_product_card h4,h2{min-height:60px}.ecommerce-shop .ftb_product_card h4,h2{min-height:45px}.react-tabs__tab{padding:6px 10px!important;font-size:14px!important}.ecommerce-reward-points-earning-text-container{margin-top:10px}#asnp-easy-product-bundle-modal .asnp-post-grid-content,.product-template-default .asnp-BundleGridItem-product-info{padding:5px}.asnp-BundleGridItem-ProductBox.asnp-medium{width:100%}}@media (max-width:374px){.ftb_product_card .ftb_product_feature_image img:first-child,.ftb_product_card img.attachment-rahim_shop_page_image{height:92%}.asnp-BundleGridItem-ProductBox.asnp-medium{width:100%}}@media (max-width:995px){body{padding-top:100px}}:root{--ecommerce:#7F54B3}.ecommerce .ecommerce-error .button,.ecommerce .ecommerce-info .button,.ecommerce .ecommerce-message .button,.ecommerce-page .ecommerce-error .button,.ecommerce-page .ecommerce-info .button,.ecommerce-page .ecommerce-message .button{float:right}.ecommerce .col2-set,.ecommerce-page .col2-set{width:100%}.ecommerce .col2-set:after,.ecommerce .col2-set:before,.ecommerce-page .col2-set:after,.ecommerce-page .col2-set:before{content:" ";display:table}.ecommerce .col2-set:after,.ecommerce-page .col2-set:after{clear:both}.ecommerce .col2-set .col-1,.ecommerce-page .col2-set .col-1{float:left;width:48%}.ecommerce .col2-set .col-2,.ecommerce-page .col2-set .col-2{float:right;width:48%}.ecommerce img,.ecommerce-page img{height:auto;max-width:100%}.ecommerce #content div.product div.images,.ecommerce div.product div.images,.ecommerce-page #content div.product div.images,.ecommerce-page div.product div.images{float:left;width:48%}.ecommerce #content div.product div.thumbnails:after,.ecommerce #content div.product div.thumbnails:before,.ecommerce div.product div.thumbnails:after,.ecommerce div.product div.thumbnails:before,.ecommerce-page #content div.product div.thumbnails:after,.ecommerce-page #content div.product div.thumbnails:before,.ecommerce-page div.product div.thumbnails:after,.ecommerce-page div.product div.thumbnails:before{content:" ";display:table}.ecommerce #content div.product div.thumbnails:after,.ecommerce div.product div.thumbnails:after,.ecommerce-page #content div.product div.thumbnails:after,.ecommerce-page div.product div.thumbnails:after{clear:both}.ecommerce #content div.product div.thumbnails a,.ecommerce div.product div.thumbnails a,.ecommerce-page #content div.product div.thumbnails a,.ecommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.ecommerce #content div.product div.thumbnails a.last,.ecommerce div.product div.thumbnails a.last,.ecommerce-page #content div.product div.thumbnails a.last,.ecommerce-page div.product div.thumbnails a.last{margin-right:0}.ecommerce #content div.product div.thumbnails a.first,.ecommerce div.product div.thumbnails a.first,.ecommerce-page #content div.product div.thumbnails a.first,.ecommerce-page div.product div.thumbnails a.first{clear:both}.ecommerce #content div.product div.thumbnails.columns-1 a,.ecommerce div.product div.thumbnails.columns-1 a,.ecommerce-page #content div.product div.thumbnails.columns-1 a,.ecommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.ecommerce #content div.product div.thumbnails.columns-2 a,.ecommerce div.product div.thumbnails.columns-2 a,.ecommerce-page #content div.product div.thumbnails.columns-2 a,.ecommerce-page div.product div.thumbnails.columns-2 a{width:48%}.ecommerce #content div.product div.thumbnails.columns-4 a,.ecommerce div.product div.thumbnails.columns-4 a,.ecommerce-page #content div.product div.thumbnails.columns-4 a,.ecommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.ecommerce #content div.product div.thumbnails.columns-5 a,.ecommerce div.product div.thumbnails.columns-5 a,.ecommerce-page #content div.product div.thumbnails.columns-5 a,.ecommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.ecommerce #content div.product div.summary,.ecommerce div.product div.summary,.ecommerce-page #content div.product div.summary,.ecommerce-page div.product div.summary{float:right;width:48%;clear:none}.ecommerce #content div.product .ecommerce-tabs,.ecommerce div.product .ecommerce-tabs,.ecommerce-page #content div.product .ecommerce-tabs,.ecommerce-page div.product .ecommerce-tabs{clear:both}.ecommerce #content div.product .ecommerce-tabs ul.tabs:after,.ecommerce #content div.product .ecommerce-tabs ul.tabs:before,.ecommerce div.product .ecommerce-tabs ul.tabs:after,.ecommerce div.product .ecommerce-tabs ul.tabs:before,.ecommerce-page #content div.product .ecommerce-tabs ul.tabs:after,.ecommerce-page #content div.product .ecommerce-tabs ul.tabs:before,.ecommerce-page div.product .ecommerce-tabs ul.tabs:after,.ecommerce-page div.product .ecommerce-tabs ul.tabs:before{content:" ";display:table}.ecommerce #content div.product .ecommerce-tabs ul.tabs:after,.ecommerce div.product .ecommerce-tabs ul.tabs:after,.ecommerce-page #content div.product .ecommerce-tabs ul.tabs:after,.ecommerce-page div.product .ecommerce-tabs ul.tabs:after{clear:both}.ecommerce #content div.product .ecommerce-tabs ul.tabs li,.ecommerce div.product .ecommerce-tabs ul.tabs li,.ecommerce-page #content div.product .ecommerce-tabs ul.tabs li,.ecommerce-page div.product .ecommerce-tabs ul.tabs li{display:inline-block}.ecommerce #content div.product #reviews .comment:after,.ecommerce #content div.product #reviews .comment:before,.ecommerce div.product #reviews .comment:after,.ecommerce div.product #reviews .comment:before,.ecommerce-page #content div.product #reviews .comment:after,.ecommerce-page #content div.product #reviews .comment:before,.ecommerce-page div.product #reviews .comment:after,.ecommerce-page div.product #reviews .comment:before{content:" ";display:table}.ecommerce #content div.product #reviews .comment:after,.ecommerce div.product #reviews .comment:after,.ecommerce-page #content div.product #reviews .comment:after,.ecommerce-page div.product #reviews .comment:after{clear:both}.ecommerce #content div.product #reviews .comment img,.ecommerce div.product #reviews .comment img,.ecommerce-page #content div.product #reviews .comment img,.ecommerce-page div.product #reviews .comment img{float:right;height:auto}.ecommerce ul.products,.ecommerce-page ul.products{clear:both}.ecommerce ul.products:after,.ecommerce ul.products:before,.ecommerce-page ul.products:after,.ecommerce-page ul.products:before{content:" ";display:table}.ecommerce ul.products:after,.ecommerce-page ul.products:after{clear:both}.ecommerce ul.products li.product,.ecommerce-page ul.products li.product{float:left;padding:0;position:relative;width:22.05%;margin:0 3.8% 2.992em 0}.ecommerce ul.products li.first,.ecommerce-page ul.products li.first{clear:both}.ecommerce ul.products li.last,.ecommerce-page ul.products li.last{margin-right:0}.ecommerce ul.products.columns-1 li.product,.ecommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.ecommerce ul.products.columns-2 li.product,.ecommerce-page ul.products.columns-2 li.product{width:48%}.ecommerce ul.products.columns-3 li.product,.ecommerce-page ul.products.columns-3 li.product{width:30.75%}.ecommerce ul.products.columns-5 li.product,.ecommerce-page ul.products.columns-5 li.product{width:16.95%}.ecommerce ul.products.columns-6 li.product,.ecommerce-page ul.products.columns-6 li.product{width:13.5%}.ecommerce-page.columns-1 ul.products li.product,.ecommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.ecommerce-page.columns-2 ul.products li.product,.ecommerce.columns-2 ul.products li.product{width:48%}.ecommerce-page.columns-3 ul.products li.product,.ecommerce.columns-3 ul.products li.product{width:30.75%}.ecommerce-page.columns-5 ul.products li.product,.ecommerce.columns-5 ul.products li.product{width:16.95%}.ecommerce-page.columns-6 ul.products li.product,.ecommerce.columns-6 ul.products li.product{width:13.5%}.ecommerce .ecommerce-result-count,.ecommerce-page .ecommerce-result-count{float:left}.ecommerce .ecommerce-ordering,.ecommerce-page .ecommerce-ordering{float:right}.ecommerce .ecommerce-pagination ul.page-numbers:after,.ecommerce .ecommerce-pagination ul.page-numbers:before,.ecommerce-page .ecommerce-pagination ul.page-numbers:after,.ecommerce-page .ecommerce-pagination ul.page-numbers:before{content:" ";display:table}.ecommerce .ecommerce-pagination ul.page-numbers:after,.ecommerce-page .ecommerce-pagination ul.page-numbers:after{clear:both}.ecommerce .ecommerce-pagination ul.page-numbers li,.ecommerce-page .ecommerce-pagination ul.page-numbers li{display:inline-block}.ecommerce #content table.cart img,.ecommerce table.cart img,.ecommerce-page #content table.cart img,.ecommerce-page table.cart img{height:auto}.ecommerce #content table.cart td.actions,.ecommerce table.cart td.actions,.ecommerce-page #content table.cart td.actions,.ecommerce-page table.cart td.actions{text-align:right}.ecommerce #content table.cart td.actions .input-text,.ecommerce table.cart td.actions .input-text,.ecommerce-page #content table.cart td.actions .input-text,.ecommerce-page table.cart td.actions .input-text{width:80px}.ecommerce #content table.cart td.actions .coupon,.ecommerce table.cart td.actions .coupon,.ecommerce-page #content table.cart td.actions .coupon,.ecommerce-page table.cart td.actions .coupon{float:left}.ecommerce .cart-collaterals,.ecommerce-page .cart-collaterals{width:100%}.ecommerce .cart-collaterals:after,.ecommerce .cart-collaterals:before,.ecommerce-page .cart-collaterals:after,.ecommerce-page .cart-collaterals:before{content:" ";display:table}.ecommerce .cart-collaterals:after,.ecommerce-page .cart-collaterals:after{clear:both}.ecommerce .cart-collaterals .related,.ecommerce-page .cart-collaterals .related{width:30.75%;float:left}.ecommerce .cart-collaterals .cross-sells,.ecommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.ecommerce .cart-collaterals .cross-sells ul.products,.ecommerce-page .cart-collaterals .cross-sells ul.products{float:none}.ecommerce .cart-collaterals .cross-sells ul.products li,.ecommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.ecommerce .cart-collaterals .shipping_calculator,.ecommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.ecommerce .cart-collaterals .shipping_calculator:after,.ecommerce .cart-collaterals .shipping_calculator:before,.ecommerce-page .cart-collaterals .shipping_calculator:after,.ecommerce-page .cart-collaterals .shipping_calculator:before{content:" ";display:table}.ecommerce .cart-collaterals .shipping_calculator:after,.ecommerce-page .cart-collaterals .shipping_calculator:after{clear:both}.ecommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.ecommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.ecommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.ecommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.ecommerce .cart-collaterals .cart_totals,.ecommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.ecommerce ul.cart_list li:after,.ecommerce ul.cart_list li:before,.ecommerce ul.product_list_widget li:after,.ecommerce ul.product_list_widget li:before,.ecommerce-page ul.cart_list li:after,.ecommerce-page ul.cart_list li:before,.ecommerce-page ul.product_list_widget li:after,.ecommerce-page ul.product_list_widget li:before{content:" ";display:table}.ecommerce ul.cart_list li:after,.ecommerce ul.product_list_widget li:after,.ecommerce-page ul.cart_list li:after,.ecommerce-page ul.product_list_widget li:after{clear:both}.ecommerce ul.cart_list li img,.ecommerce ul.product_list_widget li img,.ecommerce-page ul.cart_list li img,.ecommerce-page ul.product_list_widget li img{float:right;height:auto}.ecommerce form .form-row:after,.ecommerce form .form-row:before,.ecommerce-page form .form-row:after,.ecommerce-page form .form-row:before{content:" ";display:table}.ecommerce form .form-row:after,.ecommerce-page form .form-row:after{clear:both}.ecommerce form .form-row label,.ecommerce-page form .form-row label{display:block}.ecommerce form .form-row label.checkbox,.ecommerce-page form .form-row label.checkbox{display:inline}.ecommerce form .form-row select,.ecommerce-page form .form-row select{width:100%}.ecommerce form .form-row .input-text,.ecommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.ecommerce form .form-row-first,.ecommerce form .form-row-last,.ecommerce-page form .form-row-first,.ecommerce-page form .form-row-last{width:47%;overflow:visible}.ecommerce form .form-row-first,.ecommerce-page form .form-row-first{float:left}.ecommerce form .form-row-last,.ecommerce-page form .form-row-last{float:right}.ecommerce form .form-row-wide,.ecommerce-page form .form-row-wide{clear:both}.ecommerce form .password-input,.ecommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.ecommerce form .password-input input[type=password],.ecommerce-page form .password-input input[type=password]{padding-right:2.5rem}.ecommerce form .password-input input::-ms-reveal,.ecommerce-page form .password-input input::-ms-reveal{display:none}.ecommerce form .show-password-input,.ecommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.ecommerce form .show-password-input:after,.ecommerce-page form .show-password-input:after{font-family:WooCommerce;speak:never;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e010";text-decoration:none}.ecommerce form .show-password-input.display-password:after,.ecommerce-page form .show-password-input.display-password:after{color:#585858}.ecommerce #payment .form-row select,.ecommerce-page #payment .form-row select{width:auto}.ecommerce #payment .terms,.ecommerce #payment .wc-terms-and-conditions,.ecommerce-page #payment .terms,.ecommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.ecommerce #payment #place_order,.ecommerce-page #payment #place_order{float:right}.ecommerce .ecommerce-billing-fields:after,.ecommerce .ecommerce-billing-fields:before,.ecommerce .ecommerce-shipping-fields:after,.ecommerce .ecommerce-shipping-fields:before,.ecommerce-page .ecommerce-billing-fields:after,.ecommerce-page .ecommerce-billing-fields:before,.ecommerce-page .ecommerce-shipping-fields:after,.ecommerce-page .ecommerce-shipping-fields:before{content:" ";display:table}.ecommerce .ecommerce-billing-fields:after,.ecommerce .ecommerce-shipping-fields:after,.ecommerce-page .ecommerce-billing-fields:after,.ecommerce-page .ecommerce-shipping-fields:after{clear:both}.ecommerce .ecommerce-terms-and-conditions,.ecommerce-page .ecommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.ecommerce .ecommerce-oembed,.ecommerce-page .ecommerce-oembed{position:relative}.ecommerce-account .ecommerce-MyAccount-navigation{float:left;width:30%}.ecommerce-account .ecommerce-MyAccount-content{float:right;width:68%}.ecommerce-account .ecommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.ecommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.ecommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .ecommerce .col2-set .col-1,.rtl .ecommerce-page .col2-set .col-1{float:right}.rtl .ecommerce .col2-set .col-2,.rtl .ecommerce-page .col2-set .col-2{float:left}@media screen and (max-width:768px){.blog_details_header{padding:200px 30px 100px}.blog_details_header .post_excerpt p,.blog_details_header .post_title h1{text-align:left}.ecommerce table.shop_table_responsive thead,.ecommerce-page table.shop_table_responsive thead{display:none}.ecommerce table.shop_table_responsive tbody tr:first-child td:first-child,.ecommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.ecommerce table.shop_table_responsive tbody th,.ecommerce-page table.shop_table_responsive tbody th{display:none}.ecommerce table.shop_table_responsive tr,.ecommerce-page table.shop_table_responsive tr{display:block}.ecommerce table.shop_table_responsive tr td,.ecommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.ecommerce table.shop_table_responsive tr td.order-actions,.ecommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.ecommerce table.shop_table_responsive tr td:before,.ecommerce-page table.shop_table_responsive tr td:before{content:attr(data-title) ": ";font-weight:700;float:left}.ecommerce table.shop_table_responsive tr td.actions:before,.ecommerce table.shop_table_responsive tr td.product-remove:before,.ecommerce-page table.shop_table_responsive tr td.actions:before,.ecommerce-page table.shop_table_responsive tr td.product-remove:before{display:none}.ecommerce table.shop_table_responsive tr:nth-child(2n) td,.ecommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.ecommerce table.my_account_orders tr td.order-actions,.ecommerce-page table.my_account_orders tr td.order-actions{text-align:left}.ecommerce table.my_account_orders tr td.order-actions:before,.ecommerce-page table.my_account_orders tr td.order-actions:before{display:none}.ecommerce table.my_account_orders tr td.order-actions .button,.ecommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.ecommerce .col2-set .col-1,.ecommerce .col2-set .col-2,.ecommerce-page .col2-set .col-1,.ecommerce-page .col2-set .col-2{float:none;width:100%}.ecommerce ul.products[class*=columns-] li.product,.ecommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.ecommerce ul.products[class*=columns-] li.product:nth-child(2n),.ecommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.ecommerce #content div.product div.images,.ecommerce #content div.product div.summary,.ecommerce div.product div.images,.ecommerce div.product div.summary,.ecommerce-page #content div.product div.images,.ecommerce-page #content div.product div.summary,.ecommerce-page div.product div.images,.ecommerce-page div.product div.summary{float:none;width:100%}.ecommerce #content table.cart .product-thumbnail,.ecommerce table.cart .product-thumbnail,.ecommerce-page #content table.cart .product-thumbnail,.ecommerce-page table.cart .product-thumbnail{display:none}.ecommerce #content table.cart td.actions,.ecommerce table.cart td.actions,.ecommerce-page #content table.cart td.actions,.ecommerce-page table.cart td.actions{text-align:left}.ecommerce #content table.cart td.actions .coupon,.ecommerce table.cart td.actions .coupon,.ecommerce-page #content table.cart td.actions .coupon,.ecommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.ecommerce #content table.cart td.actions .coupon:after,.ecommerce #content table.cart td.actions .coupon:before,.ecommerce table.cart td.actions .coupon:after,.ecommerce table.cart td.actions .coupon:before,.ecommerce-page #content table.cart td.actions .coupon:after,.ecommerce-page #content table.cart td.actions .coupon:before,.ecommerce-page table.cart td.actions .coupon:after,.ecommerce-page table.cart td.actions .coupon:before{content:" ";display:table}.ecommerce #content table.cart td.actions .coupon:after,.ecommerce table.cart td.actions .coupon:after,.ecommerce-page #content table.cart td.actions .coupon:after,.ecommerce-page table.cart td.actions .coupon:after{clear:both}.ecommerce #content table.cart td.actions .coupon .button,.ecommerce #content table.cart td.actions .coupon .input-text,.ecommerce #content table.cart td.actions .coupon input,.ecommerce table.cart td.actions .coupon .button,.ecommerce table.cart td.actions .coupon .input-text,.ecommerce table.cart td.actions .coupon input,.ecommerce-page #content table.cart td.actions .coupon .button,.ecommerce-page #content table.cart td.actions .coupon .input-text,.ecommerce-page #content table.cart td.actions .coupon input,.ecommerce-page table.cart td.actions .coupon .button,.ecommerce-page table.cart td.actions .coupon .input-text,.ecommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.ecommerce #content table.cart td.actions .coupon .button.alt,.ecommerce #content table.cart td.actions .coupon .input-text+.button,.ecommerce table.cart td.actions .coupon .button.alt,.ecommerce table.cart td.actions .coupon .input-text+.button,.ecommerce-page #content table.cart td.actions .coupon .button.alt,.ecommerce-page #content table.cart td.actions .coupon .input-text+.button,.ecommerce-page table.cart td.actions .coupon .button.alt,.ecommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.ecommerce #content table.cart td.actions .button,.ecommerce table.cart td.actions .button,.ecommerce-page #content table.cart td.actions .button,.ecommerce-page table.cart td.actions .button{display:block;width:100%}.ecommerce .cart-collaterals .cart_totals,.ecommerce .cart-collaterals .cross-sells,.ecommerce .cart-collaterals .shipping_calculator,.ecommerce-page .cart-collaterals .cart_totals,.ecommerce-page .cart-collaterals .cross-sells,.ecommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.ecommerce-page.ecommerce-checkout form.login .form-row,.ecommerce.ecommerce-checkout form.login .form-row{width:100%;float:none}.ecommerce #payment .terms,.ecommerce-page #payment .terms{text-align:left;padding:0}.ecommerce #payment #place_order,.ecommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.ecommerce .lost_reset_password .form-row-first,.ecommerce .lost_reset_password .form-row-last,.ecommerce-page .lost_reset_password .form-row-first,.ecommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.ecommerce-account .ecommerce-MyAccount-content,.ecommerce-account .ecommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}}:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#b3af54;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}@keyframes spin{to{transform:rotate(1turn)}}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#FD5001;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/images/icons/loader.svg) 50%;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb:after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all .5s cubic-bezier(.795,-.035,0,1);margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1),.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1),.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6a6a6a}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li:before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li:after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs:before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart:after,.woocommerce div.product p.cart:before{content:" ";display:table}.woocommerce div.product p.cart:after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart:after,.woocommerce div.product form.cart:before{content:" ";display:table}.woocommerce div.product form.cart:after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#b3af54;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul:after,.woocommerce .products ul:before,.woocommerce ul.products:after,.woocommerce ul.products:before{content:" ";display:table}.woocommerce .products ul:after,.woocommerce ul.products:after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816e99}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:before{content:" ";display:table}.woocommerce #reviews #comments .add_review:after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist:after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text:after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li:before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.woocommerce .star-rating:before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span:before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:before{content:" ";display:table}.woocommerce .woocommerce-product-rating:after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond:after,.woocommerce #review_form #respond:before{content:" ";display:table}.woocommerce #review_form #respond:after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a:before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a:before{content:"\e021"}.woocommerce p.stars.selected a.active:before,.woocommerce p.stars:hover a:before{content:"\e020"}.woocommerce p.stars.selected a.active~a:before{content:"\e021"}.woocommerce p.stars.selected a:not(.active):before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(2n) td,.woocommerce table.shop_attributes tr:nth-child(2n) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px;padding:0 10px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td del,.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before{content:" ";display:table}.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li dl:before,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li dl:before{content:" ";display:table}.woocommerce ul.cart_list li dl:after,.woocommerce ul.product_list_widget li dl:after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s ease .5s;transition:opacity .5s ease .5s;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description:before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-color:#1e85be transparent transparent;border-style:solid;border-width:4px 6px 0;z-index:100;display:block}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#6dc22e}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details:after,.woocommerce ul.order_details:before{content:" ";display:table}.woocommerce ul.order_details:after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 2px 2px 1px;text-align:left;width:100%;border-radius:5px;padding:6px 12px}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{margin-bottom:0;padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before{content:"\e037"}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before{font-family:WooCommerce;speak:never;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before{content:"\e02d"}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before{font-family:WooCommerce;speak:never;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a:before{font-family:WooCommerce;speak:never;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"\e013";text-decoration:none;color:#a00;vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#FD5001;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#FD5001}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li:after,.woocommerce .widget_rating_filter ul li:before{content:" ";display:table}.woocommerce .widget_rating_filter ul li:after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a:before{font-family:WooCommerce;speak:never;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{font-size:14px;line-height:24px;font-weight:600;border-radius:8px;padding:11px 24px;background:var(--primary-color);color:var(--white-color);border:unset;outline:unset;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading:after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added:after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover{background-color:#dcd7e3;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{background-color:#FD5001;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{background-color:#000000;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#FD5001;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#b3af54;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#b3af54}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:red}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#b3af54}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #fd5001;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error:after,.woocommerce-error:before,.woocommerce-info:after,.woocommerce-info:before,.woocommerce-message:after,.woocommerce-message:before{content:" ";display:table}.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after{clear:both}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message:before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info:before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error:before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce:after,.woocommerce-account .woocommerce:before{content:" ";display:table}.woocommerce-account .woocommerce:after{clear:both}.woocommerce-account .addresses .title:after,.woocommerce-account .addresses .title:before{content:" ";display:table}.woocommerce-account .addresses .title:after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li:before{font-family:WooCommerce;speak:never;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{background:transparent;float:unset;max-width:158px;width:100%!important;border:1px solid #8f8f8f;color:#C0C0C0;margin-right:10px;font-size:14px;line-height:24px;font-weight:600;border-radius:8px;padding:11px 24px;color:var(--primary-color);transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout:after,#add_payment_method .wc-proceed-to-checkout:before,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:before,.woocommerce-checkout .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button:after,.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after{font-family:WooCommerce;speak:never;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#b3af54}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .form-row-first,#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#e9e6ed;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #cfc8d8;margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods:after,#add_payment_method #payment ul.payment_methods:before,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:before,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:before{content:" ";display:table}#add_payment_method #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e3;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#b5aac3 #c2b9ce #c2b9ce}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{content:"";display:block;border:1em solid transparent;border-bottom-color:#dcd7e3;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid red;outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}.woocommerce-cart .woocommerce table.cart img{width:110px}.woocommerce-cart table.cart td.product-name a{font-size:18px;line-height:32px;color:var(--secondary-color);font-weight:600}.woocommerce-cart table.cart td.product-name a:hover{color:var(--primary-color)}.woocommerce-cart table.cart .pd_quantity_box button,.woocommerce-cart table.cart .pd_quantity_box input{color:var(--white-color);background:var(--secondary-color)}.wcq-quantity.wcq-ajax-quantity{max-width:200px;margin:0 auto}input.wcq-input-text.wcq-qty.wcq-text.wcq-quantity:focus{outline:unset}input.wcq-input-text.wcq-qty.wcq-text.wcq-quantity{border-left:unset;border-right:unset}.wcq-quantity-button.wcq-plus svg path{stroke:#fff}.wcq-quantity-button.wcq-minus svg path{stroke:#ffff}.wcq-notification{position:fixed;top:10%;right:10%;z-index:9999;background-color:#333;color:#fff;padding:15px 20px;border-radius:5px;font-size:16px;box-shadow:0 0 10px rgba(0,0,0,.1)}.wcq-success{background-color:#28a745}.wcq-error{background-color:#dc3545}.wcq-product-button-group.wcq-cart-with-quantity{position:relative}.wcq-preloader{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;color:#fd4f01;z-index:100;transform:translate(-50%,-50%);animation:rotator 1.4s linear infinite;width:2.125rem;transition:opacity 1s cubic-bezier(.28,.12,.22,1)}.wcq-preloader .path{stroke:currentColor;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.wcq-product-button-group .wcq-quantity{display:none;display:flex;justify-content:center}.wcq-product-button-group .wcq-quantity .wcq-qty{font-size:.875rem;width:2.5rem;height:2.125rem;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;border-radius:0;flex:1 1;text-align:center;padding:19px 10px}.wcq-product-button-group .wcq-quantity .wcq-quantity-button{width:2.425rem;height:2.425rem;color:#333333;background-color:#0e1523;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0 50% 50% 0}.wcq-product-button-group .wcq-quantity .wcq-quantity-button.wcq-minus{border-top-right-radius:0;border-bottom-right-radius:0;background-color:#0e1523;border-radius:50% 0 0 50%}.wcq-product-button-group .wcq-quantity .wcq-quantity-button.wcq-plus{border-top-left-radius:0;border-bottom-left-radius:0}.toast_container{font-family:Poppins,sans-serif;padding:3rem;margin:0 auto;width:700px;height:500px;background-color:#eff2fb}h1{font-weight:600;font-size:2rem;margin-top:3rem;margin-bottom:2.5rem}.btngp_container,h1{display:flex;justify-content:center;align-items:center}.btngp_container{margin-top:2rem}#btnSuccess{background-color:#1bc5bd;border-color:#1bc5bd}#btnInfo{background-color:#187de4;border-color:#187de4}#btnWarning{background-color:#ee9d01;border-color:#ee9d01}#btnError{background-color:#ee2d41;border-color:#ee2d41}#btnError,#btnInfo,#btnSuccess,#btnWarning{color:#fff;border-radius:.5rem;font-weight:400!important;font-size:.765rem;width:90px;height:36px;margin:3px;cursor:pointer}.toast-error,.toast-info,.toast-success,.toast-warning{width:400px!important;font-family:Poppins,sans-serif;font-size:.75rem;border-radius:1rem!important;background-color:#edf1fd;color:#01081e!important;border-color:transparent!important}.closebtn{width:25px;height:25px;border-radius:50%;background-color:#ccd7fc!important}.closebtn>i{color:#000617;font-weight:500}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKLSURBVHgBzZZNbtpAFMffjMFRQY28hFKpzg1gGZFKWGkqdZX2BHVOUHIC4AQ0J6g5QZVVpDTUqC10V3GDelGqSF3UG1cqgZm+GYIVbPAHoCp/CWY89sxP78289wbgP4tAShW+XugwyeiiP6Xc/VV9PkwzPxao2e+1fHbXBEqOgfEyztDCq5AecN4ZVQ+tuPUigY8H9hvOWHMpZLkc/LWiwEuBwqqcqrUJMBPWk+WN6alrGG4sULpQfWjjqzJsJDL0xsQIQmnws7y6294cJsTLeZW1g6MLwFK/a2JjwvZkFgfd+kogqgFbFuXQ0GxbCwFvrdNhHXHew3+Lz05pUNqD7MQMAYGT17AebTg6eGZMx+PWqhijVDme9zP+KOE1SItCixhVXom+oqp4sld4iHP/EEoLS/3LcsSqrnQVtsFXaFHret9wHvXtBkRvh1b81n3iA6eMrM4kBNw/Y1qZKrSyuEf8TGSUwucPNUwQTYiR4rE9HxgjPb/DGsISytiJRCHYyynNgn2hK5S+gxSaATMZJ/IrDvXip6uXP54e9QjjZ4xSw60YLu5bnCt9/cXKIlr/YGFY/MYmKkm7eBIr18YLRzzIxM7ZW0godL9k3Q2LuLqmKTs70n3ClbKKJBWRcQqLQJiex07kvFYafLRlCCQvWcKYjs+ed3RMPzcq+w6QYqEkLDxgP6uHe/Nn30JHlBEOLdiyRKwGnhdV+nJl4ZVhzTQXkoWH5eTuQCgOszdKXRRP2Fh86OXoaXA0BBSuzWKlFpciWJvFO5gYZKwGX0VeokTJwk1vkKRlS+Zb1hodHK2Mz0T3UlkrRflaVlEkhOMWkHMvT61lVqUGLsIvy+Q22WcyE8fZn2Wee6t/lXrvcWjggekAAAAASUVORK5CYII=")!important}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJaSURBVHgBvVZNbtNQEJ55idd4hSphKnOCkhM0PQHpCUhuADsWLTgkQuwQJyCcoOEEpSfAnKBW6cK0m6wb+U1nXu04bdLkTRT1kxLnOR5/b/7eNwge2Dn61ybEN4agbRFiBAjlPgFM+HfK1xSJfuXDl7/XvQtXEh1fdvnyiT8xeAEzgKKfD3ZHjz6xlOjDeYzN4IQQXsNGYOLpzUH+9VX28B+zQPbx8i0FwZ/NyQQUI7/j+dFFZ2Er8wt5wKA5gW0CoZt/jn7WyxISRvGsKojt8cGEptNWFd46pEFw6kfG+SE6KBrQ4kW27mmu4FDqoVo7wrIaY/AB2Z6U/3USpZbsey8Troed44vujBDuSt8LSDgrJs63IvwNx4HS1IB46msmObEAfUR8RkTvVDnnVDTZoEPgD5cTgG9svPrUWG7babLZntJowl8Ze5hKv/Gttr817htdg+MIucT/D6NWPnjR4/PzLyhg+Bw2ur6jLrfPj9lKH53QgBI07xVqwnkH43KiACKlcnXVrYRUuOHvTGNUFMYRsj6qD3fRTWMsnfkayA6vv0RpudoHJSQdEtKxtwHvsGZ3LaECb3hsyrEg8zGoCiZMzkMkrV5iJlxVlfa9TCym9W5xLB/wRuE4HGE+iEZ8AKRrbRpl3ibirf1OQJ5esnflnFMLcMICXGxfgN1k12ABTh4IsNxA8NM3FaHoZ1IPU/dOGnGbRfVQexgsJXLvsL2r4e69PC8fEzm8UASikTFsAK7glJrTw3nPVhLOiJ9qEF4gllGfxZPbYE/kbH7UF23kX2fS1D6j/i3BTfaqkKQ1ngAAAABJRU5ErkJggg==")!important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHbSURBVHgBxZZPTsJAFMa/NxDEjYJE1/UGcgOP4BEwARNXeAP0BMSVCzWNJxBPIDfQG8COhSSwJBH7fFNbaKV/ZsA/vwVppzPz5Zt58zHAH0OwZOCisjNHgxWmBYVe9RRTm/FWgiMXzpZHz/LoBE1DUly3EVWwoOSpTkRM43hzXMACY4eBu0HCp6m4PDR1aeywzOSmfKrYuDQSHN9LkTCOFw3Mr/I7DF9JUXt0E1vqzQQVqBN5ne41UdfFop+DtkqppDpmc+Wg3SFeKL5IsGeLfSNw4+02sgrrCn5zl0mhkN83U3DiqjZgtjc+ss95LlMF9TFgj63OmCbPZapgGZbuQsRlsO/mguu6W05KnYlkbvK3BIII24TUyFsR1O50iWNDdBgkuVwR/AF3IYmRFwtvXdIF5f/9ZOGH9UwmlDB/0RPn9Y0Ge8yhiLnIp8IiZCDm9/U81Y02LBzqUpbqMhG0Zv7B9YMz6MBfOrSJMDkyV8z8YNq/WKTuUgeJAZ2hxk+1Fi5rTTSIuWc2Zhl5Sh8DG3dQtLuYh+jIdFgYeTS+w4kieoQdQ3wVTF7RxNhmdopSNlaDAhyswexd8kDfLRG5LvwWUmTX1XO5VoYNemmJYbwnNnhAf7+FPv6DT2e/n0VFnPgUAAAAAElFTkSuQmCC")!important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIlSURBVHgB3VbBbtNAEH2zTugFFIPgwAlzA4mK8AdrvgC+APiSKl/S9AvoH8SfEEQP3PCNAwjcA6IQeYcdYxtvbK/jNr30SVG86519npk3swvcdNCuC7880dF0Ck1QzxVMKHMGKmOYD5sNkoefknSXfQYJvz7TekJ0xIAe2CjJwSf3PybLgXXd+BzpcHZHHQP8CiPAoOWfjVn0edxJKOE7mNLKPka4HNLfG467SOkayGpSCvjF3XWSNSfV9qpbU3W0BzJBxLmkxIXj4bdD/VaBjrFH5Mzxg7MkqcaOhwHwBuOR+V4GVuHNcU0oubMK032GNh+P5Wdjsq4nGet6vh/619OXj1qEUtQeI/EiswJISXFckArZhGMRxcUFvPhJJm4REmPusQnZ0OrHXIdCIKQVmdTrwYTee2xBStV7T/7PIvQZWY/mJWlcSb1oDrdtCZH3Y6HIzOpnjIFxh2E4eofGcvarrZkz8awZXkdIXd/J6rxFyH6jzJK9rsgkjNs5hac8mMy6RRgESDyEECU6OStzKuVk30lwezXQ3NvpNN8Pte2h/bVYeuEX1zYYyb2zVbssBDljMWA+jszCEJ80xw7hv57Hp9gTCLzcPpBboqYA7+xfiqsjtc25FbEWYaG6oFBdiiuQyR7SCgcJS9LCgOHGfxfYMJ6WB2/a/X4AxRnJ9tgir3oLNdpL1KJ59l2KsIIt8ijP7TWRixqcldbn0jDGXBNvPv4C3QjuTqveJGAAAAAASUVORK5CYII=")!important}.references{margin-top:2rem;font-size:.75rem;display:flex;justify-content:flex-start;flex-direction:column;align-items:center}.references a{text-decoration:none;text-align:left}@media (max-width:768px){.woocommerce-cart-form__cart-item{display:block;margin-bottom:10px;border:none}.woocommerce-cart-form__cart-item td{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee}.woocommerce-cart-form__cart-item td:before{content:attr(data-title);font-weight:700;width:50%;display:inline-block;margin-right:10px}.cart_tableHead{display:none}}.css-b9uiiy{align-items:center!important;margin-top:20px}.css-6p016c{align-items:flex-start!important}.ftb_category_slider .slick-slide{margin:0 10px;width:calc(33.33% - 30px)!important}.ftb_category_slider .slick-list{margin:0 -10px}.ftb_category_slider{width:100%;overflow:hidden}.mobile-img{display:none!important}.desktop-img{display:block!important}@media (max-width:991px){.desktop-img{display:none!important}.mobile-img{display:block!important;object-fit:contain!important;height:auto!important}.ftb_category_slider .slick-list{margin:0!important}.ftb-box-image img{margin-right:0!important}.ftb_category_slider .slick-slide{margin:0 10px;width:calc(33.33% - 20px)!important}}@media (min-width:992px){.desktop-img{display:block!important}.mobile-img{display:none!important}}.map_wrapper{max-width:100%;width:100%}.map_box{max-width:100%;margin:0 auto}.map_wrapper .map_aspect_ratio{max-width:100%;width:100%;position:relative;height:0}.map_wrapper:-webkit-full-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;padding:10px;width:100%}.map_wrapper:-webkit-full-screen,.map_wrapper:fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;padding:10px;width:100%}.map_wrapper:-webkit-full-screen .map_aspect_ratio{position:inherit;padding-bottom:100%;overflow:hidden}.map_wrapper:fullscreen .map_aspect_ratio{position:inherit;padding-bottom:100%;overflow:hidden}.map_wrapper:-webkit-full-screen .map_aspect_ratio,:-webkit-full-screen-ancestor .map_wrapper .map_aspect_ratio{padding-top:100vh!important;width:100%!important}.map_wrapper:-webkit-full-screen,:-webkit-full-screen-ancestor .map_aspect_ratio{width:100vw!important;max-width:100vw!important}.map_wrapper .map_container{position:absolute;top:0;left:0;bottom:0;right:0}.map_container .map_render{height:100%}.imapsCircle-group+.imapsLabel-group{pointer-events:none}.imapsLabel foreignObject br{height:0;content:"";clear:both;display:block}.imapsLabel foreignObject p{margin:0;padding:0}.imapsLabel foreignObject{box-sizing:content-box}.imapsLabel foreignObject img{margin:0;padding:0;display:block;position:relative;max-width:100%;box-sizing:content-box}.imapsLabel foreignObject img.aligncenter{margin:0 auto}.imapsInnerTooltip{display:block;white-space:normal;word-break:normal;word-wrap:normal;width:100%}.map_wrapper path{transition:inherit}.igm_select_mobile_only,.imaps_fullscreen_button_only_mobile{display:none}.igm_select_container{margin-bottom:20px}.map_controls{display:none}.imapsButton-group:focus{outline:0}@media only screen and (max-width:768px){.igm_select_mobile_only,.imaps_fullscreen_button_only_mobile{display:block}.map_wrapper:-webkit-full-screen .imaps_fullscreen_button_only_mobile{display:none}.map_wrapper:fullscreen .imaps_fullscreen_button_only_mobile{display:none}@supports (-webkit-hyphens:none){.imaps_fullscreen_button,.imaps_fullscreen_button_only_mobile{display:none!important}}.map_controls{width:100%;display:flex;flex-direction:row;justify-content:space-between;padding:20px 0}.map_controls>div{background:#d9d9d9;font-size:1.5em;cursor:pointer;width:30%;text-align:center;border-radius:3px}.map_controls .map_home_button{display:flex;align-items:center;justify-content:center}.map_has_external_controls .imapsZoomControl-group{display:none}.map_wrapper.map_has_external_controls:-webkit-full-screen .imapsZoomControl-group{display:inherit}.map_wrapper.map_has_external_controls:fullscreen .imapsZoomControl-group{display:inherit}}.elementor-editor-active .map_wrapper .map_render{content:"Map";color:#fff;background-color:#ccc;padding:20px}.elementor-widget-igmap{width:100%}.oxygen-body .map_wrapper .map_render{content:"map";background-color:#ccc;padding:20px}.igm_preview_list ul.igm_preview_main_list{list-style-type:none;display:flex;justify-content:space-between;padding:0;max-width:100%;flex-wrap:wrap}.igm_preview_list ul.igm_preview_main_list li{text-align:left;padding:0 25px 0 0;width:265px;font-size:.8em;white-space:nowrap;margin:0 0 5px}.igm_preview_list ul.igm_preview_main_list li .igm_small_list_text{font-size:.8em}.igm_preview_list h2{text-align:center}h2.igm_preview_list_title{padding:20px 0}.igm_preview_map_list_dropdown{margin:20px 0;width:100%}.error-page .error-text{font-size:150px;line-height:1;color:#3e3f7a}@media only screen and (max-width:575px){.error-page .error-text{font-size:80px}}.error-page .h4,.error-page h4{font-size:40px;margin-bottom:5px;color:#3e3f7a}@media only screen and (max-width:575px){.error-page .h4,.error-page h4{font-size:20px}}.error-page p{font-size:16px}@media only screen and (max-width:575px){.error-page p{font-size:14px}}.flex-row-fluid{flex:1 1 auto;-ms-flex:1 0 0px;min-width:0}.authincation{background:#ea7a9a08;display:flex;min-height:80vh;align-items:center}.css-3hpdci-MuiSvgIcon-root-MuiStepIcon-root.Mui-active{color:var(--primary-color)!important}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.flux-checkout a{color:#3d9cd2}.flux-checkout a:hover{color:#206389}.flux-checkout h1:after,.flux-checkout h1:before,.flux-checkout h2:after,.flux-checkout h2:before,.flux-checkout h3:after,.flux-checkout h3:before,.flux-checkout h4:after,.flux-checkout h4:before,.flux-checkout h5:after,.flux-checkout h5:before,.flux-checkout h6:after,.flux-checkout h6:before{all:unset;border:none;content:"";height:0;width:0}.flux-checkout h2,.flux-checkout h3{font-size:20px;font-weight:700;line-height:1.4;margin-bottom:32px;overflow:hidden}.flux-checkout ::placeholder{color:#5f6061}.flux-checkout .button,.flux-checkout button{border:none;box-shadow:none;color:#fff;cursor:pointer;outline:none;padding:12px 24px}.flux-checkout .button,.flux-checkout .button:hover,.flux-checkout button,.flux-checkout button:hover{background-color:#16110e}.flux-checkout table{border-collapse:collapse}.flux-checkout body.woocommerce-checkout{margin:0;padding:0}.flux-checkout{position:relative}.flux-checkout__content{margin:auto;max-width:1440px}.flux-checkout__content-wrapper{display:flex;flex-direction:column-reverse}@media screen and (min-width:1025px){.flux-checkout__content-wrapper{flex-direction:row;min-height:100vh}}.flux-checkout__content-left{padding:32px;width:100%}@media screen and (min-width:1025px){.flux-checkout__content-left{width:50%}}@media screen and (min-width:1200px){.flux-checkout__content-left{width:60%}}.flux-checkout__content-right{background:none;border-bottom:none;border-left:1px solid #e5e5e5;display:block;padding:32px;width:40%}@media screen and (max-width:1200px){.flux-checkout__content-right{width:50%}}@media screen and (max-width:1024px){.flux-checkout__content-right{background:#fafafa;border-bottom:1px solid #e5e5e5;display:none;padding:0;width:100%}.flux-checkout__content-right p.form-row label{background-color:#fafafa!important}}.flux-checkout__order-review{padding:0 32px 32px}@media screen and (min-width:1025px){.flux-checkout__order-review{padding:0}}.flux-checkout__sidebar-header{background:#f4f5f4;border-bottom:1px solid #e5e5e5;display:block;outline:none;padding:16px 32px;width:100%}.flux-checkout__sidebar-header:active,.flux-checkout__sidebar-header:focus,.flux-checkout__sidebar-header:hover{background:#f4f5f4}@media screen and (min-width:1025px){.flux-checkout__sidebar-header{display:none}}.flux-checkout__sidebar-header .flux-checkout__sidebar-header-inner{display:flex;justify-content:space-between}.flux-checkout__sidebar-header-link{font-weight:500;padding:0 0 0 32px;position:relative}.flux-checkout__sidebar-header-link:before{background-color:#16110e;content:"";height:24px;left:0;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTAuNXYtNWE0LjAxMyA0LjAxMyAwIDAxNC00IDQuMDEzIDQuMDEzIDAgMDE0IDR2NW0zLjczNCAxM0gzLjI2NmEyIDIgMCAwMS0xLjk4NS0yLjI0OEwzIDcuNWgxNmwxLjcxOSAxMy43NTJhMiAyIDAgMDEtMS45ODUgMi4yNDh6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTAuNXYtNWE0LjAxMyA0LjAxMyAwIDAxNC00IDQuMDEzIDQuMDEzIDAgMDE0IDR2NW0zLjczNCAxM0gzLjI2NmEyIDIgMCAwMS0xLjk4NS0yLjI0OEwzIDcuNWgxNmwxLjcxOSAxMy43NTJhMiAyIDAgMDEtMS45ODUgMi4yNDh6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;top:48%;transform:translateY(-50%);width:24px}.flux-checkout__sidebar-header-link--hide,.flux-checkout__sidebar-header-link--show{padding-right:16px;position:relative}.flux-checkout__sidebar-header-link--hide:after,.flux-checkout__sidebar-header-link--show:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAxTDUgNSAxIDEiIHN0cm9rZT0iIzE2MTEwRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);display:block;height:6px;line-height:0;position:absolute;right:0;top:52%;transform:translateY(-50%);width:10px}.flux-checkout__sidebar-header-link--hide:after{transform:translateY(-50%) rotate(180deg)}.flux-checkout__sidebar-header .includes_tax{display:none}.flux-checkout.flux-checkout--modern,.woocommerce{background-color:#fff;color:#16110e;margin:0;max-width:unset;padding:0;width:100%}.flux-customer-heading--has-login-btn{line-height:1;margin:32px 0 10px}#jckwds-delivery-time-wrapper{margin-top:20px}:-ms-input-placeholder{color:#5f6061!important}.header{background-color:transparent;color:#333;text-align:left}.header__inner{align-items:flex-start;display:flex;margin:auto;width:100%}.header__title{color:#000;display:block;flex:unset;font-size:24px;font-weight:700;letter-spacing:.48px;margin:0;text-align:left;width:auto}.header__image{border-radius:0;height:auto}.header__link{text-decoration:none}.header__link:focus{outline:1px solid #16110e;outline-offset:2px}.flux-stepper{margin-top:10px}.flux-stepper ul{display:flex;list-style-type:none;margin:0;padding:0}.flux-stepper li:not(:last-child):after{background-color:#16110e;content:"";display:inline-block;height:10px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDFsMyAzLTMgMyIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDFsMyAzLTMgMyIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;text-align:center;width:20px}.flux-stepper .flux-stepper__step button span{color:#5f6061;line-height:1.5}.flux-stepper .flux-stepper__step.selected button span{color:#16110e;font-weight:bolder}.flux-stepper button.flux-stepper__button{background:none;border:none;padding:0}.flux-stepper button.flux-stepper__button:hover{text-decoration:underline}.flux-stepper button.flux-stepper__button:focus{border-radius:4px;outline:1px solid #16110e;outline-offset:3px}.flux-stepper button.flux-stepper__button .flux-stepper__indicator{display:none}.flux-stepper button.flux-stepper__button:not(:disabled):hover{color:#544136}form.woocommerce-checkout>.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,form.woocommerce-checkout>.woocommerce-error{display:none}.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-noreviews{background-color:#0f834d;border-left:8px solid rgba(0,0,0,.15);border-radius:4px;clear:both;color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:14px;line-height:2;list-style:none outside;margin-bottom:2.617924em;margin-left:0;padding:14px 28px 14px 20px;position:relative}.woocommerce-error:after,.woocommerce-error:before,.woocommerce-info:after,.woocommerce-info:before,.woocommerce-message:after,.woocommerce-message:before,.woocommerce-noreviews:after,.woocommerce-noreviews:before{all:unset}.woocommerce-error *,.woocommerce-info *,.woocommerce-message *,.woocommerce-noreviews *{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:14px;line-height:2}.woocommerce-error :after,.woocommerce-error :before,.woocommerce-info :after,.woocommerce-info :before,.woocommerce-message :after,.woocommerce-message :before,.woocommerce-noreviews :after,.woocommerce-noreviews :before{all:unset}.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after,.woocommerce-noreviews:after{clear:both;content:"";display:table}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before,.woocommerce-noreviews:before{color:#fff;content:"";display:inline-block;left:1.5em;position:absolute;top:1.05em}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a,.woocommerce-noreviews a{color:#fff!important}.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover,.woocommerce-noreviews a:hover{color:#fff;opacity:.7}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button,.woocommerce-noreviews .button{background:none;border-left-color:hsla(0,0%,100%,.25)!important;border-left-style:solid;border-radius:0;border-width:0 0 0 1px;box-shadow:none;color:#fff;float:right;line-height:2;margin-left:28px;order:10;padding:0 0 0 28px;white-space:nowrap}.woocommerce-error .button:hover,.woocommerce-info .button:hover,.woocommerce-message .button:hover,.woocommerce-noreviews .button:hover{background:none;color:#fff;filter:none;opacity:.7}.woocommerce-error pre,.woocommerce-info pre,.woocommerce-message pre,.woocommerce-noreviews pre{background-color:rgba(0,0,0,.1)}.woocommerce-info,.woocommerce-noreviews{background-color:#3d9cd2}.woocommerce-error{background-color:#e2401c}.woocommerce-error,.woocommerce-info,.woocommerce-message{margin:auto;max-width:1308px}@media screen and (min-width:1025px){.woocommerce-error,.woocommerce-info,.woocommerce-message{margin-top:32px}}.woocommerce-error:after,.woocommerce-error:before,.woocommerce-info:after,.woocommerce-info:before,.woocommerce-message:after,.woocommerce-message:before{all:unset}.woocommerce-error a{color:#fff}.woocommerce>.woocommerce-notices-wrapper{display:none}.woocommerce-notices-wrapper>div,.woocommerce-notices-wrapper>ul{box-sizing:border-box;margin-bottom:30px;margin-top:30px;width:100%}.woocommerce-notices-wrapper>div button.button,.woocommerce-notices-wrapper>ul button.button{background-color:transparent;float:right}.woocommerce-notices-wrapper>div button.button:hover,.woocommerce-notices-wrapper>ul button.button:hover{background-color:transparent}.woocommerce-notices-wrapper:first-of-type>div,.woocommerce-notices-wrapper:first-of-type>ul{margin-bottom:0}.flux-step{border:unset;box-sizing:border-box;margin:auto;width:100%}.flux-step p:not(.form-row){color:#5f6061;margin-bottom:32px;overflow:hidden}.flux-step .woocommerce-billing-fields__wrapper{margin-top:0}.flux-step .woocommerce-billing-fields__wrapper .woocommerce-billing-fields{border:unset;padding:unset}.flux-step .flux-step__content{margin:32px 0 0;padding-top:0}.flux-step .flux-step__content:after{clear:both;content:"";display:block}.woocommerce form p.form-row{clear:both;display:block;margin-bottom:32px;margin-top:0;position:relative;width:100%}.woocommerce form p.form-row.form-row-first,.woocommerce form p.form-row.form-row-last{clear:left;float:left;margin-bottom:32px;margin-top:0}.woocommerce form p.form-row.form-row-last{clear:right;float:right}.woocommerce form p.form-row:last-of-type{margin-bottom:0}.woocommerce form p.form-row .info{display:block;font-size:14px;margin:18px 0}.woocommerce form p.form-row .info:before{background-color:#16110e;content:"";display:inline-block;height:17px;margin:0 10px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMTAuNWEzIDMgMCAxMDAtNiAzIDMgMCAwMDAgNnoiIGZpbGw9IiMxNjExMEUiLz48cGF0aCBkPSJNOCAuNWMtNC40IDAtOCAzLjYtOCA4czMuNiA4IDggOCA4LTMuNiA4LTgtMy42LTgtOC04em00IDEyLjRjLS42LS43LTEuNC0xLjQtMy0xLjRIN2MtMS42IDAtMi40LjctMyAxLjQtMS4yLTEuMS0yLTIuNi0yLTQuNCAwLTMuMyAyLjctNiA2LTZzNiAyLjcgNiA2YzAgMS44LS44IDMuMy0yIDQuNHoiIGZpbGw9IiMxNjExMEUiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMTAuNWEzIDMgMCAxMDAtNiAzIDMgMCAwMDAgNnoiIGZpbGw9IiMxNjExMEUiLz48cGF0aCBkPSJNOCAuNWMtNC40IDAtOCAzLjYtOCA4czMuNiA4IDggOCA4LTMuNiA4LTgtMy42LTgtOC04em00IDEyLjRjLS42LS43LTEuNC0xLjQtMy0xLjRIN2MtMS42IDAtMi40LjctMyAxLjQtMS4yLTEuMS0yLTIuNi0yLTQuNCAwLTMuMyAyLjctNiA2LTZzNiAyLjcgNiA2YzAgMS44LS44IDMuMy0yIDQuNHoiIGZpbGw9IiMxNjExMEUiLz48L3N2Zz4=);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;top:2px;width:16px}@media screen and (min-width:770px){.woocommerce form p.form-row.form-row-first,.woocommerce form p.form-row.form-row-last{margin-right:0}}.woocommerce form p.form-row label{cursor:pointer;display:block;position:static}.woocommerce form p.form-row label:not(.checkbox,.woocommerce-form__label-for-checkbox){background:#fff;color:#5f6061;display:inline-block;font-size:14px;height:28px;left:10px;line-height:28px;margin:0;padding-left:8px;padding-right:8px;position:absolute;top:13px;transition:all .2s ease;white-space:nowrap;z-index:1}.woocommerce form p.form-row label:not(.checkbox,.woocommerce-form__label-for-checkbox) abbr,.woocommerce form p.form-row label:not(.checkbox,.woocommerce-form__label-for-checkbox) span{color:#5f6061}.woocommerce form p.form-row label[for=ppcp-credit-card-gateway-card-cvc],.woocommerce form p.form-row label[for=ppcp-credit-card-gateway-card-expiry],.woocommerce form p.form-row label[for=ppcp-credit-card-gateway-card-number],.woocommerce form p.form-row label[for=ppcp-credit-card-vault],.woocommerce form p.form-row label[for=stripe-iban-element],.woocommerce form p.form-row label[for^=buckaroo],.woocommerce form p.form-row label[for^=wc-stripe]{background-color:inherit;cursor:pointer;display:block;position:static}.woocommerce form p.form-row.is-active label:not(.checkbox,.woocommerce-form__label-for-checkbox),.woocommerce form p.form-row[data-type=country] label,.woocommerce form p.form-row[data-type=select] label,.woocommerce form p.form-row[data-type=state] label,.woocommerce form p.form-row[data-type=textarea] label{top:-16px;transition:all .2s ease}.woocommerce form p.form-row[data-type=checkboxgroup] label,.woocommerce form p.form-row[data-type=radio] label{display:block;left:0;padding-left:0;position:static;transition:none}.woocommerce form p.form-row .required{text-decoration:none}.woocommerce form p.form-row input[type=email],.woocommerce form p.form-row input[type=password],.woocommerce form p.form-row input[type=tel],.woocommerce form p.form-row input[type=text],.woocommerce form p.form-row select,.woocommerce form p.form-row textarea,.woocommerce form p.form-row>.woocommerce-input-wrapper>strong{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;background-color:transparent!important;background-image:unset!important;border:1px solid #e5e5e5;border-radius:4px;box-shadow:none;color:#16110e;display:block;font-size:16px;line-height:28px;max-width:unset;opacity:1;padding:12px 54px 12px 16px;transition:all .2s ease;width:100%}.woocommerce form p.form-row input[type=email]:focus,.woocommerce form p.form-row input[type=email]:hover,.woocommerce form p.form-row input[type=password]:focus,.woocommerce form p.form-row input[type=password]:hover,.woocommerce form p.form-row input[type=tel]:focus,.woocommerce form p.form-row input[type=tel]:hover,.woocommerce form p.form-row input[type=text]:focus,.woocommerce form p.form-row input[type=text]:hover,.woocommerce form p.form-row select:focus,.woocommerce form p.form-row select:hover,.woocommerce form p.form-row textarea:focus,.woocommerce form p.form-row textarea:hover,.woocommerce form p.form-row>.woocommerce-input-wrapper>strong:focus,.woocommerce form p.form-row>.woocommerce-input-wrapper>strong:hover{border-color:#16110e;outline:unset}.woocommerce form p.form-row input#billing_address_search,.woocommerce form p.form-row input#shipping_address_search{padding-left:48px}.woocommerce form p.form-row[data-type=country],.woocommerce form p.form-row[data-type=email],.woocommerce form p.form-row[data-type=select],.woocommerce form p.form-row[data-type=state],.woocommerce form p.form-row[data-type=tel]{position:relative}.woocommerce form p.form-row[data-type=country]:before,.woocommerce form p.form-row[data-type=email]:before,.woocommerce form p.form-row[data-type=select]:before,.woocommerce form p.form-row[data-type=state]:before,.woocommerce form p.form-row[data-type=tel]:before{background-color:#afafb1;content:"";height:54px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNC41bDcuODkgNS4yNmEyIDIgMCAwMDIuMjIgMEwxOSA0LjVtLTE2IDExaDE0YTIgMiAwIDAwMi0ydi0xMGEyIDIgMCAwMC0yLTJIM2EyIDIgMCAwMC0yIDJ2MTBhMiAyIDAgMDAyIDJ6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNC41bDcuODkgNS4yNmEyIDIgMCAwMDIuMjIgMEwxOSA0LjVtLTE2IDExaDE0YTIgMiAwIDAwMi0ydi0xMGEyIDIgMCAwMC0yLTJIM2EyIDIgMCAwMC0yIDJ2MTBhMiAyIDAgMDAyIDJ6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;right:16px;top:25px;transition:all .2s ease;width:24px}.woocommerce form p.form-row[data-type=tel]:before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgM2EyIDIgMCAwMTItMmgzLjI4YTEgMSAwIDAxLjk0OC42ODRsMS40OTggNC40OTNhMSAxIDAgMDEtLjUwMiAxLjIxbC0yLjI1NyAxLjEzYTExLjA0MiAxMS4wNDIgMCAwMDUuNTE2IDUuNTE2bDEuMTMtMi4yNTdhMSAxIDAgMDExLjIxLS41MDJsNC40OTMgMS40OThhMSAxIDAgMDEuNjg0Ljk0OVYxN2EyIDIgMCAwMS0yIDJoLTFDNy43MTYgMTkgMSAxMi4yODQgMSA0VjN6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgM2EyIDIgMCAwMTItMmgzLjI4YTEgMSAwIDAxLjk0OC42ODRsMS40OTggNC40OTNhMSAxIDAgMDEtLjUwMiAxLjIxbC0yLjI1NyAxLjEzYTExLjA0MiAxMS4wNDIgMCAwMDUuNTE2IDUuNTE2bDEuMTMtMi4yNTdhMSAxIDAgMDExLjIxLS41MDJsNC40OTMgMS40OThhMSAxIDAgMDEuNjg0Ljk0OVYxN2EyIDIgMCAwMS0yIDJoLTFDNy43MTYgMTkgMSAxMi4yODQgMSA0VjN6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+)}.woocommerce form p.form-row[data-type=country],.woocommerce form p.form-row[data-type=select],.woocommerce form p.form-row[data-type=state]{z-index:1}.woocommerce form p.form-row[data-type=country]:before,.woocommerce form p.form-row[data-type=select]:before,.woocommerce form p.form-row[data-type=state]:before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAuNWwtNCA0aDhsLTQtNHpNNCAxMi41bC00LTRoOGwtNCA0eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAuNWwtNCA0aDhsLTQtNHpNNCAxMi41bC00LTRoOGwtNCA0eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);z-index:-1}.woocommerce form p.form-row select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;z-index:2}.woocommerce form p.form-row select::-ms-expand{display:none}.woocommerce form p.form-row#billing_address_info:after,.woocommerce form p.form-row#shipping_address_info:after{background-color:#afafb1;content:"";height:24px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjY1NyAxNS4xNTdMMTAuNDE0IDE5LjRhMS45OTggMS45OTggMCAwMS0yLjgyNyAwbC00LjI0NC00LjI0M2E4IDggMCAxMTExLjMxNCAweiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMiA5LjVhMyAzIDAgMTEtNiAwIDMgMyAwIDAxNiAweiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjY1NyAxNS4xNTdMMTAuNDE0IDE5LjRhMS45OTggMS45OTggMCAwMS0yLjgyNyAwbC00LjI0NC00LjI0M2E4IDggMCAxMTExLjMxNCAweiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMiA5LjVhMyAzIDAgMTEtNiAwIDMgMyAwIDAxNiAweiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;right:16px;top:16px;width:24px}.woocommerce form p.form-row#billing_address_info,.woocommerce form p.form-row#shipping_address_info{position:relative}.woocommerce form p.form-row#billing_address_info:before,.woocommerce form p.form-row#shipping_address_info:before{background-color:#afafb1;content:"";height:54px;left:16px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5IDE5LjVsLTYtNiA2IDZ6bS00LTExYTcuMDAyIDcuMDAyIDAgMDEtOS42NzkgNi40NjdBNyA3IDAgMTExNSA4LjV6IiBzdHJva2U9IiM1RjYwNjEiIHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5IDE5LjVsLTYtNiA2IDZ6bS00LTExYTcuMDAyIDcuMDAyIDAgMDEtOS42NzkgNi40NjdBNyA3IDAgMTExNSA4LjV6IiBzdHJva2U9IiM1RjYwNjEiIHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;top:0;width:24px}.woocommerce form p.form-row .error,.woocommerce form p.form-row .success{font-size:14px}.woocommerce form p.form-row .error{color:#e2401c;display:none}.woocommerce form p.form-row .success{color:#0f834d}.woocommerce form p.form-row.woocommerce-invalid .error{display:block;margin:8px 0 0}.woocommerce form p.form-row div.success{margin:8px 0 0}.woocommerce form p.form-row input:-webkit-autofill,.woocommerce form p.form-row input:-webkit-autofill:active,.woocommerce form p.form-row input:-webkit-autofill:focus,.woocommerce form p.form-row input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}@-moz-document url-prefix(){.woocommerce form p.form-row input:-webkit-autofill,.woocommerce form p.form-row input:-webkit-autofill:active,.woocommerce form p.form-row input:-webkit-autofill:focus,.woocommerce form p.form-row input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 0 #fff!important}.woocommerce form p.form-row input:autofill{background:#fff}}.woocommerce form p.form-row .show-password-input:after{background-color:#afafb1;content:"";cursor:pointer;height:54px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDguNWEzIDMgMCAxMS02IDAgMyAzIDAgMDE2IDB2MHoiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMS40NTggOC41YzEuMjc0LTQuMDU3IDUuMDY1LTcgOS41NDItNyA0LjQ3OCAwIDguMjY4IDIuOTQzIDkuNTQyIDctMS4yNzQgNC4wNTctNS4wNjQgNy05LjU0MiA3LTQuNDc3IDAtOC4yNjgtMi45NDMtOS41NDItN3YweiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDguNWEzIDMgMCAxMS02IDAgMyAzIDAgMDE2IDB2MHoiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMS40NTggOC41YzEuMjc0LTQuMDU3IDUuMDY1LTcgOS41NDItNyA0LjQ3OCAwIDguMjY4IDIuOTQzIDkuNTQyIDctMS4yNzQgNC4wNTctNS4wNjQgNy05LjU0MiA3LTQuNDc3IDAtOC4yNjgtMi45NDMtOS41NDItN3YweiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;right:16px;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:24px}.woocommerce form p.form-row .show-password-input:hover:after{background-color:#16110e}.woocommerce form p.form-row .show-password-input.display-password:after{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuMjU5IDEzLjA4NGExLjg5MiAxLjg5MiAwIDAxMC0yLjE2OEMzLjcgOC44NzQgNy4yNSA0LjY2NiAxMiA0LjY2NmM0Ljc1IDAgOC4zIDQuMjA4IDkuNzQxIDYuMjVhMS44OTIgMS44OTIgMCAwMTAgMi4xNjhjLTEuNDQyIDIuMDQyLTQuOTkyIDYuMjUtOS43NDEgNi4yNS00Ljc1IDAtOC4zLTQuMjA4LTkuNzQxLTYuMjV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEyIDE1LjY2N2EzLjY2NyAzLjY2NyAwIDEwMC03LjMzNCAzLjY2NyAzLjY2NyAwIDAwMCA3LjMzNHpNMi44MzMgMjEuMTY3TDIxLjE2NiAyLjgzMyIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuMjU5IDEzLjA4NGExLjg5MiAxLjg5MiAwIDAxMC0yLjE2OEMzLjcgOC44NzQgNy4yNSA0LjY2NiAxMiA0LjY2NmM0Ljc1IDAgOC4zIDQuMjA4IDkuNzQxIDYuMjVhMS44OTIgMS44OTIgMCAwMTAgMi4xNjhjLTEuNDQyIDIuMDQyLTQuOTkyIDYuMjUtOS43NDEgNi4yNS00Ljc1IDAtOC4zLTQuMjA4LTkuNzQxLTYuMjV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEyIDE1LjY2N2EzLjY2NyAzLjY2NyAwIDEwMC03LjMzNCAzLjY2NyAzLjY2NyAwIDAwMCA3LjMzNHpNMi44MzMgMjEuMTY3TDIxLjE2NiAyLjgzMyIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==)}.woocommerce form p.form-row[data-type=country]{margin-top:10px}.form-row.form-row--focus .show-password-input:after,body p.form-row.form-row--focus:before{background-color:#16110e}label.checkbox{color:#16110e;font-size:16px;font-weight:bolder;margin:0}label.checkbox span{font-size:16px}.woocommerce-password-hint{color:#5f6061;display:block;max-width:500px}div.woocommerce-password-strength{background-color:unset;color:unset;display:block;margin:8px 0 0;padding:unset;text-align:left}div.woocommerce-password-strength:after,div.woocommerce-password-strength:before{all:unset}div.woocommerce-password-strength.strong{color:#0f834d}div.woocommerce-password-strength.good{color:#b16814}div.woocommerce-password-strength.bad,div.woocommerce-password-strength.short,div.woocommerce-password-strength.week{color:#e2401c}.shipping_address{margin-top:20px}:root .form-row label:not(.checkbox,.woocommerce-form__label-for-checkbox),_:-ms-fullscreen .form-row label:not(.checkbox,.woocommerce-form__label-for-checkbox){top:-16px!important;-ms-transition:all .2s ease;transition:all .2s ease}.woocommerce-billing-fields__wrapper{margin:0 0 32px}.woocommerce-billing-fields,.woocommerce-shipping-fields{display:block}.shipping-address-search{margin:4px 0 0}.billing-address-search.billing-address-search--pre-populated,.billing-address-search:not(.billing-address-search--pre-populated)+.woocommerce-billing-fields,.shipping-address-search.billing-address-search--pre-populated,.shipping-address-search:not(.billing-address-search--pre-populated)+.woocommerce-shipping-fields{display:none}.woocommerce-billing-fields__fields-wrapper,.woocommerce-shipping-fields__fields-wrapper{overflow:hidden}.woocommerce-billing-fields__fields-wrapper{margin-bottom:0}.woocommerce-shipping-fields__fields-wrapper{margin-bottom:32px}.flux-step .billing-address-search p{overflow:visible}.flux-checkout .button,.flux-checkout .flux-button,.flux-checkout button#place_order{background-color:#16110e;border-radius:5px;color:#fff!important;display:inline-block;font-size:14px;font-weight:700;letter-spacing:unset;line-height:2;padding:12px 24px;text-decoration:none;width:auto}.flux-checkout .button:disabled,.flux-checkout .flux-button:disabled,.flux-checkout button#place_order:disabled{opacity:.2}.flux-checkout .button:hover,.flux-checkout .flux-button:hover,.flux-checkout button#place_order:hover{opacity:.9}.flux-checkout .button:focus,.flux-checkout .flux-button:focus,.flux-checkout button#place_order:focus{opacity:.9;outline-offset:2px}.flux-button--reverse,.flux-checkout .button--reverse,button#place_order--reverse{background-color:#fff!important;border:2px solid #16110e;color:#16110e!important}.button--reverse:hover,.flux-button--reverse:hover,button#place_order--reverse:hover{background-color:#16110e!important;color:#fff!important}.button--processing,.flux-button--processing,button#place_order--processing{padding-right:44px;position:relative}.button--processing:after,.flux-button--processing:after,button#place_order--processing:after{animation:flux-button-rotate 1.2s linear infinite;border-radius:50%;border:2px solid hsla(0,0%,97%,.439);border-top-color:#fff;box-sizing:content-box;content:"";display:block;height:16px;position:absolute;right:14px;top:0;transform:translateY(calc(50% + 5px));width:16px}@keyframes flux-button-rotate{0%{transform:translateY(calc(50% + 5px)) rotate(0deg)}to{transform:translateY(calc(50% + 5px)) rotate(1turn)}}.shop_table.woocommerce-checkout-review-order-table{background-color:transparent;width:100%}.flux-checkout__content-left #order_review_heading{display:none!important;visibility:hidden!important}.flux-checkout__content-right #order_review_heading,.flux-step #order_review_heading{clear:both;float:none;margin:0 0 32px;padding-left:32px;position:relative;visibility:visible}@media screen and (max-width:1024px){.flux-checkout__content-right #order_review_heading,.flux-step #order_review_heading{margin-bottom:0}}.flux-checkout__content-right #order_review_heading:before,.flux-step #order_review_heading:before{background-color:#16110e;content:"";height:24px;left:0;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTAuNXYtNWE0LjAxMyA0LjAxMyAwIDAxNC00IDQuMDEzIDQuMDEzIDAgMDE0IDR2NW0zLjczNCAxM0gzLjI2NmEyIDIgMCAwMS0xLjk4NS0yLjI0OEwzIDcuNWgxNmwxLjcxOSAxMy43NTJhMiAyIDAgMDEtMS45ODUgMi4yNDh6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTAuNXYtNWE0LjAxMyA0LjAxMyAwIDAxNC00IDQuMDEzIDQuMDEzIDAgMDE0IDR2NW0zLjczNCAxM0gzLjI2NmEyIDIgMCAwMS0xLjk4NS0yLjI0OEwzIDcuNWgxNmwxLjcxOSAxMy43NTJhMiAyIDAgMDEtMS45ODUgMi4yNDh6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;top:0;width:24px}.flux-checkout__content-right #order_review_heading .order_review_heading__count,.flux-step #order_review_heading .order_review_heading__count{background-color:#16110e;border-radius:12px;color:#fff;display:inline-block;font-size:16px;height:24px;line-height:24px;margin-left:6px;min-width:24px;padding:0 8px;position:relative;text-align:center;top:-2px;width:auto}.flux-checkout__content-right #order_review,.flux-step #order_review{background-color:transparent;width:100%}.flux-checkout__content-right #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error),.flux-step #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error){background-color:transparent;list-style-type:none;margin:0 0 32px;padding:0}.flux-checkout__content-right #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice),.flux-step #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice){background-color:transparent;border:1px solid #e5e5e5;display:block;list-style-type:none;margin:0;overflow:hidden;padding:0;width:100%}.flux-checkout__content-right #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice):first-child,.flux-step #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice):first-child{border-top-left-radius:4px;border-top-right-radius:4px}.flux-checkout__content-right #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice):last-child,.flux-step #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice):last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.flux-checkout__content-right #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice):not(:last-of-type),.flux-step #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice):not(:last-of-type){border-bottom:none}.flux-checkout__content-right #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice)>label,.flux-step #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice)>label{background-color:transparent;cursor:pointer;margin:16px;padding:0}.flux-checkout__content-right #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice) .payment_box,.flux-step #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice) .payment_box{background-color:#f9fafc;border-top:1px solid #e5e5e5;margin:0;padding:16px}.flux-checkout__content-right #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice) .payment_box p,.flux-step #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice) .payment_box p{margin:0 0 16px}.flux-checkout__content-right #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice) .payment_box p:last-child,.flux-step #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice) .payment_box p:last-child{margin-bottom:0}.flux-checkout__content-right #order_review .form-row.place-order,.flux-step #order_review .form-row.place-order{background-color:transparent;margin:0;padding:0}.flux-checkout__content-right #order_review th.product-name,.flux-checkout__content-right #order_review th.product-total,.flux-step #order_review th.product-name,.flux-step #order_review th.product-total{display:none}.flux-checkout__content-right #order_review .woocommerce-shipping-totals.shipping,.flux-step #order_review .woocommerce-shipping-totals.shipping{text-align:left;width:100%}.flux-checkout__content-right #order_review .woocommerce-shipping-totals.shipping th,.flux-step #order_review .woocommerce-shipping-totals.shipping th{font-size:16px;line-height:1.5;padding-left:32px;position:relative;vertical-align:top}.flux-checkout__content-right #order_review .woocommerce-shipping-totals.shipping th:before,.flux-step #order_review .woocommerce-shipping-totals.shipping th:before{background-color:#16110e;content:"";height:24px;left:0;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjI1bDEyIDZNMjMgN2wtMTAgNW0xMC01djEwbC0xMCA2TTIzIDdMMTEgMSAxIDZtMTIgNkwxIDZtMTIgNnYxMU0xIDZ2MTFsMTIgNiIgc3Ryb2tlPSIjMTYxMTBFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjI1bDEyIDZNMjMgN2wtMTAgNW0xMC01djEwbC0xMCA2TTIzIDdMMTEgMSAxIDZtMTIgNkwxIDZtMTIgNnYxMU0xIDZ2MTFsMTIgNiIgc3Ryb2tlPSIjMTYxMTBFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;top:2px;width:24px}.flux-checkout__content-right #order_review tr.cart_item,.flux-step #order_review tr.cart_item{background-color:transparent;position:relative}.flux-checkout__content-right #order_review tr.cart_item:first-child td,.flux-step #order_review tr.cart_item:first-child td{border-top:none}.flux-checkout__content-right #order_review tr.cart_item td,.flux-step #order_review tr.cart_item td{background-color:transparent!important;border-top:1px solid #e5e5e5;padding-bottom:32px;padding-top:32px}.flux-checkout__content-right #order_review tr.cart_item td.product-name,.flux-step #order_review tr.cart_item td.product-name{box-sizing:border-box;display:flex!important;flex-direction:column;font-size:18px;font-weight:700;line-height:1.5;min-height:160px;padding-left:130px!important;padding-right:0!important;position:relative;width:100%}@media screen and (max-width:550px){.flux-checkout__content-right #order_review tr.cart_item td.product-name,.flux-step #order_review tr.cart_item td.product-name{font-size:16px;min-height:100px;padding-left:75px!important}}.flux-checkout__content-right #order_review tr.cart_item td.product-name .quantity,.flux-step #order_review tr.cart_item td.product-name .quantity{display:flex;margin-top:auto;min-width:100px;order:3;padding-top:16px}.flux-checkout__content-right #order_review tr.cart_item td.product-total,.flux-step #order_review tr.cart_item td.product-total{line-height:1.5;padding-left:0;padding-right:0;position:relative;text-align:right;vertical-align:bottom}.flux-checkout__content-right #order_review tr.cart_item td.product-total *,.flux-step #order_review tr.cart_item td.product-total *{line-height:1.5}.flux-checkout__content-right #order_review tr.cart_item td.product-total .flux-checkout__remove-link,.flux-step #order_review tr.cart_item td.product-total .flux-checkout__remove-link{position:absolute;right:0;top:32px}.flux-checkout__content-right #order_review tr.cart_item td.product-total .flux-checkout__remove-link a.remove,.flux-step #order_review tr.cart_item td.product-total .flux-checkout__remove-link a.remove{border-radius:50%;box-sizing:border-box;color:transparent!important;display:inline-block;font-size:0;height:20px;outline:none;padding:5px;width:20px}.flux-checkout__content-right #order_review tr.cart_item td.product-total .flux-checkout__remove-link a.remove:before,.flux-step #order_review tr.cart_item td.product-total .flux-checkout__remove-link a.remove:before{background-color:#16110e;content:"";display:block;height:10px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgMUwxIDlNOSA5TDEgMSIgc3Ryb2tlPSIjMTYxMTBFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgMUwxIDlNOSA5TDEgMSIgc3Ryb2tlPSIjMTYxMTBFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;outline:none;text-align:right;width:10px}.flux-checkout__content-right #order_review tr.cart_item td.product-total .flux-checkout__remove-link a.remove:hover,.flux-step #order_review tr.cart_item td.product-total .flux-checkout__remove-link a.remove:hover{background-color:#dcdbdb;filter:none}.flux-checkout__content-right #order_review tr.cart_item td.product-total .amount,.flux-step #order_review tr.cart_item td.product-total .amount{display:inline-block;margin:0 0 4px}.flux-checkout__content-right #order_review tr.cart_item td.product-total .amount,.flux-checkout__content-right #order_review tr.cart_item td.product-total .amount *,.flux-step #order_review tr.cart_item td.product-total .amount,.flux-step #order_review tr.cart_item td.product-total .amount *{color:#16110e;font-size:16px;font-weight:700}.flux-checkout__content-right #order_review tr.cart_item td.product-total .tax_label,.flux-step #order_review tr.cart_item td.product-total .tax_label{display:inline-block;margin:0 0 4px}.flux-checkout__content-right #order_review tr.cart_item.flux-cart-item--no-image td.product-name,.flux-step #order_review tr.cart_item.flux-cart-item--no-image td.product-name{padding-left:0!important}.flux-checkout__content-right #order_review .cart-subtotal td,.flux-checkout__content-right #order_review .cart-subtotal th,.flux-step #order_review .cart-subtotal td,.flux-step #order_review .cart-subtotal th{border-top:1px solid #e5e5e5;padding-top:20px}.flux-checkout__content-right #order_review .order-total .includes_tax,.flux-step #order_review .order-total .includes_tax{display:block!important}.flux-checkout__content-right #order_review .order-total td,.flux-checkout__content-right #order_review .order-total th,.flux-step #order_review .order-total td,.flux-step #order_review .order-total th{padding:20px 0}.flux-checkout__content-right #order_review tfoot *,.flux-step #order_review tfoot *{font-size:16px;font-weight:500}.flux-checkout__content-right #order_review tfoot .woocommerce-remove-coupon,.flux-checkout__content-right #order_review tfoot small,.flux-step #order_review tfoot .woocommerce-remove-coupon,.flux-step #order_review tfoot small{font-size:14px}.flux-checkout__content-right #order_review tfoot td,.flux-checkout__content-right #order_review tfoot th,.flux-step #order_review tfoot td,.flux-step #order_review tfoot th{background-color:transparent;margin:0;padding:0}.flux-checkout__content-right #order_review tfoot th,.flux-step #order_review tfoot th{text-align:left}.flux-checkout__content-right #order_review tfoot td,.flux-step #order_review tfoot td{text-align:right}.flux-checkout__content-right #order_review tfoot .flux-checkout__order-review-ghost-row td,.flux-checkout__content-right #order_review tfoot .flux-checkout__order-review-ghost-row th,.flux-step #order_review tfoot .flux-checkout__order-review-ghost-row td,.flux-step #order_review tfoot .flux-checkout__order-review-ghost-row th{padding-bottom:20px!important}.flux-checkout__content-right #order_review tfoot .order-total,.flux-step #order_review tfoot .order-total{border-top:1px solid #e5e5e5;line-height:1.4}.flux-checkout__content-right #order_review tfoot .order-total *,.flux-step #order_review tfoot .order-total *{font-size:20px;font-weight:700;line-height:1.4}@media screen and (max-width:550px){.flux-checkout__content-right #order_review tfoot .order-total *,.flux-step #order_review tfoot .order-total *{font-size:18px}}.flux-checkout__content-right #order_review tfoot .order-total .includes_tax,.flux-checkout__content-right #order_review tfoot .order-total .includes_tax *,.flux-step #order_review tfoot .order-total .includes_tax,.flux-step #order_review tfoot .order-total .includes_tax *{font-size:16px;font-weight:400}.flux-checkout__content-right #order_review tfoot .recurring-totals,.flux-step #order_review tfoot .recurring-totals{border-top:1px solid #e5e5e5}.flux-checkout__content-right #order_review tfoot .recurring-totals th,.flux-step #order_review tfoot .recurring-totals th{font-weight:500;padding-bottom:20px!important;padding-top:20px!important}.flux-checkout__content-right #order_review tfoot .recurring-total *,.flux-step #order_review tfoot .recurring-total *{font-size:14px;font-weight:400}.flux-checkout__content-right #order_review tfoot .recurring-total .amount,.flux-checkout__content-right #order_review tfoot .recurring-total .amount *,.flux-checkout__content-right #order_review tfoot .recurring-total td strong,.flux-checkout__content-right #order_review tfoot .recurring-total td strong *,.flux-checkout__content-right #order_review tfoot .recurring-total th,.flux-checkout__content-right #order_review tfoot .recurring-total th *,.flux-step #order_review tfoot .recurring-total .amount,.flux-step #order_review tfoot .recurring-total .amount *,.flux-step #order_review tfoot .recurring-total td strong,.flux-step #order_review tfoot .recurring-total td strong *,.flux-step #order_review tfoot .recurring-total th,.flux-step #order_review tfoot .recurring-total th *{font-size:16px;font-weight:500}.flux-checkout__content-right #order_review tfoot .recurring-total td,.flux-checkout__content-right #order_review tfoot .recurring-total th,.flux-step #order_review tfoot .recurring-total td,.flux-step #order_review tfoot .recurring-total th{padding-bottom:20px!important;padding-top:20px!important;vertical-align:top}.flux-checkout__content-right #order_review tfoot .recurring-total .first-payment-date,.flux-step #order_review tfoot .recurring-total .first-payment-date{margin:4px 0 0}.flux-checkout__content-right #order_review thead td,.flux-step #order_review thead td{background-color:transparent;font-weight:400;margin:0;padding:12px 0;text-align:left;text-align:right}.flux-checkout__content-right #order_review thead tr.order-total td,.flux-checkout__content-right #order_review thead tr.order-total th,.flux-step #order_review thead tr.order-total td,.flux-step #order_review thead tr.order-total th{border-top:1px solid #16110e;font-weight:bolder}.flux-checkout__content-right #order_review thead li,.flux-checkout__content-right #order_review thead ul,.flux-step #order_review thead li,.flux-step #order_review thead ul{background-color:transparent;border:none;list-style:none;margin:0;padding:0}.flux-checkout__content-right #order_review thead li label,.flux-checkout__content-right #order_review thead ul label,.flux-step #order_review thead li label,.flux-step #order_review thead ul label{margin:0;padding:0}.flux-checkout__content-right #order_review thead li label,.flux-checkout__content-right #order_review thead li label .amount *,.flux-checkout__content-right #order_review thead ul label,.flux-checkout__content-right #order_review thead ul label .amount *,.flux-step #order_review thead li label,.flux-step #order_review thead li label .amount *,.flux-step #order_review thead ul label,.flux-step #order_review thead ul label .amount *{font-size:16px}.flux-checkout__content-right #order_review thead li,.flux-step #order_review thead li{margin:0 0 5px}.flux-checkout__content-right #order_review thead li:last-child,.flux-step #order_review thead li:last-child{margin-bottom:0}.flux-checkout__content-right td[data-title=Shipping],.flux-step td[data-title=Shipping]{width:50%}.flux-checkout .variation{color:#16110e;float:left;font-weight:400;line-height:1.5;margin:8px 0 0}.flux-checkout dl.variation dt{clear:left;display:list-item;float:left;line-height:1.5;list-style-type:none;margin:0 4px 0 0}.flux-checkout dl.variation dd{float:left;line-height:1.5;margin:0}.flux-checkout dl.variation dd p{display:inline;line-height:1.5;margin:0}.flux-checkout ul.variation{float:left;margin-left:0;margin-top:0;padding:0}.flux-checkout ul.variation,ul.variation li{list-style-type:none}.flux-checkout ul.variation span,ul.variation span p{display:inline}.payment_method_stripe .form-row-first{clear:both;float:left;margin-right:5.8823529412%;width:47.0588235294%}@media screen and (max-width:550px){.payment_method_stripe .form-row-first{margin-right:0;width:100%}}.payment_method_stripe .form-row-last{float:right;margin-right:0;width:47.0588235294%}@media screen and (max-width:550px){.payment_method_stripe .form-row-last{width:100%}}@media screen and (min-width:1025px){.flux-shop-table-shipping-price{display:none}}@media screen and (max-width:550px){.flux-checkout__content-right #order_review .woocommerce-shipping-totals.shipping th:first-child{width:30%}.flux-checkout__order-review #shipping_method{list-style:none;padding-left:0}}@media screen and (max-width:420px){.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount{display:block;min-width:110px;width:100%}}@media screen and (max-width:395px){.flux-checkout__order-review{padding:0 16px 16px}.flux-checkout__content-right #order_review tr.cart_item td.product-name{font-size:14px;padding-left:60px!important}}.flux-tooltip{position:relative;z-index:2}.flux-tooltip .flux-tooltip__tip{background:#16110e;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;height:auto;left:0;line-height:1.6;opacity:0;overflow:hidden;padding:10px;position:absolute;text-align:center;top:24px;transform:translateX(-50%) scale(.8);transform-origin:top center;transition:all .2s;visibility:hidden;width:300px;z-index:2}.flux-tooltip .flux-tooltip__icon{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiA4QTggOCAwIDExLS4wMDEgOCA4IDggMCAwMTE2IDh6TTkgNGExIDEgMCAxMS0yIDAgMSAxIDAgMDEyIDB6TTcgN2ExIDEgMCAwMDAgMnYzYTEgMSAwIDAwMSAxaDFhMSAxIDAgMDAwLTJWOGExIDEgMCAwMC0xLTFIN3oiIGZpbGw9IiMxNjExMEUiLz48L3N2Zz4=);cursor:pointer;height:16px;margin-bottom:-3px;width:16px;z-index:1}.flux-tooltip .flux-tooltip__icon:hover+.flux-tooltip__tip{height:auto;opacity:.9;transform:translateX(-50%) scale(1);visibility:visible}@media(max-width:767px){.flux-tooltip .flux-tooltip__icon:hover+.flux-tooltip__tip{max-width:200px;transform:translateX(-70%) scale(1)}}:root .flux-tooltip .flux-tooltip__icon,_:-ms-fullscreen .flux-tooltip .flux-tooltip__icon{color:#fff}:root .flux-tooltip .flux-tooltip__icon:before,_:-ms-fullscreen .flux-tooltip .flux-tooltip__icon:before{background-color:#333;border-radius:16px;color:#fff;content:"i";cursor:pointer;display:inline-block;font-size:70%;font-style:normal;height:16px;line-height:1.8;margin-bottom:0;opacity:1;text-align:center;width:16px;z-index:1}.flux-checkout__spinner{background:#fff;display:none;height:100%;left:0;opacity:.5;position:fixed;text-align:center;top:0;width:100%;z-index:99}.flux-checkout__spinner img{display:inline-block;margin-top:25%}.coupon-form,.coupon-form td{background-color:transparent;padding:0}.coupon-form td{border-top:1px solid #e5e5e5;margin:0}.coupon-form td .checkout_coupon.woocommerce-form-coupon{margin:0;padding:0}.coupon-form td .checkout_coupon.woocommerce-form-coupon p{margin:32px 0}.coupon-form td .checkout_coupon.woocommerce-form-coupon p.form-row-first{width:66%}.coupon-form td .checkout_coupon.woocommerce-form-coupon p.form-row-last{width:30%}.flux-coupon-button{background-color:#16110e;border-radius:4px;color:#fff;font-weight:800;height:54px;transition:background-color .2s ease-in-out,color .2s ease-in-out;width:100%}.flux-coupon-button--disabled{opacity:.3}.flux-coupon-button:focus{outline:1px solid #16110e;outline-offset:2px}.flux-coupon-button:not(.flux-coupon-button--disabled):hover{opacity:.9}.flux-step--payment .woocommerce-form-coupon__wrapper{margin-bottom:32px}.flux-step--payment .woocommerce-form-coupon__inner p.form-row-first{margin-bottom:10px!important}.flux-checkout__login{margin-top:0}.flux-checkout__login-button{background:none!important;border:none;color:#16110e;cursor:pointer;font-weight:700;outline:none;padding:0;text-decoration:underline}.flux-checkout__login-button:hover{color:#000}.woocommerce-form-login{background:#fff;border-radius:10px;margin:0 auto;max-width:500px;padding:32px;position:relative}.woocommerce-form-login h2{margin:0 0 16px}.woocommerce-form-login p:first-of-type{margin:0 0 32px}.woocommerce-form-login__submit{border-radius:4px;font-weight:700;width:100%}.woocommerce-form-login .woocommerce-form__label-for-checkbox{margin:0}.woocommerce-form-login .woocommerce-form__label-for-checkbox span{font-size:16px;font-weight:700}.woocommerce-form-login .lost_password{margin:0;text-align:center}@media screen and (min-width:1024px){.woocommerce-form-login{width:50%}}@media screen and (min-width:1200px){.woocommerce-form-login{width:60%}}.woocommerce-form-login label.woocommerce-form-login__rememberme{display:block!important;position:static!important}.woocommerce-form-login button.woocommerce-form-login__submit{margin-top:32px}.woocommerce-form-login .form-row.form-row-first,.woocommerce-form-login .form-row.form-row-last{width:100%}.woocommerce-form-login .mfp-close{background:#5f6061;border-radius:15px;color:#fff;font-size:23px;height:30px;line-height:30px;opacity:1;right:16px;top:16px;width:30px}.woocommerce-form-login .mfp-close:hover{background:#16110e}.woocommerce-form-login-wrap{display:none}.flux-checkout button.mfp-close:hover{background:transparent}.flux-checkout input[type=checkbox]{all:unset;border:none;cursor:pointer;display:inline-block!important;height:18px;line-height:1;margin:0;margin-right:8px!important;margin-top:-5px!important;outline:none;padding:0;position:relative;vertical-align:middle}.flux-checkout [type=checkbox]:before{background:transparent;border:2px solid #b9b8b7;border-radius:3px;box-sizing:content-box;content:"";display:inline-block;height:16px;transition:background .3s;vertical-align:middle;width:16px}.flux-checkout input[type=checkbox]:checked:before{background-color:#16110e;border-color:#16110e;box-sizing:content-box}.flux-checkout input[type=checkbox]:checked:after{border:2px solid #fff;border-width:0 2px 2px 0;box-sizing:content-box;content:"";height:6px;left:6px;padding:2px;position:absolute;top:2px;transform:rotate(37deg);width:1px}.woocommerce-invalid input[type=checkbox]:before{border-color:#e2401c}#payment .payment_methods li.wc_payment_method>input[type=radio],input[type=radio]{display:none!important}#payment .payment_methods li.wc_payment_method>input[type=radio]+label,input[type=radio]+label{align-items:center;cursor:pointer;display:flex!important;font-size:16px;font-weight:700;gap:8px;padding-left:0!important;position:relative!important;top:0!important}#payment .payment_methods li.wc_payment_method>input[type=radio]+label *,input[type=radio]+label *{font-size:16px;font-weight:700}#payment .payment_methods li.wc_payment_method>input[type=radio]+label :last-child,input[type=radio]+label :last-child{margin:0 0 0 auto}#payment .payment_methods li.wc_payment_method>input[type=radio]+label:before,#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before,input[type=radio]+label:before{background:transparent!important;border:2px solid #b9b8b7;border-radius:100%;box-shadow:none;content:"";display:inline-block;height:16px;margin:0;transform:none;transition:box-shadow .2s;vertical-align:middle;width:16px}.flux-checkout input[type=radio]:checked+label:before{border:2px solid #16110e!important;box-shadow:inset 0 0 0 4px #16110e!important}input[type=radio]:focus+label:before,input[type=radio]:hover+label:before{border:2px solid #16110e!important}#payment .payment_methods li label{width:calc(100% - 32px)}#payment .payment_methods li img{border:0;float:right;max-height:1.618em;padding:0;width:35px}.woocommerce-invalid input[type=radio]:before{border-color:#e2401c}.flux-checkout__content-right #payment .payment_methods li.wc_payment_method>input[type=radio]+label,.flux-checkout__content-right input[type=radio]+label{padding-right:32px!important}.flux-checkout__content-right #payment .payment_methods li.wc_payment_method>input[type=radio]+label:before,.flux-checkout__content-right #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before,.flux-checkout__content-right input[type=radio]+label:before{margin:0;padding:0;position:absolute;right:0;top:1px}input[type=checkbox]:focus:before,label:hover input[type=checkbox]:before{border-color:#16110e}input[type=checkbox]:checked:focus:before{outline:1px solid #b9b8b7}#ship-to-different-address{margin:0}#ship-to-different-address .woocommerce-form__input-checkbox{margin-right:inherit;position:relative;right:auto;top:auto;transform:none}.woocommerce-additional-fields__wrapper .woocommerce-additional-fields__field-wrapper{margin-top:32px}.woocommerce-additional-fields__wrapper #show-additional-fields{margin:0}.create-account{margin-bottom:0!important}.create-account label{margin:0}.create-account span{font-size:16px}.billing-address-search,.shipping-address-search{overflow:hidden}.billing-address-search p:first-child,.shipping-address-search p:first-child{margin-bottom:32px}#shipping_method li label,#shipping_method li label *{line-height:1.3}.tax_label{display:block;font-weight:400;white-space:nowrap}@media screen and (min-width:1025px){.tax_label{display:inline}}.no-js .woocommerce-shipping-totals{display:none}.no-js p.form-row input{content-visibility:hidden}.no-js .flux-checkout__content-right #order_review tr.cart_item td.product-name .quantity{display:none}.flux-checkout__shipping-table{width:100%}@media screen and (max-width:1024px){.flux-checkout__shipping-table{margin:16px 0 32px}#order_review .flux-checkout__shipping-table{display:none}.flux-checkout__shipping-table .woocommerce-shipping-totals,.flux-checkout__shipping-table .woocommerce-shipping-totals td,.flux-checkout__shipping-table .woocommerce-shipping-totals th{display:block;width:100%}}.flux-checkout__shipping-table label,.flux-checkout__shipping-table label *{font-size:16px;font-weight:700}.flux-checkout__shipping-table label{margin:0}.flux-checkout__shipping-table tbody th{background-color:transparent;font-weight:400;margin:0;padding:12px 0 12px 32px;position:relative;text-align:left;vertical-align:top}.flux-checkout__shipping-table tbody th:before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjI1bDEyIDZNMjMgN2wtMTAgNW0xMC01djEwbC0xMCA2TTIzIDdMMTEgMSAxIDZtMTIgNkwxIDZtMTIgNnYxMU0xIDZ2MTFsMTIgNiIgc3Ryb2tlPSIjMTYxMTBFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);height:24px;left:0;position:absolute;top:14px;width:24px}.flux-checkout__shipping-table tbody td{padding:12px 0;text-align:right}@media screen and (max-width:1024px){.flux-checkout__shipping-table tbody td{text-align:left}.flux-checkout__shipping-table tbody td[data-title=Shipping]{width:100%}}.flux-checkout__shipping-table tbody li,.flux-checkout__shipping-table tbody ul{background-color:transparent;border:none;list-style:none;margin:0;padding:0}.flux-checkout__shipping-table tbody li input[type=radio]+label,.flux-checkout__shipping-table tbody ul input[type=radio]+label{padding-right:32px!important}@media screen and (max-width:1024px){.flux-checkout__shipping-table tbody li input[type=radio]+label,.flux-checkout__shipping-table tbody ul input[type=radio]+label{padding-left:32px!important;padding-right:0!important}}.flux-checkout__shipping-table tbody li input[type=radio]+label:before,.flux-checkout__shipping-table tbody ul input[type=radio]+label:before{margin:0;padding:0;position:absolute;right:0;top:0}@media screen and (max-width:1024px){.flux-checkout__shipping-table tbody li input[type=radio]+label:before,.flux-checkout__shipping-table tbody ul input[type=radio]+label:before{left:0;right:auto}}.flux-checkout__shipping-table tbody li input[type=radio]:checked+label:before,.flux-checkout__shipping-table tbody ul input[type=radio]:checked+label:before{box-shadow:inset 0 0 0 4px #16110e}:root #payment .payment_methods li.wc_payment_method>input[type=radio]+label,:root input[type=radio]+label,_:-ms-fullscreen #payment .payment_methods li.wc_payment_method>input[type=radio]+label,_:-ms-fullscreen input[type=radio]+label{line-height:32px}:root #payment .payment_methods li.wc_payment_method>input[type=radio]:checked+label:after,:root input[type=radio]:checked+label:after,_:-ms-fullscreen #payment .payment_methods li.wc_payment_method>input[type=radio]:checked+label:after,_:-ms-fullscreen input[type=radio]:checked+label:after{top:10px}del span{text-decoration:line-through}.flux-heading{margin-bottom:32px!important}.flux-heading--payment,body:not(.flux-wc-allow-login) .flux-heading--customer-details{margin-bottom:32px}@media screen and (max-width:1024px){.flux-heading--order-review{display:none!important}}.flux-checkout #place_order{padding:16px 60px}.flux-checkout #place_order:before{background-color:#fff;content:"";display:inline-block;height:22px;margin-right:10px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNDY2IDEwLjY2N2gzLjJhMS4wNjYgMS4wNjYgMCAwMDAtMi4xMzRoLTMuMmExLjA2NyAxLjA2NyAwIDEwMCAyLjEzNHpNMTguMjY2IDBIMy4zMzNhMy4yIDMuMiAwIDAwLTMuMiAzLjJ2OS42YTMuMiAzLjIgMCAwMDMuMiAzLjJoMTQuOTMzYTMuMiAzLjIgMCAwMDMuMi0zLjJWMy4yYTMuMiAzLjIgMCAwMC0zLjItMy4yem0xLjA2NyAxMi44YTEuMDY3IDEuMDY3IDAgMDEtMS4wNjcgMS4wNjdIMy4zMzNBMS4wNjYgMS4wNjYgMCAwMTIuMjY2IDEyLjhWNi40aDE3LjA2N3Y2LjR6bTAtOC41MzNIMi4yNjZWMy4yYTEuMDY3IDEuMDY3IDAgMDExLjA2Ny0xLjA2N2gxNC45MzNBMS4wNjcgMS4wNjcgMCAwMTE5LjMzMyAzLjJ2MS4wNjd6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNDY2IDEwLjY2N2gzLjJhMS4wNjYgMS4wNjYgMCAwMDAtMi4xMzRoLTMuMmExLjA2NyAxLjA2NyAwIDEwMCAyLjEzNHpNMTguMjY2IDBIMy4zMzNhMy4yIDMuMiAwIDAwLTMuMiAzLjJ2OS42YTMuMiAzLjIgMCAwMDMuMiAzLjJoMTQuOTMzYTMuMiAzLjIgMCAwMDMuMi0zLjJWMy4yYTMuMiAzLjIgMCAwMC0zLjItMy4yem0xLjA2NyAxMi44YTEuMDY3IDEuMDY3IDAgMDEtMS4wNjcgMS4wNjdIMy4zMzNBMS4wNjYgMS4wNjYgMCAwMTIuMjY2IDEyLjhWNi40aDE3LjA2N3Y2LjR6bTAtOC41MzNIMi4yNjZWMy4yYTEuMDY3IDEuMDY3IDAgMDExLjA2Ny0xLjA2N2gxNC45MzNBMS4wNjcgMS4wNjcgMCAwMTE5LjMzMyAzLjJ2MS4wNjd6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;top:6px;width:22px}.flux-checkout #place_order bdi,.flux-checkout #place_order span{color:#fff;font-weight:700}button#place_order.flux-checkout-btn-loading{color:transparent!important;position:relative}button#place_order.flux-checkout-btn-loading bdi,button#place_order.flux-checkout-btn-loading span,button#place_order.flux-checkout-btn-loading sup{color:transparent!important}button#place_order.flux-checkout-btn-loading:before{visibility:hidden}button#place_order.flux-checkout-btn-loading .flux-submit-dots{display:grid}.flux-submit-dots{grid-column-gap:7px;display:grid;display:none;grid-template-columns:6px 6px 6px;height:7px;left:calc(50% - 16px);position:absolute;top:calc(50% - 2px);width:32px;z-index:10}.flux-submit-dots .flux-submit-dot{animation-duration:2s;animation-iteration-count:infinite;background:#fff;border:0;border-radius:50%;display:block;height:6px;width:6px}.flux-submit-dots .flux-submit-dot__1{animation-name:flux_checkout_btn_1}.flux-submit-dots .flux-submit-dot__2{animation-name:flux_checkout_btn_2}.flux-submit-dots .flux-submit-dot__3{animation-name:flux_checkout_btn_3}@keyframes flux_checkout_btn_1{0%{opacity:1}33%{opacity:.4}66%{opacity:.4}to{opacity:1}}@keyframes flux_checkout_btn_2{0%{opacity:.4}33%{opacity:1}66%{opacity:.4}to{opacity:.4}}@keyframes flux_checkout_btn_3{0%{opacity:.4}33%{opacity:.4}66%{opacity:1}to{opacity:.4}}.flux-address-button-wrapper{margin-top:0}.flux-address-button-wrapper--billing-lookup,.flux-address-button-wrapper--shipping-lookup{margin-top:8px}.flux-address-button-wrapper--billing-manual{margin-bottom:0!important}.flux-address-button-wrapper--billing-lookup,.flux-address-button-wrapper--shipping-lookup{display:none}.billing-address-search+.woocommerce-billing-fields .flux-address-button-wrapper,.shipping-address-search+.woocommerce-shipping-fields .flux-address-button-wrapper{display:block}.flux-address-button{background:none!important;border:none;color:#16110e;cursor:pointer;font-size:16px;font-weight:bolder;outline:none;padding:0;text-decoration:underline}.flux-address-button:hover{background-color:transparent;color:#7b7b7b}.flux-address-button--lookup{margin:0;overflow:hidden;padding-left:28px;position:relative}.flux-address-button--lookup:before{background-color:#16110e;content:"";height:100%;left:0;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjY1NyAxNC42NTdMMTAuNDE0IDE4LjlhMS45OTcgMS45OTcgMCAwMS0yLjgyNyAwbC00LjI0NC00LjI0M2E4IDggMCAxMTExLjMxNCAwdjB6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEyIDlhMyAzIDAgMTEtNiAwIDMgMyAwIDAxNiAwdjB6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjY1NyAxNC42NTdMMTAuNDE0IDE4LjlhMS45OTcgMS45OTcgMCAwMS0yLjgyNyAwbC00LjI0NC00LjI0M2E4IDggMCAxMTExLjMxNCAwdjB6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEyIDlhMyAzIDAgMTEtNiAwIDMgMyAwIDAxNiAwdjB6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;top:0;width:24px}.woocommerce-checkout .select2-selection,.woocommerce-checkout .select2.select2-container{background-color:#fff!important;background-image:unset!important;border:unset;display:block;max-width:unset;opacity:1;transition:all .2s ease}.woocommerce-checkout .select2-container--open .select2-dropdown{border-color:#16110e!important;font-family:Helvetica,Arial,sans-serif;overflow:hidden}.woocommerce-checkout .select2-container--open .select2-dropdown *{font-family:Helvetica,Arial,sans-serif}.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field,.woocommerce-checkout .select2-selection{border:1px solid #e5e5e5;border-radius:4px;box-shadow:none;color:#16110e;font-size:16px;line-height:28px;width:100%}.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field:focus,.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field:hover,.woocommerce-checkout .select2-selection:focus,.woocommerce-checkout .select2-selection:hover{border-color:#16110e;outline:unset}.woocommerce-checkout .select2-search__field{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;padding:4px 16px}.woocommerce-checkout .select2-container--open .select2-dropdown--below{box-shadow:0 35px 35px rgba(0,0,0,.15);margin-top:-1px}.woocommerce-checkout .select2-container--open .select2-dropdown--below .select2-search--dropdown{padding:4px 16px 16px}.woocommerce-checkout .select2-container--open .select2-dropdown--above{box-shadow:none;margin-top:2px}.woocommerce-checkout .select2-container--open .select2-dropdown--above .select2-search--dropdown{padding:16px}.woocommerce-checkout .select2-selection--single .select2-selection__rendered,.woocommerce-checkout .select2-selection__rendered,.woocommerce-checkout .select2-selection__rendered .select2-selection__placeholder{font-family:Helvetica,Arial,sans-serif;font-size:16px;height:28px!important;line-height:28px!important;padding:0!important}.woocommerce-checkout .select2-selection{height:54px!important;padding:12px 54px 12px 16px!important;transition:none}.woocommerce-checkout .select2-container--open .select2-selection--single{border-color:#16110e}.woocommerce-checkout .select2-selection__arrow{background-color:#afafb1;content:"";height:54px!important;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAuNWwtNCA0aDhsLTQtNHpNNCAxMi41bC00LTRoOGwtNCA0eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAuNWwtNCA0aDhsLTQtNHpNNCAxMi41bC00LTRoOGwtNCA0eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;right:16px!important;top:0!important;transition:all .2s ease;width:24px}.woocommerce-checkout .select2-selection__arrow b{display:none!important}.woocommerce-checkout .select2-results__option{color:#5f6061;outline:none;padding:8px 16px}.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true],.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true]{background-color:#e5e5e5;color:#16110e}.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#16110e;color:#fff}.flux-address-search__hint{margin-top:0;overflow:visible!important}body .pac-container{border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 35px 35px rgba(0,0,0,.15);margin:-1px 0 0}body .pac-container:after{display:none!important}body .pac-container .pac-item{color:#16110e;font-family:Helvetica,Arial,sans-serif;font-size:14px;letter-spacing:unset;line-height:2;padding:12px 8px 8px 12px}body .pac-container .pac-item:first-child{border-top:none}body .pac-container .pac-item .pac-item-query{font-size:14px;font-weight:bolder}body .pac-container .pac-item .pac-icon.pac-icon-marker{background:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjY1NyAxNS4xNTdMMTAuNDE0IDE5LjRhMS45OTggMS45OTggMCAwMS0yLjgyNyAwbC00LjI0NC00LjI0M2E4IDggMCAxMTExLjMxNCAweiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMiA5LjVhMyAzIDAgMTEtNiAwIDMgMyAwIDAxNiAweiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);background-size:contain;display:inline-block;height:24px;margin-right:8px;margin-top:0;padding-right:8px;width:24px}.woocommerce-account-fields{margin:32px 0 0}.wc-stripe-elements-field,.wc-stripe-iban-element-field{border-color:#e5e5e5;border-radius:4px;padding:17px 60px 17px 16px}#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand,.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand{right:16px}.flux-step #wc-stripe-card-element,.flux-step .wc-stripe_cc-new-method-container,.flux-step li[class*=payment_method_stripe_] div.wc-stripe-gateway-container.has_tokens{margin:0!important}.flux-step input[type=radio]+label.wc-stripe-label-payment-type,.flux-step label.wc-stripe-label-klarna-category,.flux-step label.wc-stripe-label-payment-type{margin-bottom:0}.flux-step .payment_method_stripe_cc .payment_box label{margin:10px 0!important}.flux-step .payment_method_stripe_cc .payment_box label:first-of-type{margin-top:0!important}.flux-step .wc-stripe_cc-saved-methods-container .select2-container{margin:0 0 5px}.flux-step .wc-ppcp-checkout-container{min-width:235px}.flux-footer{align-items:center;clear:both;display:flex;justify-content:space-between;margin-top:32px;width:100%}.flux-footer--no-back-shop{flex-direction:row-reverse}.flux-footer a.flux-step__back{color:#16110e;font-size:16px;font-weight:700;padding-left:32px;position:relative;text-decoration:none}.flux-footer a.flux-step__back:before{background-color:#16110e;content:"";height:12px;left:0;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDZIMU02IDFMMSA2bDUgNSIgc3Ryb2tlPSIjMTYxMTBFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDZIMU02IDFMMSA2bDUgNSIgc3Ryb2tlPSIjMTYxMTBFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;top:calc(50% - 6px);transition:all .2s ease;width:24px}.flux-footer a.flux-step__back:hover{color:#544136}.flux-footer a.flux-step__back:hover:before{left:-2px;opacity:.6}@media screen and (max-width:500px){.flux-footer{flex-wrap:wrap}.flux-footer .flux-step__back{margin-top:32px;order:10}.flux-footer #place_order,.flux-footer .flux-step__back{width:100%}}#order_review .quantity .quantity__button{background-color:#fff!important;border:1px solid #e5e5e5;color:#c4c4c4;display:inline-block;height:36px;padding:1px;width:36px}#order_review .quantity .quantity__button:after{line-height:1;position:relative}#order_review .quantity .quantity__button--minus{border-bottom-left-radius:4px;border-top-left-radius:4px;color:transparent;margin-right:-2px}#order_review .quantity .quantity__button--minus:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgMUgxIiBzdHJva2U9IiNDNEM0QzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);left:-4px;top:-4px}#order_review .quantity .quantity__button--minus:focus,#order_review .quantity .quantity__button--minus:hover{background-color:#16110e!important}#order_review .quantity .quantity__button--plus{border-bottom-right-radius:4px;border-left:0;border-top-right-radius:4px;color:transparent;margin-left:-2px}#order_review .quantity .quantity__button--plus:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMXYxMG01LTVIMSIgc3Ryb2tlPSIjQzRDNEM0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);left:-5px;top:1px}#order_review .quantity .quantity__button--plus:focus,#order_review .quantity .quantity__button--plus:hover{background-color:#16110e!important}#order_review .quantity input[type=number]{-moz-appearance:textfield;background-color:#fff!important;border:1px solid #e5e5e5;border-left:0;box-shadow:none;font-weight:700;height:36px;outline:none;text-align:center;width:44px}#order_review .quantity input[type=number]::-webkit-inner-spin-button,#order_review .quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#order_review .quantity input[type=number]:active{outline:none}#order_review .quantity input[type=text]:is(:-moz-read-only){-moz-appearance:textfield;background-color:#fff!important;border:1px solid #e5e5e5;border-radius:4px;box-shadow:none;font-weight:700;height:36px;outline:none;text-align:center;width:44px}#order_review .quantity input[type=text]:is(:read-only){-moz-appearance:textfield;background-color:#fff!important;border:1px solid #e5e5e5;border-radius:4px;box-shadow:none;font-weight:700;height:36px;outline:none;text-align:center;width:44px}#order_review .quantity .screen-reader-text{color:#16110e;font-weight:700}#order_review .quantity.quantity--on-focus .input-text,#order_review .quantity.quantity--on-focus .quantity__button{border-color:#16110e}[dir=rtl] .flux-intl-phone--init:before{display:none}@media screen and (max-width:550px){.flux-thankyou-product-details__item-image{padding:10px}.flux-thankyou-product-details__item-info-name{font-size:16px}}.flux-heading.flux-order-review-heading--ty{margin-bottom:32px}.flux-ty-status{display:flex;margin:30px 0 40px}.flux-ty-status__left{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI0IDQ2LjVjMTIuNDI2IDAgMjIuNS0xMC4wNzQgMjIuNS0yMi41UzM2LjQyNiAxLjUgMjQgMS41IDEuNSAxMS41NzQgMS41IDI0IDExLjU3NCA0Ni41IDI0IDQ2LjV6IiBzdHJva2U9IiMxNjExMEUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTUuMiAyNS4yOGw1LjEyIDUuMTIgMTIuOC0xMi44IiBzdHJva2U9IiMxNjExMEUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat;background-position:0;padding-left:65px;width:80%}.flux-ty-status__left p{font-size:16px;line-height:19px;margin:0 0 6px}.flux-ty-status__left h2{font-size:24px;line-height:29px;margin:0}@media screen and (max-width:600px){.flux-ty-status__left h2{font-size:20px}}.flux-ty-status__right{width:20%}.flux-ty-map{margin:20px 0}.flux-ty-map__map{border-radius:4px;height:244px;width:100%}.flux-ty-box{border:1px solid #e5e5e5;border-radius:4px;margin:32px 0;padding:15px 20px}.flux-ty-box__row{display:flex}.flux-ty-box__row:not(:last-child){border-bottom:1px solid #e5e5e5}.flux-ty-box__row-label{color:#5f6061;font-size:14px;font-style:normal;font-weight:500;line-height:17px;margin-top:5px;width:80px}.flux-ty-box__row-info p{color:#16110e;margin:0}.flux-ty-box iframe{aspect-ratio:16/9;display:block;height:auto;margin:20px 0 18px;max-width:100%}.flux-ty-box img{max-width:100%}.flux-ty-box:after{clear:both;content:"";display:block;height:1px}.flux-ty-box h1,.flux-ty-box h2,.flux-ty-box h3{color:#16110e;font-size:14px;font-style:normal;font-weight:700;margin:0 0 10px}.flux-ty-box h2{font-size:20px}.flux-ty-box h3{font-size:18px}.flux-ty-box h1,.flux-ty-box h2,.flux-ty-box h3{line-height:1.2}.flux-ty-box h1:after,.flux-ty-box h1:before,.flux-ty-box h2:after,.flux-ty-box h2:before,.flux-ty-box h3:after,.flux-ty-box h3:before{display:none}.flux-ty-box p{color:#5f6061;font-size:14px;margin:0 0 8px}.flux-ty-box p,.flux-ty-box p *{line-height:22px}.flux-ty-box>:last-child{margin-bottom:0}.flux-ty-box .aligncenter{clear:both;display:block;margin:0 auto}.flux-ty-box .alignright{display:inline;float:right;margin-left:1em}.flux-ty-box .alignleft{display:inline;float:left;margin-right:1em}.flux-ty-customer{padding:0}.flux-ty-customer .flux-ty-box__row{padding:17px 20px}.flux-ty-footer{align-items:center;display:flex;justify-content:space-between;margin:20px 0}.flux-ty-footer__contact-span{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDBzMTAgNC40NzcgMTAgMTB6IiBmaWxsPSIjMDAwIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSA3VjVIOXYyaDJ6bTAgOFY5SDl2NmgyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);background-repeat:no-repeat;color:#5f6061;font-size:14px;padding-left:26px}.flux-ty-footer__contact-span a{color:#16110e;font-size:14px;font-weight:700}.flux-ty-footer__continue-shipping-btn{background:#16110e;border-radius:4px;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:18px 30px;text-transform:uppercase}.flux-ty-footer__continue-shipping-btn:hover{color:#fff;opacity:.9}@media screen and (max-width:600px){.flux-ty-footer{flex-wrap:wrap}.flux-ty-footer__contact{margin-bottom:20px;width:100%}.flux-ty-footer__continue-shipping{width:100%}}.flux-cart-totals.flux-cart-totals--iconic_wds_order_date,.flux-cart-totals.flux-cart-totals--iconic_wds_order_time{display:none}.flux-ty-downloads{margin-bottom:30px;max-width:100%;overflow-x:scroll;padding:0}.flux-ty-downloads .woocommerce-order-downloads__title{border-bottom:1px solid #e5e5e5;font-size:16px;line-height:1.2;margin:0;padding:20px}.flux-ty-downloads table.woocommerce-table--order-downloads{border-collapse:collapse;table-layout:fixed;text-align:left;width:100%}.flux-ty-downloads table.woocommerce-table--order-downloads thead{border-bottom:1px solid #e5e5e5}.flux-ty-downloads table.woocommerce-table--order-downloads thead th{font-size:14px;font-weight:500;padding:13px 0 15px}.flux-ty-downloads table.woocommerce-table--order-downloads thead th:first-child{padding-left:20px}.flux-ty-downloads table.woocommerce-table--order-downloads th{padding-bottom:0;padding-top:0}.flux-ty-downloads table.woocommerce-table--order-downloads th span{color:#5f6061}.flux-ty-downloads table.woocommerce-table--order-downloads tr td{color:#5f6061;padding:20px 0}.flux-ty-downloads table.woocommerce-table--order-downloads tr td:first-child{padding-left:20px}.flux-ty-downloads table.woocommerce-table--order-downloads .download-product a{color:#16110e;font-size:14px;font-weight:700;text-decoration:none}.flux-ty-downloads a.woocommerce-MyAccount-downloads-file.button{background-color:#16110e;border-radius:4px;color:#fff;padding:8px 26px;text-decoration:none}.flux-checkout--modern a.woocommerce-MyAccount-downloads-file.button{background-color:#16110e;color:#fff}.flux-checkout--classic a.woocommerce-MyAccount-downloads-file.button{background-color:var(--flux-checkout-primary-color);color:#fff!important}.flux-ty-subscriptions .shop_table{width:100%}.flux-ty-subscriptions .shop_table td,.flux-ty-subscriptions .shop_table th{border:none!important;font-size:14px;padding:0 12px 0 0!important;text-align:left!important}.flux-ty-subscriptions .shop_table td:last-child,.flux-ty-subscriptions .shop_table th:last-child{padding-right:0!important}.flux-ty-subscriptions .shop_table td *,.flux-ty-subscriptions .shop_table th *{font-size:14px!important}.flux-ty-subscriptions .shop_table th{white-space:nowrap}.flux-ty-subscriptions .shop_table td,.flux-ty-subscriptions .shop_table td *{line-height:1.4}.flux-ty-subscriptions .shop_table td.subscription-actions{text-align:right!important}.flux-ty-subscriptions .shop_table .button{padding:6px 12px}@media screen and (max-width:600px){.flux-ty-subscriptions .shop_table .subscription-id,.flux-ty-subscriptions .shop_table .subscription-status{display:none}}.flux-cart-image{height:100px}.flux-cart-image.flux-cart-image--checkout{left:0;position:absolute;top:32px}@media screen and (max-width:550px){.flux-cart-image{height:60px;width:60px}}@media screen and (max-width:400px){.flux-cart-image{height:50px;width:50px}}.flux-cart-image img{display:block;height:100%;object-fit:cover;width:100%}.flux-common-wrap__wrapper{display:flex;min-height:100vh}.flux-common-wrap__content-left{padding:32px;width:60%}@media screen and (max-width:600px){.flux-common-wrap__content-left{padding-bottom:0}}.flux-common-wrap__content-right{border-left:1px solid #e5e5e5;padding:32px;width:40%}@media screen and (max-width:1000px){.flux-common-wrap__wrapper{flex-wrap:wrap}.flux-common-wrap__content-left,.flux-common-wrap__content-right{width:100%}}.flux-heading{align-items:center;clear:both;display:flex;float:none;margin:0;position:relative;visibility:visible}.flux-heading--cart-icon{padding-left:32px}.flux-heading--cart-icon:before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTAuNXYtNWE0LjAxMyA0LjAxMyAwIDAxNC00IDQuMDEzIDQuMDEzIDAgMDE0IDR2NW0zLjczNCAxM0gzLjI2NmEyIDIgMCAwMS0xLjk4NS0yLjI0OEwzIDcuNWgxNmwxLjcxOSAxMy43NTJhMiAyIDAgMDEtMS45ODUgMi4yNDh6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);height:24px;left:0;position:absolute;top:0;width:24px}.flux-heading--ty{margin-top:15px}.flux-heading__count{background-color:#16110e;border-radius:12px;box-sizing:border-box;color:#fff;display:inline-block;font-size:16px;height:24px;line-height:24px;margin-left:6px;min-width:24px;padding:0 8px;text-align:center;width:auto}.payment_method_ppcp-credit-card-gateway #wc-ppcp-credit-card-gateway-cc-form span.input-text{background-color:#fff!important;border:1px solid #eee!important;display:block;height:36px!important;padding:3px 10px!important;padding-block:12.25px;-webkit-padding-after:12.25px;padding-block-end:12.25px;-webkit-padding-before:12.25px;padding-block-start:12.25px;padding:12.25px;padding-inline:12.25px;-webkit-padding-end:12.25px;padding-inline-end:12.25px;-webkit-padding-start:12.25px;padding-inline-start:12.25px}.payment_method_ppcp-credit-card-gateway #wc-ppcp-credit-card-gateway-cc-form iframe{background:#fff;height:30px!important}#payment .payment_method_ppcp label img{width:90px}#payment .payment_method_ppcp .wc-ppcp-popup__container{align-items:center;gap:15px;justify-content:flex-start;text-align:left}#payment .payment_method_ppcp .wc-ppcp-popup__container p{flex:inherit;text-align:left}.flux-review-customer{border:1px solid #e5e5e5;border-radius:4px;margin:32px 0}.flux-review-customer__row{display:flex;flex-wrap:nowrap;padding:15px 0}.flux-review-customer__row:not(:last-child){border-bottom:1px solid #e5e5e5}.flux-review-customer__label{flex:0 0 100px;line-height:1;min-width:80px;padding:0 20px}.flux-review-customer__label label{color:#5f6061;font-size:14px;font-weight:500;line-height:22px;margin:0}.flux-review-customer__content{flex:1 1 auto;min-width:0;padding:0}.flux-review-customer__content *{color:#16110e!important;font-size:14px;line-height:22px;margin:0!important;text-overflow:ellipsis;white-space:nowrap}.flux-review-customer__content address,.flux-review-customer__content p{font-style:normal;font-weight:400}.flux-review-customer__buttons{flex:0 0 70px;justify-self:end;padding:0 20px;text-align:right}.flux-review-customer__buttons a[data-stepper-goto]{color:#16110e;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.flux-review-customer__buttons a[data-stepper-goto]:hover{color:#16110e;text-decoration:underline}.flux-step--2 .flux-review-customer__row--contact{border:none}.flux-step--2 .flux-review-customer__row--address{display:none}.flux-step--2 .flux-review-customer__content p{margin-bottom:0}@media screen and (max-width:600px){.flux-review-customer__label{width:20%}.flux-review-customer__content{width:65%}}@media screen and (max-width:460px){.flux-review-customer__buttons,.flux-review-customer__content,.flux-review-customer__label{padding:0 10px}}.flux-review-customer--checkout .flux-review-customer__row{align-items:center}.clear{clear:both}.screen-reader-text{display:none}.slide-down{height:0}.slide-down,.slide-up{overflow:hidden;transition:height .3s ease-out}#payment .payment_methods li .payment_box fieldset{border:0;font-size:.875em;margin:16px 0 0;padding:0}#payment .payment_methods li .payment_box fieldset:first-of-type{margin-top:0}#payment .payment_methods li .payment_box fieldset .form-row{margin-top:10px}#payment .payment_methods li .payment_box fieldset .form-row:first-child{margin-top:0}.flux-cart-order-item{border-bottom:1px solid #e5e5e5;display:flex;padding:30px 0}.flux-cart-order-item:first-child{padding-top:0}.flux-cart-order-item__image{padding:31px;width:30%}.flux-cart-order-item__image img{height:auto;max-width:100%;width:100px}.flux-cart-order-item__qty{border:1px solid #e5e5e5;border-radius:4px;padding:8px 10px;text-align:center;width:10%}.flux-cart-order-item__info{align-self:baseline;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;min-height:96px}.flux-cart-image+.flux-cart-order-item__info{padding-left:30px}.flux-cart-order-item__info-varient .wc-item-meta strong{font-weight:400}.flux-cart-order-item__info-qty{margin-top:20px}.flux-cart-order-item__info-qty strong{border:1px solid #e5e5e5;border-radius:4px;display:inline-block;line-height:1;padding:8px 10px}.flux-cart-order-item__info-name{font-size:18px;margin:0}.flux-cart-order-item__price{align-items:center;align-self:end;display:flex;font-weight:700;gap:3px;height:100%;justify-content:end;text-align:right;width:20%}.flux-cart-order-item__price bdi,.flux-cart-order-item__price span{font-size:16px}@media screen and (max-width:500px){.flux-cart-order-item__price{display:block}}.flux-cart-order-item__info-varient .wc-item-meta{list-style:none;margin:8px 0 0;padding:0}.flux-cart-order-item__info-varient .wc-item-meta li,.flux-cart-order-item__info-varient .wc-item-meta p,.flux-cart-order-item__info-varient .wc-item-meta strong{line-height:1.5}.flux-cart-order-item__info-varient .wc-item-meta p{display:inline}.flux-cart-totals{display:flex;justify-content:space-between;margin-bottom:16px}.flux-cart-totals__label{width:150px}.flux-cart-totals__label span{font-size:16px;font-weight:500}.flux-cart-totals__value{text-align:right}.flux-cart-totals__value span{font-size:16px;font-weight:500}.flux-cart-totals--cart_subtotal{padding-top:32px}.flux-cart-totals--shipping{border-bottom:1px solid #e5e5e5;padding-bottom:32px}.flux-cart-totals--order_total{display:flex;justify-content:space-between;margin-bottom:20px}.flux-cart-totals--order_total .flux-checkout-ty-totals__label span{font-size:20px;font-weight:700}.flux-cart-totals--order_total .flux-checkout-ty-totals__value{align-items:center;display:flex}.flux-cart-totals--order_total .flux-checkout-ty-totals__value>span{font-size:20px;font-weight:700}.flux-cart-totals__currency-badge{border:1px solid #e5e5e5;border-radius:4px;color:#5f6061;display:inline-block;font-size:10px;line-height:13px;margin-right:10px;padding:4px 6px}.flux-cart-totals--order_total .flux-cart-totals__label span,.flux-cart-totals--order_total .flux-cart-totals__value>span>.woocommerce-Price-amount{font-size:20px;font-weight:700;line-height:1.4}.flux-cart-totals--order_total .flux-cart-totals__value{align-items:center;display:flex;justify-content:end;text-align:right}.flux-cart-totals--order_total .flux-cart-totals__value span{font-size:16px;font-weight:400}@media screen and (max-width:1300px){.flux-cart-product-details__item-image{padding:10px}}.flux-empty-cart{align-items:center;background:hsla(0,0%,100%,.98);display:flex;height:100vh;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.flux-empty-cart__wrap{text-align:center}.flux-empty-cart__text{margin-top:22px}.flux-empty-cart__text p{color:#16110e;font-size:16px;font-style:normal;font-weight:600;line-height:19px;margin-bottom:0;margin-top:0;text-align:center}.flux-empty-cart__button a{margin-top:35px}.flux-empty-cart__icon-border{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTAuNXYtNWE0LjAxMyA0LjAxMyAwIDAxNC00IDQuMDEzIDQuMDEzIDAgMDE0IDR2NW0zLjczNCAxM0gzLjI2NmEyIDIgMCAwMS0xLjk4NS0yLjI0OEwzIDcuNWgxNmwxLjcxOSAxMy43NTJhMiAyIDAgMDEtMS45ODUgMi4yNDh6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:24px;box-sizing:border-box;height:60px;margin:0 auto 5px;position:relative;width:60px}.flux-empty-cart__icon{animation:flux-empty-cart-spinner 1.2s linear infinite;border-radius:50%;border:4px solid #e5e5e5;border-top-color:#16110e;box-sizing:border-box;height:60px;left:0;position:absolute;top:0;width:60px}@keyframes flux-empty-cart-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.flux-intl-phone .iti{width:100%}.flux-intl-phone .iti__selected-flag{background-color:transparent!important;padding-left:16px}.flux-intl-phone .iti__selected-country:hover{background-color:transparent}.flux-intl-phone .iti__flag{margin-right:7px;order:2}.flux-intl-phone .iti__selected-dial-code{color:#16110e;font-size:16px;margin-left:0!important;order:4}.flux-intl-phone .iti__arrow{border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #16110e;margin-right:12px;order:3}.flux-intl-phone .iti__arrow--up{border-bottom:6px solid #555;border-top:none!important}.flux-intl-phone .iti__country{background-clip:padding-box;border-radius:4px;margin:0 10px;outline:0;padding:5px 10px}.flux-intl-phone .iti__preferred{margin:10px}.flux-intl-phone .iti .iti__country:nth-child(3){margin-top:10px}.flux-intl-phone .iti__country-list{border:1px solid #e5e5e5;border-radius:0 0 4px 4px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.flux-intl-phone .iti__divider{border-bottom:1px solid #e5e5e5}.flux-intl-phone.flux-intl-phone--init:not(.is-active) label{left:50px!important}p.form-row.flux-intl-phone:not(.flux-intl-phone--init) label{display:none}.flux-checkout--classic input.iti__search-input:focus{border-bottom:1px solid #dfdede!important}.flux-checkout--classic .flux-intl-phone .iti__search-input{padding:5px!important}.flux-shipping-container--desktop,.flux-shipping-container--mobile{margin:30px 0;width:100%}.flux-shipping-container--desktop .woocommerce-shipping-totals,.flux-shipping-container--mobile .woocommerce-shipping-totals{display:flex;justify-content:space-between;width:100%}.flux-shipping-container--desktop ul,.flux-shipping-container--mobile ul{list-style:none}.flux-login-notice{font-weight:400;margin:20px 0}.flux-login-notice,.flux-login-notice a,.flux-login-notice strong{color:#ef5350;font-size:14px}.flux-login-notice--success{color:#0f834d}.flux-login-notice--success a,.flux-login-notice--success strong{color:#0f834d;font-size:14px}.flux-login-notice--info{color:#16110e}.flux-login-notice--info a,.flux-login-notice--info strong{color:#16110e;font-size:14px}.flux-express-checkout-wrap{border:1px solid #e5e5e5;border-radius:4px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:40px;padding:20px;position:relative}.flux-express-checkout-wrap #wc-stripe-payment-request-button:empty,.flux-express-checkout-wrap:empty{display:none}.flux-express-checkout-wrap>*{min-width:200px}@media screen and (max-width:500px){.flux-express-checkout-wrap>*{width:100%}}.flux-express-checkout-wrap:after{background:#fff;content:"Express Checkout";font-size:16px;font-weight:700;left:50%;padding:2px 12px;position:absolute;top:-20px;transform:translateX(-50%)}@media screen and (max-width:500px){.flux-express-checkout-wrap:after{font-size:12px;top:-14px}}@media screen and (max-width:350px){.flux-express-checkout-wrap:after{font-size:12px;min-width:130px}}.flux-express-checkout-wrap .flux-express-checkout-wrap:is(:empty){display:none}.flux-express-checkout-wrap a.single_add_to_cart_button.eh_paypal_express_link{display:flex}.flux-express-checkout-wrap a.single_add_to_cart_button.eh_paypal_express_link img{height:40px!important;padding:0;width:100%!important}#wc-stripe-payment-request-wrapper,.eh_paypal_express_description,.wc-ppcp-express-checkout,p#wc-stripe-payment-request-button-separator{display:none!important}.flux-skeleton{overflow:hidden;position:relative}.flux-skeleton:before{animation:flux-skeleton-loading 1s linear infinite alternate;border-radius:2px;content:"";height:103%;left:0;position:absolute;top:0;width:100%;z-index:100}.flux-skeleton:after{display:none}@keyframes flux-skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}.skeleton-text{border-radius:.25rem;height:.7rem;margin-bottom:.5rem;width:100%}.skeleton-text__body{width:75%}.skeleton-footer{width:30%}.wds-edit-slot-popup .iconic-wds-fields__fields .error,.wds-edit-slot-popup .iconic-wds-fields__fields label{display:block}.wds-edit-slot-popup .iconic-wds-fields__fields .woocommerce-input-wrapper,.wds-edit-slot-popup .iconic-wds-fields__fields input,.wds-edit-slot-popup .iconic-wds-fields__fields select{width:100%}.flux-crosssell__product{border:1px solid #e5e5e5;border-radius:4px;margin-bottom:20px;padding:10px}.flux-crosssell__product-title{font-size:16px;font-weight:700;line-height:1.5;margin:0}.flux-crosssell__product-price{font-size:14px;font-weight:400;line-height:1.5}.flux-crosssell__product-price span{font-size:14px;font-weight:400}.flux-crosssell__row{display:flex;gap:16px;justify-content:space-between}.flux-crosssell__row .flux-crosssell__col--thumbnail{align-self:center;display:flex;flex-shrink:0;width:80px}.flux-crosssell__row .flux-crosssell__col--thumbnail img{height:auto;width:100%}.flux-crosssell__row .flux-crosssell__col--title{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.flux-crosssell__row .flux-crosssell__col--actions{align-items:flex-start;display:flex;flex-shrink:0;justify-content:right;width:100px}.flux-crosssell__add-to-cart-btn{background:#fff;border:1px solid #16110e;border-radius:4px;color:#16110e;font-size:14px;font-weight:700;padding:11px 16px}.flux-crosssell__add-to-cart-btn:hover:not(:disabled){background:#16110e;border-color:#16110e;color:#fff}.flux-crosssell__add-to-cart-btn:disabled{background:#aaa;border:1px solid #aaa;cursor:no-drop}.flux-crosssell__description{color:#5f6061;font-size:14px;line-height:1.5;margin-top:12px}.flux-crosssell__description:empty{display:none}.flux-crosssell__variation-table{margin-top:15px;width:100%}.flux-crosssell__variation-table tbody{width:100%}.flux-crosssell__variation-table tr td{border-bottom:0!important;padding:10px 6px}.flux-crosssell__variation-table tr td:first-child{width:120px}.flux-crosssell__variation-table select{width:250px}.flux-crosssell__variation-table .select2-selection__arrow{height:42px!important}.flux-crosssell__unavailable-msg{color:#fff!important}.woocommerce-checkout .flux-crosssell__product .select2-selection{height:42px!important;padding:7px 54px 9px 14px!important}.woocommerce-order-pay .flux-stepper{display:none}.flux-footer--order-pay button{text-transform:uppercase}.woocommerce-order-pay .flux-checkout--classic .flux-heading--order-pay{margin-top:30px}.woocommerce-order-pay .flux-checkout--classic .flux-footer--order-pay button{width:100%}.woocommerce-order-pay .flux-checkout--classic #payment .payment_methods>li:not(.woocommerce-notice) input[type=radio]:checked+label:after{top:8.5px}@supports(-moz-appearance:button) and (contain:paint){.woocommerce-order-pay .flux-checkout--classic #payment .payment_methods>li:not(.woocommerce-notice) input[type=radio]:checked+label:after{top:7px}}@media screen and (max-width:1000px){.woocommerce-order-pay .flux-checkout--classic .flux-common-wrap__content-left{padding:0!important}.woocommerce-order-pay .flux-checkout--classic .flux-order-pay .flux-common-wrap__wrapper{margin:0 auto;max-width:550px}}.woocommerce-order-pay .flux-checkout--modern .flux-heading--order-pay{margin-top:47px}@media screen and (max-width:600px){.woocommerce-order-pay .flux-checkout--modern .flux-heading--order-pay{margin-top:20px}}@media screen and (max-width:1000px){.woocommerce-order-pay .flux-checkout__sidebar-header{display:none}.flux-common-wrap__content-left{order:10}.flux-common-wrap__content-right{order:5}}.flux-order-pay-header--mobile{display:none;padding:30px 0 0 30px}@media screen and (max-width:1000px){.flux-order-pay-header--mobile{display:block}.flux-order-pay-header--desktop{display:none!important}}.react-datepicker__navigation{background-color:transparent!important}.yith-wcpb-bundled-items-heading{font-size:1.1em;margin:15px 0 10px;font-weight:500}.yith-wcpb-product-bundled-items{width:100%;border:1px solid #d8d8d8;border-radius:5px;border-collapse:separate;box-shadow:1px 2px 6px 0 rgba(0,0,0,.1);margin-bottom:40px;overflow:hidden;table-layout:auto}.yith-wcpb-product-bundled-items label{display:inline-block}.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item{border-bottom:1px solid #d8d8d8;display:flex;padding:20px}.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item:last-child{border-bottom:none}.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-image{width:80px;padding:0!important;vertical-align:top}.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-data{padding-left:20px;position:relative;flex:1 1;display:flex;flex-direction:column;justify-content:center}.yith-wcpb-product-bundled-item-data__variations_form{max-width:400px}.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data__variations_form .variations select.yith-wcpb-select-for-variables{margin-right:0;width:100%}.yith-wcpb-product-bundled-item-data__optional{margin:15px 0}.yith-wcpb-product-bundled-item-data__optional label{font-weight:500;font-size:.9em;cursor:pointer}.yith-wcpb-product-bundled-item-image .images{margin:0!important;padding:0!important;width:100%!important;float:none!important}.yith-wcpb-product-bundled-item-image img{width:80px}.single-product .yith-wcpb-product-bundled-item-data h3,.yith-wcpb-product-bundled-item-data h3{font-size:1em;margin:5px 0}.single-product h3.yith-wcpb-product-bundled-item-data__title,h3.yith-wcpb-product-bundled-item-data__title{margin-top:0}.single-product h3.yith-wcpb-product-bundled-item-data__title a,h3.yith-wcpb-product-bundled-item-data__title a{text-decoration:none}.yith-wcpb-product-bundled-item-data p{margin-bottom:5px}.yith-wcpb-product-bundled-item-data .price,.yith-wcpb-product-bundled-item-data .woocommerce-variation-price{display:none}.yith-wcpb-product-bundled-item-data__price .price{display:block}.yith-wcpb-product-bundled-item-data__price .price del,.yith-wcpb-product-bundled-item-data__price .price del span.amount{font-size:12px!important;opacity:1!important}.yith-wcpb-product-bundled-item-data__price .price ins{font-weight:700;color:#485b6d;line-height:1.7}.yith-wcpb-product-bundled-items p.stock{display:block;margin:0!important;text-align:right;padding:0 2px 10px 0;background:transparent;font-size:.92em}.yith-wcpb-product-bundled-items p.stock.in-stock,.yith-wcpb-product-bundled-items p.stock.out-of-stock{color:#5d5d5d}.yith-wcpb-product-bundled-item-availability.not-variation p.stock{padding:10px 2px 0 0}.yith-wcpb-product-bundled-item-data__quantity input[type=number].yith-wcpb-bundled-quantity{width:70px;padding:13px 5px;background:#fff;border:1px solid #d1d1d1;text-align:center;line-height:1;height:auto}.yith-wcpb-bundled-quantity__invalid-notice{display:none;margin-top:6px;border-radius:5px;font-size:.7em;font-weight:600;color:red}.yith-wcpb-product-bundled-item-data__quantity input[type=number].yith-wcpb-bundled-quantity:invalid{border-color:red}.yith-wcpb-product-bundled-item-data__quantity input[type=number].yith-wcpb-bundled-quantity:invalid+.yith-wcpb-bundled-quantity__invalid-notice{display:block}.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations{margin:15px 0 7px}.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations td{font-size:.9em;font-weight:500}.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations .reset_variations{float:right;text-transform:none;text-decoration:none}.yith-wcpb-product-bundled-item-data table.variations,.yith-wcpb-product-bundled-item-data table.variations tr{border:0}tr.yith-wcpb-bundle-table-item td{border-bottom:0!important}tr.yith-wcpb-child-of-bundle-table-item,tr.yith-wcpb-child-of-bundle-table-item td{border-top:0!important}tr.yith-wcpb-child-of-bundle-table-item:not(.yith-wcpb-child-of-bundle-table-item--last),tr.yith-wcpb-child-of-bundle-table-item:not(.yith-wcpb-child-of-bundle-table-item--last) td{border-bottom:0!important}tr.yith-wcpb-child-of-bundle-table-item td{padding-top:0!important}tr.yith-wcpb-child-of-bundle-table-item:not(.yith-wcpb-child-of-bundle-table-item--last) td{padding-bottom:0!important}tr.yith-wcpb-child-of-bundle-table-item td img{transform:scale(.7)}body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta li,body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta li,tr.yith-wcpb-child-of-bundle-table-item dl.variation dd,tr.yith-wcpb-child-of-bundle-table-item dl.variation dt,tr.yith-wcpb-child-of-bundle-table-item td,tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta li{font-size:.8em}body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dd p,body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dt p,body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta p,body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dd p,body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dt p,body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta p{font-size:1em;margin-top:.3em}.yith-wcpb-child-of-bundle-table-item .product-price>*,.yith-wcpb-child-of-bundle-table-item .product-subtotal>*,.yith-wcpb-child-of-bundle-table-item .product-total>*{opacity:.6}.yith-wcpb-saving-amount{font-size:.8em;margin-left:10px;font-weight:600;color:#c81313}.yith_wcpb_bundle_widget{background:#fff!important;border:2px solid #f1f1f1;padding:20px 30px!important}.yith_wcpb_bundle_widget h3{font:700 17px Open Sans,Helvetica,sans-serif!important;text-transform:uppercase;color:#777!important}ul.yith_wcpb_bundle_list_widget{list-style:none!important;padding:0;margin:0}ul.yith_wcpb_bundle_list_widget>li{min-height:65px;padding-bottom:20px}ul.yith_wcpb_bundle_list_widget>li img{float:right;margin-left:4px;width:45px;height:auto;box-shadow:none}ul.yith_wcpb_bundle_list_widget>li a{display:block;font-weight:700}div.yith-wcbm-widget-bundle-container{overflow:auto;display:block;margin-bottom:10px;padding-top:20px;border-top:1px solid #eaeaea}div.yith-wcbm-widget-bundle-container a{font:600 16px Open Sans,Helvetica,sans-serif!important;text-transform:uppercase;text-decoration:none;color:#cf1a00}.yith-wcbm-widget-bundle-price del{font:300 14px Open Sans,Helvetica,sans-serif!important;color:#777}.yith-wcbm-widget-bundle-price ins,.yith-wcbm-widget-bundle-price>span.amount{font:700 15px Open Sans,Helvetica,sans-serif!important;background:transparent;font-weight:800}ul.yith-wcbm-widget-bundled-items{margin:0!important;padding:0!important;list-style:none!important}ul.yith-wcbm-widget-bundled-items li a{font:600 13px Open Sans,Helvetica,sans-serif!important;padding:3px 0;display:flex;align-items:center;text-decoration:none;color:#777}ul.yith-wcbm-widget-bundled-items li img{margin:0 10px 0 0;width:40px;height:auto;box-shadow:none}table.yith-wcpb-table-variations tr{text-align:right}table.yith-wcpb-table-variations label{font-weight:800;margin-right:5px}@media only screen and (max-width:768px){.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item{height:auto}.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-price,.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-subtotal,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-price,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-subtotal{display:none}.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name a,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name a{font-size:inherit;padding-left:inherit}.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name:before,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name:before{content:"- "}.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dd,.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dt,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dd,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dt{margin:inherit;font-size:inherit;padding:inherit;line-height:inherit}}.storefront-full-width-content.single-product .yith-quick-view-content .product .images{margin:0!important}.theme-yith-proteo.single-product div.product .summary.entry-summary .yith-wcpb-product-bundled-item-data__price .price{margin-bottom:5px;font-size:1em}.theme-yith-proteo .yith-wcpb-product-bundled-item-data__price .price ins{font-size:15px}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations{margin:20px 0 7px}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations td{font-size:.9375rem;font-weight:500}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations td.label{padding:7px 30px 20px 0;vertical-align:top;min-width:70px}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations td.value{width:100%;padding-bottom:20px}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations tr:last-child td{padding-bottom:0}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations .reset_variations{margin-top:5px;float:right;text-transform:none;text-decoration:none}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations{text-transform:uppercase}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations tr>td .select2-container{width:100%!important}.theme-yith-proteo .yith-wcpb-saving-amount{font-size:.5em}.woocommerce div.product.elementor form.yith-wcpb-bundle-form{display:block!important}.yith-wcpb-product-bundled-item-image img{height:auto!important;max-width:100%!important}.react-datepicker-wrapper{width:100%!important}.woocommerce-reward-points-text-container.woocommerce-reward-points-text-checkout{padding:30px 20px;border-radius:12px;border:1px solid var(--primary-color);margin-bottom:40px;position:relative}.woocommerce-reward-points-tooltip{display:inline;margin-left:5px;margin-right:5px}[woocommerce-reward-points-tooltip]{position:relative}[woocommerce-reward-points-tooltip]:after,[woocommerce-reward-points-tooltip]:before{text-transform:none;font-size:.9em;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}[woocommerce-reward-points-tooltip]:before{content:"";border:5px solid transparent;z-index:1001}[woocommerce-reward-points-tooltip]:after{content:attr(woocommerce-reward-points-tooltip);text-align:center;min-width:300px;max-width:400px;white-space:normal;overflow:auto;text-overflow:ellipsis;padding:1ch 1.5ch;border-radius:.3ch;box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);background:#333;color:#fff;z-index:1000}.woocommerce-reward-points-promotion-name{font-weight:700;display:block}[woocommerce-reward-points-tooltip]:hover:after,[woocommerce-reward-points-tooltip]:hover:before{display:block}[woocommerce-reward-points-tooltip=""]:after,[woocommerce-reward-points-tooltip=""]:before{display:none!important}[woocommerce-reward-points-tooltip]:not([flow]):before,[woocommerce-reward-points-tooltip][flow^=up]:before{bottom:100%;border-bottom-width:0;border-top-color:#333}[woocommerce-reward-points-tooltip]:not([flow]):after,[woocommerce-reward-points-tooltip][flow^=up]:after{bottom:calc(100% + 5px)}[woocommerce-reward-points-tooltip]:not([flow]):after,[woocommerce-reward-points-tooltip]:not([flow]):before,[woocommerce-reward-points-tooltip][flow^=up]:after,[woocommerce-reward-points-tooltip][flow^=up]:before{left:50%;transform:translate(-50%,-.5em)}[woocommerce-reward-points-tooltip][flow^=down]:before{top:100%;border-top-width:0;border-bottom-color:#333}[woocommerce-reward-points-tooltip][flow^=down]:after{top:calc(100% + 5px)}[woocommerce-reward-points-tooltip][flow^=down]:after,[woocommerce-reward-points-tooltip][flow^=down]:before{left:50%;transform:translate(-50%,.5em)}[woocommerce-reward-points-tooltip][flow^=left]:before{top:50%;border-right-width:0;border-left-color:#333;left:calc(0em - 5px);transform:translate(-.5em,-50%)}[woocommerce-reward-points-tooltip][flow^=left]:after{top:50%;right:calc(100% + 5px);transform:translate(-.5em,-50%)}[woocommerce-reward-points-tooltip][flow^=right]:before{top:50%;border-left-width:0;border-right-color:#333;right:calc(0em - 5px);transform:translate(.5em,-50%)}[woocommerce-reward-points-tooltip][flow^=right]:after{top:50%;left:calc(100% + 5px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:.9;transform:translate(-50%)}}@keyframes tooltips-horz{to{opacity:.9;transform:translateY(-50%)}}[woocommerce-reward-points-tooltip]:not([flow]):hover:after,[woocommerce-reward-points-tooltip]:not([flow]):hover:before,[woocommerce-reward-points-tooltip][flow^=down]:hover:after,[woocommerce-reward-points-tooltip][flow^=down]:hover:before,[woocommerce-reward-points-tooltip][flow^=up]:hover:after,[woocommerce-reward-points-tooltip][flow^=up]:hover:before{animation:tooltips-vert .3s ease-out forwards}[woocommerce-reward-points-tooltip][flow^=left]:hover:after,[woocommerce-reward-points-tooltip][flow^=left]:hover:before,[woocommerce-reward-points-tooltip][flow^=right]:hover:after,[woocommerce-reward-points-tooltip][flow^=right]:hover:before{animation:tooltips-horz .3s ease-out forwards}.woocommerce-reward-points-text-cart p,.woocommerce-reward-points-text-checkout p{margin-bottom:0}.woocommerce-reward-points-text-cart,.woocommerce-reward-points-text-checkout,.woocommerce-reward-points-text-thank-you{padding:30px;margin-bottom:20px;background-size:cover}.woocommerce-my-points-rewards ul,.woocommerce-reward-points-text-container ul{list-style-type:none;margin-top:5px;margin-left:5px}.woocommerce-my-points-rewards ul li,.woocommerce-reward-points-text-container ul li{margin-bottom:3px}.woocommerce-my-points-rewards ul li i,.woocommerce-reward-points-text-container ul li i{margin-right:5px}.woocommerce-my-points-rewards ul li{border-bottom:1px solid #eaeaea;padding:6px 0}.woocommerce-reward-points-redemption-form{width:50%}.woocommerce-reward-points-redemption-form-points{width:50%;max-width:150px}.button.woocommerce-reward-points-redemption-form-button{display:inline-block;margin:0}.woocommerce-my-points-fl{float:left}.woocommerce-my-points-bar{width:50%;margin:50px auto 0;position:relative}.woocommerce-my-points-clear{clear:both;float:none}.woocommerce-my-points-container-circle .woocommerce-my-points-bar{width:30%;margin:0 auto}.woocommerce-reward-points-level-container{width:10%;float:left;text-align:center}.woocommerce-reward-points-level-container img{width:70%;max-width:200px}.woocommerce-reward-points-level-current-name{display:block}.woocommerce-reward-points-text-cart .woocommerce-reward-points-earning-text-container,.woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container,.woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container{float:left;width:60%}.woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container{width:90%}.woocommerce-reward-points-redemption-form-container,.woocommerce-reward-points-redemption-success-container{float:right;width:30%;margin-bottom:0;text-align:center}.woocommerce-reward-points-redemption-form-container input{margin:0!important}.woocommerce-reward-points-redemption-form-shortcode .woocommerce-reward-points-redemption-form-container{width:100%;float:none}.woocommerce-reward-points-redemption-text{width:100%}a.woocommerce-reward-points-redemption-text-remove-points,a.woocommerce-reward-points-redemption-text-remove-points:hover{color:#fff}.woocommerce-reward-points-redemption-text-remove-points:hover{text-decoration:underline}.woocommerce-reward-points-redemption-text-remove-points .fa{margin-right:3px}.woocommerce-reward-points-redemption-text-below,.woocommerce-reward-points-redemption-text-remove-points{font-size:80%}.woocommerce-reward-points-redemption-form-trigger{margin:0 auto}.woocommerce-reward-points-redemption-form-inputs{margin-top:15px}.woocommerce-reward-points-redemption-text-success{font-weight:700;font-size:32px;text-transform:uppercase;width:100%;display:block}.woocommerce-reward-points-redemption-form-trigger{font-size:80%;border-bottom:1px dashed #eee}.woocommerce-reward-points-redemption-form-points{background-color:transparent!important;width:150px!important;border:1px solid #fff}.woocommerce-reward-points-redemption-form-points::placeholder{color:#eee}.progressbar-text{top:-10%!important;text-align:center;font-weight:700;font-size:52px}.woocommerce-my-points-container h2{margin-top:30px}.woocommerce-my-points-bar-label{font-size:18px;font-weight:400;text-transform:uppercase}.woocommerce-my-points-bar-text-below{text-align:center}.woocommerce-my-points-container-line{margin-top:150px}.woocommerce-my-points-container-line .progressbar-text{top:-5px}.woocommerce-my-points-container-line .woocommerce-my-points-bar-label{margin-top:0}.woocommerce-my-points-container-line .woocommerce-my-points-bar-text-below{margin-top:25px}.woocommerce-my-points-container-circle .progressbar-text{top:45%!important}.woocommerce-my-points-bar-text-next-level-text{margin-top:20px;font-size:20px;line-height:30px;font-weight:700}.woocommerce-reward-points-text-product-category{font-size:90%}.woocommerce-my-points-bar-heart-text.progressbar-text{position:absolute;top:40%!important;left:0;right:0}.woocommerce-reward-points-overlay{position:fixed;top:0;left:0;background:rgba(0,0,0,.7);display:block;width:100%;height:100%;z-index:9999999}.woocommerce-reward-points-popup-container{margin:0 auto;width:100%;max-width:600px;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;z-index:99999999}.woocommerce-reward-points-popup{padding:50px;background:#fff;border-radius:20px}.woocommerce-reward-points-popup img{max-width:250px;margin-bottom:25px}.woocommerce-reward-points-share-buttons{display:block;margin-top:10px;margin-bottom:10px}.woocommerce-reward-points-share-button{display:inline-block;padding:5px 10px;background-color:#333;color:#fff;margin-right:15px;font-size:13px;min-width:130px;margin-bottom:10px}.woocommerce-reward-points-share-button:hover{color:#fff}.woocommerce-reward-points-share-facebook{background-color:#3b5999}.woocommerce-reward-points-share-twitter{background-color:#55acee}.woocommerce-reward-points-share-pinterest{background-color:#bd081c}.woocommerce-reward-points-share-linkedin{background-color:#0077B5}.woocommerce-reward-points-share-buffer{background-color:rgb(44,75,255)}.woocommerce-reward-points-share-tumblr{background-color:#34465d}.woocommerce-reward-points-share-reddit{background-color:#ff5700}.woocommerce-reward-points-share-wordpress{background-color:#21759b}.woocommerce-reward-points-share-pocket{background-color:#ef4056}.woocommerce-reward-points-share-vk{background-color:#4c75a3}.woocommerce-reward-points-story-form{margin-top:20px}.woocommerce-reward-points-share-disabled{background-color:#555;cursor:not-allowed}.woocommerce-my-points-current-level-container{position:absolute;top:0;right:0;max-width:100px;text-align:center;font-size:90%}.woocommerce-reward-points-recommended-text{margin-top:20px;width:100%}.woocommerce-reward-points-level-badge-small{width:25px;display:inline-block;margin-right:5px}.woocommerce-reward-points-thank-you-button{display:table!important;margin-top:20px!important}.woocommerce-reward-points-story-success{padding:8px 10px;margin-left:10px;background-color:#558B2F;color:#fff;margin-top:10px}.woocommerce-my-points-rewards{margin-top:20px}.woocommerce-my-points-rewards .fa-check-square{color:#4CAF50}.woocommerce-my-points-rewards .fa-minus-square{color:#d32f2f}.woocommerce-MyAccount-content{position:relative}.my-points-level-required{font-weight:700}.woocommerce-reward-points-question-form-question{background:transparent!important;border:none!important;box-shadow:none!important;text-align:center!important;font-size:28px!important;line-height:34px!important;font-weight:900!important;margin-bottom:0!important;min-height:auto!important;height:auto!important}.woocommerce-reward-points-question-form-button{width:100%}.woocommerce-reward-points-birthday{width:200px!important}.woocommerce-reward-points-birthday-form{margin-top:20px}.woocommerce-reward-points-birthday,.woocommerce-reward-points-birthday-form-button{margin-bottom:0!important}form.checkout .woocommerce-reward-points-redemption-form-container,form.checkout .woocommerce-reward-points-redemption-success-container{width:100%;float:none}form.checkout .woocommerce-reward-points-level-container{width:25%}form.checkout .woocommerce-reward-points-earning-text-container{width:75%}@media(max-width:768px){.woocommerce-my-points-bar,.woocommerce-my-points-rewards{margin:0 auto;width:100%}.woocommerce-reward-points-text-cart,.woocommerce-reward-points-text-checkout,.woocommerce-reward-points-text-thank-you{padding:10px}.woocommerce-reward-points-level-container img{max-width:100px}.woocommerce-reward-points-redemption-form-points{width:100%}.woocommerce-my-points-bar-text-below{margin-top:80px}.woocommerce-my-points-current-level-container{top:30px}.woocommerce-reward-points-earning-text-container,.woocommerce-reward-points-level-container,.woocommerce-reward-points-redemption-form,.woocommerce-reward-points-redemption-form-container{width:100%!important}.woocommerce-reward-points-user-point-adding-actions,.woocommerce-reward-points-user-point-adding-email,.woocommerce-reward-points-user-point-adding-level,.woocommerce-reward-points-user-point-adding-name,.woocommerce-reward-points-user-point-adding-points,.woocommerce-reward-points-user-point-adding-username{display:block;width:100%}.woocommerce-reward-points-user-point-adding th{display:none}.woocommerce-reward-points-user-point-adding tr{margin-bottom:20px;display:block}}.woocommerce-reward-points-level-shortcode .woocommerce-reward-points-level-container{width:100%;float:none;text-align:initial}.woocommerce-reward-points-level-shortcode .woocommerce-reward-points-level-container img{width:100%;max-width:100%}.woocommerce-reward-points-recommended-text{background-color:#FFF59D}.woocommerce-my-points-bar svg{height:auto;width:auto}.woocommerce-my-points-rewards h2{margin-bottom:0}.woocommerce-my-points-rewards ul{padding-left:0}.woocommerce-reward-points-redemption-text-remove-points{margin-left:5px}.btn.btn-primary.button.woocommerce-reward-points-redemption-form-button{margin:0!important;line-height:.2!important;display:block!important;padding:19px 25px!important;background:#16110E!important;font-weight:500}.woocommerce-reward-points-level-container{margin:0!important;padding:0!important;width:50px!important}.woocommerce-reward-points-redemption-text{margin-top:0}.woocommerce-reward-points-redemption-form-inputs{width:100%}.woocommerce-reward-points-earning-text-container h3{line-height:20px;margin-bottom:0}.woocommerce-reward-points-redemption-form-inputs{display:flex;column-gap:5px}.woocommerce-reward-points-redemption-text{display:block}.woocommerce-reward-points-redemption-form-points{border:1px solid #16110e!important;padding:9px;border-radius:5px;color:black!important}.btn.btn-primary.button.woocommerce-reward-points-redemption-form-button:hover{background:#16110E}input.woocommerce-reward-points-redemption-form-points :focus,input:focus{outline:none}.woocommerce-reward-points-earning-text-container{padding:5px 0}.delivery-date-time-info-box input,select{border:1px solid #e5e5e5;width:100%;padding:10px 6px;margin-bottom:10px}.delivery-date-time-info-box label{color:#5f6061}.woocommerce-reward-points-redemption-form-points::placeholder{color:#888888}.mobile_coupon_points{display:none}@media only screen and (max-width:768px){.mobile_coupon_points{display:block}.coupon-form td .checkout_coupon.woocommerce-form-coupon p.form-row-last{width:38%}.coupon-form td .checkout_coupon.woocommerce-form-coupon p.form-row-first{width:58%}.slick-next,.slick-prev{display:block!important;z-index:9!important;color:#16110E!important;font-size:40px!important;zoom:1.3!important}.slick-prev{left:10px!important}.slick-next{right:10px!important}.slick-next:before,.slick-prev:before{color:#000000!important}}.offer-hero-section .offer-two{display:none}.offer-hero-section .offer-one,.offer-hero-section img{width:100%}@media screen and (max-width:991px){.offer-hero-section .offer-two{width:100%;display:block}.offer-hero-section .offer-one{display:none}.d-home{background-image:none!important}.newhomehero{width:400px!important}}.hidescroll::-webkit-scrollbar{display:none!important}.hidescroll{scrollbar-width:none!important;-ms-overflow-style:none!important}.category_bubble{width:80px;height:80px;border-radius:240px;background:rgba(255,184,152,1)!important}.category_name{font-weight:400;font-size:16px;leading-trim:Cap height;line-height:24px;letter-spacing:0;text-align:center;color:rgba(0,0,0,1);margin-top:10px}.category_title{margin-left:0;justify-content:flex-start!important;width:60%!important;font-size:48px!important}.cat_hero{position:absolute;right:0;width:45%;bottom:0}.backgroundNone{background:none!important}.popup_con{width:450px!important}@media (max-width:575.98px){.ftb_breadcrumb_title h1{font-size:24px!important;line-height:32px;width:90%!important;margin:0 auto}.popup_con{width:350px!important}.mobile-hide{display:none!important}.ftb_breadcrumb_section{padding-top:150px!important;padding-bottom:200px!important}.cat_hero{position:absolute;right:0;width:100%;bottom:0}}.pf-fit002-usps{align-items:center;margin:30px auto;gap:15px;justify-content:space-between;display:none}.pf-fit002-usp{display:flex;align-items:center;gap:15px}.pf-fit002-usp span{color:#F34D03;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.pf-fit002-usp img{width:40px;height:40px;max-width:203px}.pf-fit002-usp--line{min-height:48px;width:1px;background-color:#F34D03}.pf-fit002-title{font-size:64px!important;line-height:32px;display:none}.pf-fit002-image{display:none}@media (max-width:768px){.pf-fit002-usps{flex-direction:column;align-items:flex-start;margin:10px 0 0;justify-content:unset}.pf-fit002-usp--line{display:none}.pf-fit002-image{right:0;width:252px;height:232.68px;top:113px}.pf-fit002-title{font-size:24px;line-height:32px}}.echtContainerButton{font-family:Gilroy!important;font-weight:600!important}.echtContainerTxt{color:rgba(255,255,255,1)!important}.echtContainerTxt,.ecnCardTxt{font-weight:400!important;font-family:Gilroy!important}.ecnCardTxt,.ecnCardTxt p{line-height:22px!important;color:rgba(56,58,66,1)!important}.ecnCardTxt p{font-family:Gilroy!important;font-weight:400!important}.kiesborder{border-top-right-radius:0!important;border-top-left-radius:0!important}.sliderNavigateBtn{background:#fff!important}.desktophide{display:none!important}.desktop-herocon{position:absolute;width:40%;right:0;max-width:750px!important}.desktop-hero{transform:scaleX(-1)}@media screen and (max-width:1200px) and (min-width:800px){.hero-title{font-size:54px!important;line-height:64px!important}}@media screen and (max-width:991px){.offer-hero-section .offer-two{width:100%;display:block}.offer-hero-section .offer-one{display:none}.heroDis{font-size:16px!important}.swiperFoodPriceContainer .swiperDisPrice,.swiperFoodPriceContainer .swiperFoodPrice{font-size:24px!important}.mobileshow{display:block!important}.swiperSliderDis h3{font-weight:600!important}.desktop-herocon{display:none!important}.swiperSliderDis .swiperFoodMinTitle{font-size:20px!important}.foodPassedContainer span{font-weight:400!important;font-family:Gilroy!important}.kiesContainer h2{line-height:34px!important;font-family:Gilroy!important;font-weight:600!important;width:80%!important;text-align:center!important;margin:auto!important}.heroBtn button{padding:10px 24px!important;font-size:18px!important}.kisePy{padding-top:20px!important;padding-bottom:20px!important}.mobilehide{display:none!important}.d-home-container{margin-top:280px!important}.echtContainerTitle{font-weight:600!important}.ecnContainer h4{font-weight:600}.d-faqTitle{text-align:left!important;font-size:22px!important}.ecnContainer h4{font-family:Gilroy!important;font-weight:600!important}.hoeContainer .howInfoContainer p{line-height:1.2!important;font-family:Gilroy!important;color:rgba(56,58,66,1)!important}.hoeContainer .howInfoContainer{gap:20px!important}.heroDis{margin-top:20px!important}.howSection{margin-top:60px!important}.howTitle{font-weight:600!important}.swiperCartBtn button{padding:10px!important;font-size:18px!important}.vetrowouldCOntainer{margin-top:60px!important}}.swiperNavigateBtn{display:none!important}@media (min-width:1381px){.howimg1{top:-17%!important;right:-7px!important}}@media (min-width:450px) and (max-width:800px){.howimg1{top:-17%!important;right:-6px!important}}@media (max-width:420px){.howimg1{top:-20%!important}}@media (max-width:620px){.swiperContentContainer .swiperMainFood{max-width:678px;width:100%;height:100%;justify-content:space-between}}.backgroundNone{font-size:16px;line-height:24px;padding:16px 0;border-radius:100px;color:var(--primary-color);background:transparent;font-weight:500;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center;column-gap:4px;flex-wrap:nowrap;min-width:-moz-fit-content;min-width:fit-content;width:100%;cursor:pointer}.position-absolute{position:absolute!important}.top-100{top:100%!important}.end-0{right:0!important}.mt-2{margin-top:.5rem!important}.me-3{margin-right:1rem!important}.bg-white{background-color:#ffffff!important}.shadow-lg{box-shadow:0 10px 15px rgba(0,0,0,.1)!important}.p-3{padding:1rem!important}.border{border-width:1px!important}.border-light{border-color:#f8f9fa!important}.animate-slide-in{animation:slideIn .5s ease-out forwards}@keyframes slideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.popup_con{position:relative}.d-flex{display:flex!important}.align-items-start{align-items:flex-start!important}.ms-3{margin-left:1rem!important}.flex-grow-1{flex-grow:1!important}.fw-bold{font-weight:700!important}.mb-1{margin-bottom:.25rem!important}.text-muted{color:#6c757d!important}.small{font-size:.875rem!important}.mb-2{margin-bottom:.5rem!important}.gap-2{gap:.5rem!important}.btn{display:inline-block;font-weight:400;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:all .2s ease-in-out}.btn-warning{color:#212529;background-color:#fd7e14;border-color:#fd7e14}.btn-warning:hover{color:#fff;background-color:#e36e14;border-color:#e36e14}.btn-sm{font-size:.875rem;padding:.25rem .5rem;border-radius:.2rem}.btn-outline-secondary{color:#6c757d;background-color:transparent;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.img-fluid{width:100%;height:auto}.rounded-3{border-radius:.375rem!important}.foodPassedContainer{margin:10px 0}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:Font Awesome\ 6 Free}.g-2,.gy-2{--bs-gutter-y:0.5rem!important}.g-2,.gx-2{--bs-gutter-x:0.5rem!important}.p-4{padding:1.5rem!important}.category_new_title{word-wrap:break-word;max-width:1000px;font-family:Gilroy;font-size:48px;font-weight:700;line-height:56px;text-align:center;padding:auto 20px;margin-left:auto;margin-right:auto}@media (max-width:768px){.category_new_title{font-size:36px}}@media (max-width:480px){.category_new_title{font-size:24px;padding-left:10px;padding-right:10px;line-height:32px}}@media (max-width:375px){.category_new_title{font-size:24px}}.new-add-to-cart{background-color:#FD5001!important}.ftb-header-top-notice-header{color:rgba(0,0,0,1)!important;font-family:Gilroy!important;padding-top:6px!important;padding-bottom:7px!important;background-color:rgba(255,218,201,1)!important}@media (max-width:991.98px){.ftb_header_section{padding:0 0 14px!important}}button{text-transform:uppercase!important}.popup-cart-button{font-size:12px!important}.pd_quantity_box input{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.d-home-container2{margin-top:0!important}.txt_uppercase{text-transform:uppercase!important}.orderSummaryBtn{display:none!important}.header_h2{text-align:center;font-weight:700;margin-top:3rem;margin-bottom:2rem;min-height:0;font-size:2rem}@media (max-width:768px){.orderSummaryBtn{display:flex!important;padding-top:15px!important}.mobile_header_txt{font-size:1.3rem!important;font-weight:800!important}}.text_uppercase{text-transform:uppercase!important}:global(.swiper-wrapper){width:100%!important}:global(.swiper-slide){width:100%!important}:global(.swiper){overflow:visible!important}:global(.swiper-wrapper){overflow:visible!important}:global(.swiper-slide){overflow:visible!important}.ftb_info_box p{margin-bottom:0!important}.ftb_info_box h2,.ftb_info_box h3{font-size:16px!important}@media (max-width:768px){.product-page-related-products{gap:6px!important}.dashboard_no_subscriptions{gap:0!important}.mobile_addmeal_card{height:400px!important}}.download_invoice:hover{background-color:#FD5001!important;color:#fff!important;border:1px solid #fd5001!important}.d-home{width:100%;background-position:top;background-repeat:no-repeat;background-color:#ff6f33;padding-top:50px}.d-home-container{max-width:1440px;margin:0 auto}.d-home-up-title{display:flex;gap:13px}.d-home-up-title p{color:white;font-family:Liberation Sans}.d-home-up-title img{margin-top:2px}.hero-title{font-size:32px;max-width:1376px;text-transform:uppercase;line-height:normal;font-weight:700}.hero-title,.heroDis{color:white;font-family:Gilroy}.heroDis{max-width:717px;font-size:20px;margin-top:32px;font-weight:400}.heroBtn{margin-top:16px}.heroBtn button{padding:16px 24px;background-color:white;color:#1e1f20;border-radius:8px;border:none;transition:ease-in;animation-duration:3ms;font-weight:500;display:flex;align-items:center;gap:8px;font-family:Gilroy;font-size:18px!important}.heroBtn button:hover{scale:105%}.heroItems{display:flex;align-items:center;gap:16px}.heroItems p{color:white;margin-top:15px}.heroContainer{display:flex;justify-content:space-between;align-items:center;margin-top:24px;flex-wrap:wrap;font-size:16px}.d-home .heroContainer .heroSeparator{width:1px;height:48px;background-color:white!important;margin-top:25px}.heroItems img{width:32px;height:32px}.hoeMain{padding:0 16px}.howSection{font-family:Gilroy;color:black;max-width:1440px;margin:104px auto auto}.howTitle{text-align:center;font-size:32px;font-weight:800}.hoeCardContainer{display:flex;width:100%;flex-wrap:wrap;gap:70px;height:100%;margin-top:88px}.hoeContainer{position:relative;padding:32px 24px;border:1px solid #fd4f01;border-radius:20px;align-items:stretch;width:100%}.hoeContainer .howInfoContainer{display:flex;flex-direction:column;gap:28px;height:100%;align-items:center;margin-top:100px;position:relative;z-index:3}.hoeContainer .howInfoContainer h3{font-weight:600;text-align:center;font-size:24px;max-width:396px;font-family:Gilroy}.hoeContainer .howInfoContainer p{font-size:20px;text-align:center}.howIndex{width:40px;height:40px;border-radius:100%;background-color:#fd4f01;color:white;display:flex;align-items:center;justify-content:center}.hoeContainer img{max-width:100%;position:absolute;top:-21.5%;z-index:2;right:0}.howimg1{top:-15%!important;right:0!important;zoom:1.7}.howimg2{zoom:2;top:-65%!important}@media (max-width:420px){.howimg1{top:-15%!important;zoom:1.3}.howimg2{top:-72%!important}}.hoeContainer .howimg3{width:403px!important;height:364px;right:0!important;top:-10%}@media (max-width:420px){.hoeContainer .howimg3{right:-3.3%!important;top:-20%!important}}.desktophide{display:none}.swiperContentContainer{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:stretch;position:relative}.swipContainer{position:relative;max-width:1440px;margin:110px auto auto}.swiperNavigateBtn{position:absolute;right:40%;top:88%;z-index:2;transform:translateX(35px);display:flex;gap:16px}.sliderNavigateBtn{border:1px solid #b6bac3;border-radius:20px;padding:14px}.swiperContentContainer .swiperMainFood{max-width:678px;width:100%;justify-content:space-between}.swiperContentContainer p{margin-bottom:0!important}.swiperContentContainer h3{font-size:32px;font-weight:700;margin-bottom:0!important}.swiperFoodPriceContainer{display:flex;align-items:center;gap:12px;margin-top:24px}.swiperFoodPriceContainer .swiperDisPrice,.swiperFoodPriceContainer .swiperFoodPrice{font-weight:400;font-size:32px;font-family:Gilroy}.swiperFoodPrice{color:rgba(0,0,0,1)!important;opacity:.6!important}.swiperFoodPriceContainer .swiperDisPrice{color:#b6bac3;opacity:.6}.vetrowouldCOntainer .swiper-pagination{display:none!important;visibility:hidden!important}.swiperSliderDis{position:relative;max-width:644px;padding:0 16px}.swiperSliderDis h3{font-family:Gilroy;font-size:24px;font-weight:700;line-height:1.5}.swiperSliderDis .swiperFoodDes{font-size:16px;color:#383a42;margin-top:24px;font-family:Gilroy}.swiperSliderDis .swiperFoodMinTitle{font-size:24px;color:#01b528;margin-top:24px;font-family:Gilroy}.swiperContainer .foodPassedMark{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;margin-top:24px;align-items:flex-start;gap:20px}.foodPassedContainer{display:flex;align-items:center;gap:12px}.foodPassedContainer span{font-size:16px;color:#1e1f20;font-weight:600}.swiperCartBtn{margin-top:38px}.swiperCartBtn button{font-size:20px;font-weight:500;font-family:Gilroy;width:100%;background-color:#fd4f01;border-radius:8px;border:none;animation-duration:1s;transition:3ms ease-in;padding:16px 24px;color:white}.swiperCartBtn button:hover{background-color:#fd5101c4}.swiperSeparator{height:1px;width:100%;background-color:#e4e4e4;margin-top:24px}.vetrowouldCOntainer{margin-top:120px;padding-left:16px}.vetrowouldCOntainerTitle{font-size:32px;text-align:center!important;max-width:1213px;margin:auto;font-weight:600!important}.vetroouldSliderContainer .mySwiper{margin-top:40px}.swiperPlay{position:relative}.playBtn{position:absolute;top:50%;left:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.6);border-radius:100%;transform:translateX(-50%)}.playBtn img{cursor:pointer}.kiesContainer{max-width:1312px;margin:120px auto auto}.kiesContainer h2{font-weight:700;color:#1e1f20;text-align:center;font-size:32px!important;font-family:Gilroy}.enderen{font-weight:600!important;margin-bottom:0!important}.kiesContainer h4{font-size:18px!important;font-weight:400}.kiesTableContainer{margin-top:40px}.kiesDiv{padding:40px 0;display:flex;align-items:center;justify-content:center}.kiesTableContainer{display:grid;grid-template-columns:repeat(3,1fr)}.kiesTableContainer .green{background-color:inherit;border-top-right-radius:16px;border-top-left-radius:16px;width:100%}.kisePy{padding-top:40px;padding-bottom:40px;border-bottom:2px solid #e4e4e4}.kisePyhidden{border-bottom:none!important}.checkGreen{background-color:inherit;width:100%}.andrenTxt{font-size:16px;font-family:Gilroy}.andrenTxtContainer{display:flex;align-items:center}.kisePyb{border-radius:16px}.kiseBtn{padding:16px 24px;font-size:20px;font-weight:600;border:none;cursor:pointer;background-color:#fd4f01;color:white;display:flex;align-items:center;gap:8px;border-radius:8px;transition:background-color .3s ease,transform .2s ease}.kiseBtn:hover{background-color:#ff6f33;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.padding-left{padding-left:16px}.kisePyhidden{display:none!important}.echtContainer{background-image:url(/images/home/echitbg.png);padding:32px 16px 96px;width:100%;min-height:296px;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-top:80px}.echtContainerTitle{font-size:32px;text-align:center;font-weight:700;color:white}.echtContainer p{color:white;margin-bottom:16px}.echtContainer button,.echtContainer p{font-size:14px;text-align:center;margin-top:16px}.echtContainer button{color:black;background-color:white;padding-top:8px;padding-bottom:8px;width:100%;border-radius:8px;font-family:Roboto;font-weight:700;border:none;transition:background-color .3s ease,transform .2s ease,box-shadow .2s ease}.echtContainer button:hover{background-color:#f5f5f5;color:#fd4f01;transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.ecnContainer p{line-height:19.2px;text-align:center;font-size:16px}.ecnContainer h4{margin:0!important}.ecnCard{padding:32px 24px;border:1px solid #01b528;border-radius:20px}.ecnCard:hover{border:1px solid #fd4f01}.ecnCardContainer{display:none;align-items:center;gap:24px;flex-wrap:wrap;margin-top:24px}.ecnContainer .ecnTitle{font-size:22px!important;font-family:Gilroy}.ecnMainTxt{margin-top:24px!important}.ecnContainer{padding:0 16px;max-width:1440px;margin:80px auto 0}.ecnContainer h4{font-size:32px!important;text-align:center!important}.ecnCard h4,.ecnContainer h4{color:#1e1f20!important;font-weight:800}.ecnCard h4{font-size:24px!important;text-align:center}.ecnCard p{font-size:16px!important;color:#1e1f20!important;text-align:center}.ecnCard{display:flex;align-items:center;gap:24px!important;flex-direction:column}.EcnSliderContainer{display:block}.swiper-pagination-bullet-active-main{background-color:#fd4f01!important}.d-trustpilot{margin-top:80px}.d-faqTitle{text-align:center;font-size:32px;text-transform:uppercase}@media (max-width:1024px){.d-home{padding:48px 16px}.heroItems{gap:11px}.heroItems img{width:24px;height:24px}.heroContainer p{font-size:12px}}@media (min-width:10px){.heroBtn button{width:100%;justify-content:center}.d-home .heroContainer .heroSeparator{display:none}}@media (min-width:800px){.d-home{min-height:646px;background-position:100%}.d-home-container{margin-top:0}.hero-title{font-size:72px;line-height:88px}.heroItems{margin-top:16px}.heroContainer{margin-top:72px}.heroBtn{margin-top:32px}.heroBtn button{width:auto}.d-home .heroContainer .heroSeparator{display:inline-block}.hoeMain{padding:0 40px}.hoeCardContainer{flex-wrap:nowrap;gap:23px;align-items:stretch}.hoeContainer .howInfoContainer h3{font-size:32px}.hoeContainer .howimg3{width:572px;height:473px;top:-35%}.swiperSliderDis{padding:0}.swiperContentContainer h3{gap:40px}.swiperSliderDis .swiperFoodDes{font-size:24px;font-family:Gilroy}.swiperSliderDis h3{font-family:Gilroy;font-size:30px;font-weight:600;line-height:1.3}.swipContainer{padding:0 30px}.swiperContainer .foodPassedMark{flex-direction:row;justify-content:space-between;align-items:flex-start}.dummyNavbar{padding:0 32px!important}.vetrowouldCOntainer{margin-top:120px!important;max-width:1440px;margin:auto;padding-left:24px}.vetrowouldCOntainer .swiper-pagination{display:none!important;visibility:hidden!important}.vetrowouldCOntainerTitle{font-size:48px;margin-bottom:25px!important}.kiesContainer h2{font-size:48px!important}.kiesContainer h4{font-size:32px!important}.kiesTableContainer{margin-top:72px}.andrenTxt{font-size:24px}.kisePyhidden{display:flex!important}.checkGreen,.kiesTableContainer .green{background-color:#e5f8ea}.kiesPadding{padding:0 25px}.padding-left{padding-left:0}.echtContainer{background-image:url(/images/home/echitbg.png);width:100%;padding:68px 25px;min-height:500px;background-size:cover;background-repeat:no-repeat;margin-top:112px}.echtContainerTitle{font-size:48px;text-shadow:0 4px 52px rgba(0,0,0,.35)}.echtContainer p{color:white;font-size:24px;text-align:center;margin-top:24px;margin-bottom:24px}.echtContainer button{color:black;display:block;max-width:200px;font-size:20px;background-color:white;text-align:center;padding-top:8px;padding-bottom:8px;width:100%;border-radius:8px;font-family:Roboto;font-weight:700;border:none;margin:16px auto auto;transition:background-color .3s ease,transform .2s ease,box-shadow .2s ease}.ecnContainer h4{color:#1e1f20!important;font-weight:700!important;font-size:48px!important;text-align:center!important}.ecnContainer p{font-size:24px}.ecnCard p{color:#1e1f20;font-size:20px!important;text-align:center;font-family:Gilroy}.ecnContainerParent{padding:0 20px;margin-top:120px}.ecnCardContainer{margin-top:40px;display:flex;flex-wrap:nowrap;align-items:stretch}.EcnSliderContainer{display:none}.d-trustpilot{margin-top:112px}.d-faqTitle{text-align:start;font-size:48px}}@media (max-width:1421px){.swiperNavigateBtn{top:100%;width:100%;right:0;transform:translateX(-25px);transform:translateY(24px);display:flex;gap:24px;justify-content:center}}.cusorPointer{cursor:pointer}.d-nav-titlel{display:flex;gap:1}.dummyNavbar{width:100%;min-height:115px;position:fixed;z-index:1000;justify-content:space-between;top:40px;color:white;background-color:#fd4f01;padding:0 16px;gap:8px}.dummyNavbar,.navfirstHalf{display:flex;align-items:center}.dummyNavSecondHalf{display:flex;color:white;gap:10px}.navBtnLink{display:flex;align-items:center;gap:20px}.navLinkk{text-wrap:nowrap}.hvrTxt,.navLinkk{color:white;font-size:12px}.hvrTxt{margin:0;font-family:Gilroy;font-weight:500}@media (min-width:1024px) and (max-width:1200px){.navBtnLink{display:flex;align-items:center;gap:10px}}@media (max-width:1023px){.dummyNavSecondHalf{display:none}.hamburger-menu{display:block}}@media (min-width:1024px){.dummyNavSecondHalf{display:flex}.hamburger-menu{display:none}}.upTip{position:absolute;left:0;right:0;background:#000;height:40px;padding-top:10px;top:0;position:fixed;z-index:1000}button.sub_btn{background:transparent;border:1px solid white;color:white}._hero_btn_wrapper{gap:13px}.heroBtn{flex-direction:row}@media screen and (max-width:768px){.heroBtn button{width:100%}._hero_btn_wrapper{gap:15px!important}._hero_btn_wrapper,.heroBtn{flex-direction:column}}@media screen and (max-width:450px){.hoeContainer .howimg3{transform:translateX(-12px)}}@media screen and (min-width:1024px){.mobileLinks{display:none!important}}.dummy-dropDown{position:relative}.d-dropDownContainer{background-color:white;min-height:200px;width:200px;position:absolute;top:100%;display:flex;flex-direction:column;gap:20px;padding:20px;border-radius:10px}.d-dropDownContainer a{color:black;transition:color .3s ease,background-color .3s ease}.d-dropDownContainer a:hover{color:orange}@media (min-width:1024px){.d-home{padding-left:16px;padding-right:16px}}body{padding-top:114px!important}@media (max-width:995px){body{padding-top:100px!important}}.MobileNavbar_mobileMenu__pho46{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:white;z-index:9999;transition:right .3s ease;overflow-y:auto;padding:0;display:flex;flex-direction:column;font-family:Gilroy,sans-serif!important}.MobileNavbar_mobileMenu__pho46.MobileNavbar_open__2vhbm{right:0}.MobileNavbar_closeButton__cJYGL{position:absolute;top:10px;left:10px;width:40px;height:40px;background:#FD4F01;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;z-index:10}.MobileNavbar_logo__8cFP8{display:flex;justify-content:center;align-items:center;background-color:#FD4F01;padding:15px 0;color:white;position:relative}.MobileNavbar_logoText__xjRmk{font-size:24px;font-weight:700;letter-spacing:1px}.MobileNavbar_bannerContainer__rMtaD{padding:10px}.MobileNavbar_banner__QCgMJ{width:100%;height:160px;border-radius:10px;background-image:url(/img/nav.png);background-size:cover;background-position:50%;position:relative;overflow:hidden;display:flex;align-items:center}.MobileNavbar_banner__QCgMJ:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top right,rgba(0,0,0,.9),rgba(0,0,0,.6) 30%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.3) 70%,rgba(0,0,0,.1));z-index:1}.MobileNavbar_bannerContent__eudih{width:100%;padding:15px;position:relative;z-index:2}.MobileNavbar_bannerText__qCbtz{color:white;font-weight:700;font-size:18px;line-height:1.2;text-transform:uppercase;display:flex;flex-direction:column;text-shadow:0 1px 2px rgba(0,0,0,.6)}.MobileNavbar_highlight__dcKQy{color:#FD4F01;background:white;padding:3px 6px;display:inline-block;margin:5px 0;font-weight:800}.MobileNavbar_navSectionContainer__oeFtD{width:100%;display:flex;flex-direction:column;position:relative}.MobileNavbar_navSection__cPNK_{padding:15px;position:relative;z-index:3;width:100%;background-color:white}.MobileNavbar_sectionHeader__ONDh2{display:flex;justify-content:space-between;align-items:center;width:100%;font-weight:500;font-size:20px;text-transform:capitalize;cursor:pointer}.MobileNavbar_brandLogo__2PNbr{display:flex;align-items:center;font-weight:600}.MobileNavbar_arrowIcon__rGwLF{margin-left:5px;transition:transform .3s ease;display:flex;align-items:center}.MobileNavbar_arrowRotated__f_J_7{transform:rotate(180deg)}.MobileNavbar_navList__hJOHj{list-style:none;padding:0;margin:10px 0 0;animation:MobileNavbar_slideDown__oDKCe .3s ease-in-out;position:relative;z-index:2;background-color:white}@keyframes MobileNavbar_slideDown__oDKCe{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.MobileNavbar_navList__hJOHj li{margin-bottom:15px}.MobileNavbar_navList__hJOHj li a{text-decoration:none;color:#333;font-size:16px;display:block;transition:color .3s ease}.MobileNavbar_navList__hJOHj li a:hover{color:#FD4F01}.MobileNavbar_subscriptionItem__H8BXL{display:flex;align-items:center;justify-content:space-between}.MobileNavbar_discountBadge__YfjGV{background-color:#FD4F01;color:white;padding:3px 6px;border-radius:4px;font-size:12px;font-weight:600}.MobileNavbar_divider__crHkh{height:1px;background-color:rgba(182,186,195,1);width:90%;margin:0 auto;position:relative;z-index:1;flex-shrink:0}.MobileNavbar_infoLinks__K51gJ{padding:15px;position:relative;z-index:3;background-color:white}.MobileNavbar_infoLinks__K51gJ a{text-decoration:none;color:rgba(0,0,0,1);display:block;transition:color .3s ease;font-size:20px}.MobileNavbar_infoLinks__K51gJ a:hover{color:#FD4F01}.MobileNavbar_loginButton__xrQW8{margin:20px 15px}.MobileNavbar_loginButton__xrQW8 a{display:flex;align-items:center;justify-content:center;background-color:#FD4F01;color:white;text-align:center;padding:12px;border-radius:5px;text-decoration:none;font-weight:600;letter-spacing:1px;gap:10px}.MobileNavbar_copyright__KTksb{margin-top:auto;padding:15px;color:#999;font-size:12px;text-align:center}.MobileNavbar_myAccount__ketvX{margin:20px 15px;background-color:transparent;text-align:center;border:1px solid rgba(253,79,1,1);padding:12px;border-radius:5px;text-decoration:none}.MobileNavbar_myAccount__ketvX a{display:flex;align-items:center;justify-content:center;color:rgba(0,0,0,1);font-size:18px;font-weight:600;text-decoration:none;text-align:center;gap:10px}.MobileNavbar_myAccountText__mvnb5{margin-left:0}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[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}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}