.bs-copyright {
    background: transparent;
    color: #7b7c7c;
}
.navbar-toggler:hover, .btn-cart:hover, .btn-login:hover, .btn-search:hover {
    color: #ff9200;
    border: #ff9200 2px solid;
    background:white;
    opacity:.7;
}
.navbar-toggler, .btn-cart, .btn-login, .btn-search {
    color: #ff9200;
    border: #ff9200 2px solid;
}
.announcement-bar {
    color: white;
}
.bs-header-top .btn:hover {
    color: #ffffffc7;
}
.bs-header-top {
    background: grey;
}
.bs-categories__item {
    background: #ffffff;
}
.btn-primary {
    background: #f79000;
    border-color: #f79000;
}
.btn-primary:hover {
    color: #f79000;
    border-color: #f79000;
}
.term {
    font-weight: 700;
}
.term:hover {
    font-weight: 700;
    opacity:.7;
}