/*** agrega aqui los estilos necesarios para modificar el template ***/
.btn-cart, .btn-login {
    background: #caf1fe;
}
.cart-items {
    background: #008aaf;
    color: white;
}
.bs-categories__title {
    color: #008aaf;
}
/*** Boton whatsapp ***/
.bs-footer__chat .chat-whatsapp {
 background: #25D366;
        color: white;
        position: fixed;
        z-index: 5000;
        right: 1em;
        border: 0;
        border-radius: 50rem;
    width: calc(var(--icon)* 1.75);
    height: calc(var(--icon)* 1.75);
    margin: .125rem .125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    padding: 6px;
    padding-left: 7px;
    padding-right: 7px;
    }
    @media screen and (max-width: 992px){
.bs-footer__chat .chat-whatsapp
{    background: linear-gradient(0deg, rgb(32, 176, 56) 0%, rgb(96, 214, 106) 100%);
    color: white;
    margin-left: 6px;
    position: fixed;
    z-index: 50000;
    right: 0.6em;
    border: 0;
    top: 15em;
    border-radius: 50rem;
    width: 1.5em;
    height: 1.5em;
    margin: .125rem .125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;






