/*
Theme Name:   MyTravel Child
Theme URI:    https://mytravel.madrasthemes.com/
Author:       MadrasThemes
Author URI:   https://madrasthemes.com/
Description:  Clean and Modern Bookstore WooCommerce Theme
Version:      1.0.26
Tested up to: 5.8
Requires PHP: 7.4
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Template:     mytravel
Text Domain:  mytravel-child
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*//* Header search ikonunu gizle */
/* Header'daki arama ikonunu tamamen gizle */
.u-header__search-lg {
  display: none !important;
}
/* Header içindeki elemanları yan yana hizala */
#logoAndNav .navbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Logo ile menü arasında boşluk ayarı */
#logoAndNav .navbar-brand {
  margin-right: 20px;
}
/* Arama butonu + metni + dropdown'u gizle */
#searchSlideDownInvoker,
#searchSlideDown {
  display: none !important;
}

/* Header tek satır hizalama */
#logoAndNav .navbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
#logoAndNav #navBar { flex: 1 1 auto !important; }
#logoAndNav #navBar > ul.navbar-nav {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}