.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,.