/* Marigas Custom Theme - Barvy #e52c28 a #22253d */

/* Header - tmavě modrá */
#header,
.header-top {
  background-color: #22253d !important;
}

/* Hlavní menu */
#_desktop_top_menu .top-menu a,
.top-menu a {
  color: #ffffff !important;
}

/* Primary tlačítka - červená */
.btn-primary {
  background-color: #e52c28 !important;
  border-color: #e52c28 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #c42420 !important;
  border-color: #c42420 !important;
}

/* Footer */
#footer {
  background-color: #22253d !important;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #e52c28;
}

/* Add to cart button */
.add-to-cart,
.btn.add-to-cart {
  background-color: #e52c28 !important;
  color: white !important;
}
