/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-header {
    background: white;
    color: #971a06;
}
.bs-grid-header__menu-desktop, .navbar-collapse {
    background: #f9f39b;
}
.cart-items {
    background: #971a06;
}
.cart-items:hover {
    background: #f9f39b;
    color: black;
}
.page-item.active .page-link.page-link {
    color: white;
    background: #971a06;
}
.page-item .page-link.page-link {
    color: black;
}
.page-link.page-link:hover {
    color: white;
    background: #971a06;
}
.bs-product__label {
    color: #971a06;
}
.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;
    }

.bs-footer__chat .chat-facebook {
  background: #1771e6;
        color: white;
  border-color: #1771e6;
        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 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;
      }
 }