.cart-step-container{display:flex;width:95%;margin:auto;margin-bottom:40px}@media screen and (max-width:1024px){.cart-step-container{width:100%}}@media screen and (max-width:639px){.cart-step-container{display:none}}.cart-step-container .step-container{display:flex;flex-direction:column;min-width:206px;align-items:center}.cart-step-container .step-container .step-number-container{background:#bab9b8;border-radius:18px;height:36px;width:36px;margin:0 auto 5px;position:relative}.cart-step-container .step-container .step-number-container .step-number{text-align:center;font-size:16px;font-weight:bold;position:absolute;top:6px;left:13px;width:10px;color:#fff}.cart-step-container .step-container .step-text{font-size:16px;color:#bab9b8}.cart-step-container .step-container.active .step-number-container,.cart-step-container .step-container.done .step-number-container{background:#1e3b6f}.cart-step-container .step-container.active .step-text,.cart-step-container .step-container.done .step-text{color:#181712}.cart-step-container .step-container a:hover{text-decoration:none}.cart-step-container .dot-border{background-image:url(https://cdn.selectblinds.com/images/icons/grey-border-circle.svg);background-size:10px 4px;height:4px;background-repeat:repeat-x;width:100%;margin:16px 0}.cart-step-container .dot-border.active,.cart-step-container .dot-border.done{background-image:url(https://cdn.selectblinds.com/images/icons/blue-border-circle.svg);background-size:10px 4px;height:4px;background-repeat:repeat-x;width:100%}