.burger-button{display:flex;align-items:center;background-color:transparent;padding:0}.burger-button:hover{background-color:transparent}@media(min-width: 768px){.burger-button{display:none}}.burger-button__text{color:#000;line-height:1.5;margin-right:8px;margin-bottom:4px;text-transform:none;font-size:17px;font-weight:700}
.cardGroupContainer{display:flex;flex-direction:row}@media(max-width: 767px){.cardGroupContainer{display:inline-block;height:auto;width:90vw}}a.cardContent{overflow:hidden;text-decoration:none;display:flex;flex-direction:column;flex:1 1}a.cardContent:hover{text-decoration:none}.cardItem{display:flex;flex-direction:column;cursor:pointer;background-color:#f3f1ec;transition:background-color .1s;flex:1 1}.cardItem:nth-child(1){flex:2 1;background-color:#d6dbde;padding:0;--color-on-focus: $bgColorCardExpandedFocus;max-width:620px}.cardItem:nth-child(1) .cardImage>img{width:100%}.cardItem:nth-child(1) .cardText{padding:30px 90px 0 30px}.cardItem:nth-child(1) .cardText>.cardTextTitle,.cardItem:nth-child(1) .cardText>.cardTextDescription{--text-line-clamp: 2}.cardItem:nth-child(1) .cardText>.cardTextTitle{font-size:36px;font-weight:bold;line-height:1.19;color:#000;height:86px}.cardItem:nth-child(1) .cardText>.cardTextDescription{margin-top:15px;height:58px}.cardItem:nth-child(1):hover,.cardItem:nth-child(1):focus{background-color:#b9c4ce}.cardItem:nth-child(n+2){margin-left:20px}@media(max-width: 767px){.cardItem{display:block;height:auto}.cardItem:nth-child(n+2){margin-left:0px;margin-top:20px;max-width:620px}.cardItem .cardText,.cardItem .cardText>.cardTextTitle{height:-webkit-max-content;height:-moz-max-content;height:max-content}.cardItem .cardLink{margin-top:20px}}.cardItem:hover,.cardItem:focus{background-color:#e0e0e0}.cardItem:hover .cardLink>.arrowContainer,.cardItem:focus .cardLink>.arrowContainer{-webkit-transform:translateX(3px);transform:translateX(3px);color:#c80000}.cardText{padding:40px 65px 0 30px;word-break:break-word;display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.cardText>.cardTextTitle{font-size:24px;font-weight:bold;line-height:32px;color:#000;margin:0;--text-line-clamp: 6;height:192px}.cardText>.cardTextDescription{font-size:16px;font-weight:normal;line-height:1.63;color:#000;--text-line-clamp: 4;height:100px}.cardText>.cardTextTitle,.cardText>.cardTextDescription{overflow:hidden;display:-webkit-box;-webkit-line-clamp:var(--text-line-clamp);-webkit-box-orient:vertical}.cardImage{width:100%}.cardLink{font-size:14px;font-weight:500;line-height:1.43;color:#000;display:flex;align-items:center;transition:all .1s ease-in;padding:0 90px 30px 30px;height:80px}.cardLink>.arrowContainer{padding:10px;background-color:#c80000;display:flex;border-radius:50%;transition:-webkit-transform .1s ease-in;transition:transform .1s ease-in;transition:transform .1s ease-in, -webkit-transform .1s ease-in}.cardLink>a{font-size:14px;font-weight:500;text-decoration:none !important;margin-left:10px;color:#000;transition:color .1s ease-in}
.multi-level-menu{padding:0 15px}
.multi-level-menu-list{list-style:none;margin:0 0 0 15px;padding:0;font-size:16px;font-weight:400;line-height:20px;overflow:hidden;max-height:0;transition:max-height 275ms cubic-bezier(0.4, 0, 0.2, 1)}.multi-level-menu-list--expanded{max-height:100vh;opacity:1}.multi-level-menu-list--level1{margin:0;max-height:none}.multi-level-menu-list--level1.borderTop>li:first-child>.multi-level-menu-link__container{padding-top:25px;border-top:solid 2px #000;margin-top:10px}.multi-level-menu-list--level1>li{margin-bottom:5px}.multi-level-menu-list--level1>li>div{border-bottom:solid 2px #000;margin-bottom:26px}.multi-level-menu-list--level1>li>div>a:link,.multi-level-menu-list--level1>li>div a:active,.multi-level-menu-list--level1>li>div a:visited{font-size:22px;font-weight:bold;line-height:1.14;margin-right:15px;padding:0 0 10px 0;color:#000}@media(max-width: 1279px)and (min-width: 768px){.multi-level-menu-list--level1>li>div>a:link,.multi-level-menu-list--level1>li>div a:active,.multi-level-menu-list--level1>li>div a:visited{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}}
.multi-level-menu-link a:link,.multi-level-menu-link a:active,.multi-level-menu-link a:visited{color:#606060}.multi-level-menu-link a{text-decoration:none}.multi-level-menu-link__container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.multi-level-menu-link__arrow{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);background-color:transparent;color:inherit;font-size:24px;cursor:pointer;height:auto;line-height:1}.multi-level-menu-link__arrow:focus,.multi-level-menu-link__arrow:hover{background-color:transparent}.multi-level-menu-link__arrow .ficon{display:inline-block;transition:-webkit-transform 275ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 275ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 275ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 275ms cubic-bezier(0.4, 0, 0.2, 1)}.multi-level-menu-link__arrow:hover svg path,.multi-level-menu-link__arrow:focus svg path{fill:#c80000 !important}.multi-level-menu-link--open>.multi-level-menu-link__container a:link,.multi-level-menu-link--open>.multi-level-menu-link__container a:active,.multi-level-menu-link--open>.multi-level-menu-link__container a:visited{font-weight:700;color:#000}.multi-level-menu-link--open>.multi-level-menu-link__container .ficon{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.multi-level-menu-link--active>.multi-level-menu-link__container>a:link,.multi-level-menu-link--active>.multi-level-menu-link__container a:active,.multi-level-menu-link--active>.multi-level-menu-link__container a:visited{color:#c80000}@-webkit-keyframes active{0%{opacity:0}100%{opacity:1}}@keyframes active{0%{opacity:0}100%{opacity:1}}
.navbarItemActive,.navbarItem:hover,.navbarItem:active,.navbarItem:focus{color:#c80000;box-shadow:0px 4px #c80000;outline:none}.navbarItemGroup{display:block;justify-content:center;list-style-type:none;border-bottom:2px solid #b9c4ce;padding-left:0px;color:#000}@media(max-width: 767px){.navbarItemGroup{border-bottom:none}}.navbarItem{display:inline-block;padding-bottom:7px;margin:5px 8px;font-size:18px;font-weight:bolder;transition:all .2s ease-in;cursor:pointer}
.sectionHeader{font-size:50px;text-transform:capitalize;color:#000}
:root{--default-color: rgb(77, 91, 111);--secondary-color: rgba(138, 156, 171);--bg-color-success: rgba(36, 147, 3);--fg-color-success: #fff}.crop-wrap{min-height:500px !important;max-height:90%}.cropper-comp{max-height:70vh !important}.uploadhandler-wrapper{height:100% !important;max-height:90vh;overflow:auto}.Image2Quote{flex:1 0 auto;display:flex;flex-direction:column;min-height:600px;height:100%;text-align:initial}.Image2Quote .uploadhandler-wrapper{display:flex;flex-direction:column;max-width:100%;flex:1 1}.Image2Quote-content{flex:1 1;padding:0 .5rem;display:flex;flex-direction:column;min-height:100%;overflow:auto}.i2q-heading2{color:var(--default-color);font-weight:normal;text-transform:uppercase;padding-bottom:.8rem;border-bottom:3px solid var(--default-color)}.i2q-heading3{color:var(--default-color);font-size:1rem;font-weight:bold;text-transform:uppercase}.i2q-navi-backlink{color:var(--default-color)}.btn-secondary{background-color:var(--secondary-color)}.btn:disabled{background-color:#aaa;color:#fff}.btn-success{background-color:var(--bg-color-success);color:#fff}.btn-group .btn:not(:first-of-type){margin-left:1rem}.btn-helper-text{padding:0 1rem;font-style:italic}.i2q-visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.i2q-symboltext-form{background-color:#fff;margin-right:auto;margin-bottom:2rem}.i2q-symboltext-form .i2q-text-input~.btn{margin-left:1rem}.i2q-symboltext-form .i2q-text-input,.i2q-symboltext-form .btn{display:inline-block}.i2q-text-input{border:1px solid var(--default-color)}.i2q-select-input{border:1px solid var(--default-color);font-size:.8rem;padding:calc(0.5rem - 1px);border-radius:0;margin-right:.3rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.single-symbol-form .i2q-select-input,.single-symbol-form .input-group{display:flex}.single-symbol-form .input-group{display:flex}.i2q-select-input input{height:initial}.i2q-form-helper-text{display:block;margin:.5rem 0;font-style:italic}select::-ms-expand{display:none}.i2q-symboltext-list{list-style:none;margin:1rem 0 0;padding:0;margin-right:auto}.i2q-symboltext-listitem{list-style:none;background-color:#fff;padding:.5rem 2rem}.i2q-symboltext-list>.i2q-symboltext-listitem:nth-of-type(odd){background-color:#ccc}
.i2q-loading-spinner-wrapper{color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;align-items:center;background-color:rgba(240,240,240,.5)}.i2q-loading-spinner-wrapper.overlay{position:absolute;top:0;bottom:0;right:0;left:0;z-index:9999;min-width:100;min-height:100}.i2q-loading-text{text-align:center;font-size:2rem}
:root{--successtextColor: #3c763d;--successBorderColor: #dff0d8;--successBackgroundColor: #dff0d8;--errorTextColor: #a94442;--errorBorderColor: #ebccd1;--errorBackgroundColor: #f2dede;--infoTextColor: #31708f;--infoBorderColor: #bce8f1;--infoBackgroundColor: #d9edf7}.notification-wrapper{border-radius:2px;margin:.5rem;padding:.5rem}.notification-error{color:var(--errorTextColor);background-color:var(--errorBackgroundColor);border-color:var(--errorBorderColor)}.notification-info{color:var(--infoTextColor);background-color:var(--infoBackgroundColor);border-color:var(--infoBorderColor)}.notification-success{color:var(--successTextColor);background-color:var(--successBackgroundColor);border-color:var(--successBorderColor)}
#footerNewsletter h3{margin-bottom:15px;font-size:24px;font-weight:400;text-transform:none;color:#fff;background-color:transparent}#footerNewsletter p{padding:0;font-size:16px;font-weight:300;line-height:24px;color:#fff}#footerSignupForm .footerSignupContainer{display:block;margin:15px 0}#footerSignupForm .footerSignupContainer input{height:50px;border-radius:6px;box-shadow:none}#footerSignupForm .footerSignupContainer+.footerSignupContainer input{margin-top:0}#footerSignupBtn{min-width:130px;height:50px;line-height:50px;margin:0;padding:0 15px;background-color:#c80000;border-radius:6px;font-size:16px;font-weight:400;color:#fff;text-decoration:none;text-transform:none;text-align:center;cursor:pointer}
.main-menu{display:none;color:#fff;font-size:16px;font-weight:400;line-height:1.25}@media(min-width: 768px){.main-menu{display:block}}.main-menu a:link,.main-menu a:active,.main-menu a:visited{display:inline-block;color:inherit;text-decoration:none;font-size:inherit;line-height:inherit;letter-spacing:inherit}.main-menu__list{display:flex;list-style:none;margin:0;padding:0}
.main-menu-link+.main-menu-link{margin:0 0 0 50px}.main-menu-link__link{position:relative;text-transform:uppercase;padding-bottom:11px;z-index:3}.main-menu-link__link:hover:after,.main-menu-link__link:focus:after{opacity:1;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.main-menu-link__link:after{display:inline-block;content:"";position:absolute;left:0;bottom:0;-webkit-transform:translate3d(0, calc(100% - 5px), 0);transform:translate3d(0, calc(100% - 5px), 0);z-index:2;width:100%;height:7px;background-color:#c80000;opacity:0;transition:opacity 225ms cubic-bezier(0.9, 0.03, 0.69, 0.22),-webkit-transform 275ms cubic-bezier(0.9, 0.03, 0.69, 0.22);transition:opacity 225ms cubic-bezier(0.9, 0.03, 0.69, 0.22),transform 275ms cubic-bezier(0.9, 0.03, 0.69, 0.22);transition:opacity 225ms cubic-bezier(0.9, 0.03, 0.69, 0.22),transform 275ms cubic-bezier(0.9, 0.03, 0.69, 0.22),-webkit-transform 275ms cubic-bezier(0.9, 0.03, 0.69, 0.22)}.main-menu-link__link--active:after{opacity:1;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.minified .main-menu-link__link:after{bottom:-6px}.main-menu-link__dropdown{position:absolute;bottom:36px;left:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);transition:opacity 275ms cubic-bezier(0.9, 0.03, 0.69, 0.22),visibility 0ms 275ms;width:100%;opacity:0;visibility:hidden;background-color:#f3f1ec;box-shadow:0 20px 30px 0 rgba(0,0,0,.3);z-index:1}.main-menu-link__dropdown--open{opacity:1;visibility:visible;transition:opacity 275ms cubic-bezier(0.9, 0.03, 0.69, 0.22),visibility 0ms 0ms}.minified .main-menu-link__dropdown{bottom:7px}
.menu-dropdown{display:flex;flex-flow:row wrap;width:100%;max-width:1280px;margin:0 auto;overflow:hidden;padding:24px 0 0 0}.menu-dropdown__column{flex:0 0 25%;min-width:25%;padding:0 15px;margin:20px 0 56px 0}.menu-dropdown__list{margin:0;padding:0;list-style:none}.menu-dropdown__header{font-size:16px;font-weight:500;margin:0 0 25px 0}.menu-dropdown__header>a:link,.menu-dropdown__header a:active,.menu-dropdown__header a:visited{color:#000}.menu-dropdown__header>a:link:hover,.menu-dropdown__header a:active:hover,.menu-dropdown__header a:visited:hover{color:#c80000;text-decoration:underline}.menu-dropdown__header--active>a:link,.menu-dropdown__header--active a:active,.menu-dropdown__header--active a:visited{color:#c80000;text-decoration:underline}.menu-dropdown__link{margin:0 0 15px 0}.menu-dropdown__link>a:link,.menu-dropdown__link a:active,.menu-dropdown__link a:visited{line-height:20px;transition:color 250ms ease-in-out;color:#606060}.menu-dropdown__link>a:link:hover,.menu-dropdown__link>a:link:focus,.menu-dropdown__link a:active:hover,.menu-dropdown__link a:active:focus,.menu-dropdown__link a:visited:hover,.menu-dropdown__link a:visited:focus{color:#c80000;text-decoration:underline}.menu-dropdown__link--active>a:link,.menu-dropdown__link--active a:active,.menu-dropdown__link--active a:visited{color:#c80000;text-decoration:underline}
.off-canvas-menu{min-height:100vh;padding-top:90px}
@media(max-width: 767px){.footerSection__language-chooser{display:flex;align-items:center;flex-wrap:wrap}.footerSection__language-chooser>div{margin-left:auto}}.language-chooser{position:relative;margin:5px 0 0;font-size:0;color:#fff}@media(min-width: 768px){.language-chooser{margin:15px 0 0}}.language-chooser__label{position:relative;color:inherit;opacity:.33;transition:opacity .25s ease;font-size:14px;font-weight:500;line-height:1;display:inline-block;width:20px;margin:0;text-align:center;text-transform:uppercase}.language-chooser__label:before{display:none}.language-chooser__label:last-of-type{margin-left:42px}.language-chooser__label--checked{opacity:1}.language-chooser__input{box-sizing:border-box;cursor:pointer;height:100%;margin:0;opacity:0;padding:0;position:absolute;width:100%}.language-chooser__input:checked{cursor:default}.language-chooser__toggle-outside{background:transparent;border-radius:7px;border:2px solid;height:14px;left:30px;overflow:hidden;cursor:pointer;padding:0;position:absolute;top:0;transition:.25s ease all;width:20px}.language-chooser__toggle-outside:hover{background-color:transparent}.language-chooser__toggle-inside{position:absolute;left:2px;top:2px;width:6px;height:6px;border-radius:100%;background:currentColor;transition:.25s ease all}
.off-canvas-trigger{position:absolute;top:25px;right:8px;transition:right 300ms cubic-bezier(0.9, 0.03, 0.69, 0.22)}.off-canvas-trigger svg path{stroke:#fff !important;transition:stroke 125ms cubic-bezier(0.9, 0.03, 0.69, 0.22) 200ms}.show-off-canvas .off-canvas-trigger{right:calc(-100% + 9px)}.show-off-canvas .off-canvas-trigger svg path{stroke:#000 !important;transition:stroke 125ms cubic-bezier(0.9, 0.03, 0.69, 0.22)}
.bloodOrangeButton,.newsletterFullWidthSpot .newsletter-form input[type=submit]{background-color:#c80000;text-transform:none;font-size:16px;font-weight:400;border:2px solid #c80000}.bloodOrangeButton:hover,.newsletterFullWidthSpot .newsletter-form input[type=submit]:hover{background-color:#fff;color:#c80000}.roundedCorners,.bloodOrangeButton,.newsletterFullWidthSpot .newsletter-form input[type=submit]{border-radius:6px}.sectionContent{background-color:#fff;margin:auto;max-width:1300px;display:grid;padding:20px}.newsletterFullWidthSpot{padding:50px 10px;background-color:#d6dbde;color:#000;position:relative;text-align:center;width:100%;margin-top:50px}@media(max-width: 767px){.newsletterFullWidthSpot{display:flex;flex-direction:column}}.newsletterFullWidthSpot h1{font-size:50px;margin-bottom:15px;font-weight:700}.newsletterFullWidthSpot .rte{font-size:18px;font-weight:500}.newsletterFullWidthSpot .newsletter-form{margin-top:40px}.newsletterFullWidthSpot .newsletter-form input{margin:0;height:60px;border-radius:6px}.newsletterFullWidthSpot .newsletter-form input[type=submit]{padding:0 26px}@media(max-width: 767px){.newsletterFullWidthSpot .newsletter-form input[type=submit]{width:70%}}.newsletterFullWidthSpot .newsletter-form .newsletter-fields{display:inline-block}@media(max-width: 767px){.newsletterFullWidthSpot .newsletter-form .newsletter-fields{display:block;width:100%}}.newsletterFullWidthSpot .newsletter-form .newsletter-fields .newsletter-field{display:block;float:left;height:40px}@media(max-width: 767px){.newsletterFullWidthSpot .newsletter-form .newsletter-fields .newsletter-field{display:block;width:100%;height:auto;margin-top:20px}}.newsletterFullWidthSpot .newsletter-form .newsletter-fields .newsletter-field:first-child{margin-top:0}
.flex{display:flex !important}.flex--align-center{align-items:center !important}.flex--justify-center{justify-content:center}.margin--bottom10{margin-bottom:10px}.margin--top10{margin-top:10px}.margin--bottom20{margin-bottom:20px}.margin--top20{margin-top:20px}.bloodOrangeButton,.newsContent>.newsBody .button{background-color:#c80000;text-transform:none;font-size:16px;font-weight:400;border:2px solid #c80000}.bloodOrangeButton:hover,.newsContent>.newsBody .button:hover{background-color:#fff;color:#c80000}.roundedCorners,.bloodOrangeButton,.newsContent>.newsBody .button{border-radius:6px}.sectionContent{background-color:#fff;margin:auto;max-width:1300px;display:grid;padding:20px}h1,.h1{font-size:34px;font-weight:700;line-height:1.18}h2,.h2{font-size:36px;font-weight:300;line-height:1.19}h3,.h3{font-size:22px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1}html,body,select,input,textarea{font-family:"Inter",Helvetica,Sans-Serif;font-weight:400}.svg-icon,.img-icon{width:50px;height:50px}.svg-icon>img,.img-icon>img{max-width:100%;height:auto}.off-canvas{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);transition:-webkit-transform 300ms cubic-bezier(0.9, 0.03, 0.69, 0.22);transition:transform 300ms cubic-bezier(0.9, 0.03, 0.69, 0.22);transition:transform 300ms cubic-bezier(0.9, 0.03, 0.69, 0.22), -webkit-transform 300ms cubic-bezier(0.9, 0.03, 0.69, 0.22)}@media(min-width: 768px){.off-canvas{-webkit-transform:none;transform:none}}.show-off-canvas .off-canvas{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.show-off-canvas.show-off-canvas--in-from-left .off-canvas{-webkit-transform:translate3d(260px, 0, 0);transform:translate3d(260px, 0, 0)}@media(min-width: 768px){.show-off-canvas.show-off-canvas--in-from-left .off-canvas{-webkit-transform:translate3d(400px, 0, 0);transform:translate3d(400px, 0, 0)}}.off-canvas__hidden-content{position:absolute;top:0;right:-100%;width:100%;background-color:#f3f1ec;height:100%}.basket-menu{display:none;background-color:#fff;width:100vw;z-index:1;padding:30px 20px;color:#000;box-shadow:0 15px 30px 0 rgba(0,0,0,.2);position:absolute;right:-207%;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}@media(min-width: 580px){.basket-menu{width:440px;right:0}}.basket-menu__heading{font-size:22px;font-weight:700;margin:0 0 20px 0}.basket-menu__list{list-style:none;padding:0;margin:0}.basket-menu__list li{border-top:solid 2px #d6dbde;border-bottom:solid 2px #d6dbde}.basket-menu__list li+li{border-top:none}.basket-menu__item{display:flex;align-items:flex-start;padding:15px 0}.basket-menu__image>img{max-width:60px}.basket-menu__text{margin:0 45px 0 15px}.basket-menu__name{margin:0;font-weight:500}.basket-menu__name>a:visited,.basket-menu__name a:link,.basket-menu__name a:active{color:#242424}.basket-menu__name>a:visited:hover,.basket-menu__name a:link:hover,.basket-menu__name a:active:hover{color:#c80000}.basket-menu__type{margin:20px 0 0 0;color:#606060}.basket-menu__amount{margin-left:auto;min-width:50px;font-weight:500;text-transform:lowercase}.basket-menu__amount:after{content:"."}.basket-menu__delete{display:block;margin:40px 0 30px 0;text-align:center;font-weight:500;cursor:pointer}.basket-menu__delete i{display:inline-block;margin:0 7px 0 0;-webkit-transform:translate3d(0, 2px, 0);transform:translate3d(0, 2px, 0)}.basket-menu__delete:hover{color:#c80000}.basket-menu__delete:hover path{fill:#c80000 !important}.basket-menu__checkout{display:block;text-align:center;background-color:#c80000;color:#fff !important;border-radius:6px;padding:20px 30px;border:solid 2px #c80000;transition:background-color 225ms cubic-bezier(0.895, 0.03, 0.685, 0.22),color 225ms cubic-bezier(0.895, 0.03, 0.685, 0.22)}.basket-menu__checkout:hover{color:#c80000 !important;background-color:#fff}.filters{color:#242424;z-index:1020}@media(max-width: 1279px){.filters{background-color:#f3f1ec}}.filters .boxContent{background-color:#f3f1ec;border:0}.filters .boxContent h2.filters__heading{font-size:22px;margin:0 0 30px;padding:0;text-transform:none;font-weight:500;color:#242424}.filters__clear{font-size:16px;display:inline-block;cursor:pointer;transition:color 175ms cubic-bezier(0.075, 0.82, 0.165, 1)}.filters__clear svg{width:20px;height:20px;-webkit-transform:translate3d(0, 4px, 0);transform:translate3d(0, 4px, 0)}.filters__clear svg path{fill:#c80000 !important}.filters__clear:hover{color:#c80000}.filters__close{display:block;position:relative;background:transparent;font-weight:700;color:#242424;text-transform:none;padding:0 27px 0 0;font-size:16px;margin:0 0 44px auto}.filters__close:after{content:"";position:absolute;top:7px;right:0;width:22px;height:22px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIwLjc3IDZsLTcuMjcgNy4yNzFMNi4yMyA2IDUgNy4yMjlsNy4yNyA3LjI3MUw1IDIxLjc3IDYuMjMgMjNsNy4yNy03LjI3TDIwLjc3IDIzIDIyIDIxLjc3bC03LjI3LTcuMjdMMjIgNy4yM3oiLz4KPC9zdmc+Cg==")}.filters__close:hover{background:transparent}@media(min-width: 1280px){.filters__close{display:none}}@media(max-width: 1279px){.filters.visibleOffCanvas .boxContent{background:transparent;border:none;padding:0;margin:35px 15px 35px 15px}#filters:not(.filters){background-color:#5a6e82}#filters:not(.filters) h3{color:#fff}#filters:not(.filters) .searchInput{width:100%}#filters:not(.filters) .searchInput input{height:40px}#filters:not(.filters) .searchButton{width:36px}#filters:not(.filters) .filterSection.accOpen>h3:before{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlNvbGlkX194NDBfMngiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIyNzEgMTYwLjggNDE4LjEgMjM4LjMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMjcxIDE2MC44IDQxOC4xIDIzOC4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MDAuNywxNjkuNGwxNzkuOCwxNzkuOGMxMS40LDExLjQsMTEuNCwzMCwwLDQxLjRjLTExLjQsMTEuNC0zMCwxMS40LTQxLjQsMEw0ODAsMjMxLjVMMzIwLjksMzkwLjYNCgljLTExLjQsMTEuNC0zMCwxMS40LTQxLjQsMGMtMTEuNC0xMS40LTExLjQtMzAsMC00MS40bDE3OS44LTE3OS44YzUuNy01LjcsMTMuMi04LjYsMjAuNy04LjZDNDg3LjUsMTYwLjgsNDk1LDE2My43LDUwMC43LDE2OS40eiINCgkvPg0KPC9zdmc+DQo=")}#filters:not(.filters) .filterSection.accClosed>h3:before{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlNvbGlkX194NDBfMngiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIyNzEgMTYwLjggNDE4LjEgMjM4LjMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMjcxIDE2MC44IDQxOC4xIDIzOC4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00ODAsMzk5LjFjLTcuNSwwLTE1LTIuOS0yMC43LTguNkwyNzkuNSwyMTAuOGMtMTEuNC0xMS40LTExLjQtMzAsMC00MS40YzExLjQtMTEuNCwzMC0xMS40LDQxLjQsMA0KCUw0ODAsMzI4LjVsMTU5LjEtMTU5LjFjMTEuNC0xMS40LDMwLTExLjQsNDEuNCwwYzExLjQsMTEuNCwxMS40LDMwLDAsNDEuNEw1MDAuNywzOTAuNkM0OTUsMzk2LjMsNDg3LjUsMzk5LjEsNDgwLDM5OS4xeiIvPg0KPC9zdmc+DQo=")}}.search-form{color:#242424;margin:0 0 25px 0}.search-form__label{display:block;float:none;font-weight:500;margin-bottom:12px}.search-form__field{position:relative}.search-form__input-container{display:block;width:100%;border-radius:6px;background-color:#fff}.search-form__input-container>input{float:none}.search-form__input{height:55px;border:none;box-shadow:none;width:calc(100% - 30px);background-color:transparent}.search-form__btn{position:absolute;top:50%;right:6px;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);background-color:#c80000;height:43px;width:43px;border-radius:6px;border:solid 2px #c80000;transition:background-color 275ms cubic-bezier(0.19, 1, 0.22, 1)}.search-form__btn:before{content:"";background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTI0IDIyLjU4NkwyMi41ODYgMjRsLTQuMjQzLTQuMjQzIDEuNDE0LTEuNDE0TDI0IDIyLjU4NnpNMTIgMThjLTMuMzA5IDAtNi0yLjY5MS02LTZzMi42OTEtNiA2LTYgNiAyLjY5MSA2IDYtMi42OTEgNi02IDZ6bTAtMTRhOCA4IDAgMSAwIDAgMTYgOCA4IDAgMCAwIDAtMTZ6Ii8+Cjwvc3ZnPgo=") center center no-repeat;background-size:20px 20px;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);height:20px;width:20px}.search-form__btn:hover{background-color:#fff}.search-form__btn:hover:before{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICAgIDxwYXRoIGZpbGw9IiNmZDUxMDEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTI0IDIyLjU4NkwyMi41ODYgMjRsLTQuMjQzLTQuMjQzIDEuNDE0LTEuNDE0TDI0IDIyLjU4NnpNMTIgMThjLTMuMzA5IDAtNi0yLjY5MS02LTZzMi42OTEtNiA2LTYgNiAyLjY5MSA2IDYtMi42OTEgNi02IDZ6bTAtMTRhOCA4IDAgMSAwIDAgMTYgOCA4IDAgMCAwIDAtMTZ6Ii8+Cjwvc3ZnPgo=") center center no-repeat;background-size:20px 20px}.search-form--small .search-form__input{height:40px}.search-form--small .search-form__btn{right:3px;height:30px;width:30px}.accordion h3{font-size:16px;color:#242424;font-weight:500;text-transform:none;border:none;margin:0 0 10px 0;padding-bottom:0}.accordion__expand{opacity:.3;font-size:16px;text-decoration:none !important}.accordion__expand:before{content:"";display:inline-block;width:17px;height:17px;margin:0 11px 0 30px;-webkit-transform:translate3d(0, 4px, 0);transform:translate3d(0, 4px, 0);background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkgMHY4aDh2MUg5djhIOFY5SDBWOGg4VjBoMXoiLz4KPC9zdmc+Cg==") no-repeat}.accordion.accOpen .accordion__content{max-height:300px}.accordion.accClosed>h3{margin:0 0 10px 0}.accordion.accClosed .accordion__content{max-height:0}.accordion.expanded .accordion__content{max-height:none}.accordion.expanded.accClosed .accordion__content{max-height:0}.accordion__content{display:block !important;max-height:400px;transition:max-height 325ms cubic-bezier(0.895, 0.03, 0.685, 0.22)}.accordion__collapse{opacity:.3;font-size:16px;text-decoration:none}.accordion__collapse:before{content:"";display:inline-block;width:17px;height:17px;margin-right:11px;margin:0 15px 0 30px;-webkit-transform:translate3d(0, 11px, 0);transform:translate3d(0, 11px, 0);background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgMTcgMSI+CiAgICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBoMTd2MUgweiIvPgo8L3N2Zz4K") no-repeat}.form label{color:#242424;font-size:16px;display:inline-block}.form__group{padding:0;margin-bottom:10px}.form__group--longtail{display:inline-block;margin-right:10px}.form__checkbox{display:none}.form__checkbox+label{position:relative;padding:0 0 0 28px;line-height:1}.form__checkbox+label:after{content:"";position:absolute;left:3px;top:4px;z-index:1;width:10px;height:9px;opacity:0;transition:opacity 200ms cubic-bezier(0.075, 0.82, 0.165, 1);background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTAgOSI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeD0iMSIgeT0iMSIgc3Ryb2tlPSIjNjA2MDYwIiBzdHJva2Utd2lkdGg9IjIiIHJ4PSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNCAtNSkiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjNjA2MDYwIiBkPSJNMS44IDMuNDI1bDIuMjk3IDEuOTI4TDcuOTU0Ljc1N2wxLjUzMiAxLjI4Nkw1LjYzIDYuNjM4di4wMDFMNC4zNDUgOC4xNzEuNTE0IDQuOTU3bDEuMjg1LTEuNTMyeiIvPgogICAgPC9nPgo8L3N2Zz4K") no-repeat}.form__checkbox+label:before{content:"";margin:0;position:absolute;left:0;display:inline-block;border:solid 2px #606060;border-radius:4px;width:16px;height:16px;background:none}.form__checkbox:checked+label{font-weight:400}.form__checkbox:checked+label:before{margin:0;background:none;width:16px;height:16px}.form__checkbox:checked+label:after{opacity:1}.form__checkbox--longtail{vertical-align:middle}.form__label--longtail{vertical-align:middle}.form__text{border:solid 1px rgba(70,96,108,.18);box-shadow:none;color:#606060}.form__text--w40{width:40px;height:42px;margin:0;padding:0;text-align:center}.form__select{position:relative;border:solid 1px rgba(70,96,108,.18);background-color:#fff}@media(min-width: 1025px){.form__select:after{content:"";display:inline-block;position:absolute;top:0;right:0;width:40px;height:40px;background-color:#d6dbde;cursor:pointer;pointer-events:none}.form__select:before{content:"";display:inline-block;position:absolute;top:calc(50% + 2px);right:12px;-webkit-transform:translate3d(0, -50%, 0) rotateX(180deg);transform:translate3d(0, -50%, 0) rotateX(180deg);width:16px;height:16px;z-index:1;cursor:pointer;pointer-events:none;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlNvbGlkX194NDBfMngiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIyNzEgMTYwLjggNDE4LjEgMjM4LjMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMjcxIDE2MC44IDQxOC4xIDIzOC4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM1QTZFODIiIGQ9Ik01MDAuNywxNjkuNGwxNzkuOCwxNzkuOGMxMS40LDExLjQsMTEuNCwzMCwwLDQxLjRjLTExLjQsMTEuNC0zMCwxMS40LTQxLjQsMEw0ODAsMjMxLjVMMzIwLjksMzkwLjYNCgljLTExLjQsMTEuNC0zMCwxMS40LTQxLjQsMGMtMTEuNC0xMS40LTExLjQtMzAsMC00MS40bDE3OS44LTE3OS44YzUuNy01LjcsMTMuMi04LjYsMjAuNy04LjZDNDg3LjUsMTYwLjgsNDk1LDE2My43LDUwMC43LDE2OS40eiINCgkvPg0KPC9zdmc+DQo=") center center no-repeat}}.form__select--border-none{border:none}.form__select>select{border:none;color:#606060;padding-left:10px;padding-right:50px;width:100%;-moz-appearance:none;-webkit-appearance:none;appearance:none}.form__select>select::-ms-expand{display:none}.form__select--width-full>select{width:100%}@supports(display: grid){.custom-select{position:relative}.custom-select::before{content:"";display:inline-block;position:absolute;right:0;bottom:0;width:40px;height:40px;z-index:1;cursor:pointer;pointer-events:none;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTQgOSI+CiAgICA8cGF0aCBmaWxsPSIjNjA2MDYwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDYuMjQzTDEuMzQzLjU4Ni0uMDcgMiA3IDkuMDcxIDE0LjA3MSAyIDEyLjY1Ny41ODZ6Ii8+Cjwvc3ZnPgo=") center no-repeat;background-color:#d6dbde}.custom-select select{height:40px;border-color:#d6dbde;padding-right:40px}}.btn{width:100%;text-transform:none;font-weight:400;transition:border 225ms cubic-bezier(0.075, 0.82, 0.165, 1),color 225ms cubic-bezier(0.075, 0.82, 0.165, 1);line-height:1.1;height:auto}.btn svg{width:16px;height:16px}.btn svg path,.btn svg circle{transition:fill 225ms cubic-bezier(0.075, 0.82, 0.165, 1),stroke 225ms cubic-bezier(0.075, 0.82, 0.165, 1)}.btn--simple{background-color:#fff;border:solid 1px #c9beb0;border-radius:4px;color:#242424;padding:12px 20px 14px 20px}.btn--simple:hover{background-color:#fff !important;border:solid 1px #c80000;color:#c80000}.btn--simple:hover svg path{fill:#c80000}.btn--simple:hover svg circle{stroke:#c80000}.btn--filter{margin-bottom:10px}.btn--filter svg{-webkit-transform:translate3d(0, 3px, 0);transform:translate3d(0, 3px, 0)}@media(min-width: 1280px){.btn--filter{display:none}}.product-item{display:flex;background-color:#f4f4f4;padding:15px;margin-bottom:20px;color:#242424}.product-item__bulkactions{display:none}@media(min-width: 768px){.product-item__bulkactions{display:flex;height:23px;align-items:center}.product-item__bulkactions-add,.product-item__bulkactions-favorite,.product-item__bulkactions-mark{padding-left:15px}.product-item__bulkactions-mark{margin-top:-8px;margin-right:-15px}.product-item__bulkactions-favorite svg path{stroke:#606060}.product-item__bulkactions-favorite.productItemFavoriteChosen1 svg path{fill:#606060}}.product-item__image{position:relative;margin-right:20px;height:193px;width:150px;background-color:#fff;display:flex;justify-content:center;align-items:center;flex:1 0 150px}.product-item__image img{max-height:140px;max-width:140px}@media(min-width: 480px){.product-item__image{height:150px}}@media(min-width: 992px){.product-item__image{height:200px;width:200px;flex:1 0 200px}.product-item__image img{max-height:185px;max-width:185px}}.product-item__badge{position:absolute;top:0;right:0}.product-item__badge:before{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 69px 69px 0;border-color:transparent #900 transparent transparent}.product-item__badge>span{position:absolute;top:15px;right:5px;display:inline-block;max-width:45px;color:#fff;font-size:10px;z-index:1;-webkit-transform:rotate(45deg);transform:rotate(45deg);text-align:center}.product-item__badge.formel1000:before{border-color:transparent #324c59 transparent transparent}.product-item__badge.formel1000>span{max-width:45px;top:12px;right:4px}.product-item__benefice{position:absolute;bottom:10px;left:10px;background-color:#324c59;color:#fff;font-size:10px;width:20px;height:20px;line-height:20px;text-align:center;border-radius:50%}.product-item__content{width:100%;display:flex;flex-direction:column;flex-wrap:wrap}.product-item__row{position:relative;display:flex;width:100%}.product-item__row+.product-item__row{flex:1 1 auto;display:flex;flex-direction:column}@media(min-width: 480px){.product-item__row+.product-item__row{flex-direction:row}}.product-item__heading{width:100%;margin-bottom:21px}.product-item__heading>a:link,.product-item__heading a:active,.product-item__heading a:visited{display:block;margin:0 0 8px 0;font-size:14px;font-weight:700;text-decoration:none;transition:color 225ms cubic-bezier(0.075, 0.82, 0.165, 1);color:inherit}.product-item__heading>a:link:hover,.product-item__heading a:active:hover,.product-item__heading a:visited:hover{color:#c80000}@media(min-width: 992px){.product-item__heading>a:link,.product-item__heading a:active,.product-item__heading a:visited{font-size:22px}}.product-item__heading p{margin:0;font-size:12px}@media(min-width: 992px){.product-item__heading p{font-size:16px}}.product-item__combined-name{margin:0 0 20px 0;font-size:16px}.product-item__numbers{display:flex;font-size:12px;margin-bottom:15px}@media(min-width: 992px){.product-item__numbers{font-size:14px}}.product-item__numbers-text{color:#606060}@media(min-width: 768px){.product-item__numbers-text{margin:0 30px 0 0}}.product-item__numbers-values{font-weight:700}.product-item__stock{margin:auto 0 0 0;display:none;flex-direction:column;color:#606060}.product-item__stock .inStock{color:#4cb66c !important}.product-item__stock>.productItemStockCentral{margin:0 0 5px 0}.product-item__stock>.productItemStockCentral,.product-item__stock>.productItemStockClosest{width:auto !important;float:none !important;padding:0 !important}@media(min-width: 992px){.product-item__stock{display:flex}}.product-item__info{display:flex;flex-direction:column}.product-item__buy-col{display:flex;flex-direction:column;flex:1 1;margin:0}@media(min-width: 480px){.product-item__buy-col{display:flex;margin:0 0 0 20px}}.product-item__price .productItemPricesTableWrap{position:absolute;right:-15px;top:calc(100% + 8px);padding:0;z-index:2;box-shadow:0 15px 30px 0 rgba(0,0,0,.2);text-align:left;font-weight:400;min-width:402px}.product-item__price .productItemPricesTableWrap:before{position:absolute;right:0;top:0;width:53px;height:4px;background-color:#c80000;content:""}.product-item__price .productItemPricesTableWrap [type=checkbox]:checked+label,.product-item__price .productItemPricesTableWrap [type=radio]:checked+label{font-weight:500}.product-item__price .productItemPricesTableWrap .form__checkbox+label:before{top:0}.product-item__price .productItemPricesTableWrap .form__checkbox+label:after{top:5px}.product-item__price .productItemPricesTableWrap .formBoxList .formBoxItem{padding:0}.product-item__price .productItemPricesTableWrap .productItemPricesTable{border:0;float:none;padding:20px;max-width:402px}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableRow .productItemPricesTablePricePrUnit:after,.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableRow .productItemPricesTableMinimum:after{content:none}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTablePricePrUnit,.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTablePricePrUnit{text-align:right}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableHeader,.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableRow{border-bottom:2px solid #d6dbde}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableHeader{font-size:inherit;font-weight:500;color:#606060;padding-bottom:17px}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableHeader .productItemPricesTableMinimum{padding:0}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableHeader .productItemPricesTablePricePrUnit,.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableRow .productItemPricesTablePricePrUnit{width:95px}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableHeader .productItemPricesTablePricePrUnit,.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableHeader .productItemPricesTableMinimum{padding:0}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableRow{font-size:16px;padding:12px 0}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableRow .productItemPricesTableMinimum{padding:0;font-size:inherit}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableRow .productItemPricesTableMinimum .formBoxItem{width:165px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableRow .productItemPricesTablePricePrUnit{padding:0 20px 0 0}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableRow .productItemPricesTablePricePrUnit .priceRebateBtn{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.product-item__price .productItemPricesTableWrap .productItemPricesTable .productItemPricesTableRow .productItemPricesTablePricePrUnitSaving{padding:0}@media(max-width: 768px){.product-item__price .productItemPricesTableWrap{width:100%}}.product-item__price-details{position:relative;display:none;justify-content:flex-end;margin:0 70px 15px 0;text-align:right}.product-item__price-details .productItemBuyPricesOpt,.product-item__price-details .productItemBuyPricesTotal,.product-item__price-details .productItemBuyPricesTotal .bold{font-size:14px}.product-item__price-details .priceRebateBtn{position:absolute;top:0;right:0;-webkit-transform:translate3d(9px, calc(-100% + 2px), 0);transform:translate3d(9px, calc(-100% + 2px), 0);background-image:none;border-radius:50%;width:16px;height:16px;background-color:#606060}.product-item__price-details .priceRebateBtn:before{content:"i";color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);font-size:10px}.product-item__price-details .productItemBuyPricesOpt.hasOptions:after,.product-item__price-details .productItemBuyPricesOpt.open:after{content:"";position:absolute;top:6px;right:1px;background-repeat:no-repeat;height:7px;width:13px;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlNvbGlkX194NDBfMngiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIyNzEgMTYwLjggNDE4LjEgMjM4LjMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMjcxIDE2MC44IDQxOC4xIDIzOC4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM1QTZFODIiIGQ9Ik00ODAsMzk5LjFjLTcuNSwwLTE1LTIuOS0yMC43LTguNkwyNzkuNSwyMTAuOGMtMTEuNC0xMS40LTExLjQtMzAsMC00MS40YzExLjQtMTEuNCwzMC0xMS40LDQxLjQsMA0KCUw0ODAsMzI4LjVsMTU5LjEtMTU5LjFjMTEuNC0xMS40LDMwLTExLjQsNDEuNCwwYzExLjQsMTEuNCwxMS40LDMwLDAsNDEuNEw1MDAuNywzOTAuNkM0OTUsMzk2LjMsNDg3LjUsMzk5LjEsNDgwLDM5OS4xeiIvPg0KPC9zdmc+DQo=")}.product-item__price-details .productItemBuyPricesOpt{padding-right:20px}.product-item__price-details .productItemBuyPricesTotal{padding-left:15px}.product-item__price-details .dimedText{color:#606060 !important}@media(min-width: 992px){.product-item__price-details{display:flex}}.product-item__actions{display:flex;justify-content:flex-end;align-items:center;margin:auto 0 0 0}.product-item__buy-form{display:none;margin:0 30px 0 0}@media(min-width: 768px){.product-item__buy-form{display:flex}}.product-item__buy-form .itemUnit{max-width:none !important}.product-item__add-to-cart{position:relative;display:flex;margin-left:10px}.product-item__add-to-cart .addToRmaCart,.product-item__add-to-cart .addToCart{background-color:#c80000;border-radius:50%;width:40px !important;height:40px;transition:background-color 275ms cubic-bezier(0.19, 1, 0.22, 1);background-image:none !important;float:none !important;border:2px solid #c80000}.product-item__add-to-cart .addToRmaCart:before,.product-item__add-to-cart .addToCart:before{content:"";position:absolute;width:22px;height:20px;top:50%;left:50%;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjY2NyA0bC00LjE2NiA2LjZIM3YyLjJoMS40NjZsMS44MzIgMTFoMTUuNDAybDEuODMyLTExSDI1di0yLjJoLTUuNDk4TDE1LjMyNyA0aC0yLjY2ek0xNCA1Ljc4OWwyLjk2IDQuODExSDExLjA0TDE0IDUuNzg5ek02LjY5NyAxMi44SDIxLjVsLTEuNjY1IDguOEg4LjE2NGwtMS40NjctOC44eiIvPgo8L3N2Zz4K") center center no-repeat}.product-item__add-to-cart .addToRmaCart:hover,.product-item__add-to-cart .addToCart:hover{background-color:#fff}.product-item__add-to-cart .addToRmaCart:hover:before,.product-item__add-to-cart .addToCart:hover:before{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICAgIDxwYXRoIGZpbGw9IiNmZDUxMDEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjY2NyA0bC00LjE2NiA2LjZIM3YyLjJoMS40NjZsMS44MzIgMTFoMTUuNDAybDEuODMyLTExSDI1di0yLjJoLTUuNDk4TDE1LjMyNyA0aC0yLjY2ek0xNCA1Ljc4OWwyLjk2IDQuODExSDExLjA0TDE0IDUuNzg5ek02LjY5NyAxMi44SDIxLjVsLTEuNjY1IDguOEg4LjE2NGwtMS40NjctOC44eiIvPgo8L3N2Zz4K") center center no-repeat}.product-item__add-to-cart .addToRmaCart>span,.product-item__add-to-cart .addToCart>span{display:none}.product-item__light-calculator{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='30' viewBox='0 0 20 30'%3E%3Cpath fill='%23606060' fill-rule='evenodd' d='M18 23v7H2v-7h16zm-9-5v2H2v-2h7zm9 0v2h-7v-2h7zM10 7a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1zm6.364-2.05l2.828 2.828a1 1 0 0 1-1.414 1.414L14.95 6.364a1 1 0 0 1 1.414-1.414zm-11.314 0a1 1 0 0 1 0 1.414L2.222 9.192A1 1 0 1 1 .808 7.778L3.636 4.95a1 1 0 0 1 1.414 0zM15 0A5 5 0 0 1 5 0h2a3 3 0 0 0 6 0h2z'/%3E%3C/svg%3E%0A") !important;background-position-y:8px !important;color:#606060;margin:0 15px 0 0 !important;padding-right:15px !important;width:auto !important;background-position-x:right !important;text-align:right;text-transform:none;font-size:14px;font-weight:500 !important}@media(min-width: 768px){.product-item__light-calculator{padding-right:30px !important}}.product-item__light-calculator span{position:relative;font-size:inherit}.product-item__light-calculator-text{display:none}@media(min-width: 768px){.product-item__light-calculator-text{display:block}}.product-item__light-calculator:hover{background-color:transparent}.newsList--reskinned{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 10px}.newsList--reskinned .newsItem{background:#f4f4f4;border:none;width:100%;margin:1%;cursor:pointer;transition:background-color .1s}@media(min-width: 768px){.newsList--reskinned .newsItem{width:32%;margin:.6%}}.newsList--reskinned .newsItem:hover,.newsList--reskinned .newsItem:focus{background-color:#e0e0e0}.newsList--reskinned .newsItem:nth-child(1){width:100%;background:#d6dbde}@media(min-width: 768px){.newsList--reskinned .newsItem:nth-child(1){width:65%}}.newsList--reskinned .newsItem:nth-child(1) .newsContent .newsHeading{font-size:36px}.newsList--reskinned .newsItem:nth-child(1) .newsImage{width:auto}.newsList--reskinned .newsItem:nth-child(1):hover,.newsList--reskinned .newsItem:nth-child(1):focus{background-color:#b9c4ce}.newsList--reskinned .newsItem:nth-child(12n+2),.newsList--reskinned .newsItem:nth-child(12n+6){background:#f3f1ec}.newsList--reskinned .newsItem:nth-child(12n+2) .newsImage,.newsList--reskinned .newsItem:nth-child(12n+6) .newsImage{display:none}.newsList--reskinned .newsItem:nth-child(12n+2):hover,.newsList--reskinned .newsItem:nth-child(12n+2):focus,.newsList--reskinned .newsItem:nth-child(12n+6):hover,.newsList--reskinned .newsItem:nth-child(12n+6):focus{background-color:#e0e0e0}.newsList--reskinned .newsItem a{text-decoration:none}.newsList--reskinned .newsItem .newsItemWrapper{display:flex;flex-direction:column;padding:0}.newsList--reskinned .newsImage{overflow:hidden;height:auto}.newsList--reskinned .newsImage>img{min-height:70px;width:100%}@media(max-width: 1279px){.newsList--reskinned .newsImage>img{height:auto}}.newsList--reskinned .newsContent{margin:25px 15% 15px 30px;overflow:hidden;height:auto;padding:0}.newsList--reskinned .newsContent .newsDate{font-size:13px;font-weight:bold;line-height:1.69;color:#242424}.newsList--reskinned .newsContent .newsHeading{text-transform:none;font-size:24px;font-weight:bold;line-height:1.26;color:#000;margin:10px 0}.newsList--reskinned .newsContent .newsTeaser{font-size:16px;line-height:1.5;color:#000}.showMoreContainer{text-align:center}.showMoreContainer>a,.showMoreContainer>button{text-decoration:none !important;background:none;cursor:pointer}.showMoreContainer>a>.iconAdd,.showMoreContainer>button>.iconAdd{margin:auto 10px;color:#c80000;font-size:24px}.showMoreContainer>a>.label,.showMoreContainer>button>.label{transition:color .1s;font-size:14px;color:#000;font-weight:700;text-transform:none}.showMoreContainer>a>.label:hover,.showMoreContainer>button>.label:hover{color:#c80000}header>h1.pageTitle{font-size:34px;line-height:1.18;color:#000;font-weight:700;border-bottom:none;padding-bottom:40px;text-transform:none}@media(max-width: 767px){header>h1.pageTitle{padding-bottom:43px;border-bottom:1px solid #c9beb0}}header>h1.pageTitle,.statusMessage{margin:10px}@media(max-width: 767px){header>h1.pageTitle,.statusMessage{margin:20px}}.customer-team__image-wrapper{display:flex;overflow:hidden;min-height:180px}.customer-team__image{width:100%;min-height:180px}.customer-team__details{padding:20px;height:100%;display:flex;flex-direction:column;word-break:break-all}.customer-team__details--main{display:flex;flex-direction:column;margin-bottom:15px;height:100%}.customer-team__details--contact{color:#242424;line-height:1.5}.customer-team__position{line-height:22px;color:#606060;width:inherit}.customer-team__name{font-weight:700;line-height:25px}.customer-team__link{text-align:center;font-weight:700}.customer-team__link a{text-decoration:none}.customer-team__link-icon{vertical-align:middle}.customer-team__contact-row{display:flex;align-items:center}.customer-team__icon--phone{padding:2px}.customer-team__icon--email,.customer-team__icon--phone{min-width:28px}.customer-team__contact-label{margin-left:20px}.customer-team-list{display:flex;flex-flow:row wrap;padding:0 20px 20px;justify-content:center}@media(max-width: 767px){.customer-team-list{padding:20px;margin-bottom:40px;flex-direction:column}}.customer-team-list__spot{overflow:hidden;display:flex;flex-direction:column;flex:1 1;margin:0 20px 20px 0;min-width:350px;font-size:16px}.customer-team-list__spot .customer-team__details--contact{font-weight:700}.customer-team-list__spot .customer-team__details--main{min-height:100px;justify-content:space-between}.customer-team-list__spot .customer-team__name{font-size:16px;color:#242424}.customer-team-list__spot .customer-team__details{background:#f4f4f4;min-height:160px}.customer-team-list__spot .customer-team__position{margin:20px 0 0}@media(max-width: 767px){.customer-team-list__spot{width:auto;margin:0 0 20px}}.customer-team__spot{background-color:#f3f1ec;border:0;height:100%;padding:0 0 15px;min-height:368px;max-width:450px}.customer-team__spot .customer-team__name{font-size:16px;text-transform:uppercase}.customer-team__spot .customer-team__details{padding:10px 30px}.customer-team__spot .customer-team__position{margin:0}@media(min-width: 1280px){.customer-team__spot{max-height:368px;overflow-y:auto}}@media(max-width: 767px){.customer-team__spot{margin:20px}}@media(min-width: 768px){.customer-team-list__spot{max-width:300px}}.quote,.newsContent>.newsBody .quote{display:block;border-left:10px solid #d6dbde;color:#000;text-align:left;padding:5px 0 5px 40px;width:auto;font-style:normal;line-height:26px}.newsContent{margin:10px 15px}@media(max-width: 767px){.newsContent{margin-top:36px}}.newsContent>.newsBody{font-size:16px;line-height:26px}.newsContent>.newsBody .button{font-weight:500;line-height:1.2;padding:15px 40px;height:auto}.newsContent>.newsBody .quote li{list-style-position:inside}.newsContent>.newsBody .quote ul,.newsContent>.newsBody .quote ol,.newsContent>.newsBody .quote p{padding:0;margin:0}.newsContent>.newsBody li .quote{border:none;padding:5px 0}.newsContent>.newsBody li .quote::before{content:"";position:absolute;width:10px;height:36px;background:#d6dbde;-webkit-transform:translate(-40px, -3px);transform:translate(-40px, -3px)}.newsContent>.newsBody h1,.newsContent>.newsBody h2,.newsContent>.newsBody h3,.newsContent>.newsBody h4,.newsContent>.newsBody h5,.newsContent>.newsBody h6{font-weight:500;margin:7px 0}.newsContent>.newsBody h1{font-size:32px}.newsContent>.newsBody h2{font-size:24px}.newsContent>.newsBody h3{font-size:18.72px}.newsContent>.newsBody h4{font-size:16px}.newsContent>.newsBody h5{font-size:13.28px}.newsContent>.newsBody h6{font-size:10.72px}.newsContent>.newsBody img{height:auto;width:100%}.newsContent>header{margin-bottom:25px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;background:#f4f4f4}.newsContent>header .newsHeaderImage>img{width:100%}.newsContent>header .newsHeaderText{padding:30px 80px 50px 30px}@media(max-width: 767px){.newsContent>header .newsHeaderText{padding:22px 60px 38px 15px}}.newsContent>header .newsHeaderText>.newsDate{color:#242424;font-size:13px;font-weight:700;line-height:1.69}.newsContent>header .newsHeaderText>.newsTitle{overflow:hidden;font-weight:700;color:#000;margin:15px 0 0;line-height:43px;font-size:36px}@media(max-width: 767px){.newsContent>header .newsHeaderText>.newsTitle{margin:10px 0 0;line-height:38px;font-size:30px}}.newsContent>header .newsHeaderText>.newsTeaser{overflow:hidden;font-weight:300;color:#000;margin:20px 0 0;line-height:32px;font-size:26px}@media(max-width: 767px){.newsContent>header .newsHeaderText>.newsTeaser{margin:18px 0 0;line-height:24px;font-size:16px}}.quote,.newsContent>.newsBody .quote{display:block;border-left:10px solid #d6dbde;color:#000;text-align:left;padding:5px 0 5px 40px;width:auto;font-style:normal;line-height:26px}#checkout{padding:20px 0px}#checkoutWrapper{background:#f3f1ec;overflow:hidden;color:#242424;margin:10px}#checkoutWrapper .linkSpan{text-decoration:none;cursor:pointer;text-transform:capitalize}@media(min-width: 768px){#checkoutWrapper .dispPhoneOnly{display:none}}@media(max-width: 767px){#checkoutWrapper .dispTabletDesktopOnly{display:none}}#checkoutWrapper .smallHeader{font-weight:700;font-size:16px;line-height:1;color:#242424}#checkoutWrapper button{text-transform:none;font-size:14px;font-weight:500;line-height:1.29;color:#fd5101;background:transparent;padding:0 10px 0}@media(max-width: 767px){#orderMainInfoFields .dispPhoneOnly,#orderMainInfoMoreFields .dispPhoneOnly{display:flex;flex-direction:column}#orderMainInfoFields .dispPhoneOnly>*,#orderMainInfoMoreFields .dispPhoneOnly>*{margin-bottom:25px}}@media(min-width: 768px){#orderMainInfoFields .dispTabletDesktopOnly,#orderMainInfoMoreFields .dispTabletDesktopOnly{display:flex;width:100%}#orderMainInfoFields .dispTabletDesktopOnly>.column,#orderMainInfoMoreFields .dispTabletDesktopOnly>.column{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;display:flex;flex-direction:column;width:33%;padding:0 15px}#orderMainInfoFields .dispTabletDesktopOnly>.column>:nth-child(n+2),#orderMainInfoMoreFields .dispTabletDesktopOnly>.column>:nth-child(n+2){margin-top:30px}}#orderMainInfoFields .smallHeaderWithLink,#orderMainInfoMoreFields .smallHeaderWithLink{display:flex;justify-content:space-between}#orderMainInfoFields select,#orderMainInfoFields input,#orderMainInfoMoreFields select,#orderMainInfoMoreFields input{border:1px solid #d6dbde;box-shadow:none;margin:10px 0 0}#orderMainInfoMoreFields{margin-top:30px}#orderMainInfoMoreFields .dispPhoneOnly{margin-top:30px}#orderMainInfoMoreToggle{width:100%;text-align:center;font-weight:500;margin-top:40px}#orderMainInfoMoreToggle .linkSpan{display:flex;justify-content:center}#orderMainInfoMoreToggle .linkSpan>p{font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;margin:0 0 0 8px}#orderMainInfoMoreToggle .linkSpan>p:hover,#orderMainInfoMoreToggle .linkSpan>p:focus{color:#c80000}.deliveryAddressExplanation{text-decoration:underline;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#606060}.deliveryAddressEditableFields>div{margin-bottom:30px}.deliveryAddressEditableFields .dispPhoneOnly{margin-top:30px}.deliveryAddress{display:flex;flex-direction:column}.deliveryAddress>.deliveryAddressLabel{width:148px;height:16px;font-weight:700;font-size:16px;line-height:1;color:#242424}.deliveryAddress>.deliveryAddressNonEdit{font-size:16px;line-height:1.3;color:#242424;margin-top:10px}.deliveryAddressSubtext{margin-top:10px}.accountSummary .property{display:flex;justify-content:space-between}.accountSummary .property .propertyName{font-size:14px;line-height:1.86;color:#606060}.accountSummary .property .propertyValue{font-size:14px;font-weight:bold;line-height:1.86;text-align:right;color:#242424}@media(max-width: 767px){.deliveryAddressSubtext{margin-top:30px}.delivery-address-subtext--half-col{float:left;width:50%}.delivery-address-subtext--half-col:only-child{width:100%}#checkout{padding:20px 10px}}#addProductToolbarWrapper{background:#f3f1ec;color:#242424;padding:10px 17px 15px;margin:10px}#addProductToolbarWrapper>.toolbar{display:flex;justify-content:center;margin-bottom:30px;flex-flow:row wrap}#addProductToolbarWrapper>.toolbar .column{display:flex;flex:1 1;justify-content:center;align-items:center;border-left:1px solid #c9beb0;border-right:1px solid #c9beb0;padding:10px;margin:5px 0}#addProductToolbarWrapper>.toolbar .column>*:not(:first-child){margin-left:10px;overflow:visible;align-self:flex-end}#addProductToolbarWrapper>.toolbar .column:first-child,#addProductToolbarWrapper>.toolbar .column:nth-child(4n){justify-content:flex-start;border:none;padding:10px 10px 10px 0}#addProductToolbarWrapper>.toolbar .column:nth-child(3n){flex-direction:column;align-items:flex-end;text-align:end;border:none;padding:10px 0px 10px 10px}#addProductToolbarWrapper>.toolbar .column:nth-child(3n)>*{margin-left:0px}#addProductToolbarWrapper>.toolbar .column.column__search{flex:3 1}#addProductToolbarWrapper>.toolbar .column.column__search>.addProductLongField{flex:4 1;margin-left:0px}#addProductToolbarWrapper>.toolbar .column.column__search>.searchBoxDropdownWrapper{position:absolute;max-width:500px;max-height:500px;align-self:baseline;-webkit-transform:translate(-195px, 15px);transform:translate(-195px, 15px)}@supports(display: grid){#addProductToolbarWrapper>.toolbar .column.column__search>.searchBoxDropdownWrapper{-webkit-transform:translate(-10px, 37px);transform:translate(-10px, 37px)}}#addProductToolbarWrapper>.toolbar .column.column__search.column__search--allow-unknown-products>.searchBoxDropdownWrapper{-webkit-transform:translate(-195px, 35px);transform:translate(-195px, 35px)}@supports(display: grid){#addProductToolbarWrapper>.toolbar .column.column__search.column__search--allow-unknown-products>.searchBoxDropdownWrapper{-webkit-transform:translate(-10px, 74px);transform:translate(-10px, 74px)}}#addProductToolbarWrapper>.toolbar .column.column__search.column__search--allow-unknown-products .custom-select::before{bottom:auto}#addProductToolbarWrapper>.toolbar .column.column__add-own-products{padding-right:20px}#addProductToolbarWrapper>.toolbar .column.column__add-own-products>.add-own-products__field-group{display:flex;flex-flow:row wrap;flex:5 1}@supports(display: grid){#addProductToolbarWrapper>.toolbar .column.column__add-own-products>.add-own-products__field-group{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:10px}}#addProductToolbarWrapper>.toolbar .column.column__add-own-products>.add-own-products__field-group>button{flex:1 1}#addProductToolbarWrapper>.toolbar .column.column__add-own-products>.add-own-products__field-group>.add-product__field,#addProductToolbarWrapper>.toolbar .column.column__add-own-products>.add-own-products__field-group>.add-product__field--short{width:110px;margin-right:10px;justify-content:flex-end;display:flex;flex-direction:column}#addProductToolbarWrapper>.toolbar .column.column__file-upload{flex-direction:column;align-items:baseline;min-width:60%}#addProductToolbarWrapper>.toolbar .column.column__file-upload>*{margin:10px 0;width:auto}#addProductToolbarWrapper>.toolbar .column.column__file-upload button{height:auto;padding:10px 0;margin:0}#addProductToolbarWrapper>.toolbar .column.column__file-upload .fileUploadResultCnt{position:relative}#addProductToolbarWrapper>.toolbar .column.column__file-upload .fileUploadResultScroll{overflow:auto;align-content:center;max-height:200px;overflow-y:auto;position:relative}#addProductToolbarWrapper>.toolbar .column.column__file-upload .fileUploadResultTitle{font-weight:bold;padding-bottom:5px}#addProductToolbarWrapper>.toolbar .column.column__file-upload .consoleStatusMessage div{min-height:10px}#addProductToolbarWrapper>.toolbar .column.column__file-upload .fileUploadResultScrollGradient{position:absolute;bottom:0;left:0;width:calc(100% - 20px);margin:0;padding:0;text-align:center}#addProductToolbarWrapper>.toolbar button{background:transparent;display:flex;margin:0px 10px 0px;text-transform:none;font-size:14px;font-weight:500;line-height:1.29;color:#c80000;padding:0}#addProductToolbarWrapper>.toolbar button#btnSearchInProducts{align-items:center}#addProductToolbarWrapper>.toolbar button#btnSearchInProducts .icon{transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease, -webkit-transform .25s ease;margin-left:10px}#addProductToolbarWrapper>.toolbar button#btnSearchInProducts:hover .icon,#addProductToolbarWrapper>.toolbar button#btnSearchInProducts:focus .icon{-webkit-transform:translateX(3px);transform:translateX(3px)}#addProductToolbarWrapper>.toolbar select,#addProductToolbarWrapper>.toolbar input{border:1px solid #d6dbde;color:#606060;box-shadow:none}#addProductToolbarWrapper>.toolbar input,#addProductToolbarWrapper>.toolbar select{width:100%}#addProductToolbarWrapper>.toolbar label{margin:10px 0;display:inline-block;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.add-product__field,.add-product__field--short{display:flex;flex-direction:column}.add-product__field--short{min-width:83px;overflow:hidden}#expanderBar{text-align:center}#expanderBar button.btnExpand{background:transparent;text-transform:capitalize;color:#242424}#expanderBar button.btnExpand .btnContent{display:flex;align-items:center}#expanderBar button.btnExpand .btnContent>span{display:flex}#expanderBar button.btnExpand .btnContent>p{font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;margin:0 0 0 8px}#expanderBar button.btnExpand .btnContent>p:hover,#expanderBar button.btnExpand .btnContent>p:focus{color:#c80000}#expanderBar .expandText{color:#242424}

/*# sourceMappingURL=sourcemaps/app.css.map*/