/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: A child theme for Astra WordPress theme.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.sticky-header .ast-below-header-wrap  {
	display: none;
}