/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-footer__link__icon {
    color: #ffffff;
}
.bs-footer__logo img {
    max-height: 170%;
    margin-bottom: -37px;
}
.bs-categories__title {
    background: #1563ae66;
}
.cart-items {
    background: #1460ac;
}
.floating-menu__cart .cart-items {
    background: #1460ac;
}
.chat-widget__btn {
    background: #1460ac;
    border: 1px solid #ffffff;
}
.chat-widget__btn:hover {
    background: #1460ac;
    border: 1px solid #ffffff;
    opacity:.7;
}
.bs-collection__product-final-price.has-discount {
    color: #000000;
}