/*
 Theme Name:   Khadija Child
 Theme URI:    https://khadija.wpengine.com/
 Description:  Khadija Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     khadija
 Version:      1.0.0
 Text Domain:  khadija-child
*/
.sticky_header_section{
  transition: all 0.8s ease; /* smooth fade + slide */
}

.sticky-header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  background: #fff; /* add background so content doesn’t overlap */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  top: 0;              /* slide down */
}
.navigation_menu_home .wdt-header-menu .menu-container #menu-main-menu-3 li a {
    padding: 15px 10px;
}
.sticky_header_section section .elementor-column .woocommerce .wdt-header-icons-list .wdt-header-icons-list-item {
    padding: 10px;
}
.sticky_header_section section .elementor-column .woocommerce .wdt-header-icons-list  .wdt-wishlist-count {
    padding: 10px;
}


