header {
    color: #fff;
}
header a {
    color: #fff !important;
}
header .logo {
    /*background: url('/img/logo-white.png');*/
    background: url('/img/white.svg');
}
header .callback {
    border-color: #fff !important;
}
header .cart:before {background: url('/img/cart-white.png') !important;}
header .login:before {background: url('/img/login-white.png') !important;}
header .profile:before {background: url('/img/icons_profile_w.png') !important;}
body {
    background: url('/img/black-bg.jpg');
}