/*** agrega aqui los estilos necesarios para modificar el template ***/
.btn-cart, .btn-login, .bs-header-search .btn-search {
    color: #000;
}
.bs-header-search .input-group {
    background: #fff;
    border: 1px solid #000;
}
.bs-discount.template {
    background: #d22323;
}
.page-link:hover {
    color: #000;
    background: #d8d8d8;
}
.bs-collection__product-final-price {
    color: #000;
}
.bs-home__brands__item {
    background: #fff;
}
.bs-footer {
    background: black;
    padding-top: 1rem;
    color: #fff;
}
.bs-footer__link {
    color: #fff;
}
.bs-footer__link.bs-footer__link:hover {
    color: #f9c41e;
}
.bs-categories__title {
    color: #3e3e3e;
    font-size: 1rem;
    font-weight: bold;
}
.bs-banner-grid__info {
    background: #f4f4f4;
}
.bs-parallax__title, .bs-parallax__content {
    color: black;
    background: #ffffff82;
}
.bs-categories__svg {
    z-index: 1;
}
.bs-product__original-price {
    color: #c74b4b;
    font-size: 1.2rem;
}
.bs-product__title {
    font-size: 1.5rem;
}
.bs-product__final-price {
    font-size: 1.8rem;
}
@media only screen and (max-width : 900px){
.bs-menu__lv1 {
    color: #000;
}
}
img.img-fluid.logo {
    max-width: 10rem;
}
.bs-collection__product .btn-primary {
    font-weight: bold;
}