/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-footer__logo img {
    max-height: 180%;
    margin-bottom: -65px;
}
.bs-copyright {
    color: #000000;
}
.cart-items {
    background: #d9bb61;
    color: #000000;
    border: #000000;
}
.bs-footer__social .btn-social:hover {
    background: #ceb33b;
}
.bs-footer__title {
    color: #000000;
}
.mobile-contact-banner {
    background: #fafafa;
    color: #666666;
}
.bs-categories__title {
    background: #0000008f;
}
.bs-categories__title:hover {
    background: #0000008f;
    opacity: .7;
}
.bs-product__label {
    color: #000000;
}
.mobile-contact-banner .container {
    display: none;
}
.bs-header-search .form-control::placeholder {
    color: black;
    }
.bs-categories__title {
    z-index: 98;
}
.bs-footer__link__icon {
    color: #d9bb61;
}