/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-categories__item {
    background: #000000;
}

.bs-categories__title {
    color: #ffff;
}

.navbar__menu-desktop__menu-title__link:hover {
    opacity: .7;
    color: white;
}

#cookies__container {
    background-color: black!important;
}

.btn-link:hover {
    color:white;
    opacity: .7;
}

.btn-primary {
    background: white;
    border-color: black;
    color: black;
}

.btn-primary:hover {
    background: black;
    border-color: white;
    color: white;
}

.btn-link {
    color: #ffffff;
}

@media screen and (max-width: 992px){
.bs-grid-header__logo img{
    max-width: 60px;
}}

.alert {
    color: #ffffff;
}

.badge-warning {
    background-color: #b7b7b7;
}

.cookies__buttons button {
    color: #535353!important;
    max-height: 3.5rem;
}

.bs-copyright {
    background: transparent;
}

.bs-collection__banner {
    height: 90%;
}
@media screen and (min-width: 992px){
.bs-grid-header__logo img{
    max-width: 125px;
}}