/*
Theme Name: child
Template: astra
Author: maxeom
Author URI: http://organicshopuae.com
Description: child
Version: 1.0.1586955418
Updated: 2020-04-15 16:56:58

*/
@media (max-width: 768px){
  .ast-left-sidebar #content>.ast-container{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
  }
}
