body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#filtering{position:absolute;top:0;left:0;width:310px;height:100vh;background:#fff;box-shadow:4px 4px 20px transparent;z-index:4;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:box-shadow .3s,-webkit-transform .3s;transition:transform .3s,box-shadow .3s;transition:transform .3s,box-shadow .3s,-webkit-transform .3s}#filtering.is-open{-webkit-transform:translateX(0);transform:translateX(0);box-shadow:4px 4px 20px #000}#filtering .clear-filters{align-self:flex-start;cursor:pointer;margin-bottom:1rem}#filtering .clear-filters p{margin:0;color:#008bce}#filtering .filter-box{margin-top:120px;display:flex;flex-direction:column;justify-content:center;padding:15px 1rem}#filtering .filter-box .filter-options .filter-wrapper{margin-top:1.5rem}#filtering .filter-box .filter-options .filter-wrapper select{width:100%;font-size:20px;line-height:60px;padding-left:20px;border:1px solid #d8d8d8;transition:all .3s}#catalog-table .loading-spinner-wrapper{width:100%;height:620px;position:absolute;display:flex;justify-content:center;align-items:center;z-index:10000}#catalog-table .loading-spinner-wrapper .loading-spinner{display:inline-block;position:relative;width:80px;height:80px}#catalog-table .loading-spinner-wrapper .loading-spinner div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;-webkit-animation:loading-spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:loading-spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#000}#catalog-table .loading-spinner-wrapper .loading-spinner div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}#catalog-table .loading-spinner-wrapper .loading-spinner div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}#catalog-table .loading-spinner-wrapper .loading-spinner div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes loading-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#catalog-table .table-wrapper{width:100%}@media (max-width:767.99px){#catalog-table .table-wrapper{overflow-x:auto;height:auto}}#catalog-table .table-wrapper.blur{-webkit-filter:blur(5px);filter:blur(5px)}#catalog-table .table-wrapper .thead-bar{position:absolute;width:100%;height:50px;background:#008bce}#catalog-table .table-wrapper .thead-bar #filter-toggle{position:relative;width:50px;height:50px;left:50px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:5;transition:left .3s ease-in-out;background-color:transparent;border:0;padding:0}@media (max-width:1500px){#catalog-table .table-wrapper .thead-bar #filter-toggle{display:none}#catalog-table .table-wrapper .thead-bar #filter-toggle p{color:grey}}#catalog-table .table-wrapper .thead-bar #filter-toggle p{color:#fff;margin:0;font-size:16px}#catalog-table .table-wrapper .thead-bar #filter-toggle img{margin-right:5px;fill:#fff}#catalog-table .table-wrapper .thead-bar #filter-toggle.is-open{left:20px}@media (max-width:1500px){#catalog-table .table-wrapper .thead-bar #filter-toggle.is-open{display:flex}}#catalog-table .table-wrapper .thead-bar #filter-toggle.is-open p{color:#008bce}#catalog-table .table-wrapper table{width:100%;background:#fff;border-radius:10px;border-collapse:collapse}#catalog-table .table-wrapper table thead{background:#008bce;height:50px;display:table;width:100%;table-layout:fixed;position:relative;max-width:1240px;margin:0 auto}#catalog-table .table-wrapper table thead tr th{text-align:left;font-size:16px;color:#fff;letter-spacing:.96px;text-transform:uppercase;border-spacing:0}#catalog-table .table-wrapper table thead tr th:first-of-type{padding-left:36px}#catalog-table .table-wrapper table thead tr th:last-of-type{padding-right:36px}#catalog-table .table-wrapper table .scroll-wrapper{max-height:620px;overflow:scroll}#catalog-table .table-wrapper table .scroll-wrapper tbody{min-height:620px;max-width:1240px;margin:0 auto;background:#fff;border:1px solid #e5e5e4;box-shadow:0 3px 0 0 rgba(0,0,0,.05);border-radius:10px;display:block;position:relative}#catalog-table .table-wrapper table .scroll-wrapper tbody .center{position:absolute;text-align:center;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#catalog-table .table-wrapper table .scroll-wrapper tbody tr{display:table;width:100%;table-layout:fixed;padding:13px 0}#catalog-table .table-wrapper table .scroll-wrapper tbody tr td:first-of-type{padding-left:36px}#catalog-table .table-wrapper table .scroll-wrapper tbody tr td:last-of-type{padding-right:36px}#catalog-table .table-wrapper table .scroll-wrapper tbody tr td{padding:5px 10px}#catalog-table .table-wrapper table .scroll-wrapper tbody tr td a{color:#008bce;transition:opacity .25 ease}#catalog-table .table-wrapper table .scroll-wrapper tbody tr td a:hover{opacity:.5}#catalog-table .table-wrapper table .scroll-wrapper tbody tr td input{background:#fff;border:1px solid #e5e5e4;border-radius:4px;width:55px;height:24px;margin-right:10px}#catalog-table .table-wrapper table .scroll-wrapper tbody tr td button{background:#008bce;font-size:14px;color:#fff;letter-spacing:0;text-align:center;border:none;padding:5px 10px;cursor:pointer}#catalog-table .table-wrapper table .scroll-wrapper tbody tr td button.disabled{background:#969696;color:#fff;cursor:disabled;pointer-events:none}#catalog-table .table-wrapper table .scroll-wrapper tbody tr:nth-child(2n){background:rgba(78,78,78,.06);border:1px solid #e5e5e4}#tooling-catalog-pagination{margin:20px auto;background:#fff;width:100%;display:flex;justify-content:center}@media (max-width:575.99px){#tooling-catalog-pagination{flex-direction:column}#tooling-catalog-pagination .wrapper{align-self:center;margin-bottom:.5rem}}#tooling-catalog-pagination .wrapper{max-width:400px;padding:5px 10px;display:flex;justify-content:space-evenly;align-items:center}#tooling-catalog-pagination .wrapper button{background:none;border:none;display:flex;justify-content:center;align-items:center;width:100%;cursor:pointer}#tooling-catalog-pagination .wrapper button[disabled]{opacity:.5;pointer-events:none}#tooling-catalog-pagination .wrapper button img{width:9px;height:15px}#tooling-catalog-pagination .wrapper button img.flipped{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#tooling-catalog-pagination .wrapper button.disabled{opacity:.5}#tooling-catalog-pagination .wrapper span{font-size:14px;color:#000;letter-spacing:-.31px;text-align:center;line-height:25px;width:28px;height:28px;cursor:pointer;transition:color,background .25s ease}#tooling-catalog-pagination .wrapper span.active,#tooling-catalog-pagination .wrapper span:hover{color:#fff;background:#008bce}#tooling-catalog-pagination #missing-parts-link{align-self:center}.search-component{display:flex;justify-content:center}.search-component .search-icon{width:100%;position:relative}.search-component .search-icon:after{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAMAAAAADbN2wMAAAE/UlEQVRoBdWZW6gVVRjHtTp0Lw0ry9IIoyTEblaUKWEniS4iEYH01kM9Rj15xCAiI6i3IuiheokIKopeoqSn1C52sbS0ix41y7LynC5kltrvt9tzzuw535o9+wbbD35nZn3r+9as/8xaa9bsM3lS6zaDlPlwMZwGU+oc5DgC+2AvfAIfgb6e2eSKLQ8QdwvcBGdVzMnCtnLyCqzPHN08NhNwFBdbDMthWocX3kL+87C5w3Ya0o9uKDUWTqC4ApaB552aN+CGeiObOm0sy08JcJg8AnOywC4e59LWubABnDcdWTSE7PzjcEqTlvdT/yX8Ak5Ub4YTejpcCA6/Mvucygfh37KgZnVFASeSYOfPKUn8mLrXwQ78k4g7Cf8VcAfMTMTofhOeKqlvWpUfQp6vBO9eZD/iXA0vwQ9wCFJ2gIphsIMuqfPgGCjabBy/w1fFiqrlvIAbSVqaSPRur4JdifqU+zAV2+BDuBx8MkVT3Br4q1hRpZwJOI7gITg+SHLFcKy2dYF6e86RtbAQitewDw7d96FlyybabWT6Vi3aHhyPQkcTrd6ok/1h+Ltezh8WU3BlatkyAUsSmU/i/y1R1477G5JeDhLtR/aOCKrTLhNnwRlBiKvNxsDfqes1GtgXNOKq1bIp4MpE1hsJf6du3x9vB43MxBfdyCB03KWAOePFsTPH6Wdjpe6fuCpFFvUlihvzKWDqWGn85GtOXct7Za770Usw6ktpHxTg679orhi9tEM0Hs2DqC+l/UgJGC3N6k5ldI1TW21aAdG67Iut13ZscIGWh60CuvIog840c0XDJXoqpe0oYCSIaOutGLSTcjlUou16WwK+D67iN8HZgb9bLjd2kW2PnGU+n8CGRMCChL8b7uuCRtwsbg38pS4FfArRZm0Z/mj7W9pghcqLiIm2De56D1bIbwhRgMrd9xTNzi8vOjssu3W+O9FGtL1IhI67FaC9+P9hwt9b8Vw/wdu+4x5SfQJF24njvaKzStk7ov0KM+A8KJq/wn0L0WQvxpaV76Ty9kTAM/h3JOpK3ZkAg+zkIAxYyJlPaRG4i9yS81c9tb37YGkiYR3+FxJ1Td15AX8S7TLmZ1/x1wrLl8IlsBt+hmZmjm0NwdxE8E/4H4IDifqm7rwAgx0mCkmt06dTNwiuIn6Cuimzo+4s3RpYfwHcDPfCEihbyb6g/h04DG2ZF4/M8XpXVNFDn5+bq+CPVq5RfAJZ7mZOHE7zYSBzduk4TDvPgUMy/1uRT1Tfu1B5SKUE0Mak7+ADOB+mQTfMz9THwAXDYeiQy5siLoO1UElEmQAbHgVfMNtgFkyBVs3xbYeegDXgvNEGoShA/1TIRERbfWPGrJmALHA3J/5MuBFGwJ/by8Q4qTfBW/A0mFvcthtzNUTzUBEuJC6xpSKiZHIqmSK8kELEOztaZy/HKkNgEXH3Q7Yj4LTBdlBaCbYbWicCwgbbcC4k5wFIidhJ3RCEIqoOIfJ7Zt5lF4xrILqhfvw44R1O+6HB+kGAHfIu74IyES7pE0T0iwD6VhOgEEVEw8knMUFEPwmgfzURDqmUCL+jFbEe/I6p/V/LYz+Z82EYykRcRX1NRL89AfpVs2YiTiZKEev6VYAqfHluh2shmhOKmN3PAuhfTYT7pgVQFOE3yep+F0Afa98obrXzIuz8CtgDR4y5wXsVnoXpR0yvCx2dR/nMvO8/pYXUrnrwXokAAAAASUVORK5CYII=);background-position:50%;background-size:contain;width:24px;height:24px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:15px}.search-component .search-icon label{display:none}.search-component .search-icon #catalog-search-input{background:#fff;border:1px solid #008bce;height:50px;color:#000;font-size:16px;letter-spacing:-.35px;line-height:25px;width:100%;padding-left:50px}#tooling-cart{width:100%;border:1px solid #e5e5e4;background:#fff;box-shadow:0 3px 0 0 rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;bottom:0;z-index:3}@media (max-width:767.99px){#tooling-cart{width:auto}}#tooling-cart .inner-wrapper{position:relative;max-width:1240px;margin:0 auto;overflow:hidden;padding:1rem}#tooling-cart .inner-wrapper .cart-drawer{max-height:0;height:300px;overflow:hidden;transition:max-height .25s ease-out}@media (max-width:767.99px){#tooling-cart .inner-wrapper .cart-drawer{height:auto}}#tooling-cart .inner-wrapper .cart-drawer.open{max-height:500px}#tooling-cart .inner-wrapper .cart-drawer h3.cart-drawer-header{font-size:35px;color:#000;letter-spacing:-.77px;line-height:39px;margin:0 0 45px}@media (max-width:767.99px){#tooling-cart .inner-wrapper .cart-drawer h3.cart-drawer-header{font-size:24px;margin-bottom:0;padding:1rem}}@media (max-width:767.99px){#tooling-cart .inner-wrapper .cart-drawer .cart-drawer-body{padding:1rem}}#tooling-cart .inner-wrapper .wrapper{display:flex}@media (max-width:767.99px){#tooling-cart .inner-wrapper .wrapper{flex-direction:column}}#tooling-cart .inner-wrapper .wrapper #mobile-filter-toggle{display:none;position:relative;cursor:pointer;z-index:5;transition:left .3s ease-in-out;background-color:transparent;border:0;padding-right:2rem}#tooling-cart .inner-wrapper .wrapper #mobile-filter-toggle p{color:#008bce;margin:0;font-size:16px}#tooling-cart .inner-wrapper .wrapper #mobile-filter-toggle img{margin-right:5px;fill:#fff}#tooling-cart .inner-wrapper .wrapper #mobile-filter-toggle.is-open p{color:#008bce}@media (max-width:1500px){#tooling-cart .inner-wrapper .wrapper #mobile-filter-toggle{display:flex;align-self:center}#tooling-cart .inner-wrapper .wrapper #mobile-filter-toggle p{color:#008bce}}@media (max-width:767.99px){#tooling-cart .inner-wrapper .wrapper #mobile-filter-toggle{padding-right:0}}#tooling-cart .inner-wrapper .wrapper .toggle-section{display:flex;justify-content:space-between;align-items:center;height:75px;padding:1rem 0;width:100%}#tooling-cart .inner-wrapper .wrapper .toggle-section h3{margin:0;font-size:24px;color:#39261f;letter-spacing:0;line-height:48px;font-weight:300;display:flex;cursor:pointer}#tooling-cart .inner-wrapper .wrapper .toggle-section h3 span{font-size:36px;font-weight:300;margin-left:10px}@media (max-width:767.99px){#tooling-cart .inner-wrapper .wrapper .toggle-section{flex-direction:column;justify-content:center;height:auto;padding:1rem}#tooling-cart .inner-wrapper .wrapper .toggle-section h3,#tooling-cart .inner-wrapper .wrapper .toggle-section h3 span{font-size:20px}}#tooling-cart .inner-wrapper .submit-wrapper{display:flex;justify-content:center;align-items:center}#tooling-cart .inner-wrapper .submit-wrapper p.number-of-items{font-size:24px;color:#39261f;letter-spacing:0;text-align:right;margin:0;padding-right:30px;width:100%}#tooling-cart .inner-wrapper .submit-wrapper button{border:none;padding:10px 90px;background:#008bce;width:100%;font-size:18px;color:#fff;letter-spacing:0;text-align:center;align-self:center;cursor:pointer}#tooling-cart .inner-wrapper .submit-wrapper button.disabled{background:#969696;color:#fff;cursor:disabled;pointer-events:none}@media (max-width:767.99px){#tooling-cart .inner-wrapper .submit-wrapper{width:100%;align-items:center;justify-content:space-around;margin-top:15px}#tooling-cart .inner-wrapper .submit-wrapper p.number-of-items{font-size:20px;margin:0;width:auto}#tooling-cart .inner-wrapper .submit-wrapper button{padding:10px 30px;font-size:16px;width:auto}}.form-drawer{max-height:0;overflow:hidden;transition:max-height .25s ease-out}.form-drawer.open{max-height:5000px;overflow:scroll}.form-drawer h3{font-size:35px;color:#000;letter-spacing:-.77px;line-height:39px;margin:0 0 45px}@media (max-width:767.99px){#request-cart-table{overflow-x:scroll;height:auto}}#request-cart-table table{width:100%;background:#fff;border-radius:10px;border-collapse:collapse}#request-cart-table table thead{background:#008bce;height:50px;display:table;width:100%;table-layout:fixed;border-radius:10px}#request-cart-table table thead tr th{text-align:left;font-size:16px;color:#fff;letter-spacing:.96px;text-transform:uppercase;border-spacing:0}#request-cart-table table thead tr th:first-of-type{padding-left:36px}#request-cart-table table thead tr th:last-of-type{padding-right:36px}#request-cart-table table tbody{max-width:1240px;margin:0 auto;background:#fff;border:1px solid #e5e5e4;box-shadow:0 3px 0 0 rgba(0,0,0,.05);border-radius:10px;display:block;max-height:150px;overflow-y:scroll}#request-cart-table table tbody tr{display:table;width:100%;table-layout:fixed;padding:13px 0}#request-cart-table table tbody tr td:first-of-type{padding-left:36px}#request-cart-table table tbody tr td:last-of-type{padding-right:36px}#request-cart-table table tbody tr td{padding:0 10px}#request-cart-table table tbody tr td input{background:#fff;border:1px solid #e5e5e4;border-radius:4px;width:55px;height:24px;margin-right:10px}#request-cart-table table tbody tr td button{background:#008bce;font-size:14px;color:#fff;letter-spacing:0;text-align:center;border:none;padding:5px 10px;cursor:pointer}#request-cart-table table tbody tr td button.trash-button{margin-right:5px}#request-cart-table table tbody tr td button.trash-button img{width:15px;height:17px}#request-cart-table table tbody tr td button.disabled{background:#969696;color:#fff;cursor:disabled;pointer-events:none}#request-cart-table table tbody tr:nth-child(2n){background:rgba(78,78,78,.06);border:1px solid #e5e5e4}#request-cart-form{padding:1rem}#request-cart-form form{display:flex;flex-wrap:wrap;flex-direction:column}#request-cart-form form .form-row{display:flex;width:100%}#request-cart-form form .form-row .flex-group{flex:1 1 auto;padding:0 .5rem;margin-bottom:20px}@media (max-width:767.99px){#request-cart-form form .form-row{flex-direction:column}#request-cart-form form .form-row .form-group{width:100%}}#request-cart-form form .form-group{display:flex;flex-direction:column;flex:1 1 auto;padding:0 .5rem;margin-bottom:20px}@media (max-width:767.99px){#request-cart-form form .form-group{padding:0;width:100%}}#request-cart-form form .form-group label{font-size:18px;font-weight:400;color:#a7a9ac;letter-spacing:-.39px}#request-cart-form form .form-group label span{margin-left:5px;color:red}#request-cart-form form .form-group label.text-field{margin-top:15px}#request-cart-form form .form-group input[type=email],#request-cart-form form .form-group input[type=number],#request-cart-form form .form-group input[type=tel],#request-cart-form form .form-group input[type=text],#request-cart-form form .form-group input[type=url],#request-cart-form form .form-group select,#request-cart-form form .form-group textarea{font-size:20px;line-height:45px;padding-left:20px;border:1px solid #d8d8d8;background-color:hsla(0,0%,84.7%,.1);transition:all .3s;margin-top:12px}#request-cart-form form .form-group input[type=email]:focus,#request-cart-form form .form-group input[type=email]:hover,#request-cart-form form .form-group input[type=number]:focus,#request-cart-form form .form-group input[type=number]:hover,#request-cart-form form .form-group input[type=tel]:focus,#request-cart-form form .form-group input[type=tel]:hover,#request-cart-form form .form-group input[type=text]:focus,#request-cart-form form .form-group input[type=text]:hover,#request-cart-form form .form-group input[type=url]:focus,#request-cart-form form .form-group input[type=url]:hover,#request-cart-form form .form-group select:focus,#request-cart-form form .form-group select:hover,#request-cart-form form .form-group textarea:focus,#request-cart-form form .form-group textarea:hover{background-color:#fff}#request-cart-form form .form-group fieldset{display:flex;justify-content:center;flex-direction:column}#request-cart-form form .form-group select{-webkit-appearance:none;appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right -.25rem center/32px 15px;border:1px solid #d8d8d8;background-color:hsla(0,0%,84.7%,.1)}#request-cart-form form .form-group select:focus,#request-cart-form form .form-group select:hover{background-color:#fff}#request-cart-form form .form-group .select select{margin-left:5px;padding:5px 30px 5px 5px;line-height:20px;width:auto}#request-cart-form form .form-group span[role=alert]{color:red;font-size:12px}#request-cart-form form .form-submit-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;margin:20px 5px}@media (max-width:767.99px){#request-cart-form form .form-submit-wrapper{flex-direction:column}#request-cart-form form .form-submit-wrapper input[type=submit]{width:100%}}#request-cart-form form .form-submit-wrapper input[type=submit]{padding:0 90px;line-height:45px;background:#008bce;font-size:18px;color:#fff;letter-spacing:0;text-align:center;align-self:center;cursor:pointer}@media (max-width:767.99px){#request-cart-form form .form-submit-wrapper input[type=submit]{width:100%}}#loading{height:100vh;width:100vw;position:absolute;overflow:hidden;background-image:linear-gradient(-105deg,#fff,#008bce);z-index:1000}#loading .loading-container .spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}#loading .loading-container .spinner .path{stroke:#fff;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@-webkit-keyframes dots{0%,20%{color:transparent;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}40%{color:#fff;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}60%{text-shadow:.25em 0 0 #fff,.5em 0 0 transparent}80%,to{text-shadow:.25em 0 0 #fff,.5em 0 0 #fff}}@keyframes dots{0%,20%{color:transparent;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}40%{color:#fff;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}60%{text-shadow:.25em 0 0 #fff,.5em 0 0 transparent}80%,to{text-shadow:.25em 0 0 #fff,.5em 0 0 #fff}}#loading .loading-container .loading-text{position:absolute;top:50%;left:50%;font-size:1.5rem;font-weight:700;color:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#loading .loading-container .loading-text:after{content:" .";-webkit-animation:dots 1.5s steps(5) infinite;animation:dots 1.5s steps(5) infinite}@media (max-width:1399.99px){.quantity-cell button span{display:none}}@media (max-width:991.99px){.quantity-cell input{width:35px!important}}.fade-in-appear{opacity:.01}.fade-in-appear.fade-in-appear-active{opacity:1;transition:opacity .5s ease-in}.fade-in-leave{opacity:1}.fade-in-leave.fade-in-leave-active{opacity:.01;transition:opacity .5s ease-in}.slide-in{animation:slide-in .5s forwards;-webkit-animation:slide-in .5s forwards}.slide-out{animation:slide-out .5s forwards;-webkit-animation:slide-out .5s forwards}@keyframes slide-in{to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slide-in{to{-webkit-transform:translateX(0)}}@keyframes slide-out{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes slide-out{0%{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(-100%)}}.App{font-family:Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;max-height:100vh}.App .overflow-wrapper{overflow:hidden}
/*# sourceMappingURL=main.2fdcc171.chunk.css.map */