.archive.woocommerce{--stdradius: .35rem}.archive.woocommerce .category-section{margin:1rem 0 3rem}.archive.woocommerce .product-section{margin:1rem 0}.archive.woocommerce .product-search-section{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.archive.woocommerce .product-search-section .woocommerce-result-count,.archive.woocommerce .product-search-section .woocommerce-ordering{flex:0 1 auto}.archive.woocommerce .category-section-title,.archive.woocommerce .product-section-title{padding:.5rem 1rem;margin-bottom:1rem;color:#fffc;background:#2a3c68;text-transform:uppercase;font-size:1.2rem;font-weight:700;border-radius:var(--stdradius)}.archive.woocommerce .category-section ul.product-categories{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;list-style:none;list-style-position:outside;padding:0;margin:0}.archive.woocommerce .category-section ul.product-categories:before,.archive.woocommerce .category-section ul.product-categories:after{display:none!important}.archive.woocommerce .category-section li.product-category{display:flex;float:none;position:relative;--hovertranstime: .2s}.archive.woocommerce .category-section li.product-category>a{flex:0 0 100%;display:block;border:1px solid rgba(0,0,0,.2509803922);border-radius:var(--stdradius);overflow:hidden}.archive.woocommerce .category-section li.product-category>a:before{content:"";display:block;position:absolute;offset:0;width:100%;height:100%;background-image:linear-gradient(to bottom,#2a3c6800,#2a3c6820 30%,#2a3c68e6);z-index:20;transition:all ease var(--hovertranstime)}.archive.woocommerce .category-section li.product-category>a>img{position:relative;display:block;margin:0 auto;max-width:180px;padding:1rem;transition:all ease var(--hovertranstime)}.archive.woocommerce .category-section li.product-category>a>h2{position:absolute;display:block;margin:0;bottom:0;left:0;right:0;z-index:30;padding:2rem 1rem 1rem;color:#fff;font-weight:700;text-transform:uppercase;font-size:1.2rem;text-shadow:0px 0px 8px rgba(0,0,0,.5);transition:all ease var(--hovertranstime)}.archive.woocommerce .category-section li.product-category>a>h2>mark{display:none}.archive.woocommerce .category-section li.product-category>a:hover>h2{background-color:transparent!important;background-image:linear-gradient(to bottom,#2a3c6800,#2a3c68e6 1.5rem);color:#fff!important;text-shadow:none}.archive.woocommerce .category-section li.product-category>a:hover>img{transform:scale(1.25);transition:all ease 1.5s}.archive.woocommerce .category-section li.product-category>a:hover:before{opacity:0}.archive.woocommerce .product-section ul.products{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;list-style:none;list-style-position:outside;padding:0;margin:0}.archive.woocommerce .product-section ul.products:before,.archive.woocommerce .product-section ul.products:after{display:none!important}.archive.woocommerce .product-section li.product{display:flex!important;flex-direction:column;justify-content:space-between;height:100%;width:auto!important;float:none!important;position:relative;border:1px solid rgba(0,0,0,.5)!important;border-radius:var(--stdradius);background:#fff;box-shadow:2px 2px 1rem #0000001a;--hovertranstime: .2s}.archive.woocommerce .product-section li.product>a.woocommerce-loop-product__link{flex:1 0 auto;position:relative;display:grid;grid-template-rows:auto 1fr auto;grid-template-areas:"image" "title" "info";gap:.5rem;background:transparent}.archive.woocommerce .product-section li.product>a.woocommerce-loop-product__link>img{grid-area:image;display:block;width:100%;height:200px;object-fit:contain;transition:all ease var(--hovertranstime);margin:0;border:0!important;box-shadow:none}.archive.woocommerce .product-section li.product>a.woocommerce-loop-product__link>h2{grid-area:title;display:block;margin:0;padding:1rem;font-weight:700;font-size:1.2rem;transition:all ease var(--hovertranstime)}.archive.woocommerce .product-section li.product>.button{flex:0 0 auto;display:block!important;padding:1rem;font-size:1rem;letter-spacing:.02em;font-weight:700;text-transform:uppercase;text-align:center;background:#2a3c68!important;color:#fff!important;transition:all ease var(--hovertranstime)}.archive.woocommerce .product-section li.product:hover{box-shadow:2px 2px .5rem #00000080;border:1px solid rgb(0,0,0)}.archive.woocommerce .product-section li.product:hover>a>h2{color:#000}.archive.woocommerce .product-section li.product:hover>.button{background:#000!important;color:#fff}.archive.woocommerce .woocommerce-pagination{margin:2rem auto;display:flex;justify-content:center;align-items:center}.archive.woocommerce .woocommerce-pagination ul.page-numbers{display:flex;justify-content:center;align-items:center;gap:.25rem;list-style-position:outside;list-style-type:none}.archive.woocommerce .woocommerce-pagination ul.page-numbers:before,.archive.woocommerce .woocommerce-pagination ul.page-numbers:after{content:"";display:none}.archive.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers{display:block;flex:0 0 auto;border:1px solid rgba(42,60,104,.75);border-radius:.25rem;color:#2a3c68;font-size:1rem;font-weight:400;padding:.25rem .5rem}.archive.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current{background-color:#2a3c68;border:1px solid rgb(42,60,104);color:#fff!important}.archive.woocommerce .woocommerce-pagination ul.page-numbers a.page-numbers:hover{background-color:#2a3c68bf;border:1px solid rgb(42,60,104);color:#fff!important}@media (min-width: 390px){.archive.woocommerce .product-section ul.products{grid-template-columns:repeat(2,1fr)}}@media (min-width: 450px){.archive.woocommerce .category-section ul.product-categories{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.archive.woocommerce .category-section ul.product-categories{grid-template-columns:repeat(2,1fr)}.archive.woocommerce .category-section li.product-category>a>img{max-width:200px}}@media (min-width: 990px){.archive.woocommerce .category-section ul.product-categories{grid-template-columns:repeat(3,1fr)}.archive.woocommerce .category-section li.product-category>a>img{max-width:100%}.archive.woocommerce .product-section ul.products{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1140px){.archive.woocommerce .category-section ul.product-categories{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1200px){.archive.woocommerce .category-section ul.product-categories,.archive.woocommerce .product-section ul.products{grid-template-columns:repeat(4,1fr)}}body.woocommerce.single-product .woocommerce-breadcrumb{max-width:1140px;margin-left:auto;margin-right:auto;padding-left:1rem!important;padding-right:1rem!important}body.woocommerce.single-product #main{max-width:100%;padding-left:0;padding-right:0}body.woocommerce.single-product .superlok-product-header{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end;margin-top:2rem;gap:1rem}@media (min-width: 640px){body.woocommerce.single-product .superlok-product-header{flex-direction:row;align-items:center}}body.woocommerce.single-product .superlok-product-container{max-width:1140px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}body.woocommerce.single-product .product-parent-title,body.woocommerce.single-product .product-title{align-self:flex-start;font-size:22px}body.woocommerce.single-product .product{margin-top:1rem;display:block;width:100%}body.woocommerce.single-product .product .cad-buttons .button-cad{background:#777}body.woocommerce.single-product .product .summary-container{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-template-areas:"images" "summary";gap:2rem 1rem}body.woocommerce.single-product .product .summary-container .images-area{grid-area:images}body.woocommerce.single-product .product .summary-container .images-area .images{max-width:500px;margin-left:auto;margin-right:auto;float:none!important;width:auto!important}body.woocommerce.single-product .product .summary-container .summary{grid-area:summary;float:none!important;width:auto!important}body.woocommerce.single-product .product .summary{display:grid;grid-template-columns:100%;grid-template-rows:repeat(6,auto) 1fr;grid-template-areas:"part" "headline" "description" "price" "cart" "meta" "more-info";gap:0}body.woocommerce.single-product .product .summary .product-part{grid-area:part}body.woocommerce.single-product .product .summary .product-headline{grid-area:headline}body.woocommerce.single-product .product .summary .price{grid-area:price;margin:1rem 0}body.woocommerce.single-product .product .summary .woocommerce-product-details__short-description{grid-area:description;margin:1rem 0}body.woocommerce.single-product .product .summary .product_meta{grid-area:meta;margin:1rem 0}body.woocommerce.single-product .product .summary .product_meta .sku_wrapper,body.woocommerce.single-product .product .summary .product_meta .posted_in,body.woocommerce.single-product .product .summary .product_meta .tagged_as{display:none}body.woocommerce.single-product .product .summary .product_meta .cad-buttons{display:flex;justify-content:flex-start;align-items:center;gap:1rem}body.woocommerce.single-product .product .summary .superlok-product-more-info{grid-area:more-info;margin-top:.5rem;margin:1rem 0}body.woocommerce.single-product .product .summary .superlok-product-more-info a{font-size:19px;font-weight:700;text-decoration:underline}body.woocommerce.single-product .product .summary form.cart{grid-area:cart;margin:1rem 0}body.woocommerce.single-product .superlok_extra_pricing_content{margin-bottom:10px}body.woocommerce.single-product .product-part{margin:0;padding:0;font-weight:700;font-size:19px;line-height:1.4}body.woocommerce.single-product .product-headline{margin:0 0 10px;padding:0 0 8px;font-weight:500;font-size:22px;line-height:1.4;border-bottom:1px solid #777}body.woocommerce.single-product div.product p.price{font-size:24px;font-weight:700}body.woocommerce.single-product .product-downloads{margin-top:1rem;margin-bottom:1rem;display:inline-block;min-width:200px;border:1px solid var(--e-global-color-primary)}body.woocommerce.single-product .product-downloads .heading-downloads{padding:4px 10px;background:var(--e-global-color-primary);color:#fff;font-weight:700;text-transform:uppercase}body.woocommerce.single-product .product-downloads .downloads{padding:10px}body.woocommerce.single-product .product-downloads ul.downloads-links{margin:0;padding:0;list-style-type:none}body.woocommerce.single-product .product-downloads ul.downloads-links>li a{font-size:16px}body.woocommerce.single-product .superlok-specifications-header{padding:.5rem 0;color:#fff;background:var(--e-global-color-primary);font-size:22px;line-height:1.1;font-weight:400;text-transform:uppercase}body.woocommerce.single-product .superlok-specifications-header .note{font-size:15px}body.woocommerce.single-product .spec-note{margin-top:1rem;margin-bottom:1rem;font-size:18px;text-align:center}body.woocommerce.single-product .superlok-dims-drawing{display:flex;justify-content:center;align-items:center;margin:1rem auto}body.woocommerce.single-product .table-superlok-specs{margin:0 0 4rem;table-layout:fixed;width:100%;border-collapse:collapse}body.woocommerce.single-product .table-superlok-specs tr{background:transparent;border-style:none}body.woocommerce.single-product .table-superlok-specs th,body.woocommerce.single-product .table-superlok-specs td{font-size:1rem;padding:1rem;border-left:none;border-right:none;border-top:none;background:transparent}body.woocommerce.single-product .table-superlok-specs th{font-weight:700;text-align:right;text-transform:uppercase}body.woocommerce.single-product .table-superlok-specs td{font-weight:400;text-align:left}body.woocommerce.single-product .superlok-product-content{margin-top:2rem;margin-bottom:3rem}body.woocommerce.single-product .superlok-product-content h2{font-size:22px;font-weight:700;margin-bottom:1rem}body.woocommerce.single-product .product .woocommerce-product-details__short-description,body.woocommerce.single-product .product .content{font-size:1rem}body.woocommerce.single-product .product .woocommerce-product-details__short-description p,body.woocommerce.single-product .product .content p,body.woocommerce.single-product .product .woocommerce-product-details__short-description ul,body.woocommerce.single-product .product .woocommerce-product-details__short-description ol,body.woocommerce.single-product .product .content ul,body.woocommerce.single-product .product .content ol{margin:0 0 1rem}body.woocommerce.single-product .back-to-parent-link{margin:2rem 0;text-align:center;font-size:1.2rem;font-weight:700}body.woocommerce.single-product .back-to-parent-link a{display:inline-block;padding:4px 16px;border:1px solid #ccc}body.woocommerce.single-product .woocommerce-product-gallery{margin-bottom:16px!important}body.woocommerce.single-product .woocommerce-product-gallery .flex-viewport{box-shadow:2px 2px 1.8rem #0003;border:1px solid rgba(0,0,0,.15)}body.woocommerce.single-product .woocommerce-product-gallery .flex-control-nav{margin:.5rem 0 0!important;display:flex;flex-wrap:wrap;gap:.5rem}body.woocommerce.single-product .woocommerce-product-gallery .flex-control-nav>li{float:none!important}body.woocommerce.single-product .woocommerce-product-gallery .flex-control-nav>li>img{box-shadow:2px 2px 1.8rem #0003;border:1px solid rgba(0,0,0,.15)}body.woocommerce.single-product .woocommerce-product-gallery .flex-control-nav>li>img.flex-active{border:1px solid rgba(0,0,0,.25)}body.woocommerce.single-product .product form.cart{display:flex;justify-content:flex-start;align-items:center}body.woocommerce.single-product .product form.cart .yith-ywraq-add-to-quote{margin-top:0}body.woocommerce.single-product .product form.cart input.qty,body.woocommerce.single-product .product form.cart button[name=add-to-cart],body.woocommerce.single-product .product form.cart a.add-request-quote-button{display:block;position:relative;float:none;font-size:1rem;line-height:1.2rem;padding:.5rem 1rem;margin:0;border-width:1px;border-radius:0;width:auto}body.woocommerce.single-product .product form.cart input.qty[type=number]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:5em}body.woocommerce.single-product .product form.cart img.ajax-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}body.woocommerce.single-product .yith_ywraq_add_item_response_message{padding:.25rem;margin:.25rem auto;max-width:200px;border:1px solid #ccc;background:#ffffe0}@media (min-width: 768px){body.woocommerce.single-product .product .summary-container{display:grid;grid-template-columns:45% 1fr;grid-template-rows:auto;grid-template-areas:"images summary";gap:4rem 1rem}}@media (min-width: 1024px){body.woocommerce.single-product .product .summary-container{grid-template-columns:40% 1fr}}body.woocommerce.single-product .superlok-child-part-list .superlok-specifications-header{margin-bottom:2rem}body.woocommerce.single-product .superlok-child-part{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto auto;grid-template-areas:"cadbuttons" "title" "info" "actions" "specsbar" "specsarea";gap:.5rem .75rem;margin-bottom:1rem;padding:0 0 .5rem;border-bottom:1px solid var(--e-global-color-primary)}body.woocommerce.single-product .superlok-child-part .gar-title{grid-area:title}body.woocommerce.single-product .superlok-child-part .gar-info{grid-area:info}body.woocommerce.single-product .superlok-child-part .gar-cadbuttons{grid-area:cadbuttons}body.woocommerce.single-product .superlok-child-part .gar-actions{grid-area:actions}body.woocommerce.single-product .superlok-child-part .gar-specsbar{grid-area:specsbar;align-self:self-end}body.woocommerce.single-product .superlok-child-part .gar-specsarea{grid-area:specsarea}body.woocommerce.single-product .superlok-child-part .child-title{padding:0;margin:0;font-size:28px;font-weight:700;line-height:1}body.woocommerce.single-product .superlok-child-part .child-title small{font-size:1rem;font-weight:400}body.woocommerce.single-product .superlok-child-part .cad-buttons{flex:1 0 auto;display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:.5rem}body.woocommerce.single-product .superlok-child-part .cad-buttons .button-cad{flex:0 0 auto;width:36px;height:36px;padding:.1em}body.woocommerce.single-product .superlok-child-part .cad-buttons .button-cad img{width:100%;height:auto}body.woocommerce.single-product .superlok-child-part .child-description{font-size:1rem;line-height:1.2}body.woocommerce.single-product .superlok-child-part .child-description ul>li{margin-bottom:0}body.woocommerce.single-product .superlok-child-part .gar-specsbar{text-align:center}body.woocommerce.single-product .superlok-child-part .gar-specsbar .specs-dimentions-btn{display:flex;justify-content:space-evenly;align-items:center;gap:.5rem}body.woocommerce.single-product .superlok-child-part .gar-specsbar .spec-btn,body.woocommerce.single-product .superlok-child-part .gar-specsbar .dimension-btn,body.woocommerce.single-product .superlok-child-part .gar-specsbar .crossref-btn{flex:1 0 auto;display:inline-block;font-size:1rem;line-height:1.2rem;padding:.25rem;margin:0;text-align:left;background:#fff;color:var(--e-global-color-primary);border:1px solid var(--e-global-color-primary)}body.woocommerce.single-product .superlok-child-part .gar-specsbar .spec-btn .fll,body.woocommerce.single-product .superlok-child-part .gar-specsbar .dimension-btn .fll,body.woocommerce.single-product .superlok-child-part .gar-specsbar .crossref-btn .fll{display:none}body.woocommerce.single-product .superlok-child-part .gar-specsbar .spec-btn.active,body.woocommerce.single-product .superlok-child-part .gar-specsbar .dimension-btn.active,body.woocommerce.single-product .superlok-child-part .gar-specsbar .crossref-btn.active{background:var(--e-global-color-primary);color:#fff;border:1px solid var(--e-global-color-primary)}body.woocommerce.single-product .superlok-child-part .gar-specsbar .spec-btn.active i.fa,body.woocommerce.single-product .superlok-child-part .gar-specsbar .dimension-btn.active i.fa,body.woocommerce.single-product .superlok-child-part .gar-specsbar .crossref-btn.active i.fa{opacity:0}body.woocommerce.single-product .superlok-child-part .child-price{font-size:22px;font-weight:700;color:val(--e-global-color-secondary)!important;margin-bottom:16px}body.woocommerce.single-product .superlok-child-part .child-dimension-table,body.woocommerce.single-product .superlok-child-part .child-specs-table,body.woocommerce.single-product .superlok-child-part .child-crossref-table{max-width:800px;margin-left:auto;margin-right:auto}body.woocommerce.single-product .superlok-child-part .child-dimension-table-area{display:block;margin-top:8px;margin-bottom:4rem}body.woocommerce.single-product .superlok-child-part .child-dimension-table-area .superlok-specifications{margin-top:0!important}body.woocommerce.single-product .superlok-child-part .child-dimension-table-area .table-superlok-specs{margin-bottom:0}body.woocommerce.single-product .superlok-child-part .child-dimension-table-area .superlok-dims-drawing{max-width:640px;flex:1 1 50%;padding:1rem}body.woocommerce.single-product .superlok-child-part .child-dimension-table-area .superlok-dims-table-col{flex:1 1 50%}@media (min-width: 640px){body.woocommerce.single-product .superlok-child-part{grid-template-columns:36px 1fr 200px;grid-template-rows:minmax(min-content,max-content) auto 1fr auto;grid-template-areas:"cadbuttons title actions" "cadbuttons info actions" "cadbuttons specsbar specsbar" "specsarea specsarea specsarea"}body.woocommerce.single-product .superlok-child-part .cad-buttons{flex-direction:column-reverse;gap:.25rem}body.woocommerce.single-product .superlok-child-part .gar-specsbar .specs-dimentions-btn{display:block}body.woocommerce.single-product .superlok-child-part .gar-specsbar .spec-btn,body.woocommerce.single-product .superlok-child-part .gar-specsbar .dimension-btn,body.woocommerce.single-product .superlok-child-part .gar-specsbar .crossref-btn{display:inline-block;width:auto;padding-left:1rem;padding-right:1rem}body.woocommerce.single-product .superlok-child-part .gar-specsbar .spec-btn .abbr,body.woocommerce.single-product .superlok-child-part .gar-specsbar .dimension-btn .abbr,body.woocommerce.single-product .superlok-child-part .gar-specsbar .crossref-btn .abbr{display:none}body.woocommerce.single-product .superlok-child-part .gar-specsbar .spec-btn .fll,body.woocommerce.single-product .superlok-child-part .gar-specsbar .dimension-btn .fll,body.woocommerce.single-product .superlok-child-part .gar-specsbar .crossref-btn .fll{display:inline}}@media (min-width: 800px){body.woocommerce.single-product .superlok-child-part{grid-template-columns:36px 1fr 200px;grid-template-rows:minmax(min-content,max-content) auto 1fr auto;grid-template-areas:"cadbuttons title actions" "cadbuttons info actions" "cadbuttons specsbar actions" "specsarea specsarea specsarea"}body.woocommerce.single-product .superlok-child-part .gar-actions{align-self:center}}@media (min-width: 1024px){body.woocommerce.single-product .superlok-child-part .child-dimension-table-area{display:flex}}.woocommerce .shop_table.cart{border-collapse:collapse}.woocommerce .shop_table.cart>thead{background:#0009;color:#eee}.woocommerce .shop_table.cart>thead>tr>th{border:0;vertical-align:middle;padding:.5rem!important}.woocommerce .shop_table.cart>tbody>tr.cart_item>td{padding:9px 12px!important;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(0,0,0,.6)}.woocommerce .shop_table.cart>tbody>tr.cart_item>td.product-remove a.remove{font-size:1.8rem;font-weight:700}.woocommerce .shop_table.cart>tbody>tr.cart_item>td.product-thumbnail{text-align:center}.woocommerce .shop_table.cart>tbody>tr.cart_item>td.product-thumbnail img{max-width:100px;height:auto}.woocommerce .shop_table.cart>tbody>tr.cart_item>td.product-name{font-weight:700;font-size:1rem}.woocommerce .shop_table.cart>tbody>tr.cart_item>td.product-quantity{font-weight:700;font-size:1rem}.lds-ring{color:#555}.lds-ring,.lds-ring div{box-sizing:border-box}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid currentColor;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:currentColor transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.woocommerce-breadcrumb{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:.5rem;padding-top:.5rem!important;padding-bottom:.5rem!important}.woocommerce-breadcrumb:before,.woocommerce-breadcrumb:after{display:none!important}.woocommerce-breadcrumb .breadcrumb{display:block;flex:0 1 auto;padding:0;margin:0;font-weight:600;font-size:1rem;color:#00000080!important}.woocommerce-breadcrumb .breadcrumb>a{display:block;padding:0;margin:0;font-weight:inherit;font-size:inherit;color:#000000a6!important}.woocommerce-breadcrumb .breadcrumb>a:hover{color:#000}.wc-block-cart__submit-button{font-size:16px;background:var(--e-global-color-primary);color:#fff}.wc-block-cart__submit-button:hover{background:var(--e-global-color-accent);color:#fff}.single_add_to_cart_button_container{display:flex;justify-content:space-between;align-items:center}.single_add_to_cart_button_container .added_to_cart{font-size:12px;font-weight:600;padding-bottom:1px;border-bottom:2px solid;margin-left:6px;text-transform:uppercase;letter-spacing:.6px}body.woocommerce .container{width:auto;max-width:1200px;margin-right:auto;margin-left:auto;padding:16px}body.woocommerce button[type=submit][name=add-to-cart]{display:inline-flex;justify-content:flex-start;align-items:center;gap:8px;text-align:left;line-height:1.1}body.woocommerce button[type=submit][name=add-to-cart] .fa{font-size:1.25em}body.woocommerce button.button-cad,body.woocommerce a.button-cad{display:inline-flex;justify-content:center;align-items:center;width:42px;height:42px;padding:0;margin:0;background:#fff;color:#000;border:1px solid rgba(0,0,0,.22);border-radius:8px;box-shadow:1px 1px 16px #00000020}body.woocommerce button.button-cad>img,body.woocommerce a.button-cad>img{width:32px;height:auto}body.woocommerce a.button-cad.button-info>img{width:28px}body.woocommerce div.product form.cart{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;border:0;margin:0;padding:0}body.woocommerce div.product form.cart .quantity .qty,body.woocommerce div.product form.cart .quantity .minus,body.woocommerce div.product form.cart .quantity .plus{border-color:#777}body.woocommerce div.product form.cart .single_add_to_cart_button{flex:0 0 auto;width:auto}body.woocommerce .page-header .page-header-inner.container{padding-top:8px;padding-bottom:8px}.site-breadcrumbs{height:auto}.site-breadcrumbs ol{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.site-breadcrumbs ol>li{flex:0 0 auto}.woocommerce .cta-btns{margin:32px 0;display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-start;align-items:center}.woocommerce .cta-btns>a{flex:0 0 auto}.woocommerce .cta-btns .button{border:0;font-size:16px;letter-spacing:0}.woocommerce .cta-btns .button.button-red{background-color:var(--e-global-color-accent)}.woocommerce .cta-btns .button.button-red:hover{filter:brightness(115%)}.woocommerce .cta-btns .button.button-blue{background-color:var(--e-global-color-primary)}.woocommerce .cta-btns .button.button-blue:hover{filter:brightness(115%)}body.dialog-active{filter:blur(3px)}#CADPreviewDialog{width:100%;height:100vh;background-color:#f9fafbb3;border:none;margin:0;padding:0;max-width:100%;max-height:100%}#CADPreviewDialog .dialog_heading p{color:#555!important;text-align:center;font-size:24px;font-weight:600;margin-bottom:0;line-height:1.2}#CADPreviewDialog .dialog_heading .f_part_number{font-size:28px}#CADPreviewDialog .close_dialog{color:#5f5f5f!important;background:transparent;border:transparent;font-size:40px;position:absolute;top:0;right:20px}#CADPreviewDialog .text-center{text-align:center}#CADPreviewDialog .CAD_canvas{height:80vh}#CADPreviewDialogLoading{display:flex;position:absolute;top:0;bottom:0;left:0;right:0;justify-content:center;align-items:center}#CADFileDialog{padding:0;border:1px solid #ccc;border-radius:12px;margin:12px auto}#CADFileDialog .modal_header{padding:16px}#CADFileDialog .modal_header button.close_modal{position:absolute;top:0;right:0;background:transparent;margin:0;border:0;padding:2px 8px;font-size:32px;line-height:1}#CADFileDialog .modal_header p{font-size:24px;font-weight:700;text-align:center}#CADFileDialog .modal_body{padding:0 16px 16px}#CADFileDialog .form-group{margin-bottom:14px}#CADFileDialog .form-group label{font-weight:600;display:block}#CADFileDialog .submit-group{margin-top:20px;margin-bottom:20px;text-align:center}#CADFileDialog[open]{z-index:999;animation:dialog-fadein .5s ease-in forwards}#CADFileDialogBackdrop{z-index:-999;display:block;position:fixed;width:0;height:0;top:100vh;left:100vw;bottom:0;right:0;opacity:0;transition-property:opacity,width,height,top,left,z-index;transition-duration:.4s,0s,0s,0s,0s,0s;transition-timing-function:ease,linear,linear,linear,linear,linear;transition-delay:0s,.4s,.4s,.4s,.4s,.4s}#CADFileDialogBackdrop:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(45deg,#111,#222);opacity:.65}body.cad-dialog-open #CADFileDialogBackdrop{display:block;position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:998;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1;transition-property:opacity,width,height,top,left;transition-duration:.4s,0s,0s,0s,0s;transition-timing-function:ease,linear,linear,linear,linear;transition-delay:0s,0s,0s,0s,0s}@keyframes dialog-fadein{0%{opacity:0}to{opacity:1}}.print_email_btns{display:flex;align-items:center}.print_email_btns .pem_btns{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin:0}.print_email_btns .print_page,.print_email_btns .email_page{display:inline-block;background:#005c9a;color:#fff;padding:2px 6px;font-size:14px}.print_email_btns a.print_page:hover,.print_email_btns a.email_page:hover{color:#fff;filter:brightness(115%)}@media (min-width: 800px){.print_email_btns .pem_btns{z-index:9}.print_email_btns .print_page,.print_email_btns .email_page{padding:4px 10px;font-size:15px}}@media print{a[href]:after{content:none}html,body{background:#fff!important}#top-bar{background:#fff!important;color:#000!important;border-bottom:1px solid #000}#top-bar .elementor-icon-list-text{color:#000}#site-logo{max-width:4in!important}#site-navigation{display:none!important}#footer{background:#fff!important;color:#333!important}#footer .elementor-icon-list-text{color:#333!important}.meta_btn,.cta-btns{background:#fff!important}.meta_btn a,.cta-btns a{background:#fff!important;color:#333!important}.single_add_to_cart_button{background:#fff!important;color:#000!important}.superlok-specifications{border:1px solid #555;padding:8px 0}.superlok-specifications table caption{background:#fff!important;color:#000!important}}
