/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Josef Prexl
Author URI: https://www.prexl.cz
template: bb-theme
*/

.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn {
	top:26px !important;
	right:36px !important;
	width: 48px !important;
}

.fl-theme-builder-header-scrolled {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    z-index: 10;
}

.woocommerce-result-count {
	display: none !important;
}

.woocommerce-ordering {
  display: none !important;
}