.app-loader{position:absolute;top:0;left:0;right:0;bottom:0;width:auto;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--color-loader-bg);border-radius:inherit;margin:0;padding:20px;z-index:9}.app-loader svg{content:"";width:96px;height:96px;max-width:95%;max-height:95%;-o-object-fit:contain;object-fit:contain}.app-loader svg circle{fill:var(--color-loader)}.app-loader.fixed-on-desktop svg{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:fixed}.app-loader~* .app-loader{display:none}.app-radio-buttons{position:relative}.app-radio-buttons>.label{font-size:20px;line-height:22px;margin-bottom:24px}.app-radio-buttons input[type=radio]{display:none}.app-radio-buttons input[type=radio]+label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.app-radio-buttons input[type=radio]+label>.circle{position:relative;width:18px;height:18px;background-color:transparent;border:2px solid var(--color-btn-primary-bg);border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.app-radio-buttons input[type=radio]+label>.circle:after{content:"";display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:8px;height:8px;opacity:0;background:var(--color-btn-primary-bg);border-radius:50%;-webkit-transition:opacity .3s;transition:opacity .3s}.app-radio-buttons input[type=radio]+label>.label{margin-left:8px;font-size:16px;line-height:24px;color:var(--color-radio-btns-label);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-radio-buttons input[type=radio]+label:last-child{margin-bottom:0}.app-radio-buttons input[type=radio]+label:hover>.circle{border-color:var(--color-btn-primary-bg-hover)}.app-radio-buttons input[type=radio]+label:hover>.circle:after{background:var(--color-btn-primary-bg-hover)}.app-radio-buttons input[type=radio]+label.disabled{cursor:default;opacity:.4;pointer-events:none}.app-radio-buttons input[type=radio]+label.disabled>.circle{border-color:var(--color-btn-primary-bg)}.app-radio-buttons input[type=radio]+label.disabled>.circle:after{background:var(--color-btn-primary-bg)}.app-radio-buttons input[type=radio]+.btn{margin:0 0 8px;padding:0 16px}.app-radio-buttons input[type=radio]+.btn.btn-primary{border:1px solid transparent}.app-radio-buttons input[type=radio]+.btn:last-child{margin:0}.app-radio-buttons input[type=radio]:checked+label .circle:after{opacity:1}.app-radio-buttons.inline .radio-btns{display:-webkit-box;display:-ms-flexbox;display:flex}.app-radio-buttons.inline .radio-btns .radio-button{margin-right:48px}.app-radio-buttons.inline .radio-btns .radio-button:last-child{margin-right:0}.app-radio-buttons.inline input[type=radio]+.btn{margin:0 30px 0 0}.app-radio-buttons.inline input[type=radio]+.btn:last-child{margin:0}.app-radio-buttons.error{border-color:var(--color-error)}.app-radio-buttons.readonly input[type=radio]+label{cursor:default}@media (max-width:480px){.app-radio-buttons{min-height:24px}.app-radio-buttons input[type=radio]+label>.label{font-size:14px;line-height:16px;margin-left:4px}.app-radio-buttons.inline .radio-btns{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.app-radio-buttons.inline .radio-btns .radio-button{margin-right:4px}.app-radio-buttons.inline input[type=radio]+.btn{margin:0 8px 0 0}}.app-error{width:100%;height:auto;font-size:20px;line-height:1.1;color:var(--color-error-darker);padding:14px;background:var(--color-error-bg);-webkit-transition:.3s;transition:.3s;text-align:center;border-radius:4px}.app-error.err-enter-active,.app-error.err-leave-active{-webkit-transition:all .15s linear;transition:all .15s linear;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);padding:14px 14px}.app-error.err-enter,.app-error.err-leave-to{-webkit-transition:all .15s linear;transition:all .15s linear;-webkit-transform:rotateX(90deg);transform:rotateX(90deg);padding:0 14px}@media (max-width:1024px){.app-error{font-size:16px;line-height:18px;padding:8px}}.stage-new-customer{padding:30px 0}.stage-new-customer .app-error{margin-bottom:24px}.stage-new-customer>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.stage-new-customer>div .app-input{width:calc(33.33333% - 20px)}.stage-new-customer .btn-primary,.stage-new-customer>div .app-input:nth-child(n+4){margin-top:30px}@media (max-width:1024px){.stage-new-customer>div .app-input{width:calc(50% - 15px)}.stage-new-customer>div .app-input:nth-child(n+3){margin-top:30px}}@media (max-width:480px){.stage-new-customer{padding:24px 0}.stage-new-customer>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.stage-new-customer>div .app-input{width:100%;margin-top:24px}.stage-new-customer>div .app-input:nth-child(n+3){margin-top:24px}.stage-new-customer>div .app-input:first-child{margin-top:0}.stage-new-customer .btn-primary{margin-top:24px}}.app-autocomplete{position:relative;width:100%}.app-autocomplete .simplebar-track.simplebar-vertical{top:15px;right:10px;bottom:15px;width:4px;background-color:var(--color-scrollbar-bg);border-radius:2px}.app-autocomplete .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:0;left:0;right:0;bottom:0;background-color:var(--color-scrollbar-thumb-bg);border-radius:2px;opacity:1}.app-autocomplete .options{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:144px;background-color:var(--color-autocomplete-bg);-webkit-box-shadow:var(--box-shadow-tertiary);box-shadow:var(--box-shadow-tertiary);border-radius:4px;display:none}.app-autocomplete .options.show{display:block}.app-autocomplete .options .option{position:relative;height:48px}.app-autocomplete .options .option,.app-autocomplete .options .option .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-autocomplete .options .option .title{width:100%;height:32px;padding:0 24px;font-size:18px;line-height:1.33;color:var(--color-autocomplete-option);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-autocomplete .options .option .title span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-autocomplete .options .option .title:hover{background-color:var(--color-autocomplete-option-hover-bg)}.stage-existing-customer{padding:30px 0}.stage-existing-customer .form{display:-webkit-box;display:-ms-flexbox;display:flex}.stage-existing-customer .form>div:first-child{width:100%;max-width:660px;margin-right:30px}.stage-existing-customer .form>div:nth-child(2){width:100%;max-width:370px}.stage-existing-customer .btn-primary{margin-top:30px}@media (max-width:1024px){.stage-existing-customer .form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.stage-existing-customer .form>div:first-child{max-width:100%;margin:0}.stage-existing-customer .form>div:nth-child(2){max-width:calc(50% - 15px);margin-top:30px}}@media (max-width:480px){.stage-existing-customer .form>div:nth-child(2){max-width:100%;margin-top:24px}.stage-existing-customer .btn-primary{margin-top:24px}}.app-dropdown-select{position:relative;width:100%;font-size:16px}.app-dropdown-select .app-input input{padding-right:40px}.app-dropdown-select .app-input label{cursor:pointer}.app-dropdown-select .app-input:after{position:absolute;top:11px;right:8px;display:block;width:24px;height:24px;-webkit-transition:.3s;transition:.3s;color:var(--color-icon-calm);cursor:pointer;font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-dropdown-select .app-input.typing label{cursor:default}.app-dropdown-select .trigger{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:48px;padding:11px 40px 11px 14px;border:solid 1px var(--color-input-border);border-radius:6px;background:var(--color-input-bg);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.app-dropdown-select .trigger label{position:absolute;top:50%;left:12px;line-height:24px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.app-dropdown-select .trigger label span{position:relative}.app-dropdown-select .trigger label i{color:var(--color-error);font-style:normal;position:relative;z-index:1}.app-dropdown-select .trigger label:before{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--color-input-bg);content:""}.app-dropdown-select .trigger .title{line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-dropdown-select .trigger:after{position:absolute;top:calc(50% - 12px);right:8px;display:block;width:24px;height:24px;-webkit-transition:.3s;transition:.3s;color:var(--color-icon-calm);font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-dropdown-select .trigger:hover{border-color:var(--color-input-border-hover)}.app-dropdown-select .menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:1;display:none;max-height:124px;background-color:var(--color-autocomplete-bg);border-radius:6px;-webkit-box-shadow:var(--box-shadow-primary);box-shadow:var(--box-shadow-primary);overflow:auto}.app-dropdown-select .menu:before{content:"";position:absolute;top:0;right:0;bottom:0;z-index:1;width:25px}.app-dropdown-select .menu .simplebar-content{padding:0!important}.app-dropdown-select .menu .simplebar-track.simplebar-vertical{top:15px;right:10px;bottom:15px;width:4px;background-color:var(--color-scrollbar-bg);border-radius:2px}.app-dropdown-select .menu .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:0;left:0;right:0;bottom:0;background-color:var(--color-scrollbar-thumb-bg);border-radius:2px;opacity:1}.app-dropdown-select .menu .options .option{height:32px;padding:4px 24px;margin:7px 0;line-height:24px;font-size:18px;color:var(--color-autocomplete-option);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-dropdown-select .menu .options .option:hover{background:var(--color-autocomplete-option-hover-bg)}.app-dropdown-select .menu .options .option:last-child{border-bottom:none}.app-dropdown-select .menu .options .option.disabled{opacity:.4;pointer-events:none}.app-dropdown-select.multiline .trigger .title{white-space:normal;word-break:break-word}.app-dropdown-select.multiline .menu .options .option{height:auto;min-height:32px;white-space:normal;word-break:break-word}.app-dropdown-select .error-message{position:absolute;bottom:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:100%;font-size:14px;line-height:24px;color:var(--color-error)}.app-dropdown-select .error-message i{display:inline-block;width:24px;height:24px}.app-dropdown-select .error-message i:before{font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-dropdown-select .error-message span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-dropdown-select.opened .trigger,.app-dropdown-select.selected .trigger{border-color:var(--color-input-border-active)}.app-dropdown-select.opened .trigger label,.app-dropdown-select.selected .trigger label{top:0;padding:0 4px;font-size:14px;color:var(--color-input-label-typing)}.app-dropdown-select.opened .trigger label i,.app-dropdown-select.selected .trigger label i{color:inherit}.app-dropdown-select.opened .trigger label:before,.app-dropdown-select.selected .trigger label:before{top:calc(50% - 1px)}.app-dropdown-select.opened .app-input:after,.app-dropdown-select.opened .trigger:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.app-dropdown-select.opened .menu{display:block}.app-dropdown-select.error .app-input:after{color:var(--color-error)}.app-dropdown-select.error .trigger{border:1px solid var(--color-input-border-error)}.app-dropdown-select.error .trigger:after{color:var(--color-error)}.app-dropdown-select.disabled{opacity:.4;pointer-events:none;cursor:default}.app-dropdown-select.disabled .app-input{opacity:1}.app-dropdown-select.readonly{pointer-events:none;cursor:default}.app-dropdown-select.inline{width:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-dropdown-select.inline .label{color:var(--color-input-placeholder);line-height:20px}.app-dropdown-select.inline .app-input{padding-right:32px}.app-dropdown-select.inline .app-input:after{right:0}.app-dropdown-select.inline .trigger{border:none;border-radius:0;padding-right:32px}.app-dropdown-select.inline .trigger:after{right:0}@media (max-width:1024px){.app-dropdown-select .trigger{padding-right:32px}}@media (max-width:480px){.app-dropdown-select{font-size:14px}.app-dropdown-select .menu .options .option{height:auto;font-size:14px;line-height:20px;margin:8px 0;padding:4px 8px}.app-dropdown-select.opened .trigger label,.app-dropdown-select.selected .trigger label{font-size:12px}.app-dropdown-select.inline .label{font-size:16px;line-height:18px}.app-dropdown-select.inline .trigger{padding:11px 24px 11px 8px}.app-dropdown-select.inline .trigger .title{font-size:16px;line-height:18px}}.stage-product{max-width:770px}.stage-product .app-error{margin-bottom:24px}.stage-product .form-container .form-section .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.stage-product .form-container .form-section .form-group .form-controls{width:100%;margin-bottom:30px}@media (max-width:480px){.stage-product .form-container .form-section .form-group .form-controls{margin-bottom:24px}}.stage-summary .app-error{margin-bottom:30px}.stage-summary .summary{margin-bottom:24px}.stage-summary .summary .line{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.stage-summary .summary .line:last-child{margin-bottom:0}.stage-summary .summary .line .key{min-width:130px;padding-right:20px;font-size:18px;font-weight:700;line-height:1.33;color:var(--color-text-primary)}.stage-summary .summary .line .value{font-size:16px;line-height:1.5;color:var(--color-text-primary)}@media (max-width:480px){.stage-summary .summary .line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px;margin-bottom:8px}.stage-summary .summary .line .key{font-size:16px;padding:0;margin-bottom:4px}}.page-group-products-add-product{padding-bottom:80px}.page-group-products-add-product .stages-container{position:relative;margin:48px auto 0;padding:24px 24px 32px;background-color:var(--color-component-bg-primary);border-radius:6px;-webkit-box-shadow:var(--box-shadow-tertiary);box-shadow:var(--box-shadow-tertiary);overflow:hidden}.page-group-products-add-product .stages-container h3{font-size:32px;line-height:40px;font-weight:700}.page-group-products-add-product .stages-container .stages{margin:32px 0 0 8px;border-radius:0 0 6px 6px}.page-group-products-add-product .stages-container .stages .btn-stage{padding:0}.page-group-products-add-product .stages-container .stages .btn-stage:not(button){cursor:default}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-point{width:32px;height:32px;position:relative;background:transparent;-ms-flex-negative:0;flex-shrink:0;margin-right:16px}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-point:before{content:"";display:inline-block;width:2px;height:1200px;position:absolute;top:50%;left:50%;background:var(--color-stages-icons-bg);-webkit-transform:translate(-50%);transform:translate(-50%);pointer-events:none}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-point .stage-circle{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-color:var(--color-stages-icons-bg);border:2px solid var(--color-stages-icons-bg);border-radius:50%;pointer-events:none;-webkit-transition:.3s;transition:.3s}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-point span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:24px;height:24px;color:var(--color-stage-icon);opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-point.horizontal:before{width:1000px;height:2px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-point[disabled]{opacity:1}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-expand{width:auto;height:100%;background:transparent;font-size:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-stages-title);text-transform:none;-webkit-transition:.3s;transition:.3s}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-expand[disabled]{color:var(--color-stages-title);cursor:default}.page-group-products-add-product .stages-container .stages .stage{margin-bottom:24px}.page-group-products-add-product .stages-container .stages .stage:last-child{margin-bottom:0}.page-group-products-add-product .stages-container .stages .stage:last-child .btn-stage-point:before{background:var(--color-component-bg-primary)}.page-group-products-add-product .stages-container .stages .stage .stage-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-group-products-add-product .stages-container .stages .stage .stage-head i{display:inline-block;width:60px;height:60px;background:none no-repeat 50%;background-size:contain;-ms-flex-negative:0;flex-shrink:0}.page-group-products-add-product .stages-container .stages .stage .stage-body{display:none;padding:24px 0 0 48px}.page-group-products-add-product .stages-container .stages .stage.opened .stage-head .btn-stage-expand{color:var(--color-stages-title-active)}.page-group-products-add-product .stages-container .stages .stage.opened .stage-head .btn-stage-expand:after{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.page-group-products-add-product .stages-container .stages .stage.opened .stage-body{display:block}.page-group-products-add-product .stages-container .stages .stage.completed .btn-stage.btn-stage-point:before{background-color:var(--color-stages-icons-bg-active)}.page-group-products-add-product .stages-container .stages .stage.completed .btn-stage.btn-stage-point .stage-circle{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);border:2px solid var(--color-stages-icons-bg-active);background-color:var(--color-stages-icons-bg-active)}.page-group-products-add-product .stages-container .stages .stage.completed .btn-stage.btn-stage-point span{opacity:1;visibility:visible}.page-group-products-add-product .stages-container .stages .stage.completed .btn-stage.btn-stage-point span:before{color:var(--color-stage-icon-active)}.page-group-products-add-product .stages-container .stages .stage.completed .btn-stage.btn-stage-expand:hover{color:var(--color-stages-title-active)}.page-group-products-add-product .stages-container .stages .stage.current .btn-stage.btn-stage-point .stage-circle{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);border:2px solid var(--color-stages-icons-bg-active);background-color:var(--color-stages-icons-bg-active)}.page-group-products-add-product .stages-container .stages .stage.current .btn-stage.btn-stage-point span{opacity:1;visibility:visible}.page-group-products-add-product .stages-container .stages .stage.current .btn-stage.btn-stage-point span:before{color:var(--color-stage-icon-active)}.page-group-products-add-product .stages-container .stages .stage.current .btn-stage.btn-stage-expand{color:var(--color-stages-title-active)}.page-group-products-add-product .stages-container .stages .stage.step-customer.completed .btn-stage.btn-stage-point span:before,.page-group-products-add-product .stages-container .stages .stage.step-customer.current .btn-stage.btn-stage-point span:before{font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-group-products-add-product .stages-container .stages .stage.step-product.completed .btn-stage.btn-stage-point span:before,.page-group-products-add-product .stages-container .stages .stage.step-product.current .btn-stage.btn-stage-point span:before{font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-group-products-add-product .stages-container .stages .stage.step-summary.completed .btn-stage.btn-stage-point span:before,.page-group-products-add-product .stages-container .stages .stage.step-summary.current .btn-stage.btn-stage-point span:before{font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:1024px){.page-group-products-add-product .stages-container{padding:24px 16px}}@media (max-width:480px){.page-group-products-add-product .stages-container{margin-top:32px;padding:16px 16px 16px 8px}.page-group-products-add-product .stages-container h3{font-size:24px;line-height:32px}.page-group-products-add-product .stages-container .stages{margin:20px 0 0 0}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-point{width:24px;height:24px;margin-right:8px}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-point span{-webkit-transform:translate(-50%,-50%) scale(.8);transform:translate(-50%,-50%) scale(.8)}.page-group-products-add-product .stages-container .stages .btn-stage.btn-stage-expand{font-size:16px}.page-group-products-add-product .stages-container .stages .stage .stage-body{padding-left:26px}.page-group-products-add-product .stages-container .stages .stage .stage-body .app-input{font-size:14px}}