/* StockDivar steps 1-3 single responsive action set v7600 */
@media(max-width:900px){
  .wizard-step-one-page .wizard-actions,
  .wizard-step-two-page .wizard-actions,
  .wizard-step-three-page .wizard-actions{
    display:none!important;
  }

  .wizard-step-one-page .wizard-mobile-bar,
  .wizard-step-two-page .wizard-mobile-bar,
  .wizard-step-three-page .wizard-mobile-bar{
    display:flex!important;
  }
}

@media(min-width:901px){
  .wizard-step-one-page .wizard-actions,
  .wizard-step-two-page .wizard-actions,
  .wizard-step-three-page .wizard-actions{
    display:flex!important;
  }

  .wizard-step-one-page .wizard-mobile-bar,
  .wizard-step-two-page .wizard-mobile-bar,
  .wizard-step-three-page .wizard-mobile-bar{
    display:none!important;
  }
}
