element.style {
    width: 100px;
    height: auto;
    transition: 0.25s;
}
.bs-header-top {
    background: #F5EDE8;
}
.btn-header-outline {
    color: #6F8470;
}
.bs-header-top .btn-cart {
    color: #6F8470;
}
.bs-header-top .cart-items {
    background: #6F8470;
    color: var(--cart-items-color, var(--primary-hover-contrast));
    border: var(--cart-items-border, 2px solid #6F8470);
}
.bs-search .btn {
    color: #6F8470;
}
.btn:hover, .btn:active, .btn.active, .btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show>.btn.dropdown-toggle:focus.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show>.btn.dropdown-toggle {
    box-shadow: none;
    background: #BFC8B5;
    color: white;
    border-color: #bfc8b5
}
.multi-collection__title {
    color: #6F8470;
}
.multi-collection__btn .btn:hover {
    background: #6F8470;
}
.bs-title {
    color: #6F8470;
}
.efecto-hover {
    border: 2px solid #A4B19E;
    background-color: #A4B19E;
}
.bs-collection-filter .btn-secondary {
    background-color: #E8D8CE;
    border-color: #E8D8CE;
    color: #6F8470;
}
.btn-secondary, .badge-secondary {
    background: #6f8470;
    border-color: #6f8470;
}
.bs-collection__product-final-price {
    color: #6f8470;
}
.bs-collection__title {
    color: #6F8470;
}
.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;
    }
    .btn-danger, .badge-danger {
    background: #708571;
    border-color: #708571;
    color: #f5ede8;
}
@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;


