/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-parallax__title {
    color: #004358;
}
.bs-header-search {
    border-bottom: 2px solid grey;
}
.bs-collection__product-brand {
    color: #004257;
    background: #f2f2f2;
}
.bs-collection__product-stock {
    background: #8080805c;
    color: #004358;
}
.bs-footer__link.bs-footer__link:hover {
    color: #ffffff;
}
.bs-banner .bs-banner__title {
    opacity: 0!important;
}
.bs-banner:hover .bs-banner__title {
    opacity: 1!important;
    }

.bs-collection__description
{
display: none;
}
.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
    box-shadow: 0 -3px inset #004358;
}
.btn-cart:hover, .btn-login:hover {
    color: #056ba1;
    opacity:.7;
}
.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}