.mf-background-primary{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color)}.btn-primary,.btn{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color);height:50px;line-height:50px;padding:0 25px;transition:all 0.5s;font-size:16px;font-weight:600;text-align:center;border:none}.btn-primary-small{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color);height:40px;line-height:39px;padding:0 25px;transition:all 0.5s;font-size:16px;font-weight:600;text-align:center;border:none}.btn-primary-outline{height:50px;line-height:50px;padding:0 25px;border:1px solid #bfbfbf;background-color:#fff0;color:#000;transition:all 0.5s;font-size:16px;font-weight:600;text-align:center}.btn-primary-outline:hover{color:#000}.btn-primary-small-outline{height:40px;line-height:39px;padding:0 25px;border:1px solid #bfbfbf;background-color:#fff0;color:#000;transition:all 0.5s;font-size:16px;font-weight:600;text-align:center}.btn-primary-small-outline:hover{color:#000}.mf-loading{position:relative}.mf-loading:before{border-width:1px;border-color:#666 #666 #666 #fff0;border-radius:50%;border-style:solid;animation:mf-spin-fast 1s linear infinite;content:" ";width:14px;height:14px;font-weight:400;border-color:var(--mf-border-primary-color) var(--mf-border-primary-color) var(--mf-border-primary-color) #fff0;border-width:2px;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mf-vc-loading{position:relative}.mf-vc-loading .mf-vc-loading--wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.mf-vc-loading .mf-vc-loading--wrapper:before{border-width:1px;border-color:#666 #666 #666 #fff0;border-radius:50%;border-style:solid;animation:mf-spin-fast 1s linear infinite;content:" ";width:14px;height:14px;font-weight:400;border-color:var(--mf-border-primary-color) var(--mf-border-primary-color) var(--mf-border-primary-color) #fff0;border-width:2px;width:100%;height:100%;position:absolute}@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-ms-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes mf-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{-webkit-transform:rotate(900deg);transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{-webkit-transform:rotate(1800deg);transform:rotate(1800deg)}}@-webkit-keyframes mf-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{-webkit-transform:rotate(900deg);transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{-webkit-transform:rotate(1800deg);transform:rotate(1800deg)}}@-o-keyframes mf-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{-webkit-transform:rotate(900deg);transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{-webkit-transform:rotate(1800deg);transform:rotate(1800deg)}}@-ms-keyframes mf-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{-webkit-transform:rotate(900deg);transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{-webkit-transform:rotate(1800deg);transform:rotate(1800deg)}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[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 #fff0}.slick-slide:focus{outline:0}.slick-arrow.slick-hidden{display:none}.slick-dots{list-style:none;padding-left:0;margin-top:20px;margin-bottom:0;text-align:center}.slick-dots li{display:inline-block;padding:0 5px;cursor:pointer}.slick-dots li button{width:10px;height:10px;border:1px solid var(--mf-border-primary-color);background-color:#fff0;border-radius:50%;transition:0.5s;display:block;overflow:hidden;text-indent:-9999px;font-size:0;padding:0}.slick-dots li:hover button,.slick-dots li.slick-active button{background-color:var(--mf-background-primary-color)}.slick-arrow{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer}#nprogress{pointer-events:none}#nprogress .bar{background-color:var(--mf-background-primary-color);position:fixed;z-index:9999;top:0;left:0;width:100%;height:3px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px var(--mf-border-primary-color),0 0 5px var(--mf-border-primary-color);opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}#nprogress .spinner{display:none}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5,.col-xs-2-5,.col-sm-2-5,.col-md-2-5,.col-lg-2-5,.col-xs-3-5,.col-sm-3-5,.col-md-3-5,.col-lg-3-5,.col-xs-4-5,.col-sm-4-5,.col-md-4-5,.col-lg-4-5{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1-5{width:20%;float:left}.col-xs-2-5{width:40%;float:left}.col-xs-3-5{width:60%;float:left}.col-xs-4-5{width:80%;float:left}@media (min-width:768px){.col-sm-1-5{width:20%;float:left}.col-sm-2-5{width:40%;float:left}.col-sm-3-5{width:60%;float:left}.col-sm-4-5{width:80%;float:left}}@media (min-width:992px){.col-md-1-5{width:20%;float:left}.col-md-2-5{width:40%;float:left}.col-md-3-5{width:60%;float:left}.col-md-4-5{width:80%;float:left}}@media (min-width:1200px){.col-lg-1-5{width:20%;float:left}.col-lg-2-5{width:40%;float:left}.col-lg-3-5{width:60%;float:left}.col-lg-4-5{width:80%;float:left}}.row-flex{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col-flex-xs-12,.col-flex-sm-12,.col-flex-md-12,.col-flex-lg-12{flex:0 0 100%;max-width:100%}.col-flex-xs-11,.col-flex-sm-11,.col-flex-md-11,.col-flex-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-flex-xs-10,.col-flex-sm-10,.col-flex-md-10,.col-flex-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-flex-xs-9,.col-flex-sm-9,.col-flex-md-9,.col-flex-lg-9{flex:0 0 75%;max-width:75%}.col-flex-xs-8,.col-flex-sm-8,.col-flex-md-8,.col-flex-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-flex-xs-7,.col-flex-sm-7,.col-flex-md-7,.col-flex-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-flex-xs-6,.col-flex-sm-6,.col-flex-md-6,.col-flex-lg-6{flex:0 0 50%;max-width:50%}.col-flex-xs-5,.col-flex-sm-5,.col-flex-md-5,.col-flex-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-flex-xs-4,.col-flex-sm-4,.col-flex-md-4,.col-flex-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-flex-xs-3,.col-flex-sm-3,.col-flex-md-3,.col-flex-lg-3{flex:0 0 25%;max-width:25%}.col-flex-xs-2,.col-flex-sm-2,.col-flex-md-2,.col-flex-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-flex-xs-1,.col-flex-sm-1,.col-flex-md-1,.col-flex-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-flex-xs-1-5,.col-flex-sm-1-5,.col-flex-md-1-5,.col-flex-lg-1-5,.col-flex-xs-2-5,.col-flex-sm-2-5,.col-flex-md-2-5,.col-flex-lg-2-5,.col-flex-xs-3-5,.col-flex-sm-3-5,.col-flex-md-3-5,.col-flex-lg-3-5,.col-flex-xs-4-5,.col-flex-sm-4-5,.col-flex-md-4-5,.col-flex-lg-4-5{min-height:1px;padding-right:15px;padding-left:15px}.col-flex-xs-12{flex:0 0 100%;max-width:100%}.col-flex-xs-11{flex:0 0 91.66667%;max-width:91.66667%}.col-flex-xs-10{flex:0 0 83.33333%;max-width:83.33333%}.col-flex-xs-9{flex:0 0 75%;max-width:75%}.col-flex-xs-8{flex:0 0 66.66667%;max-width:66.66667%}.col-flex-xs-7{flex:0 0 58.33333%;max-width:58.33333%}.col-flex-xs-6{flex:0 0 50%;max-width:50%}.col-flex-xs-5{flex:0 0 41.66667%;max-width:41.66667%}.col-flex-xs-4{flex:0 0 33.33333%;max-width:33.33333%}.col-flex-xs-3{flex:0 0 25%;max-width:25%}.col-flex-xs-2{flex:0 0 16.66667%;max-width:16.66667%}.col-flex-xs-1{flex:0 0 8.33333%;max-width:8.33333%}.col-flex-xs-1-5{flex:0 0 20%;max-width:20%}.col-flex-xs-2-5{flex:0 0 40%;max-width:40%}.col-flex-xs-3-5{flex:0 0 60%;max-width:60%}.col-flex-xs-4-5{flex:0 0 80%;max-width:80%}@media (min-width:768px){.col-flex-sm-12{flex:0 0 100%;max-width:100%}.col-flex-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-flex-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-flex-sm-9{flex:0 0 75%;max-width:75%}.col-flex-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-flex-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-flex-sm-6{flex:0 0 50%;max-width:50%}.col-flex-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-flex-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-flex-sm-3{flex:0 0 25%;max-width:25%}.col-flex-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-flex-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-flex-sm-1-5{flex:0 0 20%;max-width:20%}.col-flex-sm-2-5{flex:0 0 40%;max-width:40%}.col-flex-sm-3-5{flex:0 0 60%;max-width:60%}.col-flex-sm-4-5{flex:0 0 80%;max-width:80%}}@media (min-width:992px){.col-flex-md-12{flex:0 0 100%;max-width:100%}.col-flex-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-flex-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-flex-md-9{flex:0 0 75%;max-width:75%}.col-flex-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-flex-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-flex-md-6{flex:0 0 50%;max-width:50%}.col-flex-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-flex-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-flex-md-3{flex:0 0 25%;max-width:25%}.col-flex-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-flex-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-flex-md-1-5{flex:0 0 20%;max-width:20%}.col-flex-md-2-5{flex:0 0 40%;max-width:40%}.col-flex-md-3-5{flex:0 0 60%;max-width:60%}.col-flex-md-4-5{flex:0 0 80%;max-width:80%}}@media (min-width:1200px){.col-flex-lg-12{flex:0 0 100%;max-width:100%}.col-flex-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-flex-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-flex-lg-9{flex:0 0 75%;max-width:75%}.col-flex-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-flex-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-flex-lg-6{flex:0 0 50%;max-width:50%}.col-flex-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-flex-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-flex-lg-3{flex:0 0 25%;max-width:25%}.col-flex-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-flex-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-flex-lg-1-5{flex:0 0 20%;max-width:20%}.col-flex-lg-2-5{flex:0 0 40%;max-width:40%}.col-flex-lg-3-5{flex:0 0 60%;max-width:60%}.col-flex-lg-4-5{flex:0 0 80%;max-width:80%}}.col-mf-7.un-7-cols{width:14.2857%}*{box-sizing:border-box}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:#fff0}a:active,a:hover,a:focus{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;outline:none}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em}caption,td,th{padding:0;font-weight:400;text-align:left}table,th,td{border:1px solid #d1d1d1}th{border-width:0 1px 1px 0;font-weight:700}td{border-width:0 1px 1px 0}th,td{padding:.4375em}dl{margin:0 0 1.75em}dt{font-weight:700}dd{margin:0 0 1.75em}blockquote{border-left:4px solid var(--mf-border-primary-color);border-right:4px solid var(--mf-border-primary-color);border-right-width:0;padding:0 40px 0 60px;margin:0 0 10px;color:#000;font-size:20px;font-family:"Libre Baskerville","Times New Roman",Times,serif}blockquote cite{display:block;font-style:normal;color:#000;font-size:14px;text-transform:uppercase;font-family:"Work Sans",Arial,sans-serif;font-weight:600;margin-top:20px}blockquote cite:before{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;font-size:18px;padding-right:15px;color:#999}.wp-block-quote.is-style-large cite:before{font-size:18px}.wp-block-code{font-family:"Work Sans",Arial,sans-serif;font-size:14px;color:#23282d;padding:.8em 1em;border:1px solid #e2e4e7;border-radius:4px}:root{--mf-primary-color:#fcb800;--mf-dark-color:#000;--mf-light-color:#fff;--mf-gray-color:#666;--mf-background-primary-color:#fcb800;--mf-background-primary-text-color:#000;--mf-background-light-color:#fff;--mf-border-primary-color:#fcb800}body{color:#666;font-size:14px;font-family:"Work Sans",Arial,sans-serif;line-height:1.6;background:#fff;word-wrap:break-word}a{transition:0.5s;color:#06c;text-decoration:none}a:hover{text-decoration:none;color:var(--mf-primary-color)}a:focus{text-decoration:none}a img{border:none}img{max-width:100%}img.loaded{height:auto}img:not(.lazy){height:auto}h1,h2,h3,h4,h5,h6{font-weight:700;font-family:"Work Sans",Arial,sans-serif;line-height:1.2;color:var(--mf-dark-color)}h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:18px}h5{font-size:14px}h6{font-size:12px}ul{list-style-type:square;padding-left:20px}ol{padding-left:20px}li{margin-bottom:7px}p{margin-bottom:1.7em;margin-top:0}.martfury-modal{position:fixed;top:0;bottom:0;left:0;right:0;display:none;z-index:-1}.martfury-modal.open{display:block;z-index:999999}.mf-quick-view-modal.open{z-index:9999}.mf-quick-view-modal .mf-loading{display:none;position:absolute;top:0;bottom:0;left:0;right:0;z-index:10}.mf-quick-view-modal .close-modal{position:absolute;top:6px;right:10px;z-index:999;font-size:26px;color:#666;opacity:0}.mf-quick-view-modal .close-modal:hover{color:#000}.mf-quick-view-modal.loaded .close-modal{opacity:1}.mf-quick-view-modal.loading .mf-loading{display:block}.mf-quick-view-modal .modal-header{display:none}.mf-quick-view-modal .mf-modal-overlay{background-color:rgb(0 0 0 / .85);position:absolute;top:0;bottom:0;left:0;right:0}.mf-quick-view-modal .modal-content{transition:transform 0.5s;transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;width:100%;padding-top:0;background-color:#fff0;max-width:1000px}.mf-quick-view-modal div.product{background-color:#fff;width:100%;padding-left:0;padding-right:0}.mf-quick-view-modal div.product .product-degree-images,.mf-quick-view-modal div.product .product-image-ms{display:none}.mf-quick-view-modal div.product .woocommerce-product-gallery{min-height:430px}.mf-quick-view-modal div.product .woocommerce-product-gallery.images{padding-left:0;padding-bottom:0}.mf-quick-view-modal div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image:nth-child(n+2){width:100%}.mf-quick-view-modal div.product .woocommerce-product-gallery__wrapper{flex-direction:column}.mf-quick-view-modal div.product .woocommerce-product-gallery__wrapper:not(.slick-initialized) .woocommerce-product-gallery__image:not(:first-child){display:none}.mf-quick-view-modal div.product .product_title a{color:#000}.mf-quick-view-modal div.product .entry-summary{position:absolute;top:0;right:0;bottom:0;overflow:auto;padding:30px 30px 0}.mf-quick-view-modal div.product ::-webkit-scrollbar{background:#fff0;width:7px}.mf-quick-view-modal div.product ::-webkit-scrollbar-thumb{background-color:#ccc}.mf-quick-view-modal div.product.mf-has-buy-now form.cart div.quantity{margin-right:20px}.mf-quick-view-modal div.product.mf-has-buy-now form.cart .single_add_to_cart_button{min-width:180px;background-color:#000;color:#fff}.mf-quick-view-modal div.product.mf-has-buy-now form.cart .buy_now_button{margin-left:20px}.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .mf-wishlist-button{clear:both}.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .mf-wishlist-button .yith-wcwl-add-to-wishlist,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .mf-wishlist-button .wcboost-wishlist-button{margin-left:0;padding-top:10px}.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .mf-wishlist-button,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .mf-compare-button{float:left;margin-top:0}.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .mf-compare-button{padding-top:16px}.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .wcboost-wishlist-button,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .mf-compare-button .compare,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .wcboost-products-compare-button{width:auto;height:auto;overflow:visible;display:flex;align-items:center;line-height:1;padding:0}.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a:before,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a:before,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a:before,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .wcboost-wishlist-button:before,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .mf-compare-button .compare:before,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .wcboost-products-compare-button:before{padding-right:10px}.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a span,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a span,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a span,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .wcboost-wishlist-button span,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .mf-compare-button .compare span,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .wcboost-products-compare-button span{display:block;padding-left:10px;color:#999}.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .wcboost-products-compare-button__text,.mf-quick-view-modal div.product.mf-has-buy-now form.cart .actions-button .wcboost-wishlist-button__text{font-size:16px}.mf-quick-view-modal div.product .mf-entry-product-header .entry-left{max-width:100%}.mf-quick-view-modal div.product .woocommerce-product-gallery__image{width:100%}.mf-quick-view-modal div.product .slick-slider .slick-arrow{position:absolute;font-size:30px;cursor:pointer;color:#999;transition:0.5s;z-index:999;opacity:0}.mf-quick-view-modal div.product .slick-slider .slick-arrow:hover{color:#000}.mf-quick-view-modal div.product .slick-slider .slick-disabled{color:#ccc;cursor:auto}.mf-quick-view-modal div.product .slick-slider .slick-disabled:hover{color:#ccc}.mf-quick-view-modal div.product .slick-slider .slick-prev-arrow{left:-20px}.mf-quick-view-modal div.product .slick-slider .slick-next-arrow{right:-20px;left:auto}.mf-quick-view-modal div.product .slick-slider:hover .slick-prev-arrow{left:5px;opacity:1}.mf-quick-view-modal div.product .slick-slider:hover .slick-next-arrow{right:5px;opacity:1}.mf-quick-view-modal.woocommerce .ribbons .ribbon{top:20px}.mf-newsletter-popup{display:block;opacity:0;transition:opacity 0.35s;z-index:-9999;transform:scaleX(0)}.mf-newsletter-popup.open{opacity:1;transform:scaleX(1)}.mf-newsletter-popup .mf-modal-overlay{background-color:rgb(0 0 0 / .85);position:absolute;top:0;bottom:0;left:0;right:0}.mf-newsletter-popup .modal-content{transition:transform 0.5s;transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;width:100%;padding-top:0;background-color:#fff;max-width:830px}.mf-newsletter-popup .modal-content .close-modal{position:absolute;top:10px;right:10px;width:40px;height:40px;text-align:center;line-height:42px;background-color:#000;color:#fff;z-index:10}.mf-newsletter-popup .newletter-content{padding:55px 55px 30px;text-align:center;position:relative}.mf-newsletter-popup .newletter-content .n-image{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background-position:center;background-size:cover}.mf-newsletter-popup .newletter-content .nl-inner{width:360px}.mf-newsletter-popup .newletter-content .n-desc{margin-bottom:35px}.mf-newsletter-popup .newletter-content .n-desc h3,.mf-newsletter-popup .newletter-content .n-desc h2{font-weight:400;line-height:1;margin:0 0 20px}.mf-newsletter-popup .newletter-content .n-desc p{white-space:pre-line;margin-bottom:0}.mf-newsletter-popup .newletter-content .mc4wp-form input[type=email]{width:100%;text-align:center;height:44px;line-height:44px;margin-bottom:20px;border-color:#c9c9c9}.mf-newsletter-popup .newletter-content .mc4wp-form input[type="submit"]{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color);height:50px;line-height:50px;padding:0 25px;transition:all 0.5s;font-size:16px;font-weight:600;text-align:center;border:none;height:40px;line-height:39px;padding:0 25px;border-radius:4px}.mf-newsletter-popup .newletter-content .n-close{display:inline-block;margin-top:45px;color:#000;position:relative;padding-left:25px}.mf-newsletter-popup .newletter-content .n-close:before{position:absolute;top:3px;left:0;width:16px;height:16px;border:1px solid #000;content:"";border-radius:3px}body .notifyjs-corner{z-index:99999}.notifyjs-martfury-base{font-weight:400;position:relative;padding:15px 40px 15px 60px;margin-bottom:10px;box-shadow:0 4px 10px 0 rgb(3 3 3 / .1);max-width:450px}.notifyjs-martfury-base .message-icon{position:absolute;left:20px;top:20px;font-size:20px}.notifyjs-martfury-base .button.wc-forward{display:none}.notifyjs-martfury-base .btn-button{padding-left:5px;color:#299c77;text-decoration:underline}.notifyjs-martfury-base .close{position:absolute;top:20px;right:15px;font-size:10px}.notifyjs-martfury-base .message-box{display:inline-block}.notifyjs-martfury-success{color:#299c77;background-color:#bff9d0}.notifyjs-martfury-success .message-icon{fill:#299c77;stroke:#299c77}.notifyjs-martfury-error{color:#d45757;background-color:#ffd0d0}.notifyjs-martfury-error .message-icon{fill:#d45757;stroke:#d45757}.notifyjs-martfury-error li{list-style:none}.notifyjs-martfury-error .btn-button{color:#d45757}.alignnone{margin:0}.aligncenter,div.aligncenter,.aligncenter img{display:block;margin:1em auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}.wp-caption{padding:5px;max-width:100%;text-align:center}.wp-caption img{display:block;width:100%;height:auto;margin:0}.wp-caption-text{font-size:small;margin:0;padding:5px 0 0}.gallery-caption{display:block}.bypostauthor{display:block}.sticky{display:block}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.gallery{margin-bottom:1.5em;margin-left:-7px;margin-right:-7px}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;margin:0;padding:7px}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.top-promotion .promotion-content{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px 0}.top-promotion .promotion-content .close{margin-left:25px;font-size:16px;display:block;cursor:pointer}.top-promotion .promotion-content .close:hover{color:#000}.top-promotion .promotion-content .promo-link{display:flex;align-items:center}.top-promotion .promotion-content .link{background-color:#f14705;color:#fff;padding:0 17px;transition:all 0.5s;font-weight:600;text-align:center;border:none;height:35px;line-height:35px;border-radius:4px;font-size:14px;display:block}.top-promotion .promo-inner{display:flex;align-items:center}.top-promotion .promo-left{display:flex;align-items:center;margin-right:80px}.top-promotion .promo-left .percent{margin:0 15px 0 0;line-height:1;font-weight:300;font-size:48px;color:#f14705}.top-promotion .promo-left h3{font-weight:400;font-size:24px;margin:0;line-height:1}.top-promotion .promo-right h4{margin:0;font-weight:400;font-size:18px;color:#f14705}.top-promotion.style-2 .promotion-content{padding:12px 0}.top-promotion.style-2 .promo-left{margin-right:25px}.top-promotion.style-2 .promo-left .percent{-webkit-text-stroke:1.5px #fff;color:#f92300;font-size:48px;font-weight:700;letter-spacing:-3px;text-shadow:0 5px 3px rgb(0 0 0 / .3)}.top-promotion.style-2 .promo-left .label{-webkit-text-stroke:1px #3078a6;color:#fff;text-transform:uppercase;font-weight:700}.top-promotion.style-2 .promo-left h3{color:#0f5887;font-size:26px;font-weight:600;text-transform:uppercase}.top-promotion.style-2 .promo-right{background-color:#ffc119;padding:5px 10px;border:1px dashed #9f8232}.top-promotion.style-2 .promo-right .label{font-weight:500;color:#0f5887;line-height:1}.top-promotion.style-2 .promo-right h4{color:#5b8800;font-size:18px;font-weight:600}.top-promotion.style-2 .promotion-content .link{background-color:#690}.top-promotion.style-2 .promotion-content .close{color:#0f5887}.topbar{color:var(--mf-gray-color);background-color:var(--mf-background-light-color)}.topbar a{color:var(--mf-gray-color)}.topbar a:hover{color:var(--mf-dark-color)}.topbar .topbar-row{display:flex;align-items:center;flex-wrap:nowrap;justify-content:space-between}.topbar .topbar-row:before,.topbar .topbar-row:after{display:none}.topbar .topbar-sidebar{padding-top:17px;padding-bottom:17px;display:flex;flex-wrap:wrap;align-items:center;width:auto}.topbar .widget{margin-bottom:0;line-height:1;padding:0 20px;position:relative}.topbar .widget p{margin-bottom:0}.topbar .widget:after{background-color:#e1e1e1;width:2px;height:14px;content:"";position:absolute;right:0;top:50%;transform:translateY(-50%)}.topbar .widget:last-child{padding-right:0}.topbar .widget:last-child:after{display:none}.topbar .widget:first-child{padding-left:0}.topbar .topbar-mobile{display:flex;align-items:center;justify-content:center;width:100%}.topbar .topbar-mobile .widget:last-child{padding-right:0}.topbar .topbar-mobile .widget:last-child:after{display:none}.topbar #lang_sel>ul>li,.topbar .lang_sel>ul>li{margin-bottom:0}.topbar #lang_sel>ul>li a,.topbar #lang_sel>ul>li a:visited,.topbar .lang_sel>ul>li a,.topbar .lang_sel>ul>li a:visited{text-transform:none;padding-right:20px;display:block}.topbar #lang_sel>ul>li ul,.topbar .lang_sel>ul>li ul{width:100%;border-top:19px solid #fff0;border-bottom:1px solid #e7e7e7;min-width:120px;left:-15px;white-space:nowrap}.topbar #lang_sel>ul>li ul li,.topbar .lang_sel>ul>li ul li{border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;padding:4px 15px!important;margin-bottom:0;background-color:#fff}.topbar #lang_sel>ul>li ul li:first-child,.topbar .lang_sel>ul>li ul li:first-child{border-top:1px solid #e7e7e7;padding-top:10px!important}.topbar #lang_sel>ul>li ul li:last-child,.topbar .lang_sel>ul>li ul li:last-child{padding-bottom:10px!important}.topbar .mf-currency-widget ul li a{color:var(--mf-gray-color)}.topbar ul.menu>li{display:inline-block;padding:0 5px;position:relative}.topbar ul.menu>li>a{color:var(--mf-gray-color)}.topbar ul.menu>li>a:hover{color:var(--mf-gray-color)}.topbar ul.menu>li.menu-item-has-children>a{position:relative;padding-right:20px}.topbar ul.menu>li.menu-item-has-children>a:after{content:"\e93a";display:inline-block;font:normal normal normal 14px/1 linearicons;padding-left:5px;color:#000;position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:12px}.topbar ul.menu>li:hover>ul{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);top:100%}.topbar ul.menu ul{top:150%;z-index:99999;height:auto;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);position:absolute;margin:0;padding:0;border:0;-webkit-transition:top 0.35s;transition:top 0.35s;border-top:18px solid #fff0;border-bottom:1px solid #e7e7e7;min-width:120px;left:0;background-color:#fff0}.topbar ul.menu ul li{padding:0 15px;background-color:#fff;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7}.topbar ul.menu ul li:first-child{padding-top:15px;border-top:1px solid #e7e7e7}.topbar ul.menu ul li:last-child{padding-bottom:15px}.topbar ul.menu ul li a{color:#666!important;white-space:nowrap;display:inline-block;padding:8px 0}.topbar ul.menu ul li a:hover{color:#000}.topbar ul.menu ul ul{display:none}.topbar.topbar-dark{--mf-gray-color:#000}.topbar.topbar-light{--mf-gray-color:#fff;--mf-dark-color:#fff}.topbar-right .widget_nav_menu:last-child ul.menu ul{right:0;left:auto}.header-bar{display:flex;align-items:center;min-height:50px;color:var(--mf-dark-color);justify-content:flex-end;background-color:#fff0}.header-bar a{color:var(--mf-dark-color)}.header-bar ul.menu ul{right:0;width:auto;left:auto;min-width:170px;border-radius:0;box-shadow:none;font-size:14px;border-top:none}.header-bar ul.menu ul ul{transition:right 0.3s ease 0s,opacity 0.3s;right:110%;left:auto;top:0;box-shadow:none;display:block}.header-bar ul.menu li{padding:18px 0;text-align:left;margin:0}.header-bar ul.menu li>a{color:var(--mf-dark-color)}.header-bar ul.menu li>a:hover{color:var(--mf-dark-color)}.header-bar ul.menu li li{text-align:left;display:block;padding:0 20px;position:relative}.header-bar ul.menu li li a{font-size:14px;text-transform:none;transition:0.5s;position:relative;background-color:#fff0;white-space:nowrap;line-height:1}.header-bar ul.menu li li:hover>ul{top:-10px;right:100%;transform:scaleX(1)}.header-bar ul.menu li li:hover>ul li a:hover:before{left:-30px}.header-bar #lang_sel a.lang_sel_sel,.header-bar .lang_sel a.lang_sel_sel{color:var(--mf-dark-color)}.header-bar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon{color:var(--mf-dark-color)}.header-bar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon.wSelect-selected:after{color:var(--mf-dark-color)}body:not(.rtl) .header-bar .widget:last-child{padding-right:0!important}.site-header{background-color:var(--mf-background-light-color);position:relative}.site-header .site-title,.site-header .site-description{margin:0;line-height:0;text-indent:-9999px}.site-header .primary-nav{float:left}.site-header .primary-nav>ul>li{padding-top:17px;padding-bottom:17px}.site-header .primary-nav>ul>li:first-child{padding-left:0}.site-header .primary-nav>ul>li>a{font-size:16px;color:var(--mf-dark-color);line-height:1;display:flex;align-items:flex-end}.site-header .primary-nav>ul>li>a i{padding-right:8px;font-size:17px;line-height:1}.site-header .primary-nav>ul>li>a .mf-svg-icon{padding-right:8px;line-height:1}.site-header .primary-nav>ul>li>a:hover{color:var(--mf-gray-color)}.site-header .primary-nav>ul>li.menu-item-has-children>a{position:relative;margin-right:22px}.site-header .primary-nav>ul>li.menu-item-has-children>a:after{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;position:absolute;right:-22px;top:50%;transform:translateY(-50%);font-size:12px}.site-header .primary-nav>ul>li.menu-item-has-children>a:before{content:"";position:absolute;top:120%;left:calc(50% - 5px);width:13px;height:13px;transform:rotate(45deg);border-left:1px solid #ccc;border-top:1px solid #ccc;background-color:#fff;z-index:-1;padding:0;margin:11px -7px 0 0;transition:top 0.3s ease 0s,opacity 0.1s;opacity:0}.site-header .primary-nav>ul>li.menu-item-has-children:hover>a:before{top:100%;opacity:1;z-index:9999}.site-header .primary-nav>ul>li.current-menu-parent>a,.site-header .primary-nav>ul>li.current-menu-item>a,.site-header .primary-nav>ul>li.current-menu-ancestor>a{color:var(--mf-gray-color)}.site-header .products-cats-menu .cats-menu-title{color:var(--mf-dark-color);font-size:16px;font-weight:600;margin:0;line-height:1;position:relative;cursor:pointer;display:flex;align-items:center}.site-header .products-cats-menu .cats-menu-title .text{color:var(--mf-dark-color)}.site-header .products-cats-menu .cats-menu-title i{display:inline-block;font-size:30px;margin-right:0}.site-header .products-cats-menu .toggle-product-cats{position:absolute;top:120%;left:0;z-index:-999;width:100%;opacity:0;transition:top 0.5s;transform:scaleX(0)}.site-header .products-cats-menu .toggle-product-cats .menu{border:1px solid #d3d3d3;background-color:#fff;width:100%}.site-header .products-cats-menu.open .toggle-product-cats,.site-header .products-cats-menu.mf-closed:hover .toggle-product-cats{opacity:1;z-index:991;top:100%;transform:scaleX(1)}.site-header .products-cats-menu .menu{padding:0;margin:0;position:relative}.site-header .products-cats-menu .menu>li{margin:0;padding:0 17px 0 20px;position:relative;display:block}.site-header .products-cats-menu .menu>li:first-child{padding-top:10px}.site-header .products-cats-menu .menu>li:last-child{padding-bottom:10px}.site-header .products-cats-menu .menu>li>a{line-height:1;color:#000;padding:9px 0;display:flex;align-items:center}.site-header .products-cats-menu .menu>li>a>i{font-size:18px;color:#000;margin-right:20px}.site-header .products-cats-menu .menu>li>a .toggle-children{display:none}.site-header .products-cats-menu .menu>li.menu-item-has-children>a:after{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;position:absolute;top:50%;right:0;transform:translateY(-50%);color:#999;font-size:11px;font-weight:600}.site-header .products-cats-menu .menu>li:hover>a{color:var(--mf-primary-color)}.site-header .products-cats-menu .menu>li:hover>a:after{color:#000}.site-header .products-cats-menu .menu li{margin-bottom:0;list-style:none}.site-header .products-cats-menu .menu li:hover>ul{opacity:1;z-index:9999;top:0;left:100%;transform:scaleX(1);margin-top:-1px}.site-header .products-cats-menu .menu li:first-child>ul{left:120%}.site-header .products-cats-menu .menu li:first-child:hover>ul{left:100%}.site-header .products-cats-menu .menu li.is-mega-menu{position:static}.site-header .products-cats-menu .menu li.is-mega-menu .dropdown-submenu{left:120%;right:auto;border:1px solid #ccc;transform:scale(0)}.site-header .products-cats-menu .menu li.is-mega-menu:hover .dropdown-submenu{left:100%;transform:scale(1)}.site-header .products-cats-menu .menu li.is-mega-menu>ul{min-height:100%}.site-header .products-cats-menu .menu li.is-mega-menu>ul .sub-menu li:hover a{padding-left:5px}.site-header .products-cats-menu .menu li .mega-menu-content .mr-col.col-md-6:nth-child(2n+1){clear:both}.site-header .products-cats-menu .menu li ul{padding:10px 0;transition:left 0.3s ease 0s,opacity 0.3s;left:110%;top:0}.site-header .recently-viewed .mf-recently-products{position:absolute;top:120%;left:15px;right:15px;z-index:-999;opacity:0;-webkit-transition:top 0.5s;transition:top 0.5s;transform:scaleX(0);background-color:#fff;border:1px solid #ccc}.site-header .recently-viewed .mf-recently-products.no-products .recently-header{display:none}.site-header .recently-viewed .mf-recently-products .mf-loading{height:100px}.site-header .recently-viewed .mf-recently-products .mf-loading:before{top:33%}.site-header .recently-viewed .mf-recently-products>.container{padding-left:0;padding-right:0}.site-header .recently-viewed .mf-recently-products .product-list{padding-bottom:30px;margin-bottom:40px}.site-header .recently-viewed .mf-recently-products .product-list.no-products{margin-bottom:0}.site-header .recently-viewed .mf-recently-products .slick-arrow{z-index:9999}.site-header .recently-viewed .recently-header{position:absolute;bottom:0;left:0;right:0;z-index:10;justify-content:center}.site-header .recently-viewed:hover .mf-recently-products{top:100%;transform:scaleX(1);z-index:9999;opacity:1}.site-header .recently-viewed:hover .recently-title:after{transform:rotate(180deg) translateY(50%)}.site-header .recently-viewed .recently-title{font-size:16px;font-weight:400;margin:0;line-height:1;position:relative;padding:18px 20px 18px 0;cursor:pointer}.site-header .recently-viewed .recently-title a{color:#000}.site-header .recently-viewed .recently-title:after{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:12px;font-weight:700;transition:0.2s}.site-header .header-main{padding-top:20px;padding-bottom:20px;background-color:var(--mf-background-light-color)}.site-header .header-main .sticky-logo{display:none}.site-header .header-row{align-items:center;display:flex}.site-header .header-row:after,.site-header .header-row:before{display:none}.site-header .header-logo{width:22.5%;display:flex;align-items:stretch;justify-content:space-between}.site-header .header-logo .d-department{display:flex;align-items:center}.site-header .header-logo .products-cats-menu{position:relative}.site-header .header-logo .products-cats-menu .cats-menu-title{line-height:25px;margin:0;min-width:30px;cursor:pointer}.site-header .header-logo .products-cats-menu .cats-menu-title:after{content:"";position:absolute;top:40px;right:22px;width:13px;height:13px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-left:1px solid #ccc;border-top:1px solid #ccc;background-color:#fff;z-index:9999;padding:0;margin:18px -7px 0 0;transition:top 0.5s;opacity:0}.site-header .header-logo .products-cats-menu:hover .cats-menu-title:after,.site-header .header-logo .products-cats-menu:hover .toggle-product-cats{top:100%;opacity:1}.site-header .header-logo .products-cats-menu .toggle-product-cats{left:-225px;padding-top:25px;top:40px;min-width:270px;margin-left:15px}.site-header .header-extras{width:77.5%;display:flex;align-items:center;justify-content:space-between}.site-header .product-extra-search{width:100%}.site-header .product-extra-search .psearch-content{display:flex;width:100%}.site-header .product-extra-search .product-cat{width:auto;float:left;position:relative;height:42px;line-height:42px;cursor:pointer}.site-header .product-extra-search .product-cat.active:hover .cats-search{opacity:1;z-index:9998;top:100%;transform:scaleX(1)}.site-header .product-extra-search .product-cat.active:hover .product-cat-label:before{z-index:9999;opacity:1;top:100%}.site-header .product-extra-search .cats-search{-webkit-transition:top 0.3s;transition:top 0.3s;position:absolute;left:0;top:110%;width:auto;min-width:200px;opacity:0;z-index:-1;transform:scaleX(0);background-color:#fff;padding:0;margin:0;border-top:15px solid #fff0}.site-header .product-extra-search .cats-search ::-webkit-scrollbar{background:#fff0;width:7px}.site-header .product-extra-search .cats-search ::-webkit-scrollbar-thumb{background-color:#ccc}.site-header .product-extra-search .cats-search li.product_cat{max-height:450px;overflow-y:auto;overflow-x:hidden;border:1px solid #ccc;margin:0;padding:15px 0}.site-header .product-extra-search .cats-search li.product_cat>a{color:#999;white-space:nowrap;padding:0 15px}.site-header .product-extra-search .cats-search li.product_cat>a:hover{color:#000}.site-header .product-extra-search .cats-search ul{margin:0;padding:0}.site-header .product-extra-search .cats-search li{padding:5px 15px;margin-bottom:0;list-style:none;line-height:1}.site-header .product-extra-search .cats-search li a{color:#999;white-space:nowrap}.site-header .product-extra-search .cats-search li a:hover{color:#000}.site-header .product-extra-search .cats-search li ul{padding-left:0;margin-top:7px}.site-header .product-extra-search .cats-search li ul li{border:none}.site-header .product-extra-search .cats-search li ul li:last-child{padding-bottom:0}.site-header .product-extra-search .hot-words-wrapper{display:flex;align-items:center;flex-wrap:wrap;margin-top:10px}.site-header .product-extra-search .hot-words__heading{font-size:16px;font-weight:500;text-transform:uppercase;margin:-2px 18px 0 0}.site-header .product-extra-search .hot-words{margin:0 -7px;padding:0;list-style:none}.site-header .product-extra-search .hot-words li{display:inline-block;padding:0 7px;margin-bottom:0}.site-header .product-extra-search .hot-words li a{color:#666}.site-header .product-extra-search .hot-words li a:hover{color:#000}.site-header .product-extra-search .products-search{width:100%}.site-header .product-extra-search .products-search.actived .search-wrapper .search-results{top:100%;transform:scaleX(1);z-index:9999}.site-header .product-extra-search .products-search.searching .search-wrapper:before{border-width:1px;border-color:#666 #666 #666 #fff0;border-radius:50%;border-style:solid;-webkit-animation:mf-spin-fast 1s linear infinite;animation:mf-spin-fast 1s linear infinite;content:"";width:13px;height:13px;font-weight:400;position:absolute;top:15px;right:19px;z-index:999}.site-header .product-extra-search .products-search.searching .search-submit:before{opacity:0}.site-header .product-extra-search .search-wrapper{width:100%;display:flex;position:relative}.site-header .product-extra-search .search-wrapper ::-webkit-scrollbar{background:#fff0;width:7px}.site-header .product-extra-search .search-wrapper ::-webkit-scrollbar-thumb{background-color:#ccc}.site-header .product-extra-search .search-wrapper .search-results{position:absolute;top:110%;left:-1px;right:0;border:1px solid #ccc;border-top:none;background-color:#fff;z-index:-1;padding:0 20px;transform:scaleX(0);max-height:500px;overflow-y:auto;overflow-x:hidden}.site-header .product-extra-search .search-wrapper .search-results ul{margin:15px 0 0;padding:0;list-style:none}.site-header .product-extra-search .search-wrapper .search-results ul li{display:flex;align-items:flex-start;margin-bottom:15px}.site-header .product-extra-search .search-wrapper .search-results ul li img{max-width:60px;margin-right:10px}.site-header .product-extra-search .search-wrapper .search-results ul li .title-item{font-size:14px;font-weight:400;line-height:1}.site-header .product-extra-search .search-wrapper .search-results ul li .star-rating{float:none}.site-header .product-extra-search .search-wrapper .search-results ul li .price-item{font-size:16px;color:#000;line-height:1;margin-top:5px}.site-header .product-extra-search .search-wrapper .search-results ul li del{font-size:14px;color:#999;padding-left:10px}.site-header .product-extra-search .search-wrapper .search-results ul li ins{text-decoration:none;color:#f30}.site-header .product-extra-search .search-wrapper .search-results ul .search-item{display:flex;align-items:center}.site-header .product-extra-search .product-cat-label{padding-right:30px;padding-left:18px;border:1px solid #ccc;color:#000;border-radius:5px 0 0 5px;position:relative;height:100%;white-space:nowrap;background-color:#fff}.site-header .product-extra-search .product-cat-label.no-cats{width:0;padding:0;overflow:hidden;border-left:none}.site-header .product-extra-search .product-cat-label:after{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;font-size:10px;color:#000;position:absolute;top:17px;right:12px}.site-header .product-extra-search .product-cat-label:before{content:"";position:absolute;top:110%;left:40%;width:13px;height:13px;transform:rotate(45deg) translateY(-50%);border-left:1px solid #ccc;border-top:1px solid #ccc;background-color:#fff;z-index:-1;padding:0;margin:14px 0 0;opacity:0;-webkit-transition:top 0.3s;transition:top 0.3s}.site-header .product-extra-search .product-cat-dd{position:absolute;top:0;left:0;opacity:0;height:100%;cursor:pointer;min-height:42px;width:100%;z-index:10;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:10px}.site-header .product-extra-search .search-field{float:left;height:42px;line-height:1;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:none;border-right:none;padding-right:20px;padding-left:20px;position:relative;width:100%}.site-header .product-extra-search .search-field:focus{outline:none}.site-header .product-extra-search ::-webkit-input-placeholder{color:#999}.site-header .product-extra-search ::-moz-placeholder{color:#999}.site-header .product-extra-search :-ms-input-placeholder{color:#999}.site-header .product-extra-search :-moz-placeholder{color:#999}.site-header .product-extra-search .search-submit{float:right;height:42px;line-height:42px;padding-left:20px;padding-right:20px;min-width:100px;padding-top:0;padding-bottom:0;border:none;font-weight:700;border-radius:0 5px 5px 0;white-space:nowrap}.site-header.has-hot-words .header-extras{align-items:flex-start}.site-header.has-hot-words .header-main{padding-bottom:10px}.site-header.has-hot-words .header-main .header-row{align-items:flex-start}.site-header.has-hot-words .extras-menu{margin-top:4px}.site-header.has-hot-words .header-logo{margin-top:6px}.site-header .extras-menu{margin:0 0 0 40px;padding:0;position:relative;display:flex;align-items:center}.site-header .extras-menu>li{list-style:none;float:right;margin-bottom:0;padding:0 20px}.site-header .extras-menu>li>a{color:var(--mf-dark-color);display:block;position:relative}.site-header .extras-menu>li>a .mini-item-counter{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color);position:absolute;bottom:-3px;right:-4px;font-size:12px;font-weight:700;border-radius:50%;min-width:18px;padding:0 5px;height:18px;text-align:center;line-height:18px}.site-header .extras-menu>li>a:after{content:"";position:absolute;top:110%;right:16px;width:13px;height:13px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-left:1px solid #ccc;border-top:1px solid #ccc;background-color:#fff;z-index:-1;padding:0;margin:19px -7px 0 0;opacity:0;transition:top 0.3s}.site-header .extras-menu>li:last-child{padding-right:0}.site-header .extras-menu>li .extra-icon{font-size:30px;line-height:1}.site-header .extras-menu .menu-item-account{min-height:30px}.site-header .extras-menu .menu-item-account>a{padding-left:42px;line-height:1.2;font-weight:700;position:relative;white-space:nowrap}.site-header .extras-menu .menu-item-account>a img{border-radius:50%}.site-header .extras-menu .menu-item-account .extra-icon{position:absolute;top:1px;left:0}.site-header .extras-menu .menu-item-account.logined{position:relative}.site-header .extras-menu .menu-item-account.logined .extra-icon{position:static}.site-header .extras-menu .menu-item-account.logined>a{padding-left:0;width:32px}.site-header .extras-menu .menu-item-account.logined:hover>ul{opacity:1;z-index:9998;top:100%;transform:scaleX(1)}.site-header .extras-menu .menu-item-account.logined:hover>a:after{z-index:9999;opacity:1;top:100%}.site-header .extras-menu .menu-item-account>ul{transition:top 0.3s;position:absolute;right:0;top:110%;width:auto;min-width:250px;opacity:0;z-index:-1;border-top:25px solid #fff0;transform:scaleX(0);display:block;border-radius:0;box-shadow:none}.site-header .extras-menu .menu-item-account>ul li{text-align:left;display:block;padding:3px 20px;float:none;border-left:1px solid #ccc;border-right:1px solid #ccc;background-color:#fff;margin-bottom:0}.site-header .extras-menu .menu-item-account>ul li ul{border:none;padding:0}.site-header .extras-menu .menu-item-account>ul li ul li{border:none;padding-right:0;padding-left:0}.site-header .extras-menu .menu-item-account>ul li ul li:first-child{border-top:none}.site-header .extras-menu .menu-item-account>ul li ul li:last-child{border-bottom:none}.site-header .extras-menu .menu-item-account>ul li:first-child{border-top:1px solid #ccc}.site-header .extras-menu .menu-item-account>ul li:last-child{border-bottom:1px solid #ccc}.site-header .extras-menu .menu-item-account>ul li a{color:#666;text-transform:none;transition:0.5s;display:inline-block;position:relative;background-color:#fff0;white-space:nowrap;line-height:1;border-bottom:1px solid #fff0}.site-header .extras-menu .menu-item-account>ul li a:hover{color:#000;border-bottom-color:#000}.site-header .extras-menu .menu-item-account>ul li.line-space{padding-top:13px;position:relative}.site-header .extras-menu .menu-item-account>ul li.line-space:before{position:absolute;left:0;right:0;bottom:0;background-color:#ccc;height:1px;content:""}.site-header .extras-menu .menu-item-account>ul li.logout{padding-top:10px;padding-bottom:10px}.site-header .extras-menu .menu-item-account>ul li>h3{font-size:16px;font-weight:600;line-height:1;margin:16px 0 10px;color:#000}.site-header .extras-menu .menu-item-cart>a{position:relative}.site-header .extras-menu .menu-item-cart>a:after{margin:17px -7px 0 0}.site-header .extras-menu .menu-item-cart:hover>.mini-cart-content{opacity:1;z-index:9998;top:100%;transform:scaleX(1)}.site-header .extras-menu .menu-item-cart:hover>a:after{opacity:1;z-index:9999;top:100%}.site-header .extras-menu .menu-item-cart .mini-cart-content{transition:top 0.3s ease 0s,opacity 0.3s;position:absolute;right:0;top:110%;min-width:370px;opacity:0;z-index:-1;border-top:23px solid #fff0;transform:scaleX(0);display:block;border-radius:0;box-shadow:none}.site-header .extras-menu .menu-item-cart .mini-cart-content .woocommerce-mini-cart__empty-message{margin:15px 0}.site-header .extras-menu .menu-item-cart .mini-cart-content .widget_shopping_cart_content{padding-top:0}.site-header .extras-menu .menu-item-cart .mini-cart-content .product_list_widget{max-height:490px;padding-left:20px;padding-right:20px;margin-left:-20px;margin-right:-20px;overflow-y:auto;overflow-x:hidden}.site-header .extras-menu .menu-item-cart .mini-cart-content ::-webkit-scrollbar{background:#fff0;width:7px}.site-header .extras-menu .menu-item-cart .mini-cart-content ::-webkit-scrollbar-thumb{background-color:#ccc}.site-header .extras-menu .menu-item-wishlist>a:after{display:none}.site-header .extras-menu .menu-item-wishlist .mini-item-counter{right:0}.site-header .extras-menu .menu-item-hotline{display:flex;align-items:center}.site-header .extras-menu .menu-item-hotline>a{display:flex;align-items:center}.site-header .extras-menu .menu-item-hotline .extra-icon{font-size:26px;margin-right:15px;color:var(--mf-dark-color)}.site-header .extras-menu .menu-item-hotline .hotline-content{white-space:nowrap;font-size:16px;font-weight:700;line-height:1.2;color:var(--mf-dark-color)}.site-header .extras-menu .menu-item-hotline .hotline-content label{display:block;font-size:14px;color:var(--mf-gray-color);font-weight:400}.site-header .main-menu{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}.site-header .col-header-menu{display:flex;justify-content:space-between;align-items:center;position:relative;flex-wrap:wrap}.site-header .martfury-container .header-logo,.site-header .martfury-container .mr-extra-department{width:300px}.site-header .martfury-container .header-extras,.site-header .martfury-container .mr-header-menu{width:83.4%}.site-header .header-bottom-feature{background-repeat:repeat-x;background-position:left center;position:absolute;left:0;right:0;top:100%;z-index:10}.site-header.header-dark{--mf-gray-color:#000}.site-header.header-dark .mf-background-primary,.site-header.header-dark .mini-item-counter{--mf-background-primary-color:#000;--mf-background-primary-text-color:#fff}.site-header.header-light{--mf-dark-color:#fff;--mf-gray-color:#fff}.header-department-bot .header-logo .d-department{display:none}.header-department-bot .mr-extra-department .products-cats-menu{position:relative;padding-top:14px;padding-bottom:14px;min-height:50px;display:flex;align-items:center}.header-department-bot .mr-extra-department .products-cats-menu:before{position:absolute;top:-1px;left:50%;content:"";height:2px;width:0;background-color:var(--mf-background-primary-color);transition:0.5s}.header-department-bot .mr-extra-department .products-cats-menu.open:before,.header-department-bot .mr-extra-department .products-cats-menu.mf-closed:hover:before{width:100%;left:0;right:0}.header-department-bot .mr-extra-department .products-cats-menu.open .cats-menu-title:after,.header-department-bot .mr-extra-department .products-cats-menu.mf-closed:hover .cats-menu-title:after{transform:rotate(180deg) translateY(50%)}.header-department-bot .mr-extra-department .cats-menu-title{padding-left:22px;padding-right:20px}.header-department-bot .mr-extra-department .cats-menu-title i{display:none}.header-department-bot .mr-extra-department .cats-menu-title:after{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:12px;font-weight:700;transition:0.2s}.header-department-top .header-logo .d-department .text{display:none}.header-department-top .header-logo .d-department.mf-close .products-cats-menu .cats-menu-title:after,.header-department-top .header-logo .d-department.mf-close .toggle-product-cats{display:none}.header-department-top .header-logo .products-cats-menu:hover .toggle-product-cats{z-index:9998;padding-top:24px!important}.header-department-top .header-logo .logo{margin-right:15px}.header-department-top .header-logo .d-logo{max-width:calc(100% - 30px)}.header-department-top .header-logo.hide-department .d-logo{max-width:100%}.header-department-top .header-logo.hide-department .logo{margin-right:0}.header-department-top .main-menu .d-department-sticky .cats-menu-title{display:none}.header-department-top .main-menu .d-department-sticky .toggle-product-cats{left:0!important;width:270px}.header-layout-1 .header-bar,.header-layout-1 .header-bar #lang_sel a.lang_sel_sel,.header-layout-1 .header-bar .lang_sel a.lang_sel_sel{font-size:16px}.header-layout-1 .header-department-bot .header-logo .d-department{display:none}.header-layout-1 .header-department-bot .header-logo .d-department .cats-menu-title{position:relative;padding-right:22px}.header-layout-1 .header-department-bot .header-logo .d-department .cats-menu-title i{display:none}.header-layout-1 .header-department-bot .header-logo .d-department .cats-menu-title:after{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:12px;font-weight:700;transition:0.2s;background-color:#fff0;margin:0;border:none;opacity:1}.header-layout-1 .header-department-bot .header-logo .products-cats-menu:hover .cats-menu-title:after{top:50%;transform:rotate(180deg) translateY(50%)}.header-layout-1.sticky-header .site-header.minimized .header-main .products-cats-menu .cats-menu-title:after{display:block}.header-layout-2 .topbar{background-color:#eff1f2}.header-layout-2 .site-header .header-main{background-color:var(--mf-background-light-color)}.header-layout-2 .site-header .main-menu{background-color:var(--mf-background-primary-color);border-color:var(--mf-background-primary-color);border-bottom:none}.header-layout-2 .site-header .primary-nav>ul>li{padding-top:18px;padding-bottom:18px;padding-left:18px;padding-right:18px}.header-layout-2 .site-header .primary-nav>ul>li:first-child{padding-left:0}.header-layout-2 .site-header .primary-nav>ul>li:first-child>ul{left:0;border-top:none}.header-layout-2 .site-header .primary-nav>ul>li:last-child{padding-right:0}.header-layout-2 .site-header .primary-nav>ul>li.menu-item-has-children>a{margin-right:0}.header-layout-2 .site-header .primary-nav>ul>li.menu-item-has-children>a:before{border-left:none;border-top:none;margin-top:13px;transition-delay:0.05s}.header-layout-2 .site-header .primary-nav>ul>li.menu-item-has-children>a:after{display:none}.header-layout-2 .site-header .primary-nav>ul>li>a{font-weight:600;text-transform:uppercase;color:var(--mf-background-primary-text-color)}.header-layout-2 .site-header .primary-nav>ul>li>a:hover{opacity:.7}.header-layout-2 .site-header .primary-nav>ul>li>a i{font-size:20px}.header-layout-2 .site-header .primary-nav>ul>li.current-menu-parent>a,.header-layout-2 .site-header .primary-nav>ul>li.current-menu-item>a,.header-layout-2 .site-header .primary-nav>ul>li.current-menu-ancestor>a{opacity:.7}.header-layout-3 .topbar:not(.header-bar),.header-layout-4 .topbar:not(.header-bar){background-color:#dba500}.header-layout-3 .topbar:not(.header-bar) .widget:after,.header-layout-4 .topbar:not(.header-bar) .widget:after{background-color:#a37000}.header-layout-3 .header-bar .widget:after,.header-layout-4 .header-bar .widget:after{background-color:#654a00}.header-layout-3 .site-header,.header-layout-4 .site-header{background-color:var(--mf-background-primary-color)}.header-layout-3 .site-header .col-nav-menu,.header-layout-4 .site-header .col-nav-menu{position:static;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.header-layout-3 .site-header .header-main,.header-layout-4 .site-header .header-main{padding-top:25px;padding-bottom:25px;background-color:var(--mf-background-primary-color)}.header-layout-3 .site-header.has-hot-words .header-main,.header-layout-4 .site-header.has-hot-words .header-main{padding-bottom:10px}.header-layout-3 .site-header .main-menu,.header-layout-4 .site-header .main-menu{border-color:rgb(0 0 0 / .15);border-bottom:none}.header-layout-3 .site-header .header-row,.header-layout-4 .site-header .header-row{position:relative}.header-layout-3 .site-header .product-extra-search .search-field,.header-layout-3 .site-header .product-extra-search .product-cat-label,.header-layout-4 .site-header .product-extra-search .search-field,.header-layout-4 .site-header .product-extra-search .product-cat-label{border-color:#fff0}.header-layout-3 .site-header .product-extra-search .product-cat-label,.header-layout-4 .site-header .product-extra-search .product-cat-label{border-right-color:#ccc}.header-layout-3 .site-header .primary-nav>ul>li.current-menu-parent>a,.header-layout-3 .site-header .primary-nav>ul>li.current-menu-item>a,.header-layout-3 .site-header .primary-nav>ul>li.current-menu-ancestor>a,.header-layout-4 .site-header .primary-nav>ul>li.current-menu-parent>a,.header-layout-4 .site-header .primary-nav>ul>li.current-menu-item>a,.header-layout-4 .site-header .primary-nav>ul>li.current-menu-ancestor>a{color:rgb(0 0 0 / .7)}.header-layout-3 .aws-container .aws-search-form,.header-layout-4 .aws-container .aws-search-form{background-color:#fff0}.header-layout-3 .aws-container .aws-search-form .aws-form-btn,.header-layout-4 .aws-container .aws-search-form .aws-form-btn{border:none}.header-layout-3 .aws-container .aws-search-form .aws-search-field,.header-layout-4 .aws-container .aws-search-form .aws-search-field{background-color:#fff;border:none;border-right:1px solid #ccc}.header-layout-3 .aws-container .aws-search-form .aws-search-btn,.header-layout-4 .aws-container .aws-search-form .aws-search-btn{background-color:#000}.header-layout-3 .aws-container .aws-search-form .aws-search-btn .aws-search-btn_icon,.header-layout-4 .aws-container .aws-search-form .aws-search-btn .aws-search-btn_icon{color:#fff}.header-layout-3 .aws-container .aws-search-form .aws-search-btn:hover,.header-layout-4 .aws-container .aws-search-form .aws-search-btn:hover{background-color:#000}.header-layout-3 .aws-container[data-buttons-order="3"] .aws-search-form .aws-search-field,.header-layout-4 .aws-container[data-buttons-order="3"] .aws-search-form .aws-search-field{border-right:none;border-left:1px solid #ccc}.header-layout-3 .aws-container[data-buttons-order="4"] .aws-search-form .aws-search-field,.header-layout-4 .aws-container[data-buttons-order="4"] .aws-search-form .aws-search-field{border-right:none;border-left:1px solid #ccc}.header-layout-3 .aws-container[data-buttons-order="6"] .aws-search-form .aws-search-field,.header-layout-4 .aws-container[data-buttons-order="6"] .aws-search-form .aws-search-field{border-right:none;border-left:1px solid #ccc}.header-layout-3 .site-header .products-cats-menu .menu>li:first-child{padding-top:0}.header-layout-3 .site-header .products-cats-menu .menu>li:last-child{padding-bottom:0}.header-layout-3 .site-header .products-cats-menu .menu>li>a{padding-top:11px;padding-bottom:11px;transition:none}.header-layout-3 .site-header .products-cats-menu .menu>li:hover{background-color:var(--mf-background-primary-color)}.header-layout-3 .site-header .products-cats-menu .menu>li:hover>a{color:var(--mf-background-primary-text-color)}.header-layout-3 .site-header .products-cats-menu .menu>li.menu-item-has-children>a:after{right:-10px}.header-layout-3 .header-department-bot .mr-extra-department .products-cats-menu{min-height:52px}.header-layout-3 .header-department-bot .mr-extra-department .cats-menu-title i{display:block;font-size:24px}.header-layout-3 .header-department-bot .mr-extra-department .cats-menu-title:after{display:none}.header-layout-5{--mf-background-light-color:#022335}.header-layout-5 .site-header .product-extra-search .search-field,.header-layout-5 .site-header .product-extra-search .product-cat-label{border-color:#fff0}.header-layout-5 .site-header .product-extra-search .product-cat-label{border-right-color:#ccc}.header-layout-5 .site-header .main-menu{border-color:#fff0}.header-layout-5 .site-header .primary-nav>ul>li>a{font-weight:600;text-transform:uppercase}.header-layout-5 .site-header .primary-nav>ul>li>a i{margin-right:3px}.header-layout-5 .site-header .primary-nav>ul>li.menu-item-has-children>a{margin-right:0}.header-layout-5 .site-header .primary-nav>ul>li.menu-item-has-children>a:before{border-left:none;border-top:none;margin-top:13px;transition-delay:0.05s}.header-layout-5 .site-header .primary-nav>ul>li.menu-item-has-children>a:after{display:none}.header-layout-