﻿@charset "UTF-8";.KS-Button{position:relative;display:inline-block;font-weight:bold;text-decoration:none;border-radius:50px;-moz-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.KS-Button:hover{cursor:pointer;}.KS-Button.KS-Button--Regular{font-size:.95rem;color:#682d0e;border:1px solid #682d0e;background-color:transparent;padding:.5rem 1.4rem;}.KS-Button.KS-Button--Regular:active,.KS-Button.KS-Button--Regular:hover,.KS-Button.KS-Button--Regular:focus{background-color:#682d0e;color:#fff;}@media screen and (max-width:640px){.KS-Button.KS-Button--Regular{padding:.65rem 1.2rem;font-size:.9rem;}}@media screen and (max-width:321px){.KS-Button.KS-Button--Regular{padding:.2rem .8rem;font-size:.85rem;}}.KS-Button.KS-Button--Secondary{font-size:.95rem;color:#fff;line-height:2rem;padding:.5rem 1.4rem;background-color:#6fb33f;}.KS-Button.KS-Button--Secondary:hover,.KS-Button.KS-Button--Secondary:focus,.KS-Button.KS-Button--Secondary:active{background-color:#619c37;}.KS-Button.KS-Button--CTA{font-size:.95rem;color:#fff;text-align:center;padding:.5rem 1.1rem;border-top:0;border-right:0;border-left:0;border-bottom:2px solid #bb040f;background:#e9446b;background:-moz-linear-gradient(top,#e9446b 0%,#e02954 73%,#e02954 73%,#e02954 74%,#e02954 100%);background:-webkit-linear-gradient(top,#e9446b 0%,#e02954 73%,#e02954 73%,#e02954 74%,#e02954 100%);background:linear-gradient(to bottom,#e9446b 0%,#e02954 73%,#e02954 73%,#e02954 74%,#e02954 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$KSAltPink",endColorstr="#e02954",GradientType=0);will-change:transform;}.KS-Button.KS-Button--CTA:hover,.KS-Button.KS-Button--CTA:focus{color:#fff;-moz-transform:translateZ(0) scale(1.05);-webkit-transform:translateZ(0) scale(1.05);transform:translateZ(0) scale(1.05);-webkit-box-shadow:7px 7px 9px -5px rgba(0,0,0,.32);-moz-box-shadow:7px 7px 9px -5px rgba(0,0,0,.32);box-shadow:7px 7px 9px -5px rgba(0,0,0,.32);}.KS-Button.KS-Button--CTA:active{transform:translateZ(0) translate(0,3px);-webkit-transform:translateZ(0) translate(0,3px);-moz-transform:translateZ(0) scale(1.05);-webkit-transform:translateZ(0) scale(1.05);transform:translateZ(0) scale(1.05);-webkit-box-shadow:7px 7px 9px -5px rgba(0,0,0,.32);-moz-box-shadow:7px 7px 9px -5px rgba(0,0,0,.32);box-shadow:7px 7px 9px -5px rgba(0,0,0,.32);}.KS-Button.KS-Button--CTA img{width:12px;height:auto;margin-left:7px;}.KS-Button.KS-Button--MyPages{color:#fff;border:1px solid #0b6297;background-color:#0b6297;padding:.5rem 1.4rem;}.KS-Button.KS-Button--MyPages:active,.KS-Button.KS-Button--MyPages:hover,.KS-Button.KS-Button--MyPages:focus{background-color:#0e4d73;}.KS-Button.KS-Button--MyPages>span span:not(.Firstname):not(.Lastname){margin:0 5px;}.KS-Button.KS-Button--MyPages .Lastname{margin-left:4px;}@media screen and (max-width:900px){.KS-Button.KS-Button--MyPages{overflow:hidden;width:100%;max-width:180px;}.KS-Button.KS-Button--MyPages>span:first-child{display:none;}.KS-Button.KS-Button--MyPages>span:last-child{display:block;width:100%;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.KS-Button.KS-Button--MyPages>span:last-child span:not(.Firstname):not(.Lastname){display:none;}}@media screen and (max-width:450px){.KS-Button.KS-Button--MyPages{max-width:120px;}}@media screen and (max-width:361px){.KS-Button.KS-Button--MyPages{max-width:95px;}}@media screen and (max-width:321px){.KS-Button.KS-Button--MyPages{max-width:80px;}}.KS-Button.KS-Button--Red{font-size:.95rem;color:#fff;line-height:2rem;padding:.5rem 1.4rem;background-color:#ed1c24;border:0;}.KS-Button.KS-Button--Red:hover,.KS-Button.KS-Button--Red:focus,.KS-Button.KS-Button--Red:active{background-color:#cb1c23;}.KS-Button.KS-Button--WithSaveSpinner>span{font-size:16px;margin-right:2px;}.KS-Button.KS-Button--WithSaveSpinner>span.icon-spin6::before{animation:spin 2s linear infinite;}.KS-Button[disabled]{background-color:#c9c9c9;color:#fff;border:1px solid #c9c9c9;}.KS-Button[disabled]:hover,.KS-Button[disabled]:focus,.KS-Button[disabled]:active{cursor:default;background-color:#c9c9c9;color:#fff;outline:0;}.KS-Button[type=submit]{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;}.KS-Button[type=submit] svg.fa-spinner-third{margin-right:7px;width:18px;height:18px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite;}.KS-Button[type=submit] svg.fa-spinner-third .fa-primary{fill:rgba(0,0,0,.07);}.KS-Button.KS-Button--Hidden{display:none!important;}.KS-Button .Saving>span:first-child{margin-right:5px;}@media screen and (max-width:321px){.KS-Button .Mobile-Hide{display:none;}}.KS-Button .Desktop{display:block;}@media screen and (max-width:640px){.KS-Button .Desktop{display:none;}}.KS-Button .Mobile{display:none;}@media screen and (max-width:640px){.KS-Button .Mobile{display:block;}}.Swish-Button{display:inline-block;background:#00adea;background:-moz-linear-gradient(top,#00adea 0%,#009bd4 100%);background:-webkit-linear-gradient(top,#00adea 0%,#009bd4 100%);background:linear-gradient(to bottom,#00adea 0%,#009bd4 100%);font-weight:bold;color:#fff;border:0;border-radius:15px;font-size:1.15rem;padding:14px 35px;}.Swish-Button:hover{cursor:pointer;background:#0094c6;background:-moz-linear-gradient(top,#0094c6 0%,#0086b3 100%);background:-webkit-linear-gradient(top,#0094c6 0%,#0086b3 100%);background:linear-gradient(to bottom,#0094c6 0%,#0086b3 100%);}.Swish-Button:focus,.Swish-Button:active{background:#0094c6;background:-moz-linear-gradient(top,#0094c6 0%,#0086b3 100%);background:-webkit-linear-gradient(top,#0094c6 0%,#0086b3 100%);background:linear-gradient(to bottom,#0094c6 0%,#0086b3 100%);}.KS-CreateCustomLabels{width:100%;}.KS-CreateCustomLabels .KS-CreateCustomLabels-GridRow{width:100%;display:grid;grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:2rem;}@media screen and (max-width:590px){.KS-CreateCustomLabels .KS-CreateCustomLabels-GridRow{grid-template-columns:1fr;}}.KS-CreateCustomLabels .KS-CreateCustomLabels-GridRow.KS-CreateCustomLabels-GridRow{margin:2rem 0 0 0;}.KS-CreateCustomLabels .KS-CreateCustomLabels-GridRow .KS-CreateCustomLabels-GridRow-Col{width:100%;}.KS-CreateCustomLabels .KS-CreateCustomLabels-GridRow .KS-CreateCustomLabels-GridRow-Col>img{display:block;width:100%;max-width:230px;height:auto;padding:0;margin:0 0 0 auto;}.KS-CreateCustomLabels .KS-CreateCustomLabels-GridRow.KS-CreateCustomLabels-GridRow--LabelView{grid-template-columns:320px 1fr;}@media screen and (max-width:590px){.KS-CreateCustomLabels .KS-CreateCustomLabels-GridRow.KS-CreateCustomLabels-GridRow--LabelView{grid-template-columns:320px;justify-content:center;}.KS-CreateCustomLabels .KS-CreateCustomLabels-GridRow.KS-CreateCustomLabels-GridRow--LabelView .KS-CreateCustomLabels-GridRow-Col:last-child{display:none;}}.KS-CreateCustomLabels .KS-CreateCustomLabels-Preview-Label--PreviewLink{margin-top:37px;}.KS-CreateCustomLabels .KS-CreateCustomLabels-Preview-Expansion{width:100%;max-width:233.3px;margin-bottom:40px;}@media screen and (max-width:590px){.KS-CreateCustomLabels .KS-CreateCustomLabels-Preview-Expansion{max-width:none;}}.KS-CreateCustomLabels .KS-CreateCustomLabels-Preview-Expansion button.KS-CreateCustomLabels-Preview-Expansion-Button{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;font-size:1rem;color:#121212;padding:8px 12px;margin:0 auto;background-color:transparent;border:0;}.KS-CreateCustomLabels .KS-CreateCustomLabels-Preview-Expansion button.KS-CreateCustomLabels-Preview-Expansion-Button:hover{cursor:pointer;text-decoration:underline;}.KS-CreateCustomLabels .KS-CreateCustomLabels-Preview-Expansion button.KS-CreateCustomLabels-Preview-Expansion-Button:focus,.KS-CreateCustomLabels .KS-CreateCustomLabels-Preview-Expansion button.KS-CreateCustomLabels-Preview-Expansion-Button:active{text-decoration:underline;}.KS-CreateCustomLabels .KS-CreateCustomLabels-Preview-Expansion button.KS-CreateCustomLabels-Preview-Expansion-Button .icon-angle-right::before{transition:all ease-in-out .2s;}.KS-CreateCustomLabels .KS-CreateCustomLabels-Preview-Expansion button.KS-CreateCustomLabels-Preview-Expansion-Button.KS-CreateCustomLabels-Preview-Expansion-Button--Expanded .icon-angle-right::before{transform:rotate(90deg);}.KS-CreateCustomLabels .ImageArchiveWrapper .LogoPreview-Wrapper .FormfieldWrapper{margin-bottom:0;}.KS-CreateCustomLabels .ImageArchiveWrapper .LogoPreview-Wrapper .FormfieldWrapper+.LogoPreview{margin-top:20px;}.KS-CreateCustomLabels .ImageArchiveWrapper .LogoPreview-Wrapper .FormfieldError--Text{font-size:13px;color:#f00;margin-top:2px;margin-bottom:0;}.KS-CreateCustomLabels .ImageArchiveWrapper .LogoPreview-Wrapper .LogoPreview figure{margin:0;}.KS-CreateCustomLabels .ImageArchiveWrapper .LogoPreview-Wrapper .LogoPreview figure img{display:block;max-width:100%;height:auto;max-height:300px;margin:0 auto;}@media screen and (max-width:480px){.KS-CreateCustomLabels .ImageArchiveWrapper .LogoPreview-Wrapper .LogoPreview figure img{max-width:30%;}}.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults{list-style:none;width:100%;display:grid;grid-template-columns:repeat(4,1fr);column-gap:1rem;row-gap:1rem;padding:0;margin:0;}.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults>li{width:100%;}.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults>li>a figure{width:100%;padding:0;margin:0;}.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults>li>a figure img{display:block;width:100%;height:auto;border:1px solid transparent;}.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults>li>a span{display:none;}.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults>li>a:hover,.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults>li>a:focus,.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults>li>a:active{cursor:pointer;}.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults>li>a:hover figure img,.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults>li>a:focus figure img,.KS-CreateCustomLabels .ImageArchiveWrapper .ImageResults>li>a:active figure img{border:1px solid #000;}.KS-CreateCustomLabels ul.KS-ColorPicker-OptionList{width:100%;list-style:none;display:grid;grid-template-columns:repeat(5,1fr);column-gap:8px;row-gap:8px;padding:8px;margin:0;}.KS-CreateCustomLabels ul.KS-ColorPicker-OptionList>li.KS-ColorPicker-Option{width:100%;}.KS-CreateCustomLabels ul.KS-ColorPicker-OptionList>li.KS-ColorPicker-Option button{width:100%;height:auto;min-height:35px;border:1px solid #000;}.KS-CreateCustomLabels ul.KS-ColorPicker-OptionList>li.KS-ColorPicker-Option button:hover{cursor:pointer;outline:1px solid #000;}.KS-CreateCustomLabels .KS-ColorPicker-Navigation-Button{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:auto;height:35px;background-color:transparent;border:0;text-align:center;margin:0;padding:0 0 0 10px;}.KS-CreateCustomLabels .KS-ColorPicker-Navigation-Button span{transition:all ease-in-out .15s;}.KS-CreateCustomLabels .KS-ColorPicker-Navigation-Button:hover,.KS-CreateCustomLabels .KS-ColorPicker-Navigation-Button:focus,.KS-CreateCustomLabels .KS-ColorPicker-Navigation-Button:active{cursor:pointer;text-decoration:underline;}.KS-CreateCustomLabels .KS-ColorPicker-Navigation-Button[data-active=true] span{transform:rotate(90deg);}.Boing--Animation{animation:Boing 350ms ease-in-out;}@keyframes Boing{15%,40%,75%,100%{transform-origin:center center;}15%{transform:scale(1.2,1.1);}40%{transform:scale(.95,.95);}75%{transform:scale(1.05,1);}100%{transform:scale(1,1);}}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg);}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}html{border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;}body{margin:0;padding:0 0 0 0;border:0;color:#121212;font-size:100%;font-family:myriad-pro,arial,sans-serif;font-style:normal;font-weight:400;-webkit-text-size-adjust:none;background:#fff url(/SiteModule/Templates2017/Images/Kakservice-Cloth-BG.png) repeat;background-size:90px;background-attachment:fixed;overflow-x:hidden;overflow-y:scroll;}@media print{body{background:#fff!important;}}body.Body--SearchModule-Active{overflow-y:hidden!important;}body.Body--SearchModule-Active .KS_SearchModule{right:0;}body.Body--NoScroll{overflow-y:hidden!important;}body #imbox-container #imbox-launcher-container1112{display:none!important;}a{text-decoration:none;color:#0b6297;}a:active,a:hover,a:focus{outline:0;color:#1a9dd4;}h1,h2,h3,h4,h5,h6,h7,h8{margin:0;padding:0;font-family:caecilia,Treubuchet,serif;font-weight:700;font-style:normal;}img{border:0;-ms-interpolation-mode:bicubic;image-rendering:-webkit-optimize-contrast;}h1,.Headline1{font-size:1.6em;line-height:1.25em;margin:.3em 0 .4em 0;color:#5f2623;text-align:left;}@media screen and (max-width:800px){h1,.Headline1{font-size:1.2em;line-height:1.3em;}h1>span,.Headline1>span{clear:both;display:block;}}@media screen and (max-width:520px){h1,.Headline1{font-size:1.1em;line-height:1.25em;}}@media screen and (max-width:281px){h1,.Headline1{font-size:1.25rem;}}h1:last-child,.Headline1:last-child{margin-bottom:0;}h2,.Headline2{font-size:1.4em;line-height:1.2em;margin:0 0 .5em 0;color:#5f2623;text-align:left;}@media screen and (max-width:640px){h2,.Headline2{font-size:1.2em;line-height:1.25em;}}@media screen and (max-width:281px){h2,.Headline2{font-size:1.1rem;}}h2 a,.Headline2 a{color:#5f2623;}h2:last-child,.Headline2:last-child{margin-bottom:0;}h2:first-child,.Headline2:first-child{margin-top:0;}h3,.Headline3{font-size:1em;line-height:1.4em;margin:0 0 .3em 0;color:#5f2623;text-align:left;}@media screen and (max-width:640px){h3,.Headline3{font-size:1em;line-height:1.35em;}}@media screen and (max-width:281px){h3,.Headline3{font-size:.85rem;line-height:1.15rem;}}h3:last-child,.Headline3:last-child{margin-bottom:0;}p,.Normal{line-height:1.5em;margin:0 0 .6em 0;font-size:1rem;text-align:left;}@media screen and (max-width:281px){p,.Normal{font-size:.75rem;line-height:1rem;}}p:last-child,.Normal:last-child{margin-bottom:0;}p.NormalSmaller,.Normal.NormalSmaller{font-size:13px;margin-bottom:20px;}p.Normal--MaxWidth430,.Normal.Normal--MaxWidth430{max-width:430px;}p+.Headline3,.Normal+.Headline3{margin-top:1em;}p .Fat,.Normal .Fat{font-weight:700;}p+.FormfieldWrapper,.Normal+.FormfieldWrapper{margin-top:1.6em;}@media screen and (max-width:281px){p+.FormfieldWrapper,.Normal+.FormfieldWrapper{margin-top:1rem;}}.NormalSmall{line-height:1.3em;margin:0 0 .6em 0;font-size:.9em;}input[type=checkbox]:disabled{opacity:1!important;}select{appearance:none;-moz-appearance:none;-webkit-appearance:none;border-radius:0;}@media screen and (max-width:640px){.More-Info{font-size:.85em;}}@media screen and (max-width:640px){.Mobile-Hide{display:none;}}@media screen and (min-width:640px){.Mobile-Show{display:none;}}@media screen and (max-width:640px){.Mobile-Show{display:inline;}}.Quote{line-height:1.5em;margin:0 2em .8em 2em;font-size:1.1em;font-style:italic;color:#121212;}p.Information,.Information{line-height:1.5em;margin:0 0 .8em 0;font-size:.95em;padding:.5em;background-color:#e4e4e4;}p.Information:last-child,.Information:last-child{margin-bottom:0;}p.Introduction,.Introduction{line-height:1.5em;margin:0 0 .8em 0;font-size:1.2em;font-weight:600;}p.Introduction:last-child,.Introduction:last-child{margin-bottom:0;}.Outline-MaxWidth{clear:both;width:100%;max-width:1024px;box-sizing:border-box;position:relative;flex:0 100%;margin-left:150px;}@media screen and (max-width:1200px){.Outline-MaxWidth{margin-left:0;}}.Outline-MaxWidth.Outline-MaxWidth--NoMargin{margin-left:0;}.MaxWidth{width:100%;max-width:1024px;margin:0 auto;}.Outline-AllWidth{width:100%;float:left;clear:both;}.Button-Wrapper{clear:both;}.Button-Wrapper.Button-Wrapper--Left{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;}.Button-Wrapper.Button-Wrapper--Center{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}.Button-Wrapper.Button-Wrapper--Right{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;align-items:center;}.ButtonLink{border:0;background-color:transparent;color:#0b6297;font-family:myriad-pro,arial,sans-serif;font-size:.9rem;}.ButtonLink:active,.ButtonLink:hover,.ButtonLink:focus{cursor:pointer;}.ButtonLink:active span,.ButtonLink:hover span,.ButtonLink:focus span{border-bottom:solid 1px #0b6297;}#orderPage .Outline-MaxWidth{margin-left:0;}#orderPage .ContentOutline.Outline-MaxWidth{margin-left:0;}.FormfieldWrapper--PayToKS{margin-top:25px;margin-bottom:25px;}.FormfieldWrapper--PayToKS+.OrderPage-PayToKSSettings{margin-top:-12px;}div.OrderPage-PayToKSSettings{width:100%;border:1px solid #000;padding-top:10px;padding-bottom:10px;padding-left:10px!important;padding-right:10px!important;}div.OrderPage-PayToKSSettings>.Normal.icon.icon-info-circled::before{margin-left:0;margin-right:8px;font-size:1.1rem;}div.OrderPage-PayToKSSettings .FormfieldWrapper:first-child{margin-bottom:12px;}div.OrderPage-PayToKSSettings .OrderPage-PayToKSSettings-InputSplit{width:100%;}div.OrderPage-PayToKSSettings .OrderPage-PayToKSSettings-InputSplit .FormfieldWrapper--HideLabel .LabelWrapper{position:fixed;top:-10000000000px!important;opacity:0;}.ContentOutline{background-color:#fff;padding:0 0 40px 0;-webkit-box-shadow:3px 3px 8px 0 rgba(0,0,0,.17);-moz-box-shadow:3px 3px 8px 0 rgba(0,0,0,.17);box-shadow:3px 3px 8px 0 rgba(0,0,0,.17);position:relative;z-index:1;border-top-left-radius:5px;border-top-right-radius:5px;clear:both;display:flex;flex-flow:column;flex:1 1 auto;}@media screen and (max-width:1200px){.ContentOutline{padding-bottom:8.5em;}}@media screen and (max-width:520px){.ContentOutline{border-radius:0;}}@media print{.ContentOutline{box-shadow:none!important;}}.ContentOutline.ContentOutline--NoMinHeight{min-height:0;}.ContentOutline.ContentOutline--Centered{margin:0 auto;}.ContentOutlineNarrow{max-width:480px;width:100%;margin:0 auto 0 auto;padding:0 0 40px 0;}@media screen and (max-width:640px){.ContentOutlineNarrow{padding:20px 20px 40px 20px;}}.ContentOutlineNarrow:last-child{margin:0 auto;}.ContentOutlineWide{width:100%;height:auto;padding:40px;margin:0 auto 0 auto;padding:40px;}@media screen and (max-width:640px){.ContentOutlineWide{padding:40px 20px;}}.ContentOutlineWide:last-child{margin:0 auto;}.Loader{display:flex!important;}.Loader .PopupInner{width:90%;height:auto;max-width:400px!important;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:20px;border-radius:5px!important;}.Loader .PopupInner .Loader{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}.Loader .PopupInner .Loader img{width:200px;height:auto;margin-bottom:15px;}.Loader .PopupInner .Loader .Normal{text-align:center;font-size:.8em;width:100%;max-width:80%;color:#121212;}.Loader .PopupInner .Loader .icon-spin5{font-size:2.2em;color:#121212;}.Top{top:0;left:0;width:100%;display:flex;justify-content:center;flex-wrap:nowrap;}.Top>.Outline-MaxWidth{padding:0;}@media screen and (max-width:640px){.Top>.Outline-MaxWidth{padding-top:0;}}.Top>.Outline-MaxWidth.ContentOutline--Centered{margin:0 auto;}.Top .Outline-MaxWidth::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}.Top .Top-Caption{margin:0 0 0 0;font-size:.9em;width:100%;width:140px;line-height:.8em;}@media screen and (max-width:1200px){.Top .Top-Caption{margin:0 0 .4em 8px;}}.Top .Top-Caption .Logotype{margin-top:10px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.Top .Top-Caption .Logotype img{width:100%;display:block;float:left;}.Top .Top-Caption .MyPagesText{color:#121212;margin:0 0 10px .1em;display:block;font-weight:bold;font-family:myriad-pro,arial,sans-serif;font-size:.8em;text-transform:uppercase;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media screen and (max-width:640px){.Top .Top-Caption .MyPagesText{font-size:.8em;}}@media screen and (max-width:281px){.Top .Top-Caption .MyPagesText{font-size:.6rem;margin-top:-3px;}}.Top .Top-LoggedIn{margin:9px 0 0 0;position:absolute;right:0;top:0;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;align-items:center;width:calc(100% - 160px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media screen and (max-width:1024px){.Top .Top-LoggedIn{right:6px;}}@media print{.Top .Top-LoggedIn{display:none;}}.Top .Top-LoggedIn .My-Profile{line-height:1.9em;display:flex;flex-direction:row;justify-content:flex-end;width:100%;overflow:hidden;color:#121212;}.Top .Top-LoggedIn .My-Profile:focus,.Top .Top-LoggedIn .My-Profile:active{outline:0;}.Top .Top-LoggedIn .My-Profile:focus .User-Name,.Top .Top-LoggedIn .My-Profile:active .User-Name{color:#000;text-decoration:underline;}@media screen and (max-width:281px){.Top .Top-LoggedIn .My-Profile{font-size:.8rem;}}.Top .Top-LoggedIn .My-Profile .User-Name{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%;}.Top .Top-LoggedIn .My-Profile .User-Name span:first-child{flex:0 0 calc(100% - 23px);width:calc(100% - 23px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right;}.Top .Top-LoggedIn .My-Profile .User-Name span:first-child span.User-LastName{margin-left:5px;}@media screen and (max-width:480px){.Top .Top-LoggedIn .My-Profile .User-Name span:first-child span.User-LastName{display:none;}}.Top .Top-LoggedIn .My-Profile .icon-cog{flex:0 0 22px;width:22px;}@media screen and (max-width:480px){.Top .Top-LoggedIn .My-Profile .icon-cog{float:right;}}.Top .Top-LoggedIn .My-Profile .icon-down-open{display:none;}.Top .Top-LoggedIn .Notifications{position:relative;margin:0 0 0 4px;padding:0 10px;}@media screen and (max-width:281px){.Top .Top-LoggedIn .Notifications{margin:0;padding:0 5px;}}.Top .Top-LoggedIn .Notifications .icon-mail-alt{color:#121212;font-size:1em;}@media screen and (max-width:281px){.Top .Top-LoggedIn .Notifications .icon-mail-alt{display:block;font-size:.8rem;margin-top:-2px;}}.Top .Top-LoggedIn .Notifications .icon-mail-alt::before{margin:0;}.Top .Top-LoggedIn .Notifications .NotificationNumber{position:absolute;top:-1px;right:7px;background-color:#9f231e;border-radius:50%;font-size:.55em;width:13px;height:13px;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;font-weight:700;padding:0;margin:0;}.Top .Top-LoggedIn .Notifications.Notifications--AllRead .NotificationNumber{background-color:#ccc;border:solid 1px #121212;color:#121212;}.Top .Top-LoggedIn .Notifications:focus,.Top .Top-LoggedIn .Notifications:active{outline:0;}.Top .Top-LoggedIn .Notifications:focus .icon-mail-alt,.Top .Top-LoggedIn .Notifications:active .icon-mail-alt{color:#000;}.Top .Top-LoggedIn .Tips-Link{display:none;margin-right:10px;}.Top .Top-LoggedIn .Tips-Link.Tips-Link--Show{display:flex;flex-direction:row;color:#121212;}.Top .Top-LoggedIn .Tips-Link.Tips-Link--Show:hover{color:#000;}@media screen and (min-width:359px){.Top .Top-LoggedIn .Tips-Link.Tips-Link--Show span:first-child{display:block;}.Top .Top-LoggedIn .Tips-Link.Tips-Link--Show span:last-child{display:block;}}@media screen and (max-width:359px){.Top .Top-LoggedIn .Tips-Link.Tips-Link--Show span:first-child{display:none;}.Top .Top-LoggedIn .Tips-Link.Tips-Link--Show span:last-child{display:block;}}.Top .Top-LoggedIn .MessagesLink{float:right;margin-right:1em;position:relative;font-size:.9em;margin-top:2px;}.Top .Top-LoggedIn .MessagesLink .MessagesCount{position:absolute;left:8px;top:-3px;background-color:#d32f2f;display:inline-block;text-align:center;width:16px;height:16px;line-height:14px;font-size:.75em;margin-left:.3em;border-radius:50%;color:#fff;}.Top .Top-LoggedIn .Help{flex:0 0 auto;color:#121212;display:flex;flex-direction:row;margin:0 0 0 8px;}.Top .Top-LoggedIn .Help:hover{color:#000;}.Top .Top-LoggedIn .Help:focus,.Top .Top-LoggedIn .Help:active{outline:0;}.Top .Top-LoggedIn .Help:focus span:not(.icon-help-circled),.Top .Top-LoggedIn .Help:active span:not(.icon-help-circled){color:#000;text-decoration:underline;}.Top .Top-LoggedIn .Help:focus .icon-help-circled,.Top .Top-LoggedIn .Help:active .icon-help-circled{color:#000;}@media screen and (min-width:359px){.Top .Top-LoggedIn .Help span:first-child{display:block;}}@media screen and (max-width:359px){.Top .Top-LoggedIn .Help span:first-child{display:none;}}@media screen and (max-width:480px){.Top .Top-LoggedIn .Help .icon-help-circled{float:right;}}.Top .Top-LoggedIn .Help svg{width:15px;height:auto;margin:0 0 0 3px;}.Top .Top-LoggedIn .Initials{width:30px;height:30px;float:left;background-color:#0b6297;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;display:block;text-align:center;color:#fff;margin-right:.4em;}@media screen and (max-width:480px){.Top .Top-LoggedIn .Initials{margin-right:.2em;}}.Top .Top-LoggedIn .Profile-Toolbox{display:none;padding:1em;border-radius:5px;position:absolute;background-color:#f7f7f7;right:0;top:2em;width:320px;line-height:1.4em;overflow:hidden;-webkit-box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);-moz-box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);}.Top .Top-LoggedIn .Profile-Toolbox .Close{float:right;margin-top:-.8em;margin-right:-.8em;}@media screen and (max-width:480px){.Top .Top-LoggedIn .Profile-Toolbox{right:-1em;}}.Top .Top-LoggedIn .Profile-Toolbox .Profile-Edit-Form{padding:1em;width:100%;overflow:hidden;background-color:#fff;}.Top .Top-LoggedIn .Profile-Toolbox .Profile-Edit-Form .Headline2{font-size:1em;margin:0;}.Top .Top-LoggedIn .Profile-Toolbox .Profile-Edit-Form label{font-size:.9em;width:100%;}.Top .Top-LoggedIn .Profile-Toolbox .Profile-Edit-Form .dxFormTextfield{font-size:.9em;width:100%;}.Top .Top-LoggedIn .Profile-Toolbox .Login-Send{clear:both;font-size:.9em;}.Top .Top-LoggedIn .Profile-Toolbox .Login-Link{font-size:.9em;margin-top:.4em;clear:both;}.Top .Top-LoggedIn .Profile-Toolbox .Logout-Button{margin-top:1.2em;}@media screen and (max-width:520px){.Top .Top-LoggedIn .Profile-Toolbox{top:2em;}}.Top .Top-LoggedIn-Clicked .Profile-Toolbox{display:block;}.Top .Top-Right{position:absolute;right:10px;top:0;text-align:right;}@media screen and (max-width:640px){.Top .Top-Right a{display:block;font-size:.7em;}}.Top .Group-Name{font-weight:600;float:left;margin:0 0 0 1em;clear:left;margin-left:0;line-height:1em;}@media screen and (max-width:800px){.Top .Group-Name{font-size:.8em;}}@media screen and (max-width:480px){.Top .Group-Name{margin:0;}}.Top .Group-Goal{font-weight:600;float:left;margin:0 0 0 2em;line-height:1em;}@media screen and (max-width:800px){.Top .Group-Goal{font-size:.8em;}}@media screen and (max-width:480px){.Top .Group-Goal{clear:left;margin:0;}}.NotificationsWrapper{display:none;position:relative;background-color:#fff;width:100%;margin-bottom:26px;padding:7px;border-radius:4px;-webkit-box-shadow:1px 1px 8px -1px rgba(0,0,0,.2);-moz-box-shadow:1px 1px 8px -1px rgba(0,0,0,.2);box-shadow:1px 1px 8px -1px rgba(0,0,0,.2);}@media screen and (max-width:1024px){.NotificationsWrapper{right:0;left:0;width:auto;margin:0 10px 1.4em 10px;}}.NotificationsWrapper .ReadMore{display:flex;justify-content:center;width:100%;flex-flow:column;text-align:center;}.NotificationsWrapper .ReadMore .ExtraInfo{width:100%;padding:10px;}.NotificationsWrapper .ReadMore .ExtraInfo>p.Normal{width:100%;text-align:center;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;}.NotificationsWrapper .ReadMore .ExtraInfo>p.Normal>a{padding:0;margin:0 0 0 3px;font-size:inherit;}.NotificationsWrapper .ReadMore a{font-size:.85rem;padding:.6em 0 .4em .4em;}.NotificationsWrapper .ReadMore .ShowHasReadText{display:block;}.NotificationsWrapper .ReadMore .ShowHasNotReadText{display:none;}.NotificationsWrapper.Notifications--ShowHasRead .ReadMore .ShowHasReadText{display:none;}.NotificationsWrapper.Notifications--ShowHasRead .ReadMore .ShowHasNotReadText{display:block;}.NotificationsWrapper.Notifications--ShowHasRead .NotificationsList .NotificationItem.NotificationItem--HasRead{display:block;}.NotificationsWrapper.NotificationWrapper--Open{display:block;}.NotificationsWrapper:after{bottom:100%;right:6px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(230,230,230,0);border-bottom-color:#fff;border-width:12px;margin-left:-15px;}@media screen and (max-width:1024px){.NotificationsWrapper:after{bottom:99%;right:0;}}@media screen and (max-width:640px){.NotificationsWrapper:after{right:2px;}}.NotificationsWrapper .NotificationsList{list-style:none;margin:0;padding:0;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;flex-wrap:wrap;}@media screen and (max-width:321px){.NotificationsWrapper .NotificationsList{max-height:390px;}}.NotificationsWrapper .NotificationsList .NotificationItem{width:100%;margin-bottom:7px;border:solid 1px #f6f6f6;border-radius:4px;}.NotificationsWrapper .NotificationsList .NotificationItem:last-child{margin-bottom:0;}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--HasRead{display:none;}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--HasRead>a .NotificationIcon,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--HasRead>div .NotificationIcon{display:none;}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open{display:block;}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a h3,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .Headline3,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div h3,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .Headline3{margin-bottom:10px;padding:15px 15px 7px 30px;}@media screen and (max-width:480px){.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a h3,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .Headline3,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div h3,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .Headline3{margin-bottom:0;white-space:pre-wrap;}}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .NotificationContent,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .NotificationContent{display:block!important;padding:0 15px 15px 30px;}@media screen and (max-width:480px){.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .NotificationContent,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .NotificationContent{font-size:.95em;line-height:1.3em;}}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .NotificationContent .NotificationsImage,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .NotificationContent .NotificationsImage{width:100%;height:140px;}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .NotificationContent .NotificationsImage img,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .NotificationContent .NotificationsImage img{position:absolute;top:50px;left:50%;transform:translateX(-50%);display:block;width:140px;height:auto;padding:0;margin:0;}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .NotificationContent .NotificationsImage.NotificationsImage--WithTrophy img,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .NotificationContent .NotificationsImage.NotificationsImage--WithTrophy img{width:140px;top:50px;}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .NotificationContent .NotificationsImage.NotificationsImage--WithTrophy span,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .NotificationContent .NotificationsImage.NotificationsImage--WithTrophy span{position:absolute;left:50%;transform:translateX(-50%);bottom:12px;font-size:13px;}@media screen and (max-width:750px){.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .NotificationContent .NotificationsImage,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .NotificationContent .NotificationsImage{height:70px;}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .NotificationContent .NotificationsImage img,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .NotificationContent .NotificationsImage img{width:65px;}.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>a .NotificationContent .NotificationsImage.NotificationsImage--WithTrophy img,.NotificationsWrapper .NotificationsList .NotificationItem.NotificationItem--Open>div .NotificationContent .NotificationsImage.NotificationsImage--WithTrophy img{width:65px;}}.NotificationsWrapper .NotificationsList .NotificationItem>a,.NotificationsWrapper .NotificationsList .NotificationItem>div{background-color:#fff;display:block;border-radius:4px;position:relative;}.NotificationsWrapper .NotificationsList .NotificationItem>a .NotificationIcon,.NotificationsWrapper .NotificationsList .NotificationItem>div .NotificationIcon{position:absolute;left:10px;top:18px;font-size:.6em;margin-right:5px;color:#9f231e;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Headline3,.NotificationsWrapper .NotificationsList .NotificationItem>div .Headline3{position:relative;width:100%;display:flex;align-items:center;margin-bottom:0;padding:15px 15px 11px 30px;color:#5f2623;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Headline3:hover,.NotificationsWrapper .NotificationsList .NotificationItem>div .Headline3:hover{cursor:pointer;color:#1a9dd4;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Headline3:focus,.NotificationsWrapper .NotificationsList .NotificationItem>div .Headline3:focus{outline:0;color:#1a9dd4;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Headline3 .icon-angle-right,.NotificationsWrapper .NotificationsList .NotificationItem>div .Headline3 .icon-angle-right{margin-left:auto;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Headline3 .icon-angle-right::before,.NotificationsWrapper .NotificationsList .NotificationItem>div .Headline3 .icon-angle-right::before{transition:transform .2s;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Headline3 .IconRotated,.NotificationsWrapper .NotificationsList .NotificationItem>div .Headline3 .IconRotated{transition:transform .2s;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Headline3 .IconRotated::before,.NotificationsWrapper .NotificationsList .NotificationItem>div .Headline3 .IconRotated::before{transition:transform .2s;transform:rotate(90deg);}.NotificationsWrapper .NotificationsList .NotificationItem>a .NotificationContent,.NotificationsWrapper .NotificationsList .NotificationItem>div .NotificationContent{display:none;}.NotificationsWrapper .NotificationsList .NotificationItem>a .NotificationContent .NotificationDate,.NotificationsWrapper .NotificationsList .NotificationItem>div .NotificationContent .NotificationDate{display:block;width:100%;font-size:.65em;color:#828282;text-align:right;}.NotificationsWrapper .NotificationsList .NotificationItem>a .NotificationContent .Normal,.NotificationsWrapper .NotificationsList .NotificationItem>div .NotificationContent .Normal{color:#121212;line-height:1.4em;margin:0 0 .8em 0;}.NotificationsWrapper .NotificationsList .NotificationItem>a .NotificationContent .Normal:last-child,.NotificationsWrapper .NotificationsList .NotificationItem>div .NotificationContent .Normal:last-child{margin-bottom:0;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Notification--Split,.NotificationsWrapper .NotificationsList .NotificationItem>div .Notification--Split{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:stretch;align-items:stretch;flex-wrap:wrap;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Notification--Split .Notification--Info,.NotificationsWrapper .NotificationsList .NotificationItem>div .Notification--Split .Notification--Info{flex:0 1 calc(100% - 300px);width:calc(100% - 300px);padding-right:10px;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Notification--Split .Notification--Image,.NotificationsWrapper .NotificationsList .NotificationItem>div .Notification--Split .Notification--Image{flex:0 0 300px;width:300px;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Notification--Split .Notification--Image figure,.NotificationsWrapper .NotificationsList .NotificationItem>div .Notification--Split .Notification--Image figure{width:100%;margin:0;padding:0;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Notification--Split .Notification--Image figure img,.NotificationsWrapper .NotificationsList .NotificationItem>div .Notification--Split .Notification--Image figure img{display:block;width:100%;max-width:250px;margin:0 auto;}@media screen and (max-width:640px){.NotificationsWrapper .NotificationsList .NotificationItem>a .Notification--Split .Notification--Info,.NotificationsWrapper .NotificationsList .NotificationItem>div .Notification--Split .Notification--Info{order:2;flex:0 1 100%;width:100%!important;padding-right:0;}.NotificationsWrapper .NotificationsList .NotificationItem>a .Notification--Split .Notification--Image,.NotificationsWrapper .NotificationsList .NotificationItem>div .Notification--Split .Notification--Image{order:1;flex:0 1 100%;width:100%;margin-top:15px;margin-bottom:20px;}}.NotificationsWrapper .NotificationsList .NotificationItem .ShopOrder{border:solid 1px #121212;color:#121212;background-color:#fff;font-size:.5em;padding:.15em .3em .15em .3em;margin-bottom:.6em;margin-left:10px;border-radius:6px;font-family:myriad-pro,arial,sans-serif;text-transform:initial;font-weight:normal;flex:0 0 auto;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.NotificationsWrapper .NotificationsList .NotificationItem .ShopOrder .icon-mail{display:flex;flex-direction:row;justify-content:center;align-items:center;}.NotificationsWrapper .NotificationsList .NotificationItem .Message-Container{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;padding:7px;border:1px solid #e1ecf6;border-radius:5px;background-color:#eff8ff;}.NotificationsWrapper .NotificationsList .NotificationItem .Message-Container .icon-mail{margin:1px 5px 0 0;}.WelcomeButton{float:right;color:#121212;margin-top:-1.7em;font-size:.9em;}@media screen and (max-width:800px){.WelcomeButton{margin-right:5px;}}.WelcomeButton .icon-info::before{display:inline-block;width:17px;height:17px;font-size:.85em;line-height:16px;border-radius:50%;border:solid 1px #121212;text-align:center;margin-right:.4em;color:#121212;}.Body{padding-bottom:2em;margin-left:10px;margin-right:10px;text-align:center;}@media screen and (max-width:640px){.Body{padding-bottom:6em;}}.Content-Main{width:60%;float:left;}@media screen and (max-width:800px){.Content-Main{width:100%;}}.Content-Left{width:60%;float:left;clear:both;}@media screen and (max-width:800px){.Content-Left{width:100%;float:left;}}.Content-Right{width:35%;float:right;clear:right;}@media screen and (max-width:800px){.Content-Right{width:100%;float:left;}}.Bottom{clear:both;height:100px;}.Mask{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;background-color:rgba(0,0,0,.6);display:none;}@media screen and (max-width:520px){.Mask{display:none!important;}}.MyPages-ShopView{display:none;}.icon-spin5::before{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin:0;padding:0;line-height:0;-webkit-animation-name:spin;-webkit-animation-duration:1800ms;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spin;-moz-animation-duration:1800ms;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spin;-ms-animation-duration:1800ms;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:spin;animation-duration:1800ms;animation-iteration-count:infinite;animation-timing-function:linear;}.Popup{width:100%;height:100%;display:none;position:fixed;top:0;left:0;z-index:100;background:rgba(0,0,0,.4);}.Popup .Inner{padding:1em;border-radius:5px;position:relative;background-color:#f7f7f7;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:450px;line-height:1.4em;overflow:hidden;-webkit-box-shadow:2px 2px 7px 0 rgba(0,0,0,.25);-moz-box-shadow:2px 2px 7px 0 rgba(0,0,0,.25);box-shadow:2px 2px 7px 0 rgba(0,0,0,.25);z-index:99999;}@media screen and (max-width:640px){.Popup .Inner{width:95%;}}.Popup .Profile-Toolbox-New{padding:1em;border-radius:5px;position:absolute;background-color:#f7f7f7;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:450px;line-height:1.4em;overflow:hidden;-webkit-box-shadow:2px 2px 7px 0 rgba(0,0,0,.25);-moz-box-shadow:2px 2px 7px 0 rgba(0,0,0,.25);box-shadow:2px 2px 7px 0 rgba(0,0,0,.25);z-index:100;}@media screen and (max-width:640px){.Popup .Profile-Toolbox-New{width:95%;}}.Popup .Profile-Toolbox-New .Close{float:right;margin-top:-.8em;margin-right:-.8em;color:#121212;}.Popup .Profile-Toolbox-New .Close:hover{color:#1a9dd4;}@media screen and (max-width:480px){.Popup .Profile-Toolbox-New{right:-1em;}}.Popup .Profile-Toolbox-New .Profile-Edit-Form{padding:1em;width:100%;overflow:hidden;background-color:#fff;}.Popup .Profile-Toolbox-New .Profile-Edit-Form .Headline2{font-size:1em;margin:0;}@media screen and (max-width:640px){.Popup .Profile-Toolbox-New .Profile-Edit-Form .Headline2{margin-bottom:10px;}}.Popup .Profile-Toolbox-New .Profile-Edit-Form label{font-size:.9em;width:30%;}@media screen and (max-width:640px){.Popup .Profile-Toolbox-New .Profile-Edit-Form label{width:100%;}}.Popup .Profile-Toolbox-New .Profile-Edit-Form .dxFormTextfield{font-size:.9em;width:70%;}.Popup .Profile-Toolbox-New .Login-Send{clear:both;font-size:.9em;}.Popup .Profile-Toolbox-New .Login-Link{font-size:.9em;margin-top:.4em;clear:both;}.Popup .Profile-Toolbox-New .Logout-Button{margin-top:1.2em;}.Popup-Tips{width:100%;height:100%;display:none;position:fixed;top:0;left:0;z-index:9999;background:rgba(0,0,0,.45);}.Popup-Tips .Inner{padding:1.2em;border-radius:5px;position:relative;background-color:#f7f7f7;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:450px;line-height:1.4em;overflow:hidden;-webkit-box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);-moz-box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);z-index:99999;}@media screen and (max-width:640px){.Popup-Tips .Inner{width:95%;}}.Popup-Tips .Inner .Contact-Person-Wrapper{margin-top:25px;background-color:#f7f2e2;padding:10px;border-radius:3px;}.Popup-Tips .Inner .Contact-Person-Wrapper>p.Normal>a::before{margin-right:5px;}.Popup-Tips .Inner.Settings{max-width:550px;}.Popup-Tips .Inner.Settings .Close{top:2px;right:2px;color:#121212;}.Popup-Tips .Inner.Settings .Close:hover{color:#1a9dd4;}.Popup-Tips .Inner.Settings .DescriptionText{padding-top:0;}.Popup-Tips .Inner.Settings .FormFieldRow{margin-bottom:0!important;}.Popup-Tips .Inner.Settings .FormFieldRow .LabelWrapper label{font-size:.85em;font-weight:lighter;color:#121212;letter-spacing:0;margin-right:10px;}.Popup-Tips .Inner #TextArea-Feedback{float:right;font-size:.8em;color:#808080;}.Popup-Tips .Inner #TextArea-Feedback.Red{color:#d32f2f;}.Popup-Tips .Inner #TextArea-Feedback.Gray{color:#808080;}.Popup-Tips .Inner .Textarea{padding:.4em .8em .4em .8em;line-height:1.2em;font-size:1em;margin-right:0;width:100%!important;border-radius:2px;border:.5px solid #d9d3dd;resize:none;-webkit-box-shadow:inset 1px 3px 3px -1px rgba(117,97,32,.23);-moz-box-shadow:inset 1px 3px 3px -1px rgba(117,97,32,.23);box-shadow:inset 1px 1px 3px -1px rgba(117,97,32,.23);}.Popup-Tips .Inner .FormFieldRow{margin-bottom:14px;padding-left:13px;padding-right:13px;padding-top:18px;padding-bottom:18px;border-radius:3px;}.Popup-Tips .Inner .FormFieldRow .LabelWrapper label{letter-spacing:.2px;font-weight:bold;font-size:.9em;color:#6e6e6e;float:left;width:auto;}.Popup-Tips .Inner .FormFieldRow .LabelWrapper span{margin-left:0;margin-right:10px;float:right;}.Popup-Tips .Inner .Close{position:absolute;top:10px;right:10px;color:#121212;}.Popup-Tips .Inner .Close:hover{color:#1a9dd4;}.Popup-Tips .Inner .Normal{font-size:1em;}.FormfieldMessage{margin-top:-1em;margin-bottom:1em;font-size:.9em;}.FormfieldMessage a:focus,.FormfieldMessage a:active{outline:0;color:#1a9dd4;}.FormfieldMessage+.FormHeadline{margin-top:22px;}.FormfieldMessage_BelowButton{margin:-1em auto 0 auto;font-size:14px;text-align:center;width:80%;}.Preview-Shop{margin-top:20px;}.Preview-Settings{display:flex;width:100%;height:auto;padding:10px;flex-direction:row;justify-content:flex-start;border:1px solid #f6f6f6;background-color:#fff;border-radius:3px;}@media screen and (max-height:665px){.Preview-Settings{display:none;}}.Preview-Settings .SellerImage{width:50px;height:50px;flex:0 0 50px;border-radius:50%;margin-right:10px;background-color:#f6f6f6;overflow:hidden;}.Preview-Settings .SellerImage .Icon{font-size:3em;line-height:50px;}.Preview-Settings .SellerImage img{width:100%;}.Preview-Settings .TextBox{flex:1 1 auto;margin-left:1em;}.Preview-Settings .TextBox .SellerName{font-weight:bold;margin:0;padding:0;line-height:1.3em;font-size:.9em;letter-spacing:.2px;}.Preview-Settings .TextBox .Date{font-size:.75em;margin:0;padding:0;line-height:1.3em;color:#6e6e6e;font-size:.68em;}.Preview-Settings .TextBox .Text{font-size:.9em;margin:.1em 0;line-height:1.3em;padding:0;}.ShopInfoEditForm{background-color:#fff;border-radius:4px;}.ShopInfoEditForm .Close{float:right;}.ShopInfoEditForm .upload-btn-wrapper{position:relative;overflow:hidden;display:inline-block;}.ShopInfoEditForm .btn{padding:5px 20px;font-size:11px;font-weight:bold;background-color:#0b6297;color:#fff;cursor:pointer;text-decoration:none;border:0;border-radius:18px;}.ShopInfoEditForm .upload-btn-wrapper input[type=file]{font-size:100px;position:absolute;left:0;top:0;opacity:0;}.ShopInfoEditForm .upload-btn-wrapper input[type=file]:hover{cursor:pointer;}.ShopInfoEditForm .Headline4{margin-bottom:5px;}@media screen and (max-width:640px){.ShopInfoEditForm .Headline4{font-size:.85em;}}@media screen and (max-height:665px){.ShopInfoEditForm .Headline4{display:none;}}.ShopInfoEditForm .Headline3{margin-bottom:0;}@media screen and (max-width:640px){.ShopInfoEditForm .Headline3{font-size:.9em;}}.ShopInfoEditForm .Share-Wrapper{text-align:center;width:100%;max-width:600px;}.ShopInfoEditForm .Share-Wrapper .Shop-Link{margin-bottom:10px;font-size:.9em;}.ShopInfoEditForm .Share-Wrapper .Copy-Field{justify-content:center;}.ShopInfoEditForm .Share-Wrapper .Copy-Field a{margin-bottom:0;background-color:transparent;}.ShopInfoEditForm .Share-Wrapper .Buttons{display:flex;flex-direction:row;justify-content:center;margin-top:10px;}.ShopInfoEditForm .Share-Wrapper .Buttons .FB-Share-Wrapper,.ShopInfoEditForm .Share-Wrapper .Buttons .Messenger-Share-Wrapper{padding:3px 15px;background-color:rgba(255,255,255,.7);border-radius:18px;margin-right:10px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-size:.7em;-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.09);-moz-box-shadow:1px 1px 5px 0 rgba(0,0,0,.09);box-shadow:1px 1px 5px 0 rgba(0,0,0,.09);}.ShopInfoEditForm .Share-Wrapper .Buttons .FB-Share-Wrapper img,.ShopInfoEditForm .Share-Wrapper .Buttons .Messenger-Share-Wrapper img{width:12px;height:auto;margin-right:5px;}.ShopInfoEditForm .Share-Wrapper .Buttons .FB-Share-Wrapper:hover,.ShopInfoEditForm .Share-Wrapper .Buttons .Messenger-Share-Wrapper:hover{transition:.15s;background-color:#fff;}@media screen and (max-width:640px){.ShopInfoEditForm .Share-Wrapper .Buttons .Messenger-Share-Wrapper{margin-top:0;}}.SecretButton{position:fixed;top:0;right:0;}.Window-KP{width:100%;transition:left 2s;-webkit-transition:left 2s;}@media screen and (max-width:640px){.Window-KP{-webkit-transition:left 1s;}}.Window-KP>div{transition:left .5s;width:100%;position:relative;left:0;display:flex;justify-content:center;flex-flow:column;}@media screen and (max-width:640px){.Window-KP>div{transition:left .3s;}}.Window-KP>div .Page{display:none;position:absolute;width:100%;left:100%;top:0;transition:left .5s;z-index:2;min-height:94vh;flex-flow:row;justify-content:center;align-content:stretch;}@media screen and (max-width:480px){.Window-KP>div .Page{padding-bottom:6em;}}.Window-KP>div .KP-Wrapper{width:100%;top:0;transition:left .5s;min-height:94vh;flex-flow:row;justify-content:space-between;align-content:stretch;position:relative;left:0;top:0;max-height:none;z-index:1;display:flex;justify-content:center;max-width:100%;overflow:initial;}.Window-KP>div>div{width:100%;}.Window-KP>div .Page--Active{position:relative;left:0!important;top:0;max-height:none;z-index:1!important;display:flex!important;max-width:100%;overflow:initial;}.Window-KP.Window-KP--AnimateView>div{overflow:hidden;}@media screen and (max-width:1024px){.Window-KP.Window-KP--AnimateView>div .KP-Wrapper{left:-80px;}}.Window-KP.Window-KP--AnimateView>div .KP-Wrapper .MyPage-Cookie-Jar,.Window-KP.Window-KP--AnimateView>div .KP-Wrapper .MyPage-Cookie-Jar-Gray{opacity:0;}.Window-KP.Window-KP--AnimateView>div .Page--Active{z-index:3;position:absolute;}.Window-KP.Window-KP--ViewActive>div{overflow:initial;}.Window-KP.Window-KP--ViewActive>div>.KP-Wrapper{display:none;}@media screen and (max-width:1024px){.Window-KP.Window-KP--ViewActive>div>.KP-Wrapper{left:-80px;}}.Window-KP.Window-KP--ViewActive>div .Page--Active{position:relative;}.Window_GroupStats .Top .Outline-MaxWidth{margin-left:0;}.Window_GroupStats .ContentOutline{margin-left:0;margin:0 auto;}.Window_GroupStats .Table-GroupSales-Wrapper{width:100%;overflow-x:auto;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales{border-collapse:collapse;margin:0 20px;width:calc(100% - 40px);min-width:900px;}@media screen and (max-width:480px){.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales{width:100%;margin:0;}}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row{width:100%;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Head_Data_Wrapper,.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Body_Data_Wrapper{padding:10px;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Head_Data_Wrapper.Align_Left,.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Body_Data_Wrapper.Align_Left{text-align:left;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Head_Data_Wrapper.Align_Center,.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Body_Data_Wrapper.Align_Center{text-align:center;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Head_Data_Wrapper.Align_Right,.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Body_Data_Wrapper.Align_Right{text-align:right;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Head_Data_Wrapper.Table_Data_NoWrap,.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Body_Data_Wrapper.Table_Data_NoWrap{white-space:nowrap;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Head_Data_Wrapper.Fat,.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Body_Data_Wrapper.Fat{font-weight:700;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Head_Data_Wrapper{font-size:1rem;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Body_Data_Wrapper{font-size:.85rem;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Body_Data_Wrapper:first-child{font-size:1rem;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales .Table_Row .Table_Body_Data_Wrapper .Value span:not(.Status-Indication){font-size:1.1rem;font-weight:700;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales thead .Table_Row{border-bottom:2px solid #121212;}.Window_GroupStats .Table-GroupSales-Wrapper .Table-GroupSales tbody .Table_Row{border-bottom:solid 1px #ededed;}.Window_GroupStats .Status-Indication{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;}.Window_GroupStats .Status-Indication::before{content:" ";width:10px;height:10px;border-radius:50%;margin-right:5px;margin-top:3.5px;}.Window_GroupStats .Status-Indication.Status--Error::before{background-color:#d32f2f;}.Window_GroupStats .Status-Indication.Status--Ongoing::before{background-color:#faf567;}.Window_GroupStats .Status-Indication.Status--Done::before{background-color:#6fb33f;}.ContactPerson .Contact-Person-Wrapper{margin-bottom:20px;}.ContactPerson .Contact-Person-Wrapper>p.Normal>a::before{margin-right:5px;}.ContactPerson .Contact-Person-Wrapper>p.Normal>a{color:#121212;}.ContactPerson .Contact-Person-Wrapper>p.Normal>a:hover,.ContactPerson .Contact-Person-Wrapper>p.Normal>a:focus,.ContactPerson .Contact-Person-Wrapper>p.Normal>a:active{cursor:pointer;text-decoration:underline;}.ContactPerson .FormGroup .Headline3{margin-bottom:15px;}.ContactPerson .Received-Messages{list-style:none;margin:0 0 20px 0;padding:0;display:flex;flex-direction:column;justify-content:flex-start;}.ContactPerson .Received-Messages li{position:relative;width:100%;height:auto;background-color:#fff;border-radius:5px;padding:10px;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:10px;-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.06);-moz-box-shadow:1px 1px 5px 0 rgba(0,0,0,.06);box-shadow:1px 1px 5px 0 rgba(0,0,0,.06);}.ContactPerson .Received-Messages li .Date{font-size:.65em;width:100%;text-align:left;color:#6e6e6e;margin-bottom:5px;}.ContactPerson .Received-Messages li .Message{font-size:.9em;width:100%;text-align:left;}.ContactPerson .Received-Messages li .icon-circle{display:none;}.ContactPerson .Received-Messages li.NewMessage .icon-circle{display:block;font-size:.6em;position:absolute;top:0;right:0;color:#d32f2f;border-radius:50%;padding:3px;}.KPSendMessage-SentMessages{display:block;width:100%;}.KPSendMessage-SentMessages .SentMessages-List{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;list-style:none;padding:0;margin:0;}.KPSendMessage-SentMessages .SentMessages-List>li{flex:0 1 auto;width:100%;margin:0 0 12px 0;padding:0 0 12px 0;border-bottom:1px solid #ededed;}.KPSendMessage-SentMessages .SentMessages-List>li:last-child{margin:0;border-bottom:0;}.KPSendMessage-SentMessages .SentMessages-List>li>div.Message-Content{position:relative;flex:0 1 auto;width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;}.KPSendMessage-SentMessages .SentMessages-List>li>div.Message-Content>div.Message-Row{flex:0 1 auto;width:100%;}.KPSendMessage-SentMessages .SentMessages-List>li>div.Message-Content>div.Message-Row.Message-Row--SubjectLine{flex:0 1 100%;width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;}.KPSendMessage-SentMessages .SentMessages-List>li>div.Message-Content>div.Message-Row.Message-Row--SubjectLine .Subject-Wrapper{flex:0 1 auto;width:calc(100% - 100px);display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;white-space:nowrap;}.KPSendMessage-SentMessages .SentMessages-List>li>div.Message-Content>div.Message-Row.Message-Row--SubjectLine .Subject-Wrapper p.Normal.Subject{font-weight:700;font-size:.9em;margin:0;white-space:nowrap;}.KPSendMessage-SentMessages .SentMessages-List>li>div.Message-Content>div.Message-Row.Message-Row--SubjectLine .Subject-Wrapper p.Normal.Value{margin:0 0 0 5px;font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.KPSendMessage-SentMessages .SentMessages-List>li>div.Message-Content>div.Message-Row.Message-Row--SubjectLine .Subject-Wrapper p.Normal.Value.Value--DisplayAll{overflow:visible;text-overflow:initial;white-space:pre-wrap;}.KPSendMessage-SentMessages .SentMessages-List>li>div.Message-Content>div.Message-Row.Message-Row--SubjectLine .Subject-Wrapper p.Normal.Value:hover{cursor:pointer;}.KPSendMessage-SentMessages .SentMessages-List>li>div.Message-Content>div.Message-Row.Message-Row--SubjectLine p.Normal.Date{flex:0 0 auto;width:100px;text-align:right;font-size:.9em;}.KPSendMessage-SentMessages .SentMessages-List>li>div.Message-Content>div.Message-Row p.Normal{font-size:1em;}.Pagination{width:100%;height:auto;}.Pagination ul{list-style:none;margin:0;padding:0;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}.Pagination ul li{background-color:#0b75a2;border-radius:3px;margin-left:5px;display:flex;height:auto;}.Pagination ul li:first-child{margin-left:0;}.Pagination ul li:hover{cursor:pointer;background-color:#1a9dd4;}.Pagination ul li>a{color:#fff;text-decoration:none;width:100%;height:100%;padding:8px;font-size:.75em;}@keyframes pop{50%{transform:scale(1.025);}}@-webkit-keyframes animatetop{0%{top:2em;}25%{top:0;}75%{top:0;}100%{top:2em;}}@keyframes animatetop{0%{top:2em;}30%{top:0;}70%{top:0;}100%{top:2em;}}@keyframes float{0%{transform:translatey(8px) rotate(180deg);}50%{transform:translatey(0) rotate(180deg);}100%{transform:translatey(8px) rotate(180deg);}}.KP-SellerView .TB-Back-Button{background-color:#faf4f3;border-bottom:1px solid #dedede;}.TB-Back-Button{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%;height:46px;padding:12px 0;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99;}@media screen and (max-width:1200px){.TB-Back-Button{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}}.TB-Back-Button .Seller-Name-Info{font-size:1.2em;text-align:right;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin-top:2px;padding-right:0;max-width:60%;color:#5f2623;}@media screen and (max-width:650px){.TB-Back-Button .Seller-Name-Info{margin-top:4px;padding-right:15px;font-size:1.05em;position:static;transform:none;}}.TB-Back-Button .Seller-Name-Info .ExtraInfo{font-size:.75rem;margin-right:5px;margin-top:5px;flex:0 0 auto;line-height:14px;}@media screen and (max-width:480px){.TB-Back-Button .Seller-Name-Info .ExtraInfo{font-size:.875rem;}}@media screen and (max-width:281px){.TB-Back-Button .Seller-Name-Info .ExtraInfo{line-height:1.5rem;margin-top:0;}}.TB-Back-Button .Seller-Name-Info .EditSellerName{text-overflow:ellipsis;display:inline-block;white-space:nowrap;overflow:hidden;flex:1 1 auto;}@media screen and (max-width:480px){.TB-Back-Button .Seller-Name-Info .EditSellerName{font-size:1rem;}}@media screen and (max-width:281px){.TB-Back-Button .Seller-Name-Info .EditSellerName{font-size:.75rem;line-height:1.5rem;}}.TB-Back-Button .Seller-Name-Info .icon-angle-down{flex:0 0 auto;}@media screen and (max-width:281px){.TB-Back-Button .Seller-Name-Info .icon-angle-down{line-height:1.5rem;}}.TB-Back-Button .Seller-Name-Info a{color:#5f2623;display:flex;justify-content:flex-end;}.TB-Back-Button .Seller-Name-Info a:hover,.TB-Back-Button .Seller-Name-Info a:focus,.TB-Back-Button .Seller-Name-Info a:active{outline:0;}.TB-Back-Button .Seller-Name-Info a:hover .EditSellerName,.TB-Back-Button .Seller-Name-Info a:focus .EditSellerName,.TB-Back-Button .Seller-Name-Info a:active .EditSellerName{color:#1a9dd4;}.TB-Back-Button .Seller-Name-Info .Icon::before{font-size:1.1em;}.TB-Back-Button .Seller-Name-Info::before{color:#121212;}.TB-Back-Button .Page-Name-Info{display:none;}.TB-Back-Button .Back-Button{font-size:1rem;padding-left:15px;color:#0b6297;}@media screen and (max-width:480px){.TB-Back-Button .Back-Button{font-size:.875rem;}}@media screen and (max-width:281px){.TB-Back-Button .Back-Button{font-size:.8rem;}}.TB-Back-Button .Back-Button:hover{color:#1a9dd4;}.TB-Back-Button .Back-Button:focus,.TB-Back-Button .Back-Button:active{outline:0;color:#1a9dd4;}.TB-Back-Button .Back-Button .Saved{font-size:.7em;}.TB-Back-Button .Back-Button .Saved:before{color:#6fb33f;}.Divider{clear:both;border-bottom:solid 1px #e4e4e4;margin:0 0 0 0;float:left;width:100%;}.Bottom-Buttons{display:none;box-sizing:border-box;float:left;clear:left;width:100%;background-color:#0b6297;}@media screen and (max-width:640px){.Bottom-Buttons{position:fixed;bottom:0;left:0;width:100%;z-index:1000;}}.Bottom-Buttons .Button-Wrapper{margin-bottom:0;}.Bottom-Buttons .Button-Wrapper .Save-Button{float:right;}.NewSellerProductList{display:none;}.NewSellerRight{display:none;}.Bottom-ButtonsAndSum{position:fixed;justify-content:center;align-items:center;align-content:space-around;z-index:999;background-color:#0b6297;background-color:#121212;width:130px;left:calc(50% - 660px + 70px);top:54px;display:block;}@media screen and (max-width:1200px){.Bottom-ButtonsAndSum{bottom:0;left:0;top:auto;display:flex;width:100%;}}@media screen and (max-width:640px){.Bottom-ButtonsAndSum{width:100%;max-width:100%;}}@media print{.Bottom-ButtonsAndSum{display:none!important;}}.Bottom-ButtonsAndSum .JarsTotalSum{position:relative;width:100%;display:block;color:#121212;padding:.4em 0;display:flex;display:none;}.Bottom-ButtonsAndSum .JarsTotalSum .JarsAmount{font-size:1.3em;line-height:1em;margin-left:.3em;color:#121212;color:#fff;padding:.4em 1em;border-radius:5px;}@media screen and (max-width:640px){.Bottom-ButtonsAndSum .JarsTotalSum .JarsAmount{margin-right:10px;}}.Bottom-ButtonsAndSum .JarsTotalSum .JarsAmount .Total{margin-right:.2em;}.Bottom-ButtonsAndSum .JarsTotalSum .JarsAmount .st{font-size:.7em;}.Bottom-ButtonsAndSum .JarsTotalSum .JarsAmount .Total-Wrapper{font-size:.6em;}@media screen and (max-width:640px){.Bottom-ButtonsAndSum .Caption{font-size:.7em;}}@media screen and (max-width:480px){.Bottom-ButtonsAndSum .Caption{display:none;}}.Bottom-ButtonsAndSum .CaptionMobile{display:none;}@media screen and (max-width:480px){.Bottom-ButtonsAndSum .CaptionMobile{display:block;}}.Bottom-ButtonsAndSum .Bottom-IconButtons{width:100%;background-color:#121212;clear:both;flex:1 1 100%;position:relative;}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:stretch;align-items:stretch;text-align:center;width:100%;margin:0 auto;z-index:1;align-content:flex-start;flex-flow:column wrap;}@media screen and (max-width:1200px){.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner{align-content:stretch;flex-flow:row nowrap;}}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;flex:1;padding:1em 0;color:#fff;background-color:#121212;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:.15s;border-bottom:solid 1px #fff;min-height:100px;}@media screen and (max-width:1200px){.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a{border-bottom:0;min-height:70px;}}@media screen and (max-width:281px){.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a{min-height:60px;padding:.4rem 0;}}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a.Selected,.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a:active,.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a:hover,.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a:focus{outline:0;background-color:#0b6297;}@media screen and (max-width:640px){.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a{padding:.7em 0;}}@media screen and (min-width:1200px){.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a{text-align:center;width:100%;}}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a:hover{transition:.1s;}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a:hover .Icon{transition:.1s;transform:scale(1.12);}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a.Inactive{opacity:1;cursor:default!important;color:#4d4d4d;}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a.Inactive:hover,.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a.Inactive:active,.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a.Inactive:focus{cursor:initial;background-color:#121212;}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a.Inactive:hover .Icon,.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a.Inactive:active .Icon,.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a.Inactive:focus .Icon{transform:none;}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a .Icon{font-size:1.7em;transition:.25s;}@media screen and (max-width:640px){.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a .Icon{font-size:1.2em;}}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a .Caption,.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a .CaptionMobile{padding-left:4px;padding-right:4px;width:100%;font-size:1rem;}@media screen and (max-width:281px){.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a .Caption,.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a .CaptionMobile{line-height:.65rem;font-size:.6rem;}}@media screen and (max-width:480px){.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a .CaptionMobile{font-size:.7rem;}}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner a .OrdersCount{width:20px;height:20px;line-height:20px;display:inline-block;background-color:#fff;color:#0b6297;border-radius:50%;text-align:center;font-size:.95em;margin-left:4px;}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner .Kontaktperson .Icon{position:relative;}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner .Kontaktperson .Icon .NotificationNotice{display:none;}.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner .Kontaktperson .Icon.NewMessage .NotificationNotice{position:absolute;top:-2px;right:-2px;background-color:#d32f2f;color:#fff;border-radius:50%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:17px;height:17px;font-size:.45em;}@media screen and (max-width:640px){.Bottom-ButtonsAndSum .Bottom-IconButtons .Bottom-IconButtonsInner .Kontaktperson .Icon.NewMessage .NotificationNotice{width:16px;height:16px;font-size:.5em;}}.MyPages-ContactPersonView .Bottom-ButtonsAndSum{background-color:#e6d1a6;border-color:#e6d1a6;}.MyPages-ContactPersonView .Bottom-ButtonsAndSum .JarsAmount{background-color:#f9e7c2;}.MyPages-ContactPersonView .Bottom-ButtonsAndSum .Bottom-IconButtons a{background-color:#f9e7c2;}.Help-Button{float:right!important;font-weight:bold;}.ToShop{float:right!important;margin-right:.4em;font-size:.95em;}.OrdersLink{float:right!important;margin-right:.4em;font-size:.95em;}@media screen and (max-width:640px){.OrdersLink{font-size:.9em;}}.OrdersLink .OrdersCount{width:18px;height:18px;line-height:18px;display:inline-block;background-color:#d32f2f;border-radius:50%;color:#fff;text-align:center;font-size:.95em;margin-right:.2em;}.Message .icon-ok-circled::before{color:#6fb33f;}.MyPages-Last-Order-Day{font-size:1rem;margin:0 auto 1em auto;position:relative;z-index:99;clear:both;text-align:center!important;width:100%;color:#121212;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}@media screen and (max-width:640px){.MyPages-Last-Order-Day{font-size:.9em;line-height:1.4em;margin-bottom:1em;}}.MyPages-Last-Order-Day .Days-Left{margin-left:.3em;}@media screen and (max-width:520px){.MyPages-Last-Order-Day .Days-Left{display:none;}}.Table-Layout{border-collapse:collapse;margin:0 20px;}.Table-Layout td{border-bottom:solid 1px #e4e4e4;}.Table-Layout .Seller-More-Info td{padding:1em;}.Table-Layout .Seller-More-Info-Hide{display:none;}.Table-Layout .Seller-More-Info-Hide td{padding:0;display:none;}.Table-Layout tr.Seller-Row td.Sellers-Table-Info .Normal{text-align:center;}.Table-Layout tr.Seller-Row-Open td{border-bottom:0;}.Table-Layout th{padding:.4em 0 .4em 0;font-weight:bold;text-align:left;font-size:1.1em;cursor:pointer;border-bottom:solid 1px #e4e4e4;}@media screen and (max-width:480px){.Table-Layout th{font-size:.9em;}}.Table-Layout th a{color:#121212;}@media screen and (max-width:640px){.Table-Layout th.Seller-Name span,.Table-Layout th.Customer-Name span{display:none;}}.Table-Layout td{padding:.7em 0 .7em 0;text-align:left;font-size:1.1em;}@media screen and (max-width:480px){.Table-Layout td{font-size:.85em;}}.Table-Layout td.Seller-Name,.Table-Layout td.Customer-Name{position:relative;}.Table-Layout td.Seller-Name .icon-ok,.Table-Layout td.Customer-Name .icon-ok{color:#6fb33f;font-size:1.1em;}.Table-Layout .Customer-Number,.Table-Layout .Seller-Number{width:3%;min-width:30px;}.Table-Layout .Customer-Ready,.Table-Layout .Seller-Ready{width:5%;text-align:center;}.Table-Layout .Customer-Ready .icon-ok,.Table-Layout .Seller-Ready .icon-ok{color:#6fb33f;}.Table-Layout .Customer-More,.Table-Layout .Seller-More{width:5%;text-align:right;}.Table-Layout .Seller-Name,.Table-Layout .Customer-Name{width:30%;}.Table-Layout .Seller-Name img,.Table-Layout .Customer-Name img{float:left;margin-right:.5em;}.Table-Layout .Seller-Sum-Caption,.Table-Layout .Customer-Sum-Caption{text-align:left;}.Table-Layout .Seller-Amount,.Table-Layout .Customer-Amount{width:20%;text-align:center;}.Table-Layout .Seller-Earnings,.Table-Layout .Customer-Earnings{width:12%;text-align:right;}@media screen and (max-width:640px){.Table-Layout .Seller-Earnings,.Table-Layout .Customer-Earnings{display:none;}}.Table-Layout .Seller-Sum td{border-bottom:0;font-weight:bold;}.Table-Layout .Seller-SumRow,.Table-Layout .Customer-SumRow{width:20%;text-align:right;}@media screen and (max-width:640px){.Table-Layout .Seller-SumRow .icon-info-circled,.Table-Layout .Customer-SumRow .icon-info-circled{display:none;}}.Table-Layout .Seller-Delete,.Table-Layout .Customer-Delete{width:5%;text-align:right;}.MyPages-SellerView--FinishedInfo{display:flex;flex-direction:column;}.MyPages-SellerView--FinishedInfo .Normal{text-align:left!important;}.MyPages-SellerView--FinishedInfo .Headline1{text-align:left!important;}.MyPages-SellerView--FinishedInfo .Headline2{text-align:left!important;}.MyPages-SellerView--FinishedInfo .MyPages-SellerView--FinishedCustomerList{margin:0;padding:0;list-style-type:none;}.MyPages-SellerView--FinishedInfo .MyPages-SellerView--FinishedProductListSum,.MyPages-SellerView--FinishedInfo .MyPages-SellerView--FinishedProductListEarnings{margin:0 0 0 0;}.MyPages-SellerView--FinishedInfo .MyPages-SellerView--FinishedProductListSum .Sum,.MyPages-SellerView--FinishedInfo .MyPages-SellerView--FinishedProductListEarnings .Sum{font-weight:bold;}.Finished-Orderdate{font-weight:bold;}.Seller-Button-More-Customers{margin-top:1em;}.MyPages-SellerView--FinishedProductList,.Customer-Products-List,.Seller_FinishedProductList{display:block;margin:.6em 0 0 0;padding:0;list-style-type:none;font-size:.9em;width:100%;}.MyPages-SellerView--FinishedProductList li,.Customer-Products-List li,.Seller_FinishedProductList li{padding:.6em;width:100%;display:flex;border-top:1px solid rgba(0,0,0,.15);}@media print{.MyPages-SellerView--FinishedProductList li,.Customer-Products-List li,.Seller_FinishedProductList li{padding:.3em .6em;}}.MyPages-SellerView--FinishedProductList li:last-child,.Customer-Products-List li:last-child,.Seller_FinishedProductList li:last-child{border-top:0;}.MyPages-SellerView--FinishedProductList li.TA,.Customer-Products-List li.TA,.Seller_FinishedProductList li.TA{padding-top:0;}.MyPages-SellerView--FinishedProductList li span:first-child,.Customer-Products-List li span:first-child,.Seller_FinishedProductList li span:first-child{display:block;flex:1 1 50%;font-weight:normal;}@media screen and (max-width:640px){.MyPages-SellerView--FinishedProductList li span:first-child,.Customer-Products-List li span:first-child,.Seller_FinishedProductList li span:first-child{flex:0 0 70%;}}.MyPages-SellerView--FinishedProductList li span:nth-child(2),.Customer-Products-List li span:nth-child(2),.Seller_FinishedProductList li span:nth-child(2){text-align:right;}.MyPages-SellerView--FinishedProductList li span:last-child,.Customer-Products-List li span:last-child,.Seller_FinishedProductList li span:last-child{flex:1 1 50%;text-align:right;}@media screen and (max-width:640px){.MyPages-SellerView--FinishedProductList li span:last-child,.Customer-Products-List li span:last-child,.Seller_FinishedProductList li span:last-child{flex:0 0 30%;}}.MyPages-SellerView--FinishedProductList li span+span,.Customer-Products-List li span+span,.Seller_FinishedProductList li span+span{display:block;width:30%;float:left;font-weight:normal;}@media screen and (max-width:640px){.MyPages-SellerView--FinishedProductList li span+span,.Customer-Products-List li span+span,.Seller_FinishedProductList li span+span{width:50%;}}.MyPages-SellerView--FinishedProductList li.Sum,.Customer-Products-List li.Sum,.Seller_FinishedProductList li.Sum{background-color:transparent;}.MyPages-SellerView--FinishedProductList li.Sum span,.Customer-Products-List li.Sum span,.Seller_FinishedProductList li.Sum span{font-weight:bold!important;font-size:1.2em;}.MyPages-SellerView--FinishedProductList.Seller_FinishedProductList--SwishPayment .Sum,.Customer-Products-List.Seller_FinishedProductList--SwishPayment .Sum,.Seller_FinishedProductList.Seller_FinishedProductList--SwishPayment .Sum{margin-bottom:0!important;}.MyPages-SellerView--FinishedProductList+.SwishPayment,.Customer-Products-List+.SwishPayment,.Seller_FinishedProductList+.SwishPayment{margin-top:20px;}.Seller_FinishedProductList .Sum{margin-bottom:10px;}.Seller_FinishedProductList .Sum.TA{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-right:0;margin-bottom:0;padding-bottom:0;}@media screen and (max-width:400px){.Seller_FinishedProductList .Sum.TA{flex-wrap:wrap;}}.Seller_FinishedProductList .Sum.TA>span:first-child{flex:0 0 auto;display:flex;justify-content:flex-start;}@media screen and (max-width:480px){.Seller_FinishedProductList .Sum.TA>span:first-child{display:none;}}.Seller_FinishedProductList .Sum.TA>span:first-child .ShopOrder{position:static;margin:0;font-weight:400!important;}@media screen and (max-width:640px){.Seller_FinishedProductList .Sum.TA>span:first-child .ShopOrder{font-size:.6em;}}.Seller_FinishedProductList .Sum.TA>span:first-child .ShopOrder .icon-mail{flex:0 0 20px;}.Seller_FinishedProductList .Sum.TA>span:first-child .OrderReady{position:static;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;font-weight:400!important;font-size:.75em;}@media screen and (max-width:400px){.Seller_FinishedProductList .Sum.TA>span:first-child .OrderReady{flex:0 1 100%;order:2;justify-content:flex-end;}}@media print{.Seller_FinishedProductList .Sum.TA>span:first-child .OrderReady{display:flex!important;}}.Seller_FinishedProductList .Sum.TA>span:last-child{flex:0 1 auto;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;}@media screen and (max-width:400px){.Seller_FinishedProductList .Sum.TA>span:last-child{order:1;margin-bottom:20px;}}.Seller_FinishedProductList .Sum.TA>span:last-child span:first-child{font-weight:300!important;font-size:.95em;color:rgba(0,0,0,.55);}@media screen and (max-width:640px){.Seller_FinishedProductList .Sum.TA>span:last-child span:first-child{font-size:.7em;}}@media print{.Seller_FinishedProductList .Sum.TA>span:last-child span:first-child{font-size:.7em;}}.Seller_FinishedProductList .Sum.TA>span:last-child span:last-child{flex:none;width:initial;margin-left:20px;background-color:rgba(255,255,255,.62);padding:5px 10px;}.Seller_FinishedProductList .PrintedCheckbox{display:none;flex:none!important;width:20px;height:20px;background-color:#fff;margin-left:15px;border:1px solid rgba(0,0,0,.2);}@media print{.Seller_FinishedProductList .PrintedCheckbox{display:block;}}@media print{.Seller_FinishedProductList>li{page-break-inside:avoid;}}.Seller_FinishedProductList~.PaymentInfo{margin-top:20px;}.Checkbox{position:relative;width:20px;min-width:20px;height:20px;min-height:20px;margin:0 0 0 15px;border:1px solid rgba(0,0,0,.2);background-color:#fff;box-shadow:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer;}@media print{.Checkbox{display:block;}}.Checkbox:checked{color:#50a1c1;}.Checkbox:checked:after{font-family:Segoe UI Symbol;content:"✔";line-height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#50a1c1;font-size:14px;}.OrderReady{position:absolute;top:33px;right:25px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;align-items:center;display:none;}@media print{.OrderReady{top:10px;right:10px;}}@media print{.OrderReady{display:flex;}}.FinishedTotalProductList{flex:0 1 auto;width:100%;padding:2em;border-radius:5px;float:left;}.FinishedTotalProductList.FinishedTotalProductList--Beige{background-color:#faf4df;}.FinishedTotalProductList.FinishedTotalProductList--Rosa{background-color:#faf4f3;}.FinishedTotalProductList.FinishedTotalProductList--MarginTop{background-color:#faf4df;margin:7em 0 2em 0;}.FinishedTotalProductList.FinishedTotalProductList--NoPadding{padding:0!important;}.FinishedTotalProductList+.FinishedTotalProductList{margin-top:20px;}@media print{.FinishedTotalProductList .KS-Button{display:none;}}@media screen and (max-width:640px){.FinishedTotalProductList{float:left;clear:both;width:100%;padding:1em;}}.FinishedTotalProductList .PaymentInfo{width:100%;display:block;border:1px solid rgba(0,0,0,.15);border-radius:5px;padding:15px;clear:both;margin-top:1em;float:left;}.FinishedTotalProductList .PaymentInfo .Normal{font-weight:700;text-align:left;padding:0;margin:0 0 .3em 0;}.FinishedTotalProductList .PaymentInfo .Normal span{display:inline-block;float:none;width:unset;font-weight:400;}.FinishedTotalProductList .PaymentInfo .Normal+.SwishQRCode{margin-top:15px;}@media screen and (max-width:520px){.FinishedTotalProductList .PaymentInfo .Normal+.SwishQRCode{margin-top:20px;}}.FinishedTotalProductList .PaymentInfo .SwishQRCode{width:100%;}.FinishedTotalProductList .PaymentInfo .SwishQRCode>div{width:100%;display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-start;}.FinishedTotalProductList .PaymentInfo .SwishQRCode>div .SwishQRCode-ImageWrapper{width:100%;}.FinishedTotalProductList .PaymentInfo .SwishQRCode img{display:block;width:120px;height:auto;margin:0 auto 5px auto;}.FinishedTotalProductList .PaymentInfo .SwishQRCode p{width:100%;text-align:center;font-style:italic;font-size:.9rem;}@media screen and (max-width:520px){.FinishedTotalProductList .PaymentInfo .SwishQRCode .SwishQRCode--Desktop{display:none;}}.FinishedTotalProductList .PaymentInfo .SwishQRCode .SwishQRCode--Desktop img{background-color:#fff;padding:10px;border-radius:7px;}.FinishedTotalProductList .PaymentInfo .SwishQRCode .SwishQRCode--Mobile{display:none;}@media screen and (max-width:520px){.FinishedTotalProductList .PaymentInfo .SwishQRCode .SwishQRCode--Mobile{display:flex;}.FinishedTotalProductList .PaymentInfo .SwishQRCode .SwishQRCode--Mobile img{width:90px;margin-bottom:14px;}}.FinishedTotalProductList .PaymentInfo .InstructionBullets{margin:1em 0 1em 1em;padding:0;font-size:.9rem;}.FinishedTotalProductList .PaymentInfo .InstructionBullets:last-child{margin-bottom:0;}.FinishedTotalProductList .PaymentInfo .InstructionBullets:last-child li:last-child{margin-bottom:0;}.FinishedTotalProductList .PaymentInfo .InstructionBullets li{line-height:1.4em;margin:0 0 .4em 0;}.FinishedTotalProductList .MyPages-SellerView--FinishedTotalProductList{width:100%;}.MyPages-SellerView--FinishedTotalProductList{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:50%;background-color:#faf4df;padding:2em;margin:3.5em 0 2em 0;border-radius:5px;}@media print{.MyPages-SellerView--FinishedTotalProductList{margin-bottom:1em;}.MyPages-SellerView--FinishedTotalProductList .Headline2{margin-bottom:0;}}@media print{.MyPages-SellerView--FinishedTotalProductList .MyPages-SellerView--FinishedProductList>li{padding:.4em;}.MyPages-SellerView--FinishedTotalProductList .MyPages-SellerView--FinishedProductList>li span{font-size:.6em;}}.FinishedSellerListWrapper{clear:both;margin-top:1em;margin-bottom:1em;float:left;width:100%;}@media screen and (max-width:640px){.FinishedSellerListWrapper{width:100%;}}@media print{.FinishedSellerListWrapper{margin-top:0;margin-bottom:.5em;page-break-inside:avoid;display:table;float:none;}}.FinishedSellerListWrapper.FinishedSellerListWrapper--Collapsed{width:100%;max-height:50px;overflow:hidden;}@media print{.FinishedSellerListWrapper.FinishedSellerListWrapper--Collapsed{max-height:none;overflow:auto;}}.FinishedSellerListWrapper.FinishedSellerListWrapper--Collapsed .Headline2 a .icon-angle-right::before{transition:transform .2s;transform:rotate(0deg);}@media print{.FinishedSellerListWrapper.FinishedSellerListWrapper--Collapsed .Headline2 .icon-angle-right{display:none!important;}}.FinishedSellerListWrapper .FinishedSellerListWrapper-Header{position:sticky;top:0;z-index:100;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;background-color:#fff;padding:10px 0;}.FinishedSellerListWrapper .FinishedSellerListWrapper-Header .Headline2{margin-bottom:0;}@media screen and (max-width:480px){.FinishedSellerListWrapper .FinishedSellerListWrapper-Header.FinishedSellerListWrapper-Header--Wrap{flex-wrap:wrap;justify-content:center;}.FinishedSellerListWrapper .FinishedSellerListWrapper-Header.FinishedSellerListWrapper-Header--Wrap .Headline2{margin-bottom:10px;width:100%;text-align:center;}}.FinishedSellerListWrapper>.Headline2{position:sticky;width:100%;top:0;left:0;right:0;padding:15px 0;background-color:#fff;z-index:100;}@media print{.FinishedSellerListWrapper>.Headline2{position:static;display:block;page-break-inside:avoid;page-break-after:avoid;}}.FinishedSellerListWrapper>.Headline2 a{display:block;width:100%;}.FinishedSellerListWrapper>.Headline2 a:hover,.FinishedSellerListWrapper>.Headline2 a:focus,.FinishedSellerListWrapper>.Headline2 a:active{cursor:pointer;text-decoration:underline;}.FinishedSellerListWrapper>.Headline2 a .icon-angle-right::before{transition:transform .2s;transform:rotate(90deg);}@media print{.FinishedSellerListWrapper>.Headline2 a .icon-angle-right{display:none!important;}}.FinishedSellerListWrapper>ul{padding:0;list-style-type:none;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:stretch;align-items:stretch;flex-wrap:wrap;margin:0 0 0 0;width:100%;}.FinishedSellerListWrapper>ul>li{position:relative;background-color:#ededed;flex:0 1 calc(50% - 15px);width:calc(50% - 15px);margin-left:30px;margin-bottom:1.4em;padding:1.6em;border-radius:5px;}@media print{.FinishedSellerListWrapper>ul>li{display:inline-block;float:right;width:48%;margin:0 .2em 1em .2em;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;padding:1em;padding-bottom:2.5em!important;}}.FinishedSellerListWrapper>ul>li:first-child{margin-left:0;}.FinishedSellerListWrapper>ul>li:nth-child(2n+1){margin-left:0;}@media print{.FinishedSellerListWrapper>ul>li:nth-child(2n+1){float:left;clear:both;}}@media print{.FinishedSellerListWrapper>ul>li .Normal{page-break-after:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;}}@media print{.FinishedSellerListWrapper>ul>li .Seller_FinishedProductList{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;page-break-before:avoid;}}@media screen and (max-width:800px){.FinishedSellerListWrapper>ul>li{flex:0 1 100%;width:100%;margin-left:0;}}@media print{.FinishedSellerListWrapper>ul>li{padding:.6em;page-break-inside:avoid;}}.FinishedSellerListWrapper>ul>li.KPSales{background-color:#faf4df;}.FinishedSellerListWrapper>ul>li.KPSales>.Normal{color:#5f2623;}.FinishedSellerListWrapper>ul>li.KPSales .MyAccount{margin-left:10px;font-size:.55em;color:#121212;border:1px solid #121212;border-radius:3px;padding:2px 8px;text-transform:uppercase;background-color:#fff;}@media screen and (max-width:640px){.FinishedSellerListWrapper>ul>li.KPSales .MyAccount{margin-left:5px;margin-top:5px;}}@media screen and (max-width:281px){.FinishedSellerListWrapper>ul>li.KPSales .MyAccount{margin-top:0;margin-left:0;}}.FinishedSellerListWrapper>ul>li>.Normal{font-weight:bold;margin-bottom:0;font-size:1.4em;width:80%;}@media print{.FinishedSellerListWrapper>ul>li>.Normal{font-size:1.1em;}}@media screen and (max-width:800px){.FinishedSellerListWrapper>ul>li>.Normal{width:74%;font-size:1.2em;}}@media screen and (max-width:520px){.FinishedSellerListWrapper>ul>li>.Normal{width:71%;font-size:1.1em;}}.FinishedSellerListWrapper>ul>li>.Normal .icon-user{font-size:85%;}.FinishedSellerListWrapper>ul>li>.Normal+.Customer-Details{margin:20px 0;}@media print{.FinishedSellerListWrapper>ul>li>.Normal+.Customer-Details{margin:10px 0 5px 0;}}.FinishedSellerListWrapper>ul>li .SalesSheetLink{position:absolute;top:32px;right:25px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:.85em;}@media print{.FinishedSellerListWrapper>ul>li .SalesSheetLink{display:none;}}.FinishedSellerListWrapper>ul>li .ShopOrder{border:solid 1px #121212;color:#121212;font-size:.7em;padding:.6em .6em .6em .6em;margin-bottom:.6em;border-radius:6px;margin-left:10px;font-family:myriad-pro,arial,sans-serif;text-transform:initial;font-weight:normal;flex:0 0 auto;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:25px;right:25px;}@media print{.FinishedSellerListWrapper>ul>li .ShopOrder{padding:.3em;top:15px;right:15px;font-size:.6em;}}.FinishedSellerListWrapper>ul>li .ShopOrder .icon-mail{display:flex;flex-direction:row;justify-content:center;align-items:center;}.FinishedSellerListWrapper>ul>li .SellerDetails{list-style:none;padding:0;margin:8px 0 12px 0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;}.FinishedSellerListWrapper>ul>li .SellerDetails>li{display:flex;padding:3px 0;}.FinishedSellerListWrapper>ul>li .SellerDetails>li:first-child{margin-right:20px;}.FinishedSellerListWrapper>ul>li .SellerDetails>li>span{font-size:.8em;flex:0 0 25px;text-align:center;}.FinishedSellerListWrapper>ul>li .SellerDetails>li>span::before{margin-right:5px;}.FinishedSellerListWrapper>ul>li .SellerDetails>li .icon-mobile::before{font-size:1.35em;}.FinishedSellerListWrapper>ul>li .SellerDetails>li a{font-size:.8em;flex:0 1 auto;}@media screen and (max-width:640px){.FinishedSellerListWrapper .icon-phone,.FinishedSellerListWrapper .icon-mail{white-space:nowrap;}}.Customer-Details{list-style:none;padding:0;margin:0 0 20px 0;background-color:rgba(255,255,255,.5);padding:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;flex-wrap:wrap;position:relative;}@media print{.Customer-Details{margin:10px 0 5px 0!important;padding:7px!important;}}.Customer-Details .ShopOrder{position:absolute;right:10px;top:10px;background-color:#fff;}.Customer-Details>p,.Customer-Details li{margin-bottom:8px;line-height:1.5em;margin:0 0 8px 0;font-size:1em;clear:both;}@media screen and (max-width:950px){.Customer-Details>p,.Customer-Details li{width:100%;}}.Customer-Details>p+p,.Customer-Details>p+li,.Customer-Details li+p,.Customer-Details li+li{margin-left:20px;}@media print{.Customer-Details>p+p,.Customer-Details>p+li,.Customer-Details li+p,.Customer-Details li+li{margin-right:10px;}}@media screen and (max-width:950px){.Customer-Details>p+p,.Customer-Details>p+li,.Customer-Details li+p,.Customer-Details li+li{margin-left:0;}}.Customer-Details>p span:first-child,.Customer-Details li span:first-child{margin:0;padding:0;margin-right:10px;}@media print{.Customer-Details>p span:first-child,.Customer-Details li span:first-child{font-size:.6em;margin-right:5px;}}.Customer-Details>p span:last-child a,.Customer-Details li span:last-child a{color:#121212;}@media print{.Customer-Details>p span:last-child a,.Customer-Details li span:last-child a{font-size:.6em;}}.Customer-Details>p span:last-child a:hover,.Customer-Details>p span:last-child a:focus,.Customer-Details>p span:last-child a:active,.Customer-Details li span:last-child a:hover,.Customer-Details li span:last-child a:focus,.Customer-Details li span:last-child a:active{text-decoration:underline;cursor:pointer;}.Customer-Details>p.Customer-Information,.Customer-Details>p.Customer-Message,.Customer-Details li.Customer-Information,.Customer-Details li.Customer-Message{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-left:0;}.Customer-Details>p.Customer-Information span:first-child,.Customer-Details>p.Customer-Message span:first-child,.Customer-Details li.Customer-Information span:first-child,.Customer-Details li.Customer-Message span:first-child{font-weight:700;font-size:.8em;}@media print{.Customer-Details>p.Customer-Information span:first-child,.Customer-Details>p.Customer-Message span:first-child,.Customer-Details li.Customer-Information span:first-child,.Customer-Details li.Customer-Message span:first-child{font-size:.6em;}}.Customer-Details>p.Customer-Information span:last-child,.Customer-Details>p.Customer-Message span:last-child,.Customer-Details li.Customer-Information span:last-child,.Customer-Details li.Customer-Message span:last-child{width:100%;font-size:.9em;}@media print{.Customer-Details>p.Customer-Information span:last-child,.Customer-Details>p.Customer-Message span:last-child,.Customer-Details li.Customer-Information span:last-child,.Customer-Details li.Customer-Message span:last-child{font-size:.6em;}}.Customer-Details>p.Customer-Message,.Customer-Details li.Customer-Message{margin-bottom:0;}.Info-Goal{text-align:center;}.Info-Goal span{margin:0 1em 0 1em;}@media screen and (max-width:640px){.Info-Goal span{font-size:.8em;}}.Graph{margin:0 auto 1em auto;width:300px;height:150px;overflow:hidden;}.Register-Seller-Login{clear:both;}.Lost-Password-Link{float:left;clear:both;text-decoration:underline;margin-top:-4.5em;margin-bottom:1em;margin-left:30%;}@media screen and (max-width:640px){.Lost-Password-Link{margin:0 0 1em 0;}}.Bottom-ButtonsAndSum .Save-Box{position:absolute;top:0;left:0;z-index:1;width:100%;height:50px;background-color:#89af6e;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-size:1rem;color:#fff;font-weight:bold;transition:.5s;}@media screen and (min-width:1200px){.Bottom-ButtonsAndSum .Save-Box{display:none;}}.Bottom-ButtonsAndSum .Save-Box.Save-Box--Animate{top:-50px;}@media screen and (max-width:480px){.Bottom-ButtonsAndSum .Save-Box{height:38px;}.Bottom-ButtonsAndSum .Save-Box.Save-Box--Animate{top:-38px;}}@media print{.Bottom-ButtonsAndSum .Save-Box{display:none;}}@media print{.Save-Box-Desktop{display:none;}}.Save-Box-Desktop .Save-Box{position:fixed;bottom:-50px;left:0;z-index:999;width:100%;height:50px;background-color:#89af6e;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-size:1.25em;color:#fff;font-weight:bold;transition:.5s;}@media screen and (max-width:1200px){.Save-Box-Desktop .Save-Box{display:none;}}.Save-Box-Desktop .Save-Box.Save-Box--Animate{bottom:0;}.CustomerNameRow{width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:98;}@media screen and (max-width:800px){.CustomerNameRow{padding:0 10px;}}.CustomerNameRow>a{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin:0 auto;width:100%;max-width:640px;padding:4px 0 5px 0;color:#121212;position:relative;}@media screen and (max-width:281px){.CustomerNameRow>a{padding:2px 0 3px 0;}}.CustomerNameRow>a:hover .Customer-Name{color:#1a9dd4;}.CustomerNameRow>a:hover .Number{color:#121212;}.CustomerNameRow>a:active,.CustomerNameRow>a:focus{outline:0;}.CustomerNameRow>a:active .Customer-Name,.CustomerNameRow>a:focus .Customer-Name{color:#1a9dd4;}.CustomerNameRow>a:active .Number,.CustomerNameRow>a:focus .Number{color:#121212;}.CustomerNameRow>a:before{position:absolute;display:block;max-width:640px;width:100%;border-bottom:solid 1px #ededed;content:"";top:0;flex:none;}.CustomerNameRow>a.Summa::after{content:none!important;}.CustomerNameRow>a .Close{display:none;position:absolute;right:15px;}.CustomerNameRow>a .Customer-Name{font-size:1.6em;line-height:1.2em;margin:.2em 0 0 0;padding:0;font-weight:bold;color:#121212;font-family:caecilia,Treubuchet,serif;position:relative;display:flex;align-items:center;flex:1 1 auto;overflow:hidden;}.CustomerNameRow>a .Customer-Name span:first-child{display:flex;align-items:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;line-height:1.4em;}.CustomerNameRow>a .Customer-Name span:first-child svg{width:20px;height:auto;margin-left:5px;}.CustomerNameRow>a .Customer-Name .icon-pencil{font-size:.8em;}.CustomerNameRow>a .Customer-Name input{font-weight:bold;color:#121212;font-family:caecilia,Treubuchet,serif;font-size:1em;max-width:200px;border:0;border-bottom:solid 2px #d9d3dd;flex:1 1 auto;}@media screen and (max-width:640px){.CustomerNameRow>a .Customer-Name{font-size:1.4em;}}@media screen and (max-width:480px){.CustomerNameRow>a .Customer-Name{font-size:1.125rem;}}@media screen and (max-width:361px){.CustomerNameRow>a .Customer-Name{font-size:1.3em;}}@media screen and (max-width:321px){.CustomerNameRow>a .Customer-Name{font-size:1.1em;}}@media screen and (max-width:281px){.CustomerNameRow>a .Customer-Name{font-size:.9rem;}}.CustomerNameRow>a .Customer-Name .icon-angle-down{color:#a0a0a0;font-size:.8em;transition:.2s;display:none;}.CustomerNameRow>a .Number{flex:0 0 30px;font-family:caecilia,Treubuchet,serif;font-weight:700;display:flex;flex-direction:row;align-items:center;margin:.4em 0 0 0;}@media screen and (max-width:640px){.CustomerNameRow>a .Number{margin:.2em 0 0 0;}}.CustomerNameRow>a .ShopOrder{border:solid 1px #121212;color:#121212;font-size:.5em;padding:.2em .4em .3em .4em;margin-top:2px;margin-bottom:.3em;margin-right:7px;border-radius:6px;margin-left:10px;font-family:myriad-pro,arial,sans-serif;text-transform:initial;font-weight:normal;flex:0 0 auto;display:flex;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media screen and (max-width:281px){.CustomerNameRow>a .ShopOrder{font-size:.55rem;}}.CustomerNameRow>a .ShopOrder .icon-mail{display:flex;flex-direction:row;justify-content:center;align-items:center;}.CustomerNameRow>a .ShopOrder .icon-circle{display:none;}.CustomerNameRow>a .ShopOrder.NotificationNotice{color:#121212;}.CustomerNameRow>a .ShopOrder.NotificationNotice .icon-circle{display:flex;color:#d32f2f;background-color:#fff;border-radius:50%;font-size:.6em;position:absolute;left:-6px;top:49%;transform:translateY(-50%);}.CustomerNameRow>a .ShopOrder.NotificationNotice--Read{color:#121212;}.CustomerNameRow>a .ShopOrder.NotificationNotice--Read .icon-circle{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;color:#6e6e6e;background-color:#fff;border-radius:50%;font-size:.6em;position:absolute;left:-6px;top:49%;transform:translateY(-48%);}.CustomerNameRow .AmountJars{margin-top:3px;}.CustomerNameRow .CustomerNameRow--Bottom{display:none;overflow:hidden;margin-top:10px;}@media screen and (max-width:800px){.CustomerNameRow .CustomerNameRow--Bottom{padding:0 20px;}}@media screen and (max-width:480px){.CustomerNameRow .CustomerNameRow--Bottom{padding:0;}}.CustomerNameRow .CustomerNameRow--Bottom .ButtonRow{max-width:640px;margin:0 auto;}.CustomerNameRow .CustomerNameRow--Bottom .ButtonRow a{color:#121212;}.CustomerNameRow .CustomerNameRow--Bottom .ButtonRow a:hover{color:#1a9dd4;}.CustomerNameRow .CustomerNameRow--Bottom .More-Options-Container{display:none;width:100%;max-width:640px;margin:0 auto;background-color:transparent;padding-top:20px;}.CustomerNameRow .CustomerNameRow--Bottom .More-Options-Container.Show{margin-bottom:10px;}.CustomerNameRow .CustomerNameRow--Bottom .More-Options-Container .Formfield-Wrapper{width:100%;height:auto;}.CustomerNameRow .CustomerNameRow--Bottom .More-Options-Container .Formfield-Wrapper input,.CustomerNameRow .CustomerNameRow--Bottom .More-Options-Container .Formfield-Wrapper textarea{width:100%;resize:none;}.CustomerNameRow .More-Options-Link{transition:ease-in-out .2s;height:auto;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;}.CustomerNameRow .More-Options-Link .Icon{transition:.2s;}.CustomerNameRow .More-Options-Link .icon-address-card-o{font-size:.9em;margin-right:5px;}.CustomerNameRow .More-Options-Link.Animate--Arrow{margin-bottom:0;}.CustomerNameRow .More-Options-Link.Animate--Arrow .Icon{transition:ease-in-out .2s;transform:rotate(90deg);}.CustomerNameRow.CustomerNameRow--Refunded{opacity:30%;}.CustomerNameRow.CustomerNameRow--Refunded .Customer-Name span:first-child{text-decoration:line-through;}.CustomerNameRow.CustomerNameRow--Refunded .AmountJars .Total{text-decoration:line-through;}.ProductList{padding:0 40px;clear:both;position:relative;overflow:hidden;max-height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:max-height 1s;transition-timing-function:cubic-bezier(.51,.01,.75,.72);}.ProductList.ProductList--Disabled .MyPages-Seller-ProductList{opacity:.4;}@media screen and (max-width:800px){.ProductList{padding:0 20px;}}@media screen and (max-width:480px){.ProductList{padding:0 10px;}}.ProductList .ShopMessage-Container{position:relative;margin:10px auto 0 auto;max-width:640px;padding:15px;background-color:#fff;border-radius:5px;-webkit-box-shadow:0 10px 5px -7px rgba(0,0,0,.08);-moz-box-shadow:0 10px 5px -7px rgba(0,0,0,.08);box-shadow:0 10px 5px -7px rgba(0,0,0,.08);}.ProductList .ShopMessage-Container .HeadlineContainer{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}.ProductList .ShopMessage-Container .HeadlineContainer .Headline3,.ProductList .ShopMessage-Container .HeadlineContainer .Normal{color:#121212;margin:0;height:19px;}.ProductList .ShopMessage-Container .HeadlineContainer .Date-Icon .Date-Icon--Day{font-size:.9em;}.ProductList .ShopMessage-Container .HeadlineContainer+.Information-Container{margin-top:5px;}@media screen and (max-width:480px){.ProductList .ShopMessage-Container .HeadlineContainer .Headline3{font-size:1rem;}.ProductList .ShopMessage-Container .HeadlineContainer .Normal{font-size:.875rem;}}.ProductList .ShopMessage-Container .Information-Container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;width:100%;height:auto;margin-bottom:10px;}.ProductList .ShopMessage-Container .Information-Container:last-child{margin-bottom:0;}.ProductList .ShopMessage-Container .Information-Container span{margin-bottom:5px;}.ProductList .ShopMessage-Container .Information-Container span:last-child{margin-bottom:0;}.ProductList .ShopMessage-Container .Information-Container span a{margin-left:5px;}.ProductList .ShopMessage-Container .Information-Container span a:hover{cursor:pointer;}@media screen and (max-width:480px){.ProductList .ShopMessage-Container .Information-Container span{font-size:1rem;}}@media screen and (max-width:281px){.ProductList .ShopMessage-Container .Information-Container span{font-size:.85rem;}}.ProductList .ShopMessage-Container .Information-Container .Message-Container{padding:7px;border:1px solid #e1ecf6;border-radius:5px;background-color:#eff8ff;}.ProductList .ShopMessage-Container+.ButtonRow{margin:20px auto 0 auto;}.ProductList .More-Options-Container{display:none;width:100%;max-width:640px;margin:0 auto;background-color:transparent;padding-top:20px;}.ProductList .More-Options-Container.Show{margin-bottom:20px;}.ProductList .More-Options-Container .Formfield-Wrapper{width:100%;height:auto;}.ProductList .More-Options-Container .Formfield-Wrapper input,.ProductList .More-Options-Container .Formfield-Wrapper textarea{width:100%;resize:none;}.ProductList .ButtonRow{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;max-width:640px;margin:0 auto;}.ProductList .ButtonRow a{color:#121212;}.ProductList .ButtonRow a:hover,.ProductList .ButtonRow a:focus,.ProductList .ButtonRow a:active{outline:0;color:#1a9dd4;}@media screen and (max-width:480px){.ProductList .ButtonRow a{font-size:.875rem;}}.ProductList .More-Options-Link{transition:ease-in-out .2s;height:auto;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;margin-right:50px;max-width:640px;}.ProductList .More-Options-Link .Icon{transition:.2s;}.ProductList .More-Options-Link .icon-address-card-o{font-size:.9em;margin-right:5px;}.ProductList .More-Options-Link.Animate--Arrow{margin-bottom:0;}.ProductList .More-Options-Link.Animate--Arrow .Icon{transition:ease-in-out .2s;transform:rotate(90deg);}.ProductList .Close{position:absolute;top:15px;right:15px;}@media screen and (max-width:640px){.ProductList .Close{right:12px;}}.ButtonRow{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;width:100%;height:auto;}.ButtonRow>a{margin-left:10px;margin-bottom:0;}.ButtonRow>a:first-child{margin-left:0;}.ButtonRow.ButtonRow--Right{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}@media screen and (max-width:640px){.ButtonRow.ButtonRow--Right{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}}.ButtonRow.ButtonRow--Center{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;height:auto;}.ButtonRow.ButtonRow--Center button{margin-right:1rem;}.ButtonRow.ButtonRow--Center button:last-child{margin-right:0;}.ButtonRow.ButtonRow--SpaceBetween{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}.ButtonRow.ButtonRow--SpaceBetween span{font-size:.95em;}.ButtonRow.ButtonRow--SpaceBetween a{margin:0;flex:0 0 auto;}.ButtonRow.ButtonRow--Split{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;}.ButtonRow.ButtonRow--Split>a:nth-child(2){margin-left:7px;}.ButtonRow.ButtonRow--Split>a:last-child{margin-left:auto;}.ButtonRow.Button--WithBorderTop{border-top:1px solid #d9d3dd;padding-top:15px;}.ButtonRow.ButtonRow--HalfWidth{width:50%;}@media screen and (max-width:520px){.ButtonRow.ButtonRow--HalfWidth{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;flex-wrap:wrap;}}.ButtonRow.ButtonRow--HalfWidth.FreeStickers>a:last-child{display:none;}.ButtonRow.ButtonRow--HalfWidth.FreeStickers>a.Button-Visible{display:block;}.RemoveSeller>div .Normal,.RemoveCustomer>div .Normal,.StopAfterSales>div .Normal{text-align:center!important;margin-bottom:20px;}.RemoveSeller>div .Normal:first-child,.RemoveCustomer>div .Normal:first-child,.StopAfterSales>div .Normal:first-child{margin-bottom:0;}.RemoveSeller>div .RemoveSellerName,.RemoveCustomer>div .RemoveSellerName,.StopAfterSales>div .RemoveSellerName{font-weight:800;}.RemoveSeller>div p.Normal.Question,.RemoveCustomer>div p.Normal.Question,.StopAfterSales>div p.Normal.Question{margin-bottom:20px;}.RemoveSeller .icon-attention-circled,.RemoveCustomer .icon-attention-circled,.StopAfterSales .icon-attention-circled{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;font-size:3em;margin-bottom:12px;color:#6e6e6e;}.RemoveSeller .ButtonRow,.RemoveCustomer .ButtonRow,.StopAfterSales .ButtonRow{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin-top:15px;}.RemoveSeller .ButtonRow .ButtonWrapper,.RemoveCustomer .ButtonRow .ButtonWrapper,.StopAfterSales .ButtonRow .ButtonWrapper{margin-bottom:0;width:auto;}.RemoveSeller .ButtonRow .ButtonWrapper:last-child,.RemoveCustomer .ButtonRow .ButtonWrapper:last-child,.StopAfterSales .ButtonRow .ButtonWrapper:last-child{margin-left:25px;}.AddNewSellerBox .Normal:last-of-type{margin-bottom:20px;}.Show{display:block!important;}.MyPages-Seller-ProductList{min-height:500px;background-color:transparent;border-radius:8px;margin-top:20px;}@media screen and (max-width:640px){.MyPages-Seller-ProductList{width:100%;margin-left:0;margin-top:10px;}}.MyPages-Seller-ProductList .Save-Button{clear:both;float:right;text-align:right;margin-top:.4em;width:100%;border-radius:3px;}.MyPages-Seller-ProductList .MyPages-ProductList--Left,.MyPages-Seller-ProductList .MyPages-ProductList--Right{margin:0;padding:0;list-style-type:none;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li{position:relative;width:100%;margin-bottom:15px;border-radius:5px;background-color:#fff;}@media screen and (max-width:640px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li{margin-bottom:10px;}}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a{padding:.6em 0 .6em 1em;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;transition:.15s;margin-right:146px;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a:active,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a:focus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a:active,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a:focus{transition:.2s;-webkit-box-shadow:0 10px 5px -7px rgba(0,0,0,.07);-moz-box-shadow:0 10px 5px -7px rgba(0,0,0,.07);box-shadow:0 10px 5px -7px rgba(0,0,0,.07);}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a:active .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a:hover .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a:focus .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a:active .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a:hover .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a:focus .Product-Name{color:#1a9dd4;}@media screen and (max-width:640px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a{padding-left:.55em;}}@media screen and (max-width:321px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a{padding-left:.5em;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:100%;}}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Image,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Image{width:80px;flex:0 0 80px;overflow:hidden;position:relative;margin-right:6px;}@media screen and (max-width:640px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Image,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Image{flex:0 0 70px;}}@media screen and (max-width:321px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Image,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Image{flex:0 0 96px;width:120px;margin-bottom:10px;}}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Image img,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Image img{border:0;width:100%;height:auto;display:block;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name{font-size:.9em;font-weight:bold;color:#121212;flex:1 1 auto;}@media screen and (max-width:1200px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name{font-size:.94em;}}@media screen and (max-width:800px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name{font-size:1.1em;}}@media screen and (max-width:640px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name{font-size:.9rem;}}@media screen and (max-width:480px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name{font-size:.875rem;line-height:1rem;}}@media screen and (max-width:321px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name{flex:none;width:100%;text-align:center;margin-bottom:60px;padding:0 10px;font-size:1.1em;}}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name .Status-Text,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name .Status-Text{color:#e9446b;font-size:.85em;display:block;clear:both;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name .Price-Text,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name .Price-Text{display:block;font-family:myriad-pro,arial,sans-serif;font-weight:400;font-style:normal;font-size:.75rem;color:#6e6e6e;clear:both;margin:2px 0 0 0;}@media screen and (max-width:640px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name .Price-Text,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name .Price-Text{font-size:.68rem;}}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name .icon-info,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name .icon-info{color:#444;font-size:.8em;background-color:#f6f6f6;border-radius:50%;width:15px;height:15px;display:inline-block;position:absolute;top:4px;left:5px;display:none;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li>a .Product-Name .icon-info::before,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li>a .Product-Name .icon-info::before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;padding:0;font-size:.85em;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus{display:flex;position:absolute;right:1em;top:50%;transform:translateY(-50%);width:120px;justify-content:flex-end;}@media screen and (max-width:321px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus{top:auto;bottom:15px;right:50%;transform:translateX(50%);}}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .PlusMinusInput,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .PlusMinusInput{width:45px!important;height:38px;border:0;background-color:#f6f6f6;padding:7px;font-size:16px;text-align:center;font-weight:bold;border-radius:4px;margin-left:5px;margin-right:5px;box-shadow:none;margin-bottom:0;}@media screen and (max-width:640px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .PlusMinusInput,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .PlusMinusInput{flex:none;width:40px!important;}}@media screen and (max-width:321px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .PlusMinusInput,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .PlusMinusInput{flex:none;width:40px!important;}}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .PlusMinusInput.RecentlySaved,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .PlusMinusInput.RecentlySaved{outline:3px solid #6fb33f;animation:recentlySaved_OutlineFadeOut 2.5s ease forwards;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .PlusMinusInput.Unsaved,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .PlusMinusInput.Unsaved{outline:3px solid transparent;animation:unsaved_OutlineFadeIn .35s ease forwards;}@keyframes unsaved_OutlineFadeIn{from{outline:3px solid transparent;}to{outline:3px solid #faf567;}}@keyframes recentlySaved_OutlineFadeOut{from{outline:3px solid #6fb33f;}to{outline:3px solid transparent;}}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus{flex:0 0 auto;background-color:#f6f6f6;font-weight:bold;margin:0;padding:7px;border:0;border-radius:4px;color:#121212;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;font-size:16px;box-shadow:none;}@media screen and (max-width:321px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus{padding:6px;}}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus:hover{cursor:pointer;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus:active,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus:active,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus:active,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus:active{background-color:#f9e7c2;color:#121212;outline:0;}@media screen and (min-width:640px){.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus:active,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus:focus,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus:active,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus:focus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus:active,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus:focus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus:active,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus:focus{background-color:#f9e7c2;color:#121212;outline:0;}}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus[disabled],.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus[disabled],.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus[disabled],.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus[disabled]{color:#b3b3b3;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus[disabled]:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus[disabled]:active,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus[disabled]:focus,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus[disabled]:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus[disabled]:active,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus[disabled]:focus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus[disabled]:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus[disabled]:active,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus[disabled]:focus,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus[disabled]:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus[disabled]:active,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus[disabled]:focus{cursor:default;background-color:#f6f6f6;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus[readonly],.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus[readonly],.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus[readonly],.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus[readonly]{color:#b3b3b3;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Plus[readonly]:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .Minus[readonly]:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Plus[readonly]:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .Minus[readonly]:hover{cursor:default;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .SoldOutWrapper,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .SoldOutWrapper{display:block;transform:rotate(-4deg);position:absolute;width:60%;left:50%;bottom:-10px;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .SoldOutWrapper img,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .SoldOutWrapper img{display:block;width:100%;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li .Formfield-Wrapper--PlusMinus .SoldOutWrapper.SoldOutWrapper--FullWidth,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li .Formfield-Wrapper--PlusMinus .SoldOutWrapper.SoldOutWrapper--FullWidth{width:100%;position:static;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li.Inactive .Product-Name,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li.Inactive .Product-Name{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li.Inactive .Label_SoldOut,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li.Inactive .Label_SoldOut{order:1;display:block;background-color:transparent;padding:0;border-radius:3px;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li.Inactive .Label_SoldOut span,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li.Inactive .Label_SoldOut span{color:#d32f2f;font-family:myriad-pro,arial,sans-serif;font-size:11px;font-weight:700;white-space:nowrap;display:block;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li.Inactive .Plus[disabled],.MyPages-Seller-ProductList .MyPages-ProductList--Right>li.Inactive .Plus[disabled]{color:#b3b3b3;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li.Inactive .Plus[disabled]:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li.Inactive .Plus[disabled]:hover{cursor:default;background-color:#f6f6f6;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li.Inactive .PlusMinusInput[readonly],.MyPages-Seller-ProductList .MyPages-ProductList--Right>li.Inactive .PlusMinusInput[readonly]{color:#b3b3b3;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li.Inactive .PlusMinusInput[readonly]:hover,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li.Inactive .PlusMinusInput[readonly]:hover{cursor:default;}.MyPages-Seller-ProductList .MyPages-ProductList--Left>li.MyPages-Seller-ProductList-Item--SoldOut,.MyPages-Seller-ProductList .MyPages-ProductList--Right>li.MyPages-Seller-ProductList-Item--SoldOut{opacity:.7;}.MyPages-ProductList--Left{float:left;width:48%;clear:both;}@media screen and (max-width:800px){.MyPages-ProductList--Left{width:100%;float:none;}.MyPages-ProductList--Left .icon-info-circled{display:none;}}.MyPages-ProductList--Right{float:right;width:48%;}@media screen and (max-width:800px){.MyPages-ProductList--Right{width:100%;float:none;}.MyPages-ProductList--Right .icon-info-circled{display:none;}}.NormalNumberBullet{display:flex;}.NumberBullet{flex:0 0 25px;border-radius:50%;width:25px;height:25px;display:inline-block;text-align:center;line-height:25px;background-color:#0b6297;color:#fff;font-size:.9em;margin-right:5px;}.NumberBulletMargin{display:inline-block;width:30px;}.MyPages-Seller-Register .MyPages-Image{position:absolute;right:0;margin-right:1em;width:30%;}@media screen and (max-width:640px){.MyPages-Seller-Register .MyPages-Image{position:static;float:right;width:40%;margin-top:1em;}}.MyPages-Seller-Register .icon-left-big{display:inline-block;position:absolute;left:50%;top:10px;}@media screen and (max-width:640px){.MyPages-Seller-Register .icon-left-big{display:none;}}.MyPages-Seller-Register-New{padding:40px 40px 0 40px;}@media screen and (max-width:640px){.MyPages-Seller-Register-New{padding:20px 20px 0 20px;}}.MyPages-Seller-Register-New .MyPages-Seller-Top{margin-bottom:2.6em;max-width:480px;margin:0 auto 2em auto;}.MyPages-Seller-Register-New .Form-Wrapper{padding:1.6em;margin-bottom:1em;margin-top:1em;display:inline-block;border-radius:5px;width:100%;background-color:#fff;padding:20px 25px;}.MyPages-Seller-Register-New .Form-Wrapper .ButtonWrapper{margin:0 0 1.5rem 0;}@media screen and (max-width:640px){.MyPages-Seller-Register-New .Form-Wrapper .ButtonWrapper{float:none;text-align:center;}}.MyPages-Seller-Register-New .Form-Wrapper .Normal{margin:0 0 1em 0;}.MyPages-Seller-Register-New .RegisterSellerAccountForm{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;border-radius:10px;border:0;margin:0 auto;width:100%;padding:0;max-width:480px;}.MyPages-Seller-Register-New .RegisterSellerAccountForm .FormGroup{width:100%;margin-right:20px;}@media screen and (max-width:640px){.MyPages-Seller-Register-New .RegisterSellerAccountForm .FormGroup{margin-right:0;}}.MyPages-Seller-Register-New .RegisterSellerAccountForm .FormGroup>.Headline2{display:block;width:100%;text-align:center;color:#121212;font-size:1.2em;}@media screen and (max-width:640px){.MyPages-Seller-Register-New .RegisterSellerAccountForm{display:block;}}.MyPages-Seller-Register-New .RegisterSellerAccountForm .Form{width:65%;}.MyPages-Seller-Register-New .RegisterSellerAccountForm .Form .dxFormTextfield{background-color:#fff;}@media screen and (max-width:640px){.MyPages-Seller-Register-New .RegisterSellerAccountForm .Form{width:100%;}}.MyPages-Seller-Register-New .RegisterSellerAccountForm .MyPagesImg{width:30%;}@media screen and (max-width:640px){.MyPages-Seller-Register-New .RegisterSellerAccountForm .MyPagesImg{width:80%;}}.MyPages-Seller-Register-New .MyPagesImg{width:35%;display:block;margin:2em auto 0 auto;}.MyPages-Seller-Register-New .Bottom2{clear:both;margin-top:1.6em;width:100%;float:left;padding:1.6em;background-color:#ededed;display:flex;justify-content:center;}@media screen and (max-width:640px){.MyPages-Seller-Register-New .Bottom2{margin-top:0;}}.MyPages-Seller-Register-New .Bottom2 p{margin:0;}.MyPages-Seller-Register-New .Normal.Normal--CenteredCursive{width:100%;max-width:200px;margin:0 auto 1.5rem auto;font-style:italic;font-size:.9rem;text-align:center;}.Print-Seller-Letter{float:right;margin-bottom:1em;color:#121212;width:220px;text-align:center;display:block;}@media screen and (max-width:800px){.Print-Seller-Letter{width:150px;margin-top:0;}}@media screen and (max-width:520px){.Print-Seller-Letter{font-size:.7em;width:110px;}}.Seller-Infobox{padding:.6em;background-color:#fff;box-sizing:border-box;margin:.6em 0 0 0;width:100%;text-align:center;color:#121212;border:solid 1px #ccc;}.Seller-Infobox h3.Headline3{display:block;width:100%;text-align:center;margin:0 0 7px 0;}.Seller-Infobox span{display:block;width:100%;text-align:center;font-size:.9rem;}.Seller-Infobox span.ContactPerson{font-weight:700;font-size:1.05rem;}.Seller-Infobox span+span{margin-top:3px;}.Seller-Infobox a{color:#121212;}.Seller-Ready-Checkbox{float:left;clear:both;margin:1em 0 1em 0;}@media screen and (max-width:640px){.Seller-Ready-Checkbox{clear:both;float:left;margin-top:1em;}}.Seller-Ready-Button{float:right;margin-top:1em;}.KP-New-Seller-Box{width:60%;left:20%;}.KP-Ready-Info-Box .Jars-Left{font-size:1.1em;color:#d32f2f;font-weight:bold;}.KP-Ready-Info-Box .Earnings-Table-Wrapper{padding:1em;background-color:#ffe5e5;width:70%;margin:.6em auto .4em auto;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.KP-Ready-Info-Box .Earnings-Table-Wrapper .Earnings-Table{width:100%;border-collapse:collapse;}.KP-Ready-Info-Box .Earnings-Table-Wrapper .Earnings-Table th,.KP-Ready-Info-Box .Earnings-Table-Wrapper .Earnings-Table td{text-align:center;padding:.5em 0 .5em 0;font-size:1.2em;color:#5f2623;}.KP-Ready-Info-Box .Earnings-Table-Wrapper .Earnings-Table td{border-top:solid 1px #333;color:#121212;}.KP-Ready-Info-Box .Earnings-Table-Wrapper .Earnings-Table td.Selected{background-color:#ebcfcb;}.Bullet{margin:.2em 0 0 1.6em;padding:0;}.Bullet li.Normal{margin-bottom:.2em;}.Number-List{margin:.2em 0 .2em 0;padding:0;counter-reset:Counter-Nr;list-style-type:none;display:inline-block;}.Number-List li{clear:both;margin-bottom:.1em;line-height:1.6em;width:100%;display:inline-block;}.Number-List li:before{content:"" counter(Counter-Nr) ".";counter-increment:Counter-Nr;margin-right:.8em;font-size:1em;color:#121212;line-height:1.4em;text-align:center;border-radius:4px;float:left;}.MyPages-ExtraSalesBatch .Message-Box .Normal{width:80%;}.Message-Box-Button{position:absolute;display:none;top:-50px;right:0;padding:5px;border-radius:4px;font-size:.8em;}.Message-Box{display:block;background-color:#fff;padding:1.6em 2.5em;border-radius:3px;margin:0 auto 1.4em auto;-webkit-box-shadow:3px 3px 8px 0 rgba(0,0,0,.17);-moz-box-shadow:3px 3px 8px 0 rgba(0,0,0,.17);box-shadow:3px 3px 8px 0 rgba(0,0,0,.17);position:relative;transition:.25s;overflow:hidden;width:100%;}@media screen and (max-width:1024px){.Message-Box{padding:.9em 1.1em;margin:0 10px 1.4em 10px;width:auto!important;}}.Message-Box.Welcome{float:right;}@media print{.Message-Box.Welcome{display:none;}}.Message-Box.AfterSalesActive{float:right;}@media print{.Message-Box.AfterSalesActivate{display:none;}}@media print{.Message-Box.AfterSalesDeactivate{display:none;}}.Message-Box.WO-Shadow{box-shadow:none;}.Message-Box .WelcomeHeadline{transition:all .25s;}@media print{.Message-Box .WelcomeHeadline{display:none!important;}}.Message-Box .WelcomeHeadline .Minify{color:#121212;position:absolute;right:0;top:0;font-size:1.1em;padding:6px;transition:.25s;}.Message-Box .WelcomeText{max-width:100%;max-height:1000px;transition:.25s;}.Message-Box.Message-Box-Minify{padding:0;background-color:rgba(255,255,255,0);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin:-1.8em 0 0 0;width:auto;}.Message-Box.Message-Box-Minify .WelcomeHeadline{width:auto;}.Message-Box.Message-Box-Minify .WelcomeHeadline .Minify{transform:rotate(180deg);position:static;display:inline-block;vertical-align:middle;}.Message-Box.Message-Box-Minify .WelcomeHeadline .Headline2{display:inline-block;font-size:.85em;font-family:myriad-pro,arial,sans-serif;}.Message-Box.Message-Box-Minify .WelcomeText{max-height:0;overflow:hidden;max-width:0;}.Message-Box.Message-Box-Minify .Headline2{margin:0;font-size:.9em;text-align:right!important;}.Message-Box.KP-Welcome-Box{border-bottom:solid 1px #d3d3d3;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;margin:-2em 0 20px 0;box-shadow:none;border-radius:0;position:relative;max-height:1000px;}@media screen and (max-width:640px){.Message-Box.KP-Welcome-Box{margin:0 auto 20px auto;border:solid 1px #d3d3d3;border-radius:5px;width:90%!important;}}.Message-Box.KP-Welcome-Box a{color:#0b6297;}.Message-Box.KP-Welcome-Box .Group-Link{display:inline-block;margin:15px 20px 0 0;background-color:#fff;border:solid 1px #d3d3d3;border-radius:3px;padding:10px;position:relative;width:auto;padding-right:80px;}@media screen and (max-width:640px){.Message-Box.KP-Welcome-Box .Group-Link{margin:15px 0;padding-right:10px;width:100%;}}.Message-Box.KP-Welcome-Box .Group-Link a{color:#0b6297;flex:0 1 auto;overflow:hidden;font-size:.9em;}.Message-Box.After-Sale{background-color:#dedede;border:0;}@media print{.Message-Box.After-Sale{display:block!important;}}.Message-Box .How-To-Start{background-color:transparent;width:75%;height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;padding:0;border-radius:4px;}@media screen and (max-width:640px){.Message-Box .How-To-Start{background-color:#faf4f3;width:100%;padding:10px;}}.Message-Box .Groupcode{position:absolute;right:3em;top:3em;margin:0;float:none;}@media screen and (max-width:640px){.Message-Box .Groupcode{display:none;}}@media screen and (max-width:640px){.Message-Box .Send-Letter{padding-left:0;clear:both;display:block;}}.Message-Box .CloseBox,.Message-Box .Close{position:absolute;right:0;top:2px;color:#121212;font-size:1.2em;padding:.2em;}.Message-Box .CloseBox:hover,.Message-Box .Close:hover{color:#1a9dd4;}@media screen and (max-width:640px){.Message-Box .CloseBox,.Message-Box .Close{top:5px;right:3px;}}@media screen and (max-width:800px){.Message-Box .Bullet{margin:0;margin-left:16px;}}@media screen and (max-width:640px){.Message-Box .Bullet{margin:0;margin-left:14px;}}.Message-Box .Headline2{text-align:left!important;margin:0 0 .6em 0;font-size:1.2em;}.Message-Box .Normal{text-align:left!important;}@media screen and (max-width:640px){.Message-Box .Normal{font-size:1em;}}.Message-Box .MoreInfo-Box{display:none;padding:1em;}.Message-Box .Show-MoreInfo .Icon-Angle::before{content:"";}.Message-Box .Show-MoreInfo .MoreInfo-Box{display:block;}.Message-Box .LetterToSellers .Normal{margin:0;}.Message-Box .Order-Printouts{font-size:.8em;margin:0 0 0 0;overflow:hidden;bottom:1em;clear:both;width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;}@media screen and (max-width:640px){.Message-Box .Order-Printouts{margin-left:0;}}.Message-Box .Order-Printouts .Wrapper{border:solid 1px #dedede;padding:.8em 1em .8em 1em;float:left;position:relative;background-color:#fff;border-radius:5px;margin:0 auto;width:100%;max-width:550px;}@media screen and (max-width:640px){.Message-Box .Order-Printouts .Wrapper{width:100%;border:0;background-color:transparent;}}@media screen and (max-width:640px){.Message-Box .Order-Printouts .Button-Wrapper--Right{margin-top:2em;}}.Message-Box .Order-Printouts .Delivery-Info{float:left;font-size:.9em;margin-top:-3em;}@media screen and (max-width:640px){.Message-Box .Order-Printouts .Delivery-Info{width:100%;text-align:right;margin-top:-5.5em;}}.Message-Box .Order-Printouts .Normal{font-size:.9em;text-align:left!important;clear:both;}.Message-Box .Order-Printouts .Amount .dxFormTextfield{width:40px!important;}.Message-Box .Order-Printouts .Message-Date-Goal{width:100%;font-size:1.2em;margin-bottom:1em;}.Message-Box .Order-Printouts .Message-Date-Goal .Normal{margin:0;}.Message-Box .Letter-Show{float:left;margin-left:1.6em;clear:both;}@media screen and (max-width:520px){.Message-Box .Letter-Show{margin-top:0;}}.Message-Box .Message-Date-Goal{display:block;margin-bottom:1em;width:50%;padding:1em;border:solid 1px #dedede;background-color:#ffe5e5;text-align:center;}@media screen and (max-width:640px){.Message-Box .Message-Date-Goal{width:100%;}}.Message-Box .Message-Date-Goal .Normal{font-size:.8em;}.Message-Box .Groupcode-Distribute{clear:both;margin:0;padding:0;list-style-type:none;}.Message-Box .Groupcode-Distribute li{background-color:#fff;float:left;width:48%;padding:1.4em;margin-left:4%;border:solid 1px #dedede;border-radius:10px;min-height:220px;}.Message-Box .Groupcode-Distribute li .Message-Date-Goal{width:90%;margin-left:5%;margin-bottom:1em;padding:1em;border:solid 1px #dedede;background-color:#ffe5e5;text-align:center;}.Message-Box .Groupcode-Distribute li .Message-Date-Goal .Normal{font-size:.8em;}.Message-Box .Groupcode-Distribute li .Headline2{text-align:center!important;word-wrap:break-word;margin-bottom:.2em;}@media screen and (max-width:640px){.Message-Box .Groupcode-Distribute li .Headline2{font-size:.9em;}}.Message-Box .Groupcode-Distribute li .Normal{text-align:center!important;word-wrap:break-word;}.Message-Box .Groupcode-Distribute li .Icons{text-align:center;width:100%;}.Message-Box .Groupcode-Distribute li .Icon{text-align:center;font-size:3em;display:inline;}@media screen and (max-width:640px){.Message-Box .Groupcode-Distribute li .Icon{font-size:2.4em;}}.Message-Box .Groupcode-Distribute li:first-child{margin-left:0;}.Message-Box .Groupcode-Distribute li .Order-Printouts{font-size:.8em;margin:1em auto 0 auto;border:solid 1px #dedede;padding:1em 1em .2em 1em;width:155px;overflow:hidden;background-color:#fff;}.Message-Box .Groupcode-Distribute li .Order-Printouts .Normal{font-size:.9em;text-align:left!important;clear:both;}.Message-Box .Groupcode-Distribute li .Order-Printouts label{display:block;width:100%;}.Message-Box .Groupcode-Distribute li .Order-Printouts .dxFormTextfield{float:left;clear:both;width:40px!important;}@media screen and (max-width:640px){.Message-Box .Groupcode-Distribute li .Order-Printouts .dxFormTextfield{font-size:1em;}}@media screen and (max-width:640px){.Message-Box .Groupcode-Distribute li{width:100%;margin:0;clear:both;min-height:1px;}.Message-Box .Groupcode-Distribute li:first-child{margin-bottom:1em;}}.Message-Box .Groupcode-Distribute li .Register-Link{margin-bottom:0;}.Message-Box .Groupcode-Distribute li .Email-Instructions{margin:.8em 0 0 0;}.Message-Box .Groupcode-Distribute li .Print-Help{font-size:.8em;margin:0 0 .4em 0;}.Message-Box .Copytext{padding:1em;background-color:#f7f7f7;border:solid 1px #ededed;}.Message-Box .dxUl{margin-left:0;}.Message-Box .dxUl li{list-style-type:none;margin-bottom:1em;}@media screen and (max-width:520px){.Message-Box{width:100%;left:0!important;top:0!important;position:relative;margin-bottom:1em;}}.dxUl{margin:.5em .4em .5em 1.65em;padding:0;list-style-type:square;}.dxUl li{margin-bottom:.2em;color:#5f2623;}.dxUl li .Normal{color:#121212;margin-bottom:0;}.ui-loader{display:none!important;}.Info-Box{position:fixed;z-index:99999;left:20%;top:10%;width:60%;padding:1em 1em 1em 1em;background-color:#fff;-webkit-box-shadow:4px 4px 28px 0 rgba(0,0,0,.15);-moz-box-shadow:4px 4px 28px 0 rgba(0,0,0,.15);box-shadow:4px 4px 28px 0 rgba(0,0,0,.15);border:solid 1px #444;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}.Info-Box .Close{float:right;padding:.2em;margin-right:-.2em;}.Info-Box .Headline2{text-align:left!important;}.Info-Box .Normal{text-align:left!important;}@media screen and (max-width:800px){.Info-Box{width:80%;left:10%;}}@media screen and (max-width:520px){.Info-Box{width:100%;left:0!important;top:0!important;position:static;margin-bottom:1em;}}.Box{padding:1em;position:relative;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-shadow:0 0 5px 0 rgba(0,0,0,.2);border:solid 1px #c9c9c9;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff;box-sizing:border-box;margin:0 0 1em 0;}@media screen and (max-width:640px){.Box{clear:both;float:left;margin:2em 0 1em 0;width:100%;}}.Register-Seller-Button .Normal{margin-bottom:0;}.MyPages-ContactPersonView,.MyPages-SellerView{position:relative;margin-top:20px;}.MyPages-ContactPersonView .Headline1,.MyPages-ContactPersonView .Headline2,.MyPages-ContactPersonView .Normal,.MyPages-SellerView .Headline1,.MyPages-SellerView .Headline2,.MyPages-SellerView .Normal{text-align:left;}.OrderButton{clear:both;margin-top:2em;}.OrderButton .KS-Button{font-size:1.2rem;}@media screen and (max-width:480px){.OrderButton .KS-Button{font-size:1.125rem;}}@media screen and (max-width:281px){.OrderButton .KS-Button{font-size:1rem;}}.Starburst{font-family:caecilia,Treubuchet,serif;font-size:.4em;background-color:#e9446b;color:#fff;width:3em;height:3em;position:absolute;line-height:2.5em;text-align:center;margin-top:-1.25em;margin-left:-1.25em;z-index:40;transform:rotate(-45deg);font-weight:bold;}@media screen and (max-width:800px){.Starburst{width:2.7em;height:2.7em;font-size:.9em;}}@media screen and (max-width:520px){.Starburst{width:2.6em;height:2.6em;font-size:.65em;}}@media screen and (max-width:800px){.Starburst{position:static;}}.Starburst.Starburst--Large{width:120px;height:120px;align-items:center;}.Starburst.Starburst--Large>span{flex-wrap:wrap;}.Starburst.Starburst--Large>span span{flex:none;width:100%;}.Starburst.Starburst--Large>span strong{flex:none;width:100%;clear:both;}.Starburst:active,.Starburst:hover,.Starburst:focus{background-color:#e87185;color:#fff;}.Starburst,.Starburst>span{display:flex;align-items:center;justify-content:center;}.Starburst>span{width:100%;height:100%;background-color:inherit;transform:rotate(45deg);text-transform:initial;}.Starburst:before,.Starburst:after,.Starburst span:before,.Starburst span:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:inherit;z-index:-1;transform:rotate(30deg);}.Starburst:after{transform:rotate(-30deg);}.Starburst span:after{transform:rotate(30deg);}.Starburst span:before{transform:rotate(-30deg);}.MyPages-SellerView{position:relative;}.MyPages-SellerView .Padding-Top-Half{padding-top:1em;}.MyPages-SellerView .Facebook-Share{position:absolute;right:0;top:-30px;float:right;font-size:.9em;padding-bottom:1em;}.MyPages-SellerView .AddRow{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;width:100%;max-width:640px;margin:0 auto;padding:5px 0;}@media screen and (max-width:661px){.MyPages-SellerView .AddRow{padding:0 10px;max-width:none;}}.MyPages-SellerView .AddRow .ButtonWrapper{flex:0 0 auto;width:auto;}.MyPages-SellerView .AddRow .ButtonWrapper .NewCustomer{padding:.3rem 1.4rem;}@media screen and (max-width:480px){.MyPages-SellerView .AddRow .ButtonWrapper .NewCustomer{padding:.15rem 1.4rem;}}@media screen and (max-width:281px){.MyPages-SellerView .AddRow .ButtonWrapper .NewCustomer{margin:0 5px 0 0!important;}}.MyPages-SellerView .AddRow .SummaWrapper{flex:0 0 auto;}.MyPages-SellerView .AddRow .SummaWrapper .AmountJars{margin-left:.7em;margin-right:2rem;font-size:1.2em;padding:.3em .5em;display:inline-block;background-color:#f9e7c2;color:#121212;line-height:1.6em;width:80px;text-align:center;font-family:myriad-pro,arial,sans-serif;border-radius:5px;}.MyPages-SellerView .AddRow .SummaWrapper .AmountJars .Total{font-size:1.3em;}@media screen and (max-width:1200px){.MyPages-SellerView .AddRow .SummaWrapper .AmountJars{font-size:1rem;}}@media screen and (max-width:480px){.MyPages-SellerView .AddRow .SummaWrapper .AmountJars{font-size:1.125rem;}.MyPages-SellerView .AddRow .SummaWrapper .AmountJars .Total{font-size:1.125rem;font-weight:bold;}}@media screen and (max-width:281px){.MyPages-SellerView .AddRow .SummaWrapper .AmountJars{font-size:.9rem;}}.MyPages-SellerView .AddRow .Tab-Wrapper{margin-bottom:2em;}.MyPages-SellerView .NewEndCustomer{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;position:relative;transition:max-height .5s;}.MyPages-SellerView .NewEndCustomer.Hide{display:none!important;}.MyPages-SellerView .NewEndCustomer .CustomerNameRow{display:none;}.MyPages-SellerView .NewEndCustomer .ProductList{width:100%;}.MyPages-SellerView .NewEndCustomer.NewEndCustomer--Open{background-color:#f5ecea;-webkit-box-shadow:inset 0 5px 13px -10px rgba(0,0,0,.48),inset -5px -15px 13px -20px rgba(0,0,0,.48);-moz-box-shadow:inset 0 5px 13px -10px rgba(0,0,0,.48),inset -5px -15px 13px -20px rgba(0,0,0,.48);box-shadow:inset 0 5px 13px -10px rgba(0,0,0,.48),inset -5px -15px 13px -20px rgba(0,0,0,.48);transition:.15s;}.MyPages-SellerView .NewEndCustomer.NewEndCustomer--Open .CustomerToggleArrow{transform:rotate(90deg);}.MyPages-SellerView .NewEndCustomer.NewEndCustomer--Open .Arrow-Right-Obj::before{top:0;height:15px;}.MyPages-SellerView .NewEndCustomer.NewEndCustomer--Open .Arrow-Right-Obj::after{height:15px;}.MyPages-SellerView .NewEndCustomer.NewEndCustomer--Open .NewCustomer{display:none;}.MyPages-SellerView .NewEndCustomer.NewEndCustomer--Open .CustomerNameRow{display:block;background-color:#f5ecea;-webkit-box-shadow:inset -1px 7px 5px -3px rgba(0,0,0,.1);-moz-box-shadow:inset -1px 7px 5px -3px rgba(0,0,0,.1);box-shadow:inset -1px 7px 5px -3px rgba(0,0,0,.1);}.MyPages-SellerView .NewEndCustomer.NewEndCustomer--Open .CustomerNameRow a::before{border:0;}.MyPages-SellerView .NewEndCustomer.NewEndCustomer--Open .ProductList{max-height:4170px;}.MyPages-SellerView .NewEndCustomer.NewEndCustomer--Open .ProductList .More-Options-Container{padding:0;}.MyPages-SellerView .Customer-List{margin:0 auto 0 auto;padding:0;list-style-type:none;width:100%;display:inline-block;position:relative;}.MyPages-SellerView .Customer-List:after{position:absolute;display:block;max-width:640px;width:calc(100% - 20px);border-bottom:solid 1px #ededed;content:"";bottom:0;left:50%;transform:translateX(-50%);flex:none;}.MyPages-SellerView .Customer-List>li{width:100%;clear:both;float:left;transition:all .35s;}.MyPages-SellerView .Customer-List>li.ProductList--Close .ProductList{max-height:0!important;transition:max-height .7s;transition-timing-function:cubic-bezier(0,0,.35,.93);}.MyPages-SellerView .Customer-List>li .Arrow-Right-Obj{position:relative;display:block;width:20px;height:14px;flex:0 0 20px;margin-left:12px;transition:all .35s;}.MyPages-SellerView .Customer-List>li .Arrow-Right-Obj::before,.MyPages-SellerView .Customer-List>li .Arrow-Right-Obj::after{position:absolute;content:" ";height:10px;width:2px;background-color:#121212;}.MyPages-SellerView .Customer-List>li .Arrow-Right-Obj::before{transition:all .35s;transform:rotate(45deg);left:5px;top:6px;}.MyPages-SellerView .Customer-List>li .Arrow-Right-Obj::after{transition:all .35s;left:5px;transform:rotate(-45deg);top:0;}.MyPages-SellerView .Customer-List>li.ProductList--Open{background-color:#f5ecea;-webkit-box-shadow:inset -1px -3px 3px 0 rgba(0,0,0,.1);-moz-box-shadow:inset -1px -3px 3px 0 rgba(0,0,0,.1);box-shadow:inset -1px -3px 3px 0 rgba(0,0,0,.1);position:relative;}.MyPages-SellerView .Customer-List>li.ProductList--Open .Arrow-Right-Obj::before{top:0;height:15px;}.MyPages-SellerView .Customer-List>li.ProductList--Open .Arrow-Right-Obj::after{height:15px;}.MyPages-SellerView .Customer-List>li.ProductList--Open>.ProductList:first-child{-webkit-box-shadow:inset -1px 7px 5px -3px rgba(0,0,0,.1);-moz-box-shadow:inset -1px 7px 5px -3px rgba(0,0,0,.1);box-shadow:inset -1px 7px 5px -3px rgba(0,0,0,.1);}.MyPages-SellerView .Customer-List>li.ProductList--Open .CustomerNameRow{background-color:#f5ecea;}.MyPages-SellerView .Customer-List>li.ProductList--Open .CustomerNameRow:before{content:"";position:absolute;width:100%;top:0;left:0;-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 3px 1px rgba(0,0,0,.1);box-shadow:0 1px 3px 1px rgba(0,0,0,.1);border-top:solid 1px rgba(0,0,0,.1);}.MyPages-SellerView .Customer-List>li.ProductList--Open .CustomerNameRow>a::before{border:0;}.MyPages-SellerView .Customer-List>li.ProductList--Open .CustomerNameRow--Bottom{display:block;}.MyPages-SellerView .Customer-List>li.ProductList--Open .Button--Save{display:flex;display:none;}.MyPages-SellerView .Customer-List>li.ProductList--Open .CustomerToggleArrow{transition:.2s;transform:rotate(90deg);}.MyPages-SellerView .Customer-List>li.ProductList--Open .ProductList{height:auto;max-height:4170px;padding-bottom:15px;}.MyPages-SellerView .Customer-List>li .CustomerToggleArrow{transition:.2s;font-size:1.2em;}.MyPages-SellerView .Customer-List>li.Sum a::after{border:0;}.MyPages-SellerView .Customer-List>li .Customer-Name--Static{display:flex;}.MyPages-SellerView .Customer-List>li .Customer-Name--Edit{display:none;}.MyPages-SellerView .Customer-List>li .AddIcon{margin-right:4px;width:30px;height:30px;line-height:30px;border-radius:50%;display:inline-block;text-align:center;border:solid 1px #121212;}.MyPages-SellerView .Customer-List>li .AmountJars{flex:0 0 auto;}@media screen and (max-width:640px){.MyPages-SellerView .Customer-List>li .AmountJars{width:70px;}}.MyPages-SellerView .Customer-List>li .AmountJars,.MyPages-SellerView .Customer-List>li .AmountJarsTotal{font-size:1.2em;padding:.3em .5em;display:inline-block;background-color:#f9e7c2;color:#121212;line-height:1.6em;width:80px;text-align:center;font-family:myriad-pro,arial,sans-serif;border-radius:5px;}.MyPages-SellerView .Customer-List>li .AmountJars .Total,.MyPages-SellerView .Customer-List>li .AmountJarsTotal .Total{font-size:1.3em;}@media screen and (max-width:1200px){.MyPages-SellerView .Customer-List>li .AmountJars,.MyPages-SellerView .Customer-List>li .AmountJarsTotal{font-size:1.05em;}}@media screen and (max-width:480px){.MyPages-SellerView .Customer-List>li .AmountJars,.MyPages-SellerView .Customer-List>li .AmountJarsTotal{font-size:1rem;}.MyPages-SellerView .Customer-List>li .AmountJars .Total,.MyPages-SellerView .Customer-List>li .AmountJarsTotal .Total{font-size:1.125rem;font-weight:bold;}}@media screen and (max-width:281px){.MyPages-SellerView .Customer-List>li .AmountJars,.MyPages-SellerView .Customer-List>li .AmountJarsTotal{font-size:.9rem;}}.MyPages-SellerView .Customer-List>li .Customer-Add{font-size:1.4em;line-height:2em;margin:0 0 .2em 0;padding:0;font-weight:bold;color:#121212;}.MyPages-SellerView .Customer-List>li .Customer-Add span{font-size:.5em;margin-right:.6em;width:30px;height:30px;line-height:30px;border-radius:50%;display:inline-block;text-align:center;border:solid 1px #1a9dd4;color:#1a9dd4;}.MyPages-SellerView .Customer-List>li.New .NewCustomer{margin-top:1em;margin-bottom:0;}.MyPages-SellerView .Customer-List>li.Hide{display:none;}.MyPages-SellerView .Customer-List .Button--Save{position:-webkit-sticky;position:sticky;bottom:100px;z-index:98;margin-bottom:30px;display:none;}@media screen and (max-width:640px){.MyPages-SellerView .Customer-List .Button--Save{bottom:70px;}}.MyPages-SellerView .ProductList--NewCustomer .More-Options-Link{display:none;}.MyPages-SellerView .ProductList--NewCustomer>.More-Options-Container{display:block;padding-bottom:20px;}.MyPages-SellerView .ProductList--NewCustomer>.More-Options-Container .ShowMoreCustomerOptions{display:inline-block;line-height:1em;padding:1em 0 0 0;font-size:.9em;color:#121212;}.MyPages-SellerView .ProductList--NewCustomer>.More-Options-Container .ShowMoreCustomerOptions:hover{color:#1a9dd4;}.MyPages-SellerView .ProductList--NewCustomer>.More-Options-Container .ShowMoreCustomerOptions .icon-angle-down::before{transition:.25s;}.MyPages-SellerView .ProductList--NewCustomer>.More-Options-Container .ShowMoreCustomerOptions.Arrow--Active .icon-angle-down::before{transition:.25s;transform:rotate(-180deg)!important;}.MyPages-SellerView .ProductList--NewCustomer>.More-Options-Container .MoreCustomerOptions{max-height:0;overflow:hidden;transition:max-height .5s;}.MyPages-SellerView .ProductList--NewCustomer>.More-Options-Container .MoreCustomerOptions.MoreCustomerOptions--Active{transition:max-height .5s;max-height:500px;padding:20px 0 0 0;}.MyPages-SellerView .TexfieldEditor{border:0;border-bottom:1px dashed #1a9dd4;font-size:2em;text-align:center;width:250px;margin:0 auto 15px auto;display:block;}.MyPages-SellerView .TexfieldEditor::placeholder{color:#121212;}.MyPages-SellerView .Delete-End-Customer{clear:both;text-align:center;}.MyPages-SellerView .MyPages-Seller-Content{clear:both;float:left;width:100%;position:relative;}@media screen and (max-width:1200px){.MyPages-SellerView .MyPages-Seller-Content{width:100%;}}@media screen and (max-width:640px){.MyPages-SellerView .MyPages-Seller-Content{width:100%;margin-left:0;padding:0;}}.MyPages-SellerView .MyPages-Seller-Content .New{text-align:center;}.MyPages-SellerView .MyPages-Seller-Content .AddRow.AddRow--Visible{display:flex;}.MyPages-SellerView .Seller-Save-Button{margin-right:47%;margin-top:1em;clear:both;float:right;}.MyPages-SellerView p.Seller-Total-Earnings{font-size:1em;clear:both;color:#121212;text-align:center;padding:.4em 1em;width:200px;margin:0 auto 1em auto;border:solid 2px #ebcfcb;background-color:#ebcfcb;border-radius:5px;}.MyPages-SellerView p.Seller-Total-Earnings span{font-size:1.4em;font-weight:bold;}.MyPages-SellerView .TotalSum{float:left;line-height:1.5em;margin:0 1em 0 0;padding:.4em;background-color:#fff;color:#121212!important;font-size:.9em;border-radius:2px;}.MyPages-SellerView .TotalSum span{color:#121212!important;font-weight:bold;font-size:1.7em;}.MyPages-SellerView .Bottom-Buttons{width:100%;padding:1em 0;padding-left:1em;padding-right:1em;z-index:100;position:fixed;bottom:0;left:0;}@media screen and (max-width:640px){.MyPages-SellerView .Bottom-Buttons{position:fixed;padding:10px 0;width:100%;z-index:1000;border-radius:0;}}.MyPages-SellerView .Bottom-Buttons.Not-Saved .Seller-Active--NotSaved{display:inline;}.MyPages-SellerView .Bottom-Buttons.Not-Saved .Seller-Active--Saved{display:none;}.MyPages-SellerView .Bottom-Buttons .Seller-Active--NotSaved{display:none;}.MyPages-SellerView .Bottom-Buttons.Saved .Save-Indicator{display:block;}.MyPages-SellerView .Bottom-Buttons.Saved .Save-Indicator div{-moz-animation:animatetop 2s;-webkit-animation:animatetop 2s;-o-animation:animatetop 2s;animation:animatetop 2s;}.MyPages-SellerView .Bottom-Buttons .Save-Indicator{width:100%;color:#fff;height:2em;position:absolute;top:-2em;left:0;height:2em;text-align:center;overflow:hidden;display:none;}@media screen and (max-width:640px){.MyPages-SellerView .Bottom-Buttons .Save-Indicator{color:#121212;}}.MyPages-SellerView .Bottom-Buttons .Save-Indicator div{font-weight:bold;line-height:2em;position:absolute;top:2em;left:0;width:100%;background-color:#0b6297;}.MyPages-SellerView .Bottom-Buttons .Button-Wrapper{max-width:1024px;min-width:300px;margin:0 auto 0 auto;float:none;padding:0 1em;}.MyPages-SellerView .Bottom-Buttons p,.MyPages-SellerView .Bottom-Buttons span{color:#fff;}.SellerView .MyPages-SellerView .Customer-List>li .CustomerNameRow{top:0;}.KPView .MyPages-SellerView{margin-top:40px;}.KPView .MyPages-SellerView .Customer-List>li .CustomerNameRow{top:46px;}.Seller-Active{font-size:.8em;color:#121212;text-align:left;width:100%;display:inline-block;text-align:center;line-height:3em;margin-top:1em;}.Seller-Active span::before{color:#6fb33f;}.Seller-Active span.icon-cancel::before{color:#d32f2f;}.MyPages-ContactPersonView .Bottom-Buttons{display:none;}.MyPages-ContactPersonView .Seller-More-Info td{display:none;}.MyPages-ContactPersonView .Seller-Total-Earnings{clear:both;float:right;margin-right:1em;font-weight:bold;color:#5f2623;}.MyPages-ContactPersonView p.Seller-New-Info{font-size:.9em;color:#121212;margin:0 0 0 0;padding-top:1em!important;padding-bottom:1em!important;display:block;float:left;clear:left;}.MyPages-ContactPersonView .Seller-More-Info-Show td{display:table-cell;padding:0;}.MyPages-ContactPersonView .Seller-More-Info-Show td .Seller-More-Info-Box{font-size:.85em;background-color:#faf4f3;padding:1.8em .8em 1em .8em;margin:.4em .2em .4em .2em;float:left;width:100%;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;position:relative;}.MyPages-ContactPersonView .Seller-More-Info-Show td .Seller-More-Info-Box .Close{position:absolute;right:.4em;top:.4em;}.MyPages-ContactPersonView .Seller-More-Info-Show td .Save-Button{clear:both;float:right;text-align:right;margin-top:.4em;width:100%;border-radius:3px;}.MyPages-ContactPersonView .Seller-More-Info-Show td .Delete-Button{display:block;clear:both;float:right;font-size:.8em;margin-top:.8em;}.MyPages-ContactPersonView .Seller-Information{padding:1em 1em 0 1em;margin-bottom:1em;background-color:#fff;width:100%;float:left;}.MyPages-ContactPersonView .Seller-Information p{margin:0;padding:0;}.MyPages-ContactPersonView .Seller-Information .Seller-Phone,.MyPages-ContactPersonView .Seller-Information .Seller-Email,.MyPages-ContactPersonView .Seller-Information .Seller-Name{margin-right:1em;display:block;float:left;width:27%;}.MyPages-ContactPersonView .Seller-Information .Seller-Phone>span,.MyPages-ContactPersonView .Seller-Information .Seller-Phone a,.MyPages-ContactPersonView .Seller-Information .Seller-Email>span,.MyPages-ContactPersonView .Seller-Information .Seller-Email a,.MyPages-ContactPersonView .Seller-Information .Seller-Name>span,.MyPages-ContactPersonView .Seller-Information .Seller-Name a{float:left;display:block;}.MyPages-ContactPersonView .Seller-Information .Seller-Phone .dxFormTextfield,.MyPages-ContactPersonView .Seller-Information .Seller-Email .dxFormTextfield,.MyPages-ContactPersonView .Seller-Information .Seller-Name .dxFormTextfield{font-size:.8em;float:left;width:80%;float:left;}@media screen and (max-width:800px){.MyPages-ContactPersonView .Seller-Information .Seller-Phone,.MyPages-ContactPersonView .Seller-Information .Seller-Email,.MyPages-ContactPersonView .Seller-Information .Seller-Name{clear:both;float:left;margin-right:0;margin-bottom:1em;width:80%!important;}.MyPages-ContactPersonView .Seller-Information .Seller-Phone .dxFormTextfield,.MyPages-ContactPersonView .Seller-Information .Seller-Email .dxFormTextfield,.MyPages-ContactPersonView .Seller-Information .Seller-Name .dxFormTextfield{width:60%;}}@media screen and (max-width:640px){.MyPages-ContactPersonView .Seller-Information .Seller-Phone,.MyPages-ContactPersonView .Seller-Information .Seller-Email,.MyPages-ContactPersonView .Seller-Information .Seller-Name{width:100%!important;}.MyPages-ContactPersonView .Seller-Information .Seller-Phone .dxFormTextfield,.MyPages-ContactPersonView .Seller-Information .Seller-Email .dxFormTextfield,.MyPages-ContactPersonView .Seller-Information .Seller-Name .dxFormTextfield{width:60%!important;clear:none;}}.MyPages-ContactPersonView .Seller-Information .Seller-Email{width:35%;margin-right:0;}@media screen and (max-width:800px){.MyPages-ContactPersonView .Seller-Information .Seller-Email{margin-bottom:0;}}.MyPages-ContactPersonView .Seller-Information .Seller-Information-Edit-More{display:none;clear:both;margin-top:.6em;float:left;width:100%;}.MyPages-ContactPersonView .Seller-Information .Seller-Information-Edit-More-Button .Hide-Text{display:none;}.MyPages-ContactPersonView .Seller-Information .Seller-Information-Edit-More-Button .Show-Text{display:inline-block;}.MyPages-ContactPersonView .Seller-Information.Seller-Information-Edit-More--Show .Seller-Information-Edit-More-Button .Hide-Text{display:inline-block;}.MyPages-ContactPersonView .Seller-Information.Seller-Information-Edit-More--Show .Seller-Information-Edit-More-Button .Show-Text{display:none;}.MyPages-ContactPersonView .Seller-Information.Seller-Information-Edit-More--Show .Seller-Information-Edit-More{display:block;}.MyPages-ContactPersonView .Seller-Information .Seller-Information-Left{clear:both;float:left;width:60%;}@media screen and (max-width:800px){.MyPages-ContactPersonView .Seller-Information .Seller-Information-Left{width:100%;margin:0;}}.MyPages-ContactPersonView .Seller-Information .Seller-Information-Left .Save-Button{float:left;margin-top:1em;font-size:.8em;}.MyPages-ContactPersonView .Seller-Information .Seller-Information-Right{float:right;text-align:right;width:40%;}@media screen and (max-width:800px){.MyPages-ContactPersonView .Seller-Information .Seller-Information-Right{width:100%;text-align:left;float:left;clear:both;margin-top:1em;}.MyPages-ContactPersonView .Seller-Information .Seller-Information-Right span{clear:both;float:left;display:block;}}.MyPages-Customer--ContactInformation .dxFormTextfield{height:100px;}.Mandatory-Text{float:left;clear:both;margin-top:-4.5em;margin-bottom:1em;margin-left:20%;}@media screen and (max-width:640px){.Mandatory-Text{margin:0 0 1em 0;}}.MyPage-Counter{background-color:#dae6d1;text-align:center;position:relative;margin:-20px 0 2em 0;height:25vw;max-height:300px;min-height:190px;clear:both;border-top-left-radius:5px;border-top-right-radius:5px;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media screen and (max-width:640px){.MyPage-Counter{border-radius:0;width:100%;margin-bottom:1em;}}@media print{.MyPage-Counter{display:none;}}.MyPage-Counter .MyPage-Cookie-Jar,.MyPage-Counter .MyPage-Cookie-Jar-Gray{position:relative;top:-.7em;left:0;z-index:3;max-height:320px;min-height:190px;height:108%;transition:opacity .5s;opacity:1;}@media screen and (max-width:640px){.MyPage-Counter .MyPage-Cookie-Jar,.MyPage-Counter .MyPage-Cookie-Jar-Gray{top:-.5em;}}.MyPage-Counter .MyPage-Cookie-Jar-Gray{z-index:0;}.MyPage-Counter .Step{font-family:myriad-pro,arial,sans-serif;position:absolute;font-size:1em;margin:0;color:#748691;left:53%;padding-bottom:.4vmin;background-size:100%;}@media screen and (max-width:800px){.MyPage-Counter .Step{font-size:1em;}}@media screen and (max-width:640px){.MyPage-Counter .Step{font-size:2.6vw;left:53%;}}.MyPage-Counter .MyPage-Counter-Line{position:absolute;left:0;top:0;width:100%;}.MyPage-Counter .MyPage-Counter-Line-Text{opacity:0;position:absolute;left:0;top:-.96em;background-color:#9f231e;color:#fff;font-family:myriad-pro,arial,sans-serif;font-size:1.125rem;line-height:34px;padding:0 1em 0 .5em;}@media screen and (max-width:640px){.MyPage-Counter .MyPage-Counter-Line-Text{font-size:1rem;}}.MyPage-Counter .MyPage-Counter-Line-Text:after{content:"";width:24px;height:24px;background-color:#9f231e;position:absolute;right:-12px;top:50%;transform:translateY(-50%) rotateY(0deg) rotate(45deg);z-index:-1;}.MyPage-Counter .MyPage-Counter-Line-Text .Arrow-Right{display:none;position:absolute;right:-.975em;top:0;height:1.9em;margin-left:-1px;}.MyPage-Counter .MyPage-Counter-Line-Text .Arrow-Right div{position:relative;width:0;height:0;border-top:.95em solid transparent;border-bottom:.95em solid transparent;border-left:.99em solid #9f231e;}.MyPage-Counter .MyPage-Counter-Line-Bg{position:absolute;bottom:0;left:0;width:100%;background-color:#9fbe89;transition:height 1s ease .5s;}.MyPage-Counter .MyPage-Counter-Jar-Color-Wrapper{position:absolute;bottom:0;left:0;width:100%;overflow:visible;transition:height 1s ease .5s;border-top:1px solid rgba(78,94,67,.3);}.MyPage-Counter .MyPage-Counter-Jar-Color-Wrapper .MyPage-Cookie-Jar-Color{position:absolute;left:50%;transform:translateX(-50%);bottom:1px;height:25vw;max-height:320px;min-height:205px;}.MyPage-Counter .MyPage-Counter-Earnings{position:absolute;left:2%;top:1em;color:#121212;background-color:#fff;padding:.6em;display:block;font-family:myriad-pro,arial,sans-serif;font-size:.875rem;margin:0;text-align:left;border-radius:5px;}.MyPage-Counter .MyPage-Counter-Earnings.MyPage-Counter-Bottom{top:auto;bottom:1em;}@media screen and (min-width:800px){.MyPage-Counter .MyPage-Counter-Earnings{font-size:1rem;}}@media screen and (max-width:800px){.MyPage-Counter .MyPage-Counter-Earnings{font-size:2vw;}}@media screen and (max-width:640px){.MyPage-Counter .MyPage-Counter-Earnings{font-size:.7em;}}@media screen and (max-width:281px){.MyPage-Counter .MyPage-Counter-Earnings{font-size:.75rem;}}.MyPage-Counter .MyPage-Counter-Earnings span.Amount-SEK{font-size:4em;font-weight:600;margin-top:0;display:block;line-height:1em;color:#121212;}@media screen and (min-width:1300px){.MyPage-Counter .MyPage-Counter-Earnings span.Amount-SEK{font-size:3em;}}@media screen and (max-width:1300px){.MyPage-Counter .MyPage-Counter-Earnings span.Amount-SEK{font-size:4.5vw;}}@media screen and (max-width:640px){.MyPage-Counter .MyPage-Counter-Earnings span.Amount-SEK{font-size:5vw;margin:0;}}.MyPage-Counter .MyPage-Counter-Earnings span.MyPage-Counter-SellerEarnings{display:inline-block;font-size:.9rem;margin-top:6px;}@media screen and (max-width:520px){.MyPage-Counter .MyPage-Counter-Earnings span.MyPage-Counter-SellerEarnings{font-size:.63rem;margin-top:3px;}}.MyPage-Counter .MyPage-Counter-Earnings span.MyPage-Counter-SellerEarnings>span{font-weight:bold;margin-left:5px;}.MyPage-Counter .MyPage-Counter-Earnings span.MyPage-Counter-SellerEarnings>span>data{margin:0 2px 0 0;}.MyPage-Counter .MyPage-Counter-Earnings span.MyPage-Counter-TotalEarnings{display:inline-block;font-size:.9rem;margin-top:6px;}@media screen and (max-width:520px){.MyPage-Counter .MyPage-Counter-Earnings span.MyPage-Counter-TotalEarnings{font-size:.63rem;margin-top:3px;}}.MyPage-Counter .MyPage-Counter-Earnings span.MyPage-Counter-TotalEarnings>span{font-weight:bold;margin-left:5px;}.MyPage-Counter .MyPage-Counter-Earnings span.MyPage-Counter-TotalEarnings>span>data{margin:0 2px 0 0;}.MyPage-Counter .MyPage-Counter-Earnings span.Loyal-Customer{display:block;font-size:.9vw;line-height:1vw;margin-top:.3em;}.MyPage-Counter .MyPage-Counter-Earnings span.Loyal-Customer strong{font-size:1.1vw;}.MyPage-Counter .MyPage-Counter-Earnings.MyPage-Counter-Earnings--Centered{text-align:center;}.MyPage-Counter .MyPage-Counter-Earnings--Seller{right:2%;left:auto;}.MyPage-Counter .MyPage-Counter-Earnings--Bottom{bottom:1em;top:auto;}.MyPage-Counter--New .MyPage-Cookie-Jar,.MyPage-Counter--New .MyPage-Cookie-Jar-Gray{display:none;position:absolute;top:initial;bottom:1px;min-height:205px;height:25vw;left:50%;transform:translateX(-50%);}@media screen and (max-width:640px){.MyPage-Counter--New .MyPage-Cookie-Jar,.MyPage-Counter--New .MyPage-Cookie-Jar-Gray{min-height:195px;}}.MyPage-Counter--New .MyPage-Counter-Line-Text{border-radius:10px;padding-left:20px;padding-right:20px;z-index:4;left:50%;transform:translateX(calc(-100% - 60px));transition:opacity .5s ease 1s;}@media screen and (max-width:520px){.MyPage-Counter--New .MyPage-Counter-Line-Text{left:0;transform:translateX(0);border-top-left-radius:0;border-bottom-left-radius:0;font-size:.85em;line-height:28px;top:-14px;padding-left:10px;padding-right:14px;}}@media screen and (max-width:281px){.MyPage-Counter--New .MyPage-Counter-Line-Text{font-size:.75rem;}}.MyPage-Counter--New .MyPage-Counter-Line-Text:after{content:"";width:16px;height:16px;background-color:#9f231e;position:absolute;right:-7px;top:50%;transform:translateY(-50%) rotateY(0deg) rotate(45deg);}@media screen and (max-width:520px){.MyPage-Counter--New .MyPage-Counter-Line-Text:after{right:-5px;}}.Group-Info{position:absolute;right:1em;width:37%;}.Group-Info.Group-Info--Top{top:1em;}.Group-Info.Group-Info--Bottom{bottom:1em;}.Group-Info .Group-Name{font-size:1.125rem;line-height:1.3em;margin-bottom:.4rem;font-family:caecilia,Treubuchet,serif;display:flex;flex-wrap:wrap;column-gap:5px;justify-content:flex-end;text-align:right;color:rgba(0,0,0,.8);}.Group-Info .Group-Name span{min-width:0;white-space:pre-wrap;}@media screen and (max-width:1000px){.Group-Info .Group-Name{font-size:2.3vw;line-height:2.6vw;}}@media screen and (max-width:800px){.Group-Info .Group-Name{font-size:2.2vw;line-height:2.4vw;}}@media screen and (max-width:520px){.Group-Info .Group-Name{font-size:2.7vw;line-height:2.9vw;}}@media screen and (max-width:480px){.Group-Info .Group-Name{font-size:3.6vw;line-height:4vw;}}.Group-Info .Group-Image{display:block;position:relative;margin-bottom:.4rem;}.Group-Info .Group-Image .Group-Logo{display:block;margin:0 0 0 auto;max-width:100px;max-height:150px;}@media screen and (max-width:1000px){.Group-Info .Group-Image .Group-Logo{max-width:10vw;}}@media screen and (max-width:520px){.Group-Info .Group-Image .Group-Logo{max-width:60px;max-height:70px;}}.Group-Info .Group-Image .Group-Logo.Group-Logo--Clickable:hover{cursor:pointer;}.Group-Info .Group-Image .Group-Logo-Edit-Button{position:absolute;bottom:-3px;right:-3px;width:23px;height:23px;background-color:#fff;border-radius:50%;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;-webkit-box-shadow:2px 2.5px 6px -2px rgba(50,50,50,.25);-moz-box-shadow:2px 2.5px 6px -2px rgba(50,50,50,.25);box-shadow:2px 2.5px 6px -2px rgba(50,50,50,.25);}.Group-Info .Group-Image .Group-Logo-Edit-Button span{font-size:13px;color:#121212;}.Group-Info .Group-Goal{font-size:1rem;line-height:.9em;display:block;text-align:right;color:rgba(0,0,0,.8);}@media screen and (max-width:800px){.Group-Info .Group-Goal{font-size:1.9vw;line-height:2.1vw;}}@media screen and (max-width:520px){.Group-Info .Group-Goal{font-size:2.8vw;line-height:3.2vw;}}.Group-Info .Group-Goal .Goal-And-Date{color:#121212;}.Group-Info .Group-Goal .Goal-And-Date:hover{color:#1a9dd4;}.Group-Info .Group-Goal>a{color:#121212;}#Tooltip{position:absolute;width:426px;height:191px;padding:0;display:none;color:#666;font-family:Verdana,Arial,Sans-Serif;font-size:10px;z-index:1000;}.TooltipLeft{background:transparent url(/SiteModule/Templates/Images/PopUpLeftBg.png) no-repeat bottom left;}.TooltipRight{background:transparent url(/SiteModule/Templates/Images/PopUpRightBg.png) no-repeat bottom left;}.TooltipClose{display:block;background:transparent url(/SiteModule/Templates/Images/Close.gif) no-repeat top right;height:11px;}.TooltipInner{clear:both;margin:0 0 0 26px;}.TooltipImage{float:right;margin:0 0 0 0;}.TooltipInfo{position:absolute;top:40px;left:20px;width:150px;overflow:hidden;}.TooltipHeadline{margin:0 0 2px 0;display:block;padding:0 0 3px 0;font-size:12px;line-height:15px;font-weight:bold;color:#603a25;}.TooltipText{font-size:10px;margin:0 0 0 0;display:block;padding:0;line-height:15px;color:#603a25;overflow:hidden;}.ToProductLink{position:absolute;left:23px;top:158px;width:123px;height:24px;overflow:hidden;color:#aaa9a9;}.MyPages-Order .Sellers-List{margin-bottom:1em;}.MyPages-Order .MyPages-Contact-Information{float:left;width:48%;}.MyPages-Order .MyPages-Delivery-Address{float:right;width:48%;}.MyPages-ProductList{margin:0 0 0 0;padding:0;list-style-type:none;column-count:4;}@media screen and (max-width:640px){.MyPages-ProductList{column-count:3;}}@media screen and (max-width:520px){.MyPages-ProductList{column-count:2;}}.MyPages-ProductList-Sum{font-size:1.2em;}.Order .Headline2{margin:12px 0 12px 0;padding:0;font-size:16px;}.GroupOrderBox .Normal{margin-bottom:18px;}.Order .OrderLogo{float:right;}@media screen and (max-width:520px){.Order .OrderLogo{display:none;}}.Order .Headline2_2{font-size:18px;text-transform:uppercase;color:#121212;}.Order label,.EditGroupOrder label{display:block;float:left;width:100%;overflow:hidden;margin-top:4px;}.OrderType .OrderType1,.OrderType .OrderType2{background-color:#e1aeae;display:block;padding:6px 10px 6px 10px;margin:0 1px 3px 1px;color:#121212;font-size:14px;font-weight:bold;text-decoration:none;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;border:0;float:left;color:#fff;-moz-box-shadow:0 2px 2px #bfbfbf;-webkit-box-shadow:0 0 2px #bfbfbf;box-shadow:0 2px 2px #bfbfbf;margin-right:1em;line-height:1.8em;}.OrderType span{font-size:.75em;font-weight:normal;}.OrderType .RadioButton{display:none;}.OrderType .OrderType1:active,.OrderType .OrderType1:hover,.OrderType .OrderType1:focus,.OrderType .OrderType2:active,.OrderType .OrderType2:hover,.OrderType .OrderType2:focus,.OrderType .OrderTypeSelected{background-color:#d32f2f;}.OrderType img{vertical-align:middle;margin-right:.6em;}.OrderType label{width:auto;line-height:1.8em;margin:0 .6em 0 .4em;font-weight:bold;}.OrderType{clear:both;float:left;margin:.6em 0 0 0;}.OrderTypeCheckbox{margin:0 0 1em 0;clear:both;}.Order .OrderTypeCheckbox label{float:none;width:auto;display:inline;}.OrderAlternatives{position:absolute;left:12px;top:-22px;margin:0;padding:0;list-style-type:none;}.OrderAlternatives li{display:block;float:left;margin-left:10px;}.OrderAlternatives li a{display:block;float:left;text-align:center;display:block;padding:4px 10px 4px 10px;margin:0 1px 0 1px;color:#121212;font-size:13px;text-decoration:none;background-color:#fff;-webkit-border-top-left-radius:7px;-webkit-border-top-right-radius:7px;-moz-border-radius-topleft:7px;-moz-border-radius-topright:7px;border-top-left-radius:7px;border-top-right-radius:7px;border:solid 1px #cacaca;}.OrderAlternatives li a:active,.OrderAlternatives li a:hover,.OrderAlternatives li a:focus{background-color:#eb5c5c;color:#fff;}.OrderAlternatives li.Selected a{font-weight:bold;color:#fff;background-color:#d32f2f;border-bottom:solid 1px #d32f2f;}.OrderProdList{list-style-type:none;margin:0;padding:0;float:left;width:100%;columns:3;-webkit-columns:3;-moz-columns:3;}@media screen and (max-width:800px){.OrderProdList{columns:2;-webkit-columns:2;-moz-columns:2;}.OrderProdList .TextField{clear:both;}}@media screen and (max-width:520px){.OrderProdList{columns:1;-webkit-columns:1;-moz-columns:1;}.OrderProdList .TextField{clear:none;}}.OrderProdList .OrderProdItem{width:33%;float:left;padding:0 0 2px 0;overflow:hidden;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;}.OrderProdList .OrderProdItem label{width:150px;}.OrderProdList .OrderProdItem .TextField{width:30px;}@media screen and (min-width:0){.OrderProdList .OrderProdItem{width:100%;float:none;}}.OrderProdListLeft,.OrderProdListMiddle,.OrderProdListRight{width:33%;float:left;}@media screen and (max-width:1200px){.OrderProdListLeft,.OrderProdListMiddle,.OrderProdListRight{clear:both;width:100%;}}.OrderProdListLeft label,.OrderProdListMiddle label,.OrderProdListRight label{width:150px;}.OrderProdListLeft .TextField,.OrderProdListMiddle .TextField,.OrderProdListRight .TextField{width:15%;}.OrderProdListLeft .OrderProdItem,.OrderProdListMiddle .OrderProdItem,.OrderProdListRight .OrderProdItem{clear:both;padding:0 0 7px 0;width:100%;overflow:hidden;}.OrderProdListLeft{clear:both;}.OrderProdItemSelected{background:#ddc5c5 none no-repeat;}.OrderProdItem .SelectField{float:left;min-width:140px;margin:0 10px 0 0;vertical-align:middle;}.OrderSum{clear:both;float:left;width:100%;overflow:hidden;color:#010101;border-top:solid 1px #010101;margin:10px 0 0 0;padding-top:10px;}table.OrderSum td{text-align:center;}table.OrderSum .SumRow td{color:#000;}.OrderSumTableLastCol{width:50%;}.Order .GroupOrderSummary{width:100%;margin-bottom:1em;}.EditGroupOrder table{width:100%;border-collapse:collapse;}.ProductInfoPopup{display:block;width:17px;height:17px;float:left;margin-top:5px;}.ProductDelete{display:block;width:17px;height:17px;background:transparent url(/SiteModule/Templates/Images/DeleteIcon.gif) no-repeat top left;}.OrderProductsTable{border-collapse:collapse;margin:0;padding:0;}.OrderProductsTable td{border-top:solid 1px #dedede;}.OrderProductsTable .Odd td{background-color:#f3f3f3;}.OrderProductsTable .Selected td{background-color:#f3f3f3;border-top:solid 1px #fff!important;border-bottom:solid 1px #fff!important;}.OrderProductsTable th,.OrderProductsTable td{padding:10px;}.OrderProductsTable th.OrderProductName{padding-left:40px;}.OrderProductAmount{width:25%;}.OrderProductInfo,.OrderProductDelete{width:40%;}td.OrderProductName{padding-left:40px;color:#5f2623;font-weight:bold;font-size:13px;}.Selected td.OrderProductName{background:#f3f3f3 url(/SiteModule/Templates/Images/StarIconYellow.gif) no-repeat 10px 12px;}.OrderProductsTable .SelectField{font-size:13px;font-weight:bold;text-align:center;width:140px;}.OrderSum td{font-size:13px;font-weight:bold;padding-bottom:0;}.OrderSum td.OrderTotal{padding-left:40px;}.ToOrderButtonWrapper{position:absolute;right:166px;top:90px;margin:0;padding:0;list-style-type:none;}.OrderAltButtonWrapper{position:absolute;right:40px;top:90px;margin:0;padding:0;list-style-type:none;}.ToOrderButtonWrapper a,.OrderAltButtonWrapper a{display:block;float:left;text-align:center;display:block;padding:4px 10px 4px 10px;margin:0 1px 0 1px;color:#121212;font-size:13px;text-decoration:none;-moz-border-radius:7px;border-radius:7px;background-color:#efefef;appearance:none;-webkit-appearance:none;}.ToOrderButtonWrapper a:hover,.OrderAltButtonWrapper a:hover{background-color:#eb5c5c;color:#fff;}.ToOrderButtonWrapper a.ToOrderButtonSelected,.ToOrderButtonWrapper a.ToOrderAltButtonSelected{font-weight:bold;color:#fff;background-color:#d32f2f;}.OrderType{clear:both;float:left;margin:.6em 0 0 0;}.OrderAlternatives{position:absolute;left:12px;top:-22px;margin:0;padding:0;list-style-type:none;}.OrderAlternatives li{display:block;float:left;margin-left:10px;}.OrderAlternatives li a{display:block;float:left;text-align:center;display:block;padding:4px 10px 4px 10px;margin:0 1px 0 1px;color:#121212;font-size:13px;text-decoration:none;background-color:#fff;-webkit-border-top-left-radius:7px;-webkit-border-top-right-radius:7px;-moz-border-radius-topleft:7px;-moz-border-radius-topright:7px;border-top-left-radius:7px;border-top-right-radius:7px;border:solid 1px #cacaca;}.OrderAlternatives li a:active,.OrderAlternatives li a:hover,.OrderAlternatives li a:focus{background-color:#eb5c5c;color:#fff;}.OrderAlternatives li.Selected a{font-weight:bold;color:#fff;background-color:#d32f2f;border-bottom:solid 1px #d32f2f;}.PrintButtonWrapper{position:absolute;right:90px;top:95px;}@media screen and (max-width:640px){.PrintButtonWrapper{display:none;}}.EditGroupOrder .PrintButtonWrapper{right:5px;top:-120px;}.PrintButton{display:block;width:60px;height:32px;padding:12px 0 0 50px;background:transparent url(/SiteModule/Templates/Images/Print.png) no-repeat top left;float:left;color:#010101;font-weight:bold;}.PrintButton:hover,.PrintButtonActive{color:#121212;background-image:url(/SiteModule/Templates/Images/PrintActive.png);}.Order,.GroupOrderBox,.EditGroupOrder{position:relative;}.Order .ProductCombinations{position:absolute;right:20px;top:1em;width:100%;text-align:right;}@media screen and (max-width:800px){.Order .ProductCombinations{display:none;}}.Order .ProductCombinations ul{margin:0;padding:0;list-style-type:none;display:inline;}.Order .ProductCombinations ul li{background:transparent url(/SiteModule/Templates/Images/InfoIcon.gif) no-repeat center left;display:inline;margin-right:10px;padding:4px 0 4px 22px;}.Order .ProductCombinations ul li a{color:#3d3d3d;}.Order .ProductCombinations span{display:inline;margin-right:16px;font-weight:bold;}.Order .ProductCombinationInfo{position:absolute;right:10px;top:25px;margin:0;padding:0;list-style-type:none;width:646px;height:224px;display:none;}.Order .ProductCombinationInfo li{position:absolute;left:0;top:0;background:transparent url(/SiteModule/Templates/Images/OrderProdCombinationBg.png) no-repeat top left;width:646px;height:224px;overflow:hidden;display:none;}.Order .ProductCombinationInfo .ProductCombinationImage{position:absolute;right:8px;top:8px;}.Order .ProductCombinationContent{position:absolute;left:8px;top:8px;width:208px;padding:6px 0 10px 10px;}.Order .ProductCombinationAdd{position:absolute;right:14px;bottom:6px;width:62px;height:26px;padding:8px 0 0 30px;overflow:hidden;background:transparent url(/SiteModule/Templates/images/ProdCombAdd.png) no-repeat top left;display:block;color:#121212;}.Order .ProductCombinationContent .Headline2{margin:0;font-size:100%;}.Order .ProductCombinationContent .Normal{margin:0;font-size:80%;line-height:15px;}.Order .TextUnderSum{clear:both;}.Disabled,.Disabled:active,.Disabled:hover,.Disabled:focus{background-color:#555;}.Order .OrderContact,.Order .OrderAddress{float:left;width:45%;margin:0 0 0 10px;}@media screen and (max-width:640px){.Order .OrderContact,.Order .OrderAddress{margin:0;}}@media screen and (max-width:520px){.Order .OrderContact,.Order .OrderAddress{clear:both;width:100%;float:left;margin:0;}.Order .OrderContact .LabelWrapper,.Order .OrderAddress .LabelWrapper{width:45%;}.Order .OrderContact .TextField,.Order .OrderAddress .TextField{width:50%;}.Order .OrderContact .SelectField,.Order .OrderAddress .SelectField{width:52%;}}.Order .OrderAddress{float:right;margin:0 10px 0 0;}.Order .FreeTags{clear:both;float:left;width:35%;margin:0 0 0 10px;}.Order .FreeTags textarea{width:83.4%;}@media screen and (max-width:640px){.Order .FreeTags{margin:0;}}@media screen and (max-width:520px){.Order .FreeTags{clear:both;width:100%;float:left;margin:0;}.Order .FreeTags .LabelWrapper{width:45%;}.Order .FreeTags .TextField{width:50%;}.Order .FreeTags .SelectField{width:52%;}.Order .FreeTags .Textarea{width:95%;}}.Order .FreeTagsWrapper{position:relative;padding-bottom:12px;}.Order .TagChooser{margin:4px 0 0 10px;float:left;}.Order .TagChooser label{clear:none;display:inline;float:none;width:auto;overflow:hidden;margin-top:0;}.Order .TagChooser input{vertical-align:middle;}.Order .TagExamples{float:right;width:61%;margin:0 10px 0 0;}@media screen and (max-width:640px){.Order .TagExamples{margin:0;}}@media screen and (max-width:520px){.Order .TagExamples{clear:both;width:100%;float:left;margin:0;}}.Order .TagExamplesNarrow{width:46%;}.Order .LogoArchiveResult{position:absolute;left:170px;top:410px;z-index:100;list-style-type:none;margin:0;padding:5px;background-color:#fff;border:solid 1px #bdbdbd;-moz-box-shadow:0 2px 2px #bfbfbf;-webkit-box-shadow:0 0 2px #bfbfbf;box-shadow:0 2px 2px #bfbfbf;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}.Order .LogoArchiveResult li{display:block;float:left;font-size:10px;}.Order .LogoArchiveResult li a{display:block;width:70px;min-height:90px;text-align:center;border:solid 1px #fff;padding:2px;}.Order .LogoArchiveResult li a:active,.Order .LogoArchiveResult li a:hover,.Order .LogoArchiveResult li a:focus{border:solid 1px #f00;}.Order .LogoArchiveResult li a span{float:left;width:70px;height:54px;}.Order .LogoArchiveResult img{vertical-align:middle;}#WideBoxes .TagExamples,.Startpage3Template .TagExamples{position:relative;margin:1em 0 0 2em;}@media screen and (max-width:640px){#WideBoxes .TagExamples,.Startpage3Template .TagExamples{margin-left:0;}}.Order .TagExamples ul{clear:both;width:100%;overflow:hidden;list-style-type:none;margin:0 0 0 0;padding:0 0 0 0;}.Order .TagExamples ul li{float:left;margin-bottom:1.4em;margin-left:2px;}@media screen and (max-width:640px){.Order .TagExamples ul li{width:50%;margin:0;}}.Order .TagExamplesNarrow ul li{margin-right:20px;}.Order .TagExamples ul img{width:172px!important;}@media screen and (max-width:640px){.Order .TagExamples ul img{width:100%!important;}}.Order .TagExamples ul li div{padding-left:0;overflow:hidden;margin-top:0;line-height:12px;}.Order .TagExamples ul li label{width:auto;display:block;}.Order .TagExamples ul li input{vertical-align:middle;float:left;}.Order .TagExamples ul li.Odd{float:left;}.Order .PinkBoxFreeTags{position:relative;width:100%;overflow:hidden;}.Order .PinkBoxFreeTags .FreeTags{padding-bottom:130px;}.Order .PinkBoxMessage{position:absolute;bottom:0;left:0;width:395px;clear:both;padding:30px 30px 20px 30px;background:transparent url(/SiteModule/Templates/Images/OrderMessageBg.png) no-repeat bottom left;margin-bottom:10px;}.Order .PinkBoxMessage .Headline2,.Order .PinkBoxMessage label{float:left;margin:0;padding:0;}.Step2{padding:1em 3% 1em 3%;width:93%;}.Step2 .Headline3{margin:1.4em 0 .3em 0;}.Step2 table tr td:first-child{width:50%;}.Step2 .Order-Confirm--Products table tr td:first-child{width:30%;}@media screen and (max-width:800px){.Step2 .Order-Confirm--Products table tr td:first-child{width:50%;}}.Step2 .Order-Confirm--ContactDeliveryInfo .Order-Confirm--ContactInfo{float:left;width:49%;}@media screen and (max-width:800px){.Step2 .Order-Confirm--ContactDeliveryInfo .Order-Confirm--ContactInfo{width:100%;margin-bottom:1em;}}.Step2 .Order-Confirm--ContactDeliveryInfo .Order-Confirm--DeliveryInfo{float:right;width:49%;}@media screen and (max-width:800px){.Step2 .Order-Confirm--ContactDeliveryInfo .Order-Confirm--DeliveryInfo{width:100%;}}.Order .TagArrowLeft{background:transparent url(/SiteModule/Templates/Images/TagArrowLeft.png) no-repeat top left;position:absolute;z-index:20;left:0;top:40px;width:37px;height:176px;}.Order .TagArrowRight{background:transparent url(/SiteModule/Templates/Images/TagArrowRight.png) no-repeat top left;position:absolute;z-index:20;left:365px;top:40px;width:37px;height:176px;}.MyPages-ContactPersonView-Seller{position:relative;}.MyPages-ContactPersonView-Seller .ContactPersonView-Seller-Top{width:96%;padding:1em 2% 1em 2%;margin:0 0 1em 0;float:left;background-color:#f7f7f7;overflow:hidden;}.MyPages-ContactPersonView-Seller .ContactPersonView-Seller-Top .Headline1{line-height:1.4em;margin:0;}@media screen and (max-width:640px){.MyPages-ContactPersonView-Seller .ContactPersonView-Seller-Top .Headline1{float:none;width:100%;}}.MyPages-ContactPersonView-Seller .ContactPersonView-Seller-Top .Headline1 .Seller-Edit{margin-left:1em;}.MyPages-ContactPersonView-Seller .ContactPersonView-Seller-Top .Headline1 .Seller-Phone{margin:0;}.MyPages-ContactPersonView-Seller .ContactPersonView-Seller-Top .Seller-Information{float:left;}.MyPages-ContactPersonView-Seller .ContactPersonView-Seller-Top .Seller-Login-Info{float:right;line-height:1.4em;font-size:.9em;}.MyPages-ContactPersonView-Seller .ContactPersonView-Seller-Top .Seller-Login-Info .Login-Send-Email{margin-right:.4em;}@media screen and (max-width:640px){.MyPages-ContactPersonView-Seller .ContactPersonView-Seller-Top .Seller-Login-Info{float:left;width:100%;margin-top:1em;}}.Button-Element-Wrapper{float:left;width:100%;margin:.4em 0 0 0;clear:both;}.Edit-Box{display:none;font-size:14px;width:280px;padding:1em 1em 1em 1em;background-color:#fff;border:solid 1px #ccc;border-radius:4px;position:absolute;-webkit-box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);-moz-box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);z-index:999;}.Edit-Box .Close{position:absolute;right:.4em;top:0;}.Edit-Box label{margin:0;padding:0;color:#121212;width:90%;}.Edit-Box .dxFormTextfield{font-size:14px;width:154px!important;float:left;clear:both;}.Edit-Box .ExtraInfo{clear:both;float:left;display:none;}.Edit-Box--Show{display:block;}.PopupBox{position:absolute;left:50%;transform:translateX(-50%);top:2em;overflow:hidden;z-index:999;padding:1em;background-color:#fff;max-width:1024px;width:40%;border:solid 2px #121212;border-radius:10px;}@media screen and (max-width:480px){.PopupBox{width:100%;}}.PopupBox .Headline2{color:#5f2623;}.PopupBox .Close{position:absolute;right:.2em;top:.2em;color:#333;}.PopupBox .RadioButton,.PopupBox .CheckBox{float:left;clear:both;}.PopupBox label{float:left;width:auto;line-height:1.9em;clear:none;font-size:.9em;}.PopupBox .TextField-Wrapper{clear:both;float:left;}.PopupBox .TextField{margin-left:.4em;}.ShopSum{display:flex;justify-content:center;margin-bottom:1em;}.ShopSum p.Seller-Total-Earnings{margin:0;}.ShopSum p.Seller-Total-Earnings:first-child{margin-right:1em;}.ShopSum p.Seller-Total-Earnings.ShopOrdersToApprove{background-color:#9f231e;color:#fff;}.ShopLink{text-align:center;margin:0;}.ShopLink .ShopLinkLabel{font-size:.8em;font-weight:bold;}.MyPages-Seller-Shop{margin:2em 0 2em 0;clear:both;float:left;width:100%;}.MyPages-Seller-Shop .InBoxHeadline{font-size:.9em;}.MyPages-Seller-Shop .InBoxHeadline .icon-mail{position:relative;margin-right:.5em;font-size:1.2em;}.MyPages-Seller-Shop .InBoxHeadline .InBoxAmount{position:absolute;right:-15px;top:-5px;display:inline-block;margin:0 1em;width:18px;height:18px;line-height:18px;color:#fff;border-radius:50%;background-color:#d32f2f;font-size:.5em;}.InBox{display:none;}.InBox ul{margin:0 0 1em 0;padding:0;list-style-type:none;width:100%;background-color:#fff;border-radius:5px;border:solid 1px #f7f7f7;}.InBox ul li{display:flex;padding:1em;overflow:hidden;align-items:flex-start;}@media screen and (max-width:640px){.InBox ul li{display:block;}}.InBox ul li:nth-child(odd){background-color:#ededed;}.InBox ul li .FromName{flex:1 1 20%;width:20%;}@media screen and (max-width:640px){.InBox ul li .FromName{width:42.5%;display:block;float:left;}}.InBox ul li .FromName .New{background-color:#9f231e;color:#fff;font-size:.85em;padding:.1em .4em;border-radius:2px;margin-left:.2em;font-family:Arial;}.InBox ul li .Date{flex:0 0 10%;width:10%;}@media screen and (max-width:640px){.InBox ul li .Date{width:15%;display:block;float:left;}}.InBox ul li .Mobile{margin-left:1em;flex:0 0 20%;width:20%;}@media screen and (max-width:640px){.InBox ul li .Mobile{width:42.5%;display:block;float:right;margin:0;text-align:right;}}.InBox ul li .CountOrder{flex:0 0 20%;width:20%;}.InBox ul li .CountOrder:last-child{margin-bottom:0;}@media screen and (max-width:640px){.InBox ul li .CountOrder{width:100%;display:block;float:left;clear:both;}}.InBox ul li .CountOrder .CountOrderTot{color:#121212;}.InBox ul li .CountOrder .CountOrderList span{width:80%;clear:both;float:left;}.InBox ul li .CountOrder .CountOrderList strong{width:20%;float:right;}.InBox ul li .Comment{flex:1 1 30%;width:30%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}@media screen and (max-width:640px){.InBox ul li .Comment{width:100%;clear:both;float:left;margin-top:.4em;padding:.4em;background-color:#fff;}}.InBox ul li .Buttons{flex:0 0 130px;width:130px;overflow:hidden;text-overflow:ellipsis;text-align:right;}.InBox ul li .Buttons a:first-child{margin-right:.3em;}.InBox ul li .Buttons .Approve{padding:.3em .3em;background-color:#84c6e0;color:#fff;border-radius:5px;display:inline-block;}.InBox ul li .Buttons .Approved{color:#6fb33f;font-size:1.3em;}.Payment-Details{position:relative;z-index:0!important;margin-bottom:1em;}.Payment-Details .TextField-Wrapper{margin-left:1.7em;display:none;width:100%;}.Payment-Details .TextField-Wrapper .TextField{width:30%;font-size:.9em;float:left;}.Payment-Details .TextField-Wrapper-Show{display:block;}.Payment-Details .Date-Payment{margin-left:0;display:block;}.Payment-Details .Date-Payment input.TextField{width:40%;}.Date-Icon{display:inline-block;border:solid 1px #d9d3dd;color:#121212;border-radius:5px;padding:.1em .6em .1em .6em;margin-left:.4em;vertical-align:middle;background-color:#fff;}@media screen and (max-width:640px){.Date-Icon{padding-left:.4em;padding-right:.4em;}}.Date-Icon .Date-Icon--Day{margin-right:.2em;display:inline-block;font-size:1.3em;font-weight:bold;line-height:1.2em;}.Date-Icon .Date-Icon--Month{text-transform:uppercase;font-size:.9em;clear:none;display:inline-block;}@media screen and (max-width:281px){.Date-Icon .Date-Icon--Day,.Date-Icon .Date-Icon--Month{font-size:.75rem!important;}}.Tab-Wrapper{width:100%;float:left;}.Tab{margin:1em 0 0 0;padding:0;list-style-type:none;width:100%;float:left;position:relative;}.Tab li{float:left;position:relative;bottom:-1px;z-index:1;margin-right:2px;}.Tab li:last-child{margin-right:0;}.Tab li a{display:block;float:left;padding:.6em 1.2em;background-color:#ededed;border-top-left-radius:10px;border-top-right-radius:10px;font-weight:bold;-webkit-box-shadow:3px 3px 8px 0 rgba(0,0,0,.17);-moz-box-shadow:3px 3px 8px 0 rgba(0,0,0,.17);box-shadow:3px 3px 8px 0 rgba(0,0,0,.17);color:#5f2623;}.Tab li a .OrdersCount{width:20px;height:20px;line-height:20px;display:inline-block;background-color:#d32f2f;border-radius:50%;color:#fff;text-align:center;font-size:.95em;margin-left:4px;}.Tab li.Selected{border-bottom:solid 1px #fff;}.Tab li.Selected a{background-color:#fff;}.Aftersales--StartBox{position:absolute;right:0;top:32px;z-index:1;-webkit-box-shadow:0 0 23px -14px rgba(0,0,0,.82);-moz-box-shadow:0 0 23px -14px rgba(0,0,0,.82);box-shadow:0 0 23px -14px rgba(0,0,0,.82);padding:20px;width:calc(50% - 40px);background-color:#fff;margin:0 20px 0 20px;border-radius:10px;text-align:center;}.Aftersales--StartBox .Normal{font-size:.9em;}.Sold-Out{display:inline-block;background-color:#d32f2f;color:#fff;padding:.2rem .2rem;line-height:1rem;font-weight:normal;font-size:.8rem;border-radius:5px;font-family:myriad-pro,arial,sans-serif;vertical-align:middle;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%) rotate(-15deg);}.Sold-Out span{display:block!important;}.After-Sale{padding:20px 20px;margin-left:0;}@media screen and (max-width:850px){.After-Sale .Headline1{margin-top:0;}.After-Sale .Headline1.Headline1--MarginTop60{margin-top:60px;}}@media print{.After-Sale>.Headline2:first-child{display:none;}.After-Sale>p{display:none;}}@media screen and (max-width:281px){.After-Sale{padding:20px 10px;}}.After-Sale .Aftersales--TopInfo{margin-bottom:40px;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;}@media screen and (max-width:850px){.After-Sale .Aftersales--TopInfo{grid-template-columns:1fr;grid-gap:20px;}}.After-Sale .Aftersales--TopInfo .Headline1{margin-bottom:20px;margin-top:20px;font-size:1.3em;}@media screen and (max-width:800px){.After-Sale .Aftersales--TopInfo .Headline1{font-size:1.25em;margin-bottom:10px;margin-top:30px;}}@media screen and (max-width:520px){.After-Sale .Aftersales--TopInfo .Headline1{font-size:1.1em;}}.After-Sale .Aftersales--TopInfo .OrderInfoWrapper{width:100%;}@media screen and (max-width:850px){.After-Sale .Aftersales--TopInfo .OrderInfoWrapper{order:2;}}.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;}@media screen and (max-width:640px){.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo{padding-right:0;}}.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo .Normal{width:100%;margin:0 0 0 0;border-radius:10px;border:solid 2px #f7f2e2;border-radius:5px;padding:10px 0;color:#121212;text-align:center;}@media screen and (max-width:640px){.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo .Normal{font-size:.8em;}}.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo .Normal:first-child span:last-child{font-size:1.05em;color:#5f2623;}@media screen and (max-width:640px){.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo .Normal:first-child span:last-child{font-size:1.5em;}}@media screen and (max-width:281px){.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo .Normal:first-child span:last-child{font-size:1rem;}}@media screen and (max-width:640px){.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo .Normal:last-child span:last-child{font-size:1.5em;color:#5f2623;}}@media screen and (max-width:281px){.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo .Normal:last-child span:last-child{font-size:1rem;}}.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo .Normal span{display:block;width:100%;text-align:center;}.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo .Normal span:last-child{font-weight:bold;}.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo+.OrderInfo{margin-top:10px;}.After-Sale .Aftersales--TopInfo .OrderInfoWrapper .OrderInfo+.SwishPayment{margin-top:10px;border-radius:10px;border:solid 2px #f7f2e2;}.After-Sale .Aftersales--TopInfo .Normal{font-weight:300;padding:0;}.After-Sale .Aftersales--Top .Headline1{margin-bottom:10px;}@media screen and (max-width:640px){.After-Sale .Aftersales--Top .Headline1{font-size:1.25em;}}.After-Sale .Aftersales--Top .Normal{font-weight:300;padding:0;}.After-Sale .Extra-Order-Info{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:100%;border-radius:4px;background-color:#faf4f3;box-shadow:none;padding:13px 15px;border:solid 1px #dedede;position:absolute;top:0;right:20px;max-width:250px;}@media screen and (max-width:640px){.After-Sale .Extra-Order-Info{flex-direction:column;position:static;max-width:none;margin-top:55px;}}@media print{.After-Sale .Extra-Order-Info{display:none!important;}}.After-Sale .Extra-Order-Info div:first-child{width:100%;}.After-Sale .Extra-Order-Info .Headline3,.After-Sale .Extra-Order-Info .Normal{margin-bottom:0;text-align:center;}.After-Sale .Extra-Order-Info .Normal{margin-bottom:15px;}.After-Sale .Extra-Order-Info .Button-Wrapper,.After-Sale .Extra-Order-Info .Button-Wrapper--Center{margin-top:0;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}@media screen and (max-width:640px){.After-Sale .Extra-Order-Info .Button-Wrapper,.After-Sale .Extra-Order-Info .Button-Wrapper--Center{margin-top:10px;}}.After-Sale>.Headline2{width:50%;}@media screen and (max-width:640px){.After-Sale>.Headline2{width:100%;}}.After-Sale>.Normal{width:50%;}@media screen and (max-width:640px){.After-Sale>.Normal{width:100%;}}.Copy-Field{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;width:100%;margin-bottom:1.6em;margin:1.5em 0;}.Copy-Field.Copy-Field-Textarea{flex-direction:column;align-items:flex-start;margin-top:1em;margin-bottom:0;}.Copy-Field.Copy-Field-Textarea .FormfieldWrapper{margin-bottom:.5em;}.Copy-Field.Copy-Field-Textarea textarea.Textarea{resize:none;width:100%;max-width:450px;height:14em;line-height:1.3em;background-color:#fff;font-size:1em;}@media screen and (max-width:480px){.Copy-Field.Copy-Field-Textarea textarea.Textarea{height:19em;}}.Copy-Field .Caption{flex:none;width:100%;font-size:.95em;font-weight:bold;color:#121212;}.Copy-Field .Caption:hover,.Copy-Field .Caption:focus,.Copy-Field .Caption:active{cursor:pointer;outline:0;color:#1a9dd4;}.Copy-Field .Copy-Input{padding:5px 12px 5px 0;overflow:hidden;color:#0b6297;display:block;flex:0 1 auto;z-index:0;}@media screen and (max-width:640px){.Copy-Field .Copy-Input{font-size:.8em;}}.Copy-Field .Copy-Input:hover{color:#1a9dd4;}.Copy-Field .Copy{flex:0 0 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;padding:.3rem 1.4rem;}@media screen and (max-width:640px){.Copy-Field .Copy{padding:.2rem 1rem;}}.Copy-Field.RegisterTextExampleShow .RegisterTextExample{max-height:1000px;}.Copy-Field.RegisterTextExampleShow .icon-angle-up::before{transition:.25s;transform:rotate(180deg)!important;}.Copy-Field .RegisterTextExample{overflow:hidden;max-height:0;margin:0 0 0 0;transition:.25s;}.Copy-Field .RegisterTextExample .RegisterTextExampleInner{padding:1em;margin:.4em 0;border:solid 1px #ccc;width:100%;}.GroupcodeText{border:dashed 1px #121212;padding:4px;display:inline-block;border-radius:3px;font-weight:bold;}.Sellers-List-Collection,.Sellers-List-Collection-EditMode{margin:0 20px 20px 20px;padding:0;list-style:none;}@media screen and (max-width:640px){.Sellers-List-Collection,.Sellers-List-Collection-EditMode{margin:0 0 20px 0;}}.Sellers-List-Collection.Hide,.Hide.Sellers-List-Collection-EditMode{display:none!important;}.Sellers-List-Collection>li,.Sellers-List-Collection-EditMode>li{position:relative;width:100%;height:auto;padding:10px 10px;border-bottom:solid 1px #ededed;transition:.2s;}@media screen and (max-width:480px){.Sellers-List-Collection>li,.Sellers-List-Collection-EditMode>li{padding:8px 10px;}}@media screen and (max-width:281px){.Sellers-List-Collection>li,.Sellers-List-Collection-EditMode>li{padding:6px 10px;}}.Sellers-List-Collection>li:last-child,.Sellers-List-Collection-EditMode>li:last-child{border-bottom:0;}.Sellers-List-Collection>li.Go-To-Existing-Seller:hover,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:hover{transition:.2s;cursor:pointer;background-color:#f7f7f7;}.Sellers-List-Collection>li.Go-To-Existing-Seller:hover .Seller-Amount span,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:hover .Seller-Amount span{transition:.2s;background-color:#fff;}.Sellers-List-Collection>li.Go-To-Existing-Seller:not(.KP-User):hover,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:not(.KP-User):hover,.Sellers-List-Collection>li.Go-To-Existing-Seller:not(.KP-User):focus,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:not(.KP-User):focus,.Sellers-List-Collection>li.Go-To-Existing-Seller:not(.KP-User):active,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:not(.KP-User):active{outline:0;transition:.2s;cursor:pointer;background-color:#f7f7f7;}.Sellers-List-Collection>li.Go-To-Existing-Seller:not(.KP-User):hover .Seller-Name a,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:not(.KP-User):hover .Seller-Name a,.Sellers-List-Collection>li.Go-To-Existing-Seller:not(.KP-User):focus .Seller-Name a,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:not(.KP-User):focus .Seller-Name a,.Sellers-List-Collection>li.Go-To-Existing-Seller:not(.KP-User):active .Seller-Name a,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:not(.KP-User):active .Seller-Name a{color:#1a9dd4;}.Sellers-List-Collection>li.Go-To-Existing-Seller:not(.KP-User):hover .Seller-Amount span,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:not(.KP-User):hover .Seller-Amount span,.Sellers-List-Collection>li.Go-To-Existing-Seller:not(.KP-User):focus .Seller-Amount span,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:not(.KP-User):focus .Seller-Amount span,.Sellers-List-Collection>li.Go-To-Existing-Seller:not(.KP-User):active .Seller-Amount span,.Sellers-List-Collection-EditMode>li.Go-To-Existing-Seller:not(.KP-User):active .Seller-Amount span{transition:.2s;background-color:#fff;}.Sellers-List-Collection>li.KP-User,.Sellers-List-Collection-EditMode>li.KP-User{background-color:#f7f2e2;}.Sellers-List-Collection>li.KP-User:hover,.Sellers-List-Collection-EditMode>li.KP-User:hover,.Sellers-List-Collection>li.KP-User:focus,.Sellers-List-Collection-EditMode>li.KP-User:focus,.Sellers-List-Collection>li.KP-User:active,.Sellers-List-Collection-EditMode>li.KP-User:active{cursor:pointer;outline:0;background-color:#f9e7c2;}.Sellers-List-Collection>li.KP-User .Seller-Amount span,.Sellers-List-Collection-EditMode>li.KP-User .Seller-Amount span{background-color:#fff;}.Sellers-List-Collection>li .LI-Information,.Sellers-List-Collection-EditMode>li .LI-Information{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;}.Sellers-List-Collection>li .LI-Information.SellersTotal,.Sellers-List-Collection-EditMode>li .LI-Information.SellersTotal{font-weight:700;font-size:1.1em;}.Sellers-List-Collection>li .LI-Information .Seller-Edit,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Edit{display:none;}.Sellers-List-Collection>li .LI-Information .Seller-Name,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name{flex:1 1 auto;overflow:hidden;background-color:transparent;border:0;text-align:left;font-size:1rem;cursor:pointer;white-space:nowrap;color:#000;}@media screen and (max-width:480px){.Sellers-List-Collection>li .LI-Information .Seller-Name,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name{font-size:.875rem;}}@media screen and (max-width:281px){.Sellers-List-Collection>li .LI-Information .Seller-Name,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name{font-size:.8rem;}}.Sellers-List-Collection>li .LI-Information .Seller-Name:active,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name:active,.Sellers-List-Collection>li .LI-Information .Seller-Name:hover,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name:hover,.Sellers-List-Collection>li .LI-Information .Seller-Name:focus,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name:focus{outline:0;color:#0b6297;}.Sellers-List-Collection>li .LI-Information .Seller-Name a,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name a{color:#121212;display:flex;flex-direction:row;align-items:center;width:100%;flex:1 1 auto;}.Sellers-List-Collection>li .LI-Information .Seller-Name a .Seller-Name-Span,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name a .Seller-Name-Span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.Sellers-List-Collection>li .LI-Information .Seller-Name .MyAccount,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name .MyAccount{margin-left:10px;font-size:.9em;border:1px solid #121212;border-radius:3px;padding:2px 8px;text-transform:uppercase;background-color:#fff;}@media screen and (max-width:640px){.Sellers-List-Collection>li .LI-Information .Seller-Name .MyAccount,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name .MyAccount{margin-left:5px;margin-top:5px;}}@media screen and (max-width:281px){.Sellers-List-Collection>li .LI-Information .Seller-Name .MyAccount,.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name .MyAccount{margin-top:0;margin-left:5px;}}.Sellers-List-Collection>li .LI-Information>.Seller-Active,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Active{display:none;}.Sellers-List-Collection>li .LI-Information>.Seller-Number,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Number{flex:0 0 25px;text-align:center;}.Sellers-List-Collection>li .LI-Information>.Seller-Name,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Name{flex:1 1 auto;overflow:hidden;}.Sellers-List-Collection>li .LI-Information .ButtonLink,.Sellers-List-Collection-EditMode>li .LI-Information .ButtonLink{width:100%;text-align:left;margin-left:10px;}.Sellers-List-Collection>li .LI-Information>.Seller-Amount,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Amount{flex:0 0 auto;text-align:center;width:70px;background-color:transparent;border:0;font-size:1rem;cursor:pointer;white-space:nowrap;color:#000;}@media screen and (max-width:480px){.Sellers-List-Collection>li .LI-Information>.Seller-Amount,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Amount{font-size:.875rem;}}@media screen and (max-width:281px){.Sellers-List-Collection>li .LI-Information>.Seller-Amount,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Amount{font-size:.8rem;}}.Sellers-List-Collection>li .LI-Information>.Seller-Amount:active,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Amount:active,.Sellers-List-Collection>li .LI-Information>.Seller-Amount:hover,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Amount:hover,.Sellers-List-Collection>li .LI-Information>.Seller-Amount:focus,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Amount:focus{color:#0b6297;outline:0;}.Sellers-List-Collection>li .LI-Information>.Seller-Amount.Seller-Amount-Total,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Amount.Seller-Amount-Total{width:140px;text-align:right;}@media screen and (max-width:321px){.Sellers-List-Collection>li .LI-Information>.Seller-Amount.Seller-Amount-Total,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Amount.Seller-Amount-Total{font-size:.75em;}.Sellers-List-Collection>li .LI-Information>.Seller-Amount.Seller-Amount-Total span,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Amount.Seller-Amount-Total span{font-size:1.4em;}}@media screen and (max-width:281px){.Sellers-List-Collection>li .LI-Information>.Seller-Amount.Seller-Amount-Total span,.Sellers-List-Collection-EditMode>li .LI-Information>.Seller-Amount.Seller-Amount-Total span{font-size:.9rem;}}.Sellers-List-Collection>li .LI-Information>span.Seller-Amount>span,.Sellers-List-Collection-EditMode>li .LI-Information>span.Seller-Amount>span{border:solid 1px #ededed;border-radius:4px;display:inline-block;padding:.3em .3em;width:70px;text-align:center;transition:.2s;}.Sellers-List-Collection>li .LI-Information.LI-InformationHeader>.Seller-Amount,.Sellers-List-Collection-EditMode>li .LI-Information.LI-InformationHeader>.Seller-Amount{text-align:center;}.Sellers-List-Collection>li .LI-Information .Order-Button,.Sellers-List-Collection-EditMode>li .LI-Information .Order-Button{width:100%;margin:0;font-size:1em;text-align:left;justify-content:flex-start;flex-wrap:wrap;}.Sellers-List-Collection>li .LI-Information .Order-Button .KS-Button,.Sellers-List-Collection-EditMode>li .LI-Information .Order-Button .KS-Button{padding:.3rem 1.4rem;white-space:nowrap;}.Sellers-List-Collection>li .LI-Information .Order-Button .KS-Button:last-child,.Sellers-List-Collection-EditMode>li .LI-Information .Order-Button .KS-Button:last-child{margin-right:0;}@media screen and (max-width:640px){.Sellers-List-Collection>li .LI-Information .Order-Button .KS-Button,.Sellers-List-Collection-EditMode>li .LI-Information .Order-Button .KS-Button{margin-bottom:0;}}@media screen and (max-width:480px){.Sellers-List-Collection>li .LI-Information .Order-Button .KS-Button,.Sellers-List-Collection-EditMode>li .LI-Information .Order-Button .KS-Button{padding:.15rem 1.4rem;}}@media screen and (max-width:346px){.Sellers-List-Collection>li .LI-Information .Order-Button .KS-Button:last-child,.Sellers-List-Collection-EditMode>li .LI-Information .Order-Button .KS-Button:last-child{margin-bottom:0;}}.Sellers-List-Collection>li.LI--Open,.Sellers-List-Collection-EditMode>li.LI--Open{background-color:#faf4f3;}.Sellers-List-Collection>li.LI--Open .LI-Information,.Sellers-List-Collection-EditMode>li.LI--Open .LI-Information{position:sticky;position:-webkit-sticky;top:0;z-index:100;background-color:#faf4f3;padding:10px 0;}@media screen and (max-width:640px){.Sellers-List-Collection>li.LI--Open .LI-Information .Seller-Name a,.Sellers-List-Collection-EditMode>li.LI--Open .LI-Information .Seller-Name a{display:flex;flex-wrap:wrap;}}.Sellers-List-Collection>li:first-child,.Sellers-List-Collection-EditMode>li:first-child{font-weight:700;}.Sellers-List-Collection>li:first-child span:nth-child(3n),.Sellers-List-Collection-EditMode>li:first-child span:nth-child(3n){text-align:center;}.Sellers-List-Collection>li:first-child span:nth-child(4n),.Sellers-List-Collection-EditMode>li:first-child span:nth-child(4n){text-align:right;}@media screen and (max-width:640px){.Sellers-List-Collection>li:first-child span:nth-child(4n),.Sellers-List-Collection-EditMode>li:first-child span:nth-child(4n){display:none;}}.Sellers-List-Collection>li:first-child span:last-child,.Sellers-List-Collection-EditMode>li:first-child span:last-child{text-align:right;}.Sellers-List-Collection>li .Line-Number,.Sellers-List-Collection-EditMode>li .Line-Number{flex:0 0 25px;}.Sellers-List-Collection>li .Seller-Number,.Sellers-List-Collection-EditMode>li .Seller-Number{flex:0 0 25px;display:flex;flex-direction:row;align-items:center;}.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li.LI-InformationHeader,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li.LI-InformationHeader,.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li .LI-Information,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li .LI-Information{display:grid;grid-template-columns:30% calc(70% - 90px) 70px;column-gap:10px;}.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li.LI-InformationHeader .Seller-Group,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li.LI-InformationHeader .Seller-Group,.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li .LI-Information .Seller-Group,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Group{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li.LI-InformationHeader .Seller-Group span,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li.LI-InformationHeader .Seller-Group span,.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li .LI-Information .Seller-Group span,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Group span{white-space:nowrap;}.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li:last-child .LI-Information,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li:last-child .LI-Information{grid-template-columns:calc(100% - 150px) 140px;}@media screen and (max-width:600px){.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li.LI-InformationHeader,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li.LI-InformationHeader,.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li .LI-Information,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li .LI-Information{grid-template-columns:40% calc(60% - 90px) 70px;}}@media screen and (max-width:480px){.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li.LI-InformationHeader .Seller-Group span,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li.LI-InformationHeader .Seller-Group span,.Sellers-List-Collection.Sellers-List-Collection--BigGroups>li .LI-Information .Seller-Group span,.Sellers-List-Collection--BigGroups.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Group span{font-size:.875rem;}}.Seller-List-Filter-Wrapper{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;padding:0 20px;}.Seller-List-Filter-Wrapper .FormfieldWrapper{width:250px;margin-left:auto;}@media screen and (max-width:480px){.Seller-List-Filter-Wrapper .FormfieldWrapper{width:100%;}}@media screen and (max-width:640px){.Seller-List-Filter-Wrapper{padding:0;}.Seller-List-Filter-Wrapper .FormfieldWrapper label.Label{left:15px;}.Seller-List-Filter-Wrapper .FormfieldWrapper select.Selectfield{padding-left:15px;}}.Sellers-List-AddFromPreviousSale{display:none;border:solid 1px #f7f7f7;border-top:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin:0;}.Sellers-List-AddFromPreviousSale.Sellers-List-AddFromPreviousSale--Show{display:block;margin-top:1em;}.Sellers-List-Collection-EditMode{margin-left:0;margin-right:0;}.Sellers-List-Collection-EditMode>li{background-color:#fff;}.Sellers-List-Collection-EditMode>li.Active{background-color:#f6fff6;border-bottom-color:#6fb33f;}.Sellers-List-Collection-EditMode>li.Active .Seller-Amount{background-color:#fff;}.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Number{display:none;}.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Toggle{flex:0 0 45px;text-align:center;}.Sellers-List-Collection-EditMode>li .LI-Information .FormfieldWrapper.Seller-Toggle{margin-bottom:0;margin-top:-35px;}.Seller-Information-Container{display:none;width:100%;background-color:#faf4f3;margin:1em 0;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;position:relative;}.Seller-Information-Container .Close{position:absolute;top:-1.2em;right:0;}.Seller-Information-Container .Seller-Information-Box{position:relative;padding-top:0;border-radius:5px;width:100%;margin:0 auto;display:flex;}@media screen and (max-width:640px){.Seller-Information-Container .Seller-Information-Box{flex-direction:column;background-color:#faf4f3;box-shadow:none;margin:0;padding:0;}}.Seller-Information-Container .Seller-Information-Box .Left{display:flex;flex-direction:column;flex:0 0 50%;}@media screen and (max-width:640px){.Seller-Information-Container .Seller-Information-Box .Left{margin-bottom:10px;}}.Seller-Information-Container .Seller-Information-Box .Left .Seller-Information-Wrapper{position:relative;border:1px solid #ededed;border-radius:3px;padding:15px;margin-right:10px;background-color:#fff;-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.05);-moz-box-shadow:2px 2px 5px 0 rgba(0,0,0,.05);box-shadow:2px 2px 5px 0 rgba(0,0,0,.05);}.Seller-Information-Container .Seller-Information-Box .Left .Seller-Information-Wrapper:first-child{margin-bottom:10px;}@media screen and (max-width:640px){.Seller-Information-Container .Seller-Information-Box .Left .Seller-Information-Wrapper{margin-right:0;box-shadow:none;}}.Seller-Information-Container .Seller-Information-Box .Left .Seller-Information-Wrapper .Btn-Wrapper-KP{width:100%;height:auto;text-align:left;}@media screen and (max-width:640px){.Seller-Information-Container .Seller-Information-Box .Left .Seller-Information-Wrapper .Btn-Wrapper-KP{text-align:center;}}.Seller-Information-Container .Seller-Information-Box .Left .Seller-Information-Wrapper .Seller-Login-Send{margin:0;}@media screen and (max-width:640px){.Seller-Information-Container .Seller-Information-Box .Left .Seller-Information-Wrapper .Seller-Login-Send{display:flex;flex-direction:column;}}.Seller-Information-Container .Seller-Information-Box .Left .Seller-Information-Wrapper .Headline3{color:#121212;}@media screen and (max-width:640px){.Seller-Information-Container .Seller-Information-Box .Left .Seller-Information-Wrapper .Headline3{margin-bottom:10px;}}.Seller-Information-Container .Seller-Information-Box .Left .Form-Control{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;width:100%;}@media screen and (max-width:640px){.Seller-Information-Container .Seller-Information-Box .Left .Form-Control{margin-bottom:8px;}}.Seller-Information-Container .Seller-Information-Box .Left .Form-Control input{width:85%;}.Seller-Information-Container .Seller-Information-Box .Left .Visit-Webshop{margin-top:10px;}.Seller-Information-Container .Seller-Information-Box .Left .Delete-Button{margin-top:1em;}.Seller-Information-Container .Seller-Information-Box .Right{flex:0 0 50%;}.Seller-Information-Wrapper--White{width:100%;height:auto;background-color:transparent;border:0;display:flex;flex-direction:column;justify-content:space-between;}.Seller-Information-Wrapper--White a{margin-top:10px;}.Seller-Information-Wrapper--White a:last-child{margin-right:9px;}.KS-ClassAndTeamsTable{width:calc(100% - 40px);border-collapse:collapse;padding:0;margin:0 20px 40px 20px;}@media screen and (max-width:640px){.KS-ClassAndTeamsTable{width:100%;margin:40px 0 40px 0;}}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Head .KS-ClassAndTeamsTable-Head-Row .KS-ClassAndTeamsTable-Head-TH{padding:0 10px 10px 10px;border-bottom:2px solid #000;font-family:myriad-pro,arial,sans-serif;font-style:normal;font-weight:bold;font-size:1rem;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Head .KS-ClassAndTeamsTable-Head-Row .KS-ClassAndTeamsTable-Head-TH .KS-ClassAndTeamsTable-Head-TH--Desktop{display:block;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Head .KS-ClassAndTeamsTable-Head-Row .KS-ClassAndTeamsTable-Head-TH .KS-ClassAndTeamsTable-Head-TH--Mobile{display:none;}@media screen and (max-width:640px){.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Head .KS-ClassAndTeamsTable-Head-Row .KS-ClassAndTeamsTable-Head-TH .KS-ClassAndTeamsTable-Head-TH--Desktop{display:none;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Head .KS-ClassAndTeamsTable-Head-Row .KS-ClassAndTeamsTable-Head-TH .KS-ClassAndTeamsTable-Head-TH--Mobile{display:block;}}@media screen and (max-width:480px){.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Head .KS-ClassAndTeamsTable-Head-Row .KS-ClassAndTeamsTable-Head-TH{font-size:.875rem;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Head .KS-ClassAndTeamsTable-Head-Row .KS-ClassAndTeamsTable-Head-TH.KS-ClassAndTeamsTable-Head-TH--HideInMobile{display:none;}}@media screen and (max-width:640px){.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Head .KS-ClassAndTeamsTable-Head-Row .KS-ClassAndTeamsTable-Head-TH{padding:0 5px 10px 5px;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Head .KS-ClassAndTeamsTable-Head-Row .KS-ClassAndTeamsTable-Head-TH:first-child{padding:0 5px 10px 10px;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Head .KS-ClassAndTeamsTable-Head-Row .KS-ClassAndTeamsTable-Head-TH:last-child{padding:0 10px 10px 5px;}}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row .KS-ClassAndTeamsTable-Body-TD{padding:15px 10px;border-bottom:1px solid #ececec;font-family:myriad-pro,arial,sans-serif;font-style:normal;font-weight:normal;font-size:1rem;color:#121212;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row .KS-ClassAndTeamsTable-Body-TD .KS-ClassAndTeamsTable-Body-TD--Value{font-family:myriad-pro,arial,sans-serif;font-style:normal;font-weight:bold;font-size:1rem;color:#121212;margin:0 3px 0 0;}@media screen and (min-width:480px){.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row .KS-ClassAndTeamsTable-Body-TD .KS-ClassAndTeamsTable-Body-TD--Value.KS-ClassAndTeamsTable-Body-TD--HideInDesktop{display:none;}}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row .KS-ClassAndTeamsTable-Body-TD data .KS-ClassAndTeamsTable-Body-TD--Value{margin:0 3px 0 0;}@media screen and (max-width:480px){.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row .KS-ClassAndTeamsTable-Body-TD{font-size:.875rem;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row .KS-ClassAndTeamsTable-Body-TD .KS-ClassAndTeamsTable-Body-TD--Value{font-size:.875rem;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row .KS-ClassAndTeamsTable-Body-TD.KS-ClassAndTeamsTable-Body-TD--HideInMobile{display:none;}}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row:last-child .KS-ClassAndTeamsTable-Body-TD{border-bottom:0;}@media screen and (max-width:640px){.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row .KS-ClassAndTeamsTable-Body-TD{padding:15px 5px 15px 5px;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row .KS-ClassAndTeamsTable-Body-TD:first-child{padding:15px 5px 15px 10px;}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row .KS-ClassAndTeamsTable-Body-TD:last-child{padding:15px 10px 15px 5px;}}.KS-ClassAndTeamsTable .KS-ClassAndTeamsTable-Body .KS-ClassAndTeamsTable-Body-Row.KS-ClassAndTeamsTable-Body-Row--Summary .KS-ClassAndTeamsTable-Body-TD{border-top:2px solid #121212;}.KP-Top{display:none;width:100%;padding:.6em 10px;background-color:transparent;width:100%;text-align:center;}.KP-Top a{background-color:rgba(255,255,255,.9);width:100px;text-align:center;font-size:.965em;height:40px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;border-radius:4px;position:fixed;left:50%;transform:translateX(-50%);z-index:9999999;-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.24);-moz-box-shadow:1px 1px 5px 0 rgba(0,0,0,.24);box-shadow:1px 1px 5px 0 rgba(0,0,0,.24);transition:.15s;}.KP-Top a .icon-angle-double-left::before{font-size:1em;}.KP-Top a:hover{transition:.15s;cursor:pointer;}.KP-Top a:hover .icon-angle-double-left::before{transition:.2s;font-weight:800;padding-right:5px;}.KP-Top.KP-Top--Show{display:block;}.Seller-Contribution-Container{position:relative;border:1px solid #f6f6f6;border-radius:4px;padding:15px;background-color:#fff;-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.05);-moz-box-shadow:2px 2px 5px 0 rgba(0,0,0,.05);box-shadow:2px 2px 5px 0 rgba(0,0,0,.05);}@media screen and (max-width:640px){.Seller-Contribution-Container{margin-right:0;box-shadow:none;}}.Seller-Contribution-Container .Seller-Contribution-ProductList{margin:0 0 0 0;padding:0;list-style-type:none;width:100%;display:inline-block;}.Seller-Contribution-Container .Seller-Contribution-ProductList>li{display:flex;justify-content:flex-start;}.Seller-Contribution-Container .Seller-Contribution-ProductList>li .Product-Name{flex:0 0 200px;}.Seller-Contribution-Container .Seller-Contribution-ProductList>li .Product-Amount{flex:0 1 80px;text-align:right;}@media screen and (max-width:640px){.Seller-Contribution-Container .Seller-Contribution-ProductList>li .Product-Amount{padding-right:15px;}}.Seller-Contribution-Container .Seller-Account-Link{margin-top:1em;}.Seller-Contribution-Container .Headline3{color:#121212;}@media screen and (max-width:640px){.Seller-Contribution-Container .Headline3{margin-bottom:10px;}}.Seller-Contribution-Container .Btn-Wrapper-KP{width:100%;height:auto;text-align:left;}@media screen and (max-width:640px){.Seller-Contribution-Container .Btn-Wrapper-KP{text-align:center;}}.Row-Shadow{-webkit-box-shadow:inset 0 10px 12px -7px rgba(0,0,0,.06);-moz-box-shadow:inset 0 10px 12px -7px rgba(0,0,0,.06);box-shadow:inset 0 10px 12px -7px rgba(0,0,0,.06);}.Ingredient--Has,.Ingredient--Possible,.Ingredient--None{display:inline-block;width:12px;height:12px;border-radius:50%;vertical-align:middle;}.Ingredient--Has{background-color:#d32f2f;}.Ingredient--Possible{background-color:#fcb814;}.Ingredient--None{background-color:#305a2e;}.Allergy-Circel-Info{margin:1em auto;padding:0;list-style-type:none;display:block;text-align:center;width:100%;float:left;clear:both;}@media screen and (max-width:640px){.Allergy-Circel-Info{text-align:left;padding:0 0 0 10%;margin:.4em 0 1.2em 0;}}.Allergy-Circel-Info li{display:inline-block;margin-right:1em;}.Allergy-Circel-Info li span{margin-right:.3em;}@media screen and (max-width:640px){.Allergy-Circel-Info li{display:block;margin-bottom:.4em;}}.Allergy-Circel-Info li.Soya-Oil{margin-left:2em;}.ShowInviteSellerOptions span::before{transition:.25s;}.ShowInviteSellerOptions .Active::before{transition:.25s;transform:rotate(90deg);}.BorderGroup{width:100%;border:solid 1px #ededed;padding:1em;margin-bottom:1em;}.BorderGroup:last-child{margin-bottom:0;}.BorderGroup.BorderGroup--WithMaxWidth{max-width:480px;overflow:hidden;}@media screen and (max-width:640px){.BorderGroup.BorderGroup--WithMaxWidth{max-width:440px;}}@media screen and (max-width:480px){.BorderGroup.BorderGroup--WithMaxWidth{max-width:calc(100vw - 40px);}}.KP-Container{width:100%;border-radius:3px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;margin:0;position:relative;}@media screen and (max-width:640px){.KP-Container{flex-direction:column;}}.KP-Container.KP-Container--Column{flex-direction:column;}.KP-Container.KP-Container--Column .Form-Wrapper{margin:0 auto;}.KP-Container.KP-Container--Column .Form-Wrapper .Headline3{margin-bottom:15px;}.KP-Container.KP-Container--Column .Form-Wrapper textarea{resize:none;width:100%;}.KP-Container.KP-Container--Column .FormFieldRow{margin-bottom:20px;}.KP-Container .DescriptionText{margin-bottom:20px;}.KP-Container a:last-child{margin:10px 0 0 0;transition:all .15s;}@media screen and (max-width:640px){.KP-Container a:last-child{margin:15px 0 0 0;}}.KP-Container .Message-Date-Goal{display:none;margin-bottom:20px;margin-top:30px;text-align:center;}.KP-Container .Message-Date-Goal.Message-Date-Goal--Show{display:block;}@media screen and (max-width:640px){.KP-Container .Message-Date-Goal.FormGroup{margin-left:0;margin-right:0;}}.KP-Container .Delivery-Info{text-align:center;}.KP-Container.Column{flex-direction:column;align-items:center;}.KP-Container .Form-Wrapper{width:100%;max-width:600px;}.KP-Container .Form-Wrapper .Save-Button{text-align:right;}.KP-Container .Form-Wrapper .Textfield,.KP-Container .Form-Wrapper .TextField{width:100%;max-width:400px;margin:0 auto;}@media screen and (max-width:640px){.KP-Container .Form-Wrapper .Textfield,.KP-Container .Form-Wrapper .TextField{max-width:none;}}.KP-Container.Data-Object--Show{display:flex!important;}.Order-Printouts{display:none;width:100%;max-width:600px;margin-top:30px;}.Order-Printouts.Order-Printouts--Show{display:block;}.Order-Printouts .Headline2{text-align:center;}.Order-Printouts .FormGroup--BorderNone{padding:0;}@media screen and (max-width:640px){.Order-Printouts.FormGroup{margin-left:0;margin-right:0;}}.Order-Printouts .Status-Message{margin-bottom:20px;}.InviteSellers_MoreOptionsContainer{width:100%;overflow-y:hidden;max-height:50px;transition:max-height .5s;}.InviteSellers_MoreOptionsContainer.InviteSellers_MoreOptionsContainer--Active{transition:max-height .5s;max-height:2000px;}.InviteSellers_MoreOptionsContainer.InviteSellers_MoreOptionsContainer--Active .InviteSellers_MoreOptionsToggle .icon-angle-right::before{transition:transform .15s;transform:rotate(90deg);}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle{flex:0 1 auto;width:100%;padding:13px 0;background-color:transparent;border:0;text-align:left;}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle .Headline3,.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle .Headline4{color:#0b75a2;font-family:myriad-pro,arial,sans-serif;font-style:normal;font-size:1.05rem;}@media screen and (max-width:281px){.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle .Headline3,.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle .Headline4{font-size:.9rem;}}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:hover{cursor:pointer;}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:hover .Headline3,.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:hover .Headline4{text-decoration:underline;color:#1a9dd4;}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:hover .Headline3 .icon-angle-right::before,.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:hover .Headline4 .icon-angle-right::before{transition:transform .15s;}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:focus,.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:active{outline:0;}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:focus .Headline3,.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:focus .Headline4,.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:active .Headline3,.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsToggle:active .Headline4{color:#1a9dd4;}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsContent{margin:12px 0 0 0;}@media screen and (max-width:281px){.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsContent{margin:0;}}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsContent a:focus,.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsContent a:active{outline:0;color:#1a9dd4;}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsContent>div.BorderGroup--NoBorder{border:0;padding:0;margin-bottom:1.86rem;}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsContent>div.BorderGroup--NoBorder:last-child{margin-bottom:0;}.InviteSellers_MoreOptionsContainer .InviteSellers_MoreOptionsContent>div.BorderGroup--NoBorder .Headline3{margin-bottom:4px;}.PDF-Preview-SellerLetter-Wrapper{position:relative;height:388px;width:270px;overflow:hidden;margin:25px auto 0 auto;}.PDF-Preview-SellerLetter-Wrapper .PDF-Preview-SellerLetter{width:930px;height:1200px;width:300%;border:0;-ms-transform:scale(.34);-moz-transform:scale(.34);-o-transform:scale(.34);-webkit-transform:scale(.34);transform:scale(.34);-ms-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;}.PDF-Preview-SellerLetter-Wrapper a.PDF_Preview_SellerLetter_Link{position:absolute;width:100%;top:0;bottom:0;left:0;z-index:1;border:solid 1px #ddd;}.Order-Printouts{display:none;width:100%;max-width:600px;margin-top:30px;}.Order-Printouts.Order-Printouts--Show{display:block;}.Order-Printouts .Headline2{text-align:center;}.Order-Printouts .FormGroup--BorderNone{padding:0;}@media screen and (max-width:640px){.Order-Printouts.FormGroup{margin-left:0;margin-right:0;}}.Order-Printouts .Status-Message{margin-bottom:20px;}.InviteSellerNavigation{margin-top:10px;width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.InviteSellerNavigation>a{clear:both;display:block;}.InviteSellerNavigation .Send-Letter{margin-top:.8em;}.InviteSellerNavigation .Letter-To-Sellers{transition:all .15s;}.InviteSellerNavigation .Letter-To-Sellers::before{transition:.15s;}.InviteSellerNavigation .Letter-To-Sellers.Icon-Animate{transition:all .15s;}.InviteSellerNavigation .Letter-To-Sellers.Icon-Animate::before{transition:all .15s;transform:rotate(90deg);}.Skicka-Meddelande-Container{background-color:#fff;border-radius:5px;padding:15px;}.Skicka-Meddelande-Container .Close{position:absolute;top:3px;right:3px;}.Skicka-Meddelande-Container .Error{font-size:.8em;background-color:#ebcfcb;padding:5px;border-radius:4px;}.Skicka-Meddelande-Container .Headline2{font-size:1em;}.Skicka-Meddelande-Container .Formfield-Wrapper--LabelTop{display:flex;flex-direction:column;justify-content:flex-start;}.Skicka-Meddelande-Container .Formfield-Wrapper:last-child{margin-bottom:0;}.Skicka-Meddelande-Container .Button-Wrapper{margin-top:30px;text-align:right;}.Skicka-Meddelande-Container label{margin-bottom:5px;font-size:.9em;}.Skicka-Meddelande-Container select{border-radius:3px;border:1px solid #d9d3dd;padding:5px;}.Skicka-Meddelande-Container #TextArea-Feedback{position:absolute;right:0;font-size:.8em;color:#808080;}.Skicka-Meddelande-Container #TextArea-Feedback.Red{color:#d32f2f;}.Skicka-Meddelande-Container #TextArea-Feedback.Gray{color:#808080;}.Skicka-Meddelande-Container textarea{resize:none;padding:.4em .8em .4em .8em;line-height:1.2em;font-size:.8em;margin-right:0;width:100%!important;border-radius:2px;border:.5px solid #d9d3dd;font-family:myriad-pro,arial,sans-serif;}.LoginSend{margin:0;padding:0;border:0;background-color:transparent;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;}.LoginSend>span{margin-bottom:15px;}.LoginSend .ButtonRow>span{margin:0 10px 0 0;}@media screen and (max-width:281px){.LoginSend .ButtonRow>span{font-size:.9rem;}}.LoginSend .ButtonRow a,.LoginSend .ButtonRow button{padding:5px 8px;border:1px solid #dedede;background-color:#fff;border-radius:5px;color:#121212;font-family:myriad-pro,arial,sans-serif;font-size:1rem;}.LoginSend .ButtonRow a:last-child,.LoginSend .ButtonRow button:last-child{margin-left:10px;}.LoginSend .ButtonRow a:hover,.LoginSend .ButtonRow button:hover{color:#1a9dd4;cursor:pointer;}.LoginSend .ButtonRow a[disabled],.LoginSend .ButtonRow button[disabled]{color:#a4a4a4;background-color:#dbdbdb;}.LoginSend .ButtonRow a[disabled]:hover,.LoginSend .ButtonRow button[disabled]:hover{cursor:default!important;color:#a4a4a4;}.LoginSend .StatusMessage{margin-bottom:0!important;}.LoginSend.LoginSend-White{margin-bottom:1.6em;border:solid 1px #ccc;padding:1em;background-color:#fff;}.LoginSend.LoginSend-White .StatusMessage{margin-bottom:25px;}.Logout-Button{margin-top:1.2em;}.react-datepicker-wrapper,.react-datepicker__input-container{width:100%;overflow:hidden;}.react-datepicker-wrapper .Textfield,.react-datepicker__input-container .Textfield{color:#121212;overflow:hidden;}.react-datepicker-wrapper .Textfield:hover,.react-datepicker__input-container .Textfield:hover{cursor:pointer;}.react-datepicker-wrapper .react-datepicker__close-icon,.react-datepicker__input-container .react-datepicker__close-icon{right:10px;top:50%;transform:translateY(-50%);}.react-datepicker-wrapper .react-datepicker__close-icon:after,.react-datepicker__input-container .react-datepicker__close-icon:after{background-color:transparent;color:#000;content:"";font-family:"kakservice";font-size:16px;}.Explainer-Box{display:none;width:360px;margin:50px auto;background:#fff;padding:20px;text-align:center;font-weight:900;color:#121212;z-index:999;position:fixed;bottom:34px;left:5%;font-size:1.3em;border-radius:3px;-webkit-box-shadow:2px 2px 9px 0 rgba(0,0,0,.27);-moz-box-shadow:2px 2px 9px 0 rgba(0,0,0,.27);box-shadow:2px 2px 9px 0 rgba(0,0,0,.27);flex-direction:row;justify-content:center;align-items:center;}@media screen and (max-width:640px){.Explainer-Box{left:5%;width:266px;font-size:1em;}}.Explainer-Box .icon-hand-pointer-o::before{animation:float 1s ease-in-out infinite;font-size:1em;}@media screen and (max-width:640px){.Explainer-Box .icon-hand-pointer-o::before{display:none;}}.Explainer-Box span:last-child{text-align:left;margin-bottom:7px;}.Explainer-Box .Close-Explainer-Box{background-color:transparent!important;position:absolute;top:-5px;right:-2px;}.sb3:before{content:"";width:0;height:0;position:absolute;bottom:-19px;border-style:solid;border-width:30px 25px 0 25px;border-color:#fff transparent transparent transparent;}@media screen and (max-width:640px){.sb3:before{left:48px;}}.Overlay--Dark{display:none;position:fixed;top:-2px;bottom:0;left:-2px;right:-2px;z-index:998;background-color:rgba(0,0,0,.2);}.Explainer-Box--Overlay .Explainer-Box{display:flex;flex-direction:column-reverse;}.Explainer-Box--Overlay .Overlay--Dark{display:block;}.Explainer-Box--Overlay .Invite-Sellers{position:relative;z-index:99999;}.Send-Message-Form form select,.Send-Message-Form form textarea{width:100%;max-width:none!important;}.Send-Message-Form form #TextArea-Feedback{position:absolute;right:0;font-size:.8em;top:3px;}.InfoText{font-size:1.125rem;line-height:1.3em;padding:10px 30px;border-radius:3px;background-color:#b0def9;text-align:left;margin:0 10px 0 10px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;color:rgba(0,0,0,.8);}.InfoText::before{font-size:1.8em;color:rgba(0,0,0,.5);margin-top:0;margin-right:20px!important;}@media screen and (max-width:480px){.InfoText{font-size:1rem;}}@media screen and (max-width:281px){.InfoText{font-size:.85rem;padding:8px;margin-top:0!important;}}.Seller-Profile{width:100%;height:auto;}.Seller-Profile .SP-Inner{width:100%;max-width:660px;height:auto;margin:0 auto;}.Seller-Profile .SP-Inner img{width:60px;height:60px;border-radius:50%;border:3px solid #fff;-webkit-box-shadow:2px 2px 7px 3px rgba(0,0,0,.07);-moz-box-shadow:2px 2px 7px 3px rgba(0,0,0,.07);box-shadow:2px 2px 7px 3px rgba(0,0,0,.07);margin-bottom:15px;}.Seller-Profile .SP-Inner .SP-Input{text-align:left;padding:5px 10px;font-size:1em;font-weight:700;border:0;border-bottom:2px solid #828282;color:#121212;transition:.25s;}@media screen and (max-width:640px){.Seller-Profile .SP-Inner .SP-Input{padding:5px 10px 5px 24px;}}.Seller-Profile .SP-Inner .SP-Input.SP-Input-NP{padding:5px 10px;}.Seller-Profile .SP-Inner .SP-Input:focus,.Seller-Profile .SP-Inner .SP-Input:active{outline:0;}.Seller-Profile .SP-Inner .SP-Input:focus::placeholder,.Seller-Profile .SP-Inner .SP-Input:active::placeholder{transition:.25s;opacity:0;}@media screen and (max-width:640px){.Seller-Profile .SP-Inner .SP-Input{max-width:245px;font-size:1.1em;}}.Seller-Profile .SP-Inner a .icon-angle-down::before{transition:.25s;}.Seller-Profile .SP-Inner a .Icon-Rotate{transition:.25s;transform:rotate(180deg);}.Seller-Profile .SP-Inner .SP-More-Settings{overflow:hidden;height:0;max-height:0;transition:.2s;}.Seller-Profile .SP-Inner .SP-More-Settings.SP-More-Settings--Active{height:auto;max-height:600px;padding:20px 0 0 0;}@media screen and (max-width:520px){.Seller-Profile .SP-Inner .SP-More-Settings.SP-More-Settings--Active>.FormGroup{margin:0 1em;margin:0 10px;}}.Seller-Profile .SP-Inner .SP-More-Settings .Delete-Seller{margin:1em 0 0 0;text-align:center;}.Seller-Profile .SP-Inner .SP-More-Settings .Delete-Seller a{color:#121212;}.Seller-Profile .SP-Inner .SP-More-Settings .Delete-Seller a:hover,.Seller-Profile .SP-Inner .SP-More-Settings .Delete-Seller a:active,.Seller-Profile .SP-Inner .SP-More-Settings .Delete-Seller a:focus{outline:0;color:#1a9dd4;}.Seller-Profile .SP-Inner .SP-More-Settings .Formfield-Wrapper--LabelLeft,.Seller-Profile .SP-Inner .SP-More-Settings .dxFormFieldWrapper--LabelLeft{justify-content:center;}@media screen and (max-width:640px){.Seller-Profile .SP-Inner .SP-More-Settings .Formfield-Wrapper--LabelLeft,.Seller-Profile .SP-Inner .SP-More-Settings .dxFormFieldWrapper--LabelLeft{position:relative;}}@media screen and (max-width:640px){.Seller-Profile .SP-Inner .SP-More-Settings .Formfield-Wrapper--LabelLeft:first-child,.Seller-Profile .SP-Inner .SP-More-Settings .dxFormFieldWrapper--LabelLeft:first-child{margin-bottom:25px;}}.Seller-Profile .SP-Inner .SP-More-Settings .Formfield-Wrapper--LabelLeft .Mobile,.Seller-Profile .SP-Inner .SP-More-Settings .dxFormFieldWrapper--LabelLeft .Mobile{display:none;}@media screen and (max-width:640px){.Seller-Profile .SP-Inner .SP-More-Settings .Formfield-Wrapper--LabelLeft .Mobile,.Seller-Profile .SP-Inner .SP-More-Settings .dxFormFieldWrapper--LabelLeft .Mobile{display:block;display:block;position:absolute;top:50%;transform:translateY(-50%);color:#808080;}}@media screen and (max-width:640px){.Seller-Profile .SP-Inner .SP-More-Settings .Formfield-Wrapper--LabelLeft label,.Seller-Profile .SP-Inner .SP-More-Settings .dxFormFieldWrapper--LabelLeft label{display:none;}}.Seller-Profile .SP-Inner .SP-More-Settings .Formfield-Wrapper--LabelLeft .SP-Input,.Seller-Profile .SP-Inner .SP-More-Settings .dxFormFieldWrapper--LabelLeft .SP-Input{margin-bottom:0;font-weight:300;background-color:transparent;}@media screen and (max-width:640px){.Seller-Profile .SP-Inner .SP-More-Settings .Formfield-Wrapper--LabelLeft .SP-Input,.Seller-Profile .SP-Inner .SP-More-Settings .dxFormFieldWrapper--LabelLeft .SP-Input{max-width:400px;}}.Seller-Profile .SP-Inner .SP-More-Settings .Status-Message{width:100%;max-width:423px;margin:0 auto 15px auto;}@media screen and (max-width:520px){.Seller-Profile .SP-Inner .SP-More-Settings .NewCustomer--Save{margin-top:1.5em;}}.Seller-Profile .SP-Inner .SP-More-Settings .Save-Button{text-align:center;}.Seller-Profile .SP-Inner .SP-More-Settings+.InfoText{margin:20px 0 0 0;}.Seller-Profile .SP-Inner .SP-Send-Seller-Info{margin-top:30px;width:100%;border:solid 1px #ccc;padding:1em;background-color:#fff;}@media screen and (max-width:640px){.Seller-Profile .SP-Inner .SP-Send-Seller-Info{margin-top:30px;}}.Seller-Profile .SP-Inner .SP-Send-Seller-Info .Headline3{text-align:center;}.Seller-Profile .SP-Inner .SP-Send-Seller-Info a+a{margin-left:20px;}.Seller-Profile .AddNewSellerInfo{display:none;}.Seller-Profile .AddNewSellerInfo.InfoText--Visible{display:flex;}.Text-Center{text-align:center!important;}.ChooseSellers{overflow:hidden;display:none;margin-bottom:0;transition:.35s;}.ChooseSellers.ChooseSellers--Active{transition:.35s;display:block;margin-bottom:30px;}@media screen and (max-width:281px){.ChooseSellers.ChooseSellers--Active{margin-bottom:0;}}.SellerList{list-style:none;margin:15px 0 15px 0;padding:0;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:.35s;}.SellerList li{display:flex;flex-direction:row-reverse;justify-content:flex-end;width:100%;align-items:center;background-color:#fff;border-bottom:solid 2px #d9d3dd;padding:7px 5px;margin-bottom:7px;transition:.2s;}.SellerList li:hover,.SellerList li:focus,.SellerList li:active{background-color:#fff;}.SellerList li.Disabled span:first-child{color:#d3d3d3!important;}.SellerList li label{width:100%;font-size:1em;font-weight:700;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}.SellerList li label span:first-child{font-size:1em;font-weight:700;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;}.SellerList li label span:first-child .icon-mobile{font-size:16px;height:26px;width:15px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;color:rgba(0,0,0,.35);}.SellerList li label span:first-child .icon-mobile.Icon--ValueExists{color:rgba(0,155,0,.75);}.SellerList li label span:first-child .icon-mobile.Icon--ValueExists:hover,.SellerList li label span:first-child .icon-mobile.Icon--ValueExists:focus,.SellerList li label span:first-child .icon-mobile.Icon--ValueExists:active{cursor:pointer;color:rgba(0,120,0,.75);}.SellerList li label span:first-child .icon-mail-alt{font-size:13px;height:26px;width:15px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;margin-right:10px;color:rgba(0,0,0,.35);}.SellerList li label span:first-child .icon-mail-alt.Icon--ValueExists{color:rgba(0,155,0,.75);}.SellerList li label span:first-child .icon-mail-alt.Icon--ValueExists:hover,.SellerList li label span:first-child .icon-mail-alt.Icon--ValueExists:focus,.SellerList li label span:first-child .icon-mail-alt.Icon--ValueExists:active{cursor:pointer;color:rgba(0,120,0,.75);}.SellerList li label span{font-weight:400;font-size:.8em;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;}@media screen and (max-width:281px){.SellerList li label span:first-child{font-size:.9rem;}}.SellerList li input{margin-right:8px;}.SellerList li.inputSelected{transition:.2s;border-bottom-color:#6fb33f;background-color:#f6fff6;}.SellerList.SellerList--Hidden{overflow:hidden;max-height:0;padding:0;margin:0;transition:.35s;}.AfterSaleTabsNew{clear:both;display:flex;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;z-index:-2;}@media screen and (min-width:1200px){.AfterSaleTabsNew{top:-4px;}}@media screen and (max-width:1200px){.AfterSaleTabsNew{top:-68px;}}@media print{.AfterSaleTabsNew{display:none;}}.AfterSaleTabsNew a{display:inline-block;background-color:#fff;padding:8px 10px;font-size:.9em;filter:drop-shadow(0 3px 2px rgba(50,50,0,.15));color:#000;margin-left:2px;font-weight:bold;}@media screen and (min-width:1200px){.AfterSaleTabsNew a{border-bottom-left-radius:10px;border-bottom-right-radius:10px;}}@media screen and (max-width:1200px){.AfterSaleTabsNew a{border-top-left-radius:10px;border-top-right-radius:10px;}}.AfterSaleTabsNew a:first-child{margin-right:2px;}.AfterSaleTabsNew a:active,.AfterSaleTabsNew a:hover,.AfterSaleTabsNew a:focus,.AfterSaleTabsNew a.Chosen{background-color:#fcb814;color:#fff;}.AfterSaleTabs2{margin:10px 0 0 0;clear:both;display:flex;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media print{.AfterSaleTabs2{display:none;}}.AfterSaleTabs2 a{display:inline-block;background-color:#fff;padding:8px 16px 8px 16px;margin-right:4px;font-size:.9em;border-top-left-radius:10px;border-top-right-radius:10px;color:#444;-webkit-box-shadow:1px 1px 8px -1px rgba(0,0,0,.2);-moz-box-shadow:1px 1px 8px -1px rgba(0,0,0,.2);box-shadow:1px 1px 8px -1px rgba(0,0,0,.2);opacity:.6;transition:.25s;}@media screen and (max-width:1200px){.AfterSaleTabs2 a{padding-bottom:12px;}}.AfterSaleTabs2 a>span{margin-left:4px;}.AfterSaleTabs2 a:active,.AfterSaleTabs2 a:hover,.AfterSaleTabs2 a:focus,.AfterSaleTabs2 a.Chosen{background-color:#fff;color:#121212;opacity:1;}.AfterSaleTabs{margin:10px 0 10px 0;clear:both;display:flex;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media screen and (max-width:1200px){.AfterSaleTabs{margin:10px 10px;}}@media print{.AfterSaleTabs{display:none;}}.AfterSaleTabs a{display:inline-block;background-color:#fff;padding:8px 16px 8px 16px;border-radius:10px;margin-right:10px;font-size:.9em;border:solid 2px #ccc;color:#444;}.AfterSaleTabs a>span{margin-left:4px;}.AfterSaleTabs a:active,.AfterSaleTabs a:hover,.AfterSaleTabs a:focus,.AfterSaleTabs a.Chosen{border:solid 2px #121212;background-color:#fff;color:#121212;}.AvatarEdit_Wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:none;height:100vh;background-color:rgba(0,0,0,.3);z-index:100000000000000000000000000000000;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:2px;padding:20px;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper canvas{width:100%!important;max-width:350px!important;height:100%!important;max-height:350px!important;min-width:270px!important;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper>div.AvatarEdit_SettingsCategory{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;margin:15px 0;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper>div.AvatarEdit_SettingsCategory.AvatarEdit_SettingsCategory--Centered{justify-content:center;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper>div.AvatarEdit_SettingsCategory:last-child{margin-bottom:0;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper>div.AvatarEdit_SettingsCategory>p.Normal{flex:0 1 auto;width:initial;margin:0;font-weight:700;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper>div.AvatarEdit_SettingsCategory>p.Normal.Minus{width:30px;display:flex;justify-content:flex-start;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper>div.AvatarEdit_SettingsCategory>p.Normal.Plus{width:30px;display:flex;justify-content:flex-end;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper>div.AvatarEdit_SettingsCategory input{margin:0;width:calc(100% - 60px);}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper .Close{position:absolute;top:0;right:0;width:25px;height:25px;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;background-color:transparent;border:0;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper .Close:hover{cursor:pointer;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper .Close:hover span{color:#50a1c1;}.AvatarEdit_Wrapper>div.AvatarEdit_InnerWrapper .Close span{color:#121212;font-size:14px;}.FormGroup{padding:24px 20px 24px 20px;margin-bottom:1em;border:solid 1px #dedede;border-radius:10px;position:relative;background-color:#faf4f3;}.FormGroup:last-child{margin-bottom:0;}.FormGroup .Headline2{margin-bottom:1em;}.FormGroup.FormGroup--MaxWidth680{width:100%;max-width:680px;margin:0 auto;}.FormGroup .FormfieldWrapper-ImageUpload{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:10px 13px;}.FormGroup .FormfieldWrapper-ImageUpload label{margin-right:25px;letter-spacing:.2px;font-size:.85em;color:#000;float:left;margin-bottom:0;}.FormGroup .FormfieldWrapper-GroupImageUpload{position:relative;width:100%;background-color:transparent;}.FormGroup .FormfieldWrapper-GroupImageUpload label.Label{position:static;font-size:.8em;margin:0 0 5px 0;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image{position:relative;width:120px;margin:0 auto;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image.Group-Image-Placeholder .Group-Logo:not(.Group-Logo-Placeholder){display:none;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image.Group-Image-Placeholder .Group-Logo-Placeholder{display:block;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .Group-Logo,.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .Group-Logo-Placeholder{display:block;width:100%;max-width:120px;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .Group-Logo-Placeholder{display:none;width:120px;min-width:120px;height:120px;min-height:120px;border-radius:50%;background-color:rgba(0,0,0,.2);}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .Group-Image{width:120px;min-width:120px;height:120px;min-height:120px;border-radius:50%;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image img{display:block;width:100%;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .upload-btn-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .upload-btn-wrapper:hover{cursor:pointer;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .upload-btn-wrapper .btn-pen{position:absolute;bottom:5px;right:5px;background-color:#fff;border:0;border-radius:50%;width:25px;height:25px;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;-webkit-box-shadow:2px 2.5px 6px -2px rgba(50,50,50,.25);-moz-box-shadow:2px 2.5px 6px -2px rgba(50,50,50,.25);box-shadow:2px 2.5px 6px -2px rgba(50,50,50,.25);}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .upload-btn-wrapper .btn-pen:hover{cursor:pointer;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .upload-btn-wrapper .btn-pen span{font-size:13px;color:#121212;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .upload-btn-wrapper input{width:100%;max-width:120px;max-height:120px;}.FormGroup .FormfieldWrapper-GroupImageUpload .Group-Image .upload-btn-wrapper input:hover{cursor:pointer;}.FormGroup .upload-btn-wrapper{position:relative;overflow:hidden;display:block;}.FormGroup .btn{padding:5px 20px;font-size:11px;font-weight:bold;background-color:#0b6297;color:#fff;cursor:pointer;text-decoration:none;border:0;border-radius:18px;}.FormGroup .upload-btn-wrapper input[type=file]{font-size:100px;position:absolute;left:0;top:0;opacity:0;}.FormGroup .upload-btn-wrapper input[type=file]:hover{cursor:pointer;}.FormGroup.Formfields--Hide,.FormGroup .Formfields--Hide{overflow:hidden;max-height:0;transition:max-height .4s;}.FormGroup.Formfields--Hide.Formfields--Shown,.FormGroup .Formfields--Hide.Formfields--Shown{transition:max-height .4s;max-height:1000px;}.FormGroup.Formfields--Hide.Formfields--Shown .FormfieldWrapper:last-child,.FormGroup .Formfields--Hide.Formfields--Shown .FormfieldWrapper:last-child{margin-bottom:15px;}@media screen and (max-width:520px){.FormGroup{border-radius:5px;padding:22px 14px 22px 14px;}}@media screen and (max-width:281px){.FormGroup{padding:15px 14px;}}.FormGroup.FormGroup--Gray{background-color:#f9f9f9;border-radius:2px;}.FormGroup.FormGroup--NoPadding{padding:0!important;}.FormGroup.FormGroup-Flex50-50{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;flex-wrap:wrap;}.FormGroup.FormGroup-Flex50-50 .FormGroup{width:50%;}.FormGroup.FormGroup-Flex50-50 img{width:100%;max-width:140px;height:auto;}@media screen and (max-width:480px){.FormGroup.FormGroup-Flex50-50{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;}.FormGroup.FormGroup-Flex50-50 .FormGroup{width:100%;}.FormGroup.FormGroup-Flex50-50 .FormGroup img{width:100%;max-width:none;}}.FormGroup.FormGroup-Flex50-50-Vertical{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;flex-wrap:wrap;}.FormGroup.FormGroup-Flex50-50-Vertical .FormGroup{width:100%;}@media screen and (max-width:480px){.FormGroup.FormGroup-Flex50-50-Vertical{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;}.FormGroup.FormGroup-Flex50-50-Vertical .FormGroup{width:100%;}.FormGroup.FormGroup-Flex50-50-Vertical .FormGroup img{width:100%;max-width:none;}}.FormGroup.FormGroup--BorderNone{border:0;padding:0 10px;}.FormGroup.FormGroup--MarginNone{margin-left:0;margin-right:0;}.FormGroup.FormGroup--BgWhite{background-color:#fff;}.FormGroup.FormGroup--BgWhite .Textfield,.FormGroup.FormGroup--BgWhite .Textarea,.FormGroup.FormGroup--BgWhite .Selectfield,.FormGroup.FormGroup--BgWhite .Datefield{background-color:#f6f6f6;}.FormGroup .Headline3{margin-bottom:15px;width:100%;display:flex;}.FormGroup .Headline4 .FormInfoPopup{padding:0 20px 5px 10px;}.FormGroup table{width:100%;}.FormGroup table tr th{text-align:left;}.FormGroup>.Formfield-Wrapper--HasValue:first-child{margin-top:16px;}.FormHeadline{font-size:1em;margin-bottom:20px;}@media screen and (max-width:281px){.FormHeadline{margin-bottom:10px;}}.FormHeadline+.FormfieldWrapperCheckboxWithTextfield{margin-top:-10px;}.OrderComment .FormfieldWrapper{width:100%;max-width:none;margin:0 auto;}.OrderComment .FormfieldWrapper textarea.Textarea{height:4em;}.StickerImage{width:100%;max-width:223px;margin-left:20px;}@media screen and (max-width:550px){.StickerImage{width:100%;max-width:60%;margin:30px auto;}}.GratisEtiketterTop{display:flex;flex-direction:row;justify-content:flex-start;}.FormfieldWrapper{position:relative;clear:both;margin-bottom:1.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#fff;}.FormfieldWrapper .FormfieldWrapper--Selectfield{background-color:#fff;}.FormfieldWrapper:last-child{margin-bottom:0;}.FormfieldWrapper.FormfieldWrapper--Transparent{background-color:transparent;}.FormfieldWrapper .LabelWrapper{display:flex;justify-content:flex-start;flex-wrap:nowrap;}.FormfieldWrapper .LabelWrapper span{padding:0 10px;}.FormfieldWrapper label{display:flex;}.FormfieldWrapper label a.ProductInfoPopup{margin-top:0;}.FormfieldWrapper label .FormInfoPopup{display:block;width:17px;height:17px;float:left;padding:0 30px 22px 10px;}.FormfieldWrapper label .FormInfoPopup:hover{cursor:pointer;}.FormfieldWrapper label.Label--Hidden{position:fixed;left:150vw;z-index:-1;opacity:0;}.FormfieldWrapper .ChooseSellers{flex:0 1 auto;width:100%;}.FormfieldWrapper .tooltip{position:absolute;top:50%;right:10px;transform:translateY(-50%);font-size:1.2em;}.FormfieldWrapper .icon-angle-down{position:absolute;top:50%;transform:translateY(-50%);right:10px;}.FormfieldWrapper #TextArea-Feedback{position:absolute;top:-17px;right:0;font-size:.8em;}.FormfieldWrapper .Icon{position:absolute;left:10px;top:calc(50% + 1px);z-index:1;transform:translateY(-50%);}@media screen and (max-width:281px){.FormfieldWrapper .Icon{top:calc(50% - 1px);}}.FormfieldWrapper .CharactersLeft{position:absolute;z-index:1000;top:-16px;right:0;font-size:.8em;color:#121212;}.FormfieldWrapper .CharactersLeft.Red{color:#d32f2f;}.FormfieldWrapper.FormfieldWrapper-Horizontal{position:relative;width:100%;clear:both;margin-bottom:1.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;}@media screen and (max-width:550px){.FormfieldWrapper.FormfieldWrapper-Horizontal{flex-wrap:wrap;}}.FormfieldWrapper.FormfieldWrapper-Horizontal>div{width:100%;}.FormfieldWrapper.FormfieldWrapper--FixedHeight{overflow:hidden;height:100%;max-height:48px;margin-bottom:.2em;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;flex-wrap:wrap;transition:max-height .25s;}@media screen and (max-width:480px){.FormfieldWrapper.FormfieldWrapper--FixedHeight{margin-bottom:1.1em;}}.FormfieldWrapper.FormfieldWrapper--FixedHeight.FormfieldWrapper--FixedHeightActive{max-height:none;}.FormfieldWrapper.FormfieldWrapper--FixedHeight.FormfieldWrapper--FixedHeightActive .CheckboxLabel .icon-angle-right::before{transform:rotate(90deg);}.FormfieldWrapper.FormfieldWrapper--FixedHeight .ChooseSellers{margin-bottom:10px;}.FormfieldWrapper.FormfieldWrapper--CheckboxWithAngleButton{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;}.FormfieldWrapper.FormfieldWrapper--CheckboxWithAngleButton .FormfieldWrapper-AngleExpansionButton{width:25px;height:25px;background-color:transparent;border:0;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;}.FormfieldWrapper.FormfieldWrapper--CheckboxWithAngleButton .FormfieldWrapper-AngleExpansionButton:hover,.FormfieldWrapper.FormfieldWrapper--CheckboxWithAngleButton .FormfieldWrapper-AngleExpansionButton:focus,.FormfieldWrapper.FormfieldWrapper--CheckboxWithAngleButton .FormfieldWrapper-AngleExpansionButton:active{cursor:pointer;}.FormfieldWrapper.FormfieldWrapper--CheckboxWithAngleButton .FormfieldWrapper-AngleExpansionButton span{font-size:1rem;}.FormfieldWrapper.FormfieldWrapper-FixedHeight--Last{margin-bottom:1.8em;}@media screen and (max-width:281px){.FormfieldWrapper.FormfieldWrapper-FixedHeight--Last{margin-bottom:1rem;}}.FormfieldWrapper.FormfieldWrapper-HiddenInputLabel .FormfieldWrapper .LabelWrapper{opacity:0;}.FormfieldWrapper.FormfieldWrapper-ImageUpload{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;}.FormfieldWrapper.FormfieldWrapper-ImageUpload label{margin-right:10px;}.FormfieldWrapper.FormfieldWrapper--HasIcon .Datefield,.FormfieldWrapper.FormfieldWrapper--HasIcon .Textfield,.FormfieldWrapper.FormfieldWrapper--HasIcon .Textarea{padding-left:40px;}.FormfieldWrapper.FormfieldWrapper--HasIcon .Label{margin-left:30px;}.FormfieldWrapper.FormfieldWrapper--HasIcon .react-datepicker__input-container{display:block;}.FormfieldWrapper.FormfieldWrapper--Valid .Textfield,.FormfieldWrapper.FormfieldWrapper--Valid .Textarea,.FormfieldWrapper.FormfieldWrapper--Valid .Selectfield,.FormfieldWrapper.FormfieldWrapper--Valid .Datefield{border-bottom-color:#6fb33f;}.FormfieldWrapper.FormfieldWrapper--Error .Textfield,.FormfieldWrapper.FormfieldWrapper--Error .Textarea,.FormfieldWrapper.FormfieldWrapper--Error .Selectfield,.FormfieldWrapper.FormfieldWrapper--Error .Datefield{border-bottom-color:#d32f2f;}.FormfieldWrapper.FormfieldWrapper--Error .Label{color:#9f231e;}.FormfieldWrapper.FormfieldWrapper--Error .Label>span{color:#9f231e;}.FormfieldWrapper .FormfieldError--Text{position:absolute;right:0;bottom:-18px;font-size:.8em;}.FormfieldWrapper .Formfield--ExtraInfo{font-size:.9em;position:absolute;left:55%;top:20px;}.FormfieldWrapper .Textfield--ActionLink{font-size:13px;}.FormfieldWrapper .WipeButton{display:block;position:absolute;top:50%;transform:translateY(-50%);right:10px;font-size:1.2em;}.FormfieldWrapper .WipeButton:hover,.FormfieldWrapper .WipeButton:active,.FormfieldWrapper .WipeButton:focus{cursor:pointer;}.FormfieldWrapper>.Label+div{display:flex;}.FormfieldWrapper>.Label,.FormfieldWrapper .LabelWrapper{position:absolute;left:10px;top:.9em;font-size:1em;letter-spacing:.5px;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;display:flex;justify-content:flex-start;color:#828282;z-index:1;}.FormfieldWrapper>.Label .Label,.FormfieldWrapper .LabelWrapper .Label{flex:none;}.FormfieldWrapper>.Label .FormInfoPopup,.FormfieldWrapper .LabelWrapper .FormInfoPopup{flex:none;}.FormfieldWrapper>.Label:active,.FormfieldWrapper>.Label:hover,.FormfieldWrapper>.Label:focus,.FormfieldWrapper .LabelWrapper:active,.FormfieldWrapper .LabelWrapper:hover,.FormfieldWrapper .LabelWrapper:focus{cursor:pointer;}.FormfieldWrapper.Formfield-Wrapper--HasValue>.Label,.FormfieldWrapper.FormfieldWrapper--LabelTop>.Label,.FormfieldWrapper.Formfield-Wrapper--HasValue>.LabelWrapper,.FormfieldWrapper.FormfieldWrapper--LabelTop>.LabelWrapper,.FormfieldWrapper .Textfield:focus+Label{left:0;top:-16px;margin-left:0;font-size:.8em;margin-left:0!important;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;color:#000;}.FormfieldWrapper.Formfield-Wrapper--HasValue>.LabelWrapper .Label{margin-left:0!important;}.FormfieldWrapper.Formfield-Wrapper--HasInfoIcon .Icon{pointer-events:none;}.FormfieldWrapper.Formfield-Wrapper--HasInfoIcon input{padding-right:40px;}.FormfieldWrapper.Formfield-Wrapper--WithExtraInfo{margin-top:30px!important;}.FormfieldWrapper.Formfield-Wrapper--WithExtraInfo .LabelWrapper{display:block;top:-36px;}.FormfieldWrapper.Formfield-Wrapper--WithExtraInfo .LabelWrapper .Label-ExtraInfo{display:block;padding:0;margin:2px 0 0 0;font-size:11px;font-style:italic;color:#7e7e7e;}@media screen and (max-width:281px){.FormfieldWrapper.Formfield-Wrapper--WithExtraInfo .LabelWrapper .Label-ExtraInfo{margin:4px 0 0 3px;font-size:9px;}}.FormfieldWrapper.Formfield-Wrapper--WithExtraInfo .LabelWrapper .Label-ExtraInfo:hover{cursor:default;}.FormfieldWrapper .Erase{position:absolute;right:.3em;top:.2em;display:none;padding:.4em;}@media screen and (max-width:520px){.FormfieldWrapper .Erase{display:block;}.FormfieldWrapper .Erase+.Textfield,.FormfieldWrapper .Erase+.Textarea{padding-right:36px;}}.FormfieldWrapper .Datefield,.FormfieldWrapper .Textfield,.FormfieldWrapper .Textarea,.FormfieldWrapper .Selectfield{position:relative;clear:both;border:0;font-family:myriad-pro,arial,sans-serif;font-size:1rem;overflow:auto;outline:0;display:block;width:100%;border-bottom:solid 2px #d9d3dd;padding-left:10px;padding-right:10px;background-color:#fff;height:3.2em;line-height:3.2em;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-radius:0;-webkit-appearance:none;overflow:hidden;letter-spacing:.5px;}@media screen and (max-width:281px){.FormfieldWrapper .Datefield,.FormfieldWrapper .Textfield,.FormfieldWrapper .Textarea,.FormfieldWrapper .Selectfield{height:2.9rem;line-height:2.9rem;}}.FormfieldWrapper .Datefield:focus,.FormfieldWrapper .Datefield.Unsaved,.FormfieldWrapper .Textfield:focus,.FormfieldWrapper .Textfield.Unsaved,.FormfieldWrapper .Textarea:focus,.FormfieldWrapper .Textarea.Unsaved,.FormfieldWrapper .Selectfield:focus,.FormfieldWrapper .Selectfield.Unsaved{border-bottom-color:#fcb814;}.FormfieldWrapper .Datefield:invalid,.FormfieldWrapper .Textfield:invalid,.FormfieldWrapper .Textarea:invalid,.FormfieldWrapper .Selectfield:invalid{background-color:#f6e2e2;border-bottom-color:#d32f2f;}.FormfieldWrapper .Datefield.Textarea,.FormfieldWrapper .Textfield.Textarea,.FormfieldWrapper .Textarea.Textarea,.FormfieldWrapper .Selectfield.Textarea{height:6em;line-height:1.4em;}.FormfieldWrapper .Textfield--Placeholder{color:#b3b3b3;}.FormfieldWrapper .Selectfield{z-index:1;background-color:transparent;}.FormfieldWrapper .Selectfield-Wrapper{position:absolute;left:35px;width:100%;max-width:95px;}.FormfieldWrapper .Selectfield-Wrapper .Selectfield--PaymentOption{width:100%;max-width:95px;border-bottom:0;height:2.4em;line-height:2.4em;font-size:.95em;background-color:#f9f9f9;padding-left:0;}.FormfieldWrapper .Selectfield-Wrapper .Icon{position:absolute;top:50%;right:0;left:initial;transform:translateY(-50%);z-index:2;}.FormfieldWrapper.FormfieldWrapper--Valid .Textfield,.FormfieldWrapper.FormfieldWrapper--Valid .Textarea,.FormfieldWrapper.FormfieldWrapper--Valid .Selectfield,.FormfieldWrapper.FormfieldWrapper--Valid .Datefield{border-bottom-color:#6fb33f;}.FormfieldWrapper.FormfieldWrapper--Formfield50 .Textfield,.FormfieldWrapper.FormfieldWrapper--Formfield50 .Textarea,.FormfieldWrapper.FormfieldWrapper--Formfield50 .Selectfield,.FormfieldWrapper.FormfieldWrapper--Formfield50 .Datefield{width:50%;}@media screen and (max-width:480px){.FormfieldWrapper.FormfieldWrapper--Formfield50 .Textfield,.FormfieldWrapper.FormfieldWrapper--Formfield50 .Textarea,.FormfieldWrapper.FormfieldWrapper--Formfield50 .Selectfield,.FormfieldWrapper.FormfieldWrapper--Formfield50 .Datefield{width:100%;}}@media screen and (max-width:480px){.FormfieldWrapper.FormfieldWrapper--Formfield50 .Formfield--ExtraInfo{font-size:.7em;right:4px;bottom:2px;left:auto;top:auto;}}.FormfieldWrapper.FormfieldWrapper--Formfield80px .Textfield{width:80px;}.FormfieldWrapper .FormfieldError .Textfield,.FormfieldWrapper .FormfieldError .Textarea,.FormfieldWrapper .FormfieldError .Selectfield,.FormfieldWrapper .FormfieldError .Datefield{background-color:#f6e2e2;border-bottom-color:#d32f2f;}.FormfieldWrapper.FormfieldWrapperCheckbox,.FormfieldWrapper.FormfieldWrapperRadio{background-color:transparent;}.FormfieldWrapper.FormfieldWrapperRadioHorizontal,.FormfieldWrapper.FormfieldWrapperCheckboxHorizontal{display:flex;justify-content:flex-start;background-color:transparent;}.FormfieldWrapper.FormfieldWrapperRadioHorizontal>div,.FormfieldWrapper.FormfieldWrapperCheckboxHorizontal>div{flex:0 1 auto;margin-left:1em;}.FormfieldWrapper.FormfieldWrapperRadioHorizontal>div:first-child,.FormfieldWrapper.FormfieldWrapperCheckboxHorizontal>div:first-child{margin-left:0;}@media screen and (max-width:520px){.FormfieldWrapper.FormfieldWrapperRadioHorizontal,.FormfieldWrapper.FormfieldWrapperCheckboxHorizontal{flex-wrap:wrap;}.FormfieldWrapper.FormfieldWrapperRadioHorizontal>div:last-child,.FormfieldWrapper.FormfieldWrapperCheckboxHorizontal>div:last-child{margin-left:0;}}.FormfieldWrapper.FormfieldWrapperRadioVertical{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;background-color:transparent;}.FormfieldWrapper.FormfieldWrapperRadioVertical>div{flex:0 1 auto;width:100%;}.FormfieldWrapper.FormfieldWrapperRadioVertical>div+div{margin-top:10px;}@media screen and (max-width:640px){.FormfieldWrapper.FormfieldWrapperRadioHorizontal--MobileVertical{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;}.FormfieldWrapper.FormfieldWrapperRadioHorizontal--MobileVertical>div{width:100%;margin-left:0;margin-bottom:10px;}.FormfieldWrapper.FormfieldWrapperRadioHorizontal--MobileVertical>div:last-child{margin-bottom:0;}}.FormfieldWrapper.FormfieldWrapperRadioHorizontal50percent{display:flex;justify-content:space-between;flex-flow:row wrap;}.FormfieldWrapper.FormfieldWrapperRadioHorizontal50percent>div{flex:0 1 50%;width:50%;}.FormfieldWrapper .Radio{height:26px;width:26px;border:#d9d3dd 1px solid;background-color:#fff;opacity:0;position:absolute;}.FormfieldWrapper .Radio:checked+.RadioLabel::after{content:"";}.FormfieldWrapper .RadioLabel{position:relative;display:inline-block;padding-left:34px;font-family:myriad-pro,arial,sans-serif;font-size:1em;line-height:1.8em;}.FormfieldWrapper .RadioLabel:before,.FormfieldWrapper .RadioLabel:after{position:absolute;content:"";display:inline-block;}.FormfieldWrapper .RadioLabel:before{height:24px;width:24px;border:1px solid #d9d3dd;border-radius:50%;top:3px;left:0;background-color:#fff;}.FormfieldWrapper .RadioLabel:after{height:12px;width:12px;border-radius:50%;background-color:#121212;top:9px;left:6px;content:none;}.FormfieldWrapper .RadioLabel.RadioLabel--Green:before{background-color:#6fb33f;}.FormfieldWrapper .RadioLabel.RadioLabel--Green:after{background-color:#3d552c;}.FormfieldWrapper .RadioLabel:active,.FormfieldWrapper .RadioLabel:hover,.FormfieldWrapper .RadioLabel:focus{cursor:pointer;}.FormfieldWrapper .Checkbox{background-color:#fff;width:24px;height:24px;border:1px solid #d9d3dd;border-bottom:2px solid #d9d3dd;opacity:0;position:absolute;margin:0;z-index:1;}.FormfieldWrapper .Checkbox:checked+.CheckboxLabel::after{content:"";}.FormfieldWrapper .CheckboxLabel{position:relative;display:inline-block;padding-left:34px;font-family:myriad-pro,arial,sans-serif;font-size:1em;line-height:24px;}.FormfieldWrapper .CheckboxLabel:before,.FormfieldWrapper .CheckboxLabel:after{position:absolute;content:"";display:inline-block;z-index:0;}.FormfieldWrapper .CheckboxLabel:before{height:24px;width:24px;border:1px solid #d9d3dd;border-bottom:2px solid #d9d3dd;top:0;left:0;background-color:#fff;}.FormfieldWrapper .CheckboxLabel:after{height:8px;width:14px;border-left:2px solid #121212;border-bottom:2px solid #121212;transform:rotate(-45deg);left:5px;top:6px;content:none;}.FormfieldWrapper .CheckboxLabel:active,.FormfieldWrapper .CheckboxLabel:hover,.FormfieldWrapper .CheckboxLabel:focus{cursor:pointer;}.FormfieldWrapper .ColorPicker{position:absolute;margin:0;border:solid 1px #000;width:24px;height:24px;right:16px;top:50%;transform:translateY(-50%);cursor:pointer;}.FormfieldWrapper .ColorPicker:active+.ColorChooser,.FormfieldWrapper .ColorPicker:hover+.ColorChooser,.FormfieldWrapper .ColorPicker:focus+.ColorChooser{display:flex;}.FormfieldWrapper .ColorChooser{display:none;position:absolute;right:16px;bottom:-22px;justify-content:space-between;margin:0;padding:2px;list-style-type:none;background-color:#fff;border:solid 1px #000;z-index:999;}.FormfieldWrapper .ColorChooser>li{margin:2px!important;}.FormfieldWrapper .ColorChooser .ColorBtn{border:solid 1px #000;width:24px;height:24px;cursor:pointer;}.FormfieldWrapperRadioWithTextfield{background-color:transparent;}.FormfieldWrapperCheckboxWithTextfield{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:transparent;}.FormfieldWrapperCheckboxWithTextfield>.FormfieldWrapper{position:absolute;right:0;top:0;width:53%;display:none;}.FormfieldWrapperCheckboxWithTextfield>.FormfieldWrapper.Formfield-Wrapper--HasValue .LabelWrapper{top:-16px;font-size:.8em;}.FormfieldWrapperCheckboxWithTextfield>.FormfieldWrapper .LabelWrapper{top:.45em;font-size:.95em;}.FormfieldWrapperCheckboxWithTextfield>.FormfieldWrapper .Textfield{height:2.4em;line-height:2.4em;font-size:.95em;}.FormfieldWrapperCheckboxWithTextfield>.Checkbox:checked~.FormfieldWrapper{display:block;}.FormfieldWrapperCheckboxWithTextfield>.Checkbox:checked+.CheckboxLabel{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}.FormfieldWrapperPaymentOptionSelect{display:flex;margin:5px 0 34px 0;height:37px;}.FormfieldWrapperPaymentOptionSelect .CheckboxLabel{margin:0!important;}.FormfieldWrapperPaymentOptionSelect .CheckboxLabel::before{top:4px;}.FormfieldWrapperPaymentOptionSelect .CheckboxLabel::after{top:10px;}.FormfieldWrapperPaymentOptionSelect .PaymentOptionTwo_SelectWrapper{position:relative;width:108px;}.FormfieldWrapperPaymentOptionSelect .PaymentOptionTwo_Select{width:100%;max-width:108px;border-bottom:0;max-height:37px;padding-left:0;margin-bottom:-9px;line-height:20px;margin-top:-3px;}.FormfieldWrapperPaymentOptionSelect .icon-angle-down{top:47%!important;}.FormfieldButtonWrapper{width:100%;height:auto;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;}.FormfieldButtonWrapper.FormfieldButtonWrapper--Centered{justify-content:center;}.FormfieldButtonWrapper .ButtonSave{width:68px;height:41px;border-radius:4px;border:0;background-color:#0b6297;color:#fff;overflow:hidden;position:relative;box-shadow:0 0 5px 0 rgba(0,0,0,.55);transition:.55s;}@media screen and (max-width:640px){.FormfieldButtonWrapper .ButtonSave{width:110px;}}.FormfieldButtonWrapper .ButtonSave:hover{transition:.55s;cursor:pointer;background-color:#044d79;}.FormfieldButtonWrapper .ButtonSave:focus,.FormfieldButtonWrapper .ButtonSave:active{outline:0;}.FormfieldButtonWrapper .ButtonSave.Error{background-color:#d32f2f;}.FormfieldButtonWrapper .ButtonSave.Success{background-color:#6bbd6d;}.FormfieldButtonWrapper .ButtonSave .Spara--Text{transition:.25s;font-size:1.15em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}@media screen and (max-width:640px){.FormfieldButtonWrapper .ButtonSave .Spara--Text{font-size:1.35em;}}.FormfieldButtonWrapper .ButtonSave .Error--Text{transition:.25s;font-size:1.15em;position:absolute;top:110%;left:50%;transform:translate(-50%,-50%);}@media screen and (max-width:640px){.FormfieldButtonWrapper .ButtonSave .Error--Text{font-size:1.35em;}}.FormfieldButtonWrapper .ButtonSave .Sparad--Text{transition:.25s;font-size:1.15em;position:absolute;top:110%;left:50%;transform:translate(-50%,-50%);}@media screen and (max-width:640px){.FormfieldButtonWrapper .ButtonSave .Sparad--Text{font-size:1.35em;}}.FormfieldButtonWrapper .ButtonSave .Icon--InView{transition:.25s;top:50%!important;left:50%;transform:translate(-50%,-50%);}.FormfieldButtonWrapper .ButtonSave .Icon--AfterView{transition:.25s;top:140%!important;}.RadioButton-Wrapper{clear:both;margin:.2em 0 1em 0;float:left;width:100%;overflow:hidden;}.RadioButton-Wrapper label{float:left;display:block;width:auto;margin-right:.6em;}@media screen and (max-width:520px){.RadioButton-Wrapper .RadioButton{clear:both;}}.RadioButton{float:left;vertical-align:middle;width:20px;height:20px;}.Textfield--Explained{color:#aaa!important;font-style:italic;}.Form-Error-Message{color:#d32f2f;margin-left:30%;font-size:.85em;}@media screen and (max-width:640px){.Form-Error-Message{margin-left:0;}}.KS-Color-Picker{width:100%;margin-bottom:1.5em;}.KS-Color-Picker:last-child{margin-bottom:0;}.KS-Color-Picker label.Label{width:100%;display:block;}.KS-Color-Picker .Selectfield:hover{cursor:pointer;}.KS-Color-Picker .Selectfield p.Normal{text-align:left;margin:0;}.KS-Color-Picker .Selectfield .KS-ColorPicker-SelectedColor{width:50px;height:20px;position:absolute;top:50%;right:43px;transform:translateY(-50%);border:1px solid #000;}.KS-Color-Picker .KS-ColorPicker-Wrapper{width:100%;}.KS-Color-Picker .KS-ColorPicker-Wrapper .react-colorful{width:100%;max-width:none;padding:10px;}.KS-Color-Picker .KS-ColorPicker-Wrapper .react-colorful .react-colorful__saturation{border-radius:0;}.KS-Color-Picker .KS-ColorPicker-Wrapper .react-colorful .react-colorful__hue{border-radius:0;}.KS-CustomSelect{position:relative;width:100%;height:3.2rem;background-color:#fff;border-bottom:solid 2px #d9d3dd;outline:0;}.KS-CustomSelect:hover{cursor:pointer;}.KS-CustomSelect:focus{outline:2px solid #121212;}.KS-CustomSelect .KS-CustomSelect-Value{position:absolute;top:12px;left:10px;width:calc(100% - 50px);padding:0;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.KS-CustomSelect .KS-CustomSelect-Options{display:none;width:100%;max-height:400px;position:absolute;top:3.2rem;background-color:#fff;z-index:1000;}.KS-CustomSelect .KS-CustomSelect-Options .KS-CustomSelect-Options-Item{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;height:3.2rem;font-family:myriad-pro,arial,sans-serif;font-weight:normal;font-style:normal;font-size:1rem;color:#121212;padding:0 10px;margin:0;}.KS-CustomSelect .KS-CustomSelect-Options .KS-CustomSelect-Options-Item:hover{cursor:pointer;background-color:#f5f5f5;}.KS-CustomSelect .KS-CustomSelect-Options .KS-CustomSelect-Options-Item:focus,.KS-CustomSelect .KS-CustomSelect-Options .KS-CustomSelect-Options-Item:active{background-color:#f5f5f5;}.KS-CustomSelect .KS-CustomSelect-Options .KS-CustomSelect-Options-Item img{display:block;width:auto;max-width:80px;max-height:2.3rem;}.KS-CustomSelect .KS-CustomSelect-Options .KS-CustomSelect-Options-Item span{padding:0 5px 0 0;}.KS-CustomSelect .icon-angle-right{position:absolute;top:50%;right:10px;transform:translateY(-50%);}.KS-CustomSelect.KS-CustomSelect--Active .KS-CustomSelect-Options{display:grid;grid-template-columns:1fr;row-gap:0;}.ButtonWrapper{clear:both;width:100%;margin:0 auto 1em auto;text-align:center;transition:.2s;display:flex;justify-content:center;flex-wrap:wrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ButtonWrapper .Secondary-Button-Wrapper{flex:0 1 100%;width:100%;margin-top:20px;}.ButtonWrapper.Button--Center{justify-content:center;}.ButtonWrapper.Button--Left{justify-content:flex-start;margin:0 0;}.ButtonWrapper:last-child{margin-bottom:0;}.ButtonWrapper.ButtonWrapper--Saving span:first-child{margin-right:.4em;}.ButtonWrapper.ButtonWrapper--Saving .icon-spin5::before{margin:.2em!important;}.ButtonWrapper.ButtonWrapper--NoMargin{margin-bottom:0;}.ButtonWrapper button+button{margin-left:10px;}.StatusMessage{margin:1em 0 1em 0;font-size:.9em;padding:10px;border-radius:4px;}.StatusMessage.last-child{margin-bottom:0;}.StatusMessage.StatusMessage--Success{background-color:#c2d8c1;margin-bottom:25px;}.StatusMessage.StatusMessage--Error{background-color:#ebcfcb;}.StatusMessage.StatusMessage--Information{background-color:#b0def9;}.StatusMessage .Normal{width:100%;text-align:center;}.Accordion{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;width:100%;height:auto;margin-bottom:18px;border:solid 1px #ffe5e5;background-color:#faf4f3;}.Accordion .Preview-AccountingCards{display:none;font-size:.95em;text-align:center;margin-bottom:0!important;width:100%;}@media screen and (min-width:800px){.Accordion .Preview-AccountingCards.Preview-AccountingCards--Desktop{display:block;}}@media screen and (max-width:800px){.Accordion .Preview-AccountingCards.Preview-AccountingCards--Mobile{display:block;margin-bottom:30px!important;}}.Accordion.Accordion--MarginBottom20{margin-bottom:20px;}.Accordion .AccordionHeader{width:100%;max-width:480px;height:auto;}.Accordion .AccordionHeader.AccordionHeader--Wide{width:100%;height:auto;max-width:none;background-color:transparent;}.Accordion .AccordionHeader.AccordionHeader--Wide.AccordionHeader--Open{border-bottom:0;}.Accordion .AccordionHeader.AccordionHeader--Grayed>a h3.Headline3{color:#6e6e6e;}.Accordion .AccordionHeader.AccordionHeader--Grayed>a:hover{background-color:transparent;cursor:not-allowed;}@media screen and (max-width:480px){.Accordion .AccordionHeader.HideMobileExplanation>a .OrderResume{display:none!important;}.Accordion .AccordionHeader.HideMobileExplanation>a .Headline3{width:100%;}}.Accordion .AccordionHeader>a{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;height:100%;padding:26px 0;position:relative;color:#6e6e6e;max-width:800px;margin:0 auto;}@media screen and (max-width:520px){.Accordion .AccordionHeader>a{padding:15px 0;}}.Accordion .AccordionHeader>a:hover{cursor:pointer;background-color:transparent;}.Accordion .AccordionHeader>a:hover .Headline3{color:#000;}.Accordion .AccordionHeader>a .CheckSign{display:none;}.Accordion .AccordionHeader>a .CheckSign.CheckSign--Show{display:block;position:absolute;top:23px;left:-14px;font-size:1.6em;color:#6fb33f;background-color:#fff;border-radius:100%;width:28px;height:28px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,.06);-moz-box-shadow:1px 1px 3px 0 rgba(0,0,0,.06);box-shadow:1px 1px 3px 0 rgba(0,0,0,.06);}@media screen and (max-width:520px){.Accordion .AccordionHeader>a .CheckSign.CheckSign--Show{top:11px;}}.Accordion .AccordionHeader>a>.icon-angle-right{flex:0 1 100%;color:#121212;text-align:right;}.Accordion .AccordionHeader>a>.icon-angle-right::before{transition:transform .1s;}.Accordion .AccordionHeader>a>.icon-angle-right.ArrowTurn{transition:transform .1s;}.Accordion .AccordionHeader>a>.icon-angle-right.ArrowTurn::before{transition:transform .1s;transform:rotate(90deg);}.Accordion .AccordionHeader>a .Number{padding-left:6px;font-weight:700;margin-right:5px;color:#5f2623;line-height:1.1em;}.Accordion .AccordionHeader>a .Headline3{margin:0;padding:0 0 0 26px;white-space:nowrap;font-size:1.15em;margin-bottom:-3px;}@media screen and (max-width:520px){.Accordion .AccordionHeader>a .Headline3{padding:0 0 0 15px;}}.Accordion .AccordionHeader>a .Headline3+.OrderResume{display:flex;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.Accordion .AccordionHeader>a .Headline3+.OrderResume .TextDivider{margin:0 10px;}.Accordion .AccordionHeader>a .Headline3+.OrderResume .Resume{font-size:.9em;flex:1 1 100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.Accordion .AccordionHeader>a .Headline3+.OrderResume+.icon-angle-right{flex:0 1 20px!important;color:#121212;}.Accordion .AccordionHeader>a .Headline3+.OrderResume+.icon-angle-right::before{transition:transform .1s;}.Accordion .AccordionHeader>a .Headline3+.OrderResume+.icon-angle-right.ArrowTurn{transition:transform .1s;}.Accordion .AccordionHeader>a .Headline3+.OrderResume+.icon-angle-right.ArrowTurn::before{transition:transform .1s;transform:rotate(90deg);}.Accordion .AccordionBody{width:100%;min-height:0;height:100%;max-height:0;background-color:transparent;overflow:hidden;transition:max-height .7s;}.Accordion .AccordionBody .FormGroup{border:0!important;margin:0 auto;max-width:800px;background-color:transparent;}.Accordion .AccordionBody.Accordion--Open{transition:max-height .7s;max-height:1800px;}.Accordion .AccordionBody.Accordion--Open .FormGroup{border:0!important;padding-top:0;padding:0 26px 26px 26px;}@media screen and (max-width:520px){.Accordion .AccordionBody.Accordion--Open .FormGroup{padding:0 15px 15px 15px;}}.Accordion .AccordionBody .FormGroup table{margin-bottom:15px;}.Accordion .AccordionBody .Accordion--MaxWidthWrapper{width:100%;display:flex;flex-direction:row;height:auto;flex-wrap:nowrap;}@media screen and (max-width:640px){.Accordion .AccordionBody .Accordion--MaxWidthWrapper{flex-wrap:wrap;}}.Accordion .AccordionBody .Accordion--MaxWidthWrapper.Accordion--MaxWidthWrapper-MarginBottom0{margin-bottom:0;}.Accordion .AccordionBody .Accordion--MaxWidthWrapper>div:not(.OrderPage-PayToKSSettings){width:50%;padding-right:15px;}.Accordion .AccordionBody .Accordion--MaxWidthWrapper>div:not(.OrderPage-PayToKSSettings):last-child{padding-right:0;padding-left:15px;}@media screen and (max-width:640px){.Accordion .AccordionBody .Accordion--MaxWidthWrapper>div:not(.OrderPage-PayToKSSettings){width:100%;padding-left:0!important;padding-right:0!important;}}.Accordion .AccordionBody .Accordion--MaxWidthWrapper .FormfieldWrapper{max-height:unset;}.Accordion .AccordionBody .Accordion--MaxWidthWrapper .FormfieldWrapper .FormfieldWrapper{position:static;margin-left:auto;}.Accordion .AccordionBody>.Headline4{margin-bottom:20px;display:flex;}.Accordion .AccordionBody .Normal{margin-bottom:20px;}.Accordion .AccordionBody .NormalSmaller{margin-bottom:10px;}.Accordion .AccordionBody .ButtonRow{margin:10px 0 0 0;}.Accordion .AccordionBody .ButtonRow>a{border-radius:25px!important;}.Accordion .AccordionBody .ProductSheet,.Accordion .AccordionBody .KPOrderInformationList{list-style:none;margin:0;padding:0;}.Accordion .AccordionBody .ProductSheet li,.Accordion .AccordionBody .KPOrderInformationList li{margin-bottom:5px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;}.Accordion .AccordionBody .ProductSheet li:last-child,.Accordion .AccordionBody .KPOrderInformationList li:last-child{margin-bottom:0;}.Accordion .AccordionBody .KPOrderInformationList+.KPOrderInformationList{margin:25px 0 0 0;}.Accordion .AccordionBody .InformationList{margin-bottom:20px;background-color:#fff;padding:15px;border-radius:4px;}.Accordion .AccordionBody .InformationList>li{justify-content:flex-start;}.Accordion .AccordionBody .InformationList>li>span:first-child{width:25px;margin-right:6px;}.FinishedTotalSellerSalesList--Wrapper{width:100%;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList{position:relative;float:left;width:100%;padding:2em!important;border-radius:5px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList+.FinishedTotalSellerSalesList{margin-top:20px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList.FinishedTotalSellerSalesList--Beige{background-color:#faf4df;}@media screen and (max-width:640px){.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList{padding:1em!important;}}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .SalesBatchLink{font-size:.95em;margin-top:-1em;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .CenteredLinks{display:block;width:100%;text-align:center;margin-top:20px;}@media screen and (max-width:480px){.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .CenteredLinks{margin-top:10px;}}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .CenteredLinks>a{margin-left:10px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .TitleWrapper{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;flex-wrap:wrap;margin-bottom:8px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .TitleWrapper .Headline2{margin-bottom:0;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul{list-style:none;width:100%;padding:0;margin:0;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;flex-wrap:wrap;}@media screen and (max-width:480px){.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul{width:100%;margin:0 auto;}}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li{position:relative;width:100%;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a{padding:.6em 0;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a:hover,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a:hover{cursor:pointer;background-color:#f9e7c2;width:calc(100% + 20px);margin-left:-10px;padding-left:10px;padding-right:10px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a:focus,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a:focus{width:calc(100% + 20px);margin-left:-10px;padding-left:10px;padding-right:10px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a:focus span,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a:focus span{font-weight:bold;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active{background-color:#f9e7c2;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>a,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>a{background-color:#f9e7c2;width:calc(100% + 20px);margin-left:-10px;padding:0 10px;padding:.6em 10px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>a .icon-angle-right,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>a .icon-angle-right{transform:rotate(90deg);}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>div>span,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>div>span{font-weight:bold;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper{display:flex;flex-wrap:wrap;margin:0 0 0 0;width:calc(100% + 20px);margin-left:-10px;padding:10px;background-color:#f9e7c2;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_Information,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_Information{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;margin:-5px 0 20px 0;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_Information .Seller_Information_Section,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_Information .Seller_Information_Section{padding:5px 0;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_Information .Seller_Information_Section .Icon,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_Information .Seller_Information_Section .Icon{font-size:.9em;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_Information .Seller_Information_Section a,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_Information .Seller_Information_Section a{font-size:.9em;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_Information .Seller_Information_Section:first-child,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_Information .Seller_Information_Section:first-child{margin-right:10px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_FinishedSalesList>li,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_FinishedSalesList>li{border-bottom:1px solid #faf4df;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_FinishedSalesList>li:first-child,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li.Active>.Seller_FinishedSalesList--Lev1-Wrapper .Seller_FinishedSalesList>li:first-child{border:0;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .ShopOrder,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .ShopOrder{border:solid 1px #121212;color:#121212;font-size:.7em;padding:.6em .6em .6em .6em;margin-bottom:.6em;border-radius:6px;margin-left:10px;font-family:myriad-pro,arial,sans-serif;text-transform:initial;font-weight:normal;flex:0 0 auto;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media print{.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .ShopOrder,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .ShopOrder{padding:.3em;font-size:.6em;}}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .ShopOrder .icon-mail,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .ShopOrder .icon-mail{display:flex;flex-direction:row;justify-content:center;align-items:center;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div{padding:.2em 0;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;flex-wrap:nowrap;color:#121212;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a:first-child,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div:first-child,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a:first-child,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div:first-child{border-top:0;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Key,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Key,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Key,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Key{flex:0 0 30px;width:30px;font-size:.9em;line-height:1.6em;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Key.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Key.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Key.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Key.Headline{font-weight:700;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Name,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Name,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Name,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Name{flex:0 1 auto;width:40%;font-size:.9em;text-align:left;line-height:1.6em;color:#0b6297;padding-left:18px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Name.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Name.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Name.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Name.Headline{font-weight:700;color:#121212;padding-left:0;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Name .MyAccount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Name .MyAccount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Name .MyAccount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Name .MyAccount{margin-left:10px;font-size:.7em;color:#121212;border:1px solid #121212;border-radius:3px;padding:2px 8px;text-transform:uppercase;background-color:#fff;}@media screen and (max-width:640px){.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Name .MyAccount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Name .MyAccount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Name .MyAccount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Name .MyAccount{margin-left:5px;margin-top:5px;}}@media screen and (max-width:281px){.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Name .MyAccount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Name .MyAccount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Name .MyAccount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Name .MyAccount{font-size:.8rem;}}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Name span,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Name span,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Name span,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Name span{font-size:.85em;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Money,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Money,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Money,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Money{flex:0 0 20%;width:20%;line-height:1.6em;font-size:.9em;text-align:right;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Money.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Money.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Money.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Money.Headline{font-weight:700;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Money.Headline .Desktop,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Money.Headline .Desktop,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Money.Headline .Desktop,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Money.Headline .Desktop{display:block;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Money.Headline .Mobile,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Money.Headline .Mobile,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Money.Headline .Mobile,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Money.Headline .Mobile{display:none;}@media screen and (max-width:1000px){.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Money.Headline .Desktop,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Money.Headline .Desktop,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Money.Headline .Desktop,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Money.Headline .Desktop{display:none;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Money.Headline .Mobile,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Money.Headline .Mobile,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Money.Headline .Mobile,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Money.Headline .Mobile{display:block;}}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Paid,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Paid,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Paid,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Paid{width:20%;font-size:.9em;margin-left:auto;margin-right:0;text-align:right;margin-right:8px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .Paid.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .Paid.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .Paid.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .Paid.Headline{font-weight:700;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .ReceivedProducts,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .ReceivedProducts,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .ReceivedProducts,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .ReceivedProducts{width:17%;font-size:.9em;margin-left:10px;margin-right:0;text-align:right;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .ReceivedProducts.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .ReceivedProducts.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .ReceivedProducts.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .ReceivedProducts.Headline{font-weight:700;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>a .icon-angle-right,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li>div .icon-angle-right,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>a .icon-angle-right,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li>div .icon-angle-right{position:absolute;width:18px;height:18px;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;margin-left:-2px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Checkbox,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Checkbox{margin-left:auto;position:absolute;top:13px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Checkbox.Checkbox_Paid,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Checkbox.Checkbox_Paid{right:calc(19% + 10px);}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Checkbox.Checkbox_ReceivedProducts,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Checkbox.Checkbox_ReceivedProducts{right:0;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1-Wrapper,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1-Wrapper{display:none;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1-Wrapper:hover,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1-Wrapper:hover{cursor:default;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1{display:flex;flex-wrap:wrap;list-style:none;margin:0 0 10px 0;padding:0;width:100%;background-color:#fff;border-radius:7px;padding:11px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1+.Headline3,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1+.Headline3{margin-top:15px;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1>li,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1>li{flex:0 1 100%;width:100%;display:flex;padding:.5em 0;border-top:1px solid #ccc;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1>li:first-child,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1>li:first-child{border-top:0;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1>li .Produkt,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1>li .Produkt{font-size:.9em;flex:0 1 calc(100% - 55px);width:calc(100% - 55px);}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1>li .Produkt.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1>li .Produkt.Headline{font-weight:700;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1>li .Amount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1>li .Amount{font-size:.9em;flex:0 0 55px;width:55px;text-align:right;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1>li .Amount.Headline,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1>li .Amount.Headline{font-weight:700;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1>li .Summa,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1>li .Summa{font-weight:700;font-size:.9em;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .Seller_FinishedSalesList--Lev1>li .SummaAmount,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .Seller_FinishedSalesList--Lev1>li .SummaAmount{font-weight:700;margin-left:auto;font-size:.9em;}.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList .Seller_FinishedSalesList>li .GetSalesSheet,.FinishedTotalSellerSalesList--Wrapper .FinishedTotalSellerSalesList>ul>li .GetSalesSheet{width:100%;text-align:center;font-size:.9em;padding:7px 0;}.Seller_FinishedSalesList>li input.Checkbox{right:7px;}.NewOrderPage--MaxWidth{width:100%;max-width:850px;margin:0 auto;}.NewOrderPage--MaxWidth .ButtonRow--Right{justify-content:center!important;}.OrderInfoContainer{width:100%;margin-bottom:18px;}.OrderInfoContainer .FormGroup{background-color:transparent;border:0;padding-left:0;padding-right:0;}.OrderInfoContainer .FormGroup .OrderResumeContainer div:first-child{margin-bottom:20px;}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList{list-style:none;margin:0;padding:0;}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList .Headline4{padding-top:10px;margin-bottom:6px;}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList .KPOrderInformationList--EditLink{font-weight:700;font-size:.8em;padding:10px 0;display:block;color:#1a9dd4;text-decoration:none;}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList .KPOrderInformationList--EditLink:hover,.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList .KPOrderInformationList--EditLink:focus,.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList .KPOrderInformationList--EditLink:active{cursor:pointer;color:#0b75a2;}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList .KPOrderInformationList--EditLink .icon-angle-right::before{transition:transform .2s;}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList--Edit{display:none;position:absolute;width:100%;max-width:50%;background-color:#faf4df;padding:40px 15px 30px 15px;border-radius:5px;z-index:9;-webkit-box-shadow:0 0 23px -14px rgba(0,0,0,.82);-moz-box-shadow:0 0 23px -14px rgba(0,0,0,.82);box-shadow:0 0 23px -14px rgba(0,0,0,.82);}@media screen and (max-width:640px){.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList--Edit{max-width:none;}}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList--Edit .Close{position:absolute;top:0;right:0;padding:6px;z-index:9;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;border-top-right-radius:5px;color:#121212;}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList--Edit .Close:hover,.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList--Edit .Close:focus,.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList--Edit .Close:active{cursor:pointer;background-color:rgba(0,0,0,.1);color:#121212;}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper .KPOrderInformationList--Edit .Close .icon-cancel{font-size:15px;}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper.KPOrderInformationList--Wrapper-EditActive .KPOrderInformationList--EditLink .icon-angle-right::before{transition:transform .2s;transform:rotate(90deg);}.OrderInfoContainer .FormGroup .OrderResumeContainer div .KPOrderInformationList--Wrapper.KPOrderInformationList--Wrapper-EditActive .KPOrderInformationList--Edit{display:block;}.OrderInfoContainer .FormGroup .OrderResumeContainer div .OrderResumeTable{padding:0;}.Form--Bostad,.Form--Arbetsplats,.Form--Skola,.Form--Klubblokal{width:100%;height:auto;margin:45px 0 10px 0;display:none;}.Form--Bostad.Form--Show,.Form--Arbetsplats.Form--Show,.Form--Skola.Form--Show,.Form--Klubblokal.Form--Show{display:block;}.Form--GratisEtiketter{width:100%;height:auto;margin:20px 0 0 0;padding-bottom:0;display:none;}.Form--GratisEtiketter.Form--Show{display:block;}.Form--GratisEtiketter .ImageArchiveWrapper{position:relative;width:100%;display:block;}.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults{list-style:none;width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;flex-wrap:wrap;background-color:#fff;border:1px solid #ededed;padding:15px;-webkit-box-shadow:2px 2px 6px 0 rgba(0,0,0,.05);-moz-box-shadow:2px 2px 6px 0 rgba(0,0,0,.05);box-shadow:2px 2px 6px 0 rgba(0,0,0,.05);}.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li{flex:0 1 calc(33.3333333333% - 5px);width:calc(33.3333333333% - 5px);margin-left:7.5px;margin-bottom:5px;}.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li:nth-child(3n+1){margin-left:0;}@media screen and (max-width:480px){.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li{flex:0 1 calc(50% - 5px);width:calc(50% - 5px);margin-left:10px;}.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li:nth-child(3n+1){margin-left:10px;}.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li:nth-child(2n+1){margin-left:0;}}.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li>a{width:100%;text-align:center;padding:5px;}.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li>a:hover,.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li>a:active,.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li>a:focus{background-color:rgba(0,0,0,.07);}.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li>a figure{margin:0;padding:0;width:100%;}.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li>a figure img{width:100%;max-width:40%;margin:0 auto;}.Form--GratisEtiketter .ImageArchiveWrapper .ImageResults>li>a span{font-size:.7em;word-break:break-all;width:100%;overflow:hidden;}.Form--GratisEtiketter .TagExamples{display:block;width:100%;height:auto;margin-bottom:1em;}@media screen and (max-width:800px){.Form--GratisEtiketter .TagExamples{margin:30px 0 0 0;}}.Form--GratisEtiketter .TagExamples .TagList{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;flex-wrap:wrap;margin:0;padding:0;}.Form--GratisEtiketter .TagExamples .TagList>li{width:50%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;}.Form--GratisEtiketter .TagExamples .TagList>li img{width:100%;max-width:none;height:auto;}.Form--GratisEtiketter .LogoPreview-Wrapper{position:relative;width:100%;background-color:#fff;padding:75px 20px 20px 20px;margin-top:0;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;}.Form--GratisEtiketter .LogoPreview-Wrapper.LogoPreview-Wrapper--NoImage{padding:20px;}.Form--GratisEtiketter .LogoPreview-Wrapper.LogoPreview-Wrapper--NoImage .LogoPreview{display:none;}.Form--GratisEtiketter .LogoPreview-Wrapper.LogoPreview-Wrapper--CurrentLogoShowing{padding:20px;margin:-1.5rem 0 20px 0;}.Form--GratisEtiketter .LogoPreview-Wrapper label{position:absolute;top:-20px;left:0;letter-spacing:.5px;font-size:12.8px;color:#121212;float:left;width:auto;font-family:myriad-pro,arial,sans-serif;}.Form--GratisEtiketter .LogoPreview-Wrapper .FormfieldWrapper{padding:0;margin:0;position:absolute;top:0;left:0;right:0;width:100%;background-color:#fff;}.Form--GratisEtiketter .LogoPreview-Wrapper .FormfieldWrapper input{width:100%;padding:16.5px 10px;font-family:myriad-pro,arial,sans-serif;border-bottom:2px solid #d9d3dd;background-color:#fff;border-radius:0;display:block;}.Form--GratisEtiketter .LogoPreview-Wrapper .LogoPreview{position:relative;display:inline-block;width:100%;}.Form--GratisEtiketter .LogoPreview-Wrapper .LogoPreview figure{display:block;margin:0;padding:0;}.Form--GratisEtiketter .LogoPreview-Wrapper .LogoPreview figure img{max-width:100%;max-height:150px;display:block;margin:0 auto;}.Form--GratisEtiketter .LogoPreview-Wrapper .LogoPreview>a{position:absolute;top:-18px;right:-18px;z-index:2;font-size:1.24em;}.KS-Button{position:relative;display:inline-block;font-family:myriad-pro,arial,sans-serif;line-height:2rem;font-weight:bold;font-size:1rem;text-decoration:none;letter-spacing:.5px;border-radius:50px;border:0;padding:.5rem 1.4rem;-moz-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;}.KS-Button:hover{cursor:pointer;}.KS-Button:last-child{margin-bottom:0;}@media screen and (max-width:480px){.KS-Button{font-size:.875rem;}}@media screen and (max-width:281px){.KS-Button{font-size:.8rem;}}.KS-Button.KS-Button--Regular{color:#fff;background-color:#0b6297;border:0;}.KS-Button.KS-Button--Regular:active,.KS-Button.KS-Button--Regular:hover,.KS-Button.KS-Button--Regular:focus{background-color:#1a9dd4;}.KS-Button.KS-Button--Regular[disabled]{background-color:#dedede;}.KS-Button.KS-Button--Regular[disabled]:hover,.KS-Button.KS-Button--Regular[disabled]:focus,.KS-Button.KS-Button--Regular[disabled]:active{cursor:default;background-color:#dedede;}.KS-Button.KS-Button--BlueOutline{color:#0b6297;border:2px solid #0b6297;background-color:transparent;}.KS-Button.KS-Button--BlueOutline:active,.KS-Button.KS-Button--BlueOutline:hover,.KS-Button.KS-Button--BlueOutline:focus{color:#fff;border-color:#1a9dd4;background-color:#1a9dd4;}.KS-Button.KS-Button--BlueOutline[disabled]{border:2px solid #dedede;color:#dedede;}.KS-Button.KS-Button--BlueOutline[disabled]:hover,.KS-Button.KS-Button--BlueOutline[disabled]:focus,.KS-Button.KS-Button--BlueOutline[disabled]:active{cursor:default;border:2px solid #dedede;color:#dedede;background-color:transparent;}.KS-Button.KS-Button--Secondary{color:#fff;background-color:#6fb33f;}.KS-Button.KS-Button--Secondary:hover,.KS-Button.KS-Button--Secondary:focus,.KS-Button.KS-Button--Secondary:active{background-color:#619c37;}.KS-Button.KS-Button--Secondary[disabled]{background-color:#dedede;}.KS-Button.KS-Button--Secondary[disabled]:hover,.KS-Button.KS-Button--Secondary[disabled]:focus,.KS-Button.KS-Button--Secondary[disabled]:active{cursor:default;background-color:#dedede;}.KS-Button.KS-Button--Red{color:#fff;background-color:#ed1c24;}.KS-Button.KS-Button--Red:hover,.KS-Button.KS-Button--Red:focus,.KS-Button.KS-Button--Red:active{background-color:#cb1c23;}.KS-Button.KS-Button--Red[disabled]{background-color:#dedede;}.KS-Button.KS-Button--Red[disabled]:hover,.KS-Button.KS-Button--Red[disabled]:focus,.KS-Button.KS-Button--Red[disabled]:active{cursor:default;background-color:#dedede;}.KS-Button.KS-Button--Transparent{border:0;background-color:transparent;color:#0b6297;}.KS-Button.KS-Button--Transparent:hover,.KS-Button.KS-Button--Transparent:focus,.KS-Button.KS-Button--Transparent:active{color:#1a9dd4;}.KS-Button.KS-Button--Transparent[disabled]{color:#dedede;}.KS-Button.KS-Button--Transparent[disabled]:hover,.KS-Button.KS-Button--Transparent[disabled]:focus,.KS-Button.KS-Button--Transparent[disabled]:active{cursor:default;color:#dedede;}.KS-Button .Desktop{display:block;}@media screen and (max-width:640px){.KS-Button .Desktop{display:none;}}.KS-Button .Mobile{display:none;}@media screen and (max-width:640px){.KS-Button .Mobile{display:block;}}.BackToTheTop-Wrapper{float:left;clear:both;width:100%;text-align:center;}@media print{.BackToTheTop-Wrapper{display:none;}}.BackToTheTop-Wrapper .BackToTheTop{padding:15px 30px;}a.icon-info-circled:active,a.icon-info-circled:hover,a.icon-info-circled:focus{text-decoration:none;}.Formfield-Extra-Info{float:right;width:70%;font-size:.9em;font-style:italic;}.PastMessagesWrapper{padding:20px 10px 10px 10px;}.PastMessagesWrapper .PastMessages{list-style:none;margin:0;padding:0;transition:.5s;}.PastMessagesWrapper .PastMessages li{max-height:24px;margin-bottom:10px;transition:.5s;}.PastMessagesWrapper .PastMessages li a{width:100%;height:auto;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;font-size:.9em;}.PastMessagesWrapper .PastMessages li a .Date-Icon{flex:0 0 68px;margin:0 10px 0 0;text-align:center;}.PastMessagesWrapper .PastMessages li a .Message{flex:1 1 auto;display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;margin-top:3px;}.PastMessagesWrapper .PastMessages li.PastMessages--Read{transition:.5s;max-height:150px;}.PastMessagesWrapper .PastMessages li.PastMessages--Read a{transition:.5s;}.PastMessagesWrapper .PastMessages li.PastMessages--Read a .Message{transition:.5s;text-overflow:initial;white-space:normal;overflow:hidden;}.Container50-50{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%;height:auto;min-height:445px;margin-bottom:15px;}@media screen and (max-width:850px){.Container50-50{min-height:unset;}}.Container50-50>div:first-child{flex:1;padding-right:10px;}@media screen and (max-width:850px){.Container50-50>div:first-child{flex:none;width:100%;padding:0;}}.Container50-50>div:last-child{flex:1;padding-left:10px;}@media screen and (max-width:850px){.Container50-50>div:last-child{flex:none;width:100%;padding:0;}}.Container50-50>div:last-child img{width:100%;height:auto;}.Container50-50.OrderResumeContainer>div:first-child{flex:1;padding-right:20px;}@media screen and (max-width:640px){.Container50-50.OrderResumeContainer>div:first-child{margin-bottom:20px;}}.Container50-50.OrderResumeContainer>div:last-child{flex:1;padding-left:20px;}@media screen and (max-width:850px){.Container50-50.OrderResumeContainer>div:last-child{padding-left:20px;}}@media screen and (max-width:640px){.Container50-50.OrderResumeContainer>div:last-child{padding-left:0;}}.Container50-50.Container--ExtendedMarginBottom0{margin-bottom:15px;}@media screen and (min-width:850px){.Container50-50.Container--ExtendedMarginBottom0{margin-bottom:13px;}}.Container50-50.Container--ExtendedMarginBottom20{margin-bottom:15px;}@media screen and (min-width:850px){.Container50-50.Container--ExtendedMarginBottom20{margin-bottom:30px;}}.Container50-50.Container--ExtendedMarginBottom40{margin-bottom:15px;}@media screen and (min-width:850px){.Container50-50.Container--ExtendedMarginBottom40{margin-bottom:46px;}}.KP--AfterSales-Page{background-color:#fff;}.KP--AfterSales-Page .KP--AfterSales{width:100%;height:auto;max-height:none;background-color:#fff;}.KP--AfterSales-Page .KP--AfterSales .ProductList{width:100%;height:auto;max-height:none;}.tooltip_templates{display:none;}#GruppensMaal span,#Leveransadress span,#LeveransdatumBostad span,#LeveransdatumKlubblokal span,#LeveransdatumArbetsplats span,#LeveransdatumSkola span,#SistaRedovisning span{font-size:.9em;font-weight:300;}#GruppensMaal .Fat,#Leveransadress .Fat,#LeveransdatumBostad .Fat,#LeveransdatumKlubblokal .Fat,#LeveransdatumArbetsplats .Fat,#LeveransdatumSkola .Fat,#SistaRedovisning .Fat{font-weight:700;font-size:1.3em;}.tooltipster-box{border-radius:2px!important;border:0!important;background-color:rgba(0,0,0,.83)!important;padding:15px 25px!important;color:#fff!important;}.tooltipster-arrow-background{background-color:transparent!important;}.tooltipster-arrow-border{border-bottom-color:rgba(0,0,0,.83)!important;}.KPOrderResume{min-height:unset!important;}.KPOrderResume>div{width:100%;height:auto;}.KPOrderResume>div .KPOrderInformationList{margin-bottom:15px;}.KPOrderResume>div .KPOrderInformationList>li{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;margin-bottom:0;}.KPOrderResume>div .KPOrderInformationList>li .Headline4{margin-bottom:0;font-size:1.14em;line-height:1.35;}.KPOrderResume>div .KPOrderInformationList>li span{width:100%;font-size:.9em;}.KPOrderResume>div .KPOrderInformationList>li span span{background-color:#fff;padding:5px 8px;border-radius:2px;border:1px solid #d3d3d3;margin-left:5px;}.KPOrderResume>div .KPOrderInformationList>li span .KPUser-Name,.KPOrderResume>div .KPOrderInformationList>li span .KPFirstName,.KPOrderResume>div .KPOrderInformationList>li span .KPLastName,.KPOrderResume>div .KPOrderInformationList>li span .KPAddress,.KPOrderResume>div .KPOrderInformationList>li span .KPZip,.KPOrderResume>div .KPOrderInformationList>li span .KPCity,.KPOrderResume>div .KPOrderInformationList>li span .KPPhone{background-color:transparent;padding:0;border:0;margin-left:0;}.KPOrderResume>div .KPOrderInformationList>li.DeliveryDate{margin-top:15px;}.KPOrderResume>div .KPOrderInformationList>li img.KPOrderInformationList-ImageThumbnail{display:block;width:45px;height:auto;padding:0;margin:3px 0 0 0;}.KPOrderResume>div .OrderResumeTable tr td{font-size:.9em;}.KPOrderResume>div .OrderResumeTable th{font-size:1.14em;}@media screen and (max-width:640px){.KPOrderResume{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;}}@-ms-keyframes spin{from{-ms-transform:rotate(0deg);}to{-ms-transform:rotate(360deg);}}@-moz-keyframes spin{from{-moz-transform:rotate(0deg);}to{-moz-transform:rotate(360deg);}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);}}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}.NewsletterContainer{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:100%;height:auto;margin:20px 0 0 0;}.NewsletterContainer .FormfieldWrapper{display:inline-block;margin:0 auto;}.NewsletterContainer .FormfieldWrapper label{font-size:.9em;}@media screen and (max-width:480px){.NewsletterContainer .FormfieldWrapper label{font-size:.75em;}}.OrderForm-StatusMessage{display:flex;width:100%;max-width:380px;margin:20px auto 0 auto;background-color:#dfdfdf;color:#121212;padding:12px;border-radius:2px;font-size:.8em;}.OrderResumeTable{width:100%;background-color:#fff;padding:15px;border-radius:2px;}.OrderResumeTable tr th{font-size:1.2em;line-height:1.5em;}@media screen and (max-width:640px){.OrderResumeTable tr th{font-size:1.15em;}}.OrderResumeTable tr th:last-child{text-align:right;}.OrderResumeTable tr td{font-size:1.15em;line-height:1.5em;}@media screen and (max-width:640px){.OrderResumeTable tr td{font-size:.9em;}}.OrderResumeTable tr td.OrderResumeTable-Shipping{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;white-space:nowrap;}.OrderResumeTable tr td.OrderResumeTable-Shipping .Normal{font-size:.9rem;}.OrderResumeTable tr td:last-child{text-align:right;}.OrderResumeTable .Order-ProductList-Sum{font-weight:700;}.OrderResumeTable .Order-ProductList-Sum td{border-top:1px solid #e8e8e8;padding-top:10px;font-size:1.1em;}@media screen and (max-width:640px){.OrderResumeTable .Order-ProductList-Sum td{font-size:.95em;}}.OrderResumeTable .Order-ProductList-Sum+.Order-ProductList-Sum td{border-top:0;padding-top:0;}.OrderResumeTable .Text-Explainer td{text-align:left!important;font-size:13px;}.PaymentOptions{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin-bottom:30px;}@media screen and (max-width:850px){.PaymentOptions{margin-bottom:0;}}.PaymentOptions .Accordion--MaxWidthWrapper{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap!important;}.PaymentOptions .Accordion--MaxWidthWrapper>div:not(.OrderPage-PayToKSSettings){width:100%!important;padding-left:0!important;padding-right:0!important;}.PaymentOptions .Accordion--MaxWidthWrapper+.Accordion--MaxWidthWrapper{margin-top:25px;}.AfterSales-Tab--Wrapper{width:100%;padding:20px;width:calc(50% - 40px);background-color:#fff;margin:0 20px 0 20px;border-radius:10px;z-index:999;min-height:74px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}@media screen and (min-width:850px){.AfterSales-Tab--Wrapper{-webkit-box-shadow:0 0 23px -14px rgba(0,0,0,.82);-moz-box-shadow:0 0 23px -14px rgba(0,0,0,.82);box-shadow:0 0 23px -14px rgba(0,0,0,.82);}}@media screen and (min-width:930px){.AfterSales-Tab--Wrapper{position:absolute;right:0;top:70px;}}@media screen and (max-width:930px){.AfterSales-Tab--Wrapper{width:100%;margin:0;padding:20px 10px;}}@media screen and (max-width:850px){.AfterSales-Tab--Wrapper{order:1;position:absolute;top:10px;left:10px;right:10px;width:calc(100% - 20px);background-color:transparent;padding:0;min-height:1px;}}.AfterSales-Tab--Wrapper .AfterSales-Tab{width:100%;padding:0 0;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;}@media screen and (max-width:800px){.AfterSales-Tab--Wrapper .AfterSales-Tab>div{max-width:none;}}@media screen and (max-width:281px){.AfterSales-Tab--Wrapper .AfterSales-Tab{flex-flow:row wrap;}}.AfterSales-Tab--Wrapper .AfterSales-Tab>div.Aftersales{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;align-items:center;margin-right:10px;}.AfterSales-Tab--Wrapper .AfterSales-Tab>div.NewSale{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;margin-left:10px;}@media screen and (max-width:281px){.AfterSales-Tab--Wrapper .AfterSales-Tab>div.Aftersales{width:100%;margin:0 0 10px 0;}.AfterSales-Tab--Wrapper .AfterSales-Tab>div.NewSale{width:100%;margin:0;}}.AfterSales-Tab--Wrapper .AfterSales-Tab>div>div{flex:0 0 auto;width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}.AfterSales-Tab--Wrapper .AfterSales-Tab>div>div>.Normal{text-align:center;font-size:.9em;white-space:nowrap;color:#444;}@media screen and (max-width:520px){.AfterSales-Tab--Wrapper .AfterSales-Tab>div>div>.Normal{font-size:.8em;}}.AfterSales-Tab--Wrapper .AfterSales-Tab>div>div .Button-Wrapper{text-align:center;width:100%;}.AfterSales-Tab--Wrapper .StartNewSaleForm,.AfterSales-Tab--Wrapper .StartAfterSale{max-width:500px;width:100%;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox{border:solid 1px rgba(0,0,0,.2);padding:.6em 1em .8em 1em;display:block;margin-top:1em;position:relative;font-size:.8em;background-color:#fff;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox.EditBox--Open .KpInfo strong,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox.EditBox--Open .KpInfo strong{margin-right:5px;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox.EditBox--Open .EditForm,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox.EditBox--Open .EditForm{max-height:550px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox.EditBox--Open .AdressEdit .icon-angle-right::before,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox.EditBox--Open .AdressEdit .icon-angle-right::before{content:"";}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox a,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox a{font-weight:normal;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox .KpInfo,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox .KpInfo{position:relative;margin-bottom:.8em;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox .KpInfo strong,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox .KpInfo strong{margin-right:5px;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox .KpInfo span,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox .KpInfo span{white-space:nowrap;margin-right:4px;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox .KpInfo .AdressEdit,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox .KpInfo .AdressEdit{background-color:transparent;border:0;font-size:.9em;position:absolute;right:0;bottom:-1.4em;right:-1.3em;color:#1a9dd4;padding:4px 0;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox .KpInfo .AdressEdit:hover,.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox .KpInfo .AdressEdit:focus,.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox .KpInfo .AdressEdit:active,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox .KpInfo .AdressEdit:hover,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox .KpInfo .AdressEdit:focus,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox .KpInfo .AdressEdit:active{outline:0;cursor:pointer;color:#0b75a2;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox .EditForm,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox .EditForm{max-height:0;overflow:hidden;}.AfterSales-Tab--Wrapper .StartNewSaleForm .KpAdress .EditBox .EditForm .Textfield,.AfterSales-Tab--Wrapper .StartAfterSale .KpAdress .EditBox .EditForm .Textfield{background-color:#f7f7f7;}.AfterSales-Tab--Wrapper .StartNewSaleForm .FormGroup,.AfterSales-Tab--Wrapper .StartAfterSale .FormGroup{border:0;padding:0 0;position:relative;background-color:transparent;}.AfterSales-Tab--Wrapper .StartNewSaleForm .FormGroup>div,.AfterSales-Tab--Wrapper .StartAfterSale .FormGroup>div{padding:1em 20px;margin-top:1em;margin-bottom:20px;border-radius:0;position:relative;background-color:#f7f2e2;}.AfterSales-Tab--Wrapper .StartNewSaleForm .FormGroup .Close,.AfterSales-Tab--Wrapper .StartAfterSale .FormGroup .Close{position:absolute;right:0;top:0;color:#000;padding:4px;background-color:transparent;border:0;}.AfterSales-Tab--Wrapper .StartNewSaleForm .FormGroup .Close:active,.AfterSales-Tab--Wrapper .StartNewSaleForm .FormGroup .Close:hover,.AfterSales-Tab--Wrapper .StartNewSaleForm .FormGroup .Close:focus,.AfterSales-Tab--Wrapper .StartAfterSale .FormGroup .Close:active,.AfterSales-Tab--Wrapper .StartAfterSale .FormGroup .Close:hover,.AfterSales-Tab--Wrapper .StartAfterSale .FormGroup .Close:focus{color:#0b75a2;}.AfterSales-Tab--Wrapper .StartNewSaleForm .FormGroup .FormfieldWrapper,.AfterSales-Tab--Wrapper .StartAfterSale .FormGroup .FormfieldWrapper{margin-top:2em;margin-bottom:10px;background-color:transparent;}.AfterSales-Tab--Wrapper .StartNewSaleForm .FormGroup .FormfieldWrapper.FormfieldWrapperCheckboxWithTextfield,.AfterSales-Tab--Wrapper .StartAfterSale .FormGroup .FormfieldWrapper.FormfieldWrapperCheckboxWithTextfield{margin-top:10px;}.AfterSales-Tab--Wrapper .StartNewSaleForm .FormGroup .FormfieldWrapper .Formfield--ExtraInfo,.AfterSales-Tab--Wrapper .StartAfterSale .FormGroup .FormfieldWrapper .Formfield--ExtraInfo{left:96px;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup{width:100%;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup .FormfieldWrapper,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup .FormfieldWrapper{margin-top:0!important;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup .FormfieldWrapper .icon-angle-right::before,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup .FormfieldWrapper .icon-angle-right::before{transition:all ease-in-out .15s;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup .StartNewSale-SettingsGroup-Content.StartNewSale-SettingsGroup-Content--WithIndent,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup .StartNewSale-SettingsGroup-Content.StartNewSale-SettingsGroup-Content--WithIndent{padding-left:35px;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup .SellerList,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup .SellerList{margin-top:0;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup .SellerList>li,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup .SellerList>li{background-color:transparent;border-bottom:0;padding:2px 0 2px 30px;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup .SellerList>li .icon-mobile,.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup .SellerList>li .icon-mail-alt,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup .SellerList>li .icon-mobile,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup .SellerList>li .icon-mail-alt{display:none;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup .SellerList>li.Disabled span:first-child,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup .SellerList>li.Disabled span:first-child{color:#121212!important;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup.StartNewSale-SettingsGroup--Active .StartNewSale-SettingsGroup-Content,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup.StartNewSale-SettingsGroup--Active .StartNewSale-SettingsGroup-Content{margin:0 0 20px 0;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup.StartNewSale-SettingsGroup--Active .FormfieldWrapper .icon-angle-right::before,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup.StartNewSale-SettingsGroup--Active .FormfieldWrapper .icon-angle-right::before{transform:rotate(90deg);}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup-CheckTextWrapper,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup-CheckTextWrapper{display:block;width:100%;padding:.9rem .7rem;margin:.65rem 0 1.3rem 0;border:solid 1px rgba(0,0,0,.2);}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup-CheckText,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup-CheckText{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup-CheckText .icon-ok,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup-CheckText .icon-ok{font-size:20px;color:#56bc51;margin:0 5px 0 0;}.AfterSales-Tab--Wrapper .StartNewSaleForm .StartNewSale-SettingsGroup-CheckText span:last-child,.AfterSales-Tab--Wrapper .StartAfterSale .StartNewSale-SettingsGroup-CheckText span:last-child{font-size:1rem;line-height:1.35;}.iOSPopup{width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999;background-color:rgba(0,0,0,.55);}.iOSPopup .PopupInner{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:90%;max-width:450px;padding:0;margin:0;border-radius:8px;-webkit-box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);-moz-box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);box-shadow:2px 2px 7px 0 rgba(0,0,0,.35);z-index:99999;}.iOSPopup .PopupInner .PopupClose{position:absolute;top:0;right:0;color:#121212;padding:10px;font-size:1.3em;}.iOSPopup .PopupInner div:first-child{width:100%;background-color:#fff;color:#121212;text-align:center;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-top-left-radius:8px;border-top-right-radius:8px;}.iOSPopup .PopupInner div:first-child img{width:100%;margin-bottom:20px;}.iOSPopup .PopupInner div:first-child .Headline3{color:#121212;font-size:1.4em;}.iOSPopup .PopupInner div:first-child .Normal{text-align:center;}.iOSPopup .PopupInner div:last-child{width:100%;text-align:center;padding:0;border:0;background-color:#f7f7f7;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}.iOSPopup .PopupInner div:last-child span{width:100%;padding:10px 0;font-size:.8em;display:flex;flex-direction:row;justify-content:center;align-items:center;}.iOSPopup .PopupInner div:last-child img{width:100%;max-width:17px;align-self:baseline;margin:0 7px;}@keyframes arrowbounce{from{right:-12px;}to{right:-16px;}}.AccountingBrief{position:absolute;top:0;right:25px;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:45%;padding:20px 15px;margin-bottom:20px;background-color:#fff;-webkit-box-shadow:2px 2px 7px 0 rgba(0,0,0,.06);-moz-box-shadow:2px 2px 7px 0 rgba(0,0,0,.06);box-shadow:2px 2px 7px 0 rgba(0,0,0,.06);}@media screen and (max-width:850px){.AccountingBrief{position:relative;width:100%;right:initial;}}@media screen and (max-width:480px){.AccountingBrief{display:none;}}.AccountingBrief .Headline3{width:100%;font-size:1.3em;color:#121212;margin-bottom:0;}@media screen and (max-width:860px){.AccountingBrief .Headline3{font-size:1.1em;}}@media screen and (max-width:815px){.AccountingBrief .Headline3{font-size:.9em;}}.AccountingBrief .ExampleSticker{position:absolute;top:173px;left:50%;transform:translate(-50%,-50%) rotate(-45deg);width:initial;font-family:myriad-pro,arial,sans-serif;font-size:48px;text-transform:uppercase;opacity:.35;}.AccountingBrief .Headline4{width:100%;margin-bottom:8px;}@media screen and (max-width:860px){.AccountingBrief .Headline4{font-size:.9em;}}@media screen and (max-width:815px){.AccountingBrief .Headline4{font-size:.76em;}}.AccountingBrief figure{margin:0;padding:0;}.AccountingBrief figure img{display:block;position:absolute;top:25px;right:20px;width:100%;max-width:100px;}@media screen and (max-width:860px){.AccountingBrief figure img{max-width:80px;}}@media screen and (max-width:815px){.AccountingBrief figure img{max-width:60px;}}.AccountingBrief .ProductSheet{width:100%;background-color:#f9e7c2;padding:10px 15px!important;border-radius:4px;}.AccountingBrief .ProductSheet>li{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center!important;flex-wrap:nowrap;margin-bottom:0!important;border-top:1px solid #7a4424;padding:3px 0;}.AccountingBrief .ProductSheet>li:first-child{border-top:0;}.AccountingBrief .ProductSheet>li>span:first-child{flex:0 1 100%;font-size:.69em;padding:4px;color:#7a4424;}@media screen and (max-width:860px){.AccountingBrief .ProductSheet>li>span:first-child{font-size:.6em;}}@media screen and (max-width:815px){.AccountingBrief .ProductSheet>li>span:first-child{font-size:.55em;}}.AccountingBrief .ProductSheet>li>span:nth-child(2){flex:0 0 50px;text-align:right;font-size:.64em;color:#7a4424;}@media screen and (max-width:860px){.AccountingBrief .ProductSheet>li>span:nth-child(2){font-size:.6em;}}@media screen and (max-width:815px){.AccountingBrief .ProductSheet>li>span:nth-child(2){font-size:.55em;}}.AccountingBrief .ProductSheet>li>.Checkbox_Example{flex:0 0 18px;background-color:#fff;height:18px;border:1.5px solid #a9a9a9;margin-left:8px;}.AccountingBrief .ProductSheet>li>.Checkbox_Example.Checkbox_Example_NoColor{background-color:transparent;border:0;}.AccountingBrief .ProductSheet>li .FatFont{font-weight:700;font-size:.8em!important;color:#121212!important;}.AccountingBrief .ProductSheet>li.Headline span{font-weight:700;font-size:.7em;}@media screen and (max-width:860px){.AccountingBrief .ProductSheet>li.Headline span{font-size:.65em;}}@media screen and (max-width:815px){.AccountingBrief .ProductSheet>li.Headline span{font-size:.6em;}}.AccountingBrief .ProductSheet>li.Footer{border-top:0;margin-top:10px;}.AccountingBrief .ProductSheet>li.Footer>span:first-child{flex:0 1 20%;}.AccountingBrief .ProductSheet>li.Footer>span:last-child{flex:0 0 80%;}.AccountingBrief .ProductSheet>li.Footer>span:last-child span:first-child{font-weight:400;}.AccountingBrief .ProductSheet>li.Footer>span:last-child span:last-child{font-weight:700;padding:6px 8px;border:1px solid #7a4424;margin-left:10px;font-size:1.35em;color:#121212;}.AccountingBrief .ProductSheet>li.Border{width:calc(100% + 30px);border-top:0;margin:12px 0 0 -15px;background:#fff;position:relative;height:7px;z-index:1;}.AccountingBrief .ProductSheet>li.Border:before,.AccountingBrief .ProductSheet>li.Border:after{content:"";display:block;position:absolute;left:0;right:0;}.AccountingBrief .ProductSheet>li.Border:before{height:16px;background:linear-gradient(-135deg,#f9e7c2 8px,transparent 0) 0 8px,linear-gradient(135deg,#f9e7c2 8px,transparent 0) 0 8px;background-position:top left;background-repeat:repeat-x;background-size:16px 16px;}.AccountingBrief .ProductSheet>li.Border:after{height:16px;top:100%;background:linear-gradient(-135deg,#fff 8px,transparent 0) 0 8px,linear-gradient(135deg,#fff 8px,transparent 0) 0 8px;background-position:top left;background-repeat:repeat-x;background-size:16px 16px;}.AccountingBrief .ProductSheet>li.PaymentInfo{border:1.5px solid #7a4424;margin-top:20px;padding:10px;width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;flex-wrap:wrap;}.AccountingBrief .ProductSheet>li.PaymentInfo .PaymentDetails .Normal{margin-bottom:0;}.AccountingBrief .ProductSheet>li.PaymentInfo .Normal{width:100%;text-align:center;font-weight:700;margin-bottom:4px;font-size:.75em;}.AccountingBrief .ProductSheet>li.PaymentInfo .Normal:last-child{margin-bottom:0;}.AccountingBrief .ProductSheet>li.PaymentInfo .Normal span{margin-left:5px;font-weight:400;background-color:#fff;padding:.2em;position:relative;}.AccountingBrief .ProductSheet>li.PaymentInfo .Normal.Highlighted span{background-color:rgba(255,255,255,.7);padding:2px;}.AccountingBrief .ProductSheet>li.PaymentInfo .PaymentInfo-QR{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;}.AccountingBrief .ProductSheet>li.PaymentInfo .PaymentInfo-QR>div{width:100%;display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-start;}.AccountingBrief .ProductSheet>li.PaymentInfo .PaymentInfo-QR>div .Normal{font-weight:normal;}.AccountingBrief .ProductSheet>li.PaymentInfo .PaymentInfo-QR>div img{width:100px;}.AccountingBrief .ProductSheet>li.PaymentInfo .PaymentInfo-QR>div img+.Normal{margin-top:8px;}.AccountingBrief .ProductSheet>li.Footer:last-child span{font-weight:700;}.AccountingBrief .PaymentDetails{width:100%;padding:0;font-size:.9em;}@media screen and (max-width:860px){.AccountingBrief .PaymentDetails>li>span{font-size:.9em;}}@media screen and (max-width:815px){.AccountingBrief .PaymentDetails>li>span{font-size:.75em;}}.AccountingBrief .PaymentDetails>li>span span{background-color:rgba(255,255,57,.4);}.Aftersales--Top{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;}@media screen and (max-width:850px){.Aftersales--Top{grid-template-columns:1fr;grid-gap:20px;}}.Aftersales--Top .ExtraOrderInfo-Wrapper,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper{display:block;width:100%;margin-bottom:20px;}.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup{width:100%;margin-bottom:40px;}.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup>.Normal,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup>.Normal{font-size:.95em;margin-bottom:25px;}.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup:last-child,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup:last-child{margin-bottom:0;}.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup.FormGroup-Collapsed,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup.FormGroup-Collapsed{overflow:hidden;height:auto;max-height:209px;transition:max-height .3s;}@media screen and (max-width:800px){.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup.FormGroup-Collapsed,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup.FormGroup-Collapsed{max-height:202px;}}@media screen and (max-width:582px){.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup.FormGroup-Collapsed,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup.FormGroup-Collapsed{max-height:204px;}}@media screen and (max-width:480px){.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup.FormGroup-Collapsed,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup.FormGroup-Collapsed{max-height:224px;}}@media screen and (max-width:321px){.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup.FormGroup-Collapsed,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup.FormGroup-Collapsed{max-height:246px;}}.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup.FormGroup-Collapsed.FormGroup-Collapsed--Open,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup.FormGroup-Collapsed.FormGroup-Collapsed--Open{transition:max-height .5s;max-height:1500px;}.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup.FormGroup-Collapsed .Normal,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup.FormGroup-Collapsed .Normal{margin-bottom:20px;font-size:.95em;}.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup.FormGroup-Collapsed .Normal span,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup.FormGroup-Collapsed .Normal span{font-size:.8em;}.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup.FormGroup-Collapsed .Normal span .Underlined,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup.FormGroup-Collapsed .Normal span .Underlined{text-decoration:underline;font-size:100%;}.Aftersales--Top .ExtraOrderInfo-Wrapper .FormGroup.FormGroup-Collapsed form>.FormfieldWrapper:first-child,.Aftersales--Top .FinishedTotalSellerSalesList--Wrapper .FormGroup.FormGroup-Collapsed form>.FormfieldWrapper:first-child{margin-bottom:40px;}.Aftersales--Top .Seller_FinishedProductList{width:100%;flex:0 0 100%;margin:0;}@media screen and (max-width:800px){.Aftersales--Top .Seller_FinishedProductList{flex:0 1 100%;}}.Group-List-Outer-Wrapper{position:relative;position:fixed;left:50%;transform:translateX(-50%);min-width:345px;max-width:350px;top:0;margin-left:75px;}@media screen and (max-width:1200px){.Group-List-Outer-Wrapper{position:absolute;top:-33px;min-width:304px;margin-left:0;}}@media screen and (max-width:281px){.Group-List-Outer-Wrapper{top:-36px;}}.Group-List-Outer-Wrapper .Finished{display:inline-block;flex:0 0 auto;white-space:nowrap;background-color:#6fb33f;background-color:#ccc;padding:3px 5px;border-radius:5px;color:#fff;min-width:60px;text-align:center;line-height:initial!important;margin-left:20px;}.Group-List-Outer-Wrapper .Finished:before{color:#6fb33f;}.Group-List-Outer-Wrapper .InProgress{display:inline-block;flex:0 0 auto;white-space:nowrap;background-color:#fcb814;padding:3px 5px;border-radius:5px;color:#fff;min-width:60px;text-align:center;line-height:initial!important;margin-left:5px;}.Group-List-Outer-Wrapper .Group-Wrapper{width:100%;overflow:hidden;}@media screen and (min-width:1200px){.Group-List-Outer-Wrapper .Group-Wrapper{position:relative;display:inline-block;top:0;filter:drop-shadow(0 3px 2px rgba(50,50,0,.15));z-index:99;}.Group-List-Outer-Wrapper .Group-Wrapper.Expanded{top:-1px;}}@media screen and (max-width:1200px){.Group-List-Outer-Wrapper .Group-Wrapper{filter:drop-shadow(0 0 3px rgba(50,50,0,.18));}}.Group-List-Outer-Wrapper .Group-Wrapper .Group{display:block;width:100%;background-color:#fff;font-family:myriad-pro,arial,sans-serif;white-space:nowrap;text-align:center;overflow:hidden;text-overflow:ellipsis;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}@media screen and (max-width:1200px){.Group-List-Outer-Wrapper .Group-Wrapper .Group{border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:0;border-bottom-right-radius:0;}}.Group-List-Outer-Wrapper .Group-Wrapper .Group>a,.Group-List-Outer-Wrapper .Group-Wrapper .Group>div.KS_OnlyAccount{color:#000;font-weight:bold;font-size:.875rem;padding:0 30px;overflow:hidden;display:flex;justify-content:space-between;align-items:center;}@media screen and (max-width:281px){.Group-List-Outer-Wrapper .Group-Wrapper .Group>a,.Group-List-Outer-Wrapper .Group-Wrapper .Group>div.KS_OnlyAccount{font-size:.8rem;}}.Group-List-Outer-Wrapper .Group-Wrapper .Group>a .GroupName,.Group-List-Outer-Wrapper .Group-Wrapper .Group>div.KS_OnlyAccount .GroupName{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;flex:0 1 auto;width:calc(100% - 80px);line-height:36px;}.Group-List-Outer-Wrapper .Group-Wrapper .Group>div.KS_OnlyAccount{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.Group-List-Outer-Wrapper .Group-List-Wrapper{position:fixed;width:290px;left:50%;transform:translateX(-50%);background-color:#fff;filter:drop-shadow(0 3px 2px rgba(50,50,0,.15));z-index:1;transition:all .2s;}@media screen and (min-width:1200px){.Group-List-Outer-Wrapper .Group-List-Wrapper{border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:-200px;}.Group-List-Outer-Wrapper .Group-List-Wrapper.Group-List-Wrapper--Shown{transition:top .2s;top:36px;z-index:2;}}@media screen and (max-width:1200px){.Group-List-Outer-Wrapper .Group-List-Wrapper{bottom:-200px;border-top-left-radius:10px;border-top-right-radius:10px;z-index:-1;}.Group-List-Outer-Wrapper .Group-List-Wrapper.Group-List-Wrapper--Shown{transition:top .2s;bottom:34px;min-width:255px;z-index:-1;}}@media screen and (max-width:321px){.Group-List-Outer-Wrapper .Group-List-Wrapper.Group-List-Wrapper--Shown{min-width:233px;max-width:234px;}}.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List{list-style:none;margin:0;padding:0;width:100%;max-height:80vh;overflow:auto;}.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li{width:100%;}.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li>a{width:100%;text-align:left;padding:9px 12px;font-size:.85em;color:#000;overflow:hidden;display:flex;justify-content:space-between;align-items:center;}.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li>a .GroupName{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;flex:0 1 auto;width:100%;}.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li>a:hover,.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li>a:active,.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li>a:focus{background-color:#dedede;}.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li:first-child>a{padding:13px 12px 9px 12px;}@media screen and (min-width:1200px){.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li:last-child>a{padding:9px 12px 13px 12px;}.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li:last-child>a:hover,.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li:last-child>a:active,.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li:last-child>a:focus{border-bottom-left-radius:10px;border-bottom-right-radius:10px;}}@media screen and (max-width:1200px){.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li:first-child>a{padding:13px 12px 9px 12px;}.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li:first-child>a:hover,.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li:first-child>a:active,.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li:first-child>a:focus{border-top-left-radius:10px;border-top-right-radius:10px;}.Group-List-Outer-Wrapper .Group-List-Wrapper .Group-List>li:last-child>a{padding:9px 12px 13px 12px;}}.HandleSellersList{list-style:none;width:100%;margin:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.HandleSellersList>li{width:100%;display:flex;justify-content:flex-start;align-items:center;padding:10px;border-bottom:solid 2px #ededed;}.HandleSellersList>li.Activated{background-color:#f6fff6;border-bottom:2px solid #6fb33f;}.HandleSellersList>li.Activated .MainSales span,.HandleSellersList>li.Activated .AfterSales span{background-color:#fff;}.HandleSellersList>li.Headline span{font-weight:700;font-size:1em;}@media screen and (max-width:800px){.HandleSellersList>li.Headline span{font-size:.9em;}}.HandleSellersList>li.Headline span:first-child{flex:0 0 27px;}.HandleSellersList>li.Headline span:nth-child(2){flex:0 1 100%;}.HandleSellersList>li.Headline span:nth-child(3){flex:0 0 200px;text-align:center;}@media screen and (max-width:800px){.HandleSellersList>li.Headline span:nth-child(3){flex:0 0 110px;}}.HandleSellersList>li.Headline span:nth-child(4){flex:0 0 200px;text-align:center;}@media screen and (max-width:800px){.HandleSellersList>li.Headline span:nth-child(4){flex:0 0 110px;}}@media screen and (max-width:480px){.HandleSellersList>li.Headline span:nth-child(4){display:none;}}.HandleSellersList>li.Headline span:last-child{flex:0 0 50px;text-align:right;}.HandleSellersList>li .Number{flex:0 0 27px;text-align:left;}.HandleSellersList>li .SellerName{flex:0 1 100%;text-align:left;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.HandleSellersList>li .SellerName::before{margin-right:6px;}.HandleSellersList>li .MainSales{flex:0 0 200px;text-align:center;}@media screen and (max-width:800px){.HandleSellersList>li .MainSales{flex:0 0 110px;}}@media screen and (max-width:480px){.HandleSellersList>li .MainSales{display:none;}}.HandleSellersList>li .MainSales span{border:solid 1px #ededed;border-radius:4px;display:inline-block;padding:.3em .3em;width:70px;text-align:center;max-width:70px;}.HandleSellersList>li .AfterSales{flex:0 0 200px;text-align:center;}@media screen and (max-width:800px){.HandleSellersList>li .AfterSales{flex:0 0 110px;}}.HandleSellersList>li .AfterSales span{border:solid 1px #ededed;border-radius:4px;display:inline-block;padding:.3em .3em;width:70px;text-align:center;max-width:70px;}.HandleSellersList>li .Active{flex:0 0 50px;text-align:right;}.HandleSellersList>li .Active input{display:block;margin-left:auto;}.ExplanatoryHeadline{width:100%;max-width:none;text-align:center;padding:20px 0;margin-bottom:20px;}.react-datepicker-popper{margin-top:-3px;}.react-datepicker-popper .react-datepicker{font-family:myriad-pro,arial,sans-serif;}.react-datepicker-popper .react-datepicker .react-datepicker__navigation{border-left-color:#121212;}.react-datepicker-popper .react-datepicker .react-datepicker__navigation:hover{border-left-color:#6fb33f;}.react-datepicker-popper .react-datepicker .react-datepicker__day--keyboard-selected{background-color:#6fb33f;}.react-datepicker-popper .react-datepicker .react-datepicker__triangle{left:initial;right:50px;}.TabWrapper{margin:10px 0 0 0;clear:both;overflow:hidden;-webkit-box-shadow:inset 0 -4px 6px -2px rgba(0,0,0,.2);-moz-box-shadow:inset 0 -4px 6px -2px rgba(0,0,0,.2);box-shadow:inset 0 -4px 6px -2px rgba(0,0,0,.2);}@media print{.TabWrapper{display:none;}}.TabWrapper ul{max-width:660px;margin:0 auto;display:flex;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style-type:none;padding:0;}.TabWrapper ul li{flex:0 0 auto;margin-top:1em;margin-right:4px;-webkit-box-shadow:1px 1px 8px -1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px -1px rgba(0,0,0,.7);box-shadow:1px 1px 8px -1px rgba(0,0,0,.7);border-top-left-radius:10px;border-top-right-radius:10px;}.TabWrapper ul li a{display:inline-block;background-color:#f7f7f7;padding:8px 16px 8px 16px;font-size:.9em;color:#444;opacity:.8;transition:.25s;border-top-left-radius:10px;border-top-right-radius:10px;}@media screen and (max-width:1200px){.TabWrapper ul li a{padding-bottom:12px;}}.TabWrapper ul li a>span{margin-left:4px;}.TabWrapper ul li a:active,.TabWrapper ul li a:hover,.TabWrapper ul li a:focus{background-color:#50a1c1;background-color:#fff;color:#121212;opacity:1;}.TabWrapper ul li:last-child{margin-right:0;}.TabWrapper ul li.Chosen a{background-color:#50a1c1;background-color:#fff;color:#121212;opacity:1;-webkit-box-shadow:initial;-moz-box-shadow:initial;box-shadow:initial;}.TabWrapper.TabStyle--Button{overflow:initial;}.TabWrapper.TabStyle--Button li{margin-right:10px;}.TabWrapper.TabStyle--Button li a{border-radius:10px;opacity:1;}.TabContent{display:none;padding-top:20px;}.TabContent.TabContent--Border{border:solid 1px #f7f7f7;padding:20px 1em;}.TabContent.TabContent--Show{display:block;}.AfterSale-SellerNew{max-width:660px;margin:0 auto;width:100%;}.AfterSale-SellerNew .SP-More-Settings--Active{max-height:initial!important;}.SellerNew{padding-top:0;}.OldSellerShowBtn{background-color:transparent;border:0;font-size:.9em;color:#0b6297;padding:4px 0;}.OldSellerShowBtn:hover,.OldSellerShowBtn:focus,.OldSellerShowBtn:active{outline:0;cursor:pointer;color:#044d79;}.OldSellerShowBtn.OldSellerShowBtnActive .icon-angle-right:before{content:"";}.SellerAdded{font-size:.9em;}.SellerAdded:before{color:#6fb33f;}.Product-Page--New{font-family:myriad-pro,arial,sans-serif;font-size:12px;color:#fff;background-color:#e9446b;padding:2px 7px;max-height:19px;display:flex;justify-content:center;align-items:center;margin-left:8px;margin-top:-6px;}.ImageUploader{margin-bottom:20px;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch;}.ImageUploader .FormHeadline{width:100%;margin-bottom:7px;}.ImageUploader .ImageUploaderFormWrapper{flex:0 1 auto;width:calc(70% - 10px);}.ImageUploader .ImageUploaderFormWrapper .FormfieldError--Text{font-size:13px;color:#f00;margin-top:2px;margin-bottom:0;}.ImageUploader .ImageUploaderPreview{flex:0 1 auto;width:calc(30% - 10px);margin-left:20px;display:flex;flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;}.ImageUploader .ImageUploaderPreview h3.Headline3{width:100%;}.ImageUploader .ImageUploaderPreview .ImageUploaderPreviewImageWrapper{position:relative;flex:0 1 auto;width:100%;border:1px solid #d9d3dd;min-width:calc(30% - 10px);min-height:calc(30% - 10px);}.ImageUploader .ImageUploaderPreview .ImageUploaderPreviewImageWrapper img.ImageUploaderPreviewImage{display:block;width:100%;}.ImageUploader .ImageUploaderPreview .ImageUploaderPreviewImageWrapper button.ImageUploaderMatchesClose{position:absolute;top:0;right:0;z-index:2;background-color:transparent;border:0;width:30px;height:30px;padding:0;}.ImageUploader .ImageUploaderPreview .ImageUploaderPreviewImageWrapper button.ImageUploaderMatchesClose:hover,.ImageUploader .ImageUploaderPreview .ImageUploaderPreviewImageWrapper button.ImageUploaderMatchesClose:focus,.ImageUploader .ImageUploaderPreview .ImageUploaderPreviewImageWrapper button.ImageUploaderMatchesClose:active{cursor:pointer;background-color:rgba(0,0,0,.12);}.ImageUploader .ImageUploaderPreview .ImageUploaderPreviewImagePlaceholder{width:90px;background-color:rgba(0,0,0,.1);height:90px;border-radius:50%;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;}.ImageUploader .ImageUploaderPreview .ImageUploaderPreviewImagePlaceholder span{width:100%;font-size:11px;text-align:center;}.ImageUploader .ImageUploaderArchive,.ImageUploader .ImageUploaderDevice{position:relative;width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch;}.ImageUploader .ImageUploaderArchive .ImageUploaderArchiveMatchesClose,.ImageUploader .ImageUploaderArchive .ImageUploaderDeviceMatchesClose,.ImageUploader .ImageUploaderDevice .ImageUploaderArchiveMatchesClose,.ImageUploader .ImageUploaderDevice .ImageUploaderDeviceMatchesClose{position:absolute;top:10px;right:5px;background-color:transparent;border:0;width:30px;height:30px;padding:0;}.ImageUploader .ImageUploaderArchive .ImageUploaderArchiveMatchesClose:hover,.ImageUploader .ImageUploaderArchive .ImageUploaderArchiveMatchesClose:focus,.ImageUploader .ImageUploaderArchive .ImageUploaderArchiveMatchesClose:active,.ImageUploader .ImageUploaderArchive .ImageUploaderDeviceMatchesClose:hover,.ImageUploader .ImageUploaderArchive .ImageUploaderDeviceMatchesClose:focus,.ImageUploader .ImageUploaderArchive .ImageUploaderDeviceMatchesClose:active,.ImageUploader .ImageUploaderDevice .ImageUploaderArchiveMatchesClose:hover,.ImageUploader .ImageUploaderDevice .ImageUploaderArchiveMatchesClose:focus,.ImageUploader .ImageUploaderDevice .ImageUploaderArchiveMatchesClose:active,.ImageUploader .ImageUploaderDevice .ImageUploaderDeviceMatchesClose:hover,.ImageUploader .ImageUploaderDevice .ImageUploaderDeviceMatchesClose:focus,.ImageUploader .ImageUploaderDevice .ImageUploaderDeviceMatchesClose:active{cursor:pointer;background-color:rgba(0,0,0,.12);}.ImageUploader .ImageUploaderArchive .ImageUploaderArchiveForm,.ImageUploader .ImageUploaderArchive .ImageUploaderDeviceForm,.ImageUploader .ImageUploaderDevice .ImageUploaderArchiveForm,.ImageUploader .ImageUploaderDevice .ImageUploaderDeviceForm{position:relative;flex:0 1 auto;width:100%;}.ImageUploader .ImageUploaderArchive .ImageUploaderArchiveForm .FormfieldWrapper,.ImageUploader .ImageUploaderArchive .ImageUploaderDeviceForm .FormfieldWrapper,.ImageUploader .ImageUploaderDevice .ImageUploaderArchiveForm .FormfieldWrapper,.ImageUploader .ImageUploaderDevice .ImageUploaderDeviceForm .FormfieldWrapper{margin-bottom:5px;}.ImageUploader .ImageUploaderDevice{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch;}.ImageUploaderArchiveMatches,.ImageUploaderDeviceMatches{background-color:#fff;width:100%;padding:15px;z-index:5;-webkit-box-shadow:1px 1px 8px -1px rgba(0,0,0,.2);-moz-box-shadow:1px 1px 8px -1px rgba(0,0,0,.2);box-shadow:1px 1px 8px -1px rgba(0,0,0,.2);}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList{list-style:none;padding:0;margin:0;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem{flex:0 1 auto;width:calc(20% - 7px);margin-left:8.75px;margin-bottom:8.75px;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:first-child,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:first-child{margin-left:0;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(5n+1),.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(5n+1),.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(5n+1),.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(5n+1),.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(5n+1),.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(5n+1),.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(5n+1),.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(5n+1){margin-left:0;}@media screen and (max-width:520px){.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem{width:calc(25% - 7px);margin-left:9.3333333333px;margin-bottom:9.3333333333px;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(5n+1),.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(5n+1),.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(5n+1),.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(5n+1),.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(5n+1),.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(5n+1),.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(5n+1),.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(5n+1){margin-left:9.3333333333px;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(4n+1),.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(4n+1),.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(4n+1),.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(4n+1),.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(4n+1),.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(4n+1),.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(4n+1),.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(4n+1){margin-left:0;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:first-child,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:first-child{margin-left:0;}}@media screen and (max-width:480px){.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem{width:calc(33.3333333333% - 7px);margin-left:10.5px;margin-bottom:10.5px;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(4n+1),.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(4n+1),.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(4n+1),.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(4n+1),.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(4n+1),.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(4n+1),.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(4n+1),.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(4n+1){margin-left:10.5px;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(3n+1),.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(3n+1),.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(3n+1),.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(3n+1),.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(3n+1),.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(3n+1),.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:nth-child(3n+1),.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:nth-child(3n+1){margin-left:0;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:first-child,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem:first-child,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem:first-child{margin-left:0;}}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a img,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a img,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a img,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a img,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a img,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a img,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a img,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a img{display:block;width:100%;border:2px solid #fff;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:hover,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:focus,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:active,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:hover,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:focus,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:active,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:hover,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:focus,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:active,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:hover,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:focus,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:active,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:hover,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:focus,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:active,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:hover,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:focus,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:active,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:hover,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:focus,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:active,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:hover,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:focus,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:active{cursor:pointer;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:hover img,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:focus img,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:active img,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:hover img,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:focus img,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:active img,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:hover img,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:focus img,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:active img,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:hover img,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:focus img,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:active img,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:hover img,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:focus img,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem a:active img,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:hover img,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:focus img,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem a:active img,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:hover img,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:focus img,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem a:active img,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:hover img,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:focus img,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem a:active img{border:2px solid #6e2521;}.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem img,.ImageUploaderArchiveMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem img,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem img,.ImageUploaderArchiveMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem img,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderArchiveMatchesListItem img,.ImageUploaderDeviceMatches ul.ImageUploaderArchiveMatchesList li.ImageUploaderDeviceMatchesListItem img,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderArchiveMatchesListItem img,.ImageUploaderDeviceMatches ul.ImageUploaderDeviceMatchesList li.ImageUploaderDeviceMatchesListItem img{display:block;width:100%;border:2px solid #fff;}.ProductItem-ExtraText{font-size:1.7em;line-height:1.05em;font-family:wordy-diva,sans-serif;position:absolute;z-index:99;left:76%;top:75%;transform:rotate(-7deg) translateX(-50%);color:#0b6297;}@media screen and (max-width:950px){.ProductItem-ExtraText{font-size:2.7vw;}}@media screen and (max-width:790px){.ProductItem-ExtraText{font-size:3.7vw;}}@media screen and (max-width:640px){.ProductItem-ExtraText{left:50%;top:5%;}}.ProductItem-ExtraText.ProductItem-ExtraText--Classics{font-size:1.5em;}@media screen and (max-width:950px){.ProductItem-ExtraText.ProductItem-ExtraText--Classics{font-size:2.5vw;}}@media screen and (max-width:640px){.ProductItem-ExtraText.ProductItem-ExtraText--Classics{font-size:3.7vw;}}.ProductItem-ExtraText.ProductItem-ExtraText--GlutenFree{color:#56bc51;}.ProductItem-ExtraText.ProductItem-ExtraText--Vegan{color:#1a9dd4;}.ProductItem-ExtraText.ProductItem-ExtraText--PerfectTraining{font-size:1.4em;}@media screen and (max-width:950px){.ProductItem-ExtraText.ProductItem-ExtraText--PerfectTraining{font-size:2.2vw;}}.ProductItem-ExtraText.ProductItem-ExtraText--Smaller,.ProductItem-ExtraText .ProductItem-ExtraText--Smaller{font-size:.8em;}@media screen and (max-width:950px){.ProductItem-ExtraText.ProductItem-ExtraText--Smaller,.ProductItem-ExtraText .ProductItem-ExtraText--Smaller{font-size:1.1em;}}@media screen and (min-width:950px){.ProductItem-ExtraText.ProductItem-ExtraText--Smaller,.ProductItem-ExtraText .ProductItem-ExtraText--Smaller{bottom:-10%;}}.ProductItem-ExtraText .ProductItem-ExtraText--LightBlue{color:#1a9dd4;}.Popup_SalesBatchLocked{display:block;z-index:9999999;}.Popup_SalesBatchLocked .PopupInner{width:95%;max-width:600px;padding:25px;display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-start;}.Popup_SalesBatchLocked .PopupInner img{width:100%;max-width:55%;margin-bottom:25px;}.Popup_SalesBatchLocked .PopupInner .Headline2{width:100%;text-align:center;}.Popup_SalesBatchLocked .PopupInner .Normal{width:100%;text-align:center;margin-bottom:22px;}.Popup.Popup_ConnectionToServerLost{z-index:9999;}.Popup.Popup_ConnectionToServerLost .PopupInner{max-width:500px;background-color:#efbc23;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_Header{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;background-color:rgba(0,0,0,.1);padding:20px 20px 10px 20px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_Header .icon-attention-circled{color:#121212;font-size:33px;margin-left:-9px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_Header .Headline2{color:#121212;margin-bottom:-4px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ServerLoadingAnimation{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;padding:10px 20px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ServerLoadingAnimation span.Popup_ServerLoadingAnimation_Status{font-size:12.5px;margin-bottom:3px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ServerLoadingAnimation .Popup_ServerLoadingAnimation_AnimationWrapper{padding:2px;width:100%;max-width:500px;background-color:rgba(0,0,0,.15);height:25px;padding:4px;overflow:hidden;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ServerLoadingAnimation .Popup_ServerLoadingAnimation_AnimationWrapper .Popup_ServerLoadingAnimation_AnimationWrapper_Bar{height:100%;width:80px;background-color:#121212;animation:fill-bar 3s linear infinite;}.Popup.Popup_ConnectionToServerLost .PopupInner>p.Normal{width:100%;padding:10px 20px;margin-bottom:0;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;padding:10px 20px 20px 20px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper>p.Normal{margin-bottom:3px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content{width:100%;background-color:#fff;padding:20px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content>h3.Headline3{color:#121212;font-size:22px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content ul.Popup_ConnectionToServerLost_Unsaved_List{list-style:none;width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;padding:0;margin:0;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content ul.Popup_ConnectionToServerLost_Unsaved_List+h3.Headline3{margin-top:30px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content ul.Popup_ConnectionToServerLost_Unsaved_List>li.Popup_ConnectionToServerLost_Unsaved_List_Item{flex:0 1 auto;width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content ul.Popup_ConnectionToServerLost_Unsaved_List>li.Popup_ConnectionToServerLost_Unsaved_List_Item+li.Popup_ConnectionToServerLost_Unsaved_List_Item{margin-top:12px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content ul.Popup_ConnectionToServerLost_Unsaved_List>li.Popup_ConnectionToServerLost_Unsaved_List_Item .Headline4{color:#121212;font-size:19px;margin-bottom:0;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content ul.Popup_ConnectionToServerLost_Unsaved_List>li.Popup_ConnectionToServerLost_Unsaved_List_Item ul.Popup_ConnectionToServerLost_Unsaved_List_Item_InnerList{list-style:none;width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;padding:0;margin:0;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content ul.Popup_ConnectionToServerLost_Unsaved_List>li.Popup_ConnectionToServerLost_Unsaved_List_Item ul.Popup_ConnectionToServerLost_Unsaved_List_Item_InnerList>li.Popup_ConnectionToServerLost_Unsaved_List_Item_InnerList_Item{flex:0 1 auto;width:100%;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content ul.Popup_ConnectionToServerLost_Unsaved_List>li.Popup_ConnectionToServerLost_Unsaved_List_Item ul.Popup_ConnectionToServerLost_Unsaved_List_Item_InnerList>li.Popup_ConnectionToServerLost_Unsaved_List_Item_InnerList_Item p.Normal{font-size:16px;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content .KS-Button{position:relative;display:block;padding:.2em 4em;margin:20px auto 0 auto;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content .KS-Button:hover,.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content .KS-Button:focus,.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content .KS-Button:active{cursor:pointer;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content .KS-Button .Button_CheckIcon{position:absolute;left:4px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-top-left-radius:18px;border-bottom-left-radius:18px;background-color:#56bc51;border-radius:18px;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;}.Popup.Popup_ConnectionToServerLost .PopupInner .Popup_ConnectionToServerLost_UnsavedWrapper .Popup_ConnectionToServerLost_Unsaved_Content .KS-Button .Button_CheckIcon span{color:#fff;font-size:16px;}@keyframes fill-bar{from{transform:translateX(-110%);}to{transform:translateX(600%);}}.ImBox_ChatButton{position:fixed;right:0;bottom:100px;display:none;flex-flow:row wrap;justify-content:center;align-items:center;width:40px;height:40px;padding:0;margin:0;background-color:#000;border:0;border-top-left-radius:10px;border-bottom-left-radius:10px;border-top-right-radius:0;border-bottom-right-radius:0;z-index:1;}@media screen and (max-width:640px){.ImBox_ChatButton{bottom:85px;}}@media screen and (max-width:425px){.ImBox_ChatButton{bottom:115px;}}.ImBox_ChatButton.ImBox_ChatButton--Active{display:flex;}.ImBox_ChatButton:hover,.ImBox_ChatButton:focus,.ImBox_ChatButton:active{cursor:pointer;background-color:#2e2e2e;}.ImBox_ChatButton .icon-chat-1{color:#fff;font-size:16px;}div.MS_GroupList{display:block;width:100%;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}div.MS_GroupList>ul.MS_GroupList_Groups{width:100%;list-style:none;padding:0 1rem;margin:0;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item{width:100%;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row{display:grid;grid-template-columns:9fr 3fr 3fr 3fr;padding:10px 0;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row:hover,div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row:focus,div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row:active{cursor:pointer;background-color:#f6f6f6;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row>div[data-align=left]{text-align:left;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row>div[data-align=center]{text-align:center;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row>div[data-align=right]{text-align:right;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row span{font-family:myriad-pro,arial,sans-serif;font-weight:700;font-style:normal;font-size:1.1rem;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Name span span,div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_AmountSellers span span,div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_AmountProducts span span,div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Earnings span span{margin:0 0 0 3px;font-weight:400;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Earnings>span>span:first-child{font-weight:700;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Name{overflow:hidden;text-overflow:ellipsis;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Name span.icon-angle-right{margin:0 2px 0 0;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Name span.icon-angle-right::before{transition:transform ease-in-out .25s;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Name span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row.MS_GroupList_Groups_Item_Row--Expanded .MS_GroupList_Groups_Item_Name>span.icon-angle-right::before{transform:rotate(90deg);}@media screen and (max-width:520px){div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row{grid-template-columns:33.3% 33.3% 33.3%;grid-template-rows:auto;grid-template-areas:"groupName groupName groupName" "amountSellers amountProducts earnings";row-gap:6px;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Name{grid-area:groupName;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Name span{font-size:1rem;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_AmountSellers{grid-area:amountSellers;text-align:left!important;padding:0 0 0 25px;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_AmountSellers span{font-size:.9rem;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_AmountProducts{grid-area:amountProducts;text-align:center!important;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_AmountProducts span{font-size:.9rem;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Earnings{grid-area:earnings;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item>div.MS_GroupList_Groups_Item_Row .MS_GroupList_Groups_Item_Earnings span{font-size:.9rem;}}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper{width:100%;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div{width:100%;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList{width:100%;list-style:none;padding:0;margin:0;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item{width:100%;display:grid;grid-template-columns:5fr 1fr;padding:14px 1rem;border-bottom:1px solid #dedede;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item>div[data-align=left]{text-align:left;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item>div[data-align=center]{text-align:center;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item>div[data-align=right]{text-align:right;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item .MS_GroupList_Groups_Item_SellerList_Item_Products span{width:140px;text-align:right;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item .MS_GroupList_Groups_Item_SellerList_Item_Products span span{border:solid 1px #dedede;border-radius:4px;display:inline-block;padding:.3em .3em;margin:0 0 0 5px;width:70px;text-align:center;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item:not(.MS_GroupList_Groups_Item_SellerList_Item_Header):not(.MS_GroupList_Groups_Item_SellerList_Item_Footer):hover,div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item:not(.MS_GroupList_Groups_Item_SellerList_Item_Header):not(.MS_GroupList_Groups_Item_SellerList_Item_Footer):focus,div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item:not(.MS_GroupList_Groups_Item_SellerList_Item_Header):not(.MS_GroupList_Groups_Item_SellerList_Item_Footer):active{cursor:pointer;background-color:#f6f6f6;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item:not(.MS_GroupList_Groups_Item_SellerList_Item_Header):not(.MS_GroupList_Groups_Item_SellerList_Item_Footer).MS_GroupList_Groups_Item_SellerList_Item--KP{background-color:#f6f2e3;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item:not(.MS_GroupList_Groups_Item_SellerList_Item_Header):not(.MS_GroupList_Groups_Item_SellerList_Item_Footer).MS_GroupList_Groups_Item_SellerList_Item--KP .MyAccount{margin-left:10px;font-size:.9em;border:1px solid #121212;border-radius:3px;padding:2px 8px;text-transform:uppercase;background-color:#fff;}div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item:not(.MS_GroupList_Groups_Item_SellerList_Item_Header):not(.MS_GroupList_Groups_Item_SellerList_Item_Footer).MS_GroupList_Groups_Item_SellerList_Item--KP:hover,div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item:not(.MS_GroupList_Groups_Item_SellerList_Item_Header):not(.MS_GroupList_Groups_Item_SellerList_Item_Footer).MS_GroupList_Groups_Item_SellerList_Item--KP:focus,div.MS_GroupList>ul.MS_GroupList_Groups>li.MS_GroupList_Groups_Item .MS_GroupList_Groups_Item_SellerList_Wrapper>div ul.MS_GroupList_Groups_Item_SellerList>li.MS_GroupList_Groups_Item_SellerList_Item:not(.MS_GroupList_Groups_Item_SellerList_Item_Header):not(.MS_GroupList_Groups_Item_SellerList_Item_Footer).MS_GroupList_Groups_Item_SellerList_Item--KP:active{background-color:#f9e7c2;}.react-datepicker__month-container{font-family:myriad-pro,arial,sans-serif;}.react-datepicker__month-container .react-datepicker__header .react-datepicker__current-month{font-family:caecilia,Treubuchet,serif;}.react-datepicker__month-container .react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name{font-family:myriad-pro,arial,sans-serif;}.react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day{font-family:myriad-pro,arial,sans-serif;}.ui-datepicker .ui-datepicker-header .ui-datepicker-title{font-family:caecilia,Treubuchet,serif;}.ui-datepicker .ui-datepicker-header .ui-datepicker-title span{font-family:caecilia,Treubuchet,serif;}.ui-datepicker .ui-datepicker-calendar thead tr th span,.ui-datepicker .ui-datepicker-calendar thead tr th a,.ui-datepicker .ui-datepicker-calendar thead tr td span,.ui-datepicker .ui-datepicker-calendar thead tr td a,.ui-datepicker .ui-datepicker-calendar tbody tr th span,.ui-datepicker .ui-datepicker-calendar tbody tr th a,.ui-datepicker .ui-datepicker-calendar tbody tr td span,.ui-datepicker .ui-datepicker-calendar tbody tr td a{font-family:myriad-pro,arial,sans-serif;}.Copy-Wrapper{width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;margin:0;}.Copy-Wrapper+.LoginSend{margin:20px 0 0 0;}@media screen and (max-width:281px){.Copy-Wrapper+.LoginSend{margin:10px 0 0 0;}}.Copy-Wrapper .Copy-Wrapper-Text{width:auto;margin:0;padding:0 5px 0 0;overflow:hidden;}.Copy-Wrapper .Copy-Wrapper-Text a{display:block;font-size:.9rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 5px 0 0;margin:0;}.Copy-Wrapper .Copy-Wrapper-Button{margin:0;width:38px;height:30px;background-color:#fff;border:1px solid #dedede;border-radius:4px;font-size:16px;padding:0;}@media screen and (max-width:281px){.Copy-Wrapper .Copy-Wrapper-Button{font-size:.8rem;}}.Copy-Wrapper .Copy-Wrapper-Button:hover,.Copy-Wrapper .Copy-Wrapper-Button:focus,.Copy-Wrapper .Copy-Wrapper-Button:active{cursor:pointer;color:#1a9dd4;}.Copy-Wrapper .Copy-Wrapper-Button .icon-docs{display:block;}.Copy-Wrapper .Copy-Wrapper-Button .icon-ok-squared{display:none;color:#56bc51;}.Copy-Wrapper.Copy-Wrapper--Copied .Copy-Wrapper-Button .icon-docs{display:none;}.Copy-Wrapper.Copy-Wrapper--Copied .Copy-Wrapper-Button .icon-ok-squared{display:block;}.MS-AddSellers{width:100%;}.MS-AddSellers .MS-AddSellers-InputWrapper{width:100%;display:grid;grid-template-columns:calc(100% - 110px) 100px;column-gap:10px;margin-bottom:20px;}.MS-AddSellers .MS-AddSellers-InputWrapper .FormfieldWrapper{margin:0;}.MS-AddSellers .MS-AddSellers-InputWrapper .KS-Button{padding:0;}.MS-AddSellers .OldSellerShowBtn .icon-angle-right::before{transition:all ease-in-out .15s;}.MS-AddSellers .OldSellerShowBtn[data-active=true] .icon-angle-right::before{transform:rotate(90deg);}.MS-AddSellers .MS-AddSellers-SellerList{width:100%;}.MS-AddSellers .MS-AddSellers-SellerList ul.Sellers-List-Collection-EditMode>li{display:flex;align-items:center;height:51.4px;padding:6px 10px;}.MS-AddSellers .MS-AddSellers-SellerList ul.Sellers-List-Collection-EditMode>li .LI-Information .Seller-Name .icon-user .Seller-Name-Span{font-weight:normal;}.MS-AddSellers .MS-AddSellers-SellerList ul.Sellers-List-Collection-EditMode>li .KS-Button{padding:.2rem 1rem;font-size:.75rem;}@media screen and (max-width:480px){.MS-AddSellers{width:95%;margin:0 auto;}}.Popup{width:100%;height:100%;display:none;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.4);z-index:100;}.Popup .PopupInner{max-width:900px;width:90%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);box-shadow:0 2px 22px rgba(0,0,0,.3);border-radius:3px;background:#fff;z-index:71;}.Popup .PopupInner .CloseModal{position:absolute;top:10px;right:10px;color:#000;background-color:#fff;border-radius:50%;padding:5px 3px;font-size:16px;z-index:73;opacity:1;transition:ease-in-out .1s all;}@media screen and (max-width:640px){.Popup .PopupInner .Cashier-Close{display:none;}}@media screen and (max-height:800px){.Popup .PopupInner .Cashier-Close{display:none;}}.Popup .PopupInner .InformationInner{padding:20px;}@media screen and (max-width:640px){.Popup.Popup--MobileNotFixed{position:static;background-color:none;display:block!important;}.Popup.Popup--MobileNotFixed .PopupInner{position:static;width:100%;-webkit-transform:none;transform:none;box-shadow:none;border-radius:0;}}@media screen and (max-height:800px){.Popup.Popup--MobileNotFixed{position:static;background-color:transparent;display:block!important;}.Popup.Popup--MobileNotFixed .PopupInner{position:static;width:100%;-webkit-transform:none;transform:none;box-shadow:none;border-radius:0;margin:0 auto;}}.Popup.Positioned-Popup .PopupInner{max-width:1024px;margin-left:75px;width:98%;}@media screen and (max-width:900px){.Popup.Positioned-Popup .PopupInner{margin-left:0;}}@media screen and (max-width:750px){.Popup.Positioned-Popup .PopupInner{width:97%;}}@media screen and (max-width:450px){.Popup.Positioned-Popup .PopupInner{width:95%;}}.ProductPopup{z-index:999999999;}.ProductPopup .PopupInner{max-height:90%;}.ProductPopup .ProductInfo{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%;overflow:hidden;position:relative;padding:50px 50px!important;}@media screen and (max-width:640px){.ProductPopup .ProductInfo{flex-direction:column;}}@media screen and (max-height:361px){.ProductPopup .ProductInfo{flex-direction:row-reverse!important;}}@media screen and (max-width:281px){.ProductPopup .ProductInfo{padding:38px 15px 30px 15px!important;}}.ProductPopup .ProductInfo .Product-Price{position:absolute;left:0;top:0;font-size:1.6em;color:#fff;background-color:#e9446b;padding:0 .4em;line-height:1.4em;border-top-left-radius:2px;}@media screen and (max-width:281px){.ProductPopup .ProductInfo .Product-Price{font-size:1.3rem;}}.ProductPopup .ProductInfo .ProductExtraText{font-size:.8rem;}.ProductPopup .ProductInfo .Label_SoldOut{display:inline-block;background-color:#b3b3b3;padding:3px 12px;margin:0 0 15px 0;border-radius:3px;}.ProductPopup .ProductInfo .Label_SoldOut span{color:#fff;font-family:myriad-pro,arial,sans-serif;font-size:12px;font-weight:700;white-space:nowrap;display:block;}.ProductPopup .ProductInfo .Starburst{position:absolute!important;width:4rem;height:4rem;margin:0;top:0;left:24px;}.ProductPopup .ProductInfo .Starburst+.Starburst--White{width:calc(4rem + 4px);height:calc(4rem + 4px);top:-2px;left:22px;background-color:#fff!important;z-index:1;}.ProductPopup .ProductInfo .Starburst span{font-size:1.3rem;}.ProductPopup .ProductInfo .Starburst>span>span{padding-left:2px;}.ProductPopup .ProductInfo .Starburst.Starburst--DoubleLined>span{display:flex;flex-flow:row wrap;}.ProductPopup .ProductInfo .Starburst.Starburst--DoubleLined>span data{line-height:2.3rem;}.ProductPopup .ProductInfo .Starburst.Starburst--DoubleLined>span>span{font-size:12px;line-height:1.2rem;margin:-31px 0 0 0;}@media screen and (max-width:450px){.ProductPopup .ProductInfo .Starburst.Starburst--DoubleLined>span data{line-height:2rem;}.ProductPopup .ProductInfo .Starburst.Starburst--DoubleLined>span>span{font-size:11px;margin:-25px 0 0 0;}}@media screen and (max-width:450px){.ProductPopup .ProductInfo .Starburst.Starburst--DoubleLined data+span{margin:-21px 0 0 0;}}@media screen and (max-width:640px){.ProductPopup .ProductInfo .Starburst{top:15px;}.ProductPopup .ProductInfo .Starburst+.Starburst--White{top:13px;}}@media screen and (max-width:450px){.ProductPopup .ProductInfo .Starburst{width:3.3rem;height:3.3rem;top:0;}.ProductPopup .ProductInfo .Starburst+.Starburst--White{width:calc(3.3rem + 4px);height:calc(3.3rem + 4px);top:-2px;}.ProductPopup .ProductInfo .Starburst data{line-height:2rem;white-space:nowrap;}}@media screen and (max-width:450px){.ProductPopup .ProductInfo .Starburst{left:0;}.ProductPopup .ProductInfo .Starburst+.Starburst--White{left:-2px;}}.ProductPopup .ProductInfo .ProductImage{position:relative;width:35%;min-height:30px;flex:0 1 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media screen and (max-width:750px){.ProductPopup .ProductInfo .ProductImage{width:70%;margin:0 0 20px 0;}}@media screen and (max-height:361px){.ProductPopup .ProductInfo .ProductImage{width:32%!important;}}.ProductPopup .ProductInfo .ProductImage img{width:108%;height:auto;flex:0 0 104%;margin-left:-2%;}.ProductPopup .ProductInfo .ProductImage .SoldOutWrapper{position:absolute;bottom:16px;left:58%;transform:translateX(-50%) rotate(-4deg);width:100%;max-width:110px;}.ProductPopup .ProductInfo .ProductImage .SoldOutWrapper img{display:block;width:100%;}.ProductPopup .ProductInfo .ProductImage .ProductImage-SwanBranding{position:absolute;bottom:0;right:0;z-index:1;}.ProductPopup .ProductInfo .ProductImage .ProductImage-SwanBranding img{display:block;width:55px;height:auto;padding:0;margin:0;}@media screen and (max-width:640px){.ProductPopup .ProductInfo .ProductImage .ProductImage-SwanBranding img{width:40px;}}.ProductPopup .ProductPuff{flex:0 1 auto;width:60%;padding:0;}@media screen and (max-width:641px) and (max-height:361px){.ProductPopup .ProductPuff{width:55%!important;}}.ProductPopup .ProductPuff .ProductName{font-size:1.8em;margin:0 0 .2em 0;padding:0;}@media screen and (max-width:900px){.ProductPopup .ProductPuff .ProductName{font-size:1.5em;}}@media screen and (max-width:900px) and (max-height:380px){.ProductPopup .ProductPuff .ProductName{font-size:1.3em;}}@media screen and (max-width:641px) and (max-height:361px){.ProductPopup .ProductPuff .ProductName{text-align:left;}}.ProductPopup .ProductPuff .ProductName span{text-align:left;}@media screen and (max-width:281px){.ProductPopup .ProductPuff .ProductName{font-size:1.2rem;line-height:1.35rem;}}@media screen and (max-width:281px){.ProductPopup .ProductPuff .ProductName{font-size:1.1rem;}}.ProductPopup .ProductPuff .ProductIntrotext{font-size:1.3em;line-height:1.4em;padding:0;margin:0;}@media screen and (max-width:900px){.ProductPopup .ProductPuff .ProductIntrotext{font-size:1.1em;}}@media screen and (max-width:900px) and (max-height:380px){.ProductPopup .ProductPuff .ProductIntrotext{font-size:1em;}}@media screen and (max-width:281px){.ProductPopup .ProductPuff .ProductIntrotext{font-size:.85rem;}}.ProductPopup .ProductPuff .ProductText .ProductDetails{margin:10px 0 0 0;}@media screen and (max-width:900px) and (max-height:380px){.ProductPopup .ProductPuff .ProductText .ProductDetails{margin-bottom:-20px;}}@media screen and (max-width:640px){.ProductPopup .ProductPuff .ProductText .ProductDetails{text-align:center;}.ProductPopup .ProductPuff .ProductText .ProductDetails .Amount{padding-left:0!important;}}.ProductPopup .ProductPuff .ProductText .ProductDetails .Weight,.ProductPopup .ProductPuff .ProductText .ProductDetails .Amount{font-weight:bold;font-size:.8em;}@media screen and (max-height:800px){.ProductPopup .ProductPuff .ProductText .ProductDetails .Weight,.ProductPopup .ProductPuff .ProductText .ProductDetails .Amount{margin-top:-12px;}}@media screen and (max-width:640px){.ProductPopup .ProductPuff .ProductText .ProductDetails .Weight,.ProductPopup .ProductPuff .ProductText .ProductDetails .Amount{float:none;text-align:center;}}@media screen and (max-width:281px){.ProductPopup .ProductPuff .ProductText .ProductDetails .Weight,.ProductPopup .ProductPuff .ProductText .ProductDetails .Amount{font-size:.85rem;}}.ProductPopup .ProductPuff .ProductText .ProductDetails .Amount{margin-right:1em;}.ProductPopup .ProductPuff .ProductText .ProductIngredientsLink{margin-top:2em;clear:both;position:absolute;bottom:0;height:40px;width:100%;left:0;right:0;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;background-color:#f7f2e2;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media screen and (max-height:800px){.ProductPopup .ProductPuff .ProductText .ProductIngredientsLink{margin-top:10px;}}@media screen and (max-width:321px){.ProductPopup .ProductPuff .ProductText .ProductIngredientsLink{margin-top:.6em;text-align:center;}}.ProductPopup .ProductPuff .ProductText .ProductIngredientsLink a{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;color:#000;}.ProductPopup .ProductPuff .ProductText .ProductIngredientsLink a:hover,.ProductPopup .ProductPuff .ProductText .ProductIngredientsLink a:focus,.ProductPopup .ProductPuff .ProductText .ProductIngredientsLink a:active{outline:0;background-color:#f9e7c2;}.ProductPopup .ProductPuff .ProductText table.KS-OrderProducts-Products-Item-PricingTable{margin:10px 0 0 -3px;}@media screen and (max-width:450px){.ProductPopup .ProductPuff .ProductText table.KS-OrderProducts-Products-Item-PricingTable{margin:10px auto;}}.ProductPopup .ProductPuff .ProductText table.KS-OrderProducts-Products-Item-PricingTable tbody tr td{font-family:myriad-pro,arial,sans-serif;font-weight:400;font-style:normal;font-size:.8rem;line-height:1rem;color:#121212;}.ProductPopup .ProductPuff .ProductText table.KS-OrderProducts-Products-Item-PricingTable tbody tr td data{margin-right:2px;}.ProductPopup .ProductItem-ExtraText{top:77%;left:80%;white-space:nowrap;}@media screen and (max-width:640px){.ProductPopup .ProductItem-ExtraText{top:7%;left:50%;}}@media screen and (max-width:640px){.ProductPopup{flex-direction:column;padding:0 20px 20px 20px;}.ProductPopup .ProductPuff{flex:none;width:100%;clear:both;margin:0;padding:0;}.ProductPopup .ProductPuff .ProductName{font-size:1.2em;margin:0 0 .2em 0;}.ProductPopup .ProductPuff .ProductIntrotext{font-size:.9em;line-height:1.1em;margin:10px 0 0 0;}.ProductPopup .ProductImage{width:80%;flex:none;clear:both;margin:0 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}}.ProductPopup .Product-Ingredients--Wrapper{display:none;background-color:#f7f2e2;max-height:76vh;overflow:hidden;width:100%;}@media screen and (max-height:800px){.ProductPopup .Product-Ingredients--Wrapper{overflow-y:auto;}}@media screen and (max-width:900px){.ProductPopup .Product-Ingredients--Wrapper{overflow:auto;}}.ProductPopup .Product-Ingredients--Wrapper .Headline2{margin:10px 0 20px 0;}.ProductPopup .Product-Ingredients--Wrapper .Product-Ingredients .Product-Ingredients-Box .Normal+.Normal{text-align:left;font-size:.9em;}@media screen and (max-width:321px){.ProductPopup .Product-Ingredients--Wrapper .Product-Ingredients .Product-Ingredients-Box .Normal{text-align:left!important;}}.ProductPopup .Product-Ingredients--Wrapper .Close{position:absolute;right:10px;color:#000;}.ProductPopup .Product-Details-ContentWrapper{display:inline-block;width:100%;clear:both;}@media screen and (max-width:640px){.ProductPopup .Product-Details-ContentWrapper{margin:.8em 0 0 0;}}.ProductPopup .Product-Details-ContentWrapper p.Normal{width:100%;float:left;margin-top:.2em;font-size:.9em;line-height:1.35em;color:#682d0e;}.ProductPopup .Product-Ingredients--Wrapper{padding:25px;}.Product-Page .ProductPopup .Product-Ingredients--Wrapper{background-color:#f7f2e2;}.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info{float:left;width:30%;}.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info .Headline3{font-weight:bold;font-size:1.05em;}@media screen and (max-width:640px){.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info{width:100%;margin-left:0;}}.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info .Allergy-InfoList{margin:0;padding:0;list-style-type:none;}.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info .Allergy-InfoList li{float:left;width:33%;margin-bottom:.5em;color:#682d0e;font-size:.8em;word-break:break-all;}@media screen and (max-width:640px){.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info .Allergy-InfoList li{font-size:.9em;}}.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info .Allergy-InfoList li>span{margin-right:.4em;vertical-align:middle;margin-bottom:.2em;}.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info .Allergy-Circel-Info{text-align:left;float:left;margin:0;width:auto;font-size:.9em;}@media screen and (max-width:640px){.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info .Allergy-Circel-Info{padding-left:0;}}.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info .Allergy-Circel-Info li{float:left;clear:both;color:#682d0e;font-size:.8em;}.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info .Allergy-Circel-Info li span{vertical-align:middle;width:10px;height:10px;margin-right:.4em;}.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info .Allergy-Circel-Info li.Soya-Oil{margin-left:0;margin-top:.2em;}.ProductPopup .Product-Ingredients--Wrapper .Allergy-Info>span{display:block;width:100%;float:left;clear:both;font-size:.8em;color:#682d0e;margin-top:.8em;}.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info{float:left;width:26%;margin-left:1%;}.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info .Headline3{font-weight:bold;font-size:1.05em;margin:0 0 .4em 0;color:#682d0e;}@media screen and (max-width:321px){.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info .Headline3{text-align:left!important;}}@media screen and (max-width:640px){.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info{margin:1em 0 0 0;width:100%;clear:both;}}.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info table{width:100%;border-collapse:collapse;margin:0;padding:0;}.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info table th,.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info table td{color:#6e2521;font-weight:normal;padding:.2em 0;font-size:.8em;}@media screen and (max-width:640px){.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info table th,.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info table td{font-size:.8em;}}.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info table th{text-align:left;}.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info table td{text-align:right;}@media screen and (max-width:640px){.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info table th{width:65%;}.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info table td{width:35%;}}.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info table .Indent{padding-left:10px;}.ProductPopup .Product-Ingredients--Wrapper .Nutritional-Info .Normal{font-weight:bold;font-size:.9em;margin:.1em 0 0 0;color:#6e2521;}.ProductPopup .Product-Ingredients--Wrapper .Product-Ingredients{width:40%;float:right;}.Product-Page .ProductPopup .Product-Ingredients--Wrapper .Product-Ingredients{margin-left:0;}@media screen and (max-width:640px){.ProductPopup .Product-Ingredients--Wrapper .Product-Ingredients{margin:.8em 0 0 0;width:100%;}}.ProductPopup .Product-Ingredients--Wrapper .Product-Ingredients .Product-Ingredients-Box .Normal{margin-bottom:0;}.ProductPopup .Product-Ingredients--Wrapper .Product-Ingredients .Headline3{font-weight:bold;font-size:1.05em;margin:0 0 .2em 0;color:#682d0e;}@media screen and (max-width:321px){.ProductPopup .Product-Ingredients--Wrapper .Product-Ingredients .Headline3{text-align:left!important;}}.ProductPopup .Product-Ingredients--Wrapper .Product-Ingredients .Normal{width:100%;float:left;margin-top:.2em;font-size:.8em;line-height:1.35em;color:#682d0e;}@media screen and (max-width:640px){.ProductPopup .Product-Ingredients--Wrapper .Product-Ingredients .Normal{font-size:.8em;line-height:1.35em;}}@media screen and (min-width:900px){.PI--Active .Product-Ingredients--Wrapper{display:block!important;}}@media screen and (max-width:900px){.PI--Active .Product-Ingredients--Wrapper{display:block!important;}.PI--Active .CloseModal{display:none!important;}.PI--Active .ProductInfo{display:none!important;}}.ProductItem-NewProduct{position:absolute;top:0;left:0;align-items:center;font-family:var(--font-family);font-size:13px;color:#fff;background-color:#e9446b;padding:2px 7px;}.ProductItem-NewProduct.ProductItem-NewProduct--ProductPopup{position:static;top:initial;right:initial;margin-left:4px;vertical-align:middle;}@keyframes boing{0%{transform:scale(1);}50%{transform:scale(1.16);}100%{transform:scale(1);}}.Reward{position:fixed;bottom:20px;right:-210px;width:200px;height:auto;padding:15px;border:3px solid;border-radius:15px;box-shadow:3px 3px 14px 1px rgba(0,0,0,.3);z-index:9999999999;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.Reward:hover{cursor:pointer;}.Reward::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpolygon fill='none' stroke='%23ffffff80' stroke-width='2' points='25,1 32,18 50,18 36,29 40,46 25,36 10,46 14,29 1,18 18,18'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 50 50'%3E%3Cpolygon fill='none' stroke='%23ffffff80' stroke-width='2' points='25,1 32,18 50,18 36,29 40,46 25,36 10,46 14,29 1,18 18,18'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:30px 58px,120px 120px;z-index:-1;}.Reward.Reward--Visible{animation:slideIn .25s forwards;}.Reward.Reward--Animating{animation:slideOut .25s forwards;transition:all 1s ease-in-out;}.Reward.Reward--Green{background-color:#c2d8c1;border-color:rgba(0,0,0,.18);}.Reward.Reward--Green h3.Headline3{color:#000;}.Reward.Reward--Rosa{background-color:#fdebeb;border-color:#ff799b;}.Reward.Reward--Rosa h3.Headline3{color:#000;}.Reward.Reward--Blue{background-color:#e0ebf8;border-color:#0b6297;}.Reward.Reward--Blue h3.Headline3{color:#000;}.Reward.Reward--Bronze{background-color:#f8d7b3;border-color:#dd9b5f;}.Reward.Reward--Bronze::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpolygon fill='none' stroke='%23dd9b5f' stroke-width='2' points='25,1 32,18 50,18 36,29 40,46 25,36 10,46 14,29 1,18 18,18'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 50 50'%3E%3Cpolygon fill='none' stroke='%23dd9b5f' stroke-width='2' points='25,1 32,18 50,18 36,29 40,46 25,36 10,46 14,29 1,18 18,18'/%3E%3C/svg%3E");}.Reward.Reward--Bronze h3.Headline3{color:#000;}.Reward.Reward--Silver{background-color:#fff;border-color:rgba(0,0,0,.18);}.Reward.Reward--Silver::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpolygon fill='none' stroke='%23c0c0c0' stroke-width='2' points='25,1 32,18 50,18 36,29 40,46 25,36 10,46 14,29 1,18 18,18'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 50 50'%3E%3Cpolygon fill='none' stroke='%23c0c0c0' stroke-width='2' points='25,1 32,18 50,18 36,29 40,46 25,36 10,46 14,29 1,18 18,18'/%3E%3C/svg%3E");}.Reward.Reward--Silver h3.Headline3{color:#000;}.Reward.Reward--Gold{background-color:#fef2bf;border-color:#e0b605;}.Reward.Reward--Gold::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpolygon fill='none' stroke='%23e0b605' stroke-width='2' points='25,1 32,18 50,18 36,29 40,46 25,36 10,46 14,29 1,18 18,18'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 50 50'%3E%3Cpolygon fill='none' stroke='%23e0b605' stroke-width='2' points='25,1 32,18 50,18 36,29 40,46 25,36 10,46 14,29 1,18 18,18'/%3E%3C/svg%3E");}.Reward.Reward--Gold h3.Headline3{color:#000;}.Reward.Reward--Platinum{background-color:#e5e4e2;border-color:#a9a9a9;}.Reward.Reward--Platinum::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpolygon fill='none' stroke='%23A9A9A9' stroke-width='2' points='25,1 32,18 50,18 36,29 40,46 25,36 10,46 14,29 1,18 18,18'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 50 50'%3E%3Cpolygon fill='none' stroke='%23A9A9A9' stroke-width='2' points='25,1 32,18 50,18 36,29 40,46 25,36 10,46 14,29 1,18 18,18'/%3E%3C/svg%3E");}.Reward.Reward--Platinum h3.Headline3{color:#000;}.Reward.Reward--WithTrophyStep{padding-bottom:25px;}@media screen and (max-width:1200px){.Reward{bottom:110px;}}@media screen and (max-width:640px){.Reward{bottom:90px;}}.Reward #rewardId{position:absolute;width:5px;height:5px;left:50%;top:0;transform:translateX(-50%);}.Reward .Headline3{width:100%;text-align:center;font-size:1rem;margin-bottom:15px;}.Reward img{display:block;width:50%;margin:0 auto;}.Reward .TrophyStep{position:absolute;bottom:8px;left:0;width:100%;text-align:center;font-size:12.5px;font-weight:bold;}.Reward.Reward--TextSizeSmall h3.Headline3{font-size:.9rem;}@keyframes slideIn{0%{right:-210px;}100%{right:20px;}}@keyframes slideOut{0%{right:20px;}100%{right:-210px;}}.SalesBatchSummary_SellerSearch{width:100%;}.SalesBatchSummary_SellerSearch .Search_Row{width:100%;}.SalesBatchSummary_SellerSearch .Search_Row .Formfield-Wrapper{width:100%;}.SalesBatchSummary_SellerSearch .Search_Row .Formfield-Wrapper label{display:block;width:100%;font-family:myriad-pro,arial,sans-serif;font-weight:normal;font-style:normal;font-size:.875rem;color:#682d0e;}.react-datepicker__aria-live{display:none!important;}div.FormfieldWrapperCheckboxWithTextfield.FormfieldWrapper-SwishToKakservice{margin-bottom:11px;margin-top:10px;}div.FormfieldWrapperCheckboxWithTextfield.FormfieldWrapper-SwishToKakservice div.FormfieldWrapper{position:relative!important;margin-left:35px!important;margin-top:20px;}div.FormfieldWrapperCheckboxWithTextfield.FormfieldWrapper-SwishToKakservice div.FormfieldWrapper .LabelWrapper{top:-20px;left:0;}div.FormfieldWrapperCheckboxWithTextfield.FormfieldWrapper-SwishToKakservice div.FormfieldWrapper.Formfield-Wrapper--HasValue .LabelWrapper{font-size:.95em;}.Tooltip--SwishToKakservice{background:#fff!important;max-width:380px;padding:20px!important;z-index:99999999;border-radius:7px!important;box-shadow:2px 2px 16px 1px rgba(0,0,0,.15);}.Tooltip--SwishToKakservice:hover{opacity:1!important;}.react-tooltip{z-index:99999999;}.react-tooltip.react-tooltip__show{opacity:1!important;}.Checklist{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;margin:0;padding-left:0;}.Checklist .Checklist_Item{width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;padding:0;margin:0 0 10px 0;font-family:myriad-pro,arial,sans-serif;font-weight:400;font-style:normal;font-size:1rem;color:#000;}.Checklist .Checklist_Item::before{content:"";flex:0 0 18px;display:block;width:18px;height:17px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 214 238.5' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M8.62 134.04a12.64 12.64 0 0 1-.67-17.85 12.64 12.64 0 0 1 17.85-.67c23.65 21.94 40.17 46.17 51.13 65.57 8.13-26.39 21.49-52.67 36.34-76.45 32.37-51.84 71.48-91.76 75.21-95.01 5.25-4.58 13.24-4.04 17.82 1.22 4.58 5.25 4.04 13.24-1.22 17.82-3.5 3.05-40 40.69-70.38 89.34-19.86 31.8-37.26 68.33-40.27 103a12.63 12.63 0 0 1-10.57 11.38 12.65 12.65 0 0 1-13.62-7.46c-4.95-11.47-22.57-54.66-61.63-90.9z' fill-rule='evenodd' fill='%2337ac54'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;margin-top:1px;margin-right:4px;}.Error-Message-Box{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;background-color:#000;z-index:99999999999;}.Error-Message-Box .Error-Message-Box-Inner{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;width:450px;max-width:90%;padding:0;margin:0;background-color:#fcb814;}.Error-Message-Box .Error-Message-Box-Inner .Error-Message-Box-Header{width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;background-color:rgba(0,0,0,.2);padding:12px 15px;margin:0;}.Error-Message-Box .Error-Message-Box-Inner .Error-Message-Box-Header .icon-attention-circled{font-size:23px;}.Error-Message-Box .Error-Message-Box-Inner .Error-Message-Box-Header .Headline3{font-size:18px;margin-left:5px;margin-bottom:-3px;color:#121212;}.Error-Message-Box .Error-Message-Box-Inner .Error-Message-Box-Content{width:100%;padding:21px;}.Error-Message-Box .Error-Message-Box-Inner .Error-Message-Box-Content .Normal{color:#121212;font-size:18px;text-wrap:balance;font-weight:bold;margin-bottom:19px;}.Error-Message-Box .Error-Message-Box-Inner .Error-Message-Box-Content .Error-Message-Box-LogoContainer{width:100%;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;}.State_InactiveCover{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,.75);z-index:999999999;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transform:translateZ(0);backface-visibility:hidden;will-change:opacity;-webkit-animation:fadeIn 1.3s ease;-moz-animation:fadeIn 1.3s ease;-o-animation:fadeIn 1.3s ease;animation:fadeIn 1.3s ease;}.State_InactiveCover img{display:block;width:45%;min-width:280px;position:absolute;top:25%;left:50%;opacity:0;transform:translateX(-50%) rotate(-17deg) translateZ(0);backface-visibility:hidden;will-change:transform;-webkit-animation:popIn .5s ease .85s forwards;-moz-animation:popIn .5s ease .85s forwards;-o-animation:popIn .5s ease .85s forwards;animation:popIn .5s ease .85s forwards;}.SwishPayment{display:block;width:100%;padding:15px;border:1px solid rgba(0,0,0,.15);border-radius:10px;}.SwishPayment .dxOl{list-style-position:outside;padding-left:15px;}.SwishPayment .dxOl>li{margin-bottom:6px;}.SwishPayment .dxOl>li:last-child{margin-bottom:0;}.SwishPayment .SwishPayment--QRCode{display:block;width:75%;height:auto;margin:0 auto 18px auto;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.SwishPayment img.SwishPayment--Logo{display:block;width:140px;height:auto;margin:0 auto 10px auto;}.SwishPayment img.SwishPayment--QR{width:100%;height:auto;padding:15px;background-color:#fff;border-radius:19%;margin:0 auto 10px auto;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.SwishPayment .SwishPayment--QRExplainer{display:block;width:100%;text-align:center;font-size:.9rem;}.SwishPayment .Button--Swish{font-family:myriad-pro,arial,sans-serif;font-weight:bold;color:#fff;font-size:1.1rem;background:linear-gradient(to bottom,#4db5ff,#00a2e8);padding:12px 45px;margin-bottom:18px;border:0;border-radius:12px;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background ease-in-out .1s;}.SwishPayment .Button--Swish:hover,.SwishPayment .Button--Swish:focus,.SwishPayment .Button--Swish:active{background:linear-gradient(to bottom,#5ebfff,#00b2f8);}.SwishPayment_EveryoneHasPaid{width:100%;display:grid;grid-template-columns:1fr 4fr;gap:15px;background-color:#fff;padding:10px;margin-top:15px;border:1px solid #ddd;border-radius:10px;}.SwishPayment_EveryoneHasPaid>div{width:100%;}.SwishPayment_EveryoneHasPaid>div p{width:100%;text-align:center;margin-bottom:2px;line-height:1.3;}.SwishPayment_EveryoneHasPaid>div .SwishPayment_EveryoneHasPaid__Headline{font-weight:bold;font-size:1.18rem;}.SwishPayment_EveryoneHasPaid>div .SwishPayment_EveryoneHasPaid__Paragraph{text-align:center;font-size:1rem;}.SwishPayment_EveryoneHasPaid>div .SwishPayment_EveryoneHasPaid__Paragraph-Small{font-size:.8rem;margin-bottom:0;}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-o-keyframes popIn{0%{opacity:0;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(.5);}80%{opacity:1;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(1.2);}100%{opacity:1;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(1);}}@-moz-keyframes popIn{0%{opacity:0;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(.5);}80%{opacity:1;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(1.2);}100%{opacity:1;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(1);}}@-webkit-keyframes popIn{0%{opacity:0;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(.5);}80%{opacity:1;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(1.2);}100%{opacity:1;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(1);}}@keyframes popIn{0%{opacity:0;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(.5);}80%{opacity:1;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(1.2);}100%{opacity:1;transform:translateX(-50%) rotate(-17deg) translateZ(0) scale(1);}}