.custom-icons {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.icon-firefighter {
    background-image: url("../img/firefighter.svg");
}

.icon-firefighter:hover{
    background-image: url("../img/firefighter_hov.svg");
}

#header, 
#header .header-top,
#header .header-nav .blockcart{
    background-color: #0B0B28;
    color: white;
}

#header a,
#header .header-nav .cart-preview .shopping-cart {
    color: white;
}

#header .header-nav {
    border-color: #CCFF00;
}

#header .header-top a[data-depth="0"]{
    color: white;
}

#header .header-top a[data-depth="0"]:hover,
#header a:hover{
    color: #CCFF00;
}

#header .header-nav .cart-preview.active {
    background: #CCFF00;
}

#header .header-nav .cart-preview.active .shopping-cart,
#header .header-nav .cart-preview.active a {
    color: #0B0B28;
}

.footer-container {
    background-color: #0B0B28;
}

.footer-container p,
#block_myaccount_infos .myaccount-title a,
.block-contact .block-contact-title {
    color: white;
}

.btn-primary {
    background: #0B0B28;
}

.btn-primary:hover {
    background: #171754;

}

#mobile_top_menu_wrapper {
    background: #0B0B28;
}

#footer .h3 {
    color: #ffffff;
}