/*** agrega aqui los estilos necesarios para modificar el template ***/


.bs-header-navbar {
    background: #000000;

}

.bs-menu__lv1 {
    color: #ffffff;
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
    box-shadow: 0 -3px inset #d90011;
   
}

.bs-footer {

    background: black;
    

}

.bs-footer__link.bs-footer__link:hover {
    color: #cf0001;

}
.btn-share:hover {
    color: #d50000;
    border-color: #d40000;
}

.bs-menu__lv1 {

    text-transform: uppercase;
}
.bs-menu__lv2 {

    text-transform: uppercase;
}

 
 .bs-footer__link__icon {

    color: #cb0000;
}

.bs-collection__product-title {

    text-transform: uppercase;

}



@media screen and (max-width: 992px) {
 .bs-menu__lv1 {
    color: #000000;
}}

.bs-header .bs-social-media a {

    font-size: 20PX;
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1 {

    color: white;
}

.btn-cart, .btn-login {
    color: #ffffff;
}
.badge-secondary {
    background: #cf0000;
    color: #ffffff;

}
.btn-cart:hover, .btn-login:hover {
    color: gray;
}
.bs-title, .bs-title a, .bs-title:hover {
    color: black;
}

.bs-collection__product-title {

    font-weight: 500;
}

.bs-collection__title {
    color: #000000;
    text-transform: uppercase;
    font-weight: 350;
}
aside.bs-credits a {
    color: #ffffff;
}

.bs-footer__link.bs-footer__link:hover {
    color: white;
}