/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-collection__title {
    color:black;
}
i.fas.fa-search {
    color: #000000;
}
.bs-footer__link.bs-footer__link:hover {
    color: #ffffffc7;
}
.bs-footer__social .btn-social {
    border: 1px solid #001b33;
    color: #ffffff;
    background-color: #001a31;
}
.bs-footer__social .btn-social:hover {
    border: 1px solid #001b33;
    color: #ffffff;
    background-color: #001a31;
    opacity:.7;
}
.page-link {
    color: #ffffff;
}
.bs-footer .bs-credits a {
color: white;
}
.bs-footer .bs-credits a:hover {
color: white;
opacity:.7;
}
.bs-menu__lv1:hover {
    box-shadow: 0 -3px inset #011c34;
    color: #041b34;
    opacity: .7;
}
.bs-header-navbar {
    border-bottom: 2px solid grey;
}
.bs-banner__title {
    opacity: 0;
}
.btn-cart:hover, .btn-login:hover {
    color: var(--primary-color);
    opacity: .7;
}
.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
    box-shadow: 0 -3px inset #041b34;
}