/*
 Theme Name: Woodmart Child
 Theme URI: https://xtemos.com/themes/woodmart/
 Description: Woodmart Child Theme
 Author: XTemos
 Author URI: https://xtemos.com/
 Template: woodmart
 Version: 1.0.0
*/

/* Buraya kendi CSS’lerin gelecek */
.wd-page-title {
    display: none !important;
}

.wd-header-search .wd-tools-icon,
.wd-header-search .wd-tools-icon svg,
.wd-header-search .wd-tools-icon i {
  color: #fff !important;
  fill: #fff !important;
  transition: color .25s ease, fill .25s ease;
}

/* 🔍 Hover’da siyah */
.wd-header-search:hover .wd-tools-icon,
.wd-header-search:hover .wd-tools-icon svg,
.wd-header-search:hover .wd-tools-icon i {
  color: #000 !important;
  fill: #000 !important;
}












/* ✅ SAĞ KOLON (whb-column10) İÇERİKLERİ TAM SAĞA YASLA */
header.whb-header .whb-general-header-inner > .whb-column.whb-col-right{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  width:100% !important;
  gap:12px !important;
}

/* içteki 2 eleman genişliği doldurmasın */
header.whb-header .whb-general-header-inner > .whb-column.whb-col-right > *{
  flex:0 0 auto !important;
  width:auto !important;
  max-width:none !important;
}
