.redirect-button {
  padding: 8px 16px;
  font-size: 14px;
  background-color: #0073e6;
  color: #fff;
  border: none;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.redirect-button:hover {
  background-color: #005bb5;
}
.theme-mobile-header-nav-wrapper svg path{
  fill: #fff;
}

.theme-mobile-header-nav-wrapper .theme-wishlist-icon svg path{
  fill: transparent;
}

.theme-mobile-header-nav-wrapper .theme-wishlist-icon svg path{
  stroke: #fff;
}
@media (max-width: 991px) and (max-width: 991px) {
    .theme-mobile-header-style-05.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-site-name-caption .theme-mobile-header-site-name, .theme-mobile-header-style-05.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-site-name-caption .theme-mobile-header-site-caption {
  
  font-size: 12px!important;
}
}