/*** agrega aqui los estilos necesarios para modificar el template ***/
.btn-cart, .btn-login {
    color: white;
    background: #000000;
}
.bs-header-search .input-group {
    background: rgb(255 255 255);
}
.btn-cart:hover, .btn-login:hover {
    color: white;
    background: #db3930;
}
.floating-menu__item {
    color: #db3930;
}
.floating-menu__cart .cart-items {
    background: black;
}
.bs-collection__title {
    color: black;
}
.bs-banner-grid__info {
    background: url(fondo1.webp);
}
/*** BOTON DE WHATSAPP ESCRITORIO ***/

.bs-footer__chat .chat-whatsapp {
 background: #25D366;
        color: white;
        position: fixed;
        z-index: 5000;
        right: 1em;
        border: 0;
        border-radius: 50%;
    width: 56px;
    height: 56px;
    margin: .125rem .125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 43px;
    }
/*** BOTON DE WHATSAPP MOBILE ***/

@media only screen and (max-width : 992px) {
.bs-footer__chat .chat-whatsapp {
      position: fixed;
      bottom: 50%;
      right: 1rem;
      flex-direction: column;
      z-index: 9000;  
      font-size: 2.5rem;
      }
 }
 .bs-parallax__title::after {
    background: #db3930;
}
.cart-items {
    background: #db3930;
}
.bs-banner-grid__title {
    color: black;
}
.bs-collection__product-brand {
    color: #868686
}
.bs-collection__product-title {
    color: #000000;
}
.bs-collection-filter .bs-filter-btn:hover {
    color: #db3930;
}
.bs-product__title {
    text-transform: uppercase;
}
.text-center {
    text-transform: uppercase;
}
a.tyc {
    color: black;
    font-weight: bold;
}


