/* ÇAPARİ AV başlık rengi uyumu */
.top .account-join,
.header .search button{
  background:linear-gradient(135deg,#063b68,#087fc0)!important;
  color:#fff!important;
  border-color:#063b68!important;
  box-shadow:0 7px 15px rgba(7,81,140,.18)!important;
}
.top .account-login{
  background:#f7fbff!important;
  color:#075a8d!important;
  border-color:#9ccce7!important;
}
.header .cart{
  background:#edf8ff!important;
  color:#063b68!important;
}
.header .cart b{
  background:#087fc0!important;
  color:#fff!important;
}
