
.bs-copyright {
    background: rgb(17 17 17);
}

.bs-header .img-fluid
{
    width: 160px;
}

.bs-header-top .cart-items {
    background: rgb(173 140 109);
    border: rgb(173 140 109);
}

.bs-footer__social .btn-social:hover {
    background: rgb(173 139 109);
}

.btn-mobile-header {
    color: #ffffff;
}

@media screen and (max-width:991px){
.bs-menu__lv1 {
    color: black;
}
}

.bs-header .bs-menu__close .btn {
    color: #000000;
}

.btn-header-social:hover {
    background: rgb(198 170 140);
}