/*** agrega aqui los estilos necesarios para modificar el template ***/
.navbar-toggler {
        color: #03588C;
}
.navbar-toggler, .btn-cart, .btn-login, .btn-search {
    color: #03658C;
    background: #F2F2F2;
}
.cart-items {
    background: #36abd9c9;
    height: 1.5rem;
}
.bs-grid-header {
color: #E1F5FE;
    background: #E1F5FE;
}

.bs-title-home {
    display: none !important;
}
.col-12.text-center.mb-4 {
    display: none !important;
}

.bs-view-all {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}




