/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */

.easy-autocomplete.eac-square{font-family:"Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-square input{border:1px solid #7f8c8d;border-radius:0;color:#7f8c8d;font-family:inherit;font-size:18px;font-style:italic;font-weight:300;margin:0;min-width:350px;padding:12px 43px 12px 15px}.easy-autocomplete.eac-square ul{border-color:#7f8c8d;border-top:0;box-shadow:none;top:0}.easy-autocomplete.eac-square ul li,.easy-autocomplete.eac-square ul .eac-category{border-color:#7f8c8d;font-family:inherit;font-size:16px;font-weight:300;padding:6px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-square ul li *,.easy-autocomplete.eac-square ul .eac-category *{font-weight:300}.easy-autocomplete.eac-square ul li.selected,.easy-autocomplete.eac-square ul .eac-category.selected{background-color:#f1f1f1;font-weight:300}.easy-autocomplete.eac-square ul li b,.easy-autocomplete.eac-square ul .eac-category b{font-weight:600}.easy-autocomplete.eac-round{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-round input{border:2px solid #888;border-radius:10px;color:#888;font-family:inherit;font-size:16px;font-weight:400;margin:0;min-width:300px;padding:10px}.easy-autocomplete.eac-round input:hover,.easy-autocomplete.eac-round input:focus{border-color:#3079ed}.easy-autocomplete.eac-round ul{background:none;border-color:#888;border-width:0;box-shadow:none;min-width:300px;top:20px}.easy-autocomplete.eac-round ul li,.easy-autocomplete.eac-round ul .eac-category{background:#fff;border-color:#3079ed;border-width:0 2px;font-size:14px;padding:8px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-round ul li.selected,.easy-autocomplete.eac-round ul .eac-category.selected{background-color:#d4e3fb}.easy-autocomplete.eac-round ul li:first-child,.easy-autocomplete.eac-round ul .eac-category:first-child{border-radius:10px 10px 0 0;border-width:2px 2px 0}.easy-autocomplete.eac-round ul li:last-child,.easy-autocomplete.eac-round ul .eac-category:last-child{border-radius:0 0 10px 10px;border-width:0 2px 2px}.easy-autocomplete.eac-round ul li b,.easy-autocomplete.eac-round ul .eac-category b{font-weight:700}.easy-autocomplete.eac-funky{font-family:"Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-funky input{background:#07ED89;border:0;border-radius:0;color:#ED076B;font-family:inherit;font-size:18px;min-width:240px;padding:12px}.easy-autocomplete.eac-funky ul{background:transparent;border:0}.easy-autocomplete.eac-funky ul li,.easy-autocomplete.eac-funky ul .eac-category{background:transparent;border:0;color:#ED076B;font-size:18px;padding:4px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-funky ul li.selected,.easy-autocomplete.eac-funky ul .eac-category.selected{color:#8907ED}.easy-autocomplete.eac-solid input{box-shadow:0 1px 2px rgba(0,0,0,0.15) inset;border-color:#ddd;color:#666;font-size:13px;min-height:0;padding:6px 12px}.easy-autocomplete.eac-solid ul li,.easy-autocomplete.eac-solid ul .eac-category{transition:all 0.4s ease 0s}.easy-autocomplete.eac-solid ul li.selected,.easy-autocomplete.eac-solid ul .eac-category.selected{background-color:#f2f2f2}.easy-autocomplete.eac-plate{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate ul{background:#b5b5b5;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate ul li,.easy-autocomplete.eac-plate ul .eac-category{background:#b5b5b5;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate ul li b,.easy-autocomplete.eac-plate ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate ul li.selected,.easy-autocomplete.eac-plate ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate ul li:first-child,.easy-autocomplete.eac-plate ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate ul li:last-child,.easy-autocomplete.eac-plate ul .eac-category:last-child{border-radius:0 0 6px 6px}.easy-autocomplete.eac-plate-dark{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate-dark input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate-dark ul{background:#212121;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate-dark ul li,.easy-autocomplete.eac-plate-dark ul .eac-category{background:#212121;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate-dark ul li b,.easy-autocomplete.eac-plate-dark ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate-dark ul li.selected,.easy-autocomplete.eac-plate-dark ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate-dark ul li:first-child,.easy-autocomplete.eac-plate-dark ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate-dark ul li:last-child,.easy-autocomplete.eac-plate-dark ul .eac-category:last-child{border-radius:0 0 6px 6px}

.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top,#F8F8F8 1%,#E1E1E1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#F8F8F8),color-stop(100%,#E1E1E1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8",endColorstr="#E1E1E1",GradientType=0);-moz-box-shadow:0 1px 0 hsl(0 0% 100% / .75);-webkit-box-shadow:0 1px 0 hsl(0 0% 100% / .75);box-shadow:0 1px 0 hsl(0 0% 100% / .75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgb(0 0 0 / .2);-webkit-box-shadow:0 2px 6px rgb(0 0 0 / .2);box-shadow:0 2px 6px rgb(0 0 0 / .2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:none;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:#fff0}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:700;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888!important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);border-color:#666}.selectBox-inline.selectBox-disabled{color:#888!important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:#fff0!important}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgb(0 0 0 / .25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:" ";display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgb(0 0 0 / .5);background:#fff;box-shadow:0 1px 2px rgb(0 0 0 / .2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgb(0 0 0 / .5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgb(0 0 0 / .5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgb(0 0 0 / .5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgb(0 0 0 / .5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgb(0 0 0 / .5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content select,.yith-wcwl-popup-content input[type=text]{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-content .wishlist-select{box-sizing:border-box}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-block:0 15px}.yith-wcwl-popup-content .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-content .heading-icon img,.yith-wcwl-popup-feedback .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-feedback .heading-icon img{width:70px;height:70px}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px!important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto!important}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:"";margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em!important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{display:flex;flex-direction:column;align-items:center}.yith-wcwl-add-to-wishlist a.button:not(.theme-button-style){padding:7px 10px}.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist .add_to_wishlist img{height:auto;width:25px;color:var(--add-to-wishlist-icon-color,#000)}.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{color:var(--added-to-wishlist-icon-color,#000)}.yith-wcwl-wishlistaddedbrowse{display:flex;flex-direction:column;align-items:center}.yith-wcwl-wishlistaddedbrowse .feedback{display:flex;align-items:center;justify-content:center;gap:5px;text-wrap:balance}.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button ul.yith-wcwl-dropdown{left:0}.yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;background:#fff;position:absolute;z-index:15;top:100%;border:1px solid #cdcdcd;outline-offset:-10px;left:50%;min-width:200px}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute;left:50%;transform:translateX(-50%)}.with-tooltip .yith-wcwl-tooltip:before{content:"";display:block;position:absolute;top:0;left:50%;transform:translate(-50%,-95%);width:0;height:0;background:#fff0!important;border-left:5px solid #fff0!important;border-right:5px solid #fff0!important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgb(0 0 0 / .3);-moz-box-shadow:0 0 15px rgb(0 0 0 / .3);box-shadow:0 0 15px rgb(0 0 0 / .3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style){background-color:var(--color-add-to-wishlist-background,#333333);background:var(--color-add-to-wishlist-background,#333333);color:var(--color-add-to-wishlist-text,#ffffff);border-color:var(--color-add-to-wishlist-border,#333333);border-radius:var(--rounded-corners-radius,16px)}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover,#4f4f4f);background:var(--color-add-to-wishlist-background-hover,#4f4f4f);color:var(--color-add-to-wishlist-text-hover,#ffffff);border-color:var(--color-add-to-wishlist-border-hover,#4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background,#333333);border-bottom-color:var(--tooltip-color-background,#333333);border-top-color:var(--tooltip-color-background,#333333);color:var(--tooltip-color-text,#ffffff)}.wishlist-title{display:inline-block}.wishlist-title:hover a.show-title-form{visibility:visible}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden;display:inline-flex;align-items:center;padding:2px 7px;gap:5px}.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg,.wishlist-title a.show-title-form img{width:20px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.hidden-title-form{position:relative;margin:25px 0 39px}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1;min-height:30px}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}.yes-js .hidden-title-form{display:none}table.wishlist_table{font-size:80%}table.wishlist_table.shop_table{width:100%}table.wishlist_table.shop_table .product-remove{width:0}table.wishlist_table.shop_table .product-remove>div{display:flex;align-items:center;justify-content:center}table.wishlist_table tr{position:relative}table.wishlist_table tr th{text-align:center}table.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}table.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}table.wishlist_table tr th.product-thumbnail{width:80px}table.wishlist_table tr th.product-name{text-align:left}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table thead th,table.wishlist_table tbody td{border-color:#e7e7e7}table.wishlist_table tbody td.wishlist-empty,p.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.wishlist-delete,.wishlist_table tr th.product-checkbox{text-align:center}.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.product-name,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy,.wishlist_table tfoot td{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table!important;margin:0 auto 5px!important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px!important;display:inline-flex!important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form,.wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px!important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.modern_grid li.wishlist-empty,.wishlist_table.images_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.modern_grid li .item-details{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.images_grid li .product-thumbnail{position:relative}.wishlist_table.modern_grid li .product-thumbnail .product-checkbox,.wishlist_table.images_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:"";display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgb(0 0 0 / .3);-moz-box-shadow:0 0 15px rgb(0 0 0 / .3);box-shadow:0 0 15px rgb(0 0 0 / .3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.modern_grid li .item-details h3,.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3{margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table,.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info{border:none;margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table td,.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td{border:none;font-size:.8em;padding:3px;vertical-align:top}.wishlist_table.modern_grid li .item-details table.item-details-table td.label,.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.modern_grid li .item-details table.item-details-table td.value,.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.modern_grid li .item-details table.item-details-table td.value input,.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input{width:auto}.wishlist_table.modern_grid li .item-details .product-add-to-cart,.wishlist_table.images_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .move-to-another-wishlist,.wishlist_table.images_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .product-remove,.wishlist_table.images_grid li .item-details .product-remove{text-align:right}.wishlist_table.modern_grid li .item-details .product-remove a,.wishlist_table.images_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img{max-width:32px;display:inline-block;margin-right:10px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg{vertical-align:bottom}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.yith-wcwl-add-button>a i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.wishlist-title a.show-title-form i,.hidden-title-form button i,.yith-wcwl-wishlist-new button i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_manage_table tfoot a.create-new-wishlist i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.wishlist_table .add_to_cart.button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.wishlist_table a.ask-an-estimate-button,.wishlist-title a.show-title-form,.hidden-title-form a.hide-title-form,.woocommerce .yith-wcwl-wishlist-new button,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-button .add_to_wishlist img{margin-right:5px}.add-to-wishlist-before_image{position:relative}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0;display:flex;gap:5px;align-items:center}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:grid;place-items:center;border:none;min-width:26px;min-height:26px;border-radius:5px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.yith-wcwl-share li a svg{width:15px;height:15px}.yith-wcwl-share li a.email svg{width:17px;height:17px}.yith-wcwl-share ul li,.entry-content .yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.copy-trigger{cursor:pointer}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right;display:flex;gap:15px}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button,.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action input[type=submit],.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a{margin:0}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action,.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:none;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0!important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .product-thumbnail,.wishlist_manage_table.modern_grid li .item-details{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:none;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0!important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style){background:var(--color-add-to-cart-background,#333333);color:var(--color-add-to-cart-text,#ffffff);border-color:var(--color-add-to-cart-border,#333333);border-radius:var(--add-to-cart-rounded-corners-radius,16px)}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style):hover{background:var(--color-add-to-cart-background-hover,#4f4f4f);color:var(--color-add-to-cart-text-hover,#ffffff);border-color:var(--color-add-to-cart-border-hover,#4f4f4f)}.woocommerce .hidden-title-form button,.yith-wcwl-wishlist-new .create-wishlist-button,.wishlist_manage_table tfoot button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{background:var(--color-button-style-1-background,#333333);color:var(--color-button-style-1-text,#ffffff);border-color:var(--color-button-style-1-border,#333333)}.woocommerce .hidden-title-form button:hover,.yith-wcwl-wishlist-new .create-wishlist-button:hover,.wishlist_manage_table tfoot button.submit-wishlist-changes:hover,.yith-wcwl-wishlist-search-form button.wishlist-search-button:hover{background:var(--color-button-style-1-background-hover,#333333);color:var(--color-button-style-1-text-hover,#ffffff);border-color:var(--color-button-style-1-border-hover,#333333)}.woocommerce .wishlist-title a.show-title-form,.woocommerce .hidden-title-form a.hide-title-form,.wishlist_manage_table tfoot a.create-new-wishlist{background:var(--color-button-style-2-background,#333333);color:var(--color-button-style-2-text,#ffffff);border-color:var(--color-button-style-2-border,#333333)}.woocommerce .wishlist-title a.show-title-form:hover,.woocommerce .hidden-title-form a.hide-title-form:hover,.wishlist_manage_table tfoot a.create-new-wishlist:hover{background:var(--color-button-style-2-background-hover,#333333);color:var(--color-button-style-2-text-hover,#ffffff);border-color:var(--color-button-style-2-border-hover,#333333)}.woocommerce table.shop_table.wishlist_table tr td{background:var(--color-wishlist-table-background,#ffffff);color:var(--color-wishlist-table-text,#6d6c6c);border-color:var(--color-wishlist-table-border,#cccccc)}.wishlist_table thead tr th,.wishlist_table tfoot td td,.widget_yith-wcwl-lists ul.dropdown li.current a,.widget_yith-wcwl-lists ul.dropdown li a:hover,.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a{background:var(--color-headers-background,#f4f4f4)}.yith-wcwl-share li a{color:var(--color-share-button-color,#ffffff)}.yith-wcwl-share li a:hover{color:var(--color-share-button-color-hover,#ffffff)}.yith-wcwl-share a.facebook{background:var(--color-fb-button-background,#39599e)}.yith-wcwl-share a.facebook:hover{background:var(--color-fb-button-background-hover,#39599e)}.yith-wcwl-share a.twitter{background:var(--color-tw-button-background,#45afe2)}.yith-wcwl-share a.twitter:hover{background:var(--color-tw-button-background-hover,#39599e)}.yith-wcwl-share a.pinterest{background:var(--color-pr-button-background,#ab2e31)}.yith-wcwl-share a.pinterest:hover{background:var(--color-pr-button-background-hover,#39599e)}.yith-wcwl-share a.email{background:var(--color-em-button-background,#fbb102)}.yith-wcwl-share a.email:hover{background:var(--color-em-button-background-hover,#39599e)}.yith-wcwl-share a.whatsapp{background:var(--color-wa-button-background,#00a901)}.yith-wcwl-share a.whatsapp:hover{background:var(--color-wa-button-background-hover,#39599e)}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb!important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto!important}.change-wishlist-selectBox-dropdown-menu{width:auto!important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto!important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;display:inline!important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px!important;height:16px!important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px!important}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgb(0 0 0 / .4);box-shadow:0 0 1px hsl(0 0% 100% / .4)}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0!important}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative;display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto;margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:14px;line-height:20px}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:300px;display:none;-webkit-box-shadow:0 0 15px rgb(0 0 0 / .3);-moz-box-shadow:0 0 15px rgb(0 0 0 / .3);box-shadow:0 0 15px rgb(0 0 0 / .3)}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a,.widget_yith-wcwl-items .mini .items-counter>a{display:flex;align-items:flex-end}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon{display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon img,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon img{stroke-width:1.25;height:35px;width:35px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:"";display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative;display:flex;align-items:center;justify-content:center}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg{width:70px;height:70px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block!important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width:768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}.yith-wcwl-pp-modal{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:450px!important}.yith-wcwl-pp-modal .yith-wcwl-popup-form{padding:0}.yith-wcwl-pp-modal div.pp_content_container{padding:40px 35px;border-radius:15px;display:flex;box-shadow:rgb(24 53 62 / .1) 0 11px 15px -7px,rgb(24 53 62 / .07) 0 24px 38px 3px,rgb(24 53 62 / .06) 0 9px 46px 8px;max-width:fit-content}.yith-wcwl-pp-modal div.pp_content_container .pp_content{width:380px!important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content{padding:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .heading-icon{margin-top:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .create-wishlist-button{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .wishlist-select+.select2-container{width:100%!important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content p.form-row.yith-wcwl-info-text{text-wrap:balance;text-align:center}.yith-wcwl-pp-modal div.pp_content_container .popup-description{margin-bottom:10px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon{color:var(--modal-colors-icon,#007565);height:auto;max-height:90px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-popup-footer{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .popup_button,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button{transition:.2s;background:var(--modal-colors-primary-button,#007565);color:var(--modal-colors-primary-button-text,#fff);border:none;border-radius:8px;width:100%;box-sizing:border-box;display:block;padding:13px 25px;text-align:center;text-decoration:none;font-size:14px}.yith-wcwl-pp-modal div.pp_content_container .popup_button:hover,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button:hover,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button:hover{color:var(--modal-colors-primary-button-text-hover,#fff);background:var(--modal-colors-primary-button-hover,#007565)}.yith-wcwl-pp-modal div.pp_content_container .popup_button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .popup_button img,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button img,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button img{display:none}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper label.radio,.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{display:inline-block;float:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{clear:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.description{clear:both}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background:var(--modal-colors-secondary-button,#08a889);color:var(--modal-colors-secondary-button-text,#fff);border:none}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button:hover{background:var(--modal-colors-secondary-button-hover,#08a889);color:var(--modal-colors-secondary-button-text-hover,#fff)}.yith-wcwl-pp-modal.feedback .pp_content_container{padding:20px 15px}.yith-wcwl-pp-modal select.change-wishlist,.yith-wcwl-pp-modal button.move-to-another-wishlist-button{box-sizing:border-box}.wpa-test-msg{background:#d1ecf1!important;border:1px solid #bee5eb!important;border-radius:5px!important;color:#0c5460!important;font-size:14px!important;padding:.75rem 1.25rem!important;font-family:Arial!important;margin-top:5px!important}span.wpa-button{display:inline-block!important;padding-top:5px!important;color:#fff!important;background-color:#6c757d!important;border-color:#6c757d!important;padding:5px 10px!important;border-radius:5px!important;margin-top:5px!important;cursor:pointer!important}#altEmail_container,.altEmail_container{position:absolute!important;overflow:hidden!important;display:inline!important;height:1px!important;width:1px!important;z-index:-1000!important}.woof_container{padding-bottom:5px;margin-bottom:9px}.woof_container select{width:100%}.woof_container label{display:inline-block!important}ul.woof_list{margin:0!important;list-style:none!important}li.woof_list{list-style:none!important}.woof_list li{list-style:none!important}.woof_block_html_items ul{margin-left:0!important}.woof_list label{vertical-align:middle;padding-top:4px;padding-bottom:4px;display:inline-block!important}.woof_childs_list{padding:0 0 0 17px!important;margin:0!important}.woof_auto_show{position:absolute;z-index:1001;width:100%}.woof_sid_auto_shortcode .woof_container{width:33%;min-width:150px}.woof_sid_auto_shortcode .woof_container,.woof_sid_auto_shortcode .woof_container_mselect{overflow-x:hidden;overflow-y:auto;min-height:fit-content;max-height:250px}.woof_sid_auto_shortcode .woof_container_select_hierarchy,.woof_sid_auto_shortcode .woof_container_slider,.woof_sid_auto_shortcode .woof_meta_slider_container,.woof_sid_auto_shortcode .woof_container_mselect,.woof_sid_auto_shortcode .woof_container_select,.woof_sid_auto_shortcode .woof_price_filter{overflow:visible}.woof_sid_auto_shortcode .woof_container_inner{padding-left:5px}.woof_submit_search_form{float:left}.woof_submit_search_form_container{overflow:hidden;clear:both;margin:9px 0 15px 0;display:flex;justify-content:space-between}.woof_submit_search_form_container:empty{display:none}li.woof_childs_list_li{padding-bottom:0!important}div.woof_info_popup{position:fixed;top:48%;left:48%;z-index:10001;display:none;overflow:hidden;padding:20px;border-radius:5px;background-color:rgb(0 0 0 / .6);box-shadow:inset 0 0 0 1px rgb(0 0 0 / .6),inset 0 0 0 2px rgb(255 255 255 / .2);color:#fff;font-size:22px;font-family:'Oswald',sans-serif}p.woof_tooltip{position:relative;display:inline;line-height:normal!important}p.woof_tooltip span.woof_tooltip_data{position:absolute;width:auto;min-width:140px;max-width:300px;color:#FFF;background:#000;height:auto;min-height:21px;line-height:21px;vertical-align:middle;text-align:center;visibility:hidden;border-radius:6px;margin-top:-30px}p:hover.woof_tooltip span.woof_tooltip_data{visibility:visible;opacity:.8;left:50%;margin-left:-74px;z-index:999}.woof_tooltip_title{display:none}.woof_step .price_slider_amount .button{display:none}.woof_products_top_panel{overflow:hidden;line-height:32px;margin:5px 0 15px 0;display:none;position:relative;z-index:99;clear:both}.woof_products_top_panel_ul li ul li{margin:0 5px 0 0!important}.woof_products_top_panel_ul a{text-decoration:none!important}.woof_reset_button_2{padding:2px 7px}.woof_products_top_panel ul{margin:0!important;padding:0!important}.woof_products_top_panel li{float:left;margin:0 15px 0 0!important;list-style:none!important}.woof_products_top_panel li a{text-decoration:none}.woof_products_top_panel li a:hover{text-decoration:none}.woof_products_top_panel li span{padding-right:16px;background:url(/wp-content/plugins/woocommerce-products-filter/img/delete.png);background-size:14px 14px;background-repeat:no-repeat;background-position:right}.woof_products_top_panel li span:hover{background-size:14px 14px}.woof_sid_auto_shortcode{background:#fff;border:solid 1px #eee;border-radius:3px;box-shadow:inset 0 1px 0 0 #fff;background:#fefefe;margin-bottom:11px;clear:both}.woof_sid_auto_shortcode.woof{padding:16px}.woof_edit_view{position:relative;float:right;clear:both;opacity:.7;z-index:9999;margin-top:-20px}.woof_container_overlay{position:relative;border:solid 1px orange}.woof_container_setter{position:relative}.woof_container_overlay_item{display:none;color:red;padding:4px}.woof_container_overlay .woof_container_setter_link{display:inline-block;position:relative;float:right;clear:both;opacity:.8}.woof_show_auto_form,.woof_hide_auto_form{display:inline-block!important;margin-bottom:3px!important}.woof_show_auto_form,.woof_hide_auto_form{background:url(/wp-content/plugins/woocommerce-products-filter/img/magnifying-glass.svg);background-size:cover;width:32px;height:32px;display:inline-block;background-repeat:no-repeat}.woof_show_auto_form_txt.woof_show_auto_form,.woof_show_auto_form_txt.woof_hide_auto_form{width:auto;height:auto;background:none}.woocommerce-ordering{position:relative;z-index:3}.woof_sid_auto_shortcode .woof_redraw_zone{position:relative;width:100%;z-index:1001;display:flex;flex-wrap:wrap}.woof_auto_show .woof_price_search_container{position:relative;z-index:1002}.woof_price_search_container .price_slider_amount .price_label{float:left!important;display:inline-block;text-align:right!important}.woof_price_search_container form .price_slider_wrapper{display:flex;flex-wrap:wrap}.woof_price_search_container form .price_slider_wrapper input[type='text']{max-width:35%;margin-right:3px;box-shadow:none}.woof_childs_list_opener{vertical-align:middle;margin-left:7px!important;margin-top:0!important;display:inline-block!important;line-height:0!important}.woof_childs_list_opener span{display:inline-block;background-size:cover!important;background-repeat:no-repeat!important;background-position:right;width:13px;height:13px}.woof_childs_list_opener span.woof_is_closed{background:url(/wp-content/plugins/woocommerce-products-filter/img/plus2.svg)}.woof_childs_list_opener span.woof_is_opened{background:url(/wp-content/plugins/woocommerce-products-filter/img/minus2.svg)}.woof_childs_list_opener span:hover{background-size:18px 18px}.woof_list_checkbox li div{margin-top:3px}ul.woof_list li{margin:0 3px 4px 3px}.woof .widget_price_filter .price_slider{margin-bottom:1em}.woof .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4em;font-size:.8751em}.woof .widget_price_filter .price_slider_amount .button{float:right!important}.woof .widget_price_filter .ui-slider{position:relative;text-align:left}.woof .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:.9em;height:.9em;border-radius:1em;border:1px solid #141741;cursor:pointer;background:#2d338e;outline:none}.woof .widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-.5em}.woof .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:#c0132c;border-radius:1em}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background:#d5d5d5}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woof .widget_price_filter .ui-slider .ui-slider-range{background-color:#a46497;border:0 none;border-radius:1em;display:block;font-size:.7em;position:absolute;z-index:1}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.woof .widget_price_filter .ui-slider .ui-slider-range{background-color:#a46497;border:0 none;border-radius:1em;display:block;font-size:.7em;position:absolute;z-index:1}.woof .widget_price_filter .ui-slider .ui-slider-handle{background-color:#a46497;border-radius:1em;cursor:ew-resize;height:1em;margin-left:-.5em;outline:0 none;position:absolute;width:1em;z-index:2}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#602053;border:0 none;border-radius:1em}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{background:none repeat scroll 0 0 #d5d5d5;border-radius:1em}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider{margin-left:.5em;margin-right:.5em;position:relative;text-align:left}.woof .woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider{position:relative;text-align:left}.woof .widget_price_filter .price_slider{margin-bottom:1em}.woof_overflow_hidden{overflow:hidden}.woof .chosen-drop{z-index:10001!important}.chosen-results{z-index:10001!important}.woof .chosen-container-multi .chosen-choices li.search-field input[type="text"]{min-height:18px!important}.woof_sid_widget .woof_edit_view{display:none}.woof_section_scrolled{overflow:auto;overflow-x:hidden;margin-bottom:3px}.woof_price_filter_dropdown{width:100%}.chosen-results li{margin-left:0!important}.woof-padding-1{padding-left:12px!important}.woof-padding-2{padding-left:24px!important}.woof-padding-3{padding-left:36px!important}.woof-padding-4{padding-left:48px!important}.woof-padding-5{padding-left:60px!important}.chosen-container{margin-bottom:3px;max-width:100%}.woof_search_is_going nav.woocommerce-breadcrumb+h1.page-title{display:none}.woof_search_is_going nav.woocommerce-breadcrumb{display:none}.woof_checkbox_label{margin-left:7px!important}.woof_checkbox_label_selected{font-weight:700}.woof_radio_label_selected{font-weight:700}.woof_checkbox_count{margin-left:3px}.woof_radio_label{margin-left:5px}.woof_radio_count{margin-left:2px}a.woof_front_toggle{float:right;text-decoration:none!important}.woof_redraw_zone a.woof_front_toggle img{height:20px}.woof_closed_block{display:none}.woof_radio_term_reset_visible{display:inline-block!important;padding:2px 0 0 7px;position:absolute}.woof label{cursor:pointer}.woof_hidden_term{display:none!important}.woof_open_hidden_li{clear:both;display:block!important;text-align:center}.woof_open_hidden_li a{outline:none!important}.woof_open_hidden_li img{box-shadow:none!important}a.woof_start_filtering_btn{display:inline-block;padding:9px 12px;border:solid 2px #ccc;border-radius:3px;text-decoration:none!important;transition:all .5s}a.woof_start_filtering_btn:hover{color:#0073d2!important;border-color:#0073d2;text-decoration:none}a.woof_start_filtering_btn2{display:inline-block;padding:9px 12px;border:solid 2px #0073d2;border-radius:7px;text-decoration:none!important;color:#0073d2!important}.woof_price_filter_txt{min-width:75px!important;max-width:49%}a.chosen-single{text-decoration:none!important}.chosen-container-single .chosen-single span{font-size:14px;color:#444;font-weight:400;line-height:24px}.chosen-container-single .chosen-single{height:32px!important;line-height:29px!important;background:#fff;box-shadow:none;border-radius:1px}.chosen-container-single .chosen-single div b{background-position:0 4px!important}.woof_sid_flat_white{background:#fff;border:solid 1px #eee;padding:9px}.woof_sid_flat_grey .chosen-container-single .chosen-single{border-radius:0;background:none;background-color:#fff;box-shadow:none;border:1px solid #ddd}.woof_sid_flat_grey .chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #ddd;border-radius:0;background-image:none;box-shadow:none}.woof_sid_flat_grey .chosen-container-active{background:none;background-color:#fff;box-shadow:none}.woof_sid_flat_grey .chosen-container-multi .chosen-choices{background-image:none;border:1px solid #ddd}.woof_sid_flat_grey .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #97b6be}.woof_sid_flat_grey .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#fff}.woof_sid_flat_grey .chosen-container-multi .chosen-choices li.search-choice,.woof_sid_flat_dark .chosen-container-multi .chosen-choices li.search-choice{border:2px solid #aaa;border-radius:0;background-color:#fff0;;background-image:none;box-shadow:none}.woof_sid_flat_grey .chosen-container .chosen-drop{border:2px solid #aaa;border-top:0;background:#fff;box-shadow:none}.woof_sid_flat_grey .woof_submit_search_form_container button{box-shadow:none}.woof_sid_flat_grey .woof_submit_search_form_container button:hover{background-color:#97b6be}.woof_sid_flat_grey .woof_submit_search_form_container,.woof_sid_flat_dark .woof_submit_search_form_container{margin:0}.woof_sid_flat_grey .woof_redraw_zone select,.woof_sid_flat_grey .woof_redraw_zone input{width:100%}.woof_sid_flat_grey .irs-bar,.woof_sid_flat_dark .irs-bar{border-top:1px solid #97b6be;border-bottom:1px solid #97b6be;background:#97b6be}.woof_sid_flat_grey .irs-from,.woof_sid_flat_grey .irs-to,.woof_sid_flat_grey .irs-single{color:#fff;background:#97b6be}.woof_sid_flat_dark .irs-from,.woof_sid_flat_dark .irs-to,.woof_sid_flat_dark .irs-single{color:#fff;background:#97b6be}.woof_sid_flat_grey .irs-slider,.woof_sid_flat_dark .irs-slider{border:2px solid #AAA;background:#DDD;box-shadow:0 0 0 rgb(0 0 0 / .3)}.woof_sid_flat_grey .irs-line,.woof_sid_flat_grey .irs-line{background:#EEE;border:2px solid #AAA}.woof_sid_flat_grey .woof_container h4{margin-bottom:11px!important;font-size:1.12em!important;background:#eee;padding:9px 7px;color:#777;line-height:1.12em!important;text-align:center}.woof_sid_flat_grey{background:#fff;border:solid 1px #ddd;background:#fdfdfd;margin-bottom:11px;margin-top:30px;padding:12px}.woof_sid_flat_grey .woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#a0bcc385;color:#fff!important;border:solid 1px #fff}.woof_sid_flat_grey .woof_select_radio_check dt a{border:solid 2px #aaa;border-radius:0}.woof_sid_flat_grey .woof_color_term:hover,.woof_sid_flat_dark .woof_color_term:hover{border-color:#444;transform:scale(1.1,1.1);transition-duration:1s;border-style:solid}.woof_sid_flat_grey .woof_color_term.checked,.woof_sid_flat_dark .woof_color_term.checked{transform:scale(1.1,1.1)}.woof_sid_flat_grey .woof_color_term,.woof_sid_flat_dark .woof_color_term{border-radius:0}.woof_sid_flat_dark{border:solid 2px #aaa;background:#4e4d4d;margin-bottom:11px;margin-top:30px;padding:12px;color:#e2e6e7}.woof_sid_flat_dark .woof_redraw_zone select,.woof_sid_flat_dark .woof_redraw_zone input{width:100%}.woof_sid_flat_dark .chosen-container-single .chosen-single{border-radius:0;background:none;background-color:#4e4d4d;box-shadow:none;border:2px solid #e2e6e7;color:#e2e6e7}.chosen-container .chosen-drop{border:2px solid #4d4d4;background:#4e4d4d;box-shadow:0 0 0 #fff0}.woof_sid_flat_dark .chosen-container-active.chosen-with-drop .chosen-single{border:2px solid #e2e6e7;border-radius:0;background-image:none;box-shadow:none}.woof_sid_flat_dark .chosen-container-active{background:none;background-color:#4e4d4d;box-shadow:none}.woof_sid_flat_dark .chosen-container-multi .chosen-choices{background-image:none;background-color:#4e4d4d;border:2px solid #e2e6e7}.woof_sid_flat_dark .chosen-container-multi ul.chosen-choices li.search-field input{color:#e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-results li.no-results{background:#97b6be}.woof_sid_flat_dark .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-drop{border:2px solid #e2e6e7;border-top:0;background:#4e4d4d;box-shadow:none}.woof_sid_flat_dark .chosen-container-single .chosen-drop{border-radius:0}.woof_sid_flat_dark .woof_color_term{border:0 solid #e2e6e7}.woof_sid_flat_dark .woof_color_term.checked{border:3px solid #e2e6e7}.woof_sid_flat_dark .woof_container h4{margin-bottom:11px!important;font-size:1.32em!important;background:#a0bcc385;padding:11px 7px;color:#e2e6e7;line-height:1.12em!important;text-align:center}.woof_sid_flat_dark .woof_submit_search_form_container button{box-shadow:none}.woof_sid_flat_dark .woof_submit_search_form_container button:hover{background-color:#97b6be}.woof_sid_flat_dark .woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#a0bcc385;color:#e2e6e7!important;border:solid 2px #e2e6e7}.woof_sid_flat_dark .woof_select_radio_check dt a{background-color:#4e4d4d;color:#e2e6e7!important;border:solid 2px #e2e6e7;border-radius:0}.woof_sid_flat_dark .woof_select_radio_check dd ul.woof_list{background-color:#4e4d4d;color:#e2e6e7}.woof_sid_flat_dark input[type=search]:focus,.woof_sid_flat_dark input[type=text]:focus,.woof_sid_flat_dark textarea:focus{background:#a0bcc385;color:#e2e6e7}.woof_sid_flat_dark .woof_text_search_container input[type='search'],.woof_sid_flat_dark input[type='search']{background:#4e4d4d;color:#e2e6e7;border:solid 2px #e2e6e7}.woof_sid_flat_dark .woof_text_search_container input[type='search']::placeholder,.woof_sid_flat_dark input[type='search']::placeholder{color:#a0bcc3;opacity:1}.woof_sid_flat_dark .irs-max,.woof_sid_flat_dark .irs-min{background:#a0bcc385;color:#e2e6e7}.woof_sid_flat_grey .woof_list_label li .woof_label_term:hover,.woof_sid_flat_grey .woof_list_label li .woof_label_term.checked{background-color:#97afb5;border-color:#a0bcc385;color:#fff}.woof_sid_flat_dark .woof_list_label li .woof_label_term:hover,.woof_sid_flat_dark .woof_list_label li .woof_label_term.checked{background-color:#a0bcc385;border-color:#a0bcc385;color:#e2e6e7}.woof_sid_flat_dark .woof_list_label li .woof_label_term{color:#728a90}.woof_sid_flat_dark .easy-autocomplete-container ul{background:none repeat scroll 0 0 #4e4d4d;;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.woof_sid_flat_dark .easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #a0bcc385}.woof_auto_4_columns .woof_container{display:inline-block;vertical-align:top;width:24%;padding:5px;min-width:150px}.woof_auto_3_columns .woof_container{display:inline-block;vertical-align:top;width:31%;padding:5px;min-width:150px}.woof_auto_2_columns .woof_container{display:inline-block;vertical-align:top;width:48%;padding:5px;min-width:150px}.woof_auto_1_columns .woof_container{display:inline-block;vertical-align:top;width:100%;padding:5px;min-width:150px}.woof_auto_1_columns .woof_container_select_radio_check .woof_list_checkbox li,.woof_auto_1_columns .woof_container_select_radio_check .woof_list_radio li{display:block}input.woof_checkbox_term,input.woof_radio_term{vertical-align:middle}@media only screen and (max-width :992px){.woof_sid_auto_shortcode .woof_container{clear:both;width:100%}.woof_sid_auto_shortcode .woof_container .chosen-container{width:100%!important}.woof_sid_auto_shortcode .woof_container_select .woof_block_html_items,.woof_sid_auto_shortcode .woof_container_slider .woof_block_html_items,.woof_sid_auto_shortcode .woof_by_rating_container .woof_container_inner{height:auto!important;min-height:auto!important;max-height:auto!important}}.easy-autocomplete-container ul{margin:0!important}.woof_tooltip_templates{display:none}.woof_container_inner .woof_tooltip_header{display:inline-block;height:15px;width:auto;vertical-align:top}.woof_container_inner h4{margin-bottom:9px}.woof_tooltip_title{font-size:18px;font-weight:700;color:#2c2c2c}.woof_container .woof_container_inner input[type="search"]{line-height:normal!important;border:solid 1px #eee}.woof_star_font,.woof_star_selected select{font-family:'star';color:#96588a}#select2-woof_select_range-results li{font-family:'star'}#select2-woof_select_range-results li:first-of-type{font-family:none}.woof_star_selected .chosen-single span{font-family:'star';color:#96588a}.woof_price_filter_txt_slider .woof_price_filter_txt_from{float:left}.woof_price_filter_txt_slider .woof_price_filter_txt_to{float:right}.woof_price_filter_txt_slider{height:35px}.woof_price_filter_txt_slider input[type='number']{padding:2px 7px;border:solid 1px #ccc;background:#fff;box-shadow:none}ul.chosen-choices{padding:5px!important}.woof_hide_filter{display:none!important}.woof_show_filter_for_mobile.woof{opacity:.95;position:fixed;top:100%;background:#fff;z-index:9999;overflow:auto;height:100%;display:block!important;width:100%;right:0;padding:30px;padding-bottom:100px;animation:move_top .5s ease;animation-fill-mode:forwards}.woof_hide_mobile_filter img,.woof_show_mobile_filter img{display:inline-block;width:30px}.woof_hide_mobile_filter span,.woof_show_mobile_filter span{font-size:20px;display:inline-block;vertical-align:top;font-weight:600}.woof_hide_mobile_filter{margin-bottom:10px;display:none;cursor:pointer}.woof_show_filter_for_mobile .woof_hide_mobile_filter{display:block}@keyframes move_top{100%{top:30px}}.woof_container_select_hierarchy .select2-container{margin-bottom:10px}.woof_price_search_container .price_slider_amount .price_label{text-align:left!important}.woof .widget_price_filter .price_slider_amount .button{float:left}.woof_float_none{float:none}.woof_use_beauty_scroll::-webkit-scrollbar{width:6px}.woof_use_beauty_scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgb(100 100 100 / .3);border-radius:5px}.woof_use_beauty_scroll::-webkit-scrollbar-thumb{border-radius:5px;background:rgb(220 220 220 / .8);box-shadow:inset 0 0 6px rgb(200 200 200 / .5)}.woof_use_beauty_scroll::-webkit-scrollbar-thumb:window-inactive{background:rgb(120 120 120 / .4)}.woof_seo_text{clear:both}.woof .woof_wcga_label_hide,.woof_container_inner .woof_wcga_label_hide{display:none!important}.woof_use_beauty_scroll{overflow-y:scroll}.woof_list.woof_list_label>li{position:relative}ul.woof_list.woof_list_label li{margin:2px 2px 2px 0}ul.woof_list{padding-left:0!important;margin-left:0!important}.widget .woof_redraw_zone ul li,.widget .woof_redraw_zone ul li a{border-bottom:none;padding:0;box-shadow:none;margin:0}.widget .woof_redraw_zone ul,.widget .woof_redraw_zone ol{border:none;box-shadow:none}ul.chosen-results{margin:0;padding:0}.woof_autohide_wrapper{position:relative}.woof_open_hidden_li a img{max-width:75px}.woof_auto_show_indent{background:#fff}.widget_price_filter .price_slider_wrapper .price_slider{min-width:200px}.woof_redraw_zone.woof_blur_redraw_zone{position:relative;filter:blur(12px);background-image:linear-gradient(90deg,transparent,rgb(255 255 255 / .5) 50%,transparent 100%),linear-gradient(#DDD 100%,transparent 0);background-repeat:no-repeat;background-size:75px 100%,100% 100%,100% 16px,100% 30px;background-position:-185px 0,center 0,center 115px,center 142px;box-sizing:border-box;animation:woof-animloader 1.3s ease-in-out infinite}@keyframes woof-animloader{to{background-position:100% 0,center 0,center 115px,center 142px}}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version custom
Full source at https://github.com/harvesthq/chosen
Copyright (c) Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:13px;
    user-select:none
}
.chosen-container *{
    box-sizing:border-box
}
.chosen-container .chosen-drop{
    position:absolute;
    top:100%;
    z-index:1010;
    width:100%;
    border:1px solid #aaa;
    border-top:0;
    background:#fff;
    clip:rect(0,0,0,0);
    clip-path:inset(100% 100%)
}
.chosen-container.chosen-with-drop .chosen-drop{
    clip:auto;
    clip-path:none
}
.chosen-container a{
    cursor:pointer
}
.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{
    margin-right:4px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-weight:400;
    color:#999
}
.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{
    content:":";
    padding-left:2px;
    vertical-align:top
}
.chosen-container-single .chosen-single{
    position:relative;
    display:block;
    overflow:hidden;
    padding:2px 0 2px 8px;
    height:25px;
    border:1px solid #eee;
    border-radius:2px;
    background-color:#fff;
    background-clip:padding-box;
    color:#444;
    text-decoration:none;
    white-space:nowrap;
    line-height:24px
}
.chosen-container-single .chosen-default{
    color:#999
}
.chosen-container-single .chosen-single span{
    display:block;
    overflow:hidden;
    margin-right:26px;
    text-overflow:ellipsis;
    white-space:nowrap
}
.chosen-container-single .chosen-single-with-deselect span{
    margin-right:38px
}
.chosen-container-single .chosen-single abbr{
    position:absolute;
    top:6px;
    right:26px;
    display:block;
    width:12px;
    height:12px;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size:1px
}
.chosen-container-single .chosen-single abbr:hover{
    background-position:-42px -10px
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover{
    background-position:-42px -10px
}
.chosen-container-single .chosen-single div{
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:18px;
    height:100%
}
.chosen-container-single .chosen-single div b{
    display:block;
    width:100%;
    height:100%;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 0 2px
}
.chosen-container-single .chosen-search{
    position:relative;
    z-index:1010;
    margin:0;
    padding:3px 4px;
    white-space:nowrap
}
.chosen-container-single .chosen-search input[type=text]{
    margin:1px 0;
    padding:6px 20px 5px 5px;
    width:100%;
    height:auto;
    outline:0;
    border:1px solid #eee;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 100% -20px;
    font-size:1em;
    font-family:sans-serif;
    line-height:normal;
    border-radius:0;
    box-shadow: none;
}
.chosen-container-single .chosen-drop{
    margin-top:-1px;
    border-radius: 0;
    background-clip:padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search{
    position:absolute;
    clip:rect(0,0,0,0);
    clip-path:inset(100% 100%)
}
.chosen-container .chosen-results{
    color:#444;
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
    margin:0 4px 4px 0;
    padding:0 0 0 4px;
    max-height:240px;
    -webkit-overflow-scrolling:touch
}
.chosen-container .chosen-results li{
    display:none;
    margin:0 !important;
    padding:8px 6px !important;
    list-style:none;
    line-height:15px;
    word-wrap:break-word;
    -webkit-touch-callout:none
}
.chosen-container .chosen-results li.active-result{
    display:list-item;
    cursor:pointer
}
.chosen-container .chosen-results li.disabled-result{
    display:list-item;
    color:#ccc;
    cursor:default
}
.chosen-container .chosen-results li.highlighted{
    background-color:#3875d7;
    background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);
    color:#fff
}
.chosen-container .chosen-results li.no-results{
    color:#777;
    display:list-item;
    background:#f4f4f4
}
.chosen-container .chosen-results li.group-result{
    display:list-item;
    font-weight:700;
    cursor:default
}
.chosen-container .chosen-results li.group-option{
    padding-left:15px
}
.chosen-container .chosen-results li em{
    font-style:normal;
    text-decoration:underline
}
.chosen-container-multi .chosen-choices{
    position:relative;
    overflow:hidden;
    margin:0;
    padding:0 5px;
    width:100%;
    height:auto;
    border:1px solid #eee;
    background-color:#fff;
    cursor:text
}
.chosen-container-multi .chosen-choices li{
    float:left;
    list-style:none
}
.chosen-container-multi .chosen-choices li.search-field{
    margin:0;
    padding:0;
    white-space:nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    margin:1px 0;
    padding:0;
    height:25px;
    outline:0;
    border:0!important;
    background:0 0!important;
    box-shadow:none;
    color:#999;
    font-size:100%;
    font-family:sans-serif;
    line-height:normal;
    border-radius:0;
    width:25px
}
.chosen-container-multi .chosen-choices li.search-choice{
    position:relative;
    margin:1px 3px 1px 0;
    padding:7px 20px 7px 5px;
    border:1px solid #eee;
    max-width:100%;
    border-radius:2px;
    background-color:#fff;
    background-repeat:repeat-x;
    background-clip:padding-box;
    color:#333;
    line-height:13px;
    cursor:default
}
.chosen-container-multi .chosen-choices li.search-choice span{
    word-wrap:break-word
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    position:absolute;
    top:7px;
    right:3px;
    display:block;
    width:12px;
    height:12px;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size:1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{
    background-position:-42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled{
    padding-right:5px;
    border:1px solid #ccc;
    background-color:#e4e4e4;
    background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    color:#666
}
.chosen-container-multi .chosen-choices li.search-choice-focus{
    background:#d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{
    background-position:-42px -10px
}
.chosen-container-multi .chosen-results{
    margin:0;
    padding:0
}
.chosen-container-multi .chosen-drop .result-selected{
    display:list-item;
    color:#ccc;
    cursor:default
}
.chosen-container-active .chosen-single{
    border:1px solid #5897fb;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border:1px solid #aaa;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
.chosen-container-active.chosen-with-drop .chosen-single div{
    border-left:none;
    background:0 0
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position:-18px 2px
}
.chosen-container-active .chosen-choices{
    border:1px solid #5897fb;
}
.chosen-container-active .chosen-choices li.search-field input[type=text]{
    color:#222!important
}
.chosen-disabled{
    opacity:.5!important;
    cursor:default
}
.chosen-disabled .chosen-single{
    cursor:default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close{
    cursor:default
}
.chosen-rtl{
    text-align:right
}
.chosen-rtl .chosen-single{
    overflow:visible;
    padding:0 8px 0 0
}
.chosen-rtl .chosen-single span{
    margin-right:0;
    margin-left:26px;
    direction:rtl
}
.chosen-rtl .chosen-single-with-deselect span{
    margin-left:38px
}
.chosen-rtl .chosen-single div{
    right:auto;
    left:3px
}
.chosen-rtl .chosen-single abbr{
    right:auto;
    left:26px
}
.chosen-rtl .chosen-choices li{
    float:right
}
.chosen-rtl .chosen-choices li.search-field input[type=text]{
    direction:rtl
}
.chosen-rtl .chosen-choices li.search-choice{
    margin:3px 5px 3px 0;
    padding:3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close{
    right:auto;
    left:4px
}
.chosen-rtl.chosen-container-single .chosen-results{
    margin:0 0 4px 4px;
    padding:0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option{
    padding-right:15px;
    padding-left:0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{
    border-right:none
}
.chosen-rtl .chosen-search input[type=text]{
    padding:4px 5px 4px 20px;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat -30px -20px;
    direction:rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b{
    background-position:6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{
    background-position:-12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){
    .chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{
        background-image:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite@2x.png)!important;
        background-size:52px 37px!important;
        background-repeat:no-repeat!important
    }
}


.woof_authors li{margin-top:7px!important;list-style-type:none!important}ul.woof_authors{margin:0!important;padding:0!important}.woof_checkbox_onbackorder_container{margin-bottom:4px}.woof_checkbox_instock_container{margin-bottom:4px}.woof_checkbox_instock_container{margin-bottom:4px}.woof_checkbox_sales_container{margin-bottom:4px}:root{--woof_sku_search_go_bg:url(/wp-content/plugins/woocommerce-products-filter/ext/by_sku/img/magnifying-glass2.svg)}.woof_show_sku_search_container{position:relative}.woof_sku_search_container .woof_sku_search_go{position:absolute;right:3px;top:3px;z-index:99;box-shadow:none!important;display:block;width:20px;height:20px;background:var(--woof_sku_search_go_bg);background-size:cover!important;display:none;border:none!important;text-decoration:none!important}.woof_sku_search_container .woof_sku_search_reset{position:absolute;right:-23px;top:3px;z-index:99;box-shadow:none!important;display:block;display:none;border:none!important;text-decoration:none!important}.woof_sku_search_container input[type='search']{width:100%!important;padding:9px!important;margin:0!important;line-height:0!important;font-size:14px}.woof_sku_notes_for_customer{display:inline-block;padding:3px 5px;font-size:11px;font-style:italic;color:#bbb}.woof_text_search_container .woof_text_search_go{display:block;width:20px;height:20px;margin-left:3px;background:url(/wp-content/plugins/woocommerce-products-filter/ext/by_text/assets/img/magnifying-glass2.svg);display:none;border:none!important;text-decoration:none!important;position:absolute;right:5px;top:5px;z-index:98}.woof_text_search_container .woof_container_inner{position:relative}.woof_husky_txt{width:100%;display:block;height:auto;position:relative;margin-top:-1px}.woof_husky_txt-input{width:100%;min-height:30px;margin-bottom:0!important}.woof_husky_txt-container{font-family:sans-serif;background:#eee;border-radius:2px;border:solid 1px #eee;padding:0;width:inherit;min-height:1px;max-height:1px;overflow:hidden;position:absolute;width:100%;z-index:9999;margin-top:1px}.woof_husky_txt-container .woof_husky_txt-option{display:flex;padding:9px 20px 9px 9px;background:#fcfcfc;margin-bottom:2px;border-bottom:solid 1px #ddd;transition:all 0.25s ease-in-out;text-shadow:0 1px .5px #fff}.woof_husky_txt-container .woof_husky_txt-option img.woof_husky_txt-option-thumbnail{margin-top:3px;max-height:72px}.woof_husky_txt-container div:last-of-type{border-bottom:none;margin-bottom:0}.woof_husky_txt-container .woof_husky_txt-option:hover{background:#f9f9f9}.selectron23-container .selectron23-option[data-selected='1']{background:#f9f9f9}.woof_husky_txt-option img.woof_husky_txt-option-thumbnail{max-width:100px;margin-right:5px;vertical-align:middle}.woof_husky_txt-option-title{font-weight:700;color:#000;font-size:.9em;line-height:1.2em}.woof_husky_txt-option-title a{text-decoration:none!important}.woof_husky_txt-option-text{text-overflow:ellipsis;color:#aaa;overflow:hidden;font-weight:400;line-height:1.4em;font-size:12px}.woof_husky_txt-container>span{cursor:pointer;width:0;height:0;position:absolute;right:10px;margin-top:0}span.woof_husky_txt-highlight{background-color:rgb(255 255 204 / .7)}.woof_husky_txt *{scrollbar-width:thin;scrollbar-color:#fcfcfc #eee}.woof_husky_txt *::-webkit-scrollbar{width:12px}.woof_husky_txt *::-webkit-scrollbar-track{background:#eee}.woof_husky_txt *::-webkit-scrollbar-thumb{background-color:#fcfcfc;border-radius:20px;border:3px solid #ddd}.woof_husky_txt-loader{position:absolute;right:0;top:0;opacity:.7;background:#fff0;border-top:4px solid #03A9F4;border-right:4px solid #fff0;border-radius:50%;animation:1s woof_husky_txt-loader-spin linear infinite}@-webkit-keyframes woof_husky_txt-loader-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes woof_husky_txt-loader-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.woof_husky_txt-cross{color:#ccc;line-height:0;position:absolute;right:5px;cursor:pointer}.woof_husky_txt-option-breadcrumb{font-size:11px}.woof_husky_txt-option-breadcrumb a{text-decoration:none!important}.woof_husky_txt-option-pagination a{text-decoration:none!important;font-size:13px;color:#0c0d0e;line-height:27px;padding-left:8px;padding-right:8px;border:1px solid #d6d9dc;display:inline-block;border-radius:3px;user-select:none;margin-right:5px;margin-bottom:3px}.woof_husky_txt-option-pagination a:hover{border-color:#f48024}.woof_husky_txt-option-pagination b,.woof_husky_txt-option-pagination i{margin-right:5px;padding-left:8px;padding-right:8px;display:inline-block;border-radius:3px;line-height:27px;border-color:#f48024;border:1px solid #f48024;color:#0c0d0e;user-select:none}.woof_husky_txt-option-pagination i{border-color:#d6d9dc}.woof_husky_txt-labels{display:flex;flex-wrap:wrap;width:fit-content;margin-bottom:5px}.woof_husky_txt-labels>div{margin-right:3px;background:#2f55d4;padding:2px 7px;border-radius:3px;font-size:11px;color:#fff;text-shadow:none;line-height:13px}.woof_husky_txt-option-clickable{cursor:pointer}.woof_husky_txt-option{text-align:left}.woof_sid_auto_shortcode .woof_container_inner_color{padding:9px;background:#fff;border-radius:7px;border-radius:7px}ul.woof_list_color li{display:inline-block!important}ul.woof_list_color li{display:inline-block;float:none!important;margin:3px 3px 0 0!important;padding:0!important}ul.woof_list_color.woof_color_title_col li{display:block}.woof_color_title_col li .woof_color_term{display:inline-block}ul.woof_list_color.woof_color_title_col li .woof_color_title{display:inline-block;height:30px;padding:5px;vertical-align:top;font-size:14px}.woof_color_title_col p:hover.woof_tooltip span.woof_tooltip_data{bottom:40px}.woof_color_term{display:block;width:50px;height:50px;border:2px solid #eee;padding:2px;background-clip:content-box;color:#292f38;font-size:0;text-align:center;cursor:pointer;border-radius:4px;transition:border-color .35s ease;background-size:cover!important}.woof_color_term:hover{border-style:double}.woof_color_term.checked{border-color:#292f38}.woof_color_checked{width:25px;height:25px;background-color:red;position:absolute;z-index:999;display:none}ul.woof_list.woof_list_color{max-width:100%;overflow-x:hidden}.woof_sid_auto_shortcode .woof_container_inner_image{padding:9px;background:#fff;border-radius:7px}ul.woof_list_image li{display:inline-block;float:none!important;margin:0 0 0 0!important;padding:0!important}.woof_image_term{display:block}.woof_image_term.checked,.woof_image_term:hover{border-color:#292f38!important}.woof_image_checked{width:25px;height:25px;background-color:red;position:absolute;z-index:999;display:none}.woof_image_text_term{text-align:center}.woof_list_label li .woof_label_term:hover,.woof_list_label li .woof_label_term.checked{background-color:#34495e;border-color:#34495e}.woof_list_label li{display:inline-block!important;margin:2px;vertical-align:top}.woof_list_label .woof_label_term{background-color:#efefef;border:1px solid #ddd;margin:3px 3px 3px 0;padding:3px 4px;line-height:25px;text-align:center;overflow:hidden;text-decoration:none;cursor:pointer;min-width:50px;max-width:100%;height:50px;display:flex;justify-content:center;align-items:center}.woof_list_label li .woof_label_term:hover,.woof_list_label li .woof_label_term.checked{background-color:#477bff;border-color:#477bff;color:#fff}.woof_label_count{font-size:10px;position:absolute;border-radius:200px;min-width:17px;height:17px;line-height:17px!important;color:wheat;text-align:center;font-weight:bold!important;margin:0;right:0;background-color:#efefef;border:1px solid #ddd;color:#477bff;display:flex;justify-content:center;align-items:center}.woof_quick_search_wraper .easy-autocomplete{width:100%!important}.woof_quick_search_wraper input#woof_quick_search_form{width:100%;min-width:250px}.woof_qt_key_words{line-height:initial}.easy-autocomplete-container .woof_quick_search_desc{display:inline-block;vertical-align:top;width:calc(100% - 70px);padding-left:15px;max-height:70px;overflow:hidden;transition:max-height 0.7s ease-in-out}.easy-autocomplete-container .woof_quick_search_img{display:inline-block;margin-top:10px;width:50px;height:50px}.woof_quick_search_desc_title{font-weight:700;line-height:initial;margin-bottom:20px}.easy-autocomplete-container .woof_quick_search_desc:hover{max-height:200px}.woof_qt_item_container{display:block;margin-left:0;min-width:80px}.woof_qt_radio_reset{visibility:hidden}div.checked+label .woof_qt_radio_reset{visibility:visible}.woof_qt_radio_reset:hover{cursor:pointer}.woof_qt_radio_reset:hover img{transform:scale(1.2)}.woof_qt_add_filter{display:none}.woof_qt_add_filter{margin-bottom:20px}.woof_qt_no_products{margin:10px;font-size:18px}.woof_qt_no_products_grid_1,.woof_qt_no_products_list_3{margin:0 auto;padding:10px}.woof_qt_no_products_list_3{text-align:center}.woof_qt_no_products_list_2,.woof_qt_no_products_list_1{text-align:center!important}.woof_qt_add_filter .chosen-container{width:100%!important}.wooqt_pagination{text-align:center;color:grey;font-weight:600;padding:14px 0}.woof_qt_pagination_item{display:inline-block;margin-left:3px;margin-right:2px;padding-left:5px;padding-right:5px;border:1px solid #eee;min-width:30px;min-width:30px}.woof_qt_pagination_item.qt_current{background:#fff}.woof_qt_pagination_item:hover{background:#dfdfdf;;cursor:pointer}.woof_qt_sort_wraper{margin-left:5px}.woof_qt_sort_item{text-align:center;color:grey}.woof_qt_sort_item:hover{cursor:pointer;color:#ff0}.woof_qt_sort_item.current_sort{color:#000}.woof_qt_reset_filter_btn{display:none}.woof_qt_ default_reset_filter .woof_qt_reset_filter_btn{display:inline-block}.woof_qt_notice{color:red;font-style:italic;font-size:10px}#woof_quick_search_form{border-radius:0;border:2px solid #aaa}#woof_quick_search_form:focus{border:2px solid #aaa}.woof_quick_search_wraper .woof_qt_add_filter h4{margin-bottom:5px;margin-top:10px}.woof_qt_reset_filter_btn{border:1px solid #eee;border-radius:0;background:none;color:red}.woof_qt_reset_filter_btn:hover{background-image:none}.woof_qt .chosen-container-single .chosen-single{border-radius:0;background:none;background-color:#fff;box-shadow:none;border:1px solid #eee}.woof_qt_add_filter .chosen-container-active.chosen-with-drop .chosen-single{border:2px solid #aaa;border-radius:0;background-image:none;box-shadow:none}.woof_qt_add_filter .chosen-container-active{background:none;background-color:#fff;box-shadow:none}.woof_qt_add_filter .chosen-container-multi .chosen-choices{background-image:none;border:1px solid #eee}.woof_qt_add_filter .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #97b6be}.woof_qt_add_filter .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#fff}.woof_qt_add_filter .chosen-container-multi .chosen-choices li.search-choice{border:1px solid #eee;border-radius:0;background-color:#fff0;;background-image:none;box-shadow:none}.woof_qt_add_filter .chosen-container .chosen-drop{border:2px solid #aaa;border-top:0;background:#fff;box-shadow:none}.woof_quick_search_wraper.woof_qs_3_col #woof_quick_search_form{width:100%;padding:8px;vertical-align:bottom;margin-bottom:20px;border:1px solid #eee}.woof_qs_3_col .woof_qt_add_filter{width:100%;min-width:180px;margin-left:5px;margin-right:5px;display:inline-block!important;vertical-align:bottom}.woof_qt_select{width:100%}dl.woof_select_radio_check{margin:0!important}.woof_select_radio_check dd,.woof_select_radio_check dt{margin:0;padding:0}.woof_select_radio_check ul{margin:-1px 0 0 0}.woof_select_radio_check dd{position:relative}.woof_select_radio_check a,.woof_select_radio_check a:visited{color:#839b05;text-decoration:none;outline:none;font-size:12px}.woof_select_radio_check dt a{background-color:#fff;color:#424035!important;display:block;padding:5px 15px 5px 7px;line-height:18px;overflow:hidden;border:solid 1px #eee;border-radius:2px}.woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#477bff;color:#fff!important;border:solid 1px #fff}.woof_multiSel{margin-bottom:0!important}.woof_select_radio_check dt a span,.woof_multiSel span{cursor:pointer;display:inline-block;width:100%;margin-bottom:3px}.woof_select_radio_check dd ul.woof_list{background-color:#fff;border:0;color:#000;display:none;left:0;position:absolute;z-index:9999;top:2px;width:100%;list-style:none;overflow:auto;padding-top:12px}.woof_select_radio_check span.value{display:none}.woof_mutliSelect li{padding:2px 15px 2px 5px}.select_radio_check dd ul.woof_list li a{padding:5px;display:block}.woof_select_radio_check dd ul.woof_list li a:hover{background-color:#eee}.woof_hida{display:inline-block;width:100%;font-size:14px;text-align:center}.woof_hida_small{font-size:13px!important;text-align:left!important}.woof_hida .woof_products_top_panel{padding:0!important;margin:0!important}.woof_hida .woof_products_top_panel li{margin:0!important}.woof_hida .woof_products_top_panel li a{border:none!important;padding:2px 10px 0 9px!important;line-height:12px!important;font-size:12px!important}.woof_products_top_panel2{overflow:hidden;line-height:23px;margin:5px 0 5px 0;display:none;position:relative;z-index:99}.woof_products_top_panel2 ul{margin:0!important;padding:0!important}.woof_products_top_panel2 li{float:left;margin:0 5px 5px 0!important;list-style:none!important}.woof_products_top_panel2 li a{text-decoration:none}.woof_products_top_panel2 li a:hover{text-decoration:none}.woof_products_top_panel2 li span{padding-right:16px}.woof_products_top_panel2 li span:hover{background-size:14px 14px}.woof_select_radio_check_opener{background:url(/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/img/down.svg) no-repeat 99% 50%;outline:none}.woof_select_radio_check_opened .woof_select_radio_check_opener{background:url(/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/img/up.svg) no-repeat 99% 50%;outline:none}:root{--woof-sd-ie-ch_width:25px;--woof-sd-ie-ch_height:25px;--woof-sd-ie-ch_space:1px;--woof-sd-ie-ch_space_color:#ffffff;--woof-sd-ie-ch_text_top:0;--woof-sd-ie-ch_text_color:#6d6d6d;--woof-sd-ie-ch_hover_text_color:#333333;--woof-sd-ie-ch_selected_text_color:#000000;--woof-sd-ie-ch_font_size:15px;--woof-sd-ie-ch_font_family:inherit;--woof-sd-ie-ch_font_weight:400;--woof-sd-ie-ch_hover_font_weight:400;--woof-sd-ie-ch_selected_font_weight:400;--woof-sd-ie-ch_line_height:18px;--woof-sd-ie-ch_side_padding:0;--woof-sd-ie-ch_color:#ffffff;--woof-sd-ie-ch_hover_color:#79b8ff;--woof-sd-ie-ch_selected_color:#79b8ff;--woof-sd-ie-ch_image:url();--woof-sd-ie-ch_selected_image:url();--woof-sd-ie-ch_hover_image:url();--woof-sd-ie-ch_hover_scale:100;--woof-sd-ie-ch_selected_scale:100;--woof-sd-ie-ch_border_radius:0;--woof-sd-ie-ch_border_width:1px;--woof-sd-ie-ch_hover_border_width:1px;--woof-sd-ie-ch_selected_border_width:1px;--woof-sd-ie-ch_border_color:#79b8ff;--woof-sd-ie-ch_hover_border_color:#79b8ff;--woof-sd-ie-ch_selected_border_color:#79b8ff;--woof-sd-ie-ch_border_style:solid;--woof-sd-ie-ch_hover_border_style:solid;--woof-sd-ie-ch_selected_border_style:solid;--woof-sd-ie-ch_margin_right:9px;--woof-sd-ie-ch_margin_bottom:11px;--woof-sd-ie-ch_childs_left_shift:19px;--woof-sd-ie-ch_transition:300s;--woof-sd-ie-ch_counter_show:inline-flex;--woof-sd-ie-ch_counter_width:14px;--woof-sd-ie-ch_counter_height:14px;--woof-sd-ie-ch_counter_side_padding:0;--woof-sd-ie-ch_counter_top:-2px;--woof-sd-ie-ch_counter_right:0;--woof-sd-ie-ch_counter_font_size:9px;--woof-sd-ie-ch_counter_font_family:consolas;--woof-sd-ie-ch_counter_font_weight:500;--woof-sd-ie-ch_counter_color:#477bff;--woof-sd-ie-ch_counter_bg_color:#ffffff;--woof-sd-ie-ch_counter_bg_image:url();--woof-sd-ie-ch_counter_border_width:1px;--woof-sd-ie-ch_counter_border_radius:50%;--woof-sd-ie-ch_counter_border_color:#477bff;--woof-sd-ie-ch_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-checkbox{position:relative;display:flex;border-radius:var(--woof-sd-ie-ch_border_radius)!important;width:100%;max-width:var(--woof-sd-ie-ch_width)!important;min-width:fit-content;margin-right:var(--woof-sd-ie-ch_margin_right)!important;margin-bottom:var(--woof-sd-ie-ch_margin_bottom)!important;transition:all calc(var(--woof-sd-ie-ch_transition)/1000)}.woof-sd-ie.woof-sd-ie-checkbox:has(input[type="checkbox"]:checked){border-color:var(--woof-sd-ie-ch_hover_color)!important}.woof-sd-ie.woof-sd-ie-checkbox>input{display:none}.woof-sd-ie.woof-sd-ie-checkbox>label{position:relative;display:flex!important;flex-direction:row!important;line-height:0!important;box-sizing:border-box!important;user-select:none!important;width:100%;height:var(--woof-sd-ie-ch_height)!important;background-color:var(--woof-sd-ie-ch_space_color)!important;margin:0 0 0 0!important;padding:var(--woof-sd-ie-ch_space)!important;border:var(--woof-sd-ie-ch_border_width) var(--woof-sd-ie-ch_border_style) var(--woof-sd-ie-ch_border_color)!important;border-radius:var(--woof-sd-ie-ch_border_radius)!important;transition:all calc(var(--woof-sd-ie-ch_transition)/1000)}.woof_list_checkbox_sd_0 .woof-sd-ie.woof-sd-ie-checkbox>label{width:auto;min-width:var(--woof-sd-ie-ch_width)!important}.woof-sd-ie.woof-sd-ie-checkbox>label:hover{border-color:var(--woof-sd-ie-ch_hover_border_color)!important;border-style:var(--woof-sd-ie-ch_hover_border_style)!important;border-width:var(--woof-sd-ie-ch_hover_border_width)!important;scale:calc(var(--woof-sd-ie-ch_hover_scale)/100)}.woof-sd-ie.woof-sd-ie-checkbox:has(input:checked)>label{border-color:var(--woof-sd-ie-ch_selected_border_color)!important;border-style:var(--woof-sd-ie-ch_selected_border_style)!important;border-width:var(--woof-sd-ie-ch_selected_border_width)!important;scale:calc(var(--woof-sd-ie-ch_selected_scale)/100)!important}.woof-sd-ie.woof-sd-ie-checkbox>label:hover>span{zoom:1;letter-spacing:normal;word-spacing:normal;border-color:var(--woof-sd-ie-ch_hover_color)!important;transition-property:border,background-color,color,transform;transition-duration:calc(var(--woof-sd-ie-ch_transition)/1000);transition-timing-function:ease-out}.woof-sd-ie.woof-sd-ie-checkbox>label:hover span,.woof-sd-ie.woof-sd-ie-checkbox>label+.woof-sd-ie-title:hover{color:var(--woof-sd-ie-ch_hover_text_color)!important;font-weight:var(--woof-sd-ie-ch_hover_font_weight)}.woof-sd-ie.woof-sd-ie-checkbox:has(input:checked)>label+.woof-sd-ie-title{color:var(--woof-sd-ie-ch_selected_text_color)!important;font-weight:var(--woof-sd-ie-ch_selected_font_weight)}.woof-sd-ie.woof-sd-ie-checkbox>label>span{background-size:cover}.woof-sd-ie.woof-sd-ie-checkbox label:hover>span,.woof-sd-ie.woof-sd-ie-checkbox:has(.woof-sd-ie-title:hover)>label>span{background-color:var(--woof-sd-ie-ch_hover_color)!important;background-image:var(--woof-sd-ie-ch_hover_image)}.woof-sd-ie.woof-sd-ie-checkbox:has(.woof-sd-ie-title:hover)>label{scale:calc(var(--woof-sd-ie-ch_hover_scale)/100)}div.woof-sd-ie.woof-sd-ie-checkbox>input:checked+label>span{background-color:var(--woof-sd-ie-ch_selected_color)!important;background-image:var(--woof-sd-ie-ch_selected_image)!important}.woof-sd-ie.woof-sd-ie-checkbox:has(label:hover>span){border-color:var(--woof-sd-ie-ch_hover_color)}.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-ch_counter_show);flex-direction:row;justify-content:center;align-items:center;position:relative;right:var(--woof-sd-ie-ch_counter_right);top:var(--woof-sd-ie-ch_counter_top);border:var(--woof-sd-ie-ch_counter_border_width) var(--woof-sd-ie-ch_counter_border_style) var(--woof-sd-ie-ch_counter_border_color);border-radius:var(--woof-sd-ie-ch_counter_border_radius);min-width:var(--woof-sd-ie-ch_counter_width);min-height:var(--woof-sd-ie-ch_counter_height);padding-left:var(--woof-sd-ie-ch_counter_side_padding);padding-right:var(--woof-sd-ie-ch_counter_side_padding);font-size:var(--woof-sd-ie-ch_counter_font_size);font-weight:var(--woof-sd-ie-ch_counter_font_weight);font-family:var(--woof-sd-ie-ch_counter_font_family);color:var(--woof-sd-ie-ch_counter_color);line-height:0;background-color:var(--woof-sd-ie-ch_counter_bg_color);background-image:var(--woof-sd-ie-ch_counter_bg_image);background-size:cover;box-sizing:content-box}.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-count:empty{display:none}.woof-sd-ie.woof-sd-ie-checkbox:hover>label{cursor:pointer}.woof-sd-ie.woof-sd-ie-checkbox>label>span{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;justify-content:center;flex-direction:column;width:100%;height:100%;border-radius:var(--woof-sd-ie-ch_border_radius);font-size:var(--woof-sd-ie-ch_font_size);color:var(--woof-sd-ie-ch_text_color);background-color:var(--woof-sd-ie-ch_color);background-image:var(--woof-sd-ie-ch_image)}.woof-sd-ie.woof-sd-ie-checkbox>label>span{border-radius:var(--woof-sd-ie-ch_border_radius)}.woof-sd-ie.woof-sd-ie-checkbox>label>span>span{display:inline-block;align-self:center;padding:0 var(--woof-sd-ie-ch_side_padding) 0 var(--woof-sd-ie-ch_side_padding);font-family:var(--woof-sd-ie-ch_font_family);font-weight:var(--woof-sd-ie-ch_font_weight);color:var(--woof-sd-ie-ch_text_color);transition:all calc(var(--woof-sd-ie-ch_transition)/1000)}.woof-sd-ie.woof-sd-ie-checkbox>input:not(:checked)+label:hover>span>span{font-weight:var(--woof-sd-ie-ch_hover_font_weight)!important}.woof-sd-ie.woof-sd-ie-checkbox>input:checked+label>span>span{color:var(--woof-sd-ie-ch_selected_text_color)!important;font-weight:var(--woof-sd-ie-ch_selected_font_weight)}.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-title{position:relative;top:var(--woof-sd-ie-ch_text_top);align-self:center;cursor:pointer;font-weight:var(--woof-sd-ie-ch_font_weight);font-family:var(--woof-sd-ie-ch_font_family);font-size:var(--woof-sd-ie-ch_font_size);color:var(--woof-sd-ie-ch_text_color);line-height:var(--woof-sd-ie-ch_line_height);margin-left:var(--woof-sd-ie-ch_margin_right)}.woof-sd-ie-checkbox+.woof-sd-ie-childs{padding-left:var(--woof-sd-ie-ch_childs_left_shift)}.woof_list_checkbox_sd_1 .woof-sd-ie-count{position:absolute!important}.woof_list_checkbox_sd_1 .woof-sd-ie.woof-sd-ie-checkbox{display:inline-flex}:root{--woof-sd-ie-rad_width:25px;--woof-sd-ie-rad_height:25px;--woof-sd-ie-rad_space:1px;--woof-sd-ie-rad_space_color:#ffffff;--woof-sd-ie-rad_text_top:0;--woof-sd-ie-rad_text_color:#6d6d6d;--woof-sd-ie-rad_hover_text_color:#333333;--woof-sd-ie-rad_selected_text_color:#000000;--woof-sd-ie-rad_font_size:14px;--woof-sd-ie-rad_font_family:inherit;--woof-sd-ie-rad_font_weight:400;--woof-sd-ie-rad_hover_font_weight:400;--woof-sd-ie-rad_selected_font_weight:400;--woof-sd-ie-rad_line_height:18px;--woof-sd-ie-rad_color:#ffffff;--woof-sd-ie-rad_hover_color:#79b8ff;--woof-sd-ie-rad_selected_color:#79b8ff;--woof-sd-ie-rad_image:url();--woof-sd-ie-rad_selected_image:url();--woof-sd-ie-rad_hover_image:url();--woof-sd-ie-rad_hover_scale:100;--woof-sd-ie-rad_selected_scale:100;--woof-sd-ie-rad_border_radius:50%;--woof-sd-ie-rad_border_width:1px;--woof-sd-ie-rad_hover_border_width:1px;--woof-sd-ie-rad_selected_border_width:1px;--woof-sd-ie-rad_border_color:#79b8ff;--woof-sd-ie-rad_hover_border_color:#79b8ff;--woof-sd-ie-rad_selected_border_color:#79b8ff;--woof-sd-ie-rad_border_style:solid;--woof-sd-ie-rad_hover_border_style:solid;--woof-sd-ie-rad_selected_border_style:solid;--woof-sd-ie-rad_margin_right:9px;--woof-sd-ie-rad_margin_bottom:11px;--woof-sd-ie-rad_childs_left_shift:19px;--woof-sd-ie-rad_transition:300s;--woof-sd-ie-rad_counter_show:inline-flex;--woof-sd-ie-rad_counter_width:14px;--woof-sd-ie-rad_counter_height:14px;--woof-sd-ie-rad_counter_side_padding:0;--woof-sd-ie-rad_counter_top:-2px;--woof-sd-ie-rad_counter_right:0;--woof-sd-ie-rad_counter_font_size:9px;--woof-sd-ie-rad_counter_font_family:consolas;--woof-sd-ie-rad_counter_font_weight:500;--woof-sd-ie-rad_counter_color:#477bff;--woof-sd-ie-rad_counter_bg_color:#ffffff;--woof-sd-ie-rad_counter_bg_image:url();--woof-sd-ie-rad_counter_border_width:1px;--woof-sd-ie-rad_counter_border_radius:50%;--woof-sd-ie-rad_counter_border_color:#477bff;--woof-sd-ie-rad_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-radio{position:relative;display:flex;border-radius:var(--woof-sd-ie-rad_border_radius)!important;width:100%;max-width:var(--woof-sd-ie-rad_width)!important;min-width:fit-content;margin-right:var(--woof-sd-ie-rad_margin_right)!important;margin-bottom:var(--woof-sd-ie-rad_margin_bottom)!important;transition:all calc(var(--woof-sd-ie-rad_transition)/1000)}.woof-sd-ie.woof-sd-ie-radio:has(input[type="radio"]:checked){border-color:var(--woof-sd-ie-rad_hover_color)!important}.woof-sd-ie.woof-sd-ie-radio>input{display:none}.woof-sd-ie.woof-sd-ie-radio>label{position:relative;display:flex!important;flex-direction:row!important;line-height:0!important;box-sizing:border-box!important;user-select:none!important;width:100%;height:var(--woof-sd-ie-rad_height)!important;background-color:var(--woof-sd-ie-rad_space_color)!important;margin:0 0 0 0!important;padding:var(--woof-sd-ie-rad_space)!important;border:var(--woof-sd-ie-rad_border_width) var(--woof-sd-ie-rad_border_style) var(--woof-sd-ie-rad_border_color)!important;border-radius:var(--woof-sd-ie-rad_border_radius)!important;transition:all calc(var(--woof-sd-ie-rad_transition)/1000)}.woof_list_radio_sd_0 .woof-sd-ie.woof-sd-ie-radio>label{width:auto;min-width:var(--woof-sd-ie-rad_width)!important}.woof-sd-ie.woof-sd-ie-radio>label:hover{border-color:var(--woof-sd-ie-rad_hover_border_color)!important;border-style:var(--woof-sd-ie-rad_hover_border_style)!important;border-width:var(--woof-sd-ie-rad_hover_border_width)!important;scale:calc(var(--woof-sd-ie-rad_hover_scale)/100)}.woof-sd-ie.woof-sd-ie-radio:has(input:checked)>label{border-color:var(--woof-sd-ie-rad_selected_border_color)!important;border-style:var(--woof-sd-ie-rad_selected_border_style)!important;border-width:var(--woof-sd-ie-rad_selected_border_width)!important;scale:calc(var(--woof-sd-ie-rad_selected_scale)/100)!important}.woof-sd-ie.woof-sd-ie-radio>label:hover>span{zoom:1;letter-spacing:normal;word-spacing:normal;border-color:var(--woof-sd-ie-rad_hover_color)!important;transition-property:border,background-color,color,transform;transition-duration:calc(var(--woof-sd-ie-rad_transition)/1000);transition-timing-function:ease-out}.woof-sd-ie.woof-sd-ie-radio>label:hover span,.woof-sd-ie.woof-sd-ie-radio>label+.woof-sd-ie-title:hover{color:var(--woof-sd-ie-rad_hover_text_color)!important;font-weight:var(--woof-sd-ie-rad_hover_font_weight)}.woof-sd-ie.woof-sd-ie-radio:has(input:checked)>label+.woof-sd-ie-title{color:var(--woof-sd-ie-rad_selected_text_color)!important;font-weight:var(--woof-sd-ie-rad_selected_font_weight)}.woof-sd-ie.woof-sd-ie-radio>label>span{background-size:cover}.woof-sd-ie.woof-sd-ie-radio label:hover>span,.woof-sd-ie.woof-sd-ie-radio:has(.woof-sd-ie-title:hover)>label>span{background-color:var(--woof-sd-ie-rad_hover_color)!important;background-image:var(--woof-sd-ie-rad_hover_image)}.woof-sd-ie.woof-sd-ie-radio:has(.woof-sd-ie-title:hover)>label{scale:calc(var(--woof-sd-ie-rad_hover_scale)/100)}div.woof-sd-ie.woof-sd-ie-radio>input:checked+label>span{background-color:var(--woof-sd-ie-rad_selected_color)!important;background-image:var(--woof-sd-ie-rad_selected_image)!important}.woof-sd-ie.woof-sd-ie-radio:has(label:hover>span){border-color:var(--woof-sd-ie-rad_hover_color)}.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-rad_counter_show);flex-direction:row;justify-content:center;align-items:center;position:relative;right:var(--woof-sd-ie-rad_counter_right);top:var(--woof-sd-ie-rad_counter_top);border:var(--woof-sd-ie-rad_counter_border_width) var(--woof-sd-ie-rad_counter_border_style) var(--woof-sd-ie-rad_counter_border_color);border-radius:var(--woof-sd-ie-rad_counter_border_radius);min-width:var(--woof-sd-ie-rad_counter_width);min-height:var(--woof-sd-ie-rad_counter_height);padding-left:var(--woof-sd-ie-rad_counter_side_padding);padding-right:var(--woof-sd-ie-rad_counter_side_padding);font-size:var(--woof-sd-ie-rad_counter_font_size);font-weight:var(--woof-sd-ie-rad_counter_font_weight);font-family:var(--woof-sd-ie-rad_counter_font_family);color:var(--woof-sd-ie-rad_counter_color);line-height:0;background-color:var(--woof-sd-ie-rad_counter_bg_color);background-image:var(--woof-sd-ie-rad_counter_bg_image);background-size:cover;box-sizing:content-box}.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-count:empty{display:none}.woof-sd-ie.woof-sd-ie-radio:hover>label{cursor:pointer}.woof-sd-ie.woof-sd-ie-radio>label>span{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;justify-content:center;flex-direction:column;width:100%;height:100%;border-radius:var(--woof-sd-ie-rad_border_radius);font-size:var(--woof-sd-ie-rad_font_size);color:var(--woof-sd-ie-rad_text_color);background-color:var(--woof-sd-ie-rad_color);background-image:var(--woof-sd-ie-rad_image)}.woof-sd-ie.woof-sd-ie-radio>label>span{border-radius:var(--woof-sd-ie-rad_border_radius)}.woof-sd-ie.woof-sd-ie-radio>label>span>span{display:inline-block;align-self:center;padding:0;font-family:var(--woof-sd-ie-rad_font_family);font-weight:var(--woof-sd-ie-rad_font_weight);color:var(--woof-sd-ie-rad_text_color);transition:all calc(var(--woof-sd-ie-rad_transition)/1000)}.woof-sd-ie.woof-sd-ie-radio>input:not(:checked)+label:hover>span>span{font-weight:var(--woof-sd-ie-rad_hover_font_weight)!important}.woof-sd-ie.woof-sd-ie-radio>input:checked+label>span>span{color:var(--woof-sd-ie-rad_selected_text_color)!important;font-weight:var(--woof-sd-ie-rad_selected_font_weight)}.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-title{position:relative;top:var(--woof-sd-ie-rad_text_top);align-self:center;cursor:pointer;font-weight:var(--woof-sd-ie-rad_font_weight);font-family:var(--woof-sd-ie-rad_font_family);font-size:var(--woof-sd-ie-rad_font_size);color:var(--woof-sd-ie-rad_text_color);line-height:var(--woof-sd-ie-rad_line_height);margin-left:var(--woof-sd-ie-rad_margin_right)}.woof-sd-ie-radio+.woof-sd-ie-childs{padding-left:var(--woof-sd-ie-rad_childs_left_shift)}.woof_list_radio_sd_1 .woof-sd-ie-count{position:absolute!important}.woof_list_radio_sd_1 .woof-sd-ie.woof-sd-ie-radio{display:inline-flex}:root{--woof-sd-ie-sw_vertex_enabled_bg_color:#79b8ff;--woof-sd-ie-sw_vertex_enabled_bg_image:url();--woof-sd-ie-sw_vertex_enabled_border_color:#79b8ff;--woof-sd-ie-sw_vertex_enabled_border_style:solid;--woof-sd-ie-sw_vertex_disabled_bg_color:#ffffff;--woof-sd-ie-sw_vertex_disabled_bg_image:url();--woof-sd-ie-sw_vertex_disabled_border_color:#ffffff;--woof-sd-ie-sw_vertex_disabled_border_style:solid;--woof-sd-ie-sw_vertex_border_width:1px;--woof-sd-ie-sw_substrate_enabled_bg_color:#c8e1ff;--woof-sd-ie-sw_substrate_enabled_bg_image:url();--woof-sd-ie-sw_substrate_enabled_border_color:#c8e1ff;--woof-sd-ie-sw_substrate_enabled_border_style:solid;--woof-sd-ie-sw_substrate_disabled_bg_color:#9a9999;--woof-sd-ie-sw_substrate_disabled_bg_image:url();--woof-sd-ie-sw_substrate_disabled_border_color:#9a9999;--woof-sd-ie-sw_substrate_disabled_border_style:solid;--woof-sd-ie-sw_substrate_border_width:1px;--woof-sd-ie-sw_vertex_size:20px;--woof-sd-ie-sw_vertex_border_radius:50%;--woof-sd-ie-sw_vertex_top:0;--woof-sd-ie-sw_substrate_width:34px;--woof-sd-ie-sw_substrate_height:14px;--woof-sd-ie-sw_substrate_border_radius:8px;--woof-sd-ie-sw_label_font_color:#6d6d6d;--woof-sd-ie-sw_label_font_size:16px;--woof-sd-ie-sw_label_font_weight:400;--woof-sd-ie-sw_label_line_height:23px;--woof-sd-ie-sw_label_font_family:inherit;--woof-sd-ie-sw_label_left:15px;--woof-sd-ie-sw_label_top:-16px;--woof-sd-ie-sw_margin_bottom:5px;--woof-sd-ie-sw_childs_left_shift:15px;--woof-sd-ie-sw_counter_show:inline-flex;--woof-sd-ie-sw_counter_width:14px;--woof-sd-ie-sw_counter_height:14px;--woof-sd-ie-sw_counter_side_padding:0;--woof-sd-ie-sw_counter_top:-2px;--woof-sd-ie-sw_counter_right:-3px;--woof-sd-ie-sw_counter_font_size:9px;--woof-sd-ie-sw_counter_font_family:consolas;--woof-sd-ie-sw_counter_font_weight:500;--woof-sd-ie-sw_counter_color:#477bff;--woof-sd-ie-sw_counter_bg_color:#ffffff;--woof-sd-ie-sw_counter_bg_image:url();--woof-sd-ie-sw_counter_border_width:1px;--woof-sd-ie-sw_counter_border_radius:50%;--woof-sd-ie-sw_counter_border_color:#477bff;--woof-sd-ie-sw_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-switcher{margin-bottom:var(--woof-sd-ie-sw_margin_bottom);box-sizing:content-box!important}.woof-sd-ie.woof-sd-ie-switcher *{box-sizing:content-box!important}.woof-sd-ie-switcher label.switcher23-toggle{position:relative;display:inline-block!important;width:calc(100% - var(--woof-sd-ie-sw_vertex_size) - var(--woof-sd-ie-sw_childs_left_shift));height:auto;cursor:pointer;-webkit-tap-highlight-color:#fff0;transform:translate3d(0,0,0);padding:0!important;margin:0!important;vertical-align:top}.woof-sd-ie-switcher .switcher23-toggle:before{content:"";position:relative;top:3px;left:3px;width:var(--woof-sd-ie-sw_substrate_width);height:var(--woof-sd-ie-sw_substrate_height);display:block;background-color:var(--woof-sd-ie-sw_substrate_disabled_bg_color);background-image:var(--woof-sd-ie-sw_substrate_disabled_bg_image);background-size:cover;border-radius:var(--woof-sd-ie-sw_substrate_border_radius);border-width:var(--woof-sd-ie-sw_substrate_border_width);border-color:var(--woof-sd-ie-sw_substrate_disabled_border_color);border-style:var(--woof-sd-ie-sw_substrate_disabled_border_style);transition:background 0.2s ease}.woof-sd-ie-switcher .switcher23-toggle>span{position:absolute;top:var(--woof-sd-ie-sw_vertex_top);left:-3px;width:var(--woof-sd-ie-sw_vertex_size);height:var(--woof-sd-ie-sw_vertex_size);display:block;background-color:var(--woof-sd-ie-sw_vertex_disabled_bg_color);background-image:var(--woof-sd-ie-sw_vertex_disabled_bg_image);background-size:cover;border-radius:var(--woof-sd-ie-sw_vertex_border_radius);border-width:var(--woof-sd-ie-sw_vertex_border_width);border-color:var(--woof-sd-ie-sw_vertex_disabled_border_color);border-style:var(--woof-sd-ie-sw_vertex_disabled_border_style);box-shadow:0 3px 8px rgb(154 153 153 / .5);transition:all 0.2s ease}.woof-sd-ie-switcher .switcher23-toggle>span:before{content:"";position:absolute;display:block;margin:calc((var(--woof-sd-ie-sw_vertex_size) - var(--woof-sd-ie-sw_vertex_size)/9) * -1);width:calc(var(--woof-sd-ie-sw_vertex_size)*3);height:calc(var(--woof-sd-ie-sw_vertex_size)*3);background:rgb(79 46 220 / .5);border-radius:var(--woof-sd-ie-sw_vertex_border_radius);transform:scale(0);opacity:1;pointer-events:none}.woof-sd-ie-switcher .switcher23{display:none!important}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle:before{background-color:var(--woof-sd-ie-sw_substrate_enabled_bg_color);background-image:var(--woof-sd-ie-sw_substrate_enabled_bg_image);background-size:cover;border-color:var(--woof-sd-ie-sw_substrate_enabled_border_color);border-style:var(--woof-sd-ie-sw_vertex_disabled_border_style)}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle>span{background-color:var(--woof-sd-ie-sw_vertex_enabled_bg_color);background-image:var(--woof-sd-ie-sw_vertex_enabled_bg_image);border-style:var(--woof-sd-ie-sw_vertex_enabled_border_style);border-color:var(--woof-sd-ie-sw_vertex_enabled_border_color);background-size:cover;transform:translateX(calc(var(--woof-sd-ie-sw_substrate_width) - var(--woof-sd-ie-sw_vertex_size)/2));transition:all 0.2s cubic-bezier(.8,.4,.3,1.25),background 0.15s ease;box-shadow:0 3px 8px rgb(79 46 220 / .2)}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle>span:before{transform:scale(1);opacity:0;transition:all 0.4s ease}.woof-sd-ie-switcher .switcher23-toggle-dir>span{width:23px;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:10px;border-bottom-left-radius:10px;background:#79b8ff!important}.woof-sd-ie-switcher .switcher23-toggle-dir:before{background:#c8e1ff}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle-dir>span{border-top-right-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-bottom-left-radius:0}.woof-sd-ie-switcher .switcher23-title{display:block;position:relative;width:fit-content;right:0;top:var(--woof-sd-ie-sw_label_top)!important;left:calc(var(--woof-sd-ie-sw_substrate_width) + var(--woof-sd-ie-sw_label_left))!important;font-size:var(--woof-sd-ie-sw_label_font_size)!important;line-height:var(--woof-sd-ie-sw_label_line_height)!important;font-family:var(--woof-sd-ie-sw_label_font_family)!important;font-weight:var(--woof-sd-ie-sw_label_font_weight)!important;color:var(--woof-sd-ie-sw_label_font_color)!important;user-select:none!important;max-width:calc(100% - (var(--woof-sd-ie-sw_counter_width) + var(--woof-sd-ie-sw_label_left)))!important;overflow:inherit}.woof-sd-ie-switcher .switcher23-container{display:inline-block;width:100%}.woof-sd-ie-switcher+.switcher23-container label{width:100%}.woof-sd-ie-switcher+.woof-sd-ie-childs{padding-left:var(--woof-sd-ie-sw_childs_left_shift)}.woof-sd-ie.woof-sd-ie-switcher .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-sw_counter_show);flex-direction:row;justify-content:center;align-items:center;position:relative;right:var(--woof-sd-ie-sw_counter_right);top:var(--woof-sd-ie-sw_counter_top);border:var(--woof-sd-ie-sw_counter_border_width) var(--woof-sd-ie-sw_counter_border_style) var(--woof-sd-ie-sw_counter_border_color);border-radius:var(--woof-sd-ie-sw_counter_border_radius);min-width:var(--woof-sd-ie-sw_counter_width);min-height:var(--woof-sd-ie-sw_counter_height);padding-left:var(--woof-sd-ie-sw_counter_side_padding);padding-right:var(--woof-sd-ie-sw_counter_side_padding);font-size:var(--woof-sd-ie-sw_counter_font_size);font-weight:var(--woof-sd-ie-sw_counter_font_weight);font-family:var(--woof-sd-ie-sw_counter_font_family);color:var(--woof-sd-ie-sw_counter_color);line-height:0;background-color:var(--woof-sd-ie-sw_counter_bg_color);background-image:var(--woof-sd-ie-sw_counter_bg_image);background-size:cover;box-sizing:content-box!important}:root{--woof-sd-ie-clr_width:60px;--woof-sd-ie-clr_height:60px;--woof-sd-ie-clr_show_tooltip:none;--woof-sd-ie-clr_show_tooltip_count:block-inline;--woof-sd-ie-clr_color:#000000;--woof-sd-ie-clr_image:url();--woof-sd-ie-clr_hover_scale:110;--woof-sd-ie-clr_selected_scale:110;--woof-sd-ie-clr_border_radius:50%;--woof-sd-ie-clr_border_width:1px;--woof-sd-ie-clr_hover_border_width:1px;--woof-sd-ie-clr_selected_border_width:1px;--woof-sd-ie-clr_border_color:#79b8ff;--woof-sd-ie-clr_hover_border_color:#79b8ff;--woof-sd-ie-clr_selected_border_color:#79b8ff;--woof-sd-ie-clr_border_style:solid;--woof-sd-ie-clr_hover_border_style:dashed;--woof-sd-ie-clr_selected_border_style:dashed;--woof-sd-ie-clr_margin_right:9px;--woof-sd-ie-clr_margin_bottom:11px;--woof-sd-ie-clr_transition:300s;--woof-sd-ie-clr_counter_show:inline-flex;--woof-sd-ie-clr_counter_width:14px;--woof-sd-ie-clr_counter_height:14px;--woof-sd-ie-clr_counter_side_padding:0;--woof-sd-ie-clr_counter_top:4px;--woof-sd-ie-clr_counter_right:0;--woof-sd-ie-clr_counter_font_size:9px;--woof-sd-ie-clr_counter_font_family:consolas;--woof-sd-ie-clr_counter_font_weight:500;--woof-sd-ie-clr_counter_color:#477bff;--woof-sd-ie-clr_counter_bg_color:#ffffff;--woof-sd-ie-clr_counter_bg_image:url();--woof-sd-ie-clr_counter_border_width:1px;--woof-sd-ie-clr_counter_border_radius:50%;--woof-sd-ie-clr_counter_border_color:#477bff;--woof-sd-ie-clr_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-color{position:relative;display:inline-flex;margin-right:var(--woof-sd-ie-clr_margin_right)!important;margin-bottom:var(--woof-sd-ie-clr_margin_bottom)!important;box-sizing:border-box}.woof-sd-ie.woof-sd-ie-color>input{display:none}.woof-sd-ie.woof-sd-ie-color>label{position:relative;display:flex!important;flex-direction:row!important;line-height:0!important;box-sizing:border-box!important;user-select:none!important;width:auto;min-width:var(--woof-sd-ie-clr_width)!important;height:var(--woof-sd-ie-clr_height)!important;margin:0 0 0 0!important;transition:all calc(var(--woof-sd-ie-clr_transition)/1000);border-color:var(--woof-sd-ie-clr_border_color)!important;border-style:var(--woof-sd-ie-clr_border_style)!important;border-width:var(--woof-sd-ie-clr_border_width)!important;border-radius:var(--woof-sd-ie-clr_border_radius);background-color:var(--woof-sd-ie-clr_color);background-image:var(--woof-sd-ie-clr_image);background-size:cover;width:100%;max-width:var(--woof-sd-ie-clr_width)!important;min-width:fit-content}.woof-sd-ie.woof-sd-ie-color:hover>label{border-color:var(--woof-sd-ie-clr_hover_border_color)!important;border-style:var(--woof-sd-ie-clr_hover_border_style)!important;border-width:var(--woof-sd-ie-clr_hover_border_width)!important;scale:calc(var(--woof-sd-ie-clr_hover_scale)/100)}.woof-sd-ie.woof-sd-ie-color:has(input:checked)>label{border-color:var(--woof-sd-ie-clr_selected_border_color)!important;border-style:var(--woof-sd-ie-clr_selected_border_style)!important;border-width:var(--woof-sd-ie-clr_selected_border_width)!important;scale:calc(var(--woof-sd-ie-clr_selected_scale)/100)!important}.woof-sd-ie.woof-sd-ie-color>label:hover>span{zoom:1;letter-spacing:normal;word-spacing:normal;border-color:var(--woof-sd-ie-clr_hover_color)!important;transition:all calc(var(--woof-sd-ie-clr_transition)/1000)}.woof-sd-ie.woof-sd-ie-color .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-clr_counter_show);flex-direction:row;justify-content:center;align-items:center;position:absolute;right:var(--woof-sd-ie-clr_counter_right);top:var(--woof-sd-ie-clr_counter_top);border:var(--woof-sd-ie-clr_counter_border_width) var(--woof-sd-ie-clr_counter_border_style) var(--woof-sd-ie-clr_counter_border_color);border-radius:var(--woof-sd-ie-clr_counter_border_radius);min-width:var(--woof-sd-ie-clr_counter_width);min-height:var(--woof-sd-ie-clr_counter_height);padding-left:var(--woof-sd-ie-clr_counter_side_padding);padding-right:var(--woof-sd-ie-clr_counter_side_padding);font-size:var(--woof-sd-ie-clr_counter_font_size);font-weight:var(--woof-sd-ie-clr_counter_font_weight);font-family:var(--woof-sd-ie-clr_counter_font_family);color:var(--woof-sd-ie-clr_counter_color);line-height:0;background-color:var(--woof-sd-ie-clr_counter_bg_color);background-image:var(--woof-sd-ie-clr_counter_bg_image);background-size:cover;box-sizing:content-box;z-index:99}.woof-sd-ie.woof-sd-ie-color .woof-sd-ie-count:empty{display:none}.woof-sd-ie.woof-sd-ie-color:hover>label{cursor:pointer}.woof-sd-ie.woof-sd-ie-color>label>span{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;justify-content:center;flex-direction:column;width:100%;height:100%}.woof-sd-ie.woof-sd-ie-color>label>span{border-radius:var(--woof-sd-ie-clr_border_radius)}.woof-sd-ie.woof-sd-ie-color .woof-sd-tooltiptext{display:var(--woof-sd-ie-clr_show_tooltip)}.woof-sd-ie.woof-sd-ie-color .woof-sd-tooltiptext b{display:var(--woof-sd-ie-clr_show_tooltip_count)}.woof-sd-tooltip{position:relative}.woof-sd-tooltip .woof-sd-tooltiptext{visibility:hidden;min-width:120px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:999;top:calc(100% + 6px);left:50%;margin-left:-60px;box-sizing:border-box;display:block}.woof-sd-tooltip .woof-sd-tooltiptext::after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#fff0 #fff0 #000 #fff0}.woof-sd-tooltip:hover .woof-sd-tooltiptext{visibility:visible}.woof_list_sd .woof_open_hidden_li{width:100%}.woof-sd-ie .woof-sd-ie-count:empty{display:none!important}.woof-sd-ie .woof-sd-list-opener{line-height:0;position:relative;top:-1px}.woof-sd-ie woof-sd-list-opener{top:-2px;position:relative}.woof-sd-ie .woof_childs_list_opener span{width:18px;height:18px}.woof-sd-ie .woof_radio_term_reset_visible{position:absolute;right:-9px;top:-11px}:root{--woof-sd-ie-vertex_enabled_bg_color:#79b8ff;--woof-sd-ie-substrate_enabled_bg_color:#c8e1ff;--woof-sd-ie-vertex_disabled_bg_color:#ffffff;--woof-sd-ie-substrate_disabled_bg_color:#9a9999;--woof-sd-ie-vertex_size:20px;--woof-sd-ie-vertex_border_radius:50%;--woof-sd-ie-vertex_top:0;--woof-sd-ie-substrate_width:34px;--woof-sd-ie-substrate_height:14px;--woof-sd-ie-substrate_border_radius:8px;--woof-sd-ie-label_font_color:#333333;--woof-sd-ie-label_font_size:16px;--woof-sd-ie-label_left:15px;--woof-sd-ie-label_top:-18px}label.switcher23-toggle{position:relative;display:inline-block;width:auto;height:auto;cursor:pointer;-webkit-tap-highlight-color:#fff0;transform:translate3d(0,0,0);padding:0!important}.switcher23-toggle:before{content:"";position:relative;top:3px;left:3px;width:var(--woof-sd-ie-substrate_width);height:var(--woof-sd-ie-substrate_height);display:block;background:var(--woof-sd-ie-substrate_disabled_bg_color);border-radius:var(--woof-sd-ie-substrate_border_radius);transition:background 0.2s ease}.switcher23-toggle>span{position:absolute;top:var(--woof-sd-ie-vertex_top);left:-3px;width:var(--woof-sd-ie-vertex_size);height:var(--woof-sd-ie-vertex_size);display:block;background:var(--woof-sd-ie-vertex_disabled_bg_color);border-radius:var(--woof-sd-ie-vertex_border_radius);box-shadow:0 3px 8px rgb(154 153 153 / .5);transition:all 0.2s ease}.switcher23-toggle>span:before{content:"";position:absolute;display:block;margin:calc((var(--woof-sd-ie-vertex_size) - var(--woof-sd-ie-vertex_size)/9) * -1);width:calc(var(--woof-sd-ie-vertex_size)*3);height:calc(var(--woof-sd-ie-vertex_size)*3);background:rgb(79 46 220 / .5);border-radius:var(--woof-sd-ie-vertex_border_radius);transform:scale(0);opacity:1;pointer-events:none}.switcher23{display:none!important}.switcher23:checked+.switcher23-toggle:before{background:var(--woof-sd-ie-substrate_enabled_bg_color)}.switcher23:checked+.switcher23-toggle>span{background:var(--woof-sd-ie-vertex_enabled_bg_color);transform:translateX(calc(var(--woof-sd-ie-substrate_width) - var(--woof-sd-ie-vertex_size)/2));transition:all 0.2s cubic-bezier(.8,.4,.3,1.25),background 0.15s ease;box-shadow:0 3px 8px rgb(79 46 220 / .2)}.switcher23:checked+.switcher23-toggle>span:before{transform:scale(1);opacity:0;transition:all 0.4s ease}.switcher23-toggle-dir>span{width:23px;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:10px;border-bottom-left-radius:10px;background:#79b8ff!important}.switcher23-toggle-dir:before{background:#c8e1ff}.switcher23:checked+.switcher23-toggle-dir>span{border-top-right-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-bottom-left-radius:0}.switcher23-title{display:block;position:relative;width:fit-content;right:0;top:var(--woof-sd-ie-label_top);left:calc(var(--woof-sd-ie-substrate_width) + var(--woof-sd-ie-label_left));font-size:var(--woof-sd-ie-label_font_size);color:var(--woof-sd-ie-label_font_color)!important;user-select:none;max-width:calc(100% - var(--woof-sd-ie-counter_width)*2 - var(--woof-sd-ie-substrate_width) + var(--woof-sd-ie-label_left));overflow:hidden}.switcher23-container{display:inline-flex;width:fit-content;flex-wrap:nowrap;align-items:baseline}.switcher23-container label{width:100%;margin:0!important}.switcher23-container .switcher23-title2{display:block;width:fit-content;flex-wrap:nowrap;white-space:nowrap;margin-left:47px;line-height:0;margin-top:-4px;color:#333}.p24-payment__logo{max-width:80px}.p24-1clicks{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.p24-1clicks__items{display:flex;gap:12px;justify-content:center}.p24-1clicks__label,.p24-1clicks__or{font-size:75%;text-align:center}.p24-1clicks__or{display:flex;align-items:center;gap:10px;white-space:nowrap}.p24-1clicks__or:after,.p24-1clicks__or:before{content:"";width:100%;height:1px;background:rgb(0 0 0 / .2)}.p24-1click{display:flex;gap:12px;align-items:center;cursor:pointer;background:#fff;border-radius:6px;padding:10px;border-width:2px;outline:none;position:relative}.p24-1click__logo{margin:0}.p24-1click__logo img{display:block}.p24-1click--card{aspect-ratio:85.6 / 53.98}.p24-1click--active{outline:3px solid;outline-offset:1px}.p24-1click--card__number{gap:.5em;display:flex;font-size:110%;font-family:monospace;align-items:center;margin-bottom:1.5em}.p24-1click--card__valid{font-family:monospace;position:absolute;bottom:10px;left:10px;opacity:.8;font-size:80%;font-weight:800}.p24-1click--blik__valid{font-family:monospace;opacity:.8;font-size:75%}.p24-1click--card__number small{font-size:75%}.p24-1click--card__logo{margin-bottom:0;position:absolute;bottom:10px;right:10px}#card-tokenizer{display:flex;justify-content:center}.woocommerce table.shop_table .shop_table__cell-description{border-top:none;padding-top:0;margin:0;opacity:.5;font-size:75%}.p24-waiting{position:absolute;background:rgb(255 255 255 / .85);font-size:90%;display:flex;align-items:center;justify-content:center;gap:20px;flex-direction:column;top:0;left:0;bottom:0;right:0}.p24-waiting.hidden{display:none}.p24-waiting .wc-block-components-spinner{position:relative;height:auto}.p24-blik-code-input{margin-top:0!important}.p24-payment-input{input[type=text]{padding:0 1rem;width:100%;box-sizing:border-box;min-height:3rem}}.woocommerce-order-pay .p24-payment-container{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.wc-block-components-radio-control-accordion-content:has(.p24-payment-container:empty){display:none}.p24-methods{display:flex;flex-direction:column;gap:12px;margin-top:12px}.p24-methods+.woocommerce-input-wrapper{margin-top:24px;display:block}.p24-methods__items{--logo-size:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,auto));gap:12px;border-radius:4px}.p24-methods__items--featured{--logo-size:40px;grid-template-columns:repeat(auto-fit,minmax(150px,auto))}.p24-method-item{cursor:pointer;display:flex;background:#fff;border-radius:4px;padding:10px;flex-direction:column;text-align:center;justify-content:center;align-items:center;flex:0 1 100px;border:1px solid hsl(0 0% 7% / .11);user-select:none;position:relative;gap:8px;font-size:11px}.p24-method-item--active{outline:2px solid #000}.p24-method-item picture{aspect-ratio:16/9;height:var(--logo-size);max-height:var(--logo-size);display:flex;align-items:center;justify-content:center;pointer-events:none}.p24-method-item picture img{max-width:100%;max-height:var(--logo-size)}.p24-payment-container .p24-checkbox:first-child .wc-block-components-checkbox{margin-top:0}input[id^="payment_method_p24-"]+label img{max-height:30px}.p24-payment-container .wc-block-components-notice-banner:first-child{margin-top:0}p24-installment{margin:20px 0;display:block}p24-installment[show-modal="true"]{cursor:pointer}.p24-currency__submit{line-height:inherit;padding-top:0.3rem!important;padding-right:0.5rem!important;padding-bottom:0.3rem!important;padding-left:0.5rem!important}#p24-3ds-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:rgb(0 0 0 / .6);display:none;align-items:center;justify-content:center}#p24-3ds-modal.active{display:flex}.p24-3ds-modal{width:70%;height:70%}#p24-3ds-modal .modal-content{background:#fff;border-radius:8px;padding:24px;max-width:50%;height:80%;width:50%;box-shadow:0 10px 30px rgb(0 0 0 / .3)}#p24-3ds-iframe-wrapper{width:100%;height:100%}#p24-3ds-iframe-wrapper iframe{width:100%;height:75%;border:none}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.dgwt-wcas-block-scroll{overflow:hidden}.dgwt-wcas-search-wrapp{position:relative;line-height:100%;display:block;color:#444;min-width:230px;width:100%;text-align:left;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-tpd-image img{margin:0 15px 0 0!important}.rtl .dgwt-wcas-tpd-image img{margin:0 0 0 15px!important}.dgwt-wcas-preloader-wrapp img{margin:10px auto 0;display:block;max-width:200px}.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader{display:block;width:100%;height:auto;max-width:300px;margin:0}.dgwt-wcas-suggestions-wrapp{background:#fff;border:1px solid #ddd;border-top:none;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.dgwt-wcas-details-wrapp *,.dgwt-wcas-search-wrapp *,.dgwt-wcas-suggestions-wrapp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-details-wrapp a:focus,.dgwt-wcas-suggestions-wrapp a:focus{outline:0}.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top{border:1px solid #ddd;border-bottom:none}.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:550px}.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion{padding:8px 15px}.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px;border-left-color:#eee}.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px;border-right-color:#eee}.dgwt-wcas-suggestion{cursor:pointer;font-size:12px;line-height:110%;text-align:left;padding:7px 10px;position:relative;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;justify-content:space-between;align-items:center;resize:vertical;width:100%}.dgwt-wcas-suggestion-nores{font-size:15px;line-height:157%;padding:15px;width:100%}.dgwt-wcas-suggestion-nores p{padding:0;margin:0 0 10px;font-size:18px}.dgwt-wcas-suggestion-nores ol,.dgwt-wcas-suggestion-nores ul{padding:0 0 0 30px;margin:0}.dgwt-wcas-suggestion-nores ul li{list-style:disc}.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores{padding:10px 10px 10px 34px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{justify-content:center;color:#6d6d6d}a.dgwt-wcas-details-more-products{padding:15px 0 10px;display:block;border-top:1px solid #eee;text-align:center;font-size:12px;text-transform:uppercase;color:#6d6d6d;transition:.2s ease-in-out}a.dgwt-wcas-details-more-products:hover,a.dgwt-wcas-details-post-title:hover,a.dgwt-wcas-details-product-title:hover,a.dgwt-wcas-product-details-readmore:hover{text-decoration:underline}a.dgwt-wcas-product-details-readmore{display:block;text-align:right;margin-top:15px;color:#6d6d6d;text-transform:uppercase;letter-spacing:1px;font-weight:400;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom,body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child{border-bottom:none}.dgwt-wcas-suggestion:after{clear:both;display:block;content:''}.dgwt-wcas-suggestion.dgwt-wcas-nores{cursor:default;opacity:.5}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{padding-top:8px;padding-bottom:8px;min-height:60px}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-history-product,.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product,.dgwt-wcas-suggestion-history-search{min-height:40px}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{min-height:30px;text-transform:uppercase}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{padding:0 10px;text-align:center}.dgwt-wcas-st{display:block;color:#444;font-size:15px;width:100%;line-height:110%}.dgwt-wcas-st>span{display:inline-block;vertical-align:middle}.dgwt-wcas-has-sku .dgwt-wcas-st-title{margin-right:6px}.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline{display:block;font-style:italic;font-size:10px;text-transform:uppercase;opacity:.4;line-height:10px;margin-bottom:1px;letter-spacing:2px}.dgwt-wcas-st-breadcrumbs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%;text-align:left;opacity:.6;width:100%;padding-right:10px}.rtl .dgwt-wcas-st-breadcrumbs{padding-right:0;padding-left:10px;text-align:right}.dgwt-wcas-sku{font-size:80%}.dgwt-wcas-si{width:50px;display:block;height:100%}.dgwt-wcas-si img{background:#fff;border:1px solid #e8e8e8;border-radius:3px;display:block;margin:auto;padding:2px;height:auto;width:auto;max-height:90%;max-width:100%}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si{display:flex;align-items:center;justify-content:center}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si svg,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg,.dgwt-wcas-suggestion-searches .dgwt-wcas-si svg{max-width:18px}.dgwt-wcas-has-img:not(.dgwt-wcas-has-img-forced) .dgwt-wcas-suggestion-history-product .dgwt-wcas-si>svg{margin-left:10px}.dgwt-wcas-content-wrapp{display:flex;height:100%;width:100%;justify-content:space-between;align-items:center;resize:vertical;padding-left:10px}.rtl .dgwt-wcas-content-wrapp{padding-left:0;padding-right:10px}.dgwt-wcas-sp{color:#555;font-size:14px;line-height:120%;text-align:right;padding-left:10px}.dgwt-wcas-sp *{line-height:130%}.dgwt-wcas-search-form{margin:0;padding:0;width:100%}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores,.dgwt-wcas-sd{margin-top:5px}.dgwt-wcas-sp del{opacity:.5;font-size:12px}.dgwt-wcas-sd{color:#777;display:block;line-height:14px;width:100%;font-size:.8em}.dgwt-wcas-vendor-city{margin-left:5px;font-size:.8em}.dgwt-wcas-st>.dgwt-wcas-product-vendor{font-size:12px;margin-top:5px;display:block}.dgwt-wcas-suggestion-selected{background-color:#eee}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-tpd-image{background-color:#fff}.dgwt-wcas-suggestion-selected:first-child{border-top:none}.rtl .dgwt-wcas-suggestion{padding-left:0;padding-right:15px;text-align:right}.dgwt-wcas-details-wrapp{background:#fff;border:1px solid #ddd;border-top:none;border-left:none;padding:0;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;min-height:340px}.dgwt-wcas-datails-title,.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;padding-bottom:5px}.rtl .dgwt-wcas-details-wrapp{border-left:1px solid #ddd;border-right:none}.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:none;border-right:1px solid #ddd;border-radius:0 5px 5px 0}.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:none;border-left:1px solid #ddd;border-radius:5px 0 0 5px}.dgwt-wcas-details-inner,.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp{display:none}.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px}.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active,.dgwt-wcas-details-wrapp .added_to_cart,.dgwt-wcas-has-desc .dgwt-wcas-sp>*,.dgwt-wcas-has-img .dgwt-wcas-sp>*{display:block}.dgwt-wcas-details-inner-taxonomy{margin-top:11px}.woocommerce .dgwt-wcas-pd-rating .star-rating{float:left;margin-right:5px;font-size:12px;color:#ccae72}.rtl .dgwt-wcas-pd-rating .star-rating{float:right;margin-left:5px;margin-right:0}.dgwt-wcas-datails-title{font-size:14px}.dgwt-wcas-pd-title{color:#202020}.dgwt-wcas-pd-title .product-title{color:#202020;text-transform:uppercase;margin:0}.dgwt-wcas-tax-product-details{text-decoration:none;display:flex;align-items:center;justify-content:left;transition:.2s ease-in-out;padding:5px;margin:0 -5px 15px}.dgwt-wcas-pd-rating:after,.dgwt-wcas-tax-product-details:after{content:'';clear:both;display:block}.dgwt-wcas-tax-product-details:hover{box-shadow:0 0 11px 2px rgba(0,0,0,.05)}.rtl .dgwt-wcas-tax-product-details{justify-content:right}.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title{margin-bottom:8px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader,.dgwt-wcas-tpd-image{margin-right:15px}.dgwt-wcas-pd-rest .product-title{display:block;line-height:100%;font-weight:500;margin-bottom:5px}.dgwt-wcas-tpd-rest{max-width:200px}.dgwt-wcas-tpd-rest-title{display:block;line-height:125%;font-size:14px;font-weight:500;letter-spacing:0;margin:0 0 8px;overflow:hidden;color:#000}.dgwt-wcas-pd-price,.dgwt-wcas-tpd-price{line-height:120%;overflow:hidden;color:#000;margin-top:15px;font-weight:700;font-size:18px}.dgwt-wcas-tpd-price{font-size:12px;color:#777}.dgwt-wcas-pd-price .woocommerce-price-suffix,.dgwt-wcas-tpd-price .woocommerce-price-suffix{font-size:12px;font-weight:lighter;color:#999;margin-left:4px;display:inline-block}.dgwt-wcas-details-title-tax,.dgwt-wcas-pd-title .product-title{font-weight:900;letter-spacing:-1px;text-transform:uppercase}.dgwt-wcas-pd-price del .amount,.dgwt-wcas-tpd-price del .amount{font-weight:lighter;background:0 0;font-size:90%;opacity:.6}.dgwt-wcas-pd-price ins,.dgwt-wcas-tpd-price ins{background:0 0;text-decoration:none}.dgwt-wcas-pd-rating{font-size:13px;line-height:13px}.dgwt-wcas-pd-review{color:#777;font-size:11px;line-height:11px}.dgwt-wcas-datails-title{display:block;margin:5px 0 15px}.dgwt-wcas-pd-title{margin-bottom:15px;display:block;text-decoration:none}.dgwt-wcas-details-title-tax{margin-right:3px}.rtl .dgwt-wcas-details-title-tax{margin:0 0 0 3px;float:right}.dgwt-wcas-tpd-image{width:70px;padding:4px;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column;justify-content:center}.dgwt-wcas-details-space{padding:0 15px 15px}.dgwt-wcas-details-main-image{border-bottom:1px solid #eee;min-height:200px;display:flex}.dgwt-wcas-details-main-image img{width:auto;height:auto;display:block;max-height:250px;max-width:100%;margin:0 auto;padding:0;border:none;align-self:center}.dgwt-wcas-details-right .dgwt-wcas-details-main-image img{border-radius:0 3px 0 0}.dgwt-wcas-details-left .dgwt-wcas-details-main-image img{border-radius:3px 0 0}a.dgwt-wcas-details-post-title,a.dgwt-wcas-details-product-title{color:#333;display:block;line-height:120%;margin:10px 0 0;font-size:21px;font-weight:400;text-decoration:none;text-transform:none}a.dgwt-wcas-details-post-title{margin-bottom:15px}.dgwt-wcas-details-product-sku{display:block;font-size:12px;line-height:110%;color:#999}.dgwt-wcas-tpd-image img{display:block;max-width:100%;width:100%;height:auto}.dgwt-wcas-details-hr{height:1px;width:100%;border-bottom:1px solid #eee;margin:15px 0}.rtl .dgwt-wcas-tpd-image{float:right;margin-right:0;margin-left:15px}.rtl .dgwt-wcas-tpd-rest{float:right;max-width:190px}.rtl input[type=search].dgwt-wcas-search-input{text-align:right}input[type=search].dgwt-wcas-search-input,input[type=text].dgwt-cas-search-input{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-appearance:textfield;text-align:left}[type=search].dgwt-wcas-search-input::-ms-clear{display:none}[type=search].dgwt-wcas-search-input::-webkit-search-decoration{-webkit-appearance:none}[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button{display:none}.dgwt-wcas-details-desc{font-size:13px;line-height:157%}.dgwt-wcas-details-desc b,.dgwt-wcas-details-desc strong{font-weight:400;color:#000;margin:0;padding:0}.dgwt-wcas-pd-addtc-form{margin:10px 0;display:flex;align-items:center;justify-content:flex-end}.dgwt-wcas-pd-addtc-form>.quantity{margin-right:10px}.dgwt-wcas-pd-addtc-form .add_to_cart_inline,.dgwt-wcas-pd-addtc-form .quantity input.qty{margin-bottom:0;margin-top:0}.dgwt-wcas-stock{display:block;text-align:right;font-size:14px;line-height:14px;margin-bottom:14px}.dgwt-wcas-stock.in-stock{color:#0f834d}.dgwt-wcas-stock.out-of-stock{color:#e2401c}.dgwt-wcas-pd-addtc .add_to_cart_button,.dgwt-wcas-pd-addtc .add_to_cart_inline{margin:0}.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler,.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile),.dgwt-wcas-pd-addtc .add_to_cart_button.added,.dgwt-wcas-search-icon-arrow,.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,.dgwt-wcas-voice-search-supported.dgwt-wcas-search-filled .dgwt-wcas-voice-search,body .dgwt-wcas-content-wrapp .rood,body .dgwt-wcas-content-wrapp .zwave{display:none}button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit{position:relative}.dgwt-wcas-ico-magnifier{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;height:65%;display:block}.dgwt-wcas-preloader{height:100%;position:absolute;right:0;top:0;width:40px;z-index:-1;background-repeat:no-repeat;background-position:right 15px center;background-size:auto 44%}.dgwt-wcas-voice-search{position:absolute;right:0;top:0;height:100%;width:40px;z-index:1;opacity:.5;cursor:pointer;align-items:center;justify-content:center;display:none;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out}.dgwt-wcas-close:hover,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,.dgwt-wcas-voice-search:hover{opacity:.3}.dgwt-wcas-voice-search path{fill:#444}.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search{display:flex}.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:40px}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search,.rtl .dgwt-wcas-preloader,.rtl .dgwt-wcas-voice-search{right:auto;left:5px}.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search{z-index:105}.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:auto;left:45px}.dgwt-wcas-inner-preloader{background-repeat:no-repeat;background-position:right 8px center;background-size:auto 22px;display:flex;align-items:center;justify-content:center;z-index:1}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dgwt-wcas-inner-preloader{background-image:url('/wp-content/plugins/ajax-search-for-woocommerce-premium/assets/img/preloader.gif')}}.dgwt-wcas-loader-circular{height:24px;width:24px;-webkit-animation:2s linear infinite rotate;-moz-animation:2s linear infinite rotate;animation:2s linear infinite rotate}.dgwt-wcas-loader-circular-path{fill:transparent;stroke-linecap:round;stroke-width:4px;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:1s ease-in-out infinite dash;-moz-animation:1s ease-in-out infinite dash;animation:1s ease-in-out infinite dash;stroke:#ddd}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-moz-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out;z-index:1}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before{content:'';display:block;position:absolute;background:0 0;height:100%;width:100%;left:0;bottom:0;top:0;right:0;margin:auto}.dgwt-wcas-close path{fill:#ccc}@media screen and (max-width:992px){.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:none}}.dgwt-wcas-suggestion strong{font-weight:700}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before{content:"";display:table}.dgwt-wcas-sf-wrapp:after{clear:both}.dgwt-wcas-sf-wrapp{zoom:1;width:100%;max-width:100vw;margin:0;position:relative;background:0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{width:100%;height:40px;font-size:14px;line-height:100%;padding:10px 15px;margin:0;background:#fff;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-webkit-appearance:none;box-sizing:border-box}.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{font-size:16px}.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:3px 3px 0 0}.dgwt-wcas-layout-icon-open.dgwt-wcas-style-pirx .dgwt-wcas-search-icon-arrow,.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{display:none!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp{min-height:0!important;border-radius:0 0 5px 5px;border-right-color:#ddd}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:41px!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-right-color:transparent}.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-left-color:transparent}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{outline:0;background:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.06);-webkit-transition:150ms ease-in;-moz-transition:150ms ease-in;-ms-transition:150ms ease-in;-o-transition:150ms ease-in;transition:150ms ease-in}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{overflow:visible;position:absolute;border:0;padding:0 15px;margin:0;cursor:pointer;height:40px;min-width:50px;width:auto;line-height:100%;min-height:100%;right:0;left:auto;top:0;bottom:auto;color:#fff;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out;text-transform:uppercase;background-color:#333;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:0;right:auto}.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{border-radius:0 2px 0 0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,.dgwt-wcas-sugg-hist-clear:hover{opacity:.7}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus{opacity:.7;outline:0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{content:'';position:absolute;border-width:8px 8px 8px 0;border-style:solid solid solid none;border-color:transparent #333;top:12px;left:-6px;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out}.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{left:auto;right:-6px;border-width:8px 0 8px 8px;border-style:solid none solid solid}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner{border:0;padding:0}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{min-height:340px;overflow:visible}.dgwt-wcas-is-details .dgwt-wcas-si{width:30px;max-width:100%;box-sizing:border-box}.dgwt-wcas-is-details .dgwt-wcas-sp{display:flex;top:0;flex-direction:column;height:100%;justify-content:center;resize:vertical}.dgwt-wcas-is-details .dgwt-wcas-sd{font-size:11px;line-height:100%}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag]{padding-left:15px;min-height:0}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st{padding-left:0}.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{max-width:20px}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{height:50%;margin:auto;max-height:20px;width:100%;max-width:20px;left:12px;right:auto;opacity:.5;fill:#444}.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{left:auto;right:12px}.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 15px 10px 40px}.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 40px 10px 15px}.dgwt-wcas-overlay-mobile-on,.dgwt-wcas-overlay-mobile-on body{overflow:hidden;min-width:100vw;min-height:100vh}html.dgwt-wcas-overlay-mobile-on{scroll-behavior:unset}.dgwt-wcas-om-bar{display:flex;height:45px;width:100%}.dgwt-wcas-om-bar button.dgwt-wcas-om-return,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover{width:45px;height:100%;display:block;background:#ccc;cursor:pointer;position:relative;margin:0;padding:0;box-shadow:none;outline:0;border:none;border-spacing:0;border-radius:0}.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{width:23px;height:23px;position:absolute;left:12px;top:12px;fill:#fff}.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg{left:11px;top:9px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#fff}.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{right:0!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:4px!important;right:auto!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-style-pirx.dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:10px!important;right:auto!important}@keyframes dgwt-wcas-preloader-price-anim{0%,100%{background:rgba(128,128,128,.03)}50%{background:rgba(128,128,128,.1)}}.dgwt-wcas-preloader-price-inner div:first-child{left:0;animation-delay:-.1s}.dgwt-wcas-preloader-price-inner div:nth-child(2){left:13px;animation-delay:-.2s}.dgwt-wcas-preloader-price-inner div:nth-child(3){left:26px;animation-delay:-.3s}.dgwt-wcas-preloader-price{width:34px;height:10px;display:inline-block;overflow:hidden;background:0 0}.dgwt-wcas-preloader-price-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}.dgwt-wcas-preloader-price-inner div{position:absolute;width:8px;height:8px;background:rgba(128,128,128,.05);animation:.8s cubic-bezier(0,.5,.5,1) infinite dgwt-wcas-preloader-price-anim;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{width:calc(100% - 45px);max-width:none;margin:0}.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion{width:100%}.dgwt-wcas-overlay-mobile{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background:#fff}.dgwt-wcas-overlay-mobile *{box-sizing:border-box}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{height:45px!important;border-top:none;border-right:none;border-left:none;border-radius:0;font-size:16px!important}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus{font-size:16px!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{left:0!important;top:45px!important;width:100%!important;height:calc(100% - 45px)!important;position:absolute;overflow-y:auto;border:none;margin:0;display:block}.dgwt-wcas-enable-mobile-form{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;cursor:pointer}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form{display:none;position:relative}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile{min-width:0;display:inline-block;width:28px;height:28px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler{height:100%;width:100%}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier{opacity:1;position:static;max-width:none;max-height:none}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body{overflow:auto}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios{overflow:visible}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{max-height:none!important;height:auto!important}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{min-width:unset}.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form{opacity:0}.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form{opacity:1}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{opacity:0;display:none;position:absolute;left:0;top:calc(100% + 8px);min-width:500px;z-index:1000}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form{display:block;opacity:1}.dgwt-wcas-search-icon{width:20px;height:auto;cursor:pointer}.dgwt-wcas-ico-magnifier-handler{margin-bottom:-.2em;width:100%}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon{opacity:.6}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:15px}.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow{display:block;position:absolute;top:calc(100% + 2px);left:0;z-index:5;width:15px;height:15px;background:#fff;border:1px solid #ddd;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline{pointer-events:none;display:block;font-weight:500;white-space:nowrap}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2{display:block;font-weight:500;white-space:nowrap;cursor:default;font-size:14px;margin-top:5px;margin-bottom:15px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st{padding-bottom:3px;margin-top:16px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st{border-bottom:1px solid #ddd;padding-bottom:3px;text-transform:uppercase;margin-top:16px;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st{padding:0}.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover{background:0 0;text-decoration:underline}.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax{min-height:30px}.dgwt-wcas-sugg-hist-clear{cursor:pointer;text-decoration:underline;display:inline-block;margin-left:2px}.dgwt-wcas-darkened-overlay{display:block;position:absolute;opacity:.15;z-index:100000;left:0;top:0}.dgwt-wcas-darkened-overlay>div{background:#111;position:absolute}.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form{background-color:rgba(17,17,17,.15);border:none;border-radius:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{background:#fff;padding:10px;border-radius:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp{padding-top:0;padding-bottom:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:13px 24px 13px 48px;line-height:24px;font-size:17px;border:2px solid transparent;border-radius:30px;height:auto;font-family:Roboto,sans-serif;background-color:#eee}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{box-shadow:none;transition:30ms ease-in}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:#dfdfdf}.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333}.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:30px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{background:0 0;border-radius:100%;border:0;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:absolute;min-height:33px;min-width:33px;height:33px;width:33px;left:23px;top:21px;pointer-events:none;transition:none}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{width:18px;height:18px}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:28px;pointer-events:auto;animation:.3s fadeIn}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:24px;padding-right:48px;transition:none!important}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{opacity:1;background:#e4e4e4;box-shadow:0 0 0 2px #e4e4e4;border-radius:100%}.dgwt-wcas-style-pirx .dgwt-wcas-preloader{margin-right:35px}.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader,.rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{margin-left:4px}.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){transition:none;width:18px}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#111}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{opacity:1;font-style:normal;font-weight:300;color:#777}.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{border-color:#fff;padding-top:10px;padding-bottom:10px}.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion{padding-left:20px;padding-right:20px}.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion,.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:1px solid #ddd}.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:0;border-top:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-right:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:1px solid #ddd}.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-left:none}.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:70px!important}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:0;background:0 0;padding:0 10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:transparent}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:transparent}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{border-top:1px solid #e0e2e5}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return{background:#fff}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg{left:17px;top:16px;width:17px;height:17px}.dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:20px;top:1px;opacity:1}.rtl .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:auto;left:50px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:5px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{right:5px!important}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{left:5px!important;right:auto!important}.dgwt-wcas-suggestions-wrapp-fixed{position:fixed!important}.elementor-widget-fibosearch-posts::after{content:""!important}.dgwt-wcas-posts-results-grid{display:flex;flex-wrap:wrap;grid-gap:20px;justify-content:flex-start}.dgwt-wcas-posts-results-grid-item{width:calc(25% - 15px);margin-bottom:30px}
@layer bricks.reset, bricks.gutenberg, bricks.icons;@layer bricks{:root{--bricks-vh:1vh;--bricks-transition:all 0.2s;--bricks-color-primary:#ffd64f;--bricks-color-secondary:#fc5778;--bricks-text-dark:#212121;--bricks-text-medium:#616161;--bricks-text-light:#9e9e9e;--bricks-text-info:#00b0f4;--bricks-text-success:#11b76b;--bricks-text-warning:#ffa100;--bricks-text-danger:#fa4362;--bricks-bg-info:#e5f3ff;--bricks-bg-success:#e6f6ed;--bricks-bg-warning:#fff2d7;--bricks-bg-danger:#ffe6ec;--bricks-bg-dark:#263238;--bricks-bg-light:#f5f6f7;--bricks-border-color:#dddedf;--bricks-border-radius:4px;--bricks-tooltip-bg:#23282d;--bricks-tooltip-text:#eaecef}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}article,aside,figcaption,figure,footer,header,main,nav,section{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}code,kbd,samp{font-family:monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}.brxe-section{align-items:center;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;width:100%}@media (max-width:767px){.brxe-section{flex-wrap:wrap}}.brxe-section.has-bg-video{position:relative;z-index:1}.brxe-section.has-shape{position:relative}.brxe-section.bricks-lazy-hidden{background-image:none!important}.brxe-container{align-items:flex-start;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;width:1100px}@media (max-width:767px){.brxe-container{flex-wrap:wrap}}.brxe-container.has-bg-video{position:relative;z-index:1}.brxe-container.has-shape{position:relative}.brxe-container.bricks-lazy-hidden{background-image:none!important}.brxe-block{align-items:flex-start;display:flex;flex-direction:column;width:100%}@media (max-width:767px){.brxe-block{flex-wrap:wrap}}.brxe-block.has-bg-video{position:relative;z-index:1}.brxe-block.has-shape{position:relative}.brxe-block.bricks-lazy-hidden{background-image:none!important}.brxe-div.has-bg-video{position:relative;z-index:1}.brxe-div.has-shape{position:relative}.brxe-div.bricks-lazy-hidden{background-image:none!important}[class*=brxe-]{max-width:100%}:where([class*=brxe-].has-shape>*){position:relative}svg:not([width]){min-width:1em}svg:not([height]){min-height:1em}svg.fill *{fill:inherit}svg.stroke *{stroke:inherit}span[class*=brxe-]:not(.brxe-section):not(.brxe-container):not(.brxe-block):not(.brxe-div){width:auto}.bricks-element-placeholder{align-items:stretch;background-color:var(--bricks-bg-info);color:var(--bricks-text-info);display:flex;font-family:monospace;font-size:16px;font-weight:700;height:auto!important;line-height:1.4;max-width:100%!important;opacity:1!important;text-align:left;width:auto!important}.bricks-element-placeholder.no-php-class{padding:15px}.bricks-element-placeholder.no-php-class,.bricks-element-placeholder[data-type=error]{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}.bricks-element-placeholder[data-type=error] i{background-color:var(--bricks-text-danger)}.bricks-element-placeholder i{align-items:center;background-color:var(--bricks-text-info);color:#fff;display:flex!important;flex-direction:column;font-size:30px!important;justify-content:center;min-height:60px;min-width:80px;padding:0 15px}.bricks-element-placeholder a{text-decoration:underline}.bricks-element-placeholder .placeholder-inner{display:flex;flex-direction:column;justify-content:center;padding:15px 20px}.bricks-element-placeholder .placeholder-title{align-items:center;display:flex;font-size:17px;margin:0}.bricks-element-placeholder .placeholder-description{font-size:14px;margin-top:.5em}#brx-footer{background-position:50%;background-size:cover;flex-shrink:0;margin-top:auto;position:relative;width:100%}body.admin-bar .brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder){height:calc(var(--bricks-vh, 1vh)*100 - var(--wp-admin--admin-bar--height, 0));top:var(--wp-admin--admin-bar--height,0)}.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder){align-items:center;display:flex;flex-direction:column;height:100vh;height:calc(var(--bricks-vh, 1vh)*100);justify-content:center;left:0;position:fixed!important;top:0;width:100%;z-index:10000}.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder) .brx-popup-backdrop{background-color:rgba(0,0,0,.5);bottom:0;left:0;opacity:1;position:absolute;right:0;top:0;transition:all 1s ease-in-out;visibility:visible}.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder).builder{z-index:999}.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder).hide{opacity:0;pointer-events:none;visibility:hidden}.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder).hide .brx-popup-backdrop{opacity:0;visibility:hidden}.brx-infobox-popup-builder{--brx-info-box-width:300px;display:flex;flex-direction:column;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)!important;width:var(--brx-info-box-width)}.brx-popup-content{background-color:#fff;margin:0;max-width:100%;overflow-y:auto;padding:30px;z-index:1}.brx-popup-content.brx-woo-quick-view{width:auto}html{font-size:62.5%}*,:after,:before,html{box-sizing:border-box}:after,:before{outline:none}*{border-color:var(--bricks-border-color)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-position:50%;color:#363636;font-family:-apple-system,"system-ui",Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:15px;line-height:1.7;transition:var(--bricks-transition);transition:padding-top 0s}body.no-scroll{overflow:hidden}body.brx-boxed{margin:0 auto;min-height:100vh}.brx-body{display:flex;flex-direction:column;margin:0 auto;width:100%}:where(a){border-color:currentcolor;color:currentcolor;cursor:pointer;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;text-rendering:optimizelegibility}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:currentcolor}h1{font-size:2.4em}h1,h2{line-height:1.4}h2{font-size:2.1em}h3{font-size:1.8em}h3,h4{line-height:1.4}h4{font-size:1.6em}h5{font-size:1.3em}h5,h6{line-height:1.4}h6{font-size:1.1em}:where(p){margin-block:0 1.2em}:where(p:last-of-type){margin-block-end:0}:where(p:last-of-type)+h1,:where(p:last-of-type)+h2,:where(p:last-of-type)+h3,:where(p:last-of-type)+h4,:where(p:last-of-type)+h5,:where(p:last-of-type)+h6{margin-block:1.2em 0}figcaption{color:var(--bricks-text-light);font-size:.9em;margin:1em 0;text-align:center}img{height:auto;max-width:100%;outline:none;vertical-align:middle}.bricks-lazy-hidden.wait,.bricks-lazy-load-isotope.wait{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=")!important;background-position:50% 50%;background-repeat:no-repeat;background-size:32px;filter:brightness(.5);transition:all 0s}audio,iframe{max-width:100%}button{border:none;cursor:pointer;outline:none;padding:0}blockquote{border-left-style:solid;border-left-width:4px;font-family:georgia,Times New Roman,times,serif;font-size:1.3em;margin:15px 0;padding:0 0 0 30px;position:relative}blockquote cite{display:block;font-size:.8em;font-style:normal;margin-top:.5em;opacity:.5;text-transform:uppercase}hr{border:none;border-top:1px solid var(--bricks-border-color);margin:1em 0}pre{background-color:var(--bricks-bg-light);color:#fc1f49;font-family:monospace;font-size:13px;margin:0;padding:10px 15px;white-space:pre-wrap}table{width:100%}table[class*=brxe-]{display:table}label{color:var(--bricks-text-light);display:block;font-weight:400;margin-bottom:5px}button,input,optgroup,select,textarea{font-family:inherit;text-align:inherit}.input,input:not([type=submit]),select,textarea{border-style:solid;border-width:1px;box-shadow:none;color:currentcolor;font-size:inherit;line-height:40px;outline:none;padding:0 12px;transition:var(--bricks-transition);width:100%}input[type=range]{border:none;height:auto;line-height:1;padding:0}input[type=button],input[type=checkbox],input[type=radio]{width:auto}input[type=checkbox],input[type=radio],input[type=submit],select{cursor:pointer}select{appearance:none;-webkit-appearance:none;background-color:transparent;background-image:linear-gradient(45deg,transparent 50%,gray 0),linear-gradient(135deg,gray 50%,transparent 0);background-position:calc(100% - 20px) calc(50% + 2px),calc(100% - 16px) calc(50% + 2px);background-repeat:no-repeat;background-size:4px 4px,4px 4px;border-radius:0}textarea{height:auto;line-height:inherit!important;min-height:90px;padding:10px 12px}::placeholder{color:var(--bricks-border-color)}.skip-link{clip:rect(1px,1px,1px,1px);background:#000;border-bottom-right-radius:8px;color:#fff;font-weight:700;height:1px;left:0;overflow:hidden;padding:5px 10px;position:absolute;top:0;transition:transform .1s;white-space:nowrap;width:1px;z-index:9999}.skip-link:focus{clip:auto;height:auto;overflow:visible;width:auto}body.bricks-is-frontend :focus-visible{outline:auto}@supports not selector(:focus-visible){body.bricks-is-frontend :focus{outline:auto}}.bricks-archive-title-wrapper{margin:60px auto;text-align:center}.bricks-archive-title-wrapper .title{margin:0}.brx-has-megamenu.open .brx-megamenu{opacity:1;visibility:visible}.brx-megamenu{left:0;opacity:0;position:absolute;transition-duration:.2s;transition-property:opacity,transform,visibility;transition-timing-function:ease;visibility:hidden;width:100%;z-index:998}.brx-megamenu:not(.brx-submenu-positioned){display:none!important}.brx-has-multilevel .open>ul,.brx-has-multilevel.open>ul{opacity:1;transform:translate(0);visibility:visible}.brx-has-multilevel .open.active,.brx-has-multilevel .open.active>ul>li,.brx-has-multilevel.open.active,.brx-has-multilevel.open.active>ul>li{display:flex}.brx-has-multilevel .menu-item a{width:100%}.brx-has-multilevel .open:not(.active)>.brx-submenu-toggle{display:none}.brx-has-multilevel>ul ul{transform:translate(20px);transition:transform .1s cubic-bezier(0,0,.2,1);will-change:transform}.brx-has-multilevel ul:not(.brx-multilevel-overflow-right){left:0!important}.brx-has-multilevel ul .active>.brx-submenu-toggle,.brx-has-multilevel ul li:not(.open){display:none}.brx-submenu-toggle{align-items:center;cursor:pointer;display:flex}.brx-submenu-toggle.icon-right button{margin-left:10px}.brx-submenu-toggle.icon-left{flex-direction:row-reverse}.brx-submenu-toggle.icon-left button{margin-right:10px}.brx-submenu-toggle button,.brx-submenu-toggle button>*{align-items:center;background-color:transparent;color:currentcolor;display:flex;transition:transform .1s cubic-bezier(0,0,.2,1);will-change:transform}.brx-multilevel-overflow-right,.brx-multilevel-overflow-right ul,.brx-submenu-overflow-right{left:auto!important;right:0!important}.brx-sub-submenu-overflow-right,.brx-sub-submenu-overflow-right ul,.brx-submenu-overflow-right ul{left:auto!important;right:100%!important}#brx-content{flex:1;position:relative;width:100%}#brx-content .post-password-form{margin:0 auto}#brx-content .post-password-form p:last-child{align-items:flex-end;column-gap:10px;display:flex}#brx-content .post-password-form p:last-child label{flex:1;margin:0}#brx-content .post-password-form input[type=submit]{border-width:1px;display:inline-flex;padding:.5em 1em}#brx-content>.woocommerce{margin-left:auto;margin-right:auto}.bricks-layout-wrapper{--columns:3;--gutter:0px;display:flex;flex-flow:row wrap;list-style-type:none;margin:0;padding:0}.bricks-layout-wrapper:not(.bricks-masonry){width:100%}.bricks-layout-wrapper .meta{color:var(--bricks-text-light)}.bricks-layout-item{line-height:1.6;position:relative}.bricks-layout-item:last-child img{padding-bottom:0!important}.bricks-layout-item .content-wrapper,.bricks-layout-item .overlay-wrapper{align-items:baseline;bottom:0;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;left:0;position:relative;right:0;top:0;z-index:1}.bricks-layout-item .content-wrapper.top,.bricks-layout-item .overlay-wrapper.top{justify-content:flex-start}.bricks-layout-item .content-wrapper.middle,.bricks-layout-item .overlay-wrapper.middle{justify-content:center;margin-bottom:auto;margin-top:auto}.bricks-layout-item .content-wrapper.bottom,.bricks-layout-item .overlay-wrapper.bottom{justify-content:flex-end}.bricks-layout-item .content-wrapper.left,.bricks-layout-item .overlay-wrapper.left{align-items:flex-start;text-align:left}.bricks-layout-item .content-wrapper.center,.bricks-layout-item .overlay-wrapper.center{align-items:center;text-align:center}.bricks-layout-item .content-wrapper.right,.bricks-layout-item .overlay-wrapper.right{align-items:flex-end;text-align:right}.bricks-layout-item .content-wrapper.center.middle,.bricks-layout-item .overlay-wrapper.center.middle{margin-bottom:auto;margin-top:auto}.bricks-layout-item .overlay-wrapper{position:absolute!important;z-index:2}.bricks-layout-item .overlay-wrapper.show-on-hover{opacity:0;position:relative;transition:var(--bricks-transition)}.bricks-layout-item .overlay-wrapper.show-on-hover:hover{opacity:1}.bricks-layout-item .overlay-wrapper.show-on-hover .overlay-inner{transition:var(--bricks-transition);will-change:transform}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-up .overlay-inner{transform:translateY(10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-up:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-right .overlay-inner{transform:translateX(-10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-right:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-down .overlay-inner{transform:translateY(-10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-down:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-left .overlay-inner{transform:translateX(10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-left:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-in .overlay-inner{transform:scale(.8)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-in:hover .overlay-inner{transform:scale(1)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-out .overlay-inner{transform:scale(1.2)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-out:hover .overlay-inner{transform:scale(1)}.bricks-layout-item .dynamic{margin:0;padding:0}.bricks-layout-item .meta{width:100%}.bricks-layout-item .meta span:first-child{padding:0}.bricks-layout-item .meta span+span{padding:0 5px}.bricks-layout-item .meta span+span:before{content:" ·";left:-5px;position:relative}.bricks-layout-item .excerpt{margin-top:.5em}.bricks-layout-item .taxonomy{margin:0 -5px}.bricks-layout-item .taxonomy a{display:inline-block;line-height:2;margin:0 5px}.bricks-layout-item .bricks-layout-inner{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:relative;right:0;top:0}li.bricks-gutter-sizer{pointer-events:none;position:absolute;top:-99999px;visibility:hidden;width:var(--gutter)!important}.bricks-layout-wrapper .image-wrapper{position:relative}.bricks-layout-wrapper .image-wrapper .overlay-wrapper{height:inherit}.bricks-layout-wrapper .image{aspect-ratio:1/1;object-fit:cover;position:relative}.bricks-layout-wrapper a{color:currentcolor}.bricks-layout-wrapper[data-layout=list]>li.bricks-layout-item{margin-bottom:var(--gutter);width:100%}.bricks-layout-wrapper[data-layout=list]>li.bricks-layout-item:last-child{margin-bottom:0}.bricks-layout-wrapper[data-layout=list] .bricks-layout-inner{flex-direction:row}.bricks-layout-wrapper[data-layout=list] .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-top .bricks-layout-inner{flex-direction:row-reverse}.bricks-layout-wrapper[data-layout=list].image-position-top .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-right .bricks-layout-inner{flex-direction:row-reverse!important}.bricks-layout-wrapper[data-layout=list].image-position-right .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-left .bricks-layout-inner{flex-direction:row}.bricks-layout-wrapper[data-layout=list].image-position-left .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-bottom .bricks-layout-inner{flex-direction:column-reverse}.bricks-layout-wrapper[data-layout=list].alternate li:nth-child(2n) .bricks-layout-inner{flex-direction:row-reverse!important}.bricks-layout-wrapper[data-layout=list].alternate.image-position-right li:nth-child(odd) .bricks-layout-inner{flex-direction:row-reverse}.bricks-layout-wrapper[data-layout=list].alternate.image-position-right li:nth-child(2n) .bricks-layout-inner{flex-direction:row}.bricks-layout-wrapper[data-layout=grid]:not(.isotope){display:grid;gap:var(--gutter);grid-template-columns:repeat(var(--columns),minmax(0,1fr))}.bricks-layout-wrapper[data-layout=grid].isotope>li:not(.bricks-gutter-sizer){margin-bottom:var(--gutter);width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}.bricks-layout-wrapper[data-layout=grid]>li.bricks-layout-item,.bricks-layout-wrapper[data-layout=grid]>li.bricks-layout-item>a{display:grid}.bricks-masonry{--columns:3;--gutter:10px;display:flex;flex-flow:row wrap;position:relative}.bricks-masonry>:not(.bricks-gutter-sizer){margin-bottom:var(--gutter);width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}.bricks-is-frontend .bricks-layout-wrapper.isotope{transition:opacity .3s ease-in-out}.bricks-is-frontend .bricks-layout-wrapper.isotope.isotope-before-init{opacity:0}.bricks-layout-wrapper[data-layout=masonry]>li:not(.bricks-gutter-sizer){margin-bottom:var(--gutter);width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}.bricks-layout-wrapper[data-layout=masonry] .image{aspect-ratio:unset!important;display:inline-block;position:relative!important}.bricks-layout-wrapper[data-layout=masonry] .bricks-layout-inner{height:auto!important}.bricks-layout-wrapper[data-layout=metro]:not(.isotope){display:grid;gap:var(--gutter);grid-template-columns:repeat(4,minmax(0,1fr))}.bricks-layout-wrapper[data-layout=metro]:not(.isotope)>li:nth-child(3n+1){grid-column:span 2;grid-row:span 2}.bricks-layout-wrapper[data-layout=metro].isotope{--columns:4}.bricks-layout-wrapper[data-layout=metro].isotope>li.bricks-layout-item{margin-bottom:var(--gutter)}.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer){width:50%;width:calc(50% - var(--gutter)/2)}@media (max-width:478px){.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer){width:100%}}.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer) img{height:100%}.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer) .title{font-size:calc(1em + 1.5vmin)}.bricks-layout-wrapper[data-layout=metro].isotope>li{width:25%;width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}@media (max-width:767px){.bricks-layout-wrapper[data-layout=metro].isotope>li{width:calc(50% - var(--gutter)/2)}}@media (max-width:478px){.bricks-layout-wrapper[data-layout=metro].isotope>li{width:100%}}.bricks-layout-wrapper[data-layout=metro] img{height:100%}.bricks-layout-wrapper[data-layout=metro] .image-wrapper{aspect-ratio:1/1}.bricks-layout-wrapper[data-layout=metro] .content-wrapper{position:absolute}#brx-header{background-position:50%;background-size:cover;position:relative;width:100%}#brx-header.transparent{background:transparent;border:none;box-shadow:none;color:#fff}#brx-header.brx-sticky{left:0;position:fixed;right:0;top:0;transition:background-color .2s,transform .4s;width:100%;z-index:998}#brx-header.brx-sticky.on-scroll{position:sticky}#brx-header.brx-sticky .bricks-nav-menu>li>a,#brx-header.brx-sticky>.brxe-block,#brx-header.brx-sticky>.brxe-container,#brx-header.brx-sticky>.brxe-div,#brx-header.brx-sticky>.brxe-section{transition:inherit}#brx-header.brx-sticky.slide-up:not(:has(.cart-detail.off-canvas.active,.brxe-offcanvas.brx-open)){-ms-overflow-style:none;overflow-x:hidden;scrollbar-width:none;transform:translateY(-101%)}#brx-header.brx-sticky.slide-up::-webkit-scrollbar{display:none}#brx-header.brx-sticky.sliding{overflow:hidden}#brx-header.brx-sticky:has(.cart-detail.off-canvas.active,.brxe-offcanvas.brx-open){transition:none}.brx-header-right #brx-header{bottom:0;display:flex;position:fixed;right:0;top:0;width:200px;z-index:998}.brx-header-right #brx-header>.brxe-container,.brx-header-right #brx-header>.brxe-div,.brx-header-right #brx-header>.brxe-section{height:100%}.brx-header-right #brx-content,.brx-header-right #brx-footer{margin-right:200px;width:auto}.brx-header-left #brx-header{bottom:0;display:flex;left:0;position:fixed;top:0;width:200px;z-index:998}.brx-header-left #brx-header>.brxe-container,.brx-header-left #brx-header>.brxe-div,.brx-header-left #brx-header>.brxe-section{height:100%}.brx-header-left #brx-content,.brx-header-left #brx-footer{margin-left:200px;width:auto}.bricks-search-form{align-items:stretch;display:flex!important;justify-content:space-between;position:relative;width:100%}.bricks-search-form label{align-self:center;margin-inline-end:10px}.bricks-search-form input[type=search]{background-color:inherit;color:currentcolor;display:inline-block;max-width:100%;padding:0 20px;width:auto}.bricks-search-form button{align-items:center;display:flex;justify-content:center;position:relative}.bricks-search-form input{line-height:40px;width:100%}.bricks-shape-divider{bottom:0;display:flex;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute!important;right:0;top:0;width:100%}.bricks-shape-divider .bricks-shape-divider-inner{align-items:inherit;height:100%;justify-content:inherit;position:absolute;width:100%}.bricks-shape-divider .bricks-shape-divider-inner svg{height:100%;min-height:unset;min-width:unset;position:relative;width:100%}.bricks-shape-divider .bricks-shape-divider-inner svg g,.bricks-shape-divider .bricks-shape-divider-inner svg path{fill:inherit}.bricks-shape-divider.front{z-index:2}.bricks-shape-divider.flip-horizontal svg{transform:rotateX(180deg)}.bricks-shape-divider.flip-vertical svg{transform:rotateY(180deg)}.bricks-shape-divider.flip-horizontal.flip-vertical svg{transform:rotateX(180deg) rotateY(180deg)}.bricks-shape-divider.overflow{overflow:visible}.bricks-button{align-items:center;border-width:0;display:inline-flex;gap:10px;justify-content:center;letter-spacing:.5px;padding:.5em 1em;text-align:center}.bricks-button.bricks-background-muted{color:var(--bricks-text-medium)}.bricks-button.bricks-background-danger,.bricks-button.bricks-background-dark,.bricks-button.bricks-background-info,.bricks-button.bricks-background-secondary,.bricks-button.bricks-background-success,.bricks-button.bricks-background-warning{color:#fff}.bricks-button.sm{font-size:.9em;padding:.4em 1em}.bricks-button.lg{font-size:1.1em;padding:.6em 1em}.bricks-button.xl{font-size:1.2em;padding:.8em 1em}.bricks-button.block{width:100%}.bricks-button.circle{border-radius:100px!important}.bricks-button.outline{background-color:transparent;border:2px solid}.bricks-button i{position:relative}body.bricks-is-frontend.admin-bar #brx-header.brx-sticky,body.bricks-is-frontend.admin-bar.brx-header-left #brx-header,body.bricks-is-frontend.admin-bar.brx-header-right #brx-header{top:var(--wp-admin--admin-bar--height)}.bricks-lightbox a{cursor:zoom-in}.bricks-background-video-wrapper{background-size:cover;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute!important;top:0;width:100%;z-index:-1}.bricks-background-video-wrapper iframe,.bricks-background-video-wrapper video{border:none;height:inherit;left:50%;max-width:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:inherit}.bricks-background-video-wrapper iframe[poster],.bricks-background-video-wrapper video[poster]{object-fit:cover}.bricks-background-video-wrapper .bricks-video-poster-image{height:inherit;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:inherit;z-index:1}.post-meta{align-items:center;display:inline-flex;gap:20px}.post-meta.column{align-items:unset;flex-direction:column}.post-meta .separator{display:inline-block;text-align:center}.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;white-space:nowrap;width:1px}.screen-reader-text span:focus,.screen-reader-text:focus,.ui-helper-hidden-accessible:focus{clip:auto!important;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);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}.bricks-pagination ul{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;list-style-type:none;margin:0;padding:0}.bricks-pagination ul .page-numbers{display:grid;height:100%;place-items:center}.brx-load-more-hidden,.brx-query-trail:not(.bricks-isotope-sizer){display:none!important}.bricks-isotope-sizer{pointer-events:none;position:absolute;top:-99999px;visibility:hidden}[data-brx-ls-wrapper]{transition:opacity .3s ease-in-out}[data-brx-ls-wrapper]:not(.brx-ls-active){display:none!important}.brx-filter-disabled label:not(.brx-option-disabled),.page-filtered label:not(.brx-option-disabled){opacity:.5}.brx-filter-disabled,.page-filtered{pointer-events:none}.brx-option-disabled,.brx-option-disabled:disabled{opacity:.5;pointer-events:none}.brx-no-active-filter,.brx-option-disabled.brx-option-empty{display:none}.bricks-no-posts-wrapper{text-align:center}.bricks-no-posts-wrapper .title{margin-bottom:30px}.bricks-no-posts-wrapper p{margin-bottom:1em}.bricks-no-posts-wrapper a{font-weight:700}.search-no-results .bricks-no-posts-wrapper{text-align:initial}.aligncenter{display:block;margin:.5em auto}.alignright{float:right;margin:.5em 0 .5em 1em}.alignleft{float:left;margin:.5em 1em .5em 0}a img.alignright{float:right;margin:.5em 0 .5em 1em}a img.alignleft{float:left;margin:.5em 1em .5em 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:.5em 1em .5em 0}.wp-caption.alignright{margin:.5em 0 .5em 1em}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.wp-block-image,.wp-block-video,figure[class^=wp-block-]{margin:1em 0}.wp-block-calendar,.wp-block-image:not(.wp-block-gallery .wp-block-image),figure[class^=wp-block-]:not(.wp-block-gallery figure):not([class^=align]){width:100%}#wp-calendar caption{margin-bottom:1em;text-align:inherit}#wp-calendar tbody{text-align:center}#wp-calendar tbody td{width:30px}#wp-calendar tbody a{font-weight:700}#wp-calendar tfoot{opacity:.5}#wp-calendar tfoot #prev{text-align:left}#wp-calendar tfoot #next{text-align:right}.gallery{display:flex;flex-flow:row wrap;margin:0 -10px}.gallery.gallery-columns-1 .gallery-item{flex:1 1 100%;max-width:100%}.gallery.gallery-columns-2 .gallery-item{flex:1 1 50%;max-width:50%}.gallery.gallery-columns-3 .gallery-item{flex:1 1 33.333%;max-width:33.333%}.gallery.gallery-columns-4 .gallery-item{flex:1 1 25%;max-width:25%}.gallery.gallery-columns-5 .gallery-item{flex:1 1 20%;max-width:20%}.gallery.gallery-columns-6 .gallery-item{flex:1 1 16.666%;max-width:16.666%}.gallery.gallery-columns-7 .gallery-item{flex:1 1 14.285%;max-width:14.285%}.gallery.gallery-columns-8 .gallery-item{flex:1 1 12.5%;max-width:12.5%}.gallery.gallery-columns-9 .gallery-item{flex:1 1 11.111%;max-width:11.111%}.gallery.gallery-columns-10 .gallery-item{flex:1 1 10%;max-width:10%}.gallery .gallery-item{flex:1;margin:0;padding:0 10px 20px}.gallery .gallery-item img{width:100%}.has-text-align-left{text-align:left}.has-text-align-center{text-align:center}.has-text-align-right{text-align:right}.wp-block-image figure{width:auto}.alignfull,.wp-block-categories-list.alignfull{left:50%;margin-left:-50vw;margin-right:-50vw;max-width:calc(100vw - .5em);position:relative;right:50%;width:100vw}.alignwide{margin-left:-10%;max-width:120%;position:relative;width:120%}@media (max-width:1320px){.alignwide{margin-left:auto;width:100%}}.aligncenter img{margin-left:auto;margin-right:auto}.aligncenter a,.aligncenter img{display:block}.bricks-color-primary{color:var(--bricks-color-primary)}.bricks-color-secondary{color:var(--bricks-color-secondary)}.bricks-color-light{color:#fff}.bricks-color-dark{color:var(--bricks-text-dark)}.bricks-color-muted{color:var(--bricks-text-light)}.bricks-color-info{color:var(--bricks-text-info)}.bricks-color-success{color:var(--bricks-text-success)}.bricks-color-warning{color:var(--bricks-text-warning)}.bricks-color-danger{color:var(--bricks-text-danger)}.bricks-background-primary{background-color:var(--bricks-color-primary)}.bricks-background-secondary{background-color:var(--bricks-color-secondary)}.bricks-background-light{background-color:#fff}.bricks-background-dark{background-color:var(--bricks-bg-dark)}.bricks-background-muted{background-color:var(--bricks-text-light)}.bricks-background-info{background-color:var(--bricks-text-info)}.bricks-background-success{background-color:var(--bricks-text-success)}.bricks-background-warning{background-color:var(--bricks-text-warning)}.bricks-background-danger{background-color:var(--bricks-text-danger)}}
*{font-family:inter}.pswp__caption{display:none!important}.brx-body{overflow-x:hidden}body.bricks-is-frontend :focus{outline:none!important}.separator{font-size:16px!important}.colorContainer .text_color,.text_color2 a,.menu_footer,.menu_footer .menu-item,.categoryContainer .categoryColor,.textColor3 div{transition:color 0.2s ease-in-out}.colorContainer:hover .text_color,.text_color2:hover a,.menu_footer .menu-item:hover{color:#F2463D!important}.textColor3:hover div{color:#242424!important}.categoryContainer:hover .categoryColor{color:#F20D00!important}.categoryContainer:hover svg g path{fill:#F20D00!important}.tnp-submit,.sectionButton{transition:border 0.2s ease-in-out,color 0.2s ease-in-out;border:2px solid #E5E5E5!important}.tnp-submit:hover,.sectionButton:hover{border:2px solid #F20D00!important;color:#F20D00!important}.blogContainer img{transition:all 0.2s ease-in-out}.blogContainer:hover img{transform:scale(1.1)}.splide__arrow{transition:all 0.3s ease-out}.splide__arrow:hover svg g line{fill:red;stroke:red}.brxe-woocommerce-mini-cart .cart-detail .total{border-top-style:none!important}.splide__arrow--prev svg{transform:translatex(-3px)}.splide__arrow--next svg{transform:translatex(3px)}.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu{padding-left:15px!important}#sticky_header{transition:all 0.3s ease-out}.sticky_header{transform:translate(0)!important}@media (min-width:991px){.sub-menu{width:357px!important;padding:15px 0 15px 0!important}}@media(min-width:999px){.menu_header .icon-right button{display:none}}.menu_header li{border-radius:25px}.brxe-dropdown{border-radius:0!important}.sub-menu .menu-item a,.menu_header li,.menu_header li .menu-item-icon{transition:background-color 0.2s ease-in-out}.sub-menu .menu-item a{color:#242424!important}@media (min-width:991px){.menu_header li:hover{background-color:#D12F26!important;color:#FEFEFE!important}.menu_header .brx-megamenu li:hover{background-color:unset!important;color:#242424!important}.sub-menu .menu-item.open:hover>div>a{color:#FEFEFE!important}.sub-menu .menu-item a:hover{color:#FEFEFE!important}}.sub-menu .menu-item.current-menu-item>div>a,.sub-menu .menu-item.current-menu-item>a,.sub-menu .menu-item.current-menu-ancestor>div>a{color:#FEFEFE!important}#menu-main-menu .current-menu-item{background-color:#D12F26!important;color:#FEFEFE!important}#menu-main-menu .current-menu-item a{color:#FEFEFE!important}.current-menu-item svg{fill:#FEFEFE;stroke:#D12F26!important}.menu_header li:hover .menu-item-icon{fill:#FEFEFE!important;stroke:#D12F26!important}@media(min-width:999px){.sub-menu li div:hover a{color:#FEFEFE!important}}.menu-item-icon{min-height:30px!important;min-width:30px!important}@media(max-width:999px){.menu-item-icon{min-width:20px!important}}@media (max-width:991px){.headerSearch .dgwt-wcas-search-input{height:41px!important}.stickySearch .dgwt-wcas-search-wrapp{max-width:unset!important;float:right}.headerSearch .dgwt-wcas-search-wrapp{min-width:30%!important}.headerSearch .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border:0!important}.stickySearch .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.stickySearch .dgwt-wcas-sf-wrapp{background-color:transparent!important}#brxe-lnqthj button{height:0!important;margin-bottom:21px!important}.bricks-mobile-menu-toggle{margin-top:6px!important}.menu_header{display:flex;justify-content:center}}.headerSearch .dgwt-wcas-search-wrapp{max-width:unset}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#fff0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{padding:0;border-radius:25px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{background-color:#FEFEFE;border:1px solid #CBC0C0;border-radius:25px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{display:none}.headerSearch .dgwt-wcas-sf-wrapp::after{content:"";background-image:url(/wp-content/themes/bricks-child/assets/elements/lupka.svg);position:absolute;width:28px;height:28px;display:inline-block;background-size:cover;top:50%;right:4%;transform:translateY(-50%)}.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#CBC0C0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:unset!important}.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#CBC0C0!important}.bricks-mobile-menu-toggle{margin-top:20px}#menu-sticky-header-menu{justify-content:space-between!important;align-items:center!important}.newsletterBackgroud{background:#242424 0% 0% no-repeat padding-box;opacity:.6;border-top-left-radius:25px;border-bottom-left-radius:25px}.tnp-subscription input.tnp-submit{width:100%!important;max-width:260px!important}@media (min-width:1600px){.widget_shopping_cart_content ul{padding-right:30px!important}.brxe-woocommerce-mini-cart .cart-detail li{padding-right:70px!important}}.woocommerce-mini-cart bdi,.woocommerce-mini-cart span{color:#242424!important;font-size:14px!important;font-weight:300!important}.woocommerce-mini-cart-item{border-bottom:1px solid #CBC0C0}.show-cart-details .widget_shopping_cart_content{overflow-y:hidden!important}.quantity bdi{font-size:14px;color:#F20D00;font-weight:700}.woocommerce-mini-cart{position:relative}.woocommerce-mini-cart .quantity{position:absolute;bottom:0;right:50px}.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons{display:flex!important}.woocommerce-mini-cart__buttons .wc-forward:nth-child(1)::after{content:"";background-image:url(/wp-content/themes/bricks-child/assets/elements/shopping-cart.svg);position:absolute;width:25px;height:25px;display:inline-block;background-size:cover;top:50%;right:8%;transform:translateY(-50%);color:#FEFEFE!important}.woocommerce-mini-cart__buttons .wc-forward{padding:10px!important;width:260px;position:relative}.woocommerce-mini-cart__buttons .wc-forward:nth-child(1){padding-right:45px!important;font-weight:400!important;justify-content:start!important;padding-left:20px!important}.woocommerce-mini-cart__buttons .wc-forward:nth-child(2){background-color:#FEFEFE!important;border:1px solid #E5E5E5!important;color:#242424!important;font-weight:bold!important;box-shadow:0 3px 6px #00000029;text-transform:uppercase}.brxe-woocommerce-mini-cart .cart-detail .total{justify-content:flex-end!important;border:0}.woocommerce-mini-cart__total strong{color:#242424;font-size:24px;font-weight:700;margin-right:15px}.woocommerce-mini-cart__total .woocommerce-Price-amount{color:#F20D00;font-size:24px;font-weight:700}.tnp-subscription input[type=email]{border-radius:50px!important;border:1px solid #CBC0C0!important;padding-left:30px!important;height:50px!important;box-shadow:0 3px 6px #00000029!important}.tnp-subscription input[type=email]::-webkit-input-placeholder{color:#CBC0C0}.tnp-field .tnp-privacy-field input[type="checkbox"]{max-width:20px!important;height:20px!important;background-color:#fff;border:1px solid #CBC0C0;border-radius:50%;vertical-align:middle;appearance:none;-webkit-appearance:none;outline:none;cursor:pointer;padding-right:6px!important}.tnp-field .tnp-privacy-field input[type="checkbox"]:checked{background-color:#D12F26;border:1px solid #CBC0C0}.tnp-field .tnp-privacy-field{font-size:16px;color:#FEFEFE;font-weight:200;display:flex;line-height:20px;margin-top:5px;margin-left:8px;gap:5px}.tnp-subscription input.tnp-submit{float:right;background-color:#FEFEFE!important;color:#F20D00!important;font-weight:700!important;width:260px!important;display:flex!important;justify-content:center!important;border-radius:50px!important;height:50px!important;box-shadow:0 3px 6px #00000029!important}div.tnp-subscription form{display:flex;flex-direction:column}.mainBackground{background:#242424 0% 0% no-repeat padding-box;opacity:.62}.splide__arrow{box-shadow:0 3px 3px #00000029;border:1px solid #CBC0C0}iframe{border-radius:25px}.forminator-checkbox-box:before{content:""!important;background-color:#D12F26!important;border:1px solid #D12F26!important;height:100%!important;width:100%!important;border-radius:50px!important}.forminator-row input,.forminator-row-last .forminator-field{height:50px!important}.forminator-col input,.forminator-col textarea{border-radius:50px!important;box-shadow:0 3px 3px #00000029!important;}.forminator-col textarea{border-radius:30px!important}.forminator-field input,.forminator-field textarea{padding-left:20px!important}.forminator-checkbox-box{border-radius:50px!important}.forminator-checkbox__label p{font-weight:bold!important}.forminator-row:nth-child(7){float:right;border:1px solid #CBC0C0!important;border-radius:50px!important;box-shadow:0 3px 3px #00000029!important;width:100%;max-width:260px;transition:border 0.2s ease-in-out}@media (max-width:782px){.forminator-button{margin:0!important}}.forminator-row:nth-child(7):hover{border:1px solid #F20D00!important}.forminator-row:nth-child(7) .forminator-field{display:flex!important;justify-content:center}.forminator-button-submit{border-radius:50px!important}.forminator-button:hover{text-shadow:unset!important;-webkit-box-shadow:unset!important}.forminator-error-message{border-radius:25px!important}.forminator-row:nth-child(4) textarea{height:107px!important}.swal2-popup .swal2-title{font-size:24px!important;padding:20px 20px!important;border-radius:25px!important}.swal2-popup{border-radius:25px!important}.swal2-popup.swal2-toast .swal2-icon{display:none!important}.product_card h6,.product_card h6,.product_card_grid h6,.product_card_grid h6{min-height:2.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.add_to_cart_button{font-size:16px!important}.sorting{position:relative}.sorting::after{content:"";background-image:url(/wp-content/themes/bricks-child/assets/elements/Group_1052.svg);position:absolute;width:12px;height:8px;display:inline-block;background-size:cover;top:50%;right:5%;transform:translateY(-50%)}@media (max-width:479px){.sorting::after{right:20%}}.product_card_grid .add_to_cart_button,.product_card_grid .product_type_external,.product_card .add_to_cart_button,.product_card .product_type_external{display:flex!important;justify-content:space-between!important;padding-left:30px!important;padding-right:30px!important;font-size:16px!important;font-weight:400!important}.list_add_button{width:276px!important}.list_add_button svg{min-height:40px!important;min-width:40px!important}.list_add_button a{padding-top:19px!important;padding-bottom:19px!important}select.orderby{border:none!important;padding:0 20px 0 5px!important;background-size:18px 11px;background-position:100% 45%;width:auto}.orderby{background-image:none!important}.yith-wcwl-add-button{font-size:0}.product_card .product_button,.product_card_grid .product_button_grid{transition:transform 0.15s ease-in-out!important}.product_card:hover .product_button{transform:translatey(0)!important;display:flex!important}.product_card_grid:hover .product_button_grid{transform:translatey(0)!important}.product_card_grid img{transition:height 0.2s ease-in-out!important}.product_card_grid:hover .grid-view-image{height:220px!important}.grid-view-image,.list-view-image{padding:30px}.product_card_grid .product_text{transition:all 0.2s ease-in-out!important}.product_card_grid:hover .product_text{padding-top:0!important;padding-bottom:0!important}@media (max-width:991px){.product_button_grid{transform:translatey(0)!important}.product_card_grid .grid-view-image{height:220px!important}.product_card_grid .product_text{padding-top:10px!important;padding-bottom:10px!important}}.added_to_cart{display:none!important}.page-numbers .next svg{transform:translatex(3px)}.page-numbers .prev svg{transform:translatex(-3px)}.woof_childs_list_opener{margin-bottom:7px!important}@media (max-width:991px){.woof_hide_filter{display:flex!important}.woof_redraw_zone{display:none!important}.woof_show_filter_for_mobile .woof_redraw_zone{display:unset!important}.woof_show_filter_for_mobile .woof_show_mobile_filter{display:none!important}.woof_show_filter_for_mobile.woof .woof_text_search_container{padding-top:80px!important}.woof_show_filter_for_mobile.woof{height:100vh!important}}form.cart .quantity+button,form.woocommerce-cart-form .quantity+button{margin-top:20px!important}#brxe-tfteat{align-items:baseline!important}.brxe-bu-star-rating::before{-webkit-text-stroke:1px #242424!important}}form.cart .quantity+button,form.woocommerce-cart-form .quantity+button{margin-top:20px!important}.available-on-backorder{display:none!important}.single_add_to_cart_button{padding-left:10px!important;padding-right:10px!important}.brxe-product-stock{display:none!important}.single_add_to_cart_button{display:flex!important;justify-content:space-between!important;padding:5px 15px!important;height:43px!important;transition:all 0.4s ease-in-out}.single_add_to_cart_button:hover{transform:scale(1.05)!important}.single_add_to_cart_button svg{min-height:30px!important;min-width:30px!important}.brxe-product-additional-information{border-radius:25px;overflow:hidden;border:1px solid #CBC0C0;border-bottom:.5px solid #CBC0C0}.shop_attributes{width:100%;border-collapse:collapse}.woocommerce-product-gallery .woocommerce-product-gallery__image img{object-fit:scale-down}.comment_container{width:326px!important;border:1px solid #CBC0C0;border-radius:25px!important;padding:40px 30px 0}.comment_container img{display:none}.comment-text{height:100%!important}.comment-text div{height:180px!important;padding-top:30px}.comment-text{display:flex;flex-direction:column}.commentlist{display:grid!important;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:20px}.woocommerce-review__author{font-size:24px}.woocommerce-review__published-date{color:#242424!important;font-size:14px}.woocommerce-Reviews-title{display:none}.comment-text{color:#242424!important;font-size:14px!important;}.variations tr{width:100%!important}.variations th,.reset_variations{display:none!important}.variations td{width:100%!important}.variations td select{border:0!important}.variations tbody{display:flex;flex-direction:column!important;gap:20px;margin-bottom:20px;width:260px}.variations label{margin-bottom:0;color:#242424!important}.variations tr{border-radius:25px!important;display:flex;justify-content:space-between;align-content:center;align-items:center;border:0!important;height:40px!important}.variations th{padding-left:14px!important}.variations option{font-size:16px}.quantity{border-radius:25px;margin-bottom:10px}.quantity span{border-style:none!important}@media (max-width:478px){.product_navi .menu-item a{font-size:12px!important}}.product_navi .active_section{background-color:#D12F26!important;border-radius:25px!important;color:#FEFEFE!important}.wishlist-fragment .separator{font-size:0!important}.technical_data table tr{height:50px!important}.technical_data table tr{border-bottom:.1px solid #CBC0C0}.technical_data table tr:nth-child(2n-1){background-color:#E5E5E5}.technical_data table th{padding-left:30px}.technical_data table tr:first-child{border-bottom-left-radius:10px}.technical_data table tr:last-child:last-child{border-bottom-right-radius:!important}.woof_text_search_go{display:none!important}.woof_container_inner_kategorie input[type=radio]{display:none}.woof_husky_txt-input{border-radius:25px;border:1px solid #CBC0C0!important;height:33px}.woof_container_inner h4{margin-top:20px;color:#242424!important}.woof_price_filter_txt_container input{border-radius:19px!important;background-color:#E5E5E5;width:112px;z-index:2}.woof_list_checkbox label{color:#242424!important}.woof_container_inner_kategorie .woof_list_checkbox input[type=checkbox]{display:none}.woof_container_inner_kategorie h4{margin-top:50px!important;margin-bottom:30px!important}.woof_price4_search_container h4{font-size:16px;margin-bottom:20px}.woof_container_inner_marki h4{font-size:16px}.woof_price_filter_txt_container{display:flex;justify-content:space-between;position:relative}.woof_price_filter_txt_container::after{content:"";position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);height:0;width:16px;border-bottom:1px solid #707070}.woof_container_inner{position:relative}.woof_text_search_container .woof_container_inner::before{content:"Szukaj";position:absolute;left:0;top:-60px;font-size:24px;font-weight:700;color:#242424!important}.woof_price4_search_container{position:relative;margin-top:70px}.woof_price4_search_container::before{content:"Filtry";position:absolute;left:0;top:-60px;font-size:24px;font-weight:700;color:#242424!important}.woof_text_search_container .woof_container_inner::after{content:"";background-image:url(/wp-content/themes/bricks-child/assets/elements/lupka.svg);position:absolute;width:25px;height:25px;display:inline-block;background-size:cover;top:50%;right:8%;transform:translateY(-50%)}.woof_container_marki .woof_checkbox_label{margin-bottom:0!important;}.woof_checkbox_term{max-width:15px!important;height:15px!important;background-color:#fff;border:1px solid #CBC0C0;border-radius:50%;vertical-align:middle;appearance:none;-webkit-appearance:none;outline:none;cursor:pointer;padding-right:2px!important}.woof_checkbox_term:checked{background-color:#D12F26;border:1px solid #D12F26;padding-right:2px!important}.woof_submit_search_form_container{justify-content:flex-end}.woof_submit_search_form_container button{border-radius:19px;background-color:#E5E5E5!important;color:#242424!important;font-weight:400!important;padding:9px 24px!important}.product_pag .page-numbers{gap:10px}.product_pag .page-numbers li{height:50px!important;width:50px!important;background-color:#E5E5E5!important;border-radius:25px!important;color:#D12F26!important;display:flex!important;justify-content:center!important}.product_pag .next,.product_pag .prev{display:flex;justify-content:center;height:50x;width:50px;background-color:#FEFEFE!important;border:1px solid #FEFEFE!important;box-shadow:0 3px 3px #00000029;border-radius:25px}@media (max-width:991px){.page-numbers li{height:35px;width:35px}.page-numbers{gap:5px}}.blogSearch .dgwt-wcas-sf-wrapp::after{content:"";background-image:url(/wp-content/themes/bricks-child/assets/elements/lupka.svg);position:absolute;width:25px;height:25px;display:inline-block;background-size:cover;top:50%;right:8%;transform:translateY(-50%)}.blogSearch .dgwt-wcas-search-wrapp{max-width:unset!important}.blogSearch .dgwt-wcas-search-wrapp{min-width:unset!important}.search_blog input{padding:5px 50px 5px 20px!important;border-radius:25px;height:38px;border:1px solid #CBC0C0!important}.wpc-search-icon{right:8%!important;width:25px!important;left:unset!important;cursor:pointer!important}.wpc-search-icon:before{width:33px!important;height:25px!important;background-size:contain!important}.wpc-search-icon:before{background-image:url(/wp-content/themes/bricks-child/assets/elements/lupka.svg)!important}.wpc-search-field-wrapper a.wpc-search-clear-icon{top:-80px!important}.blog_pag li .next{background-color:#FEFEFE!important;box-shadow:0 3px 3px #00000029;border:1px solid #CBC0C0}.card_sticky_header .cart-detail{height:100vh;z-index:99999}.cart-collaterals{margin-top:50px;width:100%}.actions button,.wc-proceed-to-checkout a{background-color:#D12F26!important;color:#FEFEFE!important;border-radius:25px}.cart-collaterals .wc-proceed-to-checkout .button{line-height:1.5}.coupon input{border-radius:25px}.wishlist-title-container .fa-pencil{display:none!important}.wishlist-title-container .fa-remove:before{content:"X"!important}.wishlist-title-container .fa-check:before{content:"✓"!important}.product-add-to-cart a{background-color:#D12F26;color:#FFF;font-size:16px;border:10px solid #D12F26}.shop_table{font-size:16px!important}.wishlist_table span{display:flex}.wishlist_table ins{text-decoration:none}.wishlist_table .wishlist-in-stock{font-weight:700}@media (max-width:767px){td.label{font-size:14px!important}}.wishlist_table.mobile li .item-details h3{font-size:20px}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:#e10886}tbody.wishlist-items-wrapper{font-size:14px;font-weight:500}tbody.wishlist-items-wrapper>tr{border-top:1px solid #e7e7e7}table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive>thead{background-color:#e7e7e7}p.wishlist-empty{margin:0}.product-add-to-cart>a::before{display:none}span.nobr{font-size:14px}a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.button.add_to_cart.alt{border:1px solid #e10886;display:flex!important;padding:0!important;font-size:16px;color:#000;font-family:"inter";font-weight:400;line-height:15px;letter-spacing:.64px;border-radius:50px;width:auto}td.product-add-to-cart,td.product-add-to-cart>a{width:200px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img{margin-right:0}.wishlist_table .product-add-to-cart a{border-radius:25px!important;display:flex!important;justify-content:center!important}@media (max-width:767px){.wishlist_table{padding-left:0!important;display:flex!important;flex-direction:column!important;gap:30px!important}.wishlist_table.mobile li .item-details h3{font-size:18px!important}.wishlist_table .additional-info,.wishlist_table .item-details-table{display:flex!important}.wishlist_table .additional-info tr,.wishlist_table .item-details-table tr{font-size:21px!important;font-weight:bold!important}.wishlist_table .additional-info tr{display:flex!important;align-items:baseline!important}.wishlist_table .item-details-table tr span{color:#D12F26!important}.woocommerce .wishlist-title{margin-bottom:0!important}.wishlist_table{position:relative!important}.wishlist_table .product-remove{position:absolute!important;top:-10px!important;right:0!important}.fa-trash:before{content:"X"!important}}.button{font-weight:500!important;font-size:16px!important}.product-quantity .quantity{margin-bottom:0px!important}.pwb-brands-cols-outer{gap:30px}.pwb-brands-cols-outer img{border-radius:25px}.pwb-pagination-wrapper{display:none}.pwb-brands-col3{transition:all 0.3s ease-in-out}.pwb-brands-col3:hover{transform:scale(1.1)}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:200px!important;height:80px!important}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 img{width:200px!important;height:80px!important;object-fit:scale-down!important}body.block-scroll{overflow:hidden}.loop-item-change{display:flex!important}.grid-layout-change{display:grid!important;grid-template-columns:1fr 1fr 1fr!important}.list-view-change.grid-view-change,.grid-view-change.list-view-change{display:none!important}@media (min-width:991px) and (max-width:1200px){.grid-layout-change{grid-template-columns:1fr 1fr!important}}@media (max-width:900px){.grid-layout-change{grid-template-columns:1fr 1fr!important}}@media (max-width:600px){.grid-layout-change{grid-template-columns:1fr!important;justify-items:center!important}}@media (max-width:950px){.pwb-brands-cols-outer{justify-content:center!important}}.woocommerce-form-login__submit,.woocommerce-form-register__submit{background-color:#D12F26!important;color:#FEFEFE!important;border-radius:25px!important;font-size:16px!important;font-weight:400!important;margin-top:10px!important}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more{background-color:#D12F26!important;color:#FEFEFE!important}.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{padding-bottom:0!important}.dgwt-wcas-suggestions-wrapp{border-radius:25px!important;border:1px solid #CBC0C0!important}.woof_husky_txt-loader{right:20px!important}.woof_husky_txt-container{scrollbar-width:none}.woof_husky_txt-container::-webkit-scrollbar{display:none}.woof_husky_txt-container{border:1px solid #CBC0C0!important;border-radius:25px!important;overflow:none!important;max-height:500px!important}.woof_husky_txt-container .woof_husky_txt-option{background:#FEFEFE!important;border:0;padding:10px 10px;display:block!important}.woof_husky_txt-option:nth-last-child(1){display:none!important}.cart-collaterals{width:100%!important}.cart-collaterals .wc-proceed-to-checkout .button{line-height:1.5!important}@media (max-width:767px){.woocommerce-cart-form tbody tr.cart_item{margin:40px 0!important;padding:20px 0}#brxe-ljbsge{margin-bottom:0!important}.woocommerce-cart-form .cart_item{padding-top:30px!important}.woocommerce-cart-form .product-thumbnail{width:30%!important}.woocommerce-cart-form .product-name{width:70%!important}.woocommerce-cart-form tbody td{padding:8px 0!important}.woocommerce-cart-form tbody tr.cart_item{display:flex;flex-wrap:wrap;position:relative}.woocommerce-cart-form tbody tr.cart_item .product-remove{position:absolute;top:5px;right:5px}.woocommerce-cart-form tbody tr.cart_item .product-name{display:flex;flex-direction:column;gap:4px!important;justify-content:flex-end}.woocommerce-cart-form tbody tr.cart_item .product-price,.woocommerce-cart-form tbody tr.cart_item .product-quantity,.woocommerce-cart-form tbody tr.cart_item .product-subtotal{width:100%}.woocommerce-cart-form tbody tr.cart_item .product-price{margin-top:15px}.woocommerce-cart-form tbody tr.cart_item .product-subtotal{font-weight:600}.woocommerce-cart-form tbody tr.cart_item .quantity{width:auto!important}.woocommerce-cart-form tbody tr.cart_item .product-name{padding-left:15px!important;line-height:1.5}}.before-checkout{display:none!important}@media (max-width:991px){#brxe-olwjkj{margin-bottom:0!important}#customer_details{margin-bottom:50px;width:100%!important}#order_review{width:100%!important;margin-bottom:50px}}.woof_childs_list_opener span.woof_is_opened{background:url(/wp-content/themes/bricks-child/assets/elements/Icon-awesome-minus.svg)!important;height:2px}.woof_childs_list_opener span.woof_is_closed{background:url(/wp-content/themes/bricks-child/assets/elements/Icon-open-plus.svg)!important;height:10px;width:10px}.product_tax_h1{font-size:inherit;font-family:inherit;font-weight:inherit;color:inherit}.menu_header_dropdown_content .menu-item{width:700px}@media(max-width:1200px){.menu_header_dropdown_content .menu-item{width:600px}}.menu_header_dropdown_content_small .menu-item{width:300px;border:2px solid #e5e5e5;border-radius:10px;background-color:#fff}.subcat_dropdown .menu-item{border-radius:unset!important;border:unset!important;background-color:unset!important;width:100%!important;display:flex;flex-direction:column;row-gap:10px}.brxe-dropdown .brx-submenu-toggle{justify-content:space-between}.brxe-dropdown .brx-submenu-toggle span{width:90%}#brxe-hoxauh button{width:0!important;height:auto!important}body{overflow-x:hidden!important}.main_cat_list::before,.brxe-dropdown::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#f5f5f5;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.main_cat_list:last-child::before{border-bottom-right-radius:20px;border-bottom-left-radius:20px}.brxe-dropdown:first-child::before{border-top-right-radius:20px;border-top-left-radius:20px}.brxe-dropdown:not([data-toggle=click]):hover:before{transform:scaleX(1);height:100%;min-height:0!important;top:0!important;z-index:-1!important}.main_cat_list:hover::before{transform:scaleX(1);z-index:-1}.brx-megamenu{pointer-events:none}#paczka_w_ruchu_punkt_odbioru_field{margin:10px 0 10px 0}.ruch_widget_but_s{text-align:center}.tnp-submit{text-align:center!important}@media(min-width:999px){.widget-visible iframe{bottom:20px!important}}@media(max-width:998px){.widget-visible iframe{bottom:80px!important}}.h1_heading{font-size:inherit}.h2_heading{font-size:inherit}.woocommerce .button{font-size:16px!important;font-weight:500!important;line-height:1.5;color:#ffffff!important;background-color:#d12f26!important}.blog_content_wrapper .woocommerce .products{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;padding:0}@media(max-width:1285px){.blog_content_wrapper .woocommerce .products{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.blog_content_wrapper .woocommerce .products{grid-template-columns:repeat(1,1fr)}}.blog_content_wrapper .woocommerce .products li{border-radius:25px;border:1px solid #cbc0c0;min-height:464px;height:100%;overflow:hidden}.blog_content_wrapper .woocommerce .products li .content-wrapper-product{display:flex;flex-direction:column;justify-content:space-between;height:100%}.blog_content_wrapper .woocommerce .products li::marker{content:""}.blog_content_wrapper .product_text{padding:20px 30px 20px 30px;transition:all 0.2s ease-in-out!important;height:119px}.blog_content_wrapper .woocommerce .product:hover .product_text{padding:0 30px 0 30px!important}.blog_content_wrapper .woocommerce h2{font-size:14px;min-height:2.5em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#242424;line-height:1.2}.blog_content_wrapper .woocommerce .price{font-size:24px;color:#f20d00;font-weight:700}.blog_content_wrapper .woocommerce img{object-fit:scale-down;width:100%;height:286px;border-top-left-radius:25px;border-top-right-radius:25px;transition:height 0.2s ease-in-out!important;padding:30px}.blog_content_wrapper .woocommerce .product:hover img{height:220px!important}.blog_content_wrapper .woocommerce .product .product_button_grid{transform:translatey(60px)!important;transition:transform 0.15s ease-in-out!important}.blog_content_wrapper .woocommerce .product:hover .product_button_grid{transform:translatey(0)!important}.blog_content_wrapper .woocommerce .product .product_button_grid .button{width:100%!important;align-items:center;justify-content:space-around;padding:9px 0 9px 0}.blog_content_wrapper .woocommerce .product .product_button_grid .button:after{content:"";background-image:url(/wp-content/themes/bricks-child/assets/elements/cart_icon.svg);width:40px;height:40px;background-repeat:no-repeat}.blog_content_wrapper .woocommerce .product br{display:none}.blog_content_wrapper .woocommerce-LoopProduct-link.woocommerce-loop-product__link.product-link{display:flex;height:100%}.brxe-nav-menu .bricks-mobile-menu-wrapper li a{line-height:25px!important}#brxe-vqdjdy .bricks-mobile-menu .sub-menu>.menu-item>.brx-submenu-toggle>button{padding-left:5px!important}@media(max-width:999px){.cky-revisit-bottom-left{bottom:80px!important}}@layer bricks{@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}.woocommerce.archive .layout-default.brxe-container{align-self:center}.woocommerce.archive .bricks-before-shop-loop{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;width:100%}:root{--bricks-woo-input-height:40px}@font-face{font-display:swap;font-family:WooCommerce;font-style:normal;font-weight:400;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg")}.woocommerce{width:100%}.woocommerce main.site-main{margin-left:auto;margin-right:auto;max-width:100%;width:1100px}.woocommerce .before-cart,.woocommerce .before-checkout{display:block}.woocommerce .form-row-first{float:left;margin:0;width:49%}.woocommerce .form-row-last{float:right;width:49%}.woocommerce .form-row-wide{clear:both;width:100%}.woocommerce .clear{clear:both}@media (max-width:991px){.woocommerce .form-row-first,.woocommerce .form-row-last{float:none;width:100%}}.woocommerce .woocommerce-invalid.validate-required label{color:var(--bricks-text-danger)}.woocommerce .woocommerce-invalid.validate-required input{border-color:var(--bricks-text-danger)}.woocommerce .select2-selection{border-color:inherit;border-radius:0;height:var(--bricks-woo-input-height);line-height:var(--bricks-woo-input-height)}.woocommerce .select2-selection .select2-selection__rendered{line-height:inherit}.woocommerce .select2-selection .select2-selection__arrow{height:inherit;width:30px}.woocommerce .select2-selection .select2-selection__arrow b{border-top-color:var(--bricks-border-color)}.woocommerce .select2-dropdown{border-color:var(--bricks-border-color);border-radius:0!important}.woocommerce .woocommerce-notice{margin:30px 0;text-align:center}.woocommerce .woocommerce-notice.woocommerce-notice--success{color:var(--bricks-text-success)}.woocommerce .woocommerce-columns{display:flex}.woocommerce .woocommerce-columns .woocommerce-column{flex:1}.woocommerce table{border-collapse:collapse;border-spacing:0}.woocommerce table th{text-align:left}.woocommerce address{font-style:normal}.woocommerce fieldset{border:1px solid var(--bricks-border-color)}.woocommerce mark{background-color:var(--bricks-bg-light);color:#000;padding:0 6px}.woocommerce .button{align-items:center;background-color:#e4e7e9;border-width:0;color:currentcolor;display:inline-flex;font-weight:700;justify-content:center;min-height:40px;padding:7px 15px;text-align:center;text-decoration:none}.woocommerce .button.disabled{cursor:not-allowed}.woocommerce .button .spinning{animation:load8 1s linear infinite}.woocommerce .content-area .site-main .product .badge,.woocommerce .products .badge,.woocommerce.products .badge{background-color:#fff;border-radius:4px;font-size:14px;left:15px;line-height:24px;padding:0 10px;pointer-events:none;position:absolute;top:15px;z-index:1}.woocommerce .content-area .site-main .product .badge.onsale,.woocommerce .products .badge.onsale,.woocommerce.products .badge.onsale{color:var(--bricks-text-danger)}.woocommerce .content-area .site-main .product .badge+.badge,.woocommerce .products .badge+.badge,.woocommerce.products .badge+.badge{margin-top:32px}.woocommerce-product-attributes th{text-align:inherit}.woocommerce-store-notice{background-color:var(--bricks-bg-info);bottom:0;color:var(--bricks-text-info);display:flex;justify-content:space-between;left:0;padding:15px;position:fixed;right:0;text-align:center}.woocommerce-store-notice__dismiss-link{font-weight:700}@media (max-width:478px){.woocommerce-order-details .shop_table.woocommerce-orders-table--subscriptions tr{display:grid;grid-template-columns:1fr}.woocommerce-order-details .shop_table.woocommerce-orders-table--subscriptions tr td{align-items:stretch;display:flex;justify-content:space-between;width:100%}.woocommerce-order-details .shop_table.woocommerce-orders-table--subscriptions tr td:not(.order-actions):before{content:attr(data-title);font-weight:700}}body:not(.woocommerce) .brx-popup-content:not(.woocommerce) form.cart .single_add_to_cart_button,body:not(.woocommerce) .product_type_external,body:not(.woocommerce) .product_type_grouped,body:not(.woocommerce) .product_type_simple,body:not(.woocommerce) .product_type_variable{align-items:center;background-color:#e4e7e9;border-width:0;color:currentcolor;display:inline-flex;font-weight:700;justify-content:center;min-height:40px;padding:7px 15px;text-align:center;text-decoration:none}body:not(.woocommerce) .brx-popup-content:not(.woocommerce) form.cart .single_add_to_cart_button.disabled,body:not(.woocommerce) .product_type_external.disabled,body:not(.woocommerce) .product_type_grouped.disabled,body:not(.woocommerce) .product_type_simple.disabled,body:not(.woocommerce) .product_type_variable.disabled{cursor:not-allowed}body:not(.woocommerce) .brx-popup-content:not(.woocommerce) form.cart .single_add_to_cart_button .spinning,body:not(.woocommerce) .product_type_external .spinning,body:not(.woocommerce) .product_type_grouped .spinning,body:not(.woocommerce) .product_type_simple .spinning,body:not(.woocommerce) .product_type_variable .spinning{animation:load8 1s linear infinite}.woocommerce-notices-wrapper{display:flex;flex-direction:column;gap:15px}.woocommerce-notices-wrapper:not(:empty){margin-bottom:30px}.woocommerce-notices-wrapper:empty{display:none}.woocommerce-notices-wrapper>ul{width:100%}.woocommerce-notices-wrapper a{border-left:1px solid;color:currentcolor;display:block;float:right;font-weight:700;margin-left:10px;padding-left:10px}.woocommerce-notices-wrapper .woocommerce-message{align-items:center;background-color:var(--bricks-bg-success);color:var(--bricks-text-success);display:flex;justify-content:space-between;overflow:hidden;padding:15px;width:100%}.woocommerce-notices-wrapper .woocommerce-message a{align-items:center;background-color:#e4e7e9;background-color:var(--bricks-text-success);border-width:0;color:currentcolor;color:#fff;display:inline-flex;font-weight:700;justify-content:center;min-height:40px;order:2;padding:7px 15px;text-align:center;text-decoration:none}.woocommerce-notices-wrapper .woocommerce-message a.disabled{cursor:not-allowed}.woocommerce-notices-wrapper .woocommerce-message a .spinning{animation:load8 1s linear infinite}.woocommerce-notices-wrapper .woocommerce-error>li:only-child:has(.button){align-items:center;display:flex;justify-content:space-between}.woocommerce-notices-wrapper .woocommerce-error a{align-items:center;background-color:#e4e7e9;background-color:var(--bricks-text-danger);border-width:0;color:currentcolor;color:#fff;display:inline-flex;font-weight:700;justify-content:center;min-height:40px;padding:7px 15px;text-align:center;text-decoration:none}.woocommerce-notices-wrapper .woocommerce-error a.disabled{cursor:not-allowed}.woocommerce-notices-wrapper .woocommerce-error a .spinning{animation:load8 1s linear infinite}.woocommerce-error{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);line-height:1.7;list-style-type:none;margin:0;overflow:hidden;padding:15px}.woocommerce-error .button{background-color:var(--bricks-text-danger);color:#fff;order:2}.woocommerce-info{align-items:center;background-color:var(--bricks-bg-info);color:var(--bricks-text-info);display:flex;justify-content:space-between;padding:15px}.woocommerce-info a{font-weight:700;text-decoration:underline}.woocommerce-info .button{background-color:var(--bricks-text-info);color:#fff;order:2}:where(.brxe-product-add-to-cart){width:100%}:where(.brxe-product-add-to-cart) table{border-collapse:collapse}:where(.brxe-product-add-to-cart) .button{column-gap:10px}:where(.brxe-product-add-to-cart) .bricks-variation-swatches{all:unset;display:flex;flex-wrap:wrap;gap:8px;list-style:none}:where(.brxe-product-add-to-cart) .bricks-variation-swatches li{border:1px solid #999;cursor:pointer;transition:all .05s linear}:where(.brxe-product-add-to-cart) .bricks-variation-swatches li.bricks-swatch-selected{border-color:#000}:where(.brxe-product-add-to-cart) .bricks-variation-swatches li.disabled{cursor:not-allowed;opacity:.5}:where(.brxe-product-add-to-cart) .bricks-variation-swatches.bricks-swatch-color{align-items:center;display:flex}:where(.brxe-product-add-to-cart) .bricks-variation-swatches.bricks-swatch-color li{height:32px;padding:1px;width:32px}:where(.brxe-product-add-to-cart) .bricks-variation-swatches.bricks-swatch-color li div{border-radius:inherit;height:100%;width:100%}:where(.brxe-product-add-to-cart) .bricks-variation-swatches.bricks-swatch-label li{padding:0 10px}:where(.brxe-product-add-to-cart) .bricks-variation-swatches.bricks-swatch-image li{padding:1px}:where(.brxe-product-add-to-cart) .bricks-variation-swatches.bricks-swatch-image li img{border-radius:inherit;height:32px;object-fit:cover;width:32px}.single_add_to_cart_button::selection{background-color:transparent}.brxe-product-meta{align-items:flex-start;display:inline-flex;flex-direction:column;width:auto}.brxe-product-meta .separator{text-align:center}.brxe-product-price{width:auto}.brxe-product-price .price del{color:var(--bricks-text-light);margin-right:5px}.brxe-product-price .price ins{text-decoration:none}.brxe-product-rating{width:auto}.brxe-product-reviews{width:100%}.brxe-product-reviews .comment-form-comment textarea{resize:vertical}.brxe-product-reviews .comment-form-cookies-consent input{vertical-align:text-top}.brxe-product-reviews .comment-form-cookies-consent label{display:inline}.brxe-product-stock{width:auto}.brxe-product-tabs{width:100%}.brxe-product-tabs .woocommerce-tabs.wc-tabs-wrapper{margin:0;width:100%}.brxe-product-title{margin:0;width:auto}.brxe-woocommerce-account-page{width:100%}.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation ul{display:flex;flex-direction:column;flex-wrap:wrap}.brxe-woocommerce-account-form-edit-account{width:100%}.brxe-woocommerce-account-form-edit-account fieldset{display:flex;flex-direction:column;flex-grow:1;gap:10px;margin:0;padding:15px}.brxe-woocommerce-account-form-edit-account legend{padding:0 5px}.brxe-woocommerce-account-form-edit-address{width:100%}.brxe-woocommerce-account-form-login{display:flex;flex-direction:column;gap:10px;width:100%}.brxe-woocommerce-account-form-login .remember label{align-items:center;display:flex;gap:.5em;margin:0}.brxe-woocommerce-account-form-register{display:flex;flex-direction:column;gap:10px}.brxe-woocommerce-account-form-lost-password{display:flex;flex-direction:column;gap:10px;width:100%}.brxe-woocommerce-account-addresses,.brxe-woocommerce-account-downloads,.brxe-woocommerce-account-form-reset-password,.brxe-woocommerce-account-orders{width:100%}.brxe-woocommerce-account-addresses>p:first-child{display:none}.brxe-woocommerce-account-addresses .woocommerce-Addresses.addresses{margin:0}.brxe-woocommerce-account-addresses .woocommerce-Address{display:flex;flex-direction:column}.brxe-woocommerce-account-view-order{width:100%}.brxe-woocommerce-account-view-order>p:first-child{margin-bottom:30px}.brxe-woocommerce-account-view-order h2{margin:0}.brxe-woocommerce-account-view-order ol{list-style-type:none;margin:0;padding:0}.brxe-woocommerce-breadcrumbs{width:auto}.brxe-woocommerce-breadcrumbs .navigation{align-items:center;display:inline-flex;flex-wrap:wrap}.brxe-woocommerce-breadcrumbs .separator{display:inline-block;margin:0 10px}.brxe-woocommerce-breadcrumbs svg{vertical-align:text-bottom}.brxe-woocommerce-breadcrumbs i:not(.home){font-size:12px}.brxe-woocommerce-cart-items,.brxe-woocommerce-checkout-coupon{width:100%}.brxe-woocommerce-checkout-coupon .coupon-toggle{align-items:center;background-color:var(--bricks-bg-info);color:var(--bricks-text-info);cursor:pointer;display:flex;justify-content:space-between;padding:15px}.brxe-woocommerce-checkout-coupon .coupon-toggle .showcoupon{align-items:center;display:flex;font-weight:700;gap:10px}.brxe-woocommerce-checkout-coupon .coupon-div{background-color:var(--bricks-bg-light);display:flex;flex-direction:column;gap:15px;padding:15px}.brxe-woocommerce-checkout-coupon .coupon-div .coupon-form{align-items:center;display:flex;gap:15px;justify-content:space-between}.brxe-woocommerce-checkout-coupon .coupon-div .coupon-form button{text-wrap:nowrap}@media (max-width:767px){.brxe-woocommerce-checkout-coupon .coupon-div .coupon-form{flex-direction:column}.brxe-woocommerce-checkout-coupon .coupon-div .coupon-form button{width:100%}}.brxe-woocommerce-checkout-login{width:100%}.brxe-woocommerce-checkout-login .login-toggle{align-items:center;background-color:var(--bricks-bg-info);color:var(--bricks-text-info);cursor:pointer;display:flex;justify-content:space-between;padding:15px}.brxe-woocommerce-checkout-login .login-toggle .showlogin{align-items:center;display:flex;font-weight:700;gap:10px}.brxe-woocommerce-checkout-login .login-div{background-color:var(--bricks-bg-light);display:flex;flex-direction:column;gap:15px;padding:15px}.brxe-woocommerce-checkout-login .login-div .credential.default{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}.brxe-woocommerce-checkout-login .login-div .credential.default .form-group{flex:1}@media (max-width:767px){.brxe-woocommerce-checkout-login .login-div .credential.default{align-items:stretch;flex-direction:column}}.brxe-woocommerce-checkout-login .login-div .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.brxe-woocommerce-checkout-login .login-div .password-input input{padding-inline-end:40px}.brxe-woocommerce-checkout-login .login-div .password-input input::-ms-reveal{display:none}.brxe-woocommerce-checkout-login .login-div .show-password-input{align-items:center;cursor:pointer;display:flex;position:absolute;right:0;width:40px}.brxe-woocommerce-checkout-login .login-div .show-password-input:after{speak:never;-webkit-font-smoothing:antialiased;content:"\e010";font-family:WooCommerce;font-variant:normal;font-weight:400;line-height:1;margin-left:.618em;text-decoration:none;text-transform:none}.brxe-woocommerce-checkout-login .login-div .show-password-input.display-password:after{color:var(--bricks-text-light)}.brxe-woocommerce-checkout-order-review,.brxe-woocommerce-checkout-thankyou{width:100%}.brxe-woocommerce-checkout-thankyou .woocommerce-columns--addresses{flex-wrap:wrap;gap:20px}.brxe-woocommerce-notice.woocommerce-notices-wrapper{margin-bottom:0;width:100%}.brxe-woocommerce-products-filter{display:flex;flex-direction:column;gap:30px;width:100%}.brxe-woocommerce-products-filter,.brxe-woocommerce-products-filter ol,.brxe-woocommerce-products-filter ul{list-style-type:none;margin:0;padding:0}.brxe-woocommerce-products-filter .toggle.expanded{display:none}.brxe-woocommerce-products-filter .filter-item.open .toggle.expanded,.brxe-woocommerce-products-filter .toggle.collapsed{display:block}.brxe-woocommerce-products-filter .filter-item.open .toggle.collapsed{display:none}.brxe-woocommerce-products-filter .filter-item.open .filter{display:block}.brxe-woocommerce-products-filter .title{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px}.brxe-woocommerce-products-filter .title:empty{display:none!important}.brxe-woocommerce-products-filter .title .title-tag{font-size:1.2em;margin:0}.brxe-woocommerce-products-filter .filter{animation:fadeIn .2s;display:none}.brxe-woocommerce-products-filter .filter:empty{display:none!important}.brxe-woocommerce-products-filter .checkboxes li,.brxe-woocommerce-products-filter .radio-buttons li{align-items:center;display:flex}.brxe-woocommerce-products-filter .checkboxes li input,.brxe-woocommerce-products-filter .radio-buttons li input{appearance:none;cursor:pointer;padding:0}.brxe-woocommerce-products-filter .checkboxes li label,.brxe-woocommerce-products-filter .radio-buttons li label{color:currentcolor;cursor:pointer;margin:0 0 0 .5em}.brxe-woocommerce-products-filter input[type=checkbox],.brxe-woocommerce-products-filter input[type=radio]{border-radius:4px;border-style:solid;border-width:1px;height:1em;width:1em}.brxe-woocommerce-products-filter input[type=checkbox]:hover,.brxe-woocommerce-products-filter input[type=radio]:hover{border-color:currentcolor}.brxe-woocommerce-products-filter input[type=checkbox]:checked,.brxe-woocommerce-products-filter input[type=radio]:checked{background-color:currentcolor;border-color:currentcolor;box-shadow:inset 0 0 0 2px #fff}.brxe-woocommerce-products-filter input[type=radio]{border-radius:50%}.brxe-woocommerce-products-filter input[type=range]{outline:none}.brxe-woocommerce-products-filter .text-list li.current{font-weight:700}.brxe-woocommerce-products-filter .box-list{display:flex;flex-flow:row wrap;margin:0;padding:0}.brxe-woocommerce-products-filter .box-list li{background-color:var(--bricks-bg-light);border-radius:30px;cursor:pointer;font-size:.9em;line-height:30px;margin:0 5px 5px 0;text-align:center}.brxe-woocommerce-products-filter .box-list li label{color:currentcolor;cursor:inherit;margin:0;padding:0 10px}.brxe-woocommerce-products-filter .box-list li.checked{background-color:var(--bricks-bg-dark)}.brxe-woocommerce-products-filter .box-list li.checked label{color:#fff}.brxe-woocommerce-products-filter .double-slider-wrap{padding-top:14px;position:relative;width:100%}.brxe-woocommerce-products-filter .double-slider-wrap input[type=range]{appearance:none;-webkit-appearance:none;background-color:currentcolor;border-radius:2px;height:2px;pointer-events:none;position:absolute}.brxe-woocommerce-products-filter .double-slider-wrap input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#fff;border:2px solid;border-radius:14px;box-shadow:inset 0 0 0 2px #fff;cursor:pointer;height:14px;pointer-events:all;position:relative;transition:.1s;width:14px;z-index:1}.brxe-woocommerce-products-filter .double-slider-wrap input[type=range]::-moz-range-thumb{-webkit-appearance:none;background-color:#fff;border:2px solid;border-radius:14px;box-shadow:inset 0 0 0 2px #fff;cursor:pointer;height:14px;pointer-events:all;position:relative;transition:.1s;width:14px;z-index:1}.brxe-woocommerce-products-filter .double-slider-wrap input[type=range].max,.brxe-woocommerce-products-filter .double-slider-wrap input[type=range].upper{background-color:transparent}.brxe-woocommerce-products-filter .double-slider-wrap label{display:none}.brxe-woocommerce-products-filter .double-slider-wrap .value-wrap{display:flex;justify-content:space-between;margin-top:14px}.brxe-woocommerce-products-filter .double-slider-wrap .value-wrap>span{display:inline-flex;gap:10px}.brxe-woocommerce-products-filter .reset{display:block}.brxe-woocommerce-products-filter .search-form{position:relative}.brxe-woocommerce-products-filter .search-form input[type=search]{padding-right:30px}.brxe-woocommerce-products-filter .search-form button[type=submit]{background-color:transparent;font-size:18px;height:100%;padding:0 15px;position:absolute;right:0;top:0}.brxe-woocommerce-products-filter .search-form i{opacity:.5}.brxe-woocommerce-products-filter .search-form i:hover{opacity:1}.brxe-woocommerce-products-filter .reset-button{align-items:center;background-color:#e4e7e9;border-width:0;color:currentcolor;display:inline-flex;font-weight:700;justify-content:center;min-height:40px;padding:7px 15px;text-align:center;text-decoration:none}.brxe-woocommerce-products-filter .reset-button.disabled{cursor:not-allowed}.brxe-woocommerce-products-filter .reset-button .spinning{animation:load8 1s linear infinite}.brxe-woocommerce-products-filter .stars{display:inline-flex}.brxe-woocommerce-products-filter .stars a{box-shadow:none;display:inline-block;font-size:1.5em;height:1em;line-height:1;position:relative;text-decoration:none;width:1em}.brxe-woocommerce-products-filter .stars a .icon{display:inline-block;position:absolute;text-indent:0}.brxe-woocommerce-products-filter .stars a span{display:inline-block;text-indent:-999em}.brxe-woocommerce-products-filter .stars a .active,.brxe-woocommerce-products-filter .stars a.active .icon{visibility:hidden}.brxe-woocommerce-products-filter .stars a.active .active{visibility:visible}.brxe-woocommerce-products-filter .stars:hover a .icon{visibility:hidden}.brxe-woocommerce-products-filter .stars:hover a .active,.brxe-woocommerce-products-filter .stars:hover a:hover~a .icon{visibility:visible}.brxe-woocommerce-products-filter .stars:hover a:hover~a .active{visibility:hidden}.brxe-woocommerce-products-orderby{width:auto}.brxe-woocommerce-products-orderby select{padding-right:30px}.brxe-woocommerce-products-pagination,.brxe-woocommerce-products-total-results{width:auto}.woocommerce-breadcrumb{margin-bottom:30px}.woocommerce-breadcrumb a{font-weight:700}.woocommerce-breadcrumb span{display:inline-block;margin:0 10px}.brxe-woocommerce-mini-cart{position:relative;width:auto}.brxe-woocommerce-mini-cart.hide-empty-count .cart-count{display:none}.brxe-woocommerce-mini-cart .mini-cart-link{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px}.brxe-woocommerce-mini-cart .mini-cart-link:hover{text-decoration:none}.brxe-woocommerce-mini-cart .mini-cart-link i{display:flex;font-size:27px}.brxe-woocommerce-mini-cart .mini-cart-link .cart-icon{display:flex;position:relative}.brxe-woocommerce-mini-cart .mini-cart-link .cart-subtotal{line-height:1}.brxe-woocommerce-mini-cart .cart-count{align-items:center;background-color:#000;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;line-height:1;position:absolute;right:0;top:0;transform:translate(50%,-50%);width:18px}.brxe-woocommerce-mini-cart .cart-count.hide{display:none}.brxe-woocommerce-mini-cart .cart-count.show{display:flex}.brxe-woocommerce-mini-cart .off-canvas-overlay{background-color:rgba(0,0,0,.25);bottom:0;content:"";left:0;opacity:0;position:absolute;position:fixed;right:0;top:0;transition:all .2s;visibility:hidden;z-index:-1}.brxe-woocommerce-mini-cart .cart-detail{background-color:#fff;border-style:solid;border-width:1px;opacity:0;position:absolute;right:0;top:calc(100% + 15px);transition:opacity .15s linear,transform .15s linear,left 0s .15s,right 0s .15s;visibility:hidden;width:400px;z-index:-1}.brxe-woocommerce-mini-cart .cart-detail.off-canvas{position:fixed;transition:all .2s ease-in-out}.brxe-woocommerce-mini-cart .cart-detail.off-canvas.top{bottom:auto!important;left:0!important;right:0!important;top:0!important;transform:translateY(-100%);width:100%!important}.brxe-woocommerce-mini-cart .cart-detail.off-canvas.top .woocommerce-mini-cart__buttons{display:flex;justify-content:flex-end}.brxe-woocommerce-mini-cart .cart-detail.off-canvas.right{bottom:0!important;left:auto!important;right:0!important;top:0!important;transform:translate(100%)}.brxe-woocommerce-mini-cart .cart-detail.off-canvas.right .woocommerce-mini-cart__total{margin-top:auto}.brxe-woocommerce-mini-cart .cart-detail.off-canvas.bottom{bottom:0!important;left:0!important;right:0!important;top:auto!important;transform:translateY(100%);width:100%!important}.brxe-woocommerce-mini-cart .cart-detail.off-canvas.bottom .woocommerce-mini-cart__buttons{display:flex;justify-content:flex-end}.brxe-woocommerce-mini-cart .cart-detail.off-canvas.left{bottom:0!important;left:0!important;right:auto!important;top:0!important;transform:translate(-100%)}.brxe-woocommerce-mini-cart .cart-detail.off-canvas.left .woocommerce-mini-cart__total{margin-top:auto}.brxe-woocommerce-mini-cart .cart-detail .widget_shopping_cart_content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:30px}.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__empty-message{font-size:.9em;text-align:center}.brxe-woocommerce-mini-cart .cart-detail li{margin-bottom:15px;overflow:hidden;padding-inline-end:20px;position:relative}.brxe-woocommerce-mini-cart .cart-detail li .remove{font-size:21px;font-weight:400;line-height:1;opacity:.5;position:absolute;right:0}.brxe-woocommerce-mini-cart .cart-detail li .remove:hover{opacity:1}.brxe-woocommerce-mini-cart .cart-detail li a{font-size:1.1em;font-weight:700}.brxe-woocommerce-mini-cart .cart-detail li .quantity{border:none;box-shadow:none;color:var(--bricks-text-light);display:block;line-height:1;margin-top:5px}.brxe-woocommerce-mini-cart .cart-detail li .variation{margin:0}.brxe-woocommerce-mini-cart .cart-detail li .variation dt{font-weight:700}.brxe-woocommerce-mini-cart .cart-detail li .variation dd,.brxe-woocommerce-mini-cart .cart-detail li .variation dt{line-height:1.5;margin:0}.brxe-woocommerce-mini-cart .cart-detail li .variation dd+dt{margin-top:15px}.brxe-woocommerce-mini-cart .cart-detail .total{border-top-style:solid;border-top-width:1px;display:flex;justify-content:space-between;margin:20px 0 0;padding:20px 0 0}.brxe-woocommerce-mini-cart .cart-detail .total .strong{font-weight:700}.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons{display:grid;gap:20px;grid-auto-flow:column;margin-top:20px}.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a{align-items:center;background-color:#e4e7e9;border-width:0;color:currentcolor;display:inline-flex;font-weight:700;justify-content:center;line-height:40px;min-height:40px;min-height:0;padding:0 15px;text-align:center;text-decoration:none}.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a.disabled{cursor:not-allowed}.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a .spinning{animation:load8 1s linear infinite}.brxe-woocommerce-mini-cart .cart-detail img{float:left;margin-inline-end:15px;width:60px}.brxe-woocommerce-mini-cart.show-cart-details .cart-detail{opacity:1;visibility:visible;z-index:999}.brxe-woocommerce-mini-cart.show-cart-details .cart-detail+.off-canvas-overlay{opacity:1;visibility:visible;z-index:998}.brxe-woocommerce-mini-cart.show-cart-details .cart-detail.off-canvas{transform:translate(0)}.brxe-woocommerce-mini-cart.show-cart-details .cart-detail :where(.bricks-mini-cart-close){background-color:transparent;display:grid;padding:10px;place-items:center;position:absolute;right:0;top:0}.woocommerce-mini-cart{list-style-type:none;margin:0;overflow-y:auto;padding:0}.admin-bar .brxe-woocommerce-mini-cart .cart-detail.off-canvas:not(.bottom){top:var(--wp-admin--admin-bar--height)!important}.brxe-product-related,.cross-sells,.related.products,.upsells.products{width:100%}.cross-sells+section.products,.related.products+section.products,.upsells.products+section.products{margin-top:60px}.cross-sells .star-rating,.related.products .star-rating,.upsells.products .star-rating{display:none}.cross-sells .products,.related.products .products,.upsells.products .products{align-items:start;display:grid;gap:30px;list-style-type:none;margin:0;padding:0}.cross-sells .products.columns-4,.related.products .products.columns-4,.upsells.products .products.columns-4{grid-template-columns:repeat(4,1fr)}.cross-sells .products.columns-3,.related.products .products.columns-3,.upsells.products .products.columns-3{grid-template-columns:repeat(3,1fr)}.cross-sells .products.columns-2,.related.products .products.columns-2,.upsells.products .products.columns-2{grid-template-columns:repeat(2,1fr)}.cross-sells .products.columns-1,.related.products .products.columns-1,.upsells.products .products.columns-1{grid-template-columns:repeat(1,1fr)}.cross-sells .products .product,.related.products .products .product,.upsells.products .products .product{display:block}.cross-sells .woocommerce-LoopProduct-link,.related.products .woocommerce-LoopProduct-link,.upsells.products .woocommerce-LoopProduct-link{display:block;margin-bottom:10px}.cross-sells img,.related.products img,.upsells.products img{object-fit:cover;width:100%}.cross-sells .woocommerce-loop-product__title,.related.products .woocommerce-loop-product__title,.upsells.products .woocommerce-loop-product__title{font-size:1.4em;margin:15px 0 0}.cross-sells .price,.related.products .price,.upsells.products .price{font-size:1.2em}.cross-sells .price del,.related.products .price del,.upsells.products .price del{margin-right:5px}@media (max-width:991px){.cross-sells .products,.related.products .products,.upsells.products .products{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:478px){.cross-sells .products,.related.products .products,.upsells.products .products{grid-template-columns:repeat(1,1fr)!important;text-align:center}}.woocommerce-cart .woocommerce{max-width:100%;width:100%}.cart-empty.woocommerce-info{max-width:100%}.woocommerce-cart-form{margin:0;position:relative}.woocommerce-cart-form ul{list-style-type:none;margin:0;padding:0}.woocommerce-cart-form label{color:inherit}.woocommerce-cart-form thead{border-bottom:1px solid var(--bricks-border-color);display:table-header-group;line-height:60px}@media (max-width:767px){.woocommerce-cart-form thead{display:none}}.woocommerce-cart-form tbody th:not([scope=row]){display:none;vertical-align:top}.woocommerce-cart-form tbody tr{border-bottom-style:solid;border-bottom-width:1px;display:table-row;position:relative}.woocommerce-cart-form tbody tr:last-child{border:none}.woocommerce-cart-form tbody td,.woocommerce-cart-form tbody th[scope=row]{clear:both;padding:15px 0;text-align:initial}.woocommerce-cart-form tbody td[data-title]:before,.woocommerce-cart-form tbody th[scope=row][data-title]:before{font-weight:700;margin-inline-end:.5em}.woocommerce-cart-form tbody td.actions label,.woocommerce-cart-form tbody th[scope=row].actions label{display:none}@media (max-width:767px){.woocommerce-cart-form tbody td,.woocommerce-cart-form tbody th[scope=row]{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}.woocommerce-cart-form tbody td[data-title]:before,.woocommerce-cart-form tbody th[scope=row][data-title]:before{content:attr(data-title) ": "}.woocommerce-cart-form tbody td.product-quantity .quantity,.woocommerce-cart-form tbody th[scope=row].product-quantity .quantity{width:auto}.woocommerce-cart-form tbody td.product-quantity .quantity .qty,.woocommerce-cart-form tbody th[scope=row].product-quantity .quantity .qty{width:60px}.woocommerce-cart-form tbody td.product-quantity input,.woocommerce-cart-form tbody th[scope=row].product-quantity input{line-height:30px}}.woocommerce-cart-form .product-remove{padding:0;text-align:center;width:30px}.woocommerce-cart-form .product-remove a{font-size:24px}@media (max-width:767px){.woocommerce-cart-form .product-remove{text-align:initial}.woocommerce-cart-form .product-remove a{font-size:32px}}.woocommerce-cart-form .product-thumbnail img{display:block;object-fit:cover;width:100px}@media (max-width:767px){.woocommerce-cart-form .product-thumbnail>a{flex-grow:1}.woocommerce-cart-form .product-thumbnail img{width:100%}}.woocommerce-cart-form .product-name{font-weight:700}@media (max-width:991px){.woocommerce-cart-form .product-quantity .quantity{max-width:90%}.woocommerce-cart-form .product-quantity .quantity .action{width:30px}}.woocommerce-cart-form .actions{text-align:right}@media (max-width:991px){.woocommerce-cart-form .actions .button{align-self:center}}@media (max-width:478px){.woocommerce-cart-form .actions{text-align:initial}.woocommerce-cart-form .actions button{flex-grow:1}}.woocommerce-cart-form .coupon{align-items:center;display:flex;float:left;gap:15px}.woocommerce-cart-form .coupon label{display:none}.woocommerce-cart-form .coupon input{display:inline-block;text-align:initial;width:auto}.woocommerce-cart-form .coupon .button{min-width:auto}@media (max-width:478px){.woocommerce-cart-form .coupon{flex-grow:1;flex-wrap:wrap}.woocommerce-cart-form .coupon input{flex-grow:1}}.woocommerce-cart-form button[type=submit]:disabled{background-color:var(--bricks-bg-light);color:inherit;cursor:not-allowed}.woocommerce-cart-form dl.variation{display:flex;flex-wrap:wrap;gap:.25em}.woocommerce-cart-form dl.variation dd,.woocommerce-cart-form dl.variation dt{margin:0}.cart-collaterals{float:right;height:fit-content;width:50%}@media (max-width:767px){.cart-collaterals{float:none;width:100%}}.cart-collaterals .cross-sells{margin-bottom:60px}.cart-collaterals .cross-sells>h2{margin-bottom:.5em}.cart-collaterals .cross-sells h2{font-size:1.8em}.cart-collaterals .cross-sells ul{list-style-type:none;margin:0;padding:0}.cart-collaterals .cart_totals h2{line-height:62px;margin:0}.cart-collaterals table{border-bottom:1px solid var(--bricks-border-color);border-top:1px solid var(--bricks-border-color);line-height:30px;margin:0 0 30px}.cart-collaterals table a{text-decoration:underline}.cart-collaterals table tbody tr{display:table-row}.cart-collaterals table tbody th{padding:15px 0;text-align:initial}.cart-collaterals table tbody td{border:none;padding:15px 0}.cart-collaterals .wc-proceed-to-checkout .button{font-size:1.2em;line-height:60px;text-decoration:none}@media (max-width:478px){.cart-collaterals .wc-proceed-to-checkout .button{display:flex}}.brxe-woocommerce-cart-coupon{width:auto}.brxe-woocommerce-cart-coupon .coupon{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.brxe-woocommerce-cart-coupon .coupon label{display:none}.brxe-woocommerce-cart-coupon .coupon input{text-align:initial;width:auto}.brxe-woocommerce-cart-coupon .coupon button[type=submit]{white-space:nowrap;width:auto}.brxe-woocommerce-cart-collaterals{width:100%}.brxe-woocommerce-cart-collaterals .cart-collaterals{float:none;width:auto}ul.woocommerce-shipping-methods{list-style-type:none;margin:0;padding:0}ul.woocommerce-shipping-methods li{margin-bottom:15px}ul.woocommerce-shipping-methods label{line-height:20px;text-transform:none}ul.woocommerce-shipping-methods label a{margin-left:5px}ul.woocommerce-shipping-methods input[type=radio]{float:left;height:20px;margin:0 10px 0 0;width:auto}ul.woocommerce-shipping-methods input[type=radio]+label{font-size:14px}.woocommerce-checkout.woocommerce-order-pay #order_review{width:100%}.woocommerce-checkout label{color:inherit;cursor:pointer;font-weight:700;letter-spacing:.2px}.woocommerce-checkout #customer_details{display:flex;flex-direction:column;gap:15px}.woocommerce-checkout .brxe-woocommerce-checkout-customer-details{width:100%}.woocommerce-checkout .brxe-woocommerce-checkout-customer-details #customer_details{float:none;margin-right:0;width:auto}.woocommerce-checkout #order_review.bricks-template{border:none;float:none;width:auto}.woocommerce-checkout .woocommerce-error a{all:unset;cursor:pointer;text-decoration:underline}.woocommerce-checkout .woocommerce-checkout-review-order{display:flex;flex-direction:column;gap:15px}.woocommerce-checkout .woocommerce-checkout-payment,.woocommerce-checkout .woocommerce-checkout-review-order-table{border:1px solid var(--bricks-border-color)}.woocommerce-checkout .brxe-woocommerce-checkout-order-table{width:100%}.woocommerce-checkout .brxe-woocommerce-checkout-order-table .shop_table td,.woocommerce-checkout .brxe-woocommerce-checkout-order-table .shop_table th{padding:20px 0}.woocommerce-checkout .brxe-woocommerce-checkout-order-table .shop_table tfoot{border:none}.woocommerce-checkout .brxe-woocommerce-checkout-order-payment{width:100%}.woocommerce-checkout .brxe-woocommerce-checkout-order-payment #payment{padding:0}@media (max-width:767px){.woocommerce-checkout #customer_details{float:none;width:100%}.woocommerce-checkout #order_review{border-left:none;border-right:none;float:none;width:100%}}.woocommerce-checkout .woocommerce-shipping-methods{list-style-type:none;margin:0;padding:0}.woocommerce-checkout .woocommerce-shipping-fields{margin:60px 0 0}.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address{position:relative}.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label{cursor:pointer;display:block;font-size:21px;text-transform:none}.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address input{position:absolute;right:0;top:50%;transform:translateY(-50%)}.woocommerce-checkout .woocommerce-additional-fields{margin-top:15px}.woocommerce-checkout .woocommerce-additional-fields textarea{resize:vertical}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.4;padding:20px}.woocommerce-checkout .shop_table tfoot,.woocommerce-checkout .shop_table thead{border-bottom:1px solid var(--bricks-border-color)}.woocommerce-checkout .shop_table tbody td{border-bottom-style:solid;border-bottom-width:1px}.woocommerce-checkout .shop_table tbody tr:last-child td{border:none}.woocommerce-checkout .shop_table dl.variation{display:flex;flex-wrap:wrap;gap:.25em}.woocommerce-checkout .shop_table dl.variation dd,.woocommerce-checkout .shop_table dl.variation dt{margin:0}.woocommerce-checkout #payment{padding:20px}.woocommerce-checkout #payment .payment_methods{list-style-type:none;margin:0;padding:0}.woocommerce-checkout #payment .payment_methods li{margin-bottom:15px}.woocommerce-checkout #payment .payment_methods label{line-height:20px;text-transform:none}.woocommerce-checkout #payment .payment_methods label a{margin-left:5px}.woocommerce-checkout #payment .payment_methods input[type=checkbox]{float:left}.woocommerce-checkout #payment .payment_methods input[type=radio]{float:left;height:20px;margin:0 10px 0 0;width:auto}.woocommerce-checkout #payment .payment_methods input[type=radio]+label{font-size:14px}.woocommerce-checkout #payment .payment_methods .payment_box{background-color:var(--bricks-bg-light);font-size:14px;margin:15px 0;padding:10px 15px;position:relative}.woocommerce-checkout #payment .payment_methods .payment_box:before{background-color:var(--bricks-bg-light);border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;content:"";display:block;left:0;margin:-10px 0 0 15px;position:absolute;top:-10px}.woocommerce-checkout #payment .payment_methods img{float:right;max-width:80px}.woocommerce-checkout #payment .payment_methods a{font-weight:inherit;text-decoration:underline;text-transform:none}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{font-size:.9em}.woocommerce-checkout .place-order{display:flex;flex-direction:column;flex-wrap:nowrap}.woocommerce-checkout .place-order a{text-decoration:underline}.woocommerce-checkout .place-order .button{font-size:1.2em;line-height:60px}.woocommerce-checkout .woocommerce-privacy-policy-text,.woocommerce-checkout .woocommerce-terms-and-conditions{margin:10px 0}.woocommerce-checkout .woocommerce-form__input-checkbox{display:inline!important}.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text{position:relative;top:-2px}.woocommerce-checkout form.checkout_coupon{background-color:var(--bricks-bg-light);margin:30px 0;padding:20px}.woocommerce .blockUI.blockOverlay:before{animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) 50%;background-size:auto;background-size:cover;color:rgba(0,0,0,.75);content:"";display:block;font-size:2em;height:1em;left:50%;line-height:1;margin-left:-.5em;margin-top:-.5em;position:absolute;text-align:center;top:50%;width:1em}form.woocommerce-checkout.bricks-default-checkout{align-items:stretch;display:grid;gap:15px;grid-template-columns:56% auto;padding-bottom:20px;padding-top:20px}@media (max-width:767px){form.woocommerce-checkout.bricks-default-checkout{grid-template-columns:1fr}}.wp-block-woocommerce-checkout.alignwide{width:100%}.woocommerce-order-overview.order_details{border-style:solid;border-width:1px;display:grid;grid-template-columns:repeat(2,50%);margin:0 0 15px;padding:0}.woocommerce-order-overview.order_details li{border-bottom-style:solid;border-bottom-width:1px;display:inline-flex;flex-direction:column;padding:10px 20px}.woocommerce-order-overview.order_details li:nth-child(odd){border-right-style:solid;border-right-width:1px}.woocommerce-order-overview.order_details li:last-child{border-bottom:none}.woocommerce-order-overview.order_details+p{text-align:center}@media (max-width:478px){.woocommerce-order-overview.order_details{grid-template-columns:1fr}.woocommerce-order-overview.order_details li:nth-child(odd){border-right-style:unset;border-right-width:unset}}.woocommerce-order-details,.woocommerce-order-downloads{margin:30px 0}.woocommerce-order-details table{border-style:solid;border-width:1px;line-height:40px}.woocommerce-order-details table+.order-again{margin:15px 0 0}.woocommerce-order-details table thead{display:none}.woocommerce-order-details table tbody tr{border-bottom-style:solid;border-bottom-width:1px}.woocommerce-order-details table td,.woocommerce-order-details table th{line-height:1;padding:20px;width:50%}.woocommerce-order-details table td+td,.woocommerce-order-details table th+td{padding-left:0}.woocommerce-order-details table tfoot{background-color:var(--bricks-bg-light)}.woocommerce-order-details table .product-quantity{background-color:var(--bricks-bg-light);border-radius:20px;display:inline-block;font-size:12px;line-height:20px;margin:0 5px;padding:0 10px}.woocommerce-customer-details{margin:30px 0}.woocommerce-account:not(.logged-in) .woocommerce{flex-direction:column;gap:0}.woocommerce-account .woocommerce-MyAccount-navigation{background-color:var(--bricks-bg-light);min-width:25%}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style-type:none;margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;line-height:60px;padding:0 30px}.woocommerce-account .woocommerce-MyAccount-navigation .is-active{font-weight:700}.woocommerce-account .woocommerce-MyAccount-content{flex:1}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{margin-bottom:30px}.woocommerce-account .woocommerce>.woocommerce-form-login:not([class^=brxe-]){margin-left:auto;margin-right:auto;width:50%}@media (max-width:767px){.woocommerce-account .woocommerce>.woocommerce-form-login:not([class^=brxe-]){width:100%}}.woocommerce-account .woocommerce-form-login:not([class^=brxe-]),.woocommerce-account .woocommerce-form-register:not([class^=brxe-]){border-style:solid;border-width:1px;display:flex;flex-direction:column;gap:10px;margin-top:30px;padding:30px;text-align:center}.woocommerce-account .woocommerce-form-login:not([class^=brxe-]) p,.woocommerce-account .woocommerce-form-register:not([class^=brxe-]) p{margin:0}.woocommerce-account .woocommerce-form-login:not([class^=brxe-]) input[type=checkbox],.woocommerce-account .woocommerce-form-register:not([class^=brxe-]) input[type=checkbox]{display:inline;width:auto}.woocommerce-account #customer_login.col2-set{display:grid;gap:40px;grid-template-columns:1fr 1fr}.woocommerce-account #customer_login.col2-set form{text-align:initial}@media (max-width:767px){.woocommerce-account #customer_login.col2-set.col2-set{grid-template-columns:1fr}}.woocommerce-account #customer_login.col2-set h2+form{margin-top:10px}.woocommerce-account .woocommerce:not(#brx-content){display:flex;gap:40px}@media (max-width:767px){.woocommerce-account .woocommerce:not(#brx-content){flex-direction:column}}.woocommerce-account .woocommerce:not(#brx-content)>h2{text-align:center}.woocommerce-account .woocommerce .woocommerce-EditAccountForm .button,.woocommerce-account .woocommerce .woocommerce-address-fields .button{margin-top:15px}.woocommerce-account .woocommerce .woocommerce-EditAccountForm #billing_company_field,.woocommerce-account .woocommerce .woocommerce-address-fields #billing_company_field{display:inline-block}.woocommerce-account .woocommerce .woocommerce-PaymentMethod input[type=radio]{display:inline;width:auto}.woocommerce-account .woocommerce .woocommerce-PaymentMethod input[type=radio]+label{display:inline}.woocommerce-account .woocommerce .woocommerce-pagination{display:flex;flex-wrap:wrap;justify-content:space-between}.woocommerce-account .woocommerce .woocommerce-pagination a.woocommerce-button--next{margin-left:auto}.woocommerce-account .woocommerce-Addresses{display:flex;gap:30px;margin-top:30px}@media (max-width:767px){.woocommerce-account .woocommerce-Addresses{flex-direction:column}}.woocommerce-account .woocommerce-Addresses .edit{display:inline-block;font-weight:700}.woocommerce-account .woocommerce-Addresses .woocommerce-Address{flex:1}.woocommerce-account .woocommerce-ResetPassword{display:flex;flex-direction:column;gap:10px}.woocommerce-account .woocommerce-ResetPassword p{margin:0}.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row{float:none;width:auto}.woocommerce-account .woocommerce-ResetPassword .clear{display:none}.woocommerce-account form label{color:inherit}.woocommerce-account form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce-account form .password-input input{padding-inline-end:40px}.woocommerce-account form .password-input input::-ms-reveal{display:none}.woocommerce-account form .show-password-input{align-items:center;cursor:pointer;display:flex;position:absolute;right:0;width:40px}.woocommerce-account form .show-password-input:after{speak:never;-webkit-font-smoothing:antialiased;content:"\e010";font-family:WooCommerce;font-variant:normal;font-weight:400;line-height:1;margin-left:.618em;text-decoration:none;text-transform:none}.woocommerce-account form .show-password-input.display-password:after{color:var(--bricks-text-light)}.woocommerce-account form .woocommerce-password-strength{border-style:solid;border-width:1px;margin-top:10px;padding:5px 10px;text-align:center}.woocommerce-account form .woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373;color:#277313}.woocommerce-account form .woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b;color:#9b2828}.woocommerce-account form .woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53;color:#b7521d}.woocommerce-account form .woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733;color:#b58300}.woocommerce-account form .woocommerce-password-hint{display:block;margin:.5em 0 0}.woocommerce-account .woocommerce-customer-details .col2-set{grid-gap:30px;display:grid;grid-template-columns:repeat(2,1fr)}@media (max-width:767px){.woocommerce-account .woocommerce-customer-details .col2-set{grid-template-columns:1fr}}.woocommerce .woocommerce-order-downloads thead th,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders thead th,.woocommerce-account .woocommerce .woocommerce-table--order-downloads thead th{line-height:var(--bricks-woo-input-height)}.woocommerce .woocommerce-order-downloads tbody td,.woocommerce .woocommerce-order-downloads tbody th,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody th,.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody td,.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody th{border-top-style:solid;border-top-width:1px;padding:15px 0}.woocommerce .woocommerce-order-downloads tbody td a,.woocommerce .woocommerce-order-downloads tbody th a,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td a,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody th a,.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody td a,.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody th a{font-weight:700;margin-right:10px}.woocommerce .woocommerce-order-downloads tbody td a:last-child,.woocommerce .woocommerce-order-downloads tbody th a:last-child,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td a:last-child,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody th a:last-child,.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody td a:last-child,.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody th a:last-child{margin:0}@media (max-width:767px){.woocommerce .woocommerce-order-downloads thead,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders thead,.woocommerce-account .woocommerce .woocommerce-table--order-downloads thead{display:none}.woocommerce .woocommerce-order-downloads tbody td,.woocommerce .woocommerce-order-downloads tbody th,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody th,.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody td,.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody th{display:block;text-align:right}.woocommerce .woocommerce-order-downloads tbody td:before,.woocommerce .woocommerce-order-downloads tbody th:before,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td:before,.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody th:before,.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody td:before,.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody th:before{content:attr(data-title);display:table;float:left;font-weight:700}.woocommerce .woocommerce-order-downloads tbody tr:not(:last-child),.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody tr:not(:last-child),.woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody tr:not(:last-child){border-bottom-style:solid;border-bottom-width:1px;border-color:var(--bricks-border-color)}.woocommerce .woocommerce-order-downloads tbody tr:last-child td[class*=download]{border-bottom-style:solid;border-bottom-width:1px;border-top:none;border-color:var(--bricks-border-color)}}.added_to_cart{border-width:0;display:inline-flex;padding:.5em 1em}.brxe-woocommerce-products{align-self:stretch}.brxe-woocommerce-products .products{display:grid;gap:30px;grid-template-columns:repeat(4,1fr);list-style-type:none;margin:0;padding:0}@media (max-width:767px){.brxe-woocommerce-products .products{grid-template-columns:repeat(2,1fr)}}@media (max-width:478px){.brxe-woocommerce-products .products{grid-template-columns:repeat(1,1fr)}}.brxe-woocommerce-products .products.columns-1{grid-template-columns:repeat(1,1fr)}@media (max-width:767px){.brxe-woocommerce-products .products.columns-1{grid-template-columns:repeat(2,1fr)}}@media (max-width:478px){.brxe-woocommerce-products .products.columns-1{grid-template-columns:repeat(1,1fr)}}.brxe-woocommerce-products .products.columns-2{grid-template-columns:repeat(2,1fr)}@media (max-width:767px){.brxe-woocommerce-products .products.columns-2{grid-template-columns:repeat(2,1fr)}}@media (max-width:478px){.brxe-woocommerce-products .products.columns-2{grid-template-columns:repeat(1,1fr)}}.brxe-woocommerce-products .products.columns-3{grid-template-columns:repeat(3,1fr)}@media (max-width:767px){.brxe-woocommerce-products .products.columns-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:478px){.brxe-woocommerce-products .products.columns-3{grid-template-columns:repeat(1,1fr)}}.brxe-woocommerce-products .products.columns-4{grid-template-columns:repeat(4,1fr)}@media (max-width:767px){.brxe-woocommerce-products .products.columns-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:478px){.brxe-woocommerce-products .products.columns-4{grid-template-columns:repeat(1,1fr)}}.brxe-woocommerce-products .products.columns-5{grid-template-columns:repeat(5,1fr)}@media (max-width:767px){.brxe-woocommerce-products .products.columns-5{grid-template-columns:repeat(2,1fr)}}@media (max-width:478px){.brxe-woocommerce-products .products.columns-5{grid-template-columns:repeat(1,1fr)}}.brxe-woocommerce-products .products.columns-6{grid-template-columns:repeat(6,1fr)}@media (max-width:767px){.brxe-woocommerce-products .products.columns-6{grid-template-columns:repeat(2,1fr)}}@media (max-width:478px){.brxe-woocommerce-products .products.columns-6{grid-template-columns:repeat(1,1fr)}}.brxe-woocommerce-products .product{display:flex;flex-direction:column;height:100%}.brxe-woocommerce-products .product .woocommerce-LoopProduct-link{display:block;position:relative}.brxe-woocommerce-products .product .dynamic a img,.brxe-woocommerce-products .product .woocommerce-LoopProduct-link img{width:100%}.brxe-woocommerce-products .product h2{font-size:1.3em;margin:15px 0 0}.brxe-woocommerce-products .product .price{display:block}.brxe-woocommerce-products .product .price del{margin-right:5px}.brxe-woocommerce-products.bricks-layout-wrapper[data-layout=list] li.product{display:flex;flex-flow:row nowrap}.brxe-woocommerce-products.bricks-layout-wrapper[data-layout=list] li.product .bricks-product-image{flex:1 1 30%}.brxe-woocommerce-products.bricks-layout-wrapper[data-layout=list] li.product .bricks-product-meta{flex:2 1 70%;margin-left:30px}.brxe-woocommerce-products.bricks-layout-wrapper[data-layout=list] li.product .bricks-product-meta h2{margin:0}.brxe-woocommerce-products .add_to_cart_button,.brxe-woocommerce-products .added_to_cart,.brxe-woocommerce-products .button{margin-top:10px}.brxe-woocommerce-products .button{align-self:flex-start}.brxe-woocommerce-products .bricks-products-widgets{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.brxe-woocommerce-products .bricks-products-widgets.before{margin-bottom:20px}.brxe-woocommerce-products .bricks-products-widgets.after{margin-top:20px}.brxe-woocommerce-products .bricks-products-widgets form{margin:0}.brxe-woocommerce-products .bricks-products-widgets .orderby{padding-right:30px}.products .product{position:relative}.products+.woocommerce-pagination{margin:60px auto 0}.woocommerce-pagination{display:flex}.woocommerce-pagination .page-numbers{align-items:center;display:flex;flex-wrap:wrap;margin:0;padding:0}.woocommerce-pagination .page-numbers li{display:inline-block;margin:0 5px}.woocommerce-pagination .page-numbers li .page-numbers{padding:0 5px}.woocommerce-pagination .page-numbers li .current,.woocommerce-pagination .page-numbers li:hover{font-weight:700}.brxe-product-gallery{min-width:0;width:100%}.brxe-product-gallery[data-pos=top] .woocommerce-product-gallery{flex-direction:column-reverse}.brxe-product-gallery[data-pos=left] .woocommerce-product-gallery{flex-direction:row-reverse}.brxe-product-gallery[data-pos=right] .woocommerce-product-gallery{flex-direction:row}.brxe-product-gallery[data-pos=left] .flex-control-nav,.brxe-product-gallery[data-pos=right] .flex-control-nav{flex-shrink:0;grid-template-columns:1fr;width:100px}.brxe-product-gallery.bricks-lightbox .woocommerce-product-gallery .woocommerce-product-gallery__image img{cursor:zoom-in}.brxe-product-gallery .woocommerce-product-gallery,.brxe-product-gallery img{width:100%}.brxe-product-gallery.thumbnail-slider{display:flex;flex-direction:column;gap:30px}.brxe-product-gallery.thumbnail-slider[data-pos=top]{flex-direction:column-reverse}.brxe-product-gallery.thumbnail-slider[data-pos=left]{flex-direction:row-reverse}.brxe-product-gallery.thumbnail-slider[data-pos=right]{flex-direction:row}.brxe-product-gallery.thumbnail-slider[data-pos=bottom] .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image:not(:last-child),.brxe-product-gallery.thumbnail-slider[data-pos=top] .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image:not(:last-child){margin-inline-end:30px}.brxe-product-gallery.thumbnail-slider[data-pos=left] .brx-product-gallery-thumbnail-slider,.brxe-product-gallery.thumbnail-slider[data-pos=right] .brx-product-gallery-thumbnail-slider{flex-shrink:0;width:100px}.brxe-product-gallery.thumbnail-slider[data-pos=left] .brx-product-gallery-thumbnail-slider .brx-thumbnail-slider-wrapper,.brxe-product-gallery.thumbnail-slider[data-pos=right] .brx-product-gallery-thumbnail-slider .brx-thumbnail-slider-wrapper{width:auto!important}.brxe-product-gallery.thumbnail-slider[data-pos=left] .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image:not(:last-child),.brxe-product-gallery.thumbnail-slider[data-pos=right] .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image:not(:last-child){margin-bottom:30px}.brxe-product-gallery.thumbnail-slider[data-pos=left] .flex-direction-nav a,.brxe-product-gallery.thumbnail-slider[data-pos=right] .flex-direction-nav a{transform:translateX(-50%)}.brxe-product-gallery.thumbnail-slider[data-pos=left] .flex-direction-nav a.flex-prev,.brxe-product-gallery.thumbnail-slider[data-pos=right] .flex-direction-nav a.flex-prev{bottom:auto;left:50%;top:0}.brxe-product-gallery.thumbnail-slider[data-pos=left] .flex-direction-nav a.flex-next,.brxe-product-gallery.thumbnail-slider[data-pos=right] .flex-direction-nav a.flex-next{bottom:0;left:50%;top:auto}.brxe-product-gallery.thumbnail-slider .flex-direction-nav a{transform:translateY(-50%)}.brxe-product-gallery.thumbnail-slider .flex-direction-nav a.flex-prev{left:0;top:50%}.brxe-product-gallery.thumbnail-slider .flex-direction-nav a.flex-next{right:0;top:50%}.brxe-product-gallery.thumbnail-slider .brx-product-gallery-thumbnail-slider{overflow:hidden;position:relative}.brxe-product-gallery.thumbnail-slider .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image a{outline:none}.brxe-product-gallery.thumbnail-slider .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image img{aspect-ratio:1;cursor:pointer;object-fit:cover;opacity:.3;transition:opacity .1s;width:100%}.brxe-product-gallery.thumbnail-slider .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image img:hover,.brxe-product-gallery.thumbnail-slider .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image.flex-active-slide img{opacity:1}.brxe-product-gallery.thumbnail-slider .brx-product-gallery-thumbnail-slider .flex-direction-nav{height:0;list-style-type:none;margin:0;padding:0}.brxe-product-gallery.thumbnail-slider .brx-product-gallery-thumbnail-slider .flex-direction-nav a{cursor:pointer;display:grid;font-size:20px;outline:none;overflow:hidden;place-items:center;position:absolute;text-decoration:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:10}.brxe-product-gallery.thumbnail-slider .brx-product-gallery-thumbnail-slider .flex-direction-nav .flex-disabled{cursor:default;filter:alpha(opacity=0);opacity:0!important;z-index:-1}.brxe-product-gallery.thumbnail-slider .woocommerce-product-gallery .flex-control-thumbs{display:none}.woocommerce-product-gallery{display:flex;flex-direction:column;gap:20px;position:relative;width:50%}@media (max-width:991px){.woocommerce-product-gallery{width:100%}}.woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger{opacity:1}.woocommerce-product-gallery figure{margin:0}.woocommerce-product-gallery .woocommerce-product-gallery__image a{display:block}.woocommerce-product-gallery .woocommerce-product-gallery__image img{width:100%}.woocommerce-product-gallery .woocommerce-product-gallery__trigger{height:24px;opacity:0;position:absolute;right:15px;text-align:center;top:15px;width:24px;z-index:1}.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before{background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYmkgYmktYXJyb3dzLWFuZ2xlLWV4cGFuZCIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iY3VycmVudENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNSAxMC4wMzZhLjUuNSAwIDAgMSAuNS41djMuNWgzLjVhLjUuNSAwIDAgMSAwIDFoLTRhLjUuNSAwIDAgMS0uNS0uNXYtNGEuNS41IDAgMCAxIC41LS41eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi4zNTQgOS42NDZhLjUuNSAwIDAgMSAwIC43MDhsLTQuNSA0LjVhLjUuNSAwIDAgMS0uNzA4LS43MDhsNC41LTQuNWEuNS41IDAgMCAxIC43MDggMHptOC41LTguNWEuNS41IDAgMCAxIDAgLjcwOGwtNC41IDQuNWEuNS41IDAgMCAxLS43MDgtLjcwOGw0LjUtNC41YS41LjUgMCAwIDEgLjcwOCAweiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMDM2IDEuNWEuNS41IDAgMCAxIC41LS41aDRhLjUuNSAwIDAgMSAuNS41djRhLjUuNSAwIDEgMS0xIDBWMmgtMy41YS41LjUgMCAwIDEtLjUtLjV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");background-position:50%;background-repeat:no-repeat;background-size:18px;border-radius:4px;content:"";cursor:zoom-in;height:24px;position:absolute;right:0;top:0;width:24px;z-index:1}.woocommerce-product-gallery .flex-control-thumbs{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);list-style-type:none;margin:0;padding:0}.woocommerce-product-gallery .flex-control-thumbs img{cursor:pointer;opacity:.3;transition:opacity .1s;width:100%}.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover{opacity:1}.brx-body.iframe .woocommerce-product-gallery__trigger{pointer-events:none!important}.single-product .product{display:flex;flex-wrap:wrap;position:relative}.single-product .content-area .product{column-gap:30px}.single-product .woocommerce-grouped-product-list{margin-bottom:15px}.single-product .woocommerce-grouped-product-list-item{align-items:center;margin-bottom:10px}.single-product .woocommerce-grouped-product-list-item label{margin:0 10px}.single-product .woocommerce-grouped-product-list-item .quantity{margin-bottom:0}.single-product .woocommerce-grouped-product-list-item td{padding:0}.single-product .brxe-product-stock{width:auto}.single-product .summary{flex:1}.single-product .summary .product_title{margin-bottom:10px}.single-product .summary .price{font-size:1.4em;margin:15px 0}.single-product .summary .price del{color:var(--bricks-text-light);margin-right:5px}.single-product .summary .price ins{text-decoration:none}.single-product .summary .woocommerce-product-details__short-description{margin-bottom:30px}.single-product .summary .stock{font-weight:700;margin-bottom:15px}.single-product .summary .stock.in-stock{color:var(--bricks-text-success)}.single-product .summary .stock.out-of-stock{color:var(--bricks-text-danger)}.single-product .summary .product_meta{border-top-style:solid;border-top-width:1px;display:block;margin-top:30px;padding-top:30px}.single-product .summary .product_meta>span{display:block;line-height:30px}.single-product .product_meta .separator{display:inline-block;text-align:center;width:20px}.single-product .product_meta a{font-weight:700}.single-product .product_meta.column{align-items:unset;flex-direction:column}.single-product .woocommerce-tabs{margin:60px 0}form.cart .quantity,form.woocommerce-cart-form .quantity{display:flex;width:200px}form.cart .quantity+button,form.woocommerce-cart-form .quantity+button{margin-top:10px}form.cart .quantity.hidden,form.woocommerce-cart-form .quantity.hidden{display:none}form.cart .quantity input,form.woocommerce-cart-form .quantity input{-moz-appearance:textfield;background-color:transparent;flex:1;line-height:var(--bricks-woo-input-height);order:1;padding:0;text-align:center}form.cart .quantity input::-webkit-inner-spin-button,form.cart .quantity input::-webkit-outer-spin-button,form.woocommerce-cart-form .quantity input::-webkit-inner-spin-button,form.woocommerce-cart-form .quantity input::-webkit-outer-spin-button{-webkit-appearance:none}form.cart .quantity input[type=hidden]+.minus,form.cart .quantity input[type=hidden]+.minus+.plus,form.woocommerce-cart-form .quantity input[type=hidden]+.minus,form.woocommerce-cart-form .quantity input[type=hidden]+.minus+.plus{display:none}form.cart .quantity .qty,form.woocommerce-cart-form .quantity .qty{border-left:none!important;border-right:none!important;width:30px}form.cart .quantity .minus,form.woocommerce-cart-form .quantity .minus{border-style:solid;border-width:1px;order:0}form.cart .quantity .plus,form.woocommerce-cart-form .quantity .plus{border-style:solid;border-width:1px;order:2}form.cart .quantity .minus,form.cart .quantity .plus,form.woocommerce-cart-form .quantity .minus,form.woocommerce-cart-form .quantity .plus{align-items:center;cursor:pointer;display:flex;justify-content:center;opacity:.75;user-select:none;width:40px}form.cart .quantity .minus:hover svg,form.cart .quantity .plus:hover svg,form.woocommerce-cart-form .quantity .minus:hover svg,form.woocommerce-cart-form .quantity .plus:hover svg{stroke:#000}form.cart .quantity .minus svg,form.cart .quantity .plus svg,form.woocommerce-cart-form .quantity .minus svg,form.woocommerce-cart-form .quantity .plus svg{height:16px;pointer-events:none;width:16px}form.cart .button,form.woocommerce-cart-form .button{align-items:center;column-gap:10px;display:inline-flex;justify-content:center;min-width:200px;white-space:nowrap}form.cart table.variations,form.woocommerce-cart-form table.variations{empty-cells:show;margin-bottom:30px;overflow:visible}form.cart table.variations tr:not(:has(.reset_variations)),form.woocommerce-cart-form table.variations tr:not(:has(.reset_variations)){border-bottom-style:solid;border-bottom-width:1px;border-top-style:solid;border-top-width:1px}form.cart table.variations th,form.woocommerce-cart-form table.variations th{padding-top:15px;vertical-align:top}form.cart table.variations th label,form.woocommerce-cart-form table.variations th label{margin-bottom:0}form.cart table.variations td,form.woocommerce-cart-form table.variations td{padding:15px 0;position:relative;width:50%}form.cart table.variations tr:not(:has(.reset_variations)):has(td[colspan]),form.woocommerce-cart-form table.variations tr:not(:has(.reset_variations)):has(td[colspan]){display:none}form.cart table.variations .reset_variations,form.woocommerce-cart-form table.variations .reset_variations{border-width:0;display:inline-flex;display:none;margin-top:1em;padding:0}form.cart table.variations .reset_variations:before,form.woocommerce-cart-form table.variations .reset_variations:before{content:"×";font-size:1.2em;margin-right:5px}form.cart .woocommerce-variation:not(:empty),form.woocommerce-cart-form .woocommerce-variation:not(:empty){margin-bottom:30px}form.cart .woocommerce-variation-price,form.woocommerce-cart-form .woocommerce-variation-price{margin:10px 0}.woocommerce-tabs{border-top-style:solid;border-top-width:1px;flex-direction:column;width:100%}.woocommerce-tabs,.woocommerce-tabs .wc-tabs{border-bottom-style:solid;border-bottom-width:1px;display:flex}.woocommerce-tabs .wc-tabs{flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.woocommerce-tabs .wc-tabs li{padding:15px 30px}.woocommerce-tabs .wc-tabs .active{font-weight:700}.woocommerce-tabs .panel{flex:1;padding:30px}.woocommerce-tabs .panel th{text-align:inherit}#reviews .comment-reply-title{display:block;font-size:1.3em;font-weight:700;margin-bottom:20px}#reviews .avatar{border-radius:48px;height:48px;margin-right:30px;width:48px}#reviews .commentlist{list-style-type:none;margin:0;padding:0}#reviews .commentlist li{margin-bottom:30px}#reviews .comment_container{display:flex}#reviews .comment-text{flex:1;position:relative}#reviews .comment-text .star-rating{position:absolute}#reviews .meta .woocommerce-review__author{display:block;line-height:1;margin-bottom:5px}#reviews .meta .woocommerce-review__dash{display:none}#reviews .meta .woocommerce-review__published-date{color:var(--bricks-text-light);font-size:.9em}#reviews .description{border-bottom-style:solid;border-bottom-width:1px;margin-top:15px;padding-bottom:30px}#reviews #review_form_wrapper{margin-top:60px}#reviews form label{color:currentcolor;font-weight:700}#reviews form .required{opacity:.5}#reviews form .stars.selected a.active:before,#reviews form .stars.selected a:not(.active):before{color:var(--bricks-text-medium)}#reviews form .stars.selected a.active~a:before{color:#d5d6d7}#reviews form .stars a{display:inline-block;height:15px;line-height:1;position:relative;text-decoration:none;text-indent:-999em;width:15px}#reviews form .stars a:before{color:#d5d6d7;content:"\e020";font-family:WooCommerce;left:0;position:absolute;text-indent:0;top:0}#reviews form .comment-form-comment{margin:15px 0}#reviews form .comment-form-comment label{margin:0 0 10px}.woocommerce-product-rating{align-items:center;display:flex;line-height:1}.woocommerce-product-rating .star-rating{margin-right:5px}.star-rating{color:#d5d6d7;font-family:WooCommerce;font-size:15px;height:15px;line-height:1;overflow:hidden;position:relative;right:0;top:0;width:75px}.star-rating:before{content:"\e020\e020\e020\e020\e020";position:absolute;right:0;top:0}.star-rating span{left:0;overflow:hidden;padding-top:15px;position:absolute;top:0}.star-rating span:before{color:var(--bricks-text-medium);content:"\e020\e020\e020\e020\e020";left:0;position:absolute;top:0}}
:root {--bricks-color-wvxxps: #ffffff;--bricks-color-tmrizf: #e5e5e5;--bricks-color-ybtwrs: #000000;--bricks-color-higxeg: #d12f26;--bricks-color-yfqhfi: #fefefe;--bricks-color-btgbkn: #242424;--bricks-color-vomuii: rgba(0, 0, 0, 0.16);--bricks-color-acfhyp: #cbc0c0;--bricks-color-tppyrs: #f2463d;--bricks-color-cjojrg: #f20d00;--bricks-color-mqgjpp: #292f40;} .brxe-text {line-height: 1.5; font-size: 16px; font-family: "Inter"; color: #242424} .brxe-text-basic {line-height: 1.5; font-size: 16px; font-family: "Inter"; color: #242424} html {background-color: var(--bricks-color-wvxxps)} body {background: none} h1 {color: #242424; line-height: 1.2} h2 {color: #242424; line-height: 1.2} h3 {color: #242424; line-height: 1.2} h4 {color: #242424; line-height: 1.2} h5 {color: #242424; line-height: 1.2} h6 {color: #242424; line-height: 1.2; font-family: "Inter"}@layer bricks {.brxe-dropdown{cursor:pointer;display:flex;flex-direction:column;position:relative}.brxe-dropdown.brx-draggable:empty{min-height:0}.brxe-dropdown.brx-draggable:empty:not(.editing){outline:none}.brxe-dropdown[data-static] .open>.brx-dropdown-content,.brxe-dropdown[data-static].open>.brx-dropdown-content{display:block}.brxe-dropdown[data-static] .brx-dropdown-content{display:none;position:static}.brxe-dropdown:not([data-toggle=click]):hover .brx-dropdown-content:after{bottom:100%;content:"";height:var(--brx-dropdown-height-before,0);position:absolute;width:100%;z-index:1}.brxe-dropdown.caret .brx-dropdown-content:before{border:0 solid transparent;border-bottom-color:#fff;content:"";height:0;left:0;position:absolute;top:0;transform:translateY(-100%);transition-duration:.2s;transition-property:opacity,transform,visibility;transition-timing-function:ease;width:0}.brxe-dropdown.open>.brx-dropdown-content{opacity:1;visibility:visible}.brxe-dropdown:not(.open) .brx-dropdown-content{pointer-events:none}.brxe-dropdown .brx-submenu-toggle{gap:10px}.brxe-dropdown .brxe-dropdown:not([data-toggle=click]):hover:before{display:none}.brxe-dropdown .brxe-dropdown .brx-dropdown-content{left:100%;top:0}.brx-dropdown-content{background-color:#fff;cursor:auto;display:flex;flex-direction:column;list-style-type:none;margin:0;min-width:200px;opacity:0;padding:0;position:absolute;top:100%;transition-duration:.2s;transition-property:opacity,transform,visibility;transition-timing-function:ease;visibility:hidden;z-index:1001}.brx-dropdown-content:not(.brx-submenu-positioned){display:none!important}.brx-dropdown-content>li.brxe-text-link{display:list-item}.brx-dropdown-content>li .brxe-text-link{display:flex}.brx-multilevel-back{align-items:center;cursor:pointer;display:flex;gap:3px;width:100%}.brx-render-child-nodes{display:none!important}}#brxe-ganoyk {color: #242424; font-size: 15px; line-height: 30px; font-weight: 600}#brxe-dcnmfv {width: 100%; border-bottom: 1px solid var(--bricks-color-tmrizf); padding-bottom: 5px}#brxe-eaviqx {background-color: var(--bricks-color-wvxxps); width: 100%; border-top: 2px solid #e5e5e5; border-right: 2px solid #e5e5e5; border-left: 2px solid #e5e5e5; border-top-left-radius: 20px; border-top-right-radius: 20px; padding-top: 20px; padding-right: 40px; padding-left: 40px; font-size: 16px}.brxe-dqhqjy .brxe-ivcygy.brxe-text-basic {color: #242424; font-size: 15px; margin-bottom: 0}.brxe-dqhqjy .brxe-ivcygy.brxe-text-basic:hover {font-weight: 500; color: var(--bricks-color-tppyrs)}#brxe-ygrpys {row-gap: 10px}.brxe-qpegpi .brxe-scfrcd.brxe-text-basic {color: #242424; font-size: 15px; margin-bottom: 0}.brxe-qpegpi .brxe-scfrcd.brxe-text-basic:hover {font-weight: 500; color: var(--bricks-color-tppyrs)}#brxe-hhpdco {row-gap: 10px}.brxe-mcxppc .brxe-dcmckx.brxe-text-basic {color: #242424; font-size: 15px; margin-bottom: 0}.brxe-mcxppc .brxe-dcmckx.brxe-text-basic:hover {color: var(--bricks-color-tppyrs); font-weight: 500}.brxe-sfgrbd .brxe-slghfq.brxe-text-basic {color: #242424; font-size: 15px; margin-bottom: 0}.brxe-sfgrbd .brxe-slghfq.brxe-text-basic:hover {font-weight: 500; color: var(--bricks-color-tppyrs)}#brxe-sthmqy {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border: 2px solid #e5e5e5; border-radius: 10px; row-gap: 10px}#brxe-aobvpd {width: 100%; color: #242424; line-height: 19px}#brxe-aobvpd:hover {color: var(--bricks-color-tppyrs)}#brxe-aobvpd .brx-dropdown-content > li [aria-current="page"] {color: var(--bricks-color-tppyrs)}#brxe-aobvpd .brx-dropdown-content > li .aria-current {color: var(--bricks-color-tppyrs)}#brxe-aobvpd.brx-has-megamenu .brx-dropdown-content [aria-current="page"] {color: var(--bricks-color-tppyrs)}.brxe-aumryj .brxe-edmlel.brxe-text-basic {color: #242424; font-size: 15px; margin-bottom: 0}.brxe-aumryj .brxe-edmlel.brxe-text-basic:hover {font-weight: 500; color: var(--bricks-color-tppyrs)}#brxe-yfedkz {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border: 2px solid #e5e5e5; border-radius: 10px; row-gap: 10px}#brxe-ugjeeb {width: 100%; color: #242424; line-height: 19px}.brxe-ovcoow .brxe-mjciyn.brxe-text-basic {color: #242424; font-size: 15px; margin-bottom: 0}.brxe-ovcoow .brxe-mjciyn.brxe-text-basic:hover {font-weight: 500; color: var(--bricks-color-tppyrs)}#brxe-sghjoz {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border: 2px solid #e5e5e5; border-radius: 10px; row-gap: 10px}#brxe-nurxpx {width: 100%; color: #242424; line-height: 19px}#brxe-qikbbp {row-gap: 10px}#brxe-jpiysy {background-color: var(--bricks-color-wvxxps); width: 100%; display: grid; align-items: initial; grid-template-columns: 1fr 1fr 1fr; padding-top: 20px; padding-right: 40px; padding-bottom: 40px; padding-left: 40px; grid-gap: 50px; z-index: 9999; border-right: 2px solid #e5e5e5; border-bottom: 2px solid #e5e5e5; border-left: 2px solid #e5e5e5; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px}@media (max-width: 1200px) {#brxe-jpiysy {grid-gap: 30px}}#brxe-hdnnxs {width: 700px; z-index: 9999}#brxe-auwwib {width: 700px; right: -297px; top: 0px; z-index: 6; border-color: #e5e5e5; background-color: rgba(0, 0, 0, 0)}#brxe-uevkaj {z-index: 5; font-size: 15px; line-height: 1.25; color: #242424; border-bottom: 1px solid var(--bricks-color-tmrizf); padding-top: 15px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; width: 100%}#brxe-uevkaj .brx-submenu-toggle button {font-size: 12px}#brxe-nfnvel {color: #242424; font-size: 15px; line-height: 30px; margin-bottom: 0}#brxe-nfnvel:hover {color: var(--bricks-color-tppyrs); font-weight: 500}#brxe-ibqizo {row-gap: 10px}#brxe-dkrddv {background-color: var(--bricks-color-wvxxps); display: grid; align-items: initial; grid-template-columns: 1fr; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; grid-gap: 50px; z-index: 9999}#brxe-irekkk {z-index: 9999; width: 98%}#brxe-embuzc {right: -297px; top: 0px; z-index: 6; background-color: rgba(0, 0, 0, 0)}#brxe-oujnxa {width: 100%; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; z-index: 5; font-size: 15px; color: #242424; border-bottom: 1px solid var(--bricks-color-tmrizf)}#brxe-oujnxa .brx-submenu-toggle button {font-size: 12px}#brxe-opudcj {color: #242424; font-size: 15px; margin-bottom: 0}#brxe-opudcj:hover {color: var(--bricks-color-tppyrs); font-weight: 500}.brxe-otdhau .brxe-mfcouo.brxe-text-basic {color: #242424; font-size: 15px; margin-bottom: 0}.brxe-otdhau .brxe-mfcouo.brxe-text-basic:hover {font-weight: 500; color: var(--bricks-color-tppyrs)}#brxe-kyqxsg {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border: 2px solid #e5e5e5; border-radius: 10px; row-gap: 10px}#brxe-vplufn {width: 100%; color: var(--bricks-color-btgbkn)}.brxe-zucozw .brxe-sgyrhv.brxe-text-basic {color: #242424; font-size: 15px; margin-bottom: 0}.brxe-zucozw .brxe-sgyrhv.brxe-text-basic:hover {font-weight: 500; color: var(--bricks-color-tppyrs)}.brxe-zucozw.brxe-block {width: auto}#brxe-takyig {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border: 2px solid #e5e5e5; border-radius: 10px; row-gap: 10px; width: 500px}#brxe-kufubb {width: 100%; color: var(--bricks-color-btgbkn)}.brxe-wfowmz .brxe-czugcf.brxe-text-basic {color: #242424; font-size: 15px; margin-bottom: 0}.brxe-wfowmz .brxe-czugcf.brxe-text-basic:hover {font-weight: 500; color: var(--bricks-color-tppyrs)}#brxe-brwitf {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border: 2px solid #e5e5e5; border-radius: 10px; row-gap: 10px; width: 300px}#brxe-buqpgg {width: 100%; color: var(--bricks-color-btgbkn)}#brxe-dkytkf {row-gap: 10px}#brxe-nocuwo {background-color: var(--bricks-color-wvxxps); display: grid; align-items: initial; grid-template-columns: 1fr; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; grid-gap: 50px; z-index: 9999}#brxe-qijbzc {z-index: 9999; width: 98%}#brxe-iudibp {right: -297px; top: 0px; z-index: 6; background-color: rgba(0, 0, 0, 0)}#brxe-riiwrl {width: 100%; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; z-index: 5; font-size: 15px; color: #242424; border-bottom: 1px solid var(--bricks-color-tmrizf)}#brxe-riiwrl .brx-submenu-toggle button {font-size: 12px}.brxe-poutxf .brxe-uoztey.brxe-text-basic {color: #242424; font-size: 15px; line-height: 30px; margin-bottom: 0}.brxe-poutxf .brxe-uoztey.brxe-text-basic:hover {color: var(--bricks-color-tppyrs); font-weight: 500}#brxe-rbdgjj {row-gap: 10px}#brxe-opabid {background-color: var(--bricks-color-wvxxps); display: grid; align-items: initial; grid-template-columns: 1fr; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; grid-gap: 50px; z-index: 9999}#brxe-ihtpya {z-index: 9999; width: 98%}#brxe-iomqul {right: -297px; top: 0px; z-index: 6; background-color: rgba(0, 0, 0, 0)}#brxe-qqgdqy {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; z-index: 5; width: 100%; font-size: 15px; color: var(--bricks-color-btgbkn); border-bottom: 1px solid var(--bricks-color-tmrizf)}#brxe-qqgdqy .brx-submenu-toggle button {font-size: 12px}.brxe-pntmhc .brxe-lveqjc.brxe-text-basic {color: #242424; font-size: 15px; line-height: 30px; margin-bottom: 0}.brxe-pntmhc .brxe-lveqjc.brxe-text-basic:hover {color: var(--bricks-color-tppyrs); font-weight: 500}#brxe-wahtok {row-gap: 10px}#brxe-xhpoyz {background-color: var(--bricks-color-wvxxps); display: grid; align-items: initial; grid-template-columns: 1fr; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; grid-gap: 50px; z-index: 9999}#brxe-pkkdag {z-index: 9999; width: 98%}#brxe-yajiti {right: -297px; top: 0px; z-index: 6; background-color: rgba(0, 0, 0, 0)}#brxe-vewquq {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; z-index: 5; width: 100%; font-size: 15px; color: var(--bricks-color-btgbkn); border-bottom: 1px solid var(--bricks-color-tmrizf)}#brxe-vewquq .brx-submenu-toggle button {font-size: 12px}.brxe-afjury .brxe-picoxh.brxe-text-basic {color: #242424; font-size: 15px; line-height: 30px; margin-bottom: 0}.brxe-afjury .brxe-picoxh.brxe-text-basic:hover {color: var(--bricks-color-tppyrs); font-weight: 500}#brxe-havrbm {row-gap: 10px}#brxe-hpboiu {background-color: var(--bricks-color-wvxxps); display: grid; align-items: initial; grid-template-columns: 1fr; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; grid-gap: 50px; z-index: 9999}#brxe-lodlxo {z-index: 9999; width: 98%}#brxe-mghiov {right: -297px; top: 0px; z-index: 6; background-color: rgba(0, 0, 0, 0)}#brxe-yxwtie {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; z-index: 5; width: 100%; font-size: 15px; color: var(--bricks-color-btgbkn); border-bottom: 1px solid var(--bricks-color-tmrizf)}#brxe-yxwtie .brx-submenu-toggle button {font-size: 12px}.brxe-gduzri .brxe-bxxfyf.brxe-text-basic {color: #242424; font-size: 15px; line-height: 30px; margin-bottom: 0}.brxe-gduzri .brxe-bxxfyf.brxe-text-basic:hover {color: var(--bricks-color-tppyrs); font-weight: 500}#brxe-oicmhn {row-gap: 10px}#brxe-isyxim {background-color: var(--bricks-color-wvxxps); display: grid; align-items: initial; grid-template-columns: 1fr; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; grid-gap: 50px; z-index: 9999}#brxe-gfzevw {z-index: 9999; width: 98%}#brxe-gxpxml {right: -297px; top: 0px; z-index: 6; background-color: rgba(0, 0, 0, 0)}#brxe-hsvmrx {width: 100%; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; z-index: 5; font-size: 15px; color: #242424; border-bottom: 1px solid var(--bricks-color-tmrizf)}#brxe-hsvmrx .brx-submenu-toggle button {font-size: 12px}#brxe-yyxefe {color: #242424; font-size: 15px; line-height: 30px; margin-bottom: 0}#brxe-yyxefe:hover {color: var(--bricks-color-tppyrs); font-weight: 500}#brxe-qhgdjt {row-gap: 10px}#brxe-kdxhad {background-color: var(--bricks-color-wvxxps); display: grid; align-items: initial; grid-template-columns: 1fr; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; grid-gap: 50px; z-index: 9999}#brxe-dosquc {z-index: 9999; width: 98%}#brxe-qxsfje {right: -297px; top: 0px; z-index: 6; background-color: rgba(0, 0, 0, 0)}#brxe-stuonq {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; z-index: 5; width: 100%; font-size: 15px; color: #242424; border-bottom: 1px solid var(--bricks-color-tmrizf)}#brxe-stuonq .brx-submenu-toggle button {font-size: 12px}#brxe-stuonq .brx-dropdown-content > li [aria-current="page"] {background-color: var(--bricks-color-mqgjpp)}#brxe-stuonq .brx-dropdown-content > li .aria-current {background-color: var(--bricks-color-mqgjpp)}#brxe-stuonq.brx-has-megamenu .brx-dropdown-content [aria-current="page"] {background-color: var(--bricks-color-mqgjpp)}#brxe-ethpau {color: #242424; font-size: 15px; line-height: 30px; margin-bottom: 0; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; width: 100%; border-bottom: 1px solid var(--bricks-color-tmrizf); position: relative; z-index: 2}#brxe-gchyjy {color: #242424; font-size: 15px; line-height: 30px; margin-bottom: 0; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; width: 100%; border-bottom: 1px solid var(--bricks-color-tmrizf); position: relative; z-index: 2}#brxe-zhedoh {color: #242424; font-size: 15px; line-height: 30px; margin-bottom: 0; padding-top: 10px; padding-right: 10px; padding-bottom: 15px; padding-left: 20px; width: 100%; border-color: var(--bricks-color-tmrizf); position: relative; z-index: 2}#brxe-wjyyuy {width: 300px; border: 2px solid var(--bricks-color-tmrizf); border-radius: 20px; background-color: var(--bricks-color-wvxxps); align-items: center; pointer-events: auto}#brxe-zvjlxk {width: 100%}#brxe-gmrjox {width: 95%; max-width: 1364px; padding-left: 16px; margin-top: 5px}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}:where(.brxe-nav-menu).dragging .bricks-mobile-menu-wrapper{display:none!important;pointer-events:none!important}:where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu{pointer-events:none}:where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu:not(.brx-submenu-positioned){display:none!important}:where(.brxe-nav-menu) ol,:where(.brxe-nav-menu) ul{list-style-type:none;margin:0;padding:0}:where(.brxe-nav-menu) .bricks-nav-menu{display:flex;line-height:inherit;margin:0;padding:0}:where(.brxe-nav-menu) .bricks-nav-menu>li{margin:0 0 0 30px}:where(.brxe-nav-menu) .bricks-nav-menu>li.menu-item-has-children:hover:before{content:"";height:100%;min-height:60px;position:absolute;top:100%;width:100%;z-index:1}:where(.brxe-nav-menu) .bricks-nav-menu>li>.sub-menu.caret:before{border:0 solid transparent;border-bottom:0 solid var(--bricks-bg-dark);content:"";height:0;left:0;position:absolute;top:0;transform:translateY(-100%);width:0}:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click]:before{display:none}:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click].open>.sub-menu.caret:before{display:block}:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click] .sub-menu.caret:before{display:none}:where(.brxe-nav-menu) .bricks-nav-menu li{position:relative}:where(.brxe-nav-menu) .bricks-nav-menu li.open>.sub-menu{opacity:1;visibility:visible}:where(.brxe-nav-menu) .bricks-nav-menu li.open[data-static]>.sub-menu{display:block}:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu)>a{display:flex;width:100%}:where(.brxe-nav-menu) .bricks-nav-menu li[data-static]{flex-direction:column}:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] .sub-menu{display:none;position:static!important;transform:none}:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu{background-color:var(--bricks-bg-dark);color:#fff;line-height:60px;min-width:150px;opacity:0;position:absolute;top:100%;transition:var(--bricks-transition);visibility:hidden;white-space:nowrap;z-index:998}:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li{border-style:none;position:relative;width:100%}:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a,:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button{color:currentcolor;padding:0 20px}:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu .sub-menu{left:100%;padding-top:0;top:0}:where(.brxe-nav-menu) .bricks-nav-menu .brx-has-multilevel .sub-menu .brx-submenu-toggle{width:100%}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle{background-color:transparent;cursor:pointer;display:none;height:16px;min-width:12px;position:relative;width:20px}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle.always{display:block!important}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span{min-width:12px;width:20px}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle span{background-color:currentcolor;display:block;height:2px;position:absolute;right:0;transition:var(--bricks-transition)}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-top{min-width:12px;top:0;width:20px}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center{min-width:12px;top:7px;width:20px}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom{min-width:12px;top:14px;width:20px}.brx-body.iframe .bricks-mobile-menu-wrapper .sub-menu{display:block!important}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle{min-width:20px;width:20px;z-index:1000}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle.fixed{position:fixed}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-top{top:50%;transform:rotate(45deg)}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-center{opacity:0}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-bottom{top:50%;transform:rotate(-45deg)}.brxe-nav-menu.show-mobile-menu li.open>.brx-megamenu{display:initial;opacity:1;position:static;visibility:visible}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-wrapper{max-width:100vw;opacity:1!important;transform:translateX(0)!important;visibility:visible;z-index:999}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-overlay{opacity:1;visibility:visible;z-index:998}.brxe-nav-menu .bricks-mobile-menu-wrapper{bottom:0;color:#fff;display:flex;flex-direction:column;height:100vh;height:calc(var(--bricks-vh, 1vh)*100);left:0;position:fixed;right:auto;scrollbar-width:none;top:var(--wp-admin--admin-bar--height,0);transition-duration:.2s;transition-property:background-color,opacity,transform,visibility;visibility:hidden;width:300px;z-index:999}.brxe-nav-menu .bricks-mobile-menu-wrapper::-webkit-scrollbar{background:transparent;height:0;width:0}.brxe-nav-menu .bricks-mobile-menu-wrapper:before{background-color:#23282d;background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.brxe-nav-menu .bricks-mobile-menu-wrapper.fade-in{opacity:0;transform:translateX(0)!important}.brxe-nav-menu .bricks-mobile-menu-wrapper.left{transform:translateX(-100%)}.brxe-nav-menu .bricks-mobile-menu-wrapper.right{left:auto;right:0;transform:translateX(100%)}.brxe-nav-menu .bricks-mobile-menu-wrapper a{display:block;width:100%}.brxe-nav-menu .bricks-mobile-menu-wrapper .brx-megamenu a{display:initial}.brxe-nav-menu .bricks-mobile-menu-wrapper li a{line-height:60px}.brxe-nav-menu .bricks-mobile-menu-wrapper li a:focus{outline-offset:-1px}.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu{background:none!important;display:none;line-height:40px}.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li>.brx-submenu-toggle>*,.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li>a{padding:0 45px}.brxe-nav-menu .bricks-mobile-menu-wrapper li.open>.sub-menu{display:block}.brxe-nav-menu .bricks-mobile-menu-wrapper li.menu-item-has-children:hover:before{display:none}.brxe-nav-menu .bricks-mobile-menu{overflow-y:scroll;position:relative;scrollbar-width:none}.brxe-nav-menu .bricks-mobile-menu::-webkit-scrollbar{background:transparent;height:0;width:0}.brxe-nav-menu .bricks-mobile-menu>li>.brx-submenu-toggle>*,.brxe-nav-menu .bricks-mobile-menu>li>a{padding:0 30px}.brxe-nav-menu .bricks-mobile-menu .brx-megamenu{display:none}.brxe-nav-menu .bricks-mobile-menu-overlay{background-color:rgba(0,0,0,.25);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .2s;visibility:hidden;z-index:-1}li.menu-item-has-children [aria-expanded] .menu-item-icon{background-color:transparent;color:inherit;pointer-events:none;transition:inherit}li.menu-item-has-children [aria-expanded] .menu-item-icon i{position:relative;top:2px}li.menu-item-has-children [aria-expanded=false] .open{display:block}li.menu-item-has-children [aria-expanded=false] .close{display:none}li.menu-item-has-children [aria-expanded=true] .close{display:block}li.menu-item-has-children [aria-expanded=true] .open{display:none}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}:where(.brxe-search) button{align-items:center;background-color:transparent;cursor:pointer;display:flex;gap:.5em;height:40px;justify-content:center;width:60px}:where(.brxe-search) button svg:not([height]){height:inherit}.bricks-search-overlay{background-color:#fff;background-position:50%;background-size:cover;bottom:0;color:var(--bricks-text-medium);height:100%;left:0;opacity:0;position:fixed;right:0;text-align:center;top:0;transform:scale(1.1);transition:all .4s;visibility:hidden;width:100%;z-index:-1}.bricks-search-overlay:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.bricks-search-overlay.show{opacity:1;transform:scale(1);visibility:visible;z-index:999}.bricks-search-overlay .bricks-search-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;z-index:1}.bricks-search-overlay .close{background-color:transparent!important;cursor:pointer;font-size:60px;line-height:1;position:fixed;right:30px;text-align:center;top:15px;z-index:1}.bricks-search-overlay .title{margin:0 0 1em}.bricks-search-overlay .bricks-search-form{max-width:600px}.bricks-search-overlay .bricks-search-form input[type=search]{background-color:transparent;border-radius:0;font-size:1.4em;line-height:60px;text-align:center;width:100%}}@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{overflow:hidden;position:relative}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute!important;text-align:center;width:100%;z-index:1}}#brx-header.brx-sticky {transition: transform 0.5s}#brx-header.brx-sticky > .brxe-section,#brx-header.brx-sticky > .brxe-container,#brx-header.brx-sticky > .brxe-block,#brx-header.brx-sticky > .brxe-div {transition: transform 0.5s}#brx-header.brx-sticky .brxe-logo {transition: transform 0.5s}#brx-header.brx-sticky .bricks-nav-menu > li > a {transition: transform 0.5s}#brx-header.brx-sticky .bricks-nav-menu > li > .brx-submenu-toggle > a {transition: transform 0.5s}#brx-header.brx-sticky .bricks-nav-menu > li > .brx-submenu-toggle > button > * {transition: transform 0.5s}#brx-header.brx-sticky .brx-nav-nested-items > li > a {transition: transform 0.5s}#brx-header.brx-sticky .brx-nav-nested-items > li > .brx-submenu-toggle {transition: transform 0.5s}#brx-header.brx-sticky .brx-nav-nested-items > li > .brx-submenu-toggle > * {transition: transform 0.5s}#brx-header.brx-sticky .brxe-nav-nested > .brxe-toggle .brxa-inner {transition: transform 0.5s}#brx-header.brx-sticky .brxe-search {transition: transform 0.5s}#brx-header.brx-sticky .brxe-search button {transition: transform 0.5s}#brxe-svzcff {width: 78px; height: 71px}@media (max-width: 991px) {#brxe-svzcff {width: 50px; height: 45px; min-width: 50px; min-height: 45px}}#brxe-snofbk {letter-spacing: 0.8px; font-weight: 400; color: var(--bricks-color-yfqhfi); line-height: 20px}@media (max-width: 991px) {#brxe-snofbk {display: none}}#brxe-oezkrs {display: flex; align-items: center; column-gap: 23px}@media (max-width: 991px) {#brxe-oezkrs {width: 20%}}@media (max-width: 767px) {#brxe-oezkrs {width: 10%}}@media (max-width: 478px) {#brxe-oezkrs {justify-content: center}}#brxe-kfjfwo {max-width: 760px; width: 100%}#brxe-kakjpd {max-width: 760px; width: 100%}@media (max-width: 1400px) {#brxe-kakjpd {width: 50%}}@media (max-width: 991px) {#brxe-kakjpd {width: 80%}}#brxe-snawwj {height: 30px; width: 30px; min-width: 30px}#brxe-snawwj :not([fill="none"]) {fill: var(--bricks-color-yfqhfi) !important}#brxe-abstds {height: 30px; width: 30px; min-width: 30px}#brxe-abstds :not([fill="none"]) {fill: var(--bricks-color-yfqhfi) !important}#brxe-wcgrte svg {fill: var(--bricks-color-yfqhfi)}#brxe-wcgrte {margin-right: 12px; overflow: visible}#brxe-wcgrte .cart-count {background-color: var(--bricks-color-btgbkn)}#brxe-wcgrte .mini-cart-link .cart-icon .cart-count {font-family: "Inter"; font-weight: 400; font-size: 11px}#brxe-wcgrte .cart-detail .woocommerce-mini-cart__buttons .button {background-color: var(--bricks-color-higxeg); color: #f5f5f5; font-weight: 500; font-size: 15px; line-height: 19px; text-align: left; border-radius: 25px}#brxe-wcgrte .bricks-mini-cart-close > * {font-size: 22px}#brxe-wcgrte .widget_shopping_cart_content {padding-top: 80px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px}#brxe-wcgrte .woocommerce-mini-cart-item a:not(.remove) {font-weight: 600; line-height: 20px; font-size: 14px}#brxe-wcgrte .woocommerce-mini-cart-item .quantity {font-size: 12px; font-weight: 500; color: #242424}#brxe-wcgrte .cart-detail {width: 30%; background-color: #ffffff; border: 1px solid #707070}#brxe-wcgrte .cart-detail img {width: 130px}#brxe-wcgrte .bricks-mini-cart-close {border: 2px solid #242424; border-radius: 100px; padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px; top: 25px; right: 25px}@media (max-width: 1600px) {#brxe-wcgrte .bricks-mini-cart-close {top: 25px; right: 25px}#brxe-wcgrte .widget_shopping_cart_content {padding-top: 70px}}@media (max-width: 1400px) {#brxe-wcgrte .cart-detail {width: 50%}}@media (max-width: 991px) {#brxe-wcgrte {margin-right: 0}#brxe-wcgrte .cart-detail {width: 100%}#brxe-wcgrte .widget_shopping_cart_content {padding-right: 5%; padding-left: 5%}#brxe-wcgrte .bricks-mini-cart-close {top: 15px; right: 25px}}#brxe-tdblrq {display: flex; column-gap: 30px}@media (max-width: 991px) {#brxe-tdblrq {justify-content: flex-end; display: none}}@media (max-width: 478px) {#brxe-tdblrq {column-gap: 20px}}#brxe-klbsmb {height: 100px; max-width: 1364px; width: 100%; align-items: center; justify-content: space-between; flex-direction: row}@media (max-width: 1400px) {#brxe-klbsmb {width: 95%}}@media (max-width: 991px) {#brxe-klbsmb {flex-direction: row; height: 75px; row-gap: 20px; position: relative; width: 90%}}@media (max-width: 478px) {#brxe-klbsmb {flex-direction: row}}#header_top {background-color: var(--bricks-color-higxeg); border-bottom: 1px solid var(--bricks-color-acfhyp); z-index: 99; top: 0px}@media (max-width: 991px) {#header_top {position: fixed; top: 0px; height: 80px}}@layer bricks {@media (max-width: 991px) {#brxe-hoxauh .bricks-nav-menu-wrapper { display: none; }#brxe-hoxauh .bricks-mobile-menu-toggle { display: block; }}}#brxe-hoxauh .bricks-nav-menu > li {margin-left: 0}#brxe-hoxauh .bricks-nav-menu {gap: 28px}#brxe-hoxauh .bricks-nav-menu > li.menu-item > .brx-submenu-toggle svg {fill: #242424; height: 30px; width: 30px; stroke: var(--bricks-color-ybtwrs)}#brxe-hoxauh .bricks-nav-menu .brx-submenu-toggle button {margin-right: 14px; margin-left: 0}#brxe-hoxauh .bricks-nav-menu > li > a {font-size: 16px; font-family: "Inter"; font-weight: 600; padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px; border-radius: 25px}#brxe-hoxauh .bricks-nav-menu > li > .brx-submenu-toggle > * {font-size: 16px; font-family: "Inter"; font-weight: 600; padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px}#brxe-hoxauh .bricks-nav-menu .sub-menu {background-color: #fefefe; border: 1px solid var(--bricks-color-acfhyp); border-bottom-right-radius: 25px; border-bottom-left-radius: 25px}#brxe-hoxauh .bricks-nav-menu .sub-menu > li > a {font-size: 16px; color: var(--bricks-color-mqgjpp)}#brxe-hoxauh .bricks-nav-menu .sub-menu > li > .brx-submenu-toggle > * {font-size: 16px; color: var(--bricks-color-mqgjpp)}#brxe-hoxauh .bricks-nav-menu > li > .sub-menu {transform: translateY(16px)}#brxe-hoxauh .bricks-nav-menu > li > .brx-megamenu {transform: translateY(16px)}#brxe-hoxauh .bricks-nav-menu > li > .brx-submenu-toggle {border-radius: 25px}#brxe-hoxauh .bricks-nav-menu .sub-menu > .current-menu-item > a {background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi)}#brxe-hoxauh .bricks-nav-menu .sub-menu > .current-menu-item > .brx-submenu-toggle {background-color: var(--bricks-color-higxeg)}#brxe-hoxauh .bricks-nav-menu .sub-menu > .current-menu-ancestor > a {background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi)}#brxe-hoxauh .bricks-nav-menu .sub-menu > .current-menu-ancestor > .brx-submenu-toggle {background-color: var(--bricks-color-higxeg)}#brxe-hoxauh .bricks-nav-menu .sub-menu > .current-menu-item > .brx-submenu-toggle > * {color: var(--bricks-color-yfqhfi)}#brxe-hoxauh .bricks-nav-menu .sub-menu > .current-menu-ancestor > .brx-submenu-toggle > * {color: var(--bricks-color-yfqhfi)}#brxe-hoxauh {width: 100%}#brxe-hoxauh .bricks-nav-menu .sub-menu button[aria-expanded="true"] > * {transform: rotateX(180deg)}#brxe-hoxauh .bricks-nav-menu > li.menu-item-has-children > .brx-submenu-toggle button[aria-expanded] {color: var(--bricks-color-ybtwrs)}@media (max-width: 1200px) {#brxe-hoxauh .bricks-nav-menu {gap: 10px}}@media (max-width: 991px) {#brxe-hoxauh .bricks-mobile-menu-toggle {width: 30px !important; color: var(--bricks-color-mqgjpp)}#brxe-hoxauh .bricks-mobile-menu-toggle .bar-top {width: 30px !important}#brxe-hoxauh .bricks-mobile-menu-toggle .bar-center {width: 30px !important}#brxe-hoxauh .bricks-mobile-menu-toggle .bar-bottom {width: 30px !important}#brxe-hoxauh .bricks-mobile-menu-wrapper:before {background-color: #ffffff}#brxe-hoxauh .bricks-mobile-menu > li > a {color: var(--bricks-color-mqgjpp)}#brxe-hoxauh .bricks-mobile-menu > li > .brx-submenu-toggle > * {color: var(--bricks-color-mqgjpp)}#brxe-hoxauh .bricks-mobile-menu .sub-menu > li > a {color: var(--bricks-color-mqgjpp)}#brxe-hoxauh .bricks-mobile-menu .sub-menu > li > .brx-submenu-toggle > * {color: var(--bricks-color-mqgjpp)}#brxe-hoxauh .bricks-mobile-menu-wrapper {width: 300px}#brxe-hoxauh.show-mobile-menu .bricks-mobile-menu-toggle {display: none !important}#brxe-hoxauh {display: none}}@layer bricks {@media (max-width: 991px) {#brxe-ceowir .bricks-nav-menu-wrapper { display: none; }#brxe-ceowir .bricks-mobile-menu-toggle { display: block; }}}#brxe-ceowir .bricks-nav-menu > li {margin-left: 0}#brxe-ceowir .bricks-nav-menu {gap: 28px}#brxe-ceowir .bricks-nav-menu > li.menu-item > .brx-submenu-toggle svg {fill: #242424; height: 30px; width: 30px}#brxe-ceowir .bricks-nav-menu .brx-submenu-toggle button {margin-right: 14px; margin-left: 0}#brxe-ceowir .bricks-nav-menu > li > a {font-size: 16px; font-family: "Inter"; font-weight: 600; padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px; border-radius: 25px}#brxe-ceowir .bricks-nav-menu > li > .brx-submenu-toggle > * {font-size: 16px; font-family: "Inter"; font-weight: 600; padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px}#brxe-ceowir .bricks-nav-menu .sub-menu {background-color: #fefefe; border: 1px solid var(--bricks-color-acfhyp); border-bottom-right-radius: 25px; border-bottom-left-radius: 25px}#brxe-ceowir .bricks-nav-menu .sub-menu > li > a {font-size: 16px; color: var(--bricks-color-mqgjpp)}#brxe-ceowir .bricks-nav-menu .sub-menu > li > .brx-submenu-toggle > * {font-size: 16px; color: var(--bricks-color-mqgjpp)}#brxe-ceowir .bricks-nav-menu > li > .sub-menu {transform: translateY(16px)}#brxe-ceowir .bricks-nav-menu > li > .brx-megamenu {transform: translateY(16px)}#brxe-ceowir .bricks-nav-menu > li > .brx-submenu-toggle {border-radius: 25px}#brxe-ceowir .bricks-nav-menu .sub-menu > .current-menu-item > a {background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi)}#brxe-ceowir .bricks-nav-menu .sub-menu > .current-menu-item > .brx-submenu-toggle {background-color: var(--bricks-color-higxeg)}#brxe-ceowir .bricks-nav-menu .sub-menu > .current-menu-ancestor > a {background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi)}#brxe-ceowir .bricks-nav-menu .sub-menu > .current-menu-ancestor > .brx-submenu-toggle {background-color: var(--bricks-color-higxeg)}#brxe-ceowir .bricks-nav-menu .sub-menu > .current-menu-item > .brx-submenu-toggle > * {color: var(--bricks-color-yfqhfi)}#brxe-ceowir .bricks-nav-menu .sub-menu > .current-menu-ancestor > .brx-submenu-toggle > * {color: var(--bricks-color-yfqhfi)}#brxe-ceowir {width: 100%; display: none}#brxe-ceowir .bricks-nav-menu .sub-menu button[aria-expanded="true"] > * {transform: rotateX(180deg)}@media (max-width: 1200px) {#brxe-ceowir .bricks-nav-menu {gap: 10px}#brxe-ceowir {display: none}}@media (max-width: 991px) {#brxe-ceowir .bricks-mobile-menu-toggle {width: 30px !important; color: var(--bricks-color-mqgjpp)}#brxe-ceowir .bricks-mobile-menu-toggle .bar-top {width: 30px !important}#brxe-ceowir .bricks-mobile-menu-toggle .bar-center {width: 30px !important}#brxe-ceowir .bricks-mobile-menu-toggle .bar-bottom {width: 30px !important}#brxe-ceowir .bricks-mobile-menu-wrapper:before {background-color: #ffffff}#brxe-ceowir .bricks-mobile-menu > li > a {color: var(--bricks-color-mqgjpp)}#brxe-ceowir .bricks-mobile-menu > li > .brx-submenu-toggle > * {color: var(--bricks-color-mqgjpp)}#brxe-ceowir .bricks-mobile-menu .sub-menu > li > a {color: var(--bricks-color-mqgjpp)}#brxe-ceowir .bricks-mobile-menu .sub-menu > li > .brx-submenu-toggle > * {color: var(--bricks-color-mqgjpp)}#brxe-ceowir .bricks-mobile-menu-wrapper {width: 300px}#brxe-ceowir.show-mobile-menu .bricks-mobile-menu-toggle {display: none !important}}#brxe-auhqwk {max-width: 1364px; width: 100%; height: 80px; justify-content: center; position: relative}@media (max-width: 1400px) {#brxe-auhqwk {width: 95%}}@media (max-width: 991px) {#brxe-auhqwk {width: 90%}}#header_bottom {background-color: #fefefe; border-top: 1px solid var(--bricks-color-acfhyp); border-bottom: 1px solid var(--bricks-color-acfhyp); top: 100px; z-index: 10}@media (max-width: 991px) {#header_bottom {display: none}}#brxe-yhrtyq {width: 78px; height: 71px}@media (max-width: 991px) {#brxe-yhrtyq {width: 50px; height: 45px; min-width: 50px; min-height: 45px}}#brxe-ejbhpg {display: flex; align-items: center; column-gap: 23px; width: 78px; height: 78px}@media (max-width: 991px) {#brxe-ejbhpg {width: 20%}}@media (max-width: 767px) {#brxe-ejbhpg {width: 10%}}@media (max-width: 478px) {#brxe-ejbhpg {justify-content: center}}@layer bricks {@media (max-width: 991px) {#brxe-rhnnov .bricks-nav-menu-wrapper { display: none; }#brxe-rhnnov .bricks-mobile-menu-toggle { display: block; }}}#brxe-rhnnov .bricks-nav-menu > li {margin-left: 0}#brxe-rhnnov .bricks-nav-menu > li.menu-item > .brx-submenu-toggle svg {fill: var(--bricks-color-wvxxps); height: 30px; width: 30px}#brxe-rhnnov .bricks-nav-menu .brx-submenu-toggle button {margin-right: 14px; margin-left: 0}#brxe-rhnnov .bricks-nav-menu > li > a {font-size: 16px; font-family: "Inter"; font-weight: 600; color: var(--bricks-color-wvxxps); padding-top: 10px; padding-bottom: 10px; border-radius: 25px}#brxe-rhnnov .bricks-nav-menu > li > .brx-submenu-toggle > * {font-size: 16px; font-family: "Inter"; font-weight: 600; color: var(--bricks-color-wvxxps); padding-top: 10px; padding-bottom: 10px}#brxe-rhnnov .bricks-nav-menu .sub-menu {background-color: #fefefe; border: 1px solid var(--bricks-color-acfhyp); border-bottom-right-radius: 25px; border-bottom-left-radius: 25px}#brxe-rhnnov .bricks-nav-menu .sub-menu > li > a {font-size: 16px; color: var(--bricks-color-mqgjpp)}#brxe-rhnnov .bricks-nav-menu .sub-menu > li > .brx-submenu-toggle > * {font-size: 16px; color: var(--bricks-color-mqgjpp)}#brxe-rhnnov .bricks-nav-menu > li > .sub-menu {transform: translateY(16px)}#brxe-rhnnov .bricks-nav-menu > li > .brx-megamenu {transform: translateY(16px)}#brxe-rhnnov .bricks-nav-menu > li > .brx-submenu-toggle {border-radius: 25px}#brxe-rhnnov .bricks-nav-menu .sub-menu > .current-menu-item > a {background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi)}#brxe-rhnnov .bricks-nav-menu .sub-menu > .current-menu-item > .brx-submenu-toggle {background-color: var(--bricks-color-higxeg)}#brxe-rhnnov .bricks-nav-menu .sub-menu > .current-menu-ancestor > a {background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi)}#brxe-rhnnov .bricks-nav-menu .sub-menu > .current-menu-ancestor > .brx-submenu-toggle {background-color: var(--bricks-color-higxeg)}#brxe-rhnnov .bricks-nav-menu .sub-menu > .current-menu-item > .brx-submenu-toggle > * {color: var(--bricks-color-yfqhfi)}#brxe-rhnnov .bricks-nav-menu .sub-menu > .current-menu-ancestor > .brx-submenu-toggle > * {color: var(--bricks-color-yfqhfi)}#brxe-rhnnov {width: 100%}#brxe-rhnnov .bricks-nav-menu .sub-menu button[aria-expanded="true"] > * {transform: rotateX(180deg)}@media (max-width: 1200px) {#brxe-rhnnov .bricks-nav-menu {gap: 10px}#brxe-rhnnov {display: none}}@media (max-width: 991px) {#brxe-rhnnov .bricks-mobile-menu-toggle {width: 30px !important; color: var(--bricks-color-mqgjpp)}#brxe-rhnnov .bricks-mobile-menu-toggle .bar-top {width: 30px !important}#brxe-rhnnov .bricks-mobile-menu-toggle .bar-center {width: 30px !important}#brxe-rhnnov .bricks-mobile-menu-toggle .bar-bottom {width: 30px !important}#brxe-rhnnov .bricks-mobile-menu-wrapper:before {background-color: #ffffff}#brxe-rhnnov .bricks-mobile-menu > li > a {color: var(--bricks-color-mqgjpp)}#brxe-rhnnov .bricks-mobile-menu > li > .brx-submenu-toggle > * {color: var(--bricks-color-mqgjpp)}#brxe-rhnnov .bricks-mobile-menu .sub-menu > li > a {color: var(--bricks-color-mqgjpp)}#brxe-rhnnov .bricks-mobile-menu .sub-menu > li > .brx-submenu-toggle > * {color: var(--bricks-color-mqgjpp)}#brxe-rhnnov .bricks-mobile-menu-wrapper {width: 300px}#brxe-rhnnov.show-mobile-menu .bricks-mobile-menu-toggle {display: none !important}#brxe-rhnnov {display: none}}@layer bricks {@media (max-width: 991px) {#brxe-yefbjn .bricks-nav-menu-wrapper { display: none; }#brxe-yefbjn .bricks-mobile-menu-toggle { display: block; }}}#brxe-yefbjn .bricks-nav-menu > li {margin-left: 0}#brxe-yefbjn .bricks-nav-menu {gap: 28px}#brxe-yefbjn .bricks-nav-menu > li.menu-item > .brx-submenu-toggle svg {fill: #242424; height: 30px; width: 30px}#brxe-yefbjn .bricks-nav-menu .brx-submenu-toggle button {margin-right: 14px; margin-left: 0}#brxe-yefbjn .bricks-nav-menu > li > a {font-size: 16px; font-family: "Inter"; font-weight: 600; padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px; border-radius: 25px}#brxe-yefbjn .bricks-nav-menu > li > .brx-submenu-toggle > * {font-size: 16px; font-family: "Inter"; font-weight: 600; padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px}#brxe-yefbjn .bricks-nav-menu .sub-menu {background-color: #fefefe; border: 1px solid var(--bricks-color-acfhyp); border-bottom-right-radius: 25px; border-bottom-left-radius: 25px}#brxe-yefbjn .bricks-nav-menu .sub-menu > li > a {font-size: 16px; color: var(--bricks-color-mqgjpp)}#brxe-yefbjn .bricks-nav-menu .sub-menu > li > .brx-submenu-toggle > * {font-size: 16px; color: var(--bricks-color-mqgjpp)}#brxe-yefbjn .bricks-nav-menu > li > .sub-menu {transform: translateY(16px)}#brxe-yefbjn .bricks-nav-menu > li > .brx-megamenu {transform: translateY(16px)}#brxe-yefbjn .bricks-nav-menu > li > .brx-submenu-toggle {border-radius: 25px}#brxe-yefbjn .bricks-nav-menu .sub-menu > .current-menu-item > a {background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi)}#brxe-yefbjn .bricks-nav-menu .sub-menu > .current-menu-item > .brx-submenu-toggle {background-color: var(--bricks-color-higxeg)}#brxe-yefbjn .bricks-nav-menu .sub-menu > .current-menu-ancestor > a {background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi)}#brxe-yefbjn .bricks-nav-menu .sub-menu > .current-menu-ancestor > .brx-submenu-toggle {background-color: var(--bricks-color-higxeg)}#brxe-yefbjn .bricks-nav-menu .sub-menu > .current-menu-item > .brx-submenu-toggle > * {color: var(--bricks-color-yfqhfi)}#brxe-yefbjn .bricks-nav-menu .sub-menu > .current-menu-ancestor > .brx-submenu-toggle > * {color: var(--bricks-color-yfqhfi)}#brxe-yefbjn {width: 100%; display: none}#brxe-yefbjn .bricks-nav-menu .sub-menu button[aria-expanded="true"] > * {transform: rotateX(180deg)}@media (max-width: 1200px) {#brxe-yefbjn .bricks-nav-menu {gap: 10px}#brxe-yefbjn {display: none}}@media (max-width: 991px) {#brxe-yefbjn .bricks-mobile-menu-toggle {width: 30px !important; color: var(--bricks-color-mqgjpp)}#brxe-yefbjn .bricks-mobile-menu-toggle .bar-top {width: 30px !important}#brxe-yefbjn .bricks-mobile-menu-toggle .bar-center {width: 30px !important}#brxe-yefbjn .bricks-mobile-menu-toggle .bar-bottom {width: 30px !important}#brxe-yefbjn .bricks-mobile-menu-wrapper:before {background-color: #ffffff}#brxe-yefbjn .bricks-mobile-menu > li > a {color: var(--bricks-color-mqgjpp)}#brxe-yefbjn .bricks-mobile-menu > li > .brx-submenu-toggle > * {color: var(--bricks-color-mqgjpp)}#brxe-yefbjn .bricks-mobile-menu .sub-menu > li > a {color: var(--bricks-color-mqgjpp)}#brxe-yefbjn .bricks-mobile-menu .sub-menu > li > .brx-submenu-toggle > * {color: var(--bricks-color-mqgjpp)}#brxe-yefbjn .bricks-mobile-menu-wrapper {width: 300px}#brxe-yefbjn.show-mobile-menu .bricks-mobile-menu-toggle {display: none !important}}#brxe-vtqaqx {max-width: 716px; width: 52%}@media (max-width: 1400px) {#brxe-vtqaqx {width: 50%}}@media (max-width: 991px) {#brxe-vtqaqx {width: 80%}}#brxe-hncfjh {max-width: 760px; width: 100%}#brxe-shrmrj {max-width: 276px; width: 20%}@media (max-width: 1400px) {#brxe-shrmrj {width: 50%}}@media (max-width: 991px) {#brxe-shrmrj {width: 80%}}#brxe-cwpcta {height: 30px; width: 30px; min-width: 30px}#brxe-cwpcta :not([fill="none"]) {fill: var(--bricks-color-yfqhfi) !important}#brxe-rovsps {height: 30px; width: 30px; min-width: 30px}#brxe-rovsps :not([fill="none"]) {fill: var(--bricks-color-yfqhfi) !important}#brxe-qjefkv svg {fill: var(--bricks-color-yfqhfi)}#brxe-qjefkv {margin-right: 12px; overflow: visible}#brxe-qjefkv .cart-count {background-color: var(--bricks-color-btgbkn)}#brxe-qjefkv .mini-cart-link .cart-icon .cart-count {font-family: "Inter"; font-weight: 400; font-size: 11px}#brxe-qjefkv .cart-detail .woocommerce-mini-cart__buttons .button {background-color: var(--bricks-color-higxeg); color: #f5f5f5; font-weight: 500; font-size: 15px; line-height: 19px; text-align: left; border-radius: 25px}#brxe-qjefkv .bricks-mini-cart-close > * {font-size: 22px}#brxe-qjefkv .widget_shopping_cart_content {padding-top: 80px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px}#brxe-qjefkv .woocommerce-mini-cart-item a:not(.remove) {font-weight: 600; line-height: 20px; font-size: 14px}#brxe-qjefkv .woocommerce-mini-cart-item .quantity {font-size: 12px; font-weight: 500; color: #242424}#brxe-qjefkv .cart-detail {width: 30%; background-color: #ffffff; border: 1px solid #707070}#brxe-qjefkv .cart-detail img {width: 130px}#brxe-qjefkv .bricks-mini-cart-close {border: 2px solid #242424; border-radius: 100px; padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px; top: 25px; right: 25px}@media (max-width: 1600px) {#brxe-qjefkv .bricks-mini-cart-close {top: 25px; right: 25px}#brxe-qjefkv .widget_shopping_cart_content {padding-top: 70px}}@media (max-width: 1400px) {#brxe-qjefkv .cart-detail {width: 50%}}@media (max-width: 991px) {#brxe-qjefkv {margin-right: 0}#brxe-qjefkv .cart-detail {width: 100%}#brxe-qjefkv .widget_shopping_cart_content {padding-right: 5%; padding-left: 5%}#brxe-qjefkv .bricks-mini-cart-close {top: 15px; right: 25px}}#brxe-pdykco {display: flex; column-gap: 30px; width: 150px}@media (max-width: 991px) {#brxe-pdykco {justify-content: flex-end; display: none}}@media (max-width: 478px) {#brxe-pdykco {column-gap: 20px}}#brxe-nhqncs {max-width: 1360px; width: 100%; align-items: center; justify-content: space-between; flex-direction: row}@media (max-width: 1400px) {#brxe-nhqncs {width: 95%}}@media (max-width: 991px) {#brxe-nhqncs {flex-direction: row; height: 75px; row-gap: 20px; position: relative; width: 90%}}@media (max-width: 478px) {#brxe-nhqncs {flex-direction: row}}#sticky_header {background-color: var(--bricks-color-higxeg); border-bottom: 1px solid var(--bricks-color-acfhyp); z-index: 99; top: 0px; position: fixed; transform: translateY(-101%)}@media (max-width: 991px) {#sticky_header {position: fixed; top: 0px; height: 80px; display: none}}@layer bricks {@media (max-width: 991px) {#brxe-vqdjdy .bricks-nav-menu-wrapper { display: none; }#brxe-vqdjdy .bricks-mobile-menu-toggle { display: block; }}}#brxe-vqdjdy .bricks-nav-menu > li {margin-left: 0}#brxe-vqdjdy .bricks-nav-menu {gap: 28px}#brxe-vqdjdy .bricks-nav-menu > li.menu-item > .brx-submenu-toggle svg {fill: #242424; height: 30px; width: 30px}#brxe-vqdjdy .bricks-nav-menu .brx-submenu-toggle button {margin-right: 14px; margin-left: 0}#brxe-vqdjdy .bricks-nav-menu > li > a {font-size: 16px; font-family: "Inter"; font-weight: 600; padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px; border-radius: 25px}#brxe-vqdjdy .bricks-nav-menu > li > .brx-submenu-toggle > * {font-size: 16px; font-family: "Inter"; font-weight: 600; padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px}#brxe-vqdjdy .bricks-nav-menu .sub-menu {background-color: #fefefe; border: 1px solid var(--bricks-color-acfhyp); border-bottom-right-radius: 25px; border-bottom-left-radius: 25px}#brxe-vqdjdy .bricks-nav-menu .sub-menu > li > a {font-size: 16px; color: var(--bricks-color-mqgjpp)}#brxe-vqdjdy .bricks-nav-menu .sub-menu > li > .brx-submenu-toggle > * {font-size: 16px; color: var(--bricks-color-mqgjpp)}#brxe-vqdjdy .bricks-nav-menu > li > .sub-menu {transform: translateY(16px)}#brxe-vqdjdy .bricks-nav-menu > li > .brx-megamenu {transform: translateY(16px)}#brxe-vqdjdy .bricks-nav-menu > li > .brx-submenu-toggle {border-radius: 25px}#brxe-vqdjdy .bricks-nav-menu .sub-menu > .current-menu-item > a {background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi)}#brxe-vqdjdy .bricks-nav-menu .sub-menu > .current-menu-item > .brx-submenu-toggle {background-color: var(--bricks-color-higxeg)}#brxe-vqdjdy .bricks-nav-menu .sub-menu > .current-menu-ancestor > a {background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi)}#brxe-vqdjdy .bricks-nav-menu .sub-menu > .current-menu-ancestor > .brx-submenu-toggle {background-color: var(--bricks-color-higxeg)}#brxe-vqdjdy .bricks-nav-menu .sub-menu > .current-menu-item > .brx-submenu-toggle > * {color: var(--bricks-color-yfqhfi)}#brxe-vqdjdy .bricks-nav-menu .sub-menu > .current-menu-ancestor > .brx-submenu-toggle > * {color: var(--bricks-color-yfqhfi)}#brxe-vqdjdy {width: 100%; display: none}#brxe-vqdjdy .bricks-nav-menu .sub-menu button[aria-expanded="true"] > * {transform: rotateX(180deg)}@media (max-width: 1200px) {#brxe-vqdjdy .bricks-nav-menu {gap: 10px}#brxe-vqdjdy {display: flex}}@media (max-width: 991px) {#brxe-vqdjdy .bricks-mobile-menu-toggle {width: 30px !important; color: var(--bricks-color-mqgjpp)}#brxe-vqdjdy .bricks-mobile-menu-toggle .bar-top {width: 30px !important}#brxe-vqdjdy .bricks-mobile-menu-toggle .bar-center {width: 30px !important}#brxe-vqdjdy .bricks-mobile-menu-toggle .bar-bottom {width: 30px !important}#brxe-vqdjdy .bricks-mobile-menu-wrapper:before {background-color: #ffffff}#brxe-vqdjdy .bricks-mobile-menu > li > a {color: var(--bricks-color-mqgjpp); padding-top: 10px; padding-bottom: 10px; padding-left: 30px}#brxe-vqdjdy .bricks-mobile-menu > li > .brx-submenu-toggle > * {color: var(--bricks-color-mqgjpp); padding-top: 10px; padding-bottom: 10px; padding-left: 30px}#brxe-vqdjdy .bricks-mobile-menu .sub-menu > li > a {color: var(--bricks-color-mqgjpp)}#brxe-vqdjdy .bricks-mobile-menu .sub-menu > li > .brx-submenu-toggle > * {color: var(--bricks-color-mqgjpp)}#brxe-vqdjdy .bricks-mobile-menu-wrapper {width: 300px}#brxe-vqdjdy.show-mobile-menu .bricks-mobile-menu-toggle {display: none !important}#brxe-vqdjdy .bricks-mobile-menu .sub-menu > .menu-item > a {padding-top: 10px; padding-right: 25px; padding-bottom: 10px; padding-left: 25px}#brxe-vqdjdy .bricks-mobile-menu .sub-menu > .menu-item > .brx-submenu-toggle > * {padding-top: 10px; padding-right: 25px; padding-bottom: 10px; padding-left: 25px}}@media (max-width: 991px) {#brxe-rqklpg {color: #242424; font-size: 12px; font-weight: 700}}@media (max-width: 991px) {#brxe-mhsbux {display: flex; flex-direction: column; align-self: center !important; align-items: center; height: 48px; justify-content: center}}@media (max-width: 991px) {#brxe-mlujkd {height: 30px; width: 30px; min-width: 30px; min-height: 30px}}@media (max-width: 991px) {#brxe-aazgwh {color: #242424; font-size: 12px; font-weight: 700}}@media (max-width: 991px) {#brxe-ylfaur {display: flex; flex-direction: column; align-self: center !important; justify-content: center; align-items: center}}@media (max-width: 991px) {#brxe-amrcmr {height: 30px; width: 30px; min-width: 30px; min-height: 30px}}@media (max-width: 991px) {#brxe-ujdjzs {color: #242424; font-size: 12px; font-weight: 700}}@media (max-width: 991px) {#brxe-hrzngc {display: flex; flex-direction: column; align-self: center !important; justify-content: center; align-items: center}}@media (max-width: 991px) {#brxe-ookhyn {height: 30px; width: 30px; min-width: 30px; min-height: 30px}}@media (max-width: 991px) {#brxe-tsroxv {color: #242424; font-size: 12px; font-weight: 700}}@media (max-width: 991px) {#brxe-tdelej {display: flex; flex-direction: column; align-self: center !important; justify-content: center; align-items: center}}#brxe-twbrzk {height: 100px; max-width: 1364px; width: 100%; align-items: center; justify-content: space-between; flex-direction: row}@media (max-width: 1400px) {#brxe-twbrzk {width: 95%}}@media (max-width: 991px) {#brxe-twbrzk {flex-direction: row; position: relative; width: 90%; height: 66px; display: grid; align-items: initial; grid-template-columns: 1fr 1fr 1fr 1fr; align-items: center; justify-items: center; justify-content: center}}@media (max-width: 478px) {#brxe-twbrzk {flex-direction: row}}#brxe-okvkll {background-color: var(--bricks-color-yfqhfi); border-bottom: 1px solid var(--bricks-color-acfhyp); z-index: 99; position: fixed; display: none}@media (max-width: 991px) {#brxe-okvkll {position: fixed; bottom: 0px; border-top: 1px solid var(--bricks-color-acfhyp); display: block}}@layer bricks {.brxe-button{width:auto}}@layer bricks {.brxe-code{width:100%}}@layer bricks {.brxe-shortcode{width:100%}}@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{overflow:hidden;position:relative}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute!important;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-slider-nested{min-width:0;width:100%}.brxe-slider-nested .splide__slide{align-items:center;display:flex;justify-content:center;position:relative}.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev{transform:translateY(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev{transform:translateX(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows svg{min-height:0;min-width:0}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-dvkikg {font-size: 56px; line-height: 1.2; margin-bottom: 24px}@media (max-width: 991px) {#brxe-dvkikg {left: 0px; width: 100%; text-align: center; font-size: 36px}}@media (max-width: 767px) {#brxe-dvkikg {font-size: 26px}}.brxe-c780cc .brxe-3ddb83.brxe-image {height: 558px; border-radius: 25px; width: 100%}.brxe-c780cc .brxe-3ddb83.brxe-image:not(.tag), .brxe-c780cc .brxe-3ddb83.brxe-image img {object-fit: fill}@media (max-width: 991px) {.brxe-c780cc .brxe-3ddb83.brxe-image {height: 250px}}.brxe-c780cc .brxe-b4cd83.brxe-heading {position: absolute; left: 150px; font-size: 72px; line-height: 1.2; color: var(--bricks-color-yfqhfi); top: 50%; transform: translateY(-50%); z-index: 1}@media (max-width: 991px) {.brxe-c780cc .brxe-b4cd83.brxe-heading {left: 0px; width: 100%; text-align: center; font-size: 54px}}@media (max-width: 767px) {.brxe-c780cc .brxe-b4cd83.brxe-heading {font-size: 40px}}.brxe-c780cc .brxe-a16f27.brxe-div {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border-radius: 25px}#brxe-60e6d7 .splide__pagination .splide__pagination__page {width: 65px; margin-right: 12px; margin-left: 12px; border: 1px solid var(--bricks-color-acfhyp); border-radius: 10px; color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0)}#brxe-60e6d7 .splide__pagination .splide__pagination__page.is-active {color: var(--bricks-color-higxeg); background-color: var(--bricks-color-higxeg); border: 0}#brxe-60e6d7 .splide__arrow--prev {left: -20px}#brxe-60e6d7 .splide__arrow--next {right: -20px}#brxe-60e6d7 .splide__arrow {background-color: var(--bricks-color-yfqhfi); border-radius: 50px; color: var(--bricks-color-acfhyp); font-size: 25px; min-height: 25px; min-width: 25px}#brxe-60e6d7 .splide__arrow svg {fill: var(--bricks-color-acfhyp); height: 25px; width: 25px}@media (max-width: 991px) {#brxe-60e6d7 .splide__arrow--prev {top: unset; bottom: -15px; left: 15px}#brxe-60e6d7 .splide__arrow--next {top: unset; bottom: -15px; right: 15px}#brxe-60e6d7 .splide__pagination .splide__pagination__page {width: 40px; margin-right: 5px; margin-left: 5px}}#brxe-144ebb {margin-top: 80px; max-width: 1364px; width: 100%; border-radius: 25px}@media (max-width: 1400px) {#brxe-144ebb {width: 95%}}@media (max-width: 991px) {#brxe-144ebb {width: 90%; margin-top: 160px}}@media (max-width: 767px) {#brxe-144ebb {margin-top: 130px}}#brxe-c22960 {height: 50px; width: 40px; min-width: 40px}@media (max-width: 991px) {#brxe-c22960 {height: 40px}}#brxe-288070 {font-size: 24px; font-weight: 700}@media (max-width: 991px) {#brxe-288070 {font-size: 20px}}#brxe-1a8998 {font-size: 13px; font-weight: 300; line-height: 1.5}#brxe-287b39 {display: flex; column-gap: 30px; align-items: center}#brxe-ugkeus {height: 50px; width: 40px; min-width: 40px}@media (max-width: 991px) {#brxe-ugkeus {height: 40px}}#brxe-kcchdd {font-size: 24px; font-weight: 700}@media (max-width: 991px) {#brxe-kcchdd {font-size: 20px}}#brxe-argiqu {font-size: 13px; font-weight: 300; line-height: 1.5}#brxe-ufymnv {display: flex; column-gap: 30px; align-items: center}#brxe-wdgnab {height: 50px; width: 40px; min-width: 40px}@media (max-width: 991px) {#brxe-wdgnab {height: 40px}}#brxe-phoyfm {font-size: 24px; font-weight: 700}@media (max-width: 991px) {#brxe-phoyfm {font-size: 20px}}#brxe-ougyct {font-size: 13px; font-weight: 300; line-height: 1.5}#brxe-gtjkux {display: flex; column-gap: 30px; align-items: center}#brxe-ybxgae {height: 50px; width: 40px; min-width: 40px}@media (max-width: 991px) {#brxe-ybxgae {height: 40px}}#brxe-diaqxf {font-size: 24px; font-weight: 700}@media (max-width: 991px) {#brxe-diaqxf {font-size: 20px}}#brxe-uwqman {font-size: 13px; font-weight: 300; line-height: 1.5}#brxe-wygwgv {display: flex; column-gap: 30px; align-items: center}#brxe-01cc9d {display: grid; align-items: initial; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 125px; max-width: 1364px; width: 100%; margin-top: 80px; padding-right: 2%; padding-left: 2%}@media (max-width: 1400px) {#brxe-01cc9d {width: 95%; grid-gap: 60px}}@media (max-width: 991px) {#brxe-01cc9d {width: 90%; margin-top: 30px; grid-template-columns: 1fr 1fr; grid-gap: 30px}}@media (max-width: 767px) {#brxe-01cc9d {grid-template-columns: 1fr; grid-gap: 15px; margin-top: 30px}}#brxe-d79b56 {font-size: 42px; line-height: 1.2}@media (max-width: 991px) {#brxe-d79b56 {font-size: 32px; line-height: 1.2}}#brxe-a3f88b {width: 36px; height: 50px}@media (max-width: 991px) {#brxe-a3f88b {height: 40px}}#brxe-975eff {width: 100%; max-width: 1396px; margin-top: 80px; flex-direction: row; align-items: center; column-gap: 40px; font-size: 42px; flex-wrap: nowrap}@media (max-width: 1400px) {#brxe-975eff {width: 95%}}@media (max-width: 991px) {#brxe-975eff {margin-top: 50px; width: 90%; row-gap: 10px}}.brxe-e111f1 .brxe-5f26f4.brxe-shortcode {width: auto; position: absolute; top: 10px; right: 20px; z-index: 3}@media (max-width: 767px) {.brxe-e111f1 .brxe-5f26f4.brxe-shortcode {right: 24px; top: 0px}}.brxe-e111f1 .brxe-25bdcf.brxe-image {width: 100%; border-top-left-radius: 25px; border-top-right-radius: 25px; height: 286px}.brxe-e111f1 .brxe-25bdcf.brxe-image:not(.tag), .brxe-e111f1 .brxe-25bdcf.brxe-image img {object-fit: scale-down}.brxe-e111f1 .brxe-cc8550.brxe-image {width: 100%; border-top-left-radius: 25px; border-top-right-radius: 25px; height: 286px}.brxe-e111f1 .brxe-cc8550.brxe-image:not(.tag), .brxe-e111f1 .brxe-cc8550.brxe-image img {object-fit: scale-down}.brxe-e111f1 .brxe-1aeb20.brxe-heading {font-size: 14px}.brxe-e111f1 .brxe-5d6ac6.brxe-product-price {font-size: 24px; color: var(--bricks-color-cjojrg); font-weight: 700}.brxe-e111f1 .brxe-84731e.brxe-heading {font-size: 10px; font-weight: 400; color: #0f0e0e}.brxe-e111f1 .brxe-6274d5.brxe-code {font-size: 10px; color: #0f0e0e; font-weight: 400; font-family: "Inter"}.brxe-e111f1 .brxe-1c3ef3.brxe-div {display: none}.brxe-e111f1 .brxe-609de5.brxe-shortcode {letter-spacing: 0.2px; font-size: 10px; color: #141515; font-weight: 400; font-family: "Overpass"}.brxe-e111f1 .brxe-aba2ad.brxe-div {flex-direction: column; display: flex}.brxe-e111f1 .brxe-534fb3.brxe-div {height: 119px; padding-top: 20px; padding-right: 30px; padding-bottom: 25px; padding-left: 30px}.brxe-e111f1 .brxe-ecabc7.brxe-product-add-to-cart .cart .single_add_to_cart_button, .brxe-e111f1 .brxe-ecabc7.brxe-product-add-to-cart a.button[data-product_id] {min-width: 100%; background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi); font-size: 16px; font-family: "Inter"; font-weight: 500; line-height: 1.5; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px; padding-top: 10px; padding-bottom: 10px}.brxe-e111f1 .brxe-ecabc7.brxe-product-add-to-cart svg {fill: var(--bricks-color-yfqhfi); height: 40px; width: 40px}.brxe-e111f1 .brxe-d23740.brxe-div {transform: translateY(60px); z-index: 9}.brxe-e111f1 .brxe-938060.brxe-div {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%}.brxe-e111f1 .brxe-72fe32.brxe-div {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; position: relative; min-height: 464px; max-height: 464px}.brxe-e111f1 .brxe-559afe.brxe-text-basic {color: var(--bricks-color-yfqhfi); font-weight: 500}.brxe-e111f1 .brxe-347e63.brxe-div {width: 100px; display: flex; align-items: center; justify-content: center; align-self: center !important; background-color: var(--bricks-color-higxeg); border-radius: 25px; padding-top: 4px; padding-bottom: 4px}.brxe-e111f1 .brxe-260ffd.brxe-div {width: 100%; position: absolute; top: 25px; left: 40px; display: none}.brxe-e111f1.brxe-div {display: flex; flex-direction: column; border: 1px solid var(--bricks-color-acfhyp); border-radius: 25px; align-items: flex-start; overflow: hidden; position: relative; min-height: 464px; justify-content: flex-start; height: 100%; width: 325px}#brxe-c3332f .splide__arrow {font-size: 25px; min-height: 25px; min-width: 25px; background-color: var(--bricks-color-yfqhfi); border-radius: 25px; color: var(--bricks-color-acfhyp)}#brxe-c3332f .splide__arrow svg {height: 25px; width: 25px; fill: var(--bricks-color-acfhyp)}#brxe-c3332f .splide__arrow--prev {left: -20px}#brxe-c3332f .splide__arrow--next {right: -20px}#brxe-d5dabd {width: 100%; max-width: 1364px; margin-top: 55px}@media (max-width: 1400px) {#brxe-d5dabd {width: 95%}}@media (max-width: 991px) {#brxe-d5dabd {width: 90%; padding-right: 2.5%; padding-left: 2.5%; margin-top: 30px}}@media (max-width: 478px) {#brxe-d5dabd {padding-right: 8%; padding-left: 8%}}#brxe-ee0693 {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border-radius: 25px}#brxe-0e6aa7 {font-size: 24px; line-height: 1.2; color: var(--bricks-color-yfqhfi)}@media (max-width: 991px) {#brxe-0e6aa7 {font-size: 20px}}#brxe-860f61 {z-index: 1}#brxe-a2f8ba {font-size: 42px; line-height: 1.2; color: var(--bricks-color-yfqhfi)}@media (max-width: 991px) {#brxe-a2f8ba {font-size: 32px}}@media (max-width: 767px) {#brxe-a2f8ba {width: 100%}}#brxe-175437 {background-color: #fefefe; z-index: 1; padding-right: 72px; padding-left: 72px; font-size: 16px; font-weight: 700; line-height: 1.5; height: 50px}#brxe-31f69f {z-index: 1; display: flex; justify-content: space-between; width: 100%; margin-top: 20px; align-items: center; flex-wrap: wrap; row-gap: 20px}@media (max-width: 767px) {#brxe-31f69f {justify-content: center}}#brxe-b3e121 {margin-top: 80px; width: 100%; max-width: 1364px; position: relative; height: 287px; border-radius: 25px; background-image: url(https://merkurionsklep.pl/wp-content/uploads/2024/07/hurtownia-elektryczna-online.jpg); background-position: bottom center; background-size: cover; flex-direction: column; justify-content: center; padding-right: 95px; padding-left: 95px}@media (max-width: 1400px) {#brxe-b3e121 {width: 95%}}@media (max-width: 991px) {#brxe-b3e121 {width: 90%; margin-top: 50px; height: 100%; padding-top: 30px; padding-right: 5%; padding-bottom: 30px; padding-left: 5%}}#brxe-a55da7 {color: #242424; font-size: 42px; line-height: 1.2}@media (max-width: 991px) {#brxe-a55da7 {line-height: 1.2; font-size: 32px}}#brxe-624e0c {margin-top: 30px; margin-left: 16px}@media (max-width: 991px) {#brxe-624e0c {margin-top: 20px}}#brxe-4ecdd2 {height: 50px; width: 40px; min-width: 40px}@media (max-width: 991px) {#brxe-4ecdd2 {height: 40px}}#brxe-de7739 {font-size: 24px; font-weight: 700; margin-bottom: 0}@media (max-width: 991px) {#brxe-de7739 {font-size: 20px}}#brxe-7e9d64 {font-size: 13px; font-weight: 300; line-height: 19px}#brxe-0a272e {display: flex; align-items: center; column-gap: 30px}#brxe-anspek {height: 50px; width: 40px; min-width: 40px}@media (max-width: 991px) {#brxe-anspek {height: 40px}}#brxe-scwcpg {font-size: 24px; font-weight: 700}@media (max-width: 991px) {#brxe-scwcpg {font-size: 20px}}#brxe-minzem {font-size: 13px; font-weight: 300; line-height: 19px}#brxe-iuwsfe {display: flex; align-items: center; column-gap: 30px}#brxe-evyczk {height: 50px; width: 40px; min-width: 40px}@media (max-width: 991px) {#brxe-evyczk {height: 40px}}#brxe-oderyl {font-size: 24px; font-weight: 700; margin-bottom: 0}@media (max-width: 991px) {#brxe-oderyl {font-size: 20px}}#brxe-gaaosb {font-size: 13px; font-weight: 300; line-height: 19px}#brxe-osgyzc {display: flex; align-items: center; column-gap: 30px}#brxe-966414 {display: flex; flex-direction: column; row-gap: 40px; justify-content: center}@media (max-width: 991px) {#brxe-966414 {row-gap: 15px}}#brxe-c1221f {max-width: 1364px; width: 100%; margin-top: 92px; flex-direction: row; display: grid; align-items: initial; grid-template-columns: 2.5fr 1fr; grid-gap: 221px; align-items: flex-end}@media (max-width: 1400px) {#brxe-c1221f {width: 95%; grid-gap: 120px}}@media (max-width: 991px) {#brxe-c1221f {width: 90%; margin-top: 50px; grid-template-columns: 1fr; grid-gap: 30px}}#brxe-cb21db {font-size: 42px; line-height: 1.2}@media (max-width: 991px) {#brxe-cb21db {font-size: 32px; line-height: 1.2}}#brxe-63264f {width: 36px; height: 50px}@media (max-width: 991px) {#brxe-63264f {height: 40px}}#brxe-4db2b5 {width: 100%; max-width: 1396px; margin-top: 70px; flex-direction: row; align-items: center; column-gap: 6px; font-size: 42px; flex-wrap: nowrap}@media (max-width: 1400px) {#brxe-4db2b5 {width: 95%}}@media (max-width: 991px) {#brxe-4db2b5 {margin-top: 50px; width: 90%; row-gap: 10px}}.brxe-31a8b2 .brxe-99abd8.brxe-shortcode {position: absolute; top: 10px; right: 20px; z-index: 3; width: auto}@media (max-width: 767px) {.brxe-31a8b2 .brxe-99abd8.brxe-shortcode {right: 24px; top: 0px}}.brxe-31a8b2 .brxe-a6a6b8.brxe-image {width: 100%; border-top-left-radius: 25px; border-top-right-radius: 25px; height: 286px}.brxe-31a8b2 .brxe-a6a6b8.brxe-image:not(.tag), .brxe-31a8b2 .brxe-a6a6b8.brxe-image img {object-fit: scale-down}.brxe-31a8b2 .brxe-3860ba.brxe-heading {font-size: 14px}.brxe-31a8b2 .brxe-d2bfb7.brxe-product-price {font-size: 24px; color: var(--bricks-color-cjojrg); font-weight: 700}.brxe-31a8b2 .brxe-d2bfb7.brxe-product-price .price del, .brxe-31a8b2 .brxe-d2bfb7.brxe-product-price .price > span {font-size: 18px}.brxe-31a8b2 .brxe-a3d0cd.brxe-heading {font-size: 10px; font-weight: 400; color: #0f0e0e}.brxe-31a8b2 .brxe-8179e7.brxe-code {font-size: 10px; font-weight: 400; color: #0f0e0e; font-family: "Inter"}.brxe-31a8b2 .brxe-9d0458.brxe-div {display: none}.brxe-31a8b2 .brxe-0ffaf7.brxe-shortcode {letter-spacing: 0.2px; font-size: 10px; color: #141515; font-weight: 400; font-family: "Overpass"}.brxe-31a8b2 .brxe-c43280.brxe-div {flex-direction: column; display: flex}.brxe-31a8b2 .brxe-f4377d.brxe-div {padding-top: 20px; padding-right: 30px; padding-bottom: 25px; padding-left: 30px; height: 119px}.brxe-31a8b2 .brxe-7253bc.brxe-product-add-to-cart .cart .single_add_to_cart_button, .brxe-31a8b2 .brxe-7253bc.brxe-product-add-to-cart a.button[data-product_id] {min-width: 100%; background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi); font-size: 16px; font-family: "Inter"; font-weight: 500; line-height: 1.5; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px; padding-top: 10px; padding-bottom: 10px}.brxe-31a8b2 .brxe-7253bc.brxe-product-add-to-cart svg {fill: var(--bricks-color-yfqhfi); height: 40px; width: 40px}.brxe-31a8b2 .brxe-7ee387.brxe-div {transform: translateY(60px); z-index: 9}.brxe-31a8b2 .brxe-4bef29.brxe-div {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%}.brxe-31a8b2 .brxe-0b0482.brxe-div {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; position: relative; min-height: 464px}.brxe-31a8b2 .brxe-9e7e6d.brxe-text-basic {color: var(--bricks-color-yfqhfi); font-weight: 500}.brxe-31a8b2 .brxe-e617a1.brxe-div {width: 100px; display: flex; align-items: center; justify-content: center; align-self: center !important; background-color: var(--bricks-color-higxeg); border-radius: 25px; padding-top: 4px; padding-bottom: 4px}.brxe-31a8b2 .brxe-2582d5.brxe-div {width: 100%; position: absolute; top: 25px; left: 40px; display: none}.brxe-31a8b2.brxe-div {display: flex; flex-direction: column; border: 1px solid var(--bricks-color-acfhyp); border-radius: 25px; align-items: flex-start; overflow: hidden; position: relative; justify-content: flex-start; height: 100%; max-height: 464px; max-width: 325px; width: 100%}#brxe-1133f0 {font-size: 42px; color: var(--bricks-color-yfqhfi); line-height: 1.2; z-index: 1}@media (max-width: 991px) {#brxe-1133f0 {font-size: 32px}}#brxe-0ed85c {width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; border-radius: 25px}#brxe-74022d {align-items: center; grid-column: 4; display: flex; align-self: center !important; justify-content: center; border-radius: 25px; padding-right: 34px; padding-left: 50px; position: relative; height: 517px; background-position: center center; background-image: url(https://merkurionsklep.pl/wp-content/uploads/2024/05/male-electrician-works-switchboard-with-electrical-connecting-cable-1-2.png); background-size: cover}@media (max-width: 1200px) {#brxe-74022d {grid-row: 1; grid-column: 1/ span 3; height: 300px; width: 100%}}@media (max-width: 991px) {#brxe-74022d {grid-column: 1 / span 2; height: 200px; padding-right: 5%; padding-left: 5%}}@media (max-width: 767px) {#brxe-74022d {grid-column: 1}}#brxe-44b91a {width: 100%; max-width: 1396px; margin-top: 18px; display: grid; align-items: initial; grid-template-columns: 1fr 1fr 1fr 1fr; align-items: flex-end}@media (max-width: 1400px) {#brxe-44b91a {width: 95%; grid-gap: 20px}}@media (max-width: 1200px) {#brxe-44b91a {grid-template-columns: 1fr 1fr 1fr; justify-items: center; margin-top: 50px}}@media (max-width: 991px) {#brxe-44b91a {grid-template-columns: 1fr 1fr; grid-gap: 30px; margin-top: 30px}}@media (max-width: 767px) {#brxe-44b91a {grid-template-columns: 100%}}#brxe-0d9d03 {font-size: 42px; line-height: 1.2}@media (max-width: 991px) {#brxe-0d9d03 {font-size: 32px; line-height: 1.2}}#brxe-905df3 {width: 36px; height: 50px}@media (max-width: 991px) {#brxe-905df3 {height: 40px}}#brxe-87ab60 {width: 100%; max-width: 1396px; margin-top: 80px; flex-direction: row; align-items: center; column-gap: 23px; font-size: 42px; flex-wrap: nowrap}@media (max-width: 1400px) {#brxe-87ab60 {width: 95%}}@media (max-width: 991px) {#brxe-87ab60 {margin-top: 50px; width: 90%; row-gap: 10px}}.brxe-2b43cf .brxe-ebee4e.brxe-svg {height: 50px; width: 40px; min-width: 40px}.brxe-2b43cf .brxe-aade3e.brxe-text-basic {font-size: 24px; font-weight: 500; line-height: 30px}@media (max-width: 991px) {.brxe-2b43cf .brxe-aade3e.brxe-text-basic {font-size: 20px}}.brxe-2b43cf.brxe-div {display: flex; height: 100%; column-gap: 30px; align-items: center; align-self: center !important; justify-content: center}#brxe-a51841 .splide__arrow {font-size: 25px; min-height: 25px; min-width: 25px; background-color: #fefefe; border: 1px solid var(--bricks-color-acfhyp); border-radius: 25px}#brxe-a51841 .splide__arrow svg {height: 25px; width: 25px}#brxe-a51841 {padding-right: 100px; padding-left: 100px}@media (max-width: 1400px) {#brxe-a51841 {padding-right: 70px; padding-left: 70px}}#brxe-ffba43 {width: 100%; max-width: 1396px; margin-top: 50px}@media (max-width: 1400px) {#brxe-ffba43 {width: 95%}}@media (max-width: 991px) {#brxe-ffba43 {width: 90%; margin-top: 30px}}#brxe-39d421 {font-size: 24px; color: var(--bricks-color-yfqhfi)}@media (max-width: 1285px) {#brxe-39d421 {z-index: 1}}@media (max-width: 991px) {#brxe-39d421 {font-size: 20px}}#brxe-005907 {font-size: 42px; color: var(--bricks-color-yfqhfi); margin-top: 25px}@media (max-width: 1285px) {#brxe-005907 {z-index: 1}}@media (max-width: 991px) {#brxe-005907 {margin-top: 10px; font-size: 32px}}#brxe-90b770 {color: var(--bricks-color-yfqhfi); font-weight: 200; line-height: 22px; margin-top: 60px}#brxe-90b770 a {color: var(--bricks-color-yfqhfi); font-weight: 200; line-height: 22px; font-size: inherit}@media (max-width: 1285px) {#brxe-90b770 {z-index: 1}}@media (max-width: 1200px) {#brxe-90b770 {margin-top: 40px}}@media (max-width: 991px) {#brxe-90b770 {margin-top: 20px}}#brxe-88ab8a {width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; border-radius: 25px; display: none}@media (max-width: 1285px) {#brxe-88ab8a {display: block; border-radius: 25px}}#brxe-544da7 {z-index: 1; display: flex; justify-content: center; flex-direction: column}@media (max-width: 1400px) {#brxe-544da7 {padding-left: 5%}}@media (max-width: 1285px) {#brxe-544da7 {background-image: url(https://merkurionsklep.pl/wp-content/uploads/2024/05/white-usb-charging-gadgets-blurred-background-room-closeup-scaled.jpg); background-size: cover; background-position: center center; position: relative; border-radius: 25px; padding-top: 30px; padding-bottom: 30px}}.brxe-90c285 .brxe-2514b2.brxe-shortcode {width: auto; position: absolute; top: 10px; right: 20px; z-index: 3}@media (max-width: 767px) {.brxe-90c285 .brxe-2514b2.brxe-shortcode {right: 24px; top: 0px}}.brxe-90c285 .brxe-ed77d0.brxe-image {width: 100%; height: 286px; border-top-left-radius: 25px; border-top-right-radius: 25px}.brxe-90c285 .brxe-ed77d0.brxe-image:not(.tag), .brxe-90c285 .brxe-ed77d0.brxe-image img {object-fit: cover}.brxe-90c285 .brxe-7730ba.brxe-heading {font-size: 14px}.brxe-90c285 .brxe-da54ce.brxe-product-price {font-size: 24px; font-weight: 700; color: var(--bricks-color-cjojrg)}.brxe-90c285 .brxe-69fbf3.brxe-heading {font-size: 10px; font-weight: 400; color: #0f0e0e}.brxe-90c285 .brxe-b5fb72.brxe-code {font-size: 10px; font-weight: 400; color: #0f0e0e; font-family: "Inter"}.brxe-90c285 .brxe-879809.brxe-div {display: none}.brxe-90c285 .brxe-2f9c39.brxe-shortcode {font-size: 10px; font-weight: 400; color: #141515; letter-spacing: 0.2px; font-family: "Overpass"}.brxe-90c285 .brxe-5103f1.brxe-div {flex-direction: column; display: flex}.brxe-90c285 .brxe-5e7513.brxe-div {height: 119px; padding-top: 20px; padding-right: 30px; padding-bottom: 25px; padding-left: 30px}.brxe-90c285 .brxe-157e4e.brxe-product-add-to-cart .cart .single_add_to_cart_button, .brxe-90c285 .brxe-157e4e.brxe-product-add-to-cart a.button[data-product_id] {min-width: 100%; background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi); font-size: 16px; font-family: "Inter"; font-weight: 500; line-height: 1.5; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px; padding-top: 10px; padding-bottom: 10px}.brxe-90c285 .brxe-157e4e.brxe-product-add-to-cart svg {fill: var(--bricks-color-yfqhfi); height: 40px; width: 40px}.brxe-90c285 .brxe-f3129b.brxe-div {transform: translateY(60px); z-index: 9}.brxe-90c285 .brxe-def9b7.brxe-div {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%}.brxe-90c285 .brxe-be9338.brxe-div {display: flex; flex-direction: column; width: 100%; position: relative; min-height: 464px; justify-content: space-between; height: 100%}.brxe-90c285 .brxe-c9c9fb.brxe-text-basic {color: var(--bricks-color-yfqhfi); font-weight: 500}.brxe-90c285 .brxe-b32789.brxe-div {width: 100px; display: flex; align-items: center; justify-content: center; align-self: center !important; background-color: var(--bricks-color-higxeg); border-radius: 25px; padding-top: 4px; padding-bottom: 4px}.brxe-90c285 .brxe-0aaeaa.brxe-div {display: none; position: absolute; top: 25px; left: 40px; width: 100%}.brxe-90c285.brxe-div {height: 464px; position: relative; border: 1px solid var(--bricks-color-acfhyp); border-radius: 25px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; justify-content: flex-start; background-color: var(--bricks-color-yfqhfi); max-width: 325px; width: 100%}#brxe-430b70 {display: grid; align-items: initial; grid-template-columns: 1fr 1fr; z-index: 1; grid-gap: 20px}@media (max-width: 1285px) {#brxe-430b70 {justify-items: center}}@media (max-width: 767px) {#brxe-430b70 {grid-template-columns: 1fr}}#brxe-02308e {width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; border-radius: 25px}@media (max-width: 1285px) {#brxe-02308e {display: none}}#brxe-dd3330 {width: 100%; position: relative; height: 617px; border-radius: 25px; display: grid; align-items: initial; background-image: url(https://merkurionsklep.pl/wp-content/uploads/2024/05/white-usb-charging-gadgets-blurred-background-room-closeup-scaled.jpg); background-size: cover; background-position: center center; max-width: 1396px; grid-template-columns: 1fr 1fr; padding-top: 80px; padding-right: 30px; padding-bottom: 80px; padding-left: 110px; margin-top: 80px; grid-gap: 60px}@media (max-width: 1400px) {#brxe-dd3330 {width: 95%; grid-gap: 20px}}@media (max-width: 1285px) {#brxe-dd3330 {grid-template-columns: 1fr; height: 100%; grid-gap: 40px; background-size: cover; margin-top: 0; padding-right: 0; padding-left: 0}}@media (max-width: 991px) {#brxe-dd3330 {width: 90%; padding-top: 0; padding-bottom: 30px; grid-gap: 30px; margin-top: 30px}}#brxe-9f94ac {font-size: 42px; line-height: 1.2}@media (max-width: 991px) {#brxe-9f94ac {font-size: 32px; line-height: 1.2}}#brxe-e99a13 {width: 36px; height: 50px}@media (max-width: 991px) {#brxe-e99a13 {height: 40px}}#brxe-c3e45b {width: 100%; max-width: 1396px; margin-top: 80px; flex-direction: row; align-items: center; column-gap: 23px; font-size: 42px; flex-wrap: nowrap}@media (max-width: 1400px) {#brxe-c3e45b {width: 95%}}@media (max-width: 991px) {#brxe-c3e45b {margin-top: 50px; width: 90%; row-gap: 10px}}.brxe-399436 .brxe-ce177c.brxe-shortcode {position: absolute; top: 10px; right: 20px; z-index: 3; width: auto}@media (max-width: 767px) {.brxe-399436 .brxe-ce177c.brxe-shortcode {right: 24px; top: 0px}}.brxe-399436 .brxe-c49cad.brxe-image {width: 100%; border-top-left-radius: 25px; border-top-right-radius: 25px; height: 286px}.brxe-399436 .brxe-c49cad.brxe-image:not(.tag), .brxe-399436 .brxe-c49cad.brxe-image img {object-fit: scale-down}.brxe-399436 .brxe-d44a45.brxe-image {width: 100%; border-top-left-radius: 25px; border-top-right-radius: 25px; height: 286px}.brxe-399436 .brxe-d44a45.brxe-image:not(.tag), .brxe-399436 .brxe-d44a45.brxe-image img {object-fit: scale-down}.brxe-399436 .brxe-7ecacc.brxe-heading {font-size: 14px}.brxe-399436 .brxe-3e469f.brxe-product-price {font-size: 24px; color: var(--bricks-color-cjojrg); font-weight: 700}.brxe-399436 .brxe-207272.brxe-heading {font-size: 10px; font-weight: 400; color: #0f0e0e}.brxe-399436 .brxe-335848.brxe-code {font-size: 10px; font-weight: 400; color: #0f0e0e; font-family: "Inter"}.brxe-399436 .brxe-6a3d66.brxe-div {display: none}.brxe-399436 .brxe-bc5792.brxe-shortcode {letter-spacing: 0.2px; font-size: 10px; color: #141515; font-weight: 400; font-family: "Overpass"}.brxe-399436 .brxe-c37f2c.brxe-div {flex-direction: column; display: flex}.brxe-399436 .brxe-b40134.brxe-div {padding-top: 20px; padding-right: 30px; padding-bottom: 25px; padding-left: 30px; height: 119px}.brxe-399436 .brxe-3e2e11.brxe-product-add-to-cart .cart .single_add_to_cart_button, .brxe-399436 .brxe-3e2e11.brxe-product-add-to-cart a.button[data-product_id] {min-width: 100%; background-color: var(--bricks-color-higxeg); color: var(--bricks-color-yfqhfi); font-size: 16px; font-family: "Inter"; font-weight: 500; line-height: 1.5; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px; padding-top: 10px; padding-bottom: 10px}.brxe-399436 .brxe-3e2e11.brxe-product-add-to-cart svg {fill: var(--bricks-color-yfqhfi); height: 40px; width: 40px}.brxe-399436 .brxe-333a0b.brxe-div {transform: translateY(60px); z-index: 9}.brxe-399436 .brxe-75f824.brxe-div {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%}.brxe-399436 .brxe-ee073e.brxe-div {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; position: relative; min-height: 464px}.brxe-399436 .brxe-3f898b.brxe-text-basic {color: var(--bricks-color-higxeg); font-weight: 500}.brxe-399436 .brxe-199668.brxe-div {width: 100px; display: flex; align-items: center; justify-content: center; align-self: center !important; background-color: #e5e5e5; border-radius: 25px; padding-top: 4px; padding-bottom: 4px}.brxe-399436 .brxe-dc0de3.brxe-div {width: 100%; position: absolute; top: 25px; left: 40px}.brxe-399436.brxe-div {width: 325px; border: 1px solid var(--bricks-color-acfhyp); border-radius: 25px; height: 100%; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; position: relative; min-height: 464px; justify-content: flex-start}#brxe-fbaa91 .splide__arrow {font-size: 25px; min-height: 25px; min-width: 25px; background-color: var(--bricks-color-yfqhfi); border-radius: 25px; color: var(--bricks-color-acfhyp)}#brxe-fbaa91 .splide__arrow svg {height: 25px; width: 25px; fill: var(--bricks-color-acfhyp)}#brxe-fbaa91 .splide__arrow--prev {left: -20px}#brxe-fbaa91 .splide__arrow--next {right: -20px}#brxe-d03f34 {width: 100%; max-width: 1364px; margin-top: 55px}@media (max-width: 1400px) {#brxe-d03f34 {width: 95%}}@media (max-width: 991px) {#brxe-d03f34 {width: 90%; padding-right: 2.5%; padding-left: 2.5%; margin-top: 30px}}@media (max-width: 478px) {#brxe-d03f34 {padding-right: 8%; padding-left: 8%}}#brxe-f7336e {font-size: 42px; line-height: 1.2}@media (max-width: 1200px) {#brxe-f7336e {color: #fefefe}}@media (max-width: 991px) {#brxe-f7336e {font-size: 32px}}@media (max-width: 1200px) {#brxe-64bf9d {color: #fefefe}#brxe-64bf9d a {color: #fefefe; font-size: inherit}}#brxe-133361 {width: 15px; height: 20px; min-width: 15px}@media (max-width: 1200px) {#brxe-133361 :not([fill="none"]) {fill: #fefefe !important}}@media (max-width: 1200px) {#brxe-ec52fe {color: #fefefe}}#brxe-5d9693 {display: flex; column-gap: 20px}#brxe-xjymli {width: 15px; height: 20px; min-width: 15px}@media (max-width: 1200px) {#brxe-xjymli :not([fill="none"]) {fill: #fefefe !important}}@media (max-width: 1200px) {#brxe-zzsudb {color: #fefefe}}#brxe-lgaajo {display: flex; column-gap: 20px}#brxe-rrenxc {width: 15px; height: 20px; min-width: 15px}@media (max-width: 1200px) {#brxe-rrenxc :not([fill="none"]) {fill: #fefefe !important}}@media (max-width: 1200px) {#brxe-myxlxh {color: #fefefe}}#brxe-qnfdrc {display: flex; column-gap: 20px}#brxe-vgeqqx {width: 15px; height: 20px; min-width: 15px}@media (max-width: 1200px) {#brxe-vgeqqx :not([fill="none"]) {fill: #fefefe !important}}@media (max-width: 1200px) {#brxe-fqture {color: #fefefe}}#brxe-jaxynq {display: flex; column-gap: 20px}#brxe-d9ce8f {display: flex; justify-content: center; flex-direction: column; row-gap: 20px; align-items: center}@media (max-width: 1200px) {#brxe-0ea8b3 {color: #fefefe}#brxe-0ea8b3 a {color: #fefefe; font-size: inherit}}#brxe-9c7630 {padding-left: 15px; display: flex; flex-direction: column; row-gap: 30px}#brxe-9279cd {display: flex; row-gap: 30px; flex-direction: column}@media (max-width: 1200px) {#brxe-9279cd {z-index: 1; margin-top: 50px; margin-bottom: 50px; padding-right: 20px; padding-left: 20px}}#brxe-f7727e {border-radius: 25px; width: 100%; height: 100%}@media (max-width: 1200px) {#brxe-f7727e:not(.tag), #brxe-f7727e img {object-fit: cover}}@media (max-width: 1200px) {#brxe-f77c52 {position: absolute; width: 100%; height: 100%}}#brxe-f2c8b3 {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border-radius: 25px; display: none}@media (max-width: 1200px) {#brxe-f2c8b3 {display: block}}#brxe-c42a4d {width: 100%; display: grid; align-items: initial; position: relative; margin-top: 80px; margin-bottom: 130px; max-width: 1396px; grid-template-columns: 1.5fr 1fr; grid-gap: 60px}@media (max-width: 1400px) {#brxe-c42a4d {width: 95%}}@media (max-width: 1200px) {#brxe-c42a4d {grid-gap: 30px; display: flex}}@media (max-width: 991px) {#brxe-c42a4d {width: 90%; margin-top: 50px; margin-bottom: 0}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-shortcode{width:100%}}@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{overflow:hidden;position:relative}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute!important;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-text-link{gap:5px}.brxe-text-link,.brxe-text-link span{align-items:center;display:inline-flex}.brxe-text-link span{justify-content:center}}@layer bricks {.brxe-nav-nested{align-items:center;display:inline-flex}.brxe-nav-nested[data-toggle=always] .brx-nav-nested-items{display:none}.brxe-nav-nested[data-toggle=always] .brx-toggle-div,.brxe-nav-nested[data-toggle=always] .brxe-toggle{display:inline-flex}.brxe-nav-nested .brx-toggle-div,.brxe-nav-nested .brxe-toggle{display:none}.brxe-nav-nested .menu-item:has(>.brx-toggle-div:not(.is-active):not(.brx-child-node)){display:none}.brxe-nav-nested li.menu-item:has(>.brxe-text-link>.icon>svg,>.brxe-text-link>.icon>i){display:flex}.brxe-nav-nested li.brxe-text-link.menu-item{display:list-item}.brxe-nav-nested.brx-open .brxe-dropdown:not([data-toggle=click]) .brx-dropdown-content:after{content:none}.brxe-nav-nested.brx-open .brx-nav-nested-items{align-items:stretch;background-color:#fff;bottom:0;display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;justify-content:safe center;left:0;overflow-y:auto;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,0);transition-duration:.2s;transition-property:opacity,transform,visibility;transition-timing-function:ease;z-index:1001}.brxe-nav-nested.brx-open.brx-mobile-center .brx-nav-nested-items{justify-content:safe center!important}.brxe-nav-nested.brx-open.multilevel .brx-nav-nested-items{overflow:hidden}.brxe-nav-nested.brx-open li.menu-item a{justify-content:inherit;width:100%}.brxe-nav-nested.brx-open :where(li.menu-item.brx-toggle-div){display:block}.brxe-nav-nested.brx-open .brx-submenu-toggle{justify-content:space-between}.brxe-nav-nested.brx-open .brxe-dropdown:hover:before{content:none}.brxe-nav-nested.brx-open .brxe-dropdown.open>.brx-dropdown-content{display:flex;min-width:auto;opacity:1;overflow-y:auto;position:static;visibility:visible}.brxe-nav-nested.brx-open .brxe-dropdown .brx-dropdown-content{display:none}.brxe-nav-nested.brx-open .brx-has-megamenu .brx-dropdown-content{min-width:0!important}.brxe-nav-nested.brx-closing .brx-nav-nested-items{opacity:0!important;visibility:hidden!important}.brx-nav-nested-items{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;list-style-type:none;margin:0;padding:0}.brx-nav-nested-items>li>a.bricks-link-wrapper{display:flex}.brx-nav-nested-items>li:has(>.brxe-svg){line-height:1}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-tpxkqb {font-size: 24px; font-family: "Inter"; color: var(--bricks-color-yfqhfi)}@media (max-width: 991px) {#brxe-tpxkqb {font-size: 18px}}#brxe-smatie {color: var(--bricks-color-yfqhfi); font-family: "Inter"; font-size: 42px; line-height: 51px}@media (max-width: 991px) {#brxe-smatie {font-size: 32px}}#brxe-odyvwn {color: var(--bricks-color-yfqhfi); font-weight: 200; line-height: 20px; margin-top: 20px}#brxe-jupkip {width: 588px}@media (max-width: 991px) {#brxe-jupkip {width: 100%; display: flex; flex-direction: column}}#brxe-bnompy {width: 100%; max-width: 536px}#brxe-sngwoz {z-index: 1; display: flex; width: 100%; max-width: 1310px; column-gap: 68px}@media (max-width: 1400px) {#brxe-sngwoz {width: 95%}}@media (max-width: 991px) {#brxe-sngwoz {flex-direction: column; height: 100%; row-gap: 30px; width: 90%}}#brxe-ewzjvz {position: absolute; width: 100%; height: 100%; top: 0px; left: 0px}@media (max-width: 1600px) {#brxe-ewzjvz {border-top-right-radius: 25px; border-bottom-right-radius: 25px}}#brxe-vfrpzt {max-width: 1588px; height: 372px; width: 100%; flex-direction: row; align-items: center; background-position: center center; background-image: url(https://merkurionsklep.pl/wp-content/uploads/2024/05/white-usb-charging-gadgets-blurred-background-room-closeup-scaled.jpg); background-size: cover; border-top-left-radius: 25px; border-bottom-left-radius: 25px; position: relative; padding-left: 117px; margin-right: 0}@media (max-width: 1600px) {#brxe-vfrpzt {width: 95%; margin-left: 0; border-top-right-radius: 25px; border-bottom-right-radius: 25px}}@media (max-width: 991px) {#brxe-vfrpzt {flex-direction: row; height: 100%; padding-top: 30px; padding-bottom: 30px; padding-left: 0; justify-content: center; width: 90%}}#brxe-bzhyst {max-width: 1920px; width: 100%; position: relative; height: 372px}@media (max-width: 1200px) {#brxe-bzhyst {margin-top: 80px}}@media (max-width: 991px) {#brxe-bzhyst {height: 100%}}@media (max-width: 767px) {#brxe-bzhyst {margin-top: 50px}}#brxe-nyntak {width: 21px; height: 30px; min-width: 21px}#brxe-gutoal {display: flex; margin-top: 5px}#brxe-wsltze {color: var(--bricks-color-tppyrs); font-family: "Inter"; line-height: 1.5; font-size: 24px}@media (max-width: 991px) {#brxe-wsltze {font-size: 20px}}#brxe-zrouoj {font-size: 20px; font-weight: 500; line-height: 24px}@media (max-width: 991px) {#brxe-zrouoj {font-size: 18px}}#brxe-pduwib {display: flex; flex-direction: column; row-gap: 18px}#brxe-gvjmtu {display: flex; column-gap: 30px}#brxe-swaxhq {height: 23px; width: 30px; min-width: 30px; margin-top: 5px}#brxe-hsuwea {display: flex}#brxe-ueuldm {color: var(--bricks-color-tppyrs); font-family: "Inter"; line-height: 1.5; font-size: 24px}@media (max-width: 991px) {#brxe-ueuldm {font-size: 20px}}#brxe-spsjnc {font-size: 20px; font-weight: 500; line-height: 24px}@media (max-width: 991px) {#brxe-spsjnc {font-size: 18px}}#brxe-tdxiaa {display: flex; flex-direction: column; row-gap: 18px}#brxe-tbxphf {display: flex; margin-left: 58px; column-gap: 30px}@media (max-width: 1400px) {#brxe-tbxphf {margin-left: 0}}@media (max-width: 991px) {#brxe-tbxphf {column-gap: 21px}}#brxe-ahrtbx {height: 30px; width: 30px; min-width: 30px; margin-top: 5px}#brxe-gbwnjl {display: flex}#brxe-unktry {color: var(--bricks-color-tppyrs); font-family: "Inter"; line-height: 1.5; font-size: 24px}@media (max-width: 991px) {#brxe-unktry {font-size: 20px}}#brxe-iklvod {font-size: 20px; font-weight: 500; line-height: 24px}@media (max-width: 991px) {#brxe-iklvod {font-size: 18px}}#brxe-kseykt {display: flex; flex-direction: column; row-gap: 18px}#brxe-tpcwte {display: flex; margin-left: 141px; column-gap: 30px}@media (max-width: 1400px) {#brxe-tpcwte {margin-left: 0}}@media (max-width: 991px) {#brxe-tpcwte {column-gap: 21px}}#brxe-ktvpke {max-width: 1364px; width: 100%; height: 347px; flex-direction: row; display: flex; justify-content: flex-end; padding-top: 170px; padding-right: 130px}@media (max-width: 1400px) {#brxe-ktvpke {width: 95%; padding-right: 0; justify-content: center; display: grid; align-items: initial; grid-template-columns: 1fr 1fr 1fr; justify-items: center; grid-gap: 30px}}@media (max-width: 991px) {#brxe-ktvpke {grid-template-columns: 1fr; justify-items: flex-start; width: 90%; margin-bottom: 50px; grid-gap: 20px; height: auto}}#brxe-czmlyo {background-color: #e5e5e5; margin-top: -90px; border-top-left-radius: 25px}@media (max-width: 991px) {#brxe-czmlyo {margin-top: -120px}}#brxe-ufdsjk {width: 78px; height: 78px}#brxe-ufdsjk:not(.tag), #brxe-ufdsjk img {object-fit: cover}#brxe-cjjirs {width: 78px; height: 78px}#brxe-cjjirs:not(.tag), #brxe-cjjirs img {object-fit: cover}#brxe-ukfcym {display: flex; justify-content: space-between}@media (max-width: 478px) {#brxe-ukfcym {flex-direction: row; justify-content: center; column-gap: 50px}}#brxe-htweth {color: var(--bricks-color-yfqhfi); font-weight: 200}@media (max-width: 478px) {#brxe-htweth {text-align: center}}#brxe-uoydhp {margin-top: 27px}@media (max-width: 478px) {#brxe-gkvvwg {flex-direction: column}}#brxe-bxvoxz {color: var(--bricks-color-tppyrs); font-family: "Inter"; line-height: 1.5}#brxe-fpenfm {flex-direction: column; align-items: flex-start; column-gap: 0px; row-gap: 15px}#brxe-iyvepd {color: var(--bricks-color-yfqhfi); font-weight: 200}#brxe-tfxfgk {display: flex; flex-direction: column; row-gap: 30px}#brxe-mpymdz {color: var(--bricks-color-tppyrs); font-family: "Inter"; line-height: 1.5}#brxe-bkvdhy {flex-direction: column; align-items: flex-start; column-gap: 0px; row-gap: 15px}#brxe-wenosn {color: var(--bricks-color-yfqhfi); font-weight: 200}#brxe-rcfvfn {display: flex; flex-direction: column; row-gap: 30px}#brxe-ptdoph {color: var(--bricks-color-tppyrs); font-family: "Inter"; line-height: 1.5}#brxe-jvwpyp {flex-direction: column; align-items: flex-start; column-gap: 0px; row-gap: 15px}#brxe-hnbush {color: var(--bricks-color-yfqhfi); font-weight: 200}#brxe-tacskp {display: flex; flex-direction: column; row-gap: 30px}#brxe-gsdpsk {width: 100%; max-width: 1364px; grid-template-columns: 1fr 1fr 1fr 1fr; display: grid; align-items: initial; padding-top: 38px; padding-bottom: 32px; grid-gap: 73px}@media (max-width: 1400px) {#brxe-gsdpsk {width: 95%; grid-gap: 40px}}@media (max-width: 991px) {#brxe-gsdpsk {width: 90%; flex-direction: column; justify-content: space-around; margin-top: 20px; margin-bottom: 20px; align-items: flex-start; row-gap: 20px; height: 100%; grid-template-columns: 1fr 1fr; grid-gap: 60px}}@media (max-width: 478px) {#brxe-gsdpsk {grid-template-columns: 1fr; grid-gap: 30px}}#brxe-dplheq {background-color: var(--bricks-color-ybtwrs)}#brxe-dmioni {font-size: 16px; color: #fefefe; font-weight: 300}#brxe-nfmpvw {color: #fefefe; font-size: 16px; font-weight: 300}@media (max-width: 991px) {#brxe-nfmpvw {padding-bottom: 65px}}#brxe-pkbqzw {width: 100%; max-width: 1364px; height: 50px; flex-direction: row; justify-content: space-between; align-items: center}@media (max-width: 1400px) {#brxe-pkbqzw {width: 95%}}@media (max-width: 991px) {#brxe-pkbqzw {width: 90%; flex-direction: column; justify-content: space-around; margin-top: 20px; margin-bottom: 20px; align-items: flex-start; row-gap: 10px; height: 100%}}#brxe-txljlz {background-color: var(--bricks-color-ybtwrs); border-top: 1px solid var(--bricks-color-higxeg)}#brxe-zxanod {font-size: 50px; color: #333333; fill: #333333; padding-top: 15px; padding-right: 12px; padding-bottom: 15px; padding-left: 12px; background-color: var(--bricks-color-higxeg); border-radius: 50px}#brxe-obxufx {position: fixed; bottom: 30px; z-index: 99; cursor: pointer; transition-duration: 0.5s; right: 30px}body.bricks-is-frontend .brxe-bu-btt{visibility: hidden; opacity: 0; transition-property: all; transition-duration: 0.3s; animation-timing-function: ease-in-out;transform: scale(0);}body.bricks-is-frontend .brxe-bu-btt.show-btt-btn{visibility: visible; opacity: 1; transform: scale(1);}@media (max-width: 991px) {#brxe-obxufx {bottom: 80px}}@layer bricks.icons{@font-face{font-display:swap;font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;src:url(/wp-content/themes/bricks/assets/fonts/fontawesome/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/bricks/assets/fonts/fontawesome/fa-regular-400.ttf) format("truetype")}.fa,.fa-classic,.fa-regular,.far{font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400}@font-face{font-display:swap;font-display:block;font-family:Font Awesome\ 6 Solid;font-style:normal;font-weight:900;src:url(/wp-content/themes/bricks/assets/fonts/fontawesome/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/bricks/assets/fonts/fontawesome/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:Font Awesome\ 6 Solid;font-style:normal;font-weight:900}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:var(--fa-li-width,2em)}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"0"}.fa-1:before{content:"1"}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"@"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"*"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"E"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"C"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"L"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"P"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"?"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"F"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"H"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"R"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"O"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"U"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"S"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"B"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"<"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:">"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"+"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"="}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"%"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"#"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"T"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"!"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"D"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}}
.pwb-clearfix:after{content:"";display:table;clear:both}.pwb-before-loop{margin-bottom:1em}.pwb-after-loop{margin-top:1em}.pwb-carousel .pwb-slick-slide a{display:block}.pwb-carousel .pwb-slick-slide a>img{margin:0 auto}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{margin:0 10px}.pwb-carousel .slick-prev,.pwb-carousel .slick-next,.pwb-product-carousel .slick-prev,.pwb-product-carousel .slick-next{font-size:0;position:absolute;top:0;bottom:0;display:block;cursor:pointer;font-size:22px;width:30px;overflow:hidden;text-align:center;color:#aeaeae;border:none;outline:none;z-index:999;background:#eee;opacity:0;transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out}.pwb-carousel .slick-prev>span,.pwb-carousel .slick-next>span,.pwb-product-carousel .slick-prev>span,.pwb-product-carousel .slick-next>span{display:inline-block;height:20px;width:20px;padding:10px;position:absolute;top:50%;margin-top:-20px;left:0;right:0}.pwb-carousel .slick-prev:hover,.pwb-carousel .slick-prev:focus,.pwb-carousel .slick-next:hover,.pwb-carousel .slick-next:focus,.pwb-product-carousel .slick-prev:hover,.pwb-product-carousel .slick-prev:focus,.pwb-product-carousel .slick-next:hover,.pwb-product-carousel .slick-next:focus{outline:none}.pwb-carousel .slick-prev,.pwb-product-carousel .slick-prev{left:0}.pwb-carousel .slick-next,.pwb-product-carousel .slick-next{right:0}.pwb-carousel:hover .slick-next,.pwb-carousel:hover .slick-prev,.pwb-product-carousel:hover .slick-next,.pwb-product-carousel:hover .slick-prev{opacity:.8}.pwb-product-carousel .pwb-amount{display:block;width:100%;margin-bottom:12px}.pwb-carousel,.pwb-product-carousel{min-height:30px}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{display:none}.pwb-carousel.slick-initialized .pwb-slick-slide,.pwb-product-carousel.slick-initialized .pwb-slick-slide{display:block}.pwb-carousel .slick-list,.pwb-product-carousel .slick-list{opacity:0;position:absolute}.pwb-carousel.slick-initialized,.pwb-product-carousel.slick-initialized{min-height:none}.pwb-carousel.slick-initialized .slick-list,.pwb-product-carousel.slick-initialized .slick-list{opacity:1;position:relative;transition:opacity .2s ease-in}.pwb-carousel.slick-initialized .pwb-carousel-loader,.pwb-product-carousel.slick-initialized .pwb-carousel-loader{display:none!important;opacity:0!important}.pwb-carousel-loader{font-size:10px;margin:50px auto;text-indent:-9999em;width:30px;height:30px;border-radius:50%;background:#525252;background:-moz-linear-gradient(left,#525252 10%,#fff0 42%);background:-webkit-linear-gradient(left,#525252 10%,#fff0 42%);background:-o-linear-gradient(left,#525252 10%,#fff0 42%);background:-ms-linear-gradient(left,#525252 10%,#fff0 42%);background:linear-gradient(to right,#525252 10%,#fff0 42%);position:relative;-webkit-animation:PWBCarouselLoader 1.4s infinite linear;animation:PWBCarouselLoader 1.4s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.pwb-carousel-loader:before{width:50%;height:50%;background:#525252;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}.pwb-carousel-loader:after{background:#fff;width:75%;height:75%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}@-webkit-keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.pwb-all-brands .pwb-pagination-wrapper{margin-top:20px;padding-top:10px;border-top:1px solid #ededed;text-align:right}.pwb-all-brands .pwb-pagination{display:inline-block;margin-right:10px;background-color:#ededed;color:#333;text-align:center;padding:10px}.pwb-brands-cols-outer{display:flex;flex-wrap:wrap;gap:15px}.pwb-all-brands .pwb-brands-cols-outer:after{content:"";display:table;clear:both}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{box-sizing:border-box;width:calc(20% - 15px);display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.pwb-az-listing-row{margin-bottom:20px}.pwb-az-listing-row-in{margin-left:-5px;margin-right:-5px}.pwb-az-listing-col{padding:5px}.pwb-az-listing-col>a{display:block;text-transform:uppercase;white-space:nowrap;overflow:hidden}.pwb-az-listing-title{border-bottom:1px solid #ddd;font-weight:700;font-size:115%;text-transform:uppercase}.pwb-az-listing-header{margin-bottom:30px}.pwb-az-listing-header ul{margin:0;padding:0;list-style:none;margin-right:-2px;margin-left:-2px}.pwb-az-listing-header li{display:inline-block;float:left;width:25px;height:25px;margin:2px;line-height:25px;border:1px solid #ddd;text-align:center}.pwb-az-listing-header a{text-transform:uppercase}.pwb-filter-products input[type=checkbox]{margin-right:10px}.pwb-filter-products li{margin-bottom:5px}.pwb-row:after{content:"";display:table;clear:both}.pwb-columns-2{width:50%}.pwb-columns-3{width:33.33333%}.pwb-columns-4{width:25%}.pwb-columns-5{width:20%}.pwb-columns-6{width:16.66666%}.pwb-columns{float:left}.pwb-single-product-brands{padding-top:1em;display:flex;gap:.1em}.product_meta .pwb-single-product-brands{padding-top:0}.pwb-text-before-brands-links{margin-right:4px}@media screen and (max-width:1000px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:25%}}@media screen and (max-width:700px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:50%}.pwb-columns-5,.pwb-columns-6{width:25%}}@media screen and (max-width:480px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:100%;float:none}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3>p:first-child{height:auto}.pwb-columns-3,.pwb-columns-4,.pwb-columns-5,.pwb-columns-6{width:50%}}@media(min-width:576px){.pwb-az-listing-col{width:50%;float:left}}@media(min-width:992px){.pwb-az-listing-col{width:25%}}.fs-free-shipping-notice-and-button-wrapper{align-content:start;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.fs-free-shipping-notice-continue-shopping-button-wrapper,.fs-free-shipping-notice-text-and-progress-bar-wrapper{flex:0 1 auto;margin:0 .5em}.fs-free-shipping-notice-progress-bar-wrapper{align-items:center;display:flex;flex-direction:row}.fs-free-shipping-notice-progress-bar{border:1px solid #fff;border-radius:10px;height:10px;margin-left:10px;margin-right:10px;position:relative;width:100%}.fs-free-shipping-notice-progress-bar>span{background-color:#fff;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block;height:100%;overflow:hidden;position:relative}.button.flexible-shipping-free-shipping-button{margin-left:0}div.tnp-subscription,form.tnp-subscription,form.tnp-profile{display:block;margin:1em auto;max-width:500px;width:100%}div.tnp-profile{display:block;margin:1em 0;max-width:500px}.tnp-subscription div.tnp-field,.tnp-profile div.tnp-field{margin-bottom:.7em;border:0;padding:0}.tnp-subscription label,.tnp-profile label{display:block;color:inherit;font-weight:400;line-height:normal;padding:0;margin:0;margin-bottom:.25em;font-size:.9em}.tnp-subscription .tnp-field-checkbox label,.tnp-profile .tnp-field-checkbox label{display:inline-block}.tnp-subscription input[type=text],.tnp-subscription input[type=email],.tnp-subscription input[type=submit],.tnp-subscription select,.tnp-subscription textarea,.tnp-profile input[type=text],.tnp-profile input[type=email],.tnp-profile input[type=submit],.tnp-profile select,.tnp-profile textarea{width:100%;padding:.7em;display:block;border:1px;color:#444;border-color:#ddd;background-color:#f4f4f4;background-image:none;text-shadow:none;font-size:1em;margin:0;line-height:normal;box-sizing:border-box}.tnp-subscription input[type=checkbox],.tnp-widget input[type=radio],.tnp-profile input[type=checkbox]{max-width:1em;display:inline-block;margin-right:.5em}.tnp-subscription select option,.tnp-profile select option{margin-right:.75em}.tnp-subscription input.tnp-submit,.tnp-profile input.tnp-submit,.tnp-unsubscribe button.tnp-submit,.tnp-reactivate button.tnp-submit{background-color:#444;color:#fff;width:auto;height:auto;margin:0;display:inline-block}@media all and (max-width:480px){.tnp-subscription input[type=submit],.tnp-profile input[type=submit]{width:100%}}.tnp-widget{width:100%;display:block;box-sizing:border-box}.tnp-widget .tnp-field{margin-bottom:10px;border:0;padding:0}.tnp-widget label{display:block;color:inherit;font-size:14px}.tnp-widget input[type=text],.tnp-widget input[type=email],.tnp-widget input[type=submit],.tnp-widget select{width:100%;padding:10px;display:block;border:1px solid #ddd;border-color:#ddd;background-color:#f4f4f4;background-image:none;text-shadow:none;color:#444;font-size:14px;line-height:normal;box-sizing:border-box;height:auto}.tnp-widget input[type=checkbox],.tnp-widget input[type=radio]{width:auto;display:inline-block}.tnp-widget select option{margin-right:10px}.tnp-widget input.tnp-submit{background-color:#444;background-image:none;text-shadow:none;color:#fff;margin:0}.tnp-field input[type="submit"]{position:inherit}.tnp-widget-minimal{width:100%}.tnp-widget-minimal form{margin:0;padding:0;border:0}.tnp-widget-minimal input.tnp-email{width:100%;box-sizing:border-box;padding:10px;display:inline-block;border:1px solid #ddd;background-color:#f4f4f4;color:#444;font-size:14px}.tnp-widget-minimal input.tnp-submit{width:100%;box-sizing:border-box;padding:10px;display:inline-block;border:1px;border-color:#ddd;background-color:#444;background-image:none;text-shadow:none;color:#fff;font-size:14px;line-height:normal;border-radius:0;height:auto;margin:0}.tnp-subscription-minimal{width:100%;box-sizing:border-box;margin:10px 0}.tnp-subscription-minimal form{width:auto;margin:0;padding:0;border:0;white-space:nowrap}.tnp-subscription-minimal input.tnp-email,.tnp-subscription-minimal input.tnp-name{width:70%;max-width:300px;box-sizing:border-box;padding:10px;display:inline-block;border:1px solid #ddd;background-color:#f4f4f4;color:#444;font-size:14px;line-height:20px;border-radius:0;margin-right:10px}.tnp-subscription-minimal.with-name input.tnp-email,.tnp-subscription-minimal.with-name input.tnp-name{width:31%}.tnp-subscription-minimal .tnp-privacy-field{margin-top:10px}.tnp-subscription-minimal input.tnp-submit{width:29%;box-sizing:border-box;display:inline-block;padding:10px;border:1px;border-color:#ddd;background-color:#444;background-image:none;text-shadow:none;color:#fff;font-size:14px;line-height:20px;border-radius:0;margin:0}.tnp-subscription-posts{margin-top:2em;margin-bottom:2em;padding:2rem}.tnp-subscription-posts .tnp-subscription{max-width:auto;margin:0}@media all and (max-width:525px){.tnp-subscription-minimal.with-name input.tnp-email,.tnp-subscription-minimal.with-name input.tnp-name,.tnp-subscription-minimal input.tnp-submit{width:100%;max-width:100%;margin:0;display:block;margin-bottom:.5rem}}.tnp-button-form button.tnp-submit{box-sizing:border-box;padding:10px;display:inline-block;border:1px;border-color:#ddd;background-color:#444;background-image:none;text-shadow:none;color:#fff;font-size:14px;line-height:normal;border-radius:0;height:auto;margin:0}.tnp-comments{clear:both;margin-top:15px;margin-bottom:15px}.tnp-comments label{display:block}.tnp-comments input[type=checkbox]{display:inline-block;width:auto!important}.tnp-lock{clear:both;display:block;box-sizing:border-box;box-shadow:none;margin:20px;padding:15px;background-color:#fff;border:1px solid #ddd}.tnp-nl-checkout{margin-bottom:1em}.pbl-container{display:flex;justify-content:center;flex-direction:column}.pbl-container .payu-list-banks{list-style-type:none;display:flex;flex-wrap:wrap;margin:0;padding:0;justify-content:center}.pbl-container .payu-list-banks li{padding:5px 3px 0}.pbl-container .payu-list-banks li.payu-inactive{opacity:.5;filter:grayscale(1)}.pbl-container .payu-list-banks li:not(.payu-inactive) label{cursor:pointer}.pbl-container .payu-list-banks li:not(.payu-inactive) label:hover{background:#ddd;border-color:#aaa}.pbl-container .payu-list-banks li label{padding:10px;display:flex;border:1px solid #bbb;transition:all 250ms;width:86px;justify-content:center;align-items:center}.pbl-container .payu-list-banks li label.active{background:#ddd;border-color:#aaa}.pbl-container .payu-list-banks li label img{width:auto;height:31px;object-fit:contain;margin:0!important;padding:0}.pbl-container .payu-list-banks li label input{display:none}.pbl-container .pbl-error{padding-top:.5em;padding-bottom:.5em;margin-top:.5em;margin-bottom:.5em;display:none}.pbl-container .pbl-error:before{top:.5em}.payu-accept-conditions{margin-top:15px}.payu-accept-conditions .payu-conditions-description{font-size:12px;line-height:120%;margin-top:8px;text-align:justify}.payu-accept-conditions .payu-conditions-description>div{margin:5px 0}.payu-accept-conditions .payu-conditions-description a{text-decoration:underline}.payu-accept-conditions .payu-conditions-description .payu-read-more{text-decoration:underline;cursor:pointer}.payu-accept-conditions .payu-conditions-description .payu-more-hidden{display:none}#payu-card-container{max-width:350px;margin:10px auto 10px;text-align:left;box-sizing:border-box;border:1px solid #bbb;padding:5px;border-radius:5px;background-color:#ddd;color:#333}#payu-card-container .payu-sf-validation-error,#payu-card-container .payu-sf-technical-error{display:none;color:#b21b0f;font-size:13px}#payu-card-container .payu-card-form{background-color:#fff;padding:5px;border-radius:4px;border:1px solid #fff0}#payu-card-container .payu-secure-form-invalid:not(.payu-secure-form-focus){border-color:#b21b0f}#payu-card-container label{padding-bottom:2px;font-size:15px}.card-details{clear:both;overflow:auto;margin-top:10px}.card-details .expiration{width:47%;float:left;margin-right:5%}.card-details .cvv{width:47%;float:left}#tokenizeButton{border:none;background:#438f29;padding:8px 15px;cursor:pointer;color:#fff;display:table;margin:10px auto 0}.response-success{color:#438f29}.response-error{color:#900}.autonomy-payu-button{display:flex;align-items:center;text-decoration:none;margin:10px 0}.autonomy-payu-button img{margin-left:10px;width:50px;height:auto}label[for*=payment_method_payu] img{border-radius:0}.payu-block-method{gap:10px}.payu-block-method-logo{margin-left:5px}.payu-block-installments-label{display:flex;justify-content:space-between;width:100%}.payu-block-installments-label>div{align-items:center;display:flex}.payu-block-list-banks{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;justify-content:center;margin-top:10px}.payu-block-list-banks>.payu-bank{align-items:center;background-color:#fff;border:1px solid #ccc;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all 250ms;width:82px}.payu-block-list-banks>.payu-bank.disabled{cursor:not-allowed;filter:grayscale(1);opacity:.5}.payu-block-list-banks>.payu-bank:not(.disabled):hover{background:#eee;border-color:#13100d}.payu-block-list-banks>.payu-bank.active{background:#eee;border-color:#13100d}.payu-block-list-banks>.payu-bank>img{border-radius:0;height:28px;object-fit:contain;width:auto}.block-payu-card{display:flex;flex-wrap:wrap;gap:0 10px;margin:10px 0;padding:10px}.block-payu-card .payu-sf-validation-error{color:#b21b0f;font-size:13px}.block-payu-card>.block-payu-card-number{flex:1 0 100%}.block-payu-card>.block-payu-card-date,.block-payu-card .block-payu-card-cvv{flex:1 0 calc(50% - 10px)}.block-payu-card .payu-card-form{background-color:#fff;border:1px solid #999;border-radius:5px;padding:8px 6px}.block-payu-card .payu-card-form.payu-secure-form-focus{border-color:#666;box-shadow:0 0 0 1px #666}.block-payu-card .payu-card-form.payu-secure-form-invalid:not(.payu-secure-form-focus){border-color:#cc1818}#installment-mini-block{margin:inherit;padding-right:16px;text-align:right}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip-path:none;color:#2b2d2f;display:block;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}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:#fff0 none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}.woof_redraw_zone label.woof_section_tab_label{display:block;padding:6px 12px;margin-right:.2rem;cursor:pointer;background:#fff;border:2px solid #ccc;margin-bottom:2px;font-weight:400;transition:background ease 0.2s;width:100%;float:left}.woof_redraw_zone .woof_section_tab{width:100%;padding:3px;background:#fff;height:1px;overflow:hidden;opacity:0;transition:all 0.5s ease-in-out}.woof_redraw_zone input[name="woof_section_tabs"]{display:none}.woof_redraw_zone input[name="woof_section_tabs"]:checked+label.woof_section_tab_label{font-weight:700}label.woof_section_tab_label span{transition:transform .5s ease-in-out;display:inline-block;float:right;font-weight:bolder}.woof_redraw_zone input[name="woof_section_tabs"]:checked+label.woof_section_tab_label span{transform:rotate(45deg)}.woof_redraw_zone input[name="woof_section_tabs"]:checked+label.woof_section_tab_label+.woof_section_tab{height:auto;opacity:1;transition:all 0.5s ease-in-out;overflow:inherit}.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none!important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:#fff0;z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:#fff0}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(to bottom,#ddd -50%,white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#ffffff 0%,#428bca 30%,#b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgb(255 255 255 / .5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgb(66 139 202 / .5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgb(0 0 0 / .3);background-color:#cbcfd5;background:linear-gradient(to bottom,white 0%,#B4B9BE 30%,white 100%);box-shadow:1px 1px 2px rgb(0 0 0 / .2),inset 0 0 3px 1px #fff;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgb(0 0 0 / .45);background-color:#939ba7;background:linear-gradient(to bottom,white 0%,#919BA5 30%,white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca 0%,#3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea 0%,#d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426 0%,#18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgb(209 214 224 / .5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgb(0 0 0 / .1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,white 0%,#e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#ffffff 0%,#919ba5 30%,#ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgb(0 0 0 / .5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid #fff0;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-min,.irs--sharp .irs-max{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgb(222 228 236 / .5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px rgb(0 0 255 / .3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgb(0 0 0 / .1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid #000;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgb(0 0 0 / .1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #000;background:#fff}.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}@layer bricks{.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide.brx-auto-height .splide__list{align-items:flex-start}.splide__container{box-sizing:border-box;position:relative}.splide__track{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide__list{display:flex;height:100%;padding:0}.splide__list,.splide__slide{backface-visibility:hidden;margin:0}.splide__slide{-webkit-tap-highlight-color:transparent;background-size:cover;box-sizing:border-box;flex-shrink:0;list-style-type:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrows.custom{display:block!important}.splide__arrow{align-items:center;background-color:transparent;cursor:pointer;display:flex;font-size:60px;height:50px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:50px;z-index:1}.splide__arrow:disabled{opacity:.5}.splide__arrow--prev{left:0}.splide__arrow--next{right:0}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:0}.splide__arrows--rtl .splide__arrow--next{left:0;right:auto}.splide__arrows--rtl .splide__arrow--next svg,.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:0}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:0;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:0;list-style-type:none;margin:0;pointer-events:auto}.splide__pagination{bottom:15px;left:50%;list-style:none;padding:0;position:absolute;transform:translateX(-50%);z-index:1}.splide__pagination .splide__pagination__page{background-color:rgba(0,0,0,.33);border:0;border-radius:100%;display:inline-block;height:10px;margin:5px;padding:0;position:relative;transition:transform .2s linear;width:10px}.splide__pagination .splide__pagination__page.is-active{background-color:#000;z-index:1}.splide__pagination .splide__pagination__page:focus{outline:none}.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__progress__bar{background:#ccc;height:3px;width:0}.splide__toggle{cursor:pointer}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}}
:root{--woof-fb-section-width:100%}.woof-form-builder-btn{position:relative;display:inline-block;margin-bottom:0;width:auto;text-align:center;text-decoration:none}.woof-form-builder-btn:hover{text-decoration:none}.woof-form-builder-btn img{display:inline-block;width:40px;height:40px;transition:all 2s}.woof-form-builder-btn:hover img:nth-child(1){transform:rotate(360deg)}.woof-form-builder-btn img:nth-child(1){opacity:1!important}.woof-form-builder-btn img:nth-child(2){position:absolute;width:20px;height:20px;top:42%;left:51%;transform:translate(-50%,-50%)}.woof-front-builder-list{margin:0!important;padding:0!important}.woof-front-builder-list li{position:relative;display:block;padding:10px;background:#fff;margin-bottom:9px;transition:all 0.5s;box-sizing:border-box;background-color:#fefefe;border:1px solid #ddd;vertical-align:middle;box-sizing:border-box;color:#161c2d}.woof-front-builder-list>li.woof-front-builder-list-li-selected{border:dashed 1px lightseagreen}.woof-front-builder-selector{width:100%;margin-bottom:11px;min-height:30px;font-size:18px;color:#000;border:solid 1px #ddd!important;padding:9px}select.woof-front-builder-selector:invalid,select.woof-front-builder-selector{color:#2eca8b!important;font-weight:600!important}select.woof-front-builder-selector option:not([value=""]){color:#000;font-weight:500!important}.woof-front-builder-list-li-del{position:absolute;right:0;top:10px;display:inline-block;width:30px}.woof-front-builder-list-li-del img{position:relative;width:50%;display:block;top:6px;right:-8px}.woof-front-builder-list-li-move{position:absolute;right:30px;top:11px;display:flex}.woof-front-builder-list-li-move a{margin-right:11px;align-self:center}.woof-front-builder-list-li-down,.woof-front-builder-list-li-up,.woof-front-builder-sd-btn{display:inline-block;width:30px}.woof-front-builder-sd-btn{top:0;display:inline-block;position:relative}.woof-front-builder-list-li-down img,.woof-front-builder-list-li-up img,.woof-front-builder-sd-btn img,.woof-front-builder-btn-back img,.woof-front-builder-btn-options img{width:100%;display:block}.woof-front-builder-list-li-up{transform:rotate(180deg)}.woof-front-builder-list-li-down{top:-8px;position:relative}.woof-front-builder-btn-back,.woof-front-builder-btn-options{display:inline-block;width:30px}.popup23-content data-table-row data-table-cell:nth-child(2){text-align:left}.popup23-content data-table-cell textarea{height:100%;min-height:100px}.woof-front-builder-premium{color:red}.woof-front-builder-container .woof_auto_show{background:#fff}.popup23-tab-panels input[type=text],.popup23-tab-panels textarea,.popup23-tab-panels select{padding:.6em;background-color:#faf9f9;background-image:none!important;color:#43454b;border:0;-webkit-appearance:auto;box-sizing:border-box;font-weight:400;box-shadow:none;width:100%}.woof-front-builder-container{overflow:unset}.woof-front-builder-container:has(.woof_autohide_wrapper){overflow:visible}.woof-front-builder-container .woof_container{display:inline-block;width:calc(var(--woof-fb-section-width) - 2px);vertical-align:top}.woof-front-builder-container .woof_block_html_items{max-height:var(--woof-fb-section-height)!important;padding:3px 0 0 3px}.woof-front-builder-type-selector{position:absolute;width:200px!important;max-width:200px!important;left:50%;top:50%;transform:translate(0,-50%);background-color:#fbfbff!important}.woof-front-builder-container .woof_block_html_items{overflow-y:auto;overflow:visible}.woof-front-builder-container .woof_container h4{margin-bottom:11px;font-size:1.12em;line-height:1.12em;background:#f7f7f7;padding:8px 7px;color:#333;text-align:center}.woof-front-builder-type-section-options{position:absolute;left:45%;top:50%;transform:translate(0,-50%)}.widget .woof_sid_flat_white,.widget_text .woof_sid_flat_white{border:none;padding:0}.widget .woof_auto_show_indent .woof_sid_flat_white{border:solid 1px #eee;padding:9px}.woof-front-builder-container .woof_list_sd.woof_list_switcher_sd{padding-left:11px}.woof-front-builder-container .select2,.woof-front-builder-container .chosen-container{width:100%!important}.woof-front-builder-container .woof_auto_1_columns .woof_container{padding:0 0 15px 0}.ui-slideouttab-panel,.ui-slideouttab-handle{background-color:#fff;padding:.4em;box-sizing:border-box}.ui-slideouttab-panel{display:block;position:fixed;border:1px solid #f9f9f9}.ui-slideouttab-ready{transition:transform 0.5s ease 0s}@media print{.ui-slideouttab-panel{display:none}}.ui-slideouttab-handle{display:block;position:absolute;cursor:pointer;color:#fff;background-color:grey}.ui-slideouttab-handle-image{transform:rotate(0)}.ui-slideouttab-right{right:0;transform:translateX(100%);border-right:none}.ui-slideouttab-right.ui-slideouttab-open{transform:translateX(0%)}.ui-slideouttab-right .ui-slideouttab-handle{transform-origin:0% 0%;transform:rotate(-90deg) translate(-100%,-100%)}.ui-slideouttab-right .ui-slideouttab-handle-reverse{transform-origin:0% 100%;transform:rotate(-90deg)}.ui-slideouttab-left{left:0;transform:translateX(-100%);border-left:none}.ui-slideouttab-left.ui-slideouttab-open{transform:translateX(0%)}.ui-slideouttab-left .ui-slideouttab-handle{transform-origin:100% 0%;transform:rotate(-90deg)}.ui-slideouttab-left .ui-slideouttab-handle-reverse{transform-origin:100% 100%;transform:rotate(-90deg) translate(100%,100%)}.ui-slideouttab-top{top:0;transform:translateY(-100%);border-top:none}.ui-slideouttab-top.ui-slideouttab-open{transform:translateY(0%)}.ui-slideouttab-bottom{bottom:0;transform:translateY(100%);border-bottom:none}.ui-slideouttab-bottom.ui-slideouttab-open{transform:translateY(0%)}.ui-slideouttab-left .ui-slideouttab-handle>.fa-icon,.ui-slideouttab-right .ui-slideouttab-handle>.fa-icon{transform:rotate(90deg)}.ui-slideouttab-handle>.fa-icon{margin-left:.5em}.ui-slideouttab-top .ui-slideouttab-handle-rounded,.ui-slideouttab-left .ui-slideouttab-handle-rounded{border-radius:0 0 4px 4px}.ui-slideouttab-right .ui-slideouttab-handle-rounded,.ui-slideouttab-bottom .ui-slideouttab-handle-rounded{border-radius:4px 4px 0 0}.woof-slide-out-div{z-index:9999}.woof-slide-content{overflow-x:hidden;padding:9px}.woof-slide-content .chosen-container{max-width:100%!important}