/*
Theme Name: Botiga Child
Theme URI: http://athemes.com/theme/botiga
Author: aThemes
Author URI: http://athemes.com
Template: botiga
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botiga
*/

/* Desktop header column widths and order */
.bhfb-desktop .bhfb-main_header_row .bhfb-column-1 {
  flex: 0 0 80% !important;
  max-width: 80% !important;
  order: 2 !important;
}
.bhfb-desktop .bhfb-main_header_row .bhfb-column-2 {
  flex: 0 0 10% !important;
  max-width: 10% !important;
  order: 1 !important;
}
.bhfb-desktop .bhfb-main_header_row .bhfb-column-3 {
  flex: 0 0 10% !important;
  max-width: 10% !important;
  order: 3 !important;
}