/* Dark mode for header and footer */

.rd-navbar-wrap, .rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed, .rd-navbar-submenu {
	transition: none;
}


body, .footer, .container, #top, .breadcrumb, #flashless, .navbar-container, .rd-navbar, .rd-navbar-nav, .rd-dropdown-item, .cart-icon, .rd-navbar-fixed, .rd-navbar-panel{
    background: #222 !important;
}

.rd-dropdown-item{
    background: #333333 !important;
}

/* .rd-dropdown-link:hover{
    color:aqua !important;
}


.remove-bullets:hover{
    background:aqua !important;
}

.remove_bullets.focus{
    background:aqua !important;
} */


.breadcrumb li a {
    text-shadow: none !important;
    color: white;
}

.rd-nav-link, .rd-dropdown-link, .rd-navbar-submenu-toggle{
    color: white !important;
}

.brand-logo-dark{
    filter: brightness(0) invert(1);
}

.footer h4 a, .footer h4{
    text-shadow: none !important;
    color: white;
}

.remove_bullets{
    list-style: none;
    display: block !important;
}
/* END Dark mode for header and footer */

.push-footer-down{
    padding-bottom: 100px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap{
    background: none !important;
}