@charset "UTF-8";
.js-webshop-loading{position:fixed;top:0;left:0;height:100vh;width:100%;background:rgba(0, 0, 0, 0.5);z-index:9999999}.progressbar{display:flex;justify-content:space-evenly;padding:0 15px}.progressbar li{list-style:none;border:1px solid #eee;padding:15px;width:100%}.progressbar li.active{color:green}.btn-cursor-pointer{cursor:pointer}.md-stepper-horizontal{display:table;width:100%;margin:25px auto;background-color:#fff}.md-stepper-horizontal .md-step{display:table-cell;position:relative;padding:24px}.md-stepper-horizontal .md-step:hover,.md-stepper-horizontal .md-step:active{background-color:rgba(0, 0, 0, 0.04)}.md-stepper-horizontal .md-step:active{border-radius:15% / 75%}.md-stepper-horizontal .md-step:first-child:active{border-top-left-radius:0;border-bottom-left-radius:0}.md-stepper-horizontal .md-step:last-child:active{border-top-right-radius:0;border-bottom-right-radius:0}.md-stepper-horizontal .md-step:hover .md-step-circle{background-color:#757575}.md-stepper-horizontal .md-step:first-child .md-step-bar-left,.md-stepper-horizontal .md-step:last-child .md-step-bar-right{display:none}.md-stepper-horizontal .md-step .md-step-circle{width:30px;height:30px;margin:0 auto;background-color:#999999;border-radius:50%;text-align:center;line-height:30px;font-size:16px;font-weight:600;color:#FFFFFF}.md-stepper-horizontal .md-step.active .md-step-circle{background-color:#2196f3}.md-stepper-horizontal .md-step.done .md-step-circle:before{font-family:"FontAwesome";font-weight:100;content:""}.md-stepper-horizontal .md-step.done .md-step-circle *,.md-stepper-horizontal .md-step.editable .md-step-circle *{display:none}.md-stepper-horizontal .md-step.editable .md-step-circle{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}.md-stepper-horizontal .md-step.editable .md-step-circle:before{font-family:"FontAwesome";font-weight:100;content:""}.md-stepper-horizontal .md-step .md-step-title{margin-top:16px;font-size:16px;font-weight:600}.md-stepper-horizontal .md-step .md-step-title,.md-stepper-horizontal .md-step .md-step-optional{text-align:center;color:rgba(0, 0, 0, 0.26)}.md-stepper-horizontal .md-step.active .md-step-title{font-weight:600;color:rgba(0, 0, 0, 0.87)}.md-stepper-horizontal .md-step.active.done .md-step-title,.md-stepper-horizontal .md-step.active.editable .md-step-title{font-weight:600}.md-stepper-horizontal .md-step .md-step-optional{font-size:12px}.md-stepper-horizontal .md-step.active .md-step-optional{color:rgba(0, 0, 0, 0.54)}.md-stepper-horizontal .md-step .md-step-bar-left,.md-stepper-horizontal .md-step .md-step-bar-right{position:absolute;top:36px;height:1px;border-top:1px solid #DDDDDD}.md-stepper-horizontal .md-step .md-step-bar-right{right:0;left:50%;margin-left:20px}.md-stepper-horizontal .md-step .md-step-bar-left{left:0;right:50%;margin-right:20px}.md-stepper-horizontal.orange .md-step.active .md-step-circle{background-color:#DDDDDD}