/* === BUTON ADD TO CART – ALB PE ALBASTRU === */
.product-thumb .button-group button,
#button-cart,
.btn-primary {
  background-color: #007bff !important;
  color: white !important;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s ease;
}

.product-thumb .button-group button:hover,
#button-cart:hover,
.btn-primary:hover {
  background-color: #0056b3 !important;
  color: #ffffff !important;
}

/* === INIMIOARĂ WISHLIST – ROȘIE === */
.button-group .wishlist i,
.wishlist i,
.fa-heart {
  color: red !important;
}

.wishlist i:hover,
.wishlist i:active {
  color: #cc0000 !important;
}

/* === BARA TITLU CATEGORIE PRODUSE === */
#product-category .page-title,
#product-category .heading-title,
#product-category h2 {
  background-color: #0054b4 !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* === MENIU PRINCIPAL – FUNDAL ALBASTRU + TEXT ALB === */
#menu,
#menu.navbar,
#menu .container,
#menu .nav,
#menu .nav > li,
#menu .nav > li > a {
  background-color: #0054b4 !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* TEXT MENIU – ALB, BOLD, MAJUSCULE */
#menu .nav > li > a {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 12px 15px;
  line-height: 20px;
}

/* HOVER MENIU – FUNDAL ALBASTRU ÎNCHIS */
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: #003c87 !important;
  color: #ffffff !important;
}

/* === RESPONSIVE – MENIU MOBIL === */
@media (max-width: 767px) {
  #menu,
  #menu .container,
  #menu .dropdown-menu {
    background-color: #0054b4 !important;
  }

  #menu .dropdown-inner a,
  #menu .dropdown-menu a {
    color: white !important;
  }

  #menu .dropdown-menu a:hover {
    background-color: #003c87 !important;
  }
}
