.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;pa