.bs-footer {
    background: #e0e0e0f2;
    }

.bs-footer__title {
    color: #e00224;
    }

.bs-footer__link {
    color: #000000;
    }

.bs-footer__title::after {
    background: #e00023;
}



.outStock .bs-collection__product__img img {
    filter: none;
}


.bs-footer__link:not(.bs-footer__contact-title):hover {
    color: #8f8f8f;
    }

.bs-collection__stock {
    background: #000000b8;
    opacity: .8;
    font-size: 10px;
    text-align: -webkit-center;
    padding: 0.1em;
    top: 90%;
}


.bs-cart a {
    color: #b81920;
}

.bs-footer__chat .chat-whatsapp-hogar {
    position: fixed;
    bottom: 45%;
    right: 1rem;
    flex-direction: column;
    z-index: 999;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: .25rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    background: #25d366;
    border-radius: 50rem;
    border: 1px solid #eaeaea;
    color: white;
    font-size: 1.3rem;
}

.bs-footer__chat .chat-whatsapp-ferreteria {
    position: fixed;
    bottom: 35%;
    right: 1rem;
    flex-direction: column;
    z-index: 999;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: .25rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    background: #25d366;
    border-radius: 50rem;
    border: 1px solid #eaeaea;
    color: white;
    font-size: 1.3rem;
}

.bs-footer__chat .chat-facebook {
    position: fixed;
    bottom: 25%;
    right: 1rem;
    flex-direction: column;
    z-index: 999;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: .25rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    background: #168AFF;
    border-radius: 50rem;
    border: 1px solid #eaeaea;
    color: white;
    font-size: 1.3rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #c4c4c4;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}