

.bs-collection__product-notice {
    color: #000;
    }

.bs-footer {
    background: linear-gradient(rgb(245 245 245 / 64%), rgb(251 251 251 / 10%)), url(header-textura.png);
    font-size: var(--footer-txt-size);
    background-size: cover;
}

#bs-header-search .btn {
    color: #ffffff;
    border: 1px solid #000000;
    background: #000;
}

.bs-footer .list-group-item {
    font-weight: 600;
}

.bs-article__title {
    color: #000;
}
.bs-collection__product-price,{
    color: #000;
}

#bs-header-search .btn:hover {
    color: #000;
    border: 1px solid #000000;
}

strong.bs-collection__product-final-price {
    color: #000000
    }

.text-white {
    color: #000000 !important;
}

label.custom-control-label a:hover {
    color: #000000;
}

.bs-blog-article__title {
    font-size: 18px;
}

.bs-chat .btn-facebook {
    display: none;
}