/* StockDivar step 3 single responsive actions v7599 */
@media(max-width:900px){
  .wizard-step-three-page .wizard-actions{
    display:none!important;
  }
  .wizard-step-three-page .wizard-mobile-bar{
    display:flex!important;
  }
}
@media(min-width:901px){
  .wizard-step-three-page .wizard-actions{
    display:flex!important;
  }
  .wizard-step-three-page .wizard-mobile-bar{
    display:none!important;
  }
}
