/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Woostify
 Author URI: https://woostify.com/
 Template: woostify
 Version: 1.0.0
*/

#main {
  display: flex;
  flex-direction: column;
}

.woostify-sorting {
  order: 1;
}

.products.columns-4.tablet-columns-2.mobile-columns-1 {
  order: 2;
}

.woocommerce-pagination {
  order: 3;
}

.woocommerce-products-header {
  order: 4;
}
