.watchcolor {
  color: #212529;
}

.banner:before,
.buynow-infobar:before,
.feature-single:hover .icon-box {
    background-color: #212529;
}

nav.navbar.main-menu ul.nav > li > a.active {
    color: #fff;
}

nav.navbar.main-menu.sticky-header {
    background: #212529 !important
}

.header-content h1 span,
.header-content h2 span,
.step-single .icon-box,
.feature-single .icon-box {
    color: #212529;
}

.feature-single .icon-box {
    border: 1px solid #212529
}

.btn-buynow {
    border: 2px solid #212529;
    color: #212529;
}

.btn-buynow:hover {
    background: #212529;
    color: #fff;
}

.buynow-entry .btn-buynow:hover,
.btn-ordernow:hover,
.header-content .btn-buynow:hover {
    color: #212529;
}

.front {
    background: linear-gradient(69deg, #fff 0%, #fff 50%, #212529 50%, #212529 51%);
    background: -webkit-linear-gradient(69deg, #fff 0%, #fff 50%, #212529 50%, #212529 51%);
}

.back,
.jumptotop a,
.section-title p:after {
    background: #212529;
}

.product-info p {
    font-size: 14px;
}

footer {
    background: #212529;
}

.min-height-420 {
    min-height: 420px;
}

@media only screen and (max-width: 991px) {
    nav.navbar.main-menu .navbar-collapse {
        background: #212529;
    }
    .navbar-header .navbar-toggle {
        background: #212529;
    }
}
