.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-5 .aws-container .aws-search-form{background-color:#fff0}.header-layout-5 .aws-container .aws-search-form .aws-form-btn{border:none}.header-layout-5 .aws-container .aws-search-form .aws-search-field{background-color:#fff;border:none;border-right:1px solid #ccc}.header-layout-5 .aws-container[data-buttons-order="3"] .aws-search-form .aws-search-field{border-right:none;border-left:1px solid #ccc}.header-layout-5 .aws-container[data-buttons-order="4"] .aws-search-form .aws-search-field{border-right:none;border-left:1px solid #ccc}.header-layout-5 .aws-container[data-buttons-order="6"] .aws-search-form .aws-search-field{border-right:none;border-left:1px solid #ccc}.header-layout-6 .site-header .main-menu__wrapper{position:relative}.header-layout-6 .site-header .main-menu{background-color:#f0f0f0;border-top:none}.header-layout-6 .site-header .primary-nav{float:left}.header-layout-6 .site-header .primary-nav>ul>li>a{font-size:16px;font-weight:600;text-transform:uppercase}.header-layout-6 .site-header .primary-nav>ul>li>a:hover{color:var(--mf-primary-color)}.header-layout-6 .site-header .primary-nav>ul>li.current-menu-parent>a,.header-layout-6 .site-header .primary-nav>ul>li.current-menu-item>a,.header-layout-6 .site-header .primary-nav>ul>li.current-menu-ancestor>a{color:var(--mf-primary-color)}.header-layout-8 .site-header .product-extra-search .search-field,.header-layout-8 .site-header .product-extra-search .product-cat-label{background-color:#f9f9f9}.header-layout-8 .site-header .menu-item-hotline .hotline-content span{color:var(--mf-primary-color)}.header-layout-8 .site-header .primary-nav>ul>li>a:hover{color:var(--mf-primary-color)}.header-layout-8 .site-header .primary-nav>ul>li.current-menu-parent>a,.header-layout-8 .site-header .primary-nav>ul>li.current-menu-item>a,.header-layout-8 .site-header .primary-nav>ul>li.current-menu-ancestor>a{color:var(--mf-primary-color)}.header-layout-9 .site-header .header-main{padding-top:10px;padding-bottom:15px}.header-layout-9 .site-header .product-extra-search .search-wrapper{max-width:520px}.header-layout-9 .site-header .product-extra-search .product-cat-label{text-transform:uppercase;font-weight:700;border-right:none}.header-layout-9 .site-header .product-extra-search .search-submit{text-transform:uppercase;border-radius:5px;margin-left:10px;min-width:130px}.header-layout-9 .site-header .product-extra-search .search-field{padding-left:10px;border-radius:0 5px 5px 0}.header-layout-9 .site-header .product-extra-search .hot-words li a{position:relative;padding-right:4px;font-size:16px}.header-layout-9 .site-header .product-extra-search .hot-words li a:before{content:'';position:absolute;bottom:-1px;left:0;width:0;height:1px;background-color:#fff;transition:.3s}.header-layout-9 .site-header .product-extra-search .hot-words li a:after{content:',';position:absolute;right:0;bottom:-2px}.header-layout-9 .site-header .product-extra-search .hot-words li a:hover:before{width:100%}.header-layout-9 .site-header .product-extra-search .hot-words li:last-child a{padding-right:0}.header-layout-9 .site-header .product-extra-search .hot-words li:last-child a:after{display:none}.header-layout-9 .site-header .extras-menu .menu-item-hotline{padding-right:53px}.header-layout-9 .site-header .primary-nav>ul>li{position:relative}.header-layout-9 .site-header .primary-nav>ul>li:before{content:'';position:absolute;left:22px;top:-2px;height:2px;width:0;background-color:#fff;transition:.3s}.header-layout-9 .site-header .primary-nav>ul>li:first-child:before{left:0}.header-layout-9 .site-header .primary-nav>ul>li:hover:before{width:calc(100% - 44px)}.header-layout-9 .site-header .primary-nav>ul>li:hover:first-child:before{width:calc(100% - 22px)}.header-layout-9 .site-header .primary-nav>ul>li>a{text-transform:uppercase}.header-layout-9 .site-header .col-header-extras{position:static;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}.header-layout-9 .site-header .recently-viewed .recently-title{text-transform:uppercase;padding-left:25px}.header-layout-9 .site-header .recently-viewed .recently-title:after{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;font-size:16px;position:absolute;right:auto;left:0}.header-layout-9 .site-header .header-wishlist{padding:0 0 0 25px;margin:0;list-style:none;font-size:16px}.header-layout-9 .site-header .header-wishlist li{margin:0}.header-layout-9 .site-header .header-wishlist i{position:relative;top:2px}.header-layout-9 .site-header .header-wishlist .mini-item-counter--wishlist{display:none}.header-layout-9 .site-header .header-wishlist .header-wishlist-text{font-size:16px;text-transform:uppercase;margin-left:3px}.header-layout-9 .topbar .widget:after{opacity:.25;height:12px}.header-layout-9 .topbar-right a{text-transform:uppercase}.sticky-header .site-header.minimized .extras-menu .menu-item-account ul{border-top-width:15px}.sticky-header .site-header.minimized .extras-menu .menu-item-cart .mini-cart-content{border-top-width:14px}.sticky-header .site-header.minimized .extras-menu>li>a:after{margin-top:8px}.sticky-header .site-header.minimized .header-main{position:fixed;right:0;left:0;top:0;z-index:9999;animation-name:fadeInDown;animation-duration:.25s;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #e1e1e1}.sticky-header .site-header.minimized .header-main .d-logo{display:none}.sticky-header .site-header.minimized .header-main .d-department{display:block}.sticky-header .site-header.minimized .header-main .products-cats-menu{padding:0}.sticky-header .site-header.minimized .header-main .products-cats-menu:before{display:none}.sticky-header .site-header.minimized .header-main .products-cats-menu .toggle-product-cats{padding-top:16px!important;margin-left:0;top:120%;left:0!important}.sticky-header .site-header.minimized .header-main .products-cats-menu .cats-menu-title{padding-left:0}.sticky-header .site-header.minimized .header-main .products-cats-menu .cats-menu-title .text{transition:none}.sticky-header .site-header.minimized .header-main .products-cats-menu .cats-menu-title:after{display:none}.sticky-header .site-header.minimized .header-main .products-cats-menu:hover .toggle-product-cats{top:100%}.sticky-header .site-header.minimized.sticky-header-logo .header-main .d-department{display:none}.sticky-header .site-header.minimized.sticky-header-logo .header-main .d-logo{display:block}.sticky-header .site-header.minimized.sticky-header-logo .header-main .site-logo{display:none}.sticky-header .site-header.minimized.sticky-header-logo .header-main .sticky-logo{display:block}.sticky-header .site-header.minimized.header-department-top .header-logo .d-department .text{display:block}.sticky-header .site-header.minimized.header-department-top .header-logo .products-cats-menu .toggle-product-cats{padding-top:16px!important;margin-left:0;top:120%;left:0!important;display:block}.sticky-header .site-header.minimized.header-department-top .header-logo .products-cats-menu:hover .toggle-product-cats{top:100%}.sticky-header.admin-bar .site-header.minimized .header-main{top:32px}.sticky-header.header-no-department .site-header.minimized .header-main .d-logo{display:block}.sticky-header.header-no-department .site-header.minimized .header-main .d-logo img{max-height:70px;width:auto}body.display-mobile-menu{overflow:hidden;max-height:100vh}.display-mobile-menu .primary-mobile-nav{transform:translate3d(475px,0,0);z-index:999999}.display-mobile-menu .martfury-off-canvas-layer{display:block;z-index:9999}.martfury-off-canvas-layer{background-color:rgb(0 0 0 / .85);position:fixed;top:0;bottom:0;left:0;right:0;z-index:-1;display:none}.martfury-off-canvas-layer.opened{display:block;z-index:999}.primary-mobile-nav{width:475px;background-color:#fff;position:fixed;left:-475px;top:0;overflow:auto;height:100%;color:#aaa;z-index:-999999;transition:transform 0.35s ease;display:none}.primary-mobile-nav .close-canvas-mobile-panel{font-size:24px;color:#000}.primary-mobile-nav .mobile-nav-header{background-color:var(--mf-background-primary-color);display:flex;align-items:center;justify-content:space-between;padding:15px}.primary-mobile-nav .mobile-nav-header h2,.primary-mobile-nav .mobile-nav-header .mobile-nav-header__title{font-size:18px;font-weight:600;margin:0;line-height:1;color:var(--mf-background-primary-text-color)}.primary-mobile-nav .mobile-nav-header h2 a,.primary-mobile-nav .mobile-nav-header .mobile-nav-header__title a{color:var(--mf-background-primary-text-color)}.primary-mobile-nav .mobile-nav-header .close-mobile-nav{font-size:18px;color:var(--mf-background-primary-text-color);line-height:1;display:none}.primary-mobile-nav ul.menu{padding:0}.primary-mobile-nav ul.menu li{list-style:none;margin-bottom:0}.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children{font-size:14px;position:absolute;top:50%;transform:translateY(-50%);right:0}.primary-mobile-nav ul.menu li>a{color:#666;position:relative;transition:none}.primary-mobile-nav ul.menu li.active>a{color:#000}.primary-mobile-nav ul.menu li.active>a .toggle-menu-children>i:before{content:"\e937"}.primary-mobile-nav ul.menu ul{padding-left:0;display:none;padding-top:10px}.primary-mobile-nav ul.menu ul li{padding:5px 0}.primary-mobile-nav ul.menu ul li a{font-size:14px;display:block}.primary-mobile-nav ul.menu ul li a:after{font-size:14px}.primary-mobile-nav ul.menu ul ul{padding-left:10px}.primary-mobile-nav ul.menu>li{border-bottom:1px solid #dedede;padding:14px 15px 13px}.primary-mobile-nav ul.menu>li:last-child{border-bottom:none}.primary-mobile-nav ul.menu>li.active{background-color:#f6f6f6}.primary-mobile-nav ul.menu>li>a{display:block;padding-right:20px;color:#000}.primary-user-nav{width:375px;background-color:#fff;position:fixed;right:-375px;top:0;overflow:auto;height:100%;color:#aaa;z-index:99999;transition:transform 0.35s ease}.primary-user-nav .close-canvas-mobile-panel{font-size:24px;color:#000}.primary-user-nav .mobile-user-content{padding:30px}.primary-user-nav ul.extra-account{padding:0}.primary-user-nav ul.extra-account li{list-style:none;margin-bottom:0}.primary-user-nav ul.extra-account li.extra-menu-item>a{display:none}.primary-user-nav ul.extra-account li>a{color:#999;position:relative;transition:none}.primary-user-nav ul.extra-account li>a:hover{color:#000}.primary-user-nav ul.extra-account ul{padding-top:10px;padding-left:0}.primary-user-nav ul.extra-account ul li{padding:8px 0}.primary-user-nav ul.extra-account ul li.line-space{border-bottom:1px solid #e5e5e5;margin-bottom:10px;padding-top:0}.primary-user-nav ul.extra-account ul li a{font-size:14px;display:block}.primary-user-nav ul.extra-account ul li a:after{font-size:14px}.primary-user-nav ul.extra-account ul li h3{font-size:18px;font-weight:600;line-height:1;margin:16px 0 0}.display-user-mobile .primary-user-nav{transform:translate3d(-375px,0,0);z-index:99999}.display-user-mobile .martfury-off-canvas-layer{display:block;z-index:9999}.page-header{margin:0;border-bottom:none;padding-top:95px;padding-bottom:95px}.page-header .entry-title{font-size:48px;font-weight:600;line-height:1;margin:0 0 20px}.page-header .breadcrumbs{color:var(--mf-primary-color);display:flex;flex-wrap:wrap;margin:0;padding:0}.page-header .breadcrumbs a{color:#09c}.page-header .breadcrumbs a:hover{color:var(--mf-primary-color)}.page-header .breadcrumbs .sep{margin:0 5px;color:#000}.page-header .breadcrumbs li{display:inline-block;margin-bottom:0}.page-header .breadcrumbs li:last-child a{color:#000;pointer-events:none}.page-header-sliders{padding-top:0;padding-bottom:0}.page-header-sliders .page-header-inner{overflow:hidden;position:relative}.page-header-sliders .slick-list,.page-header-sliders .slick-track{height:100%}.page-header-sliders ul{margin:0;padding:0;height:100%}.page-header-sliders ul li{list-style:none;height:100%;position:relative;margin-bottom:0}.page-header-sliders ul li .featured-img{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background-position:center}.page-header-sliders ul li .featured-img:before{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .3);content:""}.page-header-sliders ul li .link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.page-header-sliders ul li .page-header-content{max-width:800px;margin:0 auto;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:150px 0;color:#fff;text-align:center;font-size:16px}.page-header-sliders ul li .subtitle{font-size:18px;text-transform:uppercase;font-weight:600}.page-header-sliders ul li .title{font-size:48px;font-weight:600;color:#fff;line-height:1;margin:55px 0 30px}.page-header-sliders ul li .desc{margin-bottom:0}.page-header-sliders .slick-arrow-content{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none}.page-header-sliders .slick-arrow-content .slick-arrow-cont{position:relative;height:100%}.page-header-sliders .slick-arrow-content .slick-arrow{width:48px;height:48px;line-height:50px;text-align:center;background-color:rgb(204 204 204 / .5);transition:0.5s;cursor:pointer;color:#000;font-size:18px;position:absolute;top:50%;left:0;transform:translateY(-50%);pointer-events:auto}.page-header-sliders .slick-arrow-content .slick-arrow:hover{background-color:#ccc}.page-header-sliders .slick-arrow-content .slick-next-arrow{right:0;left:auto}.mf-blog-page .page-header-blog.layout-1{padding-bottom:5px}.mf-blog-page .page-header-blog.layout-1 .breadcrumbs{justify-content:center}.mf-blog-page .page-header-blog.hide-title{padding:0}.mf-blog-page .page-header-blog.hide-title .entry-title{line-height:0;text-indent:-9999px}.mf-blog-page.has-blog-cats .page-header-blog.layout-1{padding-bottom:30px}.mf-blog-page.has-blog-cats .site-content{padding-top:50px}.single-post-header{padding-top:110px;padding-bottom:110px}.single-post-header .entry-title{font-size:48px;font-weight:600;max-width:770px;margin:0 auto;line-height:1}.single-post-header .entry-metas{margin-top:30px;font-size:16px;color:#999}.single-post-header .entry-metas a{color:#191918}.single-post-header .entry-metas a:hover{color:var(--mf-primary-color)}.single-post-header .entry-metas .sep{color:#191918}.single-post-header.layout-1{padding-bottom:20px}.single-post-header.layout-2{position:relative;padding-top:180px;padding-bottom:180px}.single-post-header.layout-2 .featured-image{position:absolute;top:0;left:0;bottom:0;right:0;background-position:center;z-index:-1;background-attachment:fixed}.single-post-header.layout-2 .cat-links{margin-bottom:40px}.single-post-header.layout-2 .cat-links a{font-size:18px;text-transform:uppercase;color:#000;font-weight:600}.single-post-header.layout-2.has-bg .cat-links a{color:#fff}.single-post-header.layout-2.has-bg .featured-image:before{position:absolute;top:0;left:0;bottom:0;right:0;content:"";background-color:rgb(0 0 0 / .3);z-index:-1}.single-post-header.layout-2.has-bg .entry-title{color:#fff}.single-post-header.layout-2.has-bg .entry-metas{color:#fff}.single-post-header.layout-2.has-bg .entry-metas a{color:#fff}.single-post-header.layout-2.has-bg .entry-metas a:hover{color:var(--mf-primary-color)}.single-post-header.layout-2.has-bg .entry-metas .sep{color:#fff}.single-post-header.layout-3{padding-top:130px;padding-bottom:0}.page-header-catalog{padding-top:0;padding-bottom:0}.page-header-catalog .page-title{background-color:var(--mf-background-primary-color);padding-top:40px;padding-bottom:40px}.page-header-catalog .page-title .entry-title{font-size:30px;margin:0}.page-header-catalog .page-title.hide-title{padding:0}.page-header-catalog .page-title.hide-title .entry-title{line-height:0;text-indent:-9999px}.page-header-catalog .page-breadcrumbs{background-color:#f1f1f1}.page-header-catalog .page-breadcrumbs .breadcrumbs{padding-top:20px;padding-bottom:20px}.mf-catalog-layout-3 .page-header-catalog,.mf-catalog-layout-10 .page-header-catalog{padding-top:0;padding-bottom:0}.mf-catalog-layout-3 .page-header-catalog .page-title,.mf-catalog-layout-10 .page-header-catalog .page-title{padding:0}.mf-catalog-layout-3 .page-header-catalog .page-title .entry-title,.mf-catalog-layout-10 .page-header-catalog .page-title .entry-title{line-height:0;text-indent:-9999px}.page-header-page{padding-top:0;padding-bottom:0}.page-header-page .entry-title{padding-top:115px;padding-bottom:25px;font-size:48px;font-weight:600;text-align:center;margin-bottom:0}.page-header-page.hide-title .entry-title{line-height:0;text-indent:-9999px;padding:0}.page-header-page .page-breadcrumbs{background-color:#f1f1f1}.page-header-page .page-breadcrumbs .breadcrumbs{padding-top:20px;padding-bottom:20px}.woocommerce-account .page-header-page .entry-title{background-color:#f1f1f1}.woocommerce-account.logged-in .page-header-page .entry-title{background-color:#fff0}.page-header-default{padding-top:0;padding-bottom:0}.page-header-default .page-breadcrumbs{background-color:#f1f1f1}.page-header-default .page-breadcrumbs .breadcrumbs{padding-top:20px;padding-bottom:20px}.nav a{color:#999;font-size:14px;display:inline-block;position:relative}.nav a:hover{text-decoration:none;color:#000}.nav ul{margin:0;padding:0;list-style-type:none}.nav ul ul{transition:top 0.3s ease 0s,opacity 0.3s;position:absolute;left:0;top:110%;width:auto;min-width:200px;border:1px solid #ccc;background-color:#fff;opacity:0;z-index:-1;padding:10px 0;transform:scaleX(0);display:block;border-radius:0;box-shadow:none}.nav ul ul ul{transition:left 0.3s ease 0s,opacity 0.3s;left:110%;top:0;box-shadow:none;padding:10px 0;border-top:1px solid #ccc}.nav li{display:inline-block;padding:10px 22px;position:relative;text-align:left;margin:0}.nav li:hover>ul{opacity:1;z-index:999;top:100%;transform:scaleX(1)}.nav li li{text-align:left;display:block;padding:0 30px}.nav li li a{color:#000;font-size:14px;padding:8px 0;text-transform:none;transition:0.5s;display:inline-block;position:relative;background-color:#fff0;white-space:nowrap;line-height:1}.nav li li a .items-badge{position:absolute;right:0;top:8px}.nav li li a .items-badge>span{position:absolute;left:0;top:0;opacity:0;margin-left:10px}.nav li li a .items-badge>span:last-child{opacity:1}.nav li li a:hover{color:var(--mf-primary-color);background-color:#fff0}.nav li li:hover>ul{top:-10px;left:100%}.nav li li:hover>ul li a:hover:before{left:-30px}.nav li li:first-child>a{border-top-width:0}.nav li>ul{left:-10px}.nav>.menu>li:first-child>ul{left:-30px}.nav .menu .is-mega-menu{position:static}.nav .menu .is-mega-menu.has-width{position:relative}.nav .menu .is-mega-menu:hover .dropdown-submenu{transform:translateX(-50%) scale(1)}.nav .menu .is-mega-menu:hover .dropdown-submenu.alignment{transform:scale(1)}.nav .menu .is-mega-menu:hover.align-left .dropdown-submenu,.nav .menu .is-mega-menu:hover.align-right .dropdown-submenu{transform:scale(1)}.nav .menu .is-mega-menu.align-left .dropdown-submenu{left:0;transform:scale(0)}.nav .menu .is-mega-menu.align-right .dropdown-submenu{right:0;left:auto;transform:scale(0)}.nav .menu .is-mega-menu .dropdown-submenu{left:50%;transform:translateX(-50%) scale(0);width:100%;padding:0}.nav .menu .is-mega-menu .dropdown-submenu>li{padding:0}.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content{padding:25px 30px 10px}.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content>.row{display:flex;flex-wrap:wrap}.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content>.row:after,.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content>.row:before{display:none}.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega a{white-space:normal}.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega a.is-label{color:#000;font-size:16px;margin:20px 0 0;padding:0 0 7px;font-weight:600}.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a{color:#000;font-size:16px;margin:0;padding:0 0 7px;font-weight:600}.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a.hide-text{display:none}.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a.visible-text{visibility:hidden}.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu{background-color:#fff0}.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu .sub-menu{margin-left:10px;padding-bottom:0}.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu{position:static;transform:scaleX(1);opacity:1;width:100%;border:none;z-index:9999;min-width:inherit}.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li{padding:0}.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:first-child>a{padding-top:0}.nav .menu .is-mega-menu:hover .mega-menu-container{opacity:1;top:100%;z-index:9999;transform:scaleX(1)}.nav .menu .is-mega-menu .sub-menu{transform:scaleX(1)}.nav .menu .is-mega-menu.custom-text-color a.is-label{color:inherit}.nav .menu .is-mega-menu.custom-text-color .dropdown-submenu .menu-item-mega>a{color:inherit}.nav .menu .is-mega-menu.custom-text-color .mega-menu-submenu .sub-menu li>a{color:inherit}.nav .menu .hot-badge,.nav .menu .new-badge,.nav .menu .trending-badge{font-size:12px;color:#c33;font-weight:500;background-color:#fff0}.nav .menu .hot-badge{color:#f08a47}.nav .menu .trending-badge{color:#09c}.catalog-ajax-filter #page{transition:opacity .7s;opacity:.2}.catalog-ajax-filter #page.fade-in{opacity:1}.mf-preloader .martfury-preloader{transition:opacity .7s;opacity:.7;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;background-color:#fff}.mf-preloader .martfury-preloader.fade-in{display:none}.site-content{padding-top:90px;padding-bottom:90px}.page-template-template-homepage .site-content,.page-template-template-home-full-width .site-content,.page-template-template-full-width .site-content{padding-top:0;padding-bottom:0}.sidebar-content .content-area,.blog-layout-sidebar-content .content-area{float:right}.single-post.sidebar-content .content-area,.blog-layout-sidebar-content .content-area{padding-left:70px}.single-post.content-sidebar .content-area,.blog-layout-small-thumb .content-area,.blog-layout-content-sidebar .content-area{padding-right:70px}.mf-taxs-list{margin-top:60px}.mf-taxs-list ul{margin:0;padding:0;text-align:center}.mf-taxs-list ul li{list-style:none;display:inline-block;padding:0 15px}.mf-taxs-list ul li a{font-size:18px;font-weight:600;color:#999;line-height:1}.mf-taxs-list ul li a:hover,.mf-taxs-list ul li a.selected{color:#000}.blog-wapper{margin-bottom:50px}.blog-wapper:nth-child(3n+1){clear:both}.blog-wapper .entry-format{margin-bottom:25px}.blog-wapper .entry-format>a{position:relative;display:block}.blog-wapper .entry-format>a:hover{opacity:.7}.blog-wapper .entry-format.format-link{text-align:left}.blog-wapper .entry-format.format-link .desc{font-size:20px;color:#000;margin-bottom:30px}.blog-wapper .entry-desc{padding-bottom:30px;padding-top:10px}.blog-wapper .entry-desc p{margin-bottom:0}.blog-wapper .categories-links{margin-bottom:15px}.blog-wapper .categories-links a{color:#000}.blog-wapper .categories-links a:hover{color:var(--mf-primary-color)}.blog-wapper .entry-title{font-size:20px;font-weight:600;margin:0 0 20px}.blog-wapper .entry-title a{color:#000}.blog-wapper .entry-title a:hover{color:var(--mf-primary-color)}.blog-wapper .entry-meta{color:#999}.blog-wapper .entry-meta:hover{color:#000}.blog-wapper .entry-meta a{color:#000}.blog-wapper .entry-meta a:hover{color:var(--mf-primary-color)}.blog-wapper .cat-links{display:none}.blog-wapper.sticky .entry-title{position:relative;padding-left:30px}.blog-wapper.sticky .entry-title:before{position:absolute;content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;top:0;left:0;font-size:24px;transition:0.5s}.blog-wapper.sticky .entry-title:hover:before{color:var(--mf-primary-color)}.blog-wapper.post-item-grid .entry-format>a{position:relative}.blog-wapper.post-item-grid .entry-format>a:before{position:absolute;top:15px;right:15px;font-family:"Ionicons";content:"\f4cd";display:none;font-size:24px;color:#fff;width:40px;height:40px;line-height:40px;text-align:center;background-color:#242424;z-index:10}.blog-wapper.post-item-grid .format-video>a:before{display:block}.blog-wapper.post-item-grid .format-gallery>a:before{content:"\f148";display:block}.blog-wapper.post-item-grid .format-audio>a:before{content:"\f257";display:block}.blog-wapper.post-item-grid .format-quote>a:before{content:"\f347";display:block}.blog-wapper.post-item-grid .format-link>a:before{content:"\f1fe";display:block}.blog-wapper.post-item-list{margin-bottom:65px}.blog-wapper.post-item-list.format-link .entry-header{background-color:#f2f2f2;padding:60px}.blog-wapper.post-item-list.format-link .entry-content{display:none}.blog-wapper.post-item-list.format-quote .entry-content{display:none}.blog-wapper.post-item-list.format-video,.blog-wapper.post-item-list.format-gallery,.blog-wapper.post-item-list.format-audio,.blog-wapper.post-item-list.format-standard,.blog-wapper.post-item-list.format-image{display:flex}.blog-wapper.post-item-list.format-video .entry-header,.blog-wapper.post-item-list.format-gallery .entry-header,.blog-wapper.post-item-list.format-audio .entry-header,.blog-wapper.post-item-list.format-standard .entry-header,.blog-wapper.post-item-list.format-image .entry-header{width:65.66%;float:left}.blog-wapper.post-item-list.format-video .entry-format,.blog-wapper.post-item-list.format-gallery .entry-format,.blog-wapper.post-item-list.format-audio .entry-format,.blog-wapper.post-item-list.format-standard .entry-format,.blog-wapper.post-item-list.format-image .entry-format{margin-bottom:0}.blog-wapper.post-item-list.format-video .entry-content,.blog-wapper.post-item-list.format-gallery .entry-content,.blog-wapper.post-item-list.format-audio .entry-content,.blog-wapper.post-item-list.format-standard .entry-content,.blog-wapper.post-item-list.format-image .entry-content{width:34.33%;float:right;padding:60px;background-color:#f2f2f2;display:flex;justify-content:space-between;flex-direction:column}.blog-wapper.post-item-list.format-gallery ul.slides{padding:0;overflow:hidden;margin:0;position:relative}.blog-wapper.post-item-list.format-gallery ul.slides li{float:left;list-style:none;margin-bottom:0}.blog-wapper.post-item-list.format-gallery ul.slides li:focus{outline:none}.blog-wapper.post-item-list.format-gallery ul.slides .slick-arrow{font-size:24px;z-index:99;cursor:pointer;font-weight:700;color:#fff;transition:0.5s;position:absolute;bottom:25px;top:auto;transform:none;left:25px;width:40px;height:40px;line-height:42px;text-align:center;background-color:#2f2f2f;border-radius:3px}.blog-wapper.post-item-list.format-gallery ul.slides .slick-arrow:hover{background-color:#000}.blog-wapper.post-item-list.format-gallery ul.slides .slick-arrow.slick-disabled{cursor:auto}.blog-wapper.post-item-list.format-gallery ul.slides .slick-next-arrow{left:75px}.blog-wapper.post-item-list.blog-no-image .entry-content{background-color:#f2f2f2;padding:60px;width:100%}.blog-wapper.post-item-list.blog-no-image .entry-header{display:none}.blog-wapper.post-item-small-thumb{display:flex}.blog-wapper.post-item-small-thumb .entry-header{width:33.33%;float:left;padding-right:15px}.blog-wapper.post-item-small-thumb .entry-format{margin-bottom:0}.blog-wapper.post-item-small-thumb .entry-format>a{position:relative;display:block}.blog-wapper.post-item-small-thumb .entry-format>a:before{position:absolute;top:15px;right:15px;font-family:"Ionicons";content:"\f4cd";display:none;font-size:24px;color:#fff;width:40px;height:40px;line-height:40px;text-align:center;background-color:#242424;z-index:10}.blog-wapper.post-item-small-thumb .format-video>a:before{display:block}.blog-wapper.post-item-small-thumb .format-gallery>a:before{content:"\f148";display:block}.blog-wapper.post-item-small-thumb .format-audio>a:before{content:"\f257";display:block}.blog-wapper.post-item-small-thumb .entry-content{width:66.66%;float:right;padding-left:15px;display:flex;justify-content:space-between;flex-direction:column}.blog-wapper.post-item-small-thumb .entry-content .entry-title{margin-bottom:15px}.blog-wapper.post-item-small-thumb .entry-content .entry-desc{padding-top:0}.blog-wapper.post-item-small-thumb .entry-content .entry-content-bottom{border-top:1px solid #e1e1e1;padding-top:15px}.blog-wapper.post-item-small-thumb.format-quote .entry-header,.blog-wapper.post-item-small-thumb.format-link .entry-header{width:100%;padding-right:0;border-bottom:1px solid #e1e1e1;padding-bottom:40px}.blog-wapper.post-item-small-thumb.format-quote .entry-content,.blog-wapper.post-item-small-thumb.format-link .entry-content{display:none}.blog-wapper.post-item-small-thumb.format-link .entry-header{background-color:#f2f2f2;padding:60px;border-bottom:none}.blog-wapper.post-item-small-thumb.format-video .entry-header,.blog-wapper.post-item-small-thumb.format-gallery .entry-header,.blog-wapper.post-item-small-thumb.format-standard .entry-header{margin-top:6px}.blog-wapper.post-item-small-thumb.format-audio{display:block}.blog-wapper.post-item-small-thumb.format-audio .entry-header{width:100%;padding-right:0;margin-bottom:30px}.blog-wapper.post-item-small-thumb.format-audio .entry-content{width:100%;padding-left:0}.blog-wapper.post-item-small-thumb.blog-no-image .entry-header{display:none}.blog-wapper.post-item-small-thumb.blog-no-image .entry-content{width:100%;padding-left:0;border-bottom:1px solid #e1e1e1;padding-bottom:40px}.blog-wapper.post-item-small-thumb.blog-no-image .entry-content .entry-content-bottom{border-top:none;padding-top:0}.blog-layout-sidebar-content .blog-wapper:nth-child(3n+1),.blog-layout-content-sidebar .blog-wapper:nth-child(3n+1){clear:none}.blog-layout-sidebar-content .blog-wapper:nth-child(2n+2),.blog-layout-content-sidebar .blog-wapper:nth-child(2n+2){clear:both}.blog-layout-sidebar-content .blog-wapper .entry-format>a,.blog-layout-content-sidebar .blog-wapper .entry-format>a{position:relative}.blog-layout-sidebar-content .blog-wapper .entry-format>a:before,.blog-layout-content-sidebar .blog-wapper .entry-format>a:before{position:absolute;top:15px;right:15px;font-family:"Ionicons";content:"\f4cd";display:none;font-size:24px;color:#fff;width:40px;height:40px;line-height:40px;text-align:center;background-color:#242424;z-index:10}.blog-layout-sidebar-content .blog-wapper .format-video>a:before,.blog-layout-content-sidebar .blog-wapper .format-video>a:before{display:block}.blog-layout-sidebar-content .blog-wapper .format-gallery>a:before,.blog-layout-content-sidebar .blog-wapper .format-gallery>a:before{content:"\f148";display:block}.blog-layout-sidebar-content .blog-wapper .format-audio>a:before,.blog-layout-content-sidebar .blog-wapper .format-audio>a:before{content:"\f257";display:block}.blog-layout-sidebar-content .blog-wapper .format-quote>a:before,.blog-layout-content-sidebar .blog-wapper .format-quote>a:before{content:"\f347";display:block}.blog-layout-sidebar-content .blog-wapper .format-link>a:before,.blog-layout-content-sidebar .blog-wapper .format-link>a:before{content:"\f1fe";display:block}.blog-layout-masonry .blog-wapper .entry-image img{height:auto}.numeric-navigation{display:flex;align-items:center;justify-content:center}.numeric-navigation .page-numbers{color:#000;font-size:14px;text-align:center;padding:0 12px;height:32px;background-color:#f5f5f5;min-width:34px;margin-right:5px;margin-left:5px;display:flex;align-items:center}.numeric-navigation .page-numbers.current,.numeric-navigation .page-numbers:hover{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color)}.numeric-navigation .next:after{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;font-size:10px;padding-left:8px}.numeric-navigation .prev:after{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;font-size:10px;padding-left:8px}.mf-blog-page .paging-navigation{margin-top:50px;margin-bottom:50px;display:flex;align-items:center;justify-content:center}.mf-blog-page .paging-navigation.infinite{justify-content:center}.mf-blog-page .paging-navigation.infinite .page-numbers{display:none}.mf-blog-page .paging-navigation.infinite .next{display:block;font-size:20px;text-transform:uppercase;letter-spacing:15px}.blog-layout-small-thumb .paging-navigation,.blog-layout-content-sidebar .paging-navigation,.blog-layout-sidebar-content .paging-navigation{justify-content:flex-start}.blog-layout-small-thumb .blog-wapper .entry-header .entry-image img,.blog-layout-content-sidebar .blog-wapper .entry-header .entry-image img,.blog-layout-sidebar-content .blog-wapper .entry-header .entry-image img{height:auto}.blog-layout-small-thumb blockquote{font-size:16px;line-height:2}.single-post .entry-header .entry-format{margin-bottom:90px}.single-post .entry-header .entry-title{font-size:36px;font-weight:600;line-height:1;margin:0}.single-post .entry-header .entry-metas{margin-top:20px;font-size:16px;color:#999}.single-post .entry-header .entry-metas a{color:#191918}.single-post .entry-header .entry-metas a:hover{color:var(--mf-primary-color)}.single-post .entry-header .entry-metas .sep{color:#191918}.single-post .entry-format{text-align:center;position:relative}.single-post .entry-format.format-quote{text-align:left}.single-post .entry-format.format-quote blockquote{font-size:20px}.single-post .entry-format.format-quote blockquote cite{margin-top:55px;font-size:16px;font-weight:600}.single-post .entry-format.format-quote blockquote cite a{color:#000}.single-post .entry-format.format-quote blockquote cite a:hover{color:var(--mf-primary-color)}.single-post .entry-format.format-quote blockquote cite:before{display:none}.single-post .entry-format.format-link{background-color:#f2f2f2;padding:60px;text-align:left}.single-post .entry-format.format-link .desc{font-size:20px;color:#000;margin-bottom:35px}.single-post .entry-format ul.slides{padding:0;overflow:hidden;margin:0}.single-post .entry-format ul.slides li{float:left;list-style:none}.single-post .entry-format ul.slides li:focus{outline:none}.single-post .entry-format ul.slides .slick-arrow{font-size:24px;z-index:99;cursor:pointer;font-weight:700;color:#fff;transition:0.5s;position:absolute;top:50%;left:20px;transform:translateY(-50%);width:40px;height:40px;line-height:42px;text-align:center;background-color:#2f2f2f}.single-post .entry-format ul.slides .slick-arrow:hover{background-color:#000}.single-post .entry-format ul.slides .slick-arrow.slick-disabled{cursor:auto}.single-post .entry-format ul.slides .slick-next-arrow{right:20px;left:auto}.single-post .entry-footer{padding-top:70px;clear:both}.single-post .entry-footer .tags-links{text-align:center;display:block;color:#999}.single-post .entry-footer .tags-links strong{color:#000;font-weight:600}.single-post .entry-footer .tags-links a{color:#999}.single-post .entry-footer .tags-links a:hover{color:var(--mf-primary-color)}.single-post .entry-footer .footer-socials{text-align:center;margin-top:30px}.single-post .entry-footer .footer-socials a{width:45px;height:45px;line-height:47px;text-align:center;font-size:24px;color:#fff;background-color:#1b4e9b;display:inline-block;margin:0 6px}.single-post .entry-footer .footer-socials .share-twitter{background-color:#00aeef}.single-post .entry-footer .footer-socials .share-google-plus{background-color:#c00}.single-post .entry-footer .footer-socials .share-pinterest{background-color:#c82228}.single-post .entry-footer .footer-socials .share-linkedin{background-color:#0077b5}.single-post .entry-footer .footer-socials .share-vkontakte{background-color:#4c75a3}.single-post .post-author-box{background-color:#f0f0f0;margin-top:100px;padding:60px}.single-post .post-author-box .post-author-avatar{width:130px;float:left;margin-top:5px}.single-post .post-author-box .post-author-desc{padding-left:160px;font-size:16px}.single-post .post-author-box .post-author-desc h3{font-size:24px;font-weight:600;margin:0 0 10px}.single-post .mf-related-posts{margin-top:80px}.single-post .mf-related-posts .related-title{text-align:center;font-size:24px;font-weight:600;margin:0 0 60px}.single-post .mf-related-posts .entry-header .entry-format{margin-bottom:25px}.single-post .mf-related-posts .entry-format.format-link{padding:0;background-color:#fff0}.single-post .mf-related-posts .blog-wapper{margin-bottom:0;clear:none}.single-post .mf-related-posts .slick-dots{text-align:center;margin:70px auto 0}.single-post .mf-related-posts .slick-dots li{display:inline-block;width:12px;height:12px;background-color:#ccc;margin:0 10px;border-radius:50%;cursor:pointer;transition:0.5s}.single-post .mf-related-posts .slick-dots li.slick-active{background-color:#666}.single-post .mf-related-posts .slick-dots li button{display:none}.single-post .post-navigation{padding-top:60px}.single-post .post-navigation .nav-links:after{clear:both;display:block;content:""}.single-post .post-navigation .nav-previous{width:50%;float:left}.single-post .post-navigation .nav-previous .nav-subtitle{padding-left:17px}.single-post .post-navigation .nav-next{width:50%;float:right;text-align:right}.single-post .post-navigation .nav-next .nav-subtitle{padding-right:17px}.single-post .post-navigation .nav-links a{font-size:24px;color:#999}.single-post .post-navigation .nav-links a:hover{color:var(--mf-primary-color)}.single-post .post-navigation .nav-links .nav-title{font-size:16px;color:#000;font-weight:600;line-height:1.2;display:block;margin-top:15px}.single-post .post-footer{margin-bottom:65px}.single-post .comments-area{padding:90px 0;border-top:1px solid #e1e1e1;margin-top:90px}.single-post .comments-area .wp-social-login-widget{margin-bottom:30px}.single-post.single-post-layout-3 .single-post-wrapper .entry-header,.single-post.single-post-layout-4 .single-post-wrapper .entry-header{margin-bottom:80px}.single-post.single-post-layout-3 .post-author-box,.single-post.single-post-layout-4 .post-author-box{padding:45px}.single-post.content-sidebar .comments-area .col-comment,.single-post.sidebar-content .comments-area .col-comment{width:100%;margin-left:0}.single-post.content-sidebar .comments-area .comments-title,.single-post.sidebar-content .comments-area .comments-title{text-align:left}.single-post.content-sidebar .comment-respond .comment-reply-title,.single-post.content-sidebar .comment-respond .form-submit,.single-post.sidebar-content .comment-respond .comment-reply-title,.single-post.sidebar-content .comment-respond .form-submit{text-align:left}.single-post.content-sidebar .entry-footer .tags-links,.single-post.content-sidebar .entry-footer .footer-socials,.single-post.sidebar-content .entry-footer .tags-links,.single-post.sidebar-content .entry-footer .footer-socials{text-align:left}.single-post .post-password-form input[type=password]{border:1px solid #cfcfcf;height:40px;line-height:40px;padding:0 5px}.single-post .post-password-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}.error404 .site-content{padding:165px 0;background-color:#efeef0}.error-404 .page-content{text-align:center}.error-404 .page-content .page-title{font-size:36px;font-weight:600;margin:0 0 30px}.error-404 .page-content a{color:var(--mf-primary-color);text-decoration:underline}.error-404 .page-content .search-form{max-width:370px;margin:40px auto 0;background-color:#fff}.error-404 .page-content p{font-size:18px}.error-404 .page-content img{margin-bottom:100px}.error-404 .search-form{padding:16px 20px;border:0}.page-template-template-coming-soon-page{text-align:center;padding-top:60px}.page-template-template-coming-soon-page .site-content{padding-top:50px;padding-bottom:50px}.page-template-template-coming-soon-page .site-footer{border:none}.page-template-template-coming-soon-page .coming-soon-socials{margin-top:100px}.page-template-template-coming-soon-page .coming-soon-socials a{color:#ccc}.page-template-template-coming-soon-page .coming-soon-socials a:hover{color:#000}.search-results .numeric-navigation{clear:both;text-align:center}.search-results .site-content{padding-top:50px}.search-results .site-content .blog-wapper{width:100%;display:flex}.search-results .site-content .blog-wapper .entry-header{width:65.66%;float:left}.search-results .site-content .blog-wapper .entry-content{background-color:#f2f2f2;padding:60px;width:34.33%;float:right;display:flex;justify-content:space-between;flex-direction:column}.search-results .site-content .blog-wapper.no-thumb .entry-content{width:100%;float:none}.search-no-results .site-content{padding-top:0}.search-no-results .page-header .breadcrumbs{justify-content:center}.search-no-results .no-results .page-header{padding-top:0;padding-bottom:0}body.page .comments-area{border-top:1px solid #e1e1e1;padding-top:90px;margin-top:90px}body.page .comments-area .comments-title{text-align:left}body.page .comments-area .comments-links{margin-bottom:20px}body.page .comments-area .col-comment{margin-left:0;width:100%}body.page .comments-area .comment-respond .comment-reply-title,body.page .comments-area .comment-respond .form-submit{text-align:left}.page .entry-content .page-links,.single-post .entry-content .page-links{clear:both}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#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;border-radius:0}.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color)}.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce a.button .disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce button.button .disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled],.woocommerce input.button .disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce #respond input#submit .disabled{padding:0 25px;color:var(--mf-background-primary-text-color)}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{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}.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit.alt:hover{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color)}.woocommerce a.button:hover,.woocommerce a.button:focus,.woocommerce a.button:active,.woocommerce button.button:hover,.woocommerce button.button:focus,.woocommerce button.button:active,.woocommerce input.button:hover,.woocommerce input.button:focus,.woocommerce input.button:active,.woocommerce #respond input#submit:hover,.woocommerce #respond input#submit:focus,.woocommerce #respond input#submit:active{outline:none}.woocommerce ul.products{margin:0}.woocommerce ul.products li.product{margin-bottom:25px;padding-left:0;padding-right:0}.woocommerce ul.products li.product.product-category{padding:20px;border:1px solid #fff0}.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title{color:#000;font-weight:400;margin-top:15px;line-height:1;padding:0}.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title .count{background-color:#fff0}.woocommerce ul.products li.product.product-category:hover{border-color:silver}.woocommerce ul.products li.product.product-category:hover .woocommerce-loop-category__title,.woocommerce ul.products li.product.product-category:hover .count{color:var(--mf-primary-color)}.woocommerce ul.products li.product .product-inner{padding:20px 20px 0;border:1px solid #fff0;border-bottom:none;margin-bottom:30px}.woocommerce ul.products li.product .product-inner:hover{border-color:silver}.woocommerce ul.products li.product .product-inner:hover .footer-button{opacity:1}.woocommerce ul.products li.product .product-inner:hover .mf-product-details-hover{opacity:1;z-index:100;background-color:#fff;border-color:silver;pointer-events:auto}.woocommerce ul.products li.product .product-inner:hover .mf-product-thumbnail .footer-button{bottom:0}.woocommerce ul.products li.product .product-inner:hover .hover-image{opacity:1}.woocommerce ul.products li.product .product-inner .mf-rating .count{display:inline-block}.woocommerce ul.products li.product a img{margin:0;width:auto}.woocommerce ul.products li.product a img.lazy{width:100%}.woocommerce ul.products li.product .onsale{margin:0;top:0;right:0}.woocommerce ul.products li.product .sold-by-meta{display:none}.woocommerce ul.products li.product .mf-vendor-name .sold-by-meta{display:block;border-bottom:1px solid #e1e1e1;padding-bottom:8px;margin-bottom:13px;line-height:1.2;font-size:12px}.woocommerce ul.products li.product .mf-vendor-name .sold-by-meta a{color:#000;text-transform:uppercase}.woocommerce ul.products li.product .mf-vendor-name .sold-by-meta .sold-by-label{display:none}.woocommerce ul.products li.product .meta-brand{padding-bottom:3px;color:#000}.woocommerce ul.products li.product .meta-brand a{color:#666;padding-left:5px}.woocommerce ul.products li.product .meta-brand a:hover{color:#000}.woocommerce ul.products li.product .mf-product-details{position:relative}.woocommerce ul.products li.product .woocommerce-product-details__short-description{display:none}.woocommerce ul.products li.product .mf-product-price-box .footer-button{display:none}.woocommerce ul.products li.product .mf-product-content br{display:none}.woocommerce ul.products li.product .mf-attr-swatches{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:15px;margin-left:-5px;margin-right:-5px}.woocommerce ul.products li.product .mf-attr-swatches .swatch-image{display:inline-block;padding:0 5px;cursor:pointer;transition:0.35s;overflow:hidden}.woocommerce ul.products li.product .mf-attr-swatches .swatch-image img{max-width:45px!important;height:auto;border:1px solid #fff0}.woocommerce ul.products li.product .mf-attr-swatches .swatch-image:hover img{border-color:silver}.woocommerce ul.products li.product .mf-attr-swatches .slick-arrow{z-index:10;color:#999;top:55%;transition:0.5s}.woocommerce ul.products li.product .mf-attr-swatches .slick-arrow:hover{color:#000}.woocommerce ul.products li.product .mf-attr-swatches .slick-prev-arrow{left:-13px}.woocommerce ul.products li.product .mf-attr-swatches .slick-next-arrow{right:-13px}.woocommerce ul.products li.product .mf-attr-swatches.slick-slider{margin-left:0;margin-right:0}.woocommerce ul.products li.product .mf-product-details-hover{position:absolute;left:-21px;right:-21px;top:0;opacity:0;border:1px solid #fff0;border-top:none;min-height:100%;padding:0 20px 20px;pointer-events:none}.woocommerce ul.products li.product .mf-product-details-hover .mf-rating{display:none}.woocommerce ul.products li.product .mf-product-details-hover .sold-by-meta{display:block;border-bottom:1px solid #e1e1e1;padding-bottom:8px;margin-bottom:13px;line-height:1.2;font-size:12px;color:#000}.woocommerce ul.products li.product .mf-product-details-hover .sold-by-meta .sold-by-label{display:none}.woocommerce ul.products li.product .mf-product-details-hover .sold-by-meta a{color:#000;text-transform:uppercase;font-weight:400}.woocommerce ul.products li.product .mf-product-details-hover .sold-by-meta a:hover{color:var(--mf-primary-color)}.woocommerce ul.products li.product .mf-product-details-hover .product-title{color:var(--mf-primary-color)}.woocommerce ul.products li.product .mf-product-details-hover a.button{font-size:14px;height:42px;line-height:42px;border-radius:3px;display:flex;align-items:center;justify-content:center;padding:0 15px}.woocommerce ul.products li.product .mf-product-details-hover a.button .add-to-cart-text{transition:padding 0.3s;line-height:1}.woocommerce ul.products li.product .mf-product-details-hover a.button.added:after,.woocommerce ul.products li.product .mf-product-details-hover a.button i{display:none}.woocommerce ul.products li.product .mf-product-details-hover a.button:after{display:inline-block;position:static;order:-1;width:13px;height:13px;border-color:var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) #fff0}.woocommerce ul.products li.product .mf-product-details-hover a.button.loading .add-to-cart-text{padding-left:5px}.woocommerce ul.products li.product .mf-product-details-hover .added_to_cart{display:none}.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative}.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .blockUI,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .blockUI,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .blockUI{display:none!important}.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a{padding:0}.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading:after{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;display:block;position:absolute;top:10px;left:9px}.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading:hover:after{border-color:var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) #fff0}.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading .yith-wcwl-icon{opacity:0}.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .feedback{display:none}.woocommerce ul.products li.product .wcboost-wishlist-button{padding:0}.woocommerce ul.products li.product .compare-button .compare:before{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons}.woocommerce ul.products li.product .compare-button .compare:after{display:none}.woocommerce ul.products li.product .compare-button .compare.loading{position:relative;opacity:.5}.woocommerce ul.products li.product .compare-button .compare.loading:after{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;display:block;position:absolute;top:10px;left:9px}.woocommerce ul.products li.product .compare-button .compare.loading:before{opacity:0}.woocommerce ul.products li.product .compare-button .compare.loading:hover:after{border-color:var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) #fff0}.woocommerce ul.products li.product .compare-button .compare.added{opacity:1}.woocommerce ul.products li.product .compare-button .compare.added:before{opacity:1}.woocommerce ul.products li.product .compare-button .compare.added:after{opacity:0}.woocommerce ul.products li.product .compare-button .blockUI{display:none!important}.woocommerce ul.products li.product .wcboost-products-compare-button{display:inline-flex;justify-content:center;align-items:center}.woocommerce ul.products li.product .wcboost-products-compare-button .wcboost-products-compare-button__icon{margin-right:0}.woocommerce ul.products li.product .wcboost-products-compare-button .wcboost-products-compare-button__text{display:none}.woocommerce ul.products li.product .wcboost-products-compare-button.loading::before,.woocommerce ul.products li.product .wcboost-products-compare-button.loading::after{display:none}.woocommerce ul.products li.product .mf-product-thumbnail{position:relative;margin-bottom:12px}.woocommerce ul.products li.product .mf-product-thumbnail .hover-image{position:absolute;top:0;left:0;opacity:0}.woocommerce ul.products li.product .mf-product-thumbnail.hover-swatch .footer-button{opacity:0}.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist{margin:0 6px;position:static}.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a,.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a,.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a{color:#000;width:34px;height:34px;line-height:34px;margin:0;background-color:#fff0;display:flex;align-items:center;justify-content:center;border-radius:50%}.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a .fa-heart-o:before,.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a .fa-heart-o:before,.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a .fa-heart-o:before{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;font-size:18px}.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a>span,.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a>span,.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a>span{display:none}.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a:hover,.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a:hover,.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a:hover{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color)}.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon,.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,.woocommerce ul.products li.product .mf-product-thumbnail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon{margin-top:2px;font-size:14px;margin-right:0}.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-wishlist-button{margin:0 6px;position:static;color:#000;font-size:16px;width:34px;height:34px;background-color:#fff0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-wishlist-button .wcboost-wishlist-button__icon{margin:2px 0 0;line-height:1;font-size:18px}.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-wishlist-button .wcboost-wishlist-button__icon svg{margin-left:1px}.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-wishlist-button .wcboost-wishlist-button__text{display:none}.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-wishlist-button.added .wcboost-wishlist-button__icon{margin-top:0}.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-wishlist-button:hover,.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-wishlist-button.added:hover{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color)}.woocommerce ul.products li.product .mf-product-thumbnail .compare-button{margin-left:6px}.woocommerce ul.products li.product .mf-product-thumbnail .compare-button .compare{width:34px;height:34px;line-height:34px;display:block;overflow:hidden;color:#000;background-color:#fff0;margin:0;padding:0;border-radius:50%}.woocommerce ul.products li.product .mf-product-thumbnail .compare-button .compare:hover{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color)}.woocommerce ul.products li.product .mf-product-thumbnail .compare-button .compare:before{width:34px;height:34px;line-height:34px;font-size:18px;text-align:center}.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-products-compare-button{width:34px;height:34px;border-radius:50%}.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-products-compare-button .wcboost-products-compare-button__icon{font-size:16px;color:#000}.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-products-compare-button:hover{background-color:var(--mf-background-primary-color)}.woocommerce ul.products li.product .mf-product-thumbnail .wcboost-products-compare-button:hover .wcboost-products-compare-button__icon{color:var(--mf-background-primary-text-color)}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button{position:absolute;left:0;bottom:-15px;right:0;background-color:#fff;z-index:10;opacity:0;display:flex;align-items:center;justify-content:center;padding:10px 0;transition:bottom 0.3s}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button>a,.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .added_to_cart{margin:0 6px;padding:0;background-color:#fff0;width:34px;height:34px;color:#000;border-radius:50%}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button>a .p-icon,.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .added_to_cart .p-icon{height:34px;font-size:18px;display:flex;align-items:center;justify-content:center}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button>a:first-child,.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .added_to_cart:first-child{margin-left:0}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button>a:last-child,.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .added_to_cart:last-child{margin-right:0}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button>a:hover,.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .added_to_cart:hover{background-color:var(--mf-background-primary-color);color:var(--mf-background-primary-text-color)}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .ajax_add_to_cart.loading .p-icon,.woocommerce ul.products li.product .mf-product-thumbnail .footer-button>.button.loading .p-icon{display:none}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .ajax_add_to_cart:after,.woocommerce ul.products li.product .mf-product-thumbnail .footer-button>.button:after{font-size:14px;top:10px;line-height:1;text-align:center;left:10px;width:14px;height:14px}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .ajax_add_to_cart.added,.woocommerce ul.products li.product .mf-product-thumbnail .footer-button>.button.added{display:none}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .added_to_cart{overflow:hidden;margin-left:0}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .added_to_cart:before{content:"";display:inline-block;font:normal normal normal 14px/1 linearicons;height:34px;font-size:18px;display:flex;align-items:center;justify-content:center}.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .add-to-cart-text{display:none}.woocommerce ul.products li.product h2,.woocommerce ul.products li.product .woo-loop-product__title{margin:0;font-weight:400;padding:0 0 5px;font-size:14px;line-height:1.3}.woocommerce ul.products li.product h2 a,.woocommerce ul.products li.product .woo-loop-product__title a{color:#06c;display:inline-block}.woocommerce ul.products li.product h2:hover a,.woocommerce ul.products li.product .woo-loop-product__title:hover a{color:var(--mf-primary-color)}.woocommerce ul.products li.product .star-rating{color:#fcb800;font-size:16px;margin-bottom:0}.woocommerce ul.products li.product .star-rating:before{color:#ccc}.woocommerce ul.products li.product .star-rating span:before{color:#fcb800}.woocommerce ul.products li.product .price{font-size:16px;color:#000;line-height:1;display:block;position:relative;margin-top:5px;margin-bottom:0}.woocommerce ul.products li.product .price .amount+.amount{padding-left:5px;padding-right:0}.woocommerce ul.products li.product .price del{display:inline-block;padding-left:5px;opacity:1;color:#999;font-size:14px}.woocommerce ul.products li.product .price del span{color:#999}.woocommerce ul.products li.product .price del .amount{padding-top:0}.woocommerce ul.products li.product .price ins{text-decoration:none;display:inline-block;color:#f30;font-size:16px;font-weight:400}.woocommerce ul.products li.product .price ins .amount{padding-top:0}.woocommerce ul.products li.product .price .sale{display:none}.woocommerce ul.products:not(.slick-slider){display:flex;flex-wrap:wrap}.woocommerce ul.products:not(.slick-slider):before,.woocommerce ul.products:not(.slick-slider):after{display:none}.woocommerce .mf-rating{display:flex;align-items:center;margin-top:0}.woocommerce .mf-rating .star-rating{margin-right:7px}.woocommerce .mf-rating .count{display:none}.woocommerce .star-rating{font-size:16px;width:79px}.woocommerce .star-rating:before,.woocommerce .star-rating span:before{font-family:Ionicons;content:"\f2fc\f2fc\f2fc\f2fc\f2fc";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:3px}.woocommerce .star-rating:before{color:#ccc}.woocommerce .star-rating span:before{color:#f2b309}.woocommerce .quantity{position:relative}.woocommerce .quantity .qty{border-width:0;width:60px;padding:10px 0;-moz-appearance:textfield;appearance:textfield;-webkit-appearance:textfield;text-align:center;font-weight:600;color:#000;display:inline-block;background-color:#fff0}.woocommerce .quantity .qty::-webkit-outer-spin-button,.woocommerce .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none}.woocommerce .mf-shop-content+.term-description{margin-top:50px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product{width:100%;margin-bottom:0;border-bottom:1px solid #f0f0f0}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product.product-category{padding:20px 0}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product.product-category>a{display:flex;align-items:flex-start}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product.product-category .woocommerce-loop-category__title{padding-left:20px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .product-inner{display:flex;padding:20px;margin-bottom:0}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-thumbnail{width:21%;margin-bottom:0}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-thumbnail .footer-button{display:none}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-rating{margin-top:5px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-vendor-name{display:none}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details{position:static;padding-left:30px;width:79%;display:flex;justify-content:space-between}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-content{max-width:376px;padding-right:30px;float:left}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details h2{padding-bottom:0}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details h2 a:hover{color:var(--mf-primary-color);text-decoration:underline}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box{float:right;min-width:185px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .price{font-size:18px;font-weight:600}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .price ins{font-size:18px;font-weight:600}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .price del{font-size:14px;font-weight:400}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .footer-button{display:block}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .footer-button>.button.added{display:none}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist{display:inline-block;margin:0 5px;position:static}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a{display:flex;align-items:center;color:#666;font-size:14px;background-color:#fff0;height:auto;line-height:1;font-weight:400}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a.button,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a.button,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a.button{padding-left:15px;padding-right:15px;height:40px;line-height:40px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a .fa-heart:before,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a .fa-heart-o:before,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a .yith-wcwl-icon,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a .fa-heart:before,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a .fa-heart-o:before,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a .yith-wcwl-icon,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a .fa-heart:before,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a .fa-heart-o:before,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a .yith-wcwl-icon{font-size:14px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a:hover,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a:hover,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a:hover{color:var(--mf-primary-color)}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a:hover:before,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a:hover:before,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a:hover:before{color:#666}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a>i,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a>i,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a>i{margin-right:0}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a>span,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a>span,.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a>span{display:block;padding-left:5px;margin-top:1px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading:after{top:5px;left:0}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .yith-wcwl-add-to-wishlist .feedback{display:none}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .wcboost-wishlist-button{display:inline-flex;margin:0 5px;position:static;text-align:center;background-color:#fff0;color:#666;font-size:16px;line-height:1}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .wcboost-wishlist-button .wcboost-wishlist-button__icon{margin-right:5px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .wcboost-wishlist-button .wcboost-wishlist-button__text{font-size:14px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .wcboost-wishlist-button:hover{color:var(--mf-primary-color)}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .compare-button{display:inline-block;margin:0 5px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .compare-button .compare{padding:0;background-color:#fff0;margin-top:0;color:#666;font-weight:400;font-size:14px;display:flex;align-items:center}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .compare-button .compare:before{padding-right:5px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .compare-button .compare:after{top:5px;left:-3px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .compare-button .compare:hover{color:var(--mf-primary-color)}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .compare-button .compare:hover:after{border-color:var(--mf-border-primary-color) var(--mf-border-primary-color) var(--mf-border-primary-color) #fff0}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .wcboost-products-compare-button{display:inline-flex;background-color:#fff0}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .wcboost-products-compare-button .wcboost-products-compare-button__icon{color:#666;margin-right:6px}.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-produc