#add-product-page{padding:50px 0 100px 0;display:flex;flex-direction:column;align-items:center}#add-product-page .signup-title{color:var(--primary-color);text-align:center;margin:0;font-size:2.6rem}#add-product-page .signup-message{text-align:center;margin:0}#add-product-page .progress-bar{width:700px;margin-top:40px;position:relative}#add-product-page .progress-bar .row{margin:0 auto;justify-content:space-around;position:relative;z-index:11}#add-product-page .progress-bar .row .progress-point{flex:1;display:flex;flex-direction:column;align-items:center}#add-product-page .progress-bar .row .progress-point .number{width:30px;height:30px;background-color:#e9e9e9;color:var(--primary-color);border-radius:50%;text-align:center;font-size:.9rem;display:flex;align-items:center;justify-content:center;cursor:default}#add-product-page .progress-bar .row .progress-point .number.completed{cursor:pointer}#add-product-page .progress-bar .row .progress-point .number.completed:hover{background-color:#a5a5a5;color:white}#add-product-page .progress-bar .row .progress-point .title{margin:0;margin-top:5px;font-size:.9rem}#add-product-page .progress-bar .row .progress-point.current-step .number{background-color:var(--primary-color);color:white}#add-product-page .progress-bar .row .progress-point.current-step .number,#add-product-page .progress-bar .row .progress-point.current-step .title{font-weight:700}#add-product-page .progress-bar .line{position:absolute;z-index:10;top:15px;height:1px;width:100%;margin:0 auto;background-color:#a5a5a5}#add-product-page .form-section{margin-top:40px}