/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-header-search .input-group {
    background: rgb(90 42 16 / 6%);
}
.bs-header {
    background: #F2F2F2;
}
.bs-footer {
    padding-top: 4rem;
    background: #5a2a10!important;
}
.bs-footer__title::after {
    background: #000000;
}
.bs-footer__title, .bs-footer__title__little {
    color: #000000;
}
.bs-home__brands__item {
    background: transparent;
}
.btn-secondary {
    color: #ffffff;
}
.badge-warning {
    color: #ffffff;
}
.btn-secondary:hover {
    color: white;
}
.btn-dark {
    color: #fff;
    background-color: #592b0e;
    border-color: #592b0e;
}
.bs-parallax {
    margin-top: 20px;
    color: black;
}

.bs-parallax__title {
    color: #000000;
}
.bs-parallax .btn-secondary {
    background: #fe4e4e;
    border-color: #fe4e4e;
}
.bs-parallax__title::after {
    background: #fe4e4e
    }
.mt-3, .my-3 {
    margin-bottom: 1rem;
}
.bs-header .img-fluid {
	width: 250px;
}
a.btn.d-flex.justify-content-between.align-items-center.bs-filter-btn.collapsed{
    background: #f2f2f2;
    color: #000000;
    border-color: #f6f8f9;
    text-transform: uppercase;
}
.bs-collection__product-brand {
    color: #000000;
    background: #c5c5c5;
}