/*** agrega aqui los estilos necesarios para modificar el template ***/

.btn-cart, .btn-login {
    color: #ffff;
    background: #283884;
}

.bs-banner-grid__info {
    background: #29378c;
}

.bs-parallax__title {
    display: none;
}


.bs-home__title, .bs-home__title:hover, .bs-title-home a {

    color: #29378c;
}

.btn-primary, .badge-primary {
    background: #e22920;
}

.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;
 }

 .chat-widget__btn {
    background: #1daa61;
}

.chat-widget__btn:hover {
    background: #299541b8;
}

.fa-whatsapp {
    color: #ffff;
}

.btn-primary, .badge-primary {
    background: #283884;
}

.bs-banner-grid__info .btn {
    background: #e5261e;
}

.bs-variant-select .bs-variant-select__input.disabled +.bs-variant-select__label {
    color: #000;
    border: var;
}

.chat-widget__facebook {
    display: none;
}

.bs-variant-select__label {
    border: var(--product-select-btn-border, 2px solid #004085);
}

.bs-variant-select .bs-variant-select__input.disabled +.bs-variant-select__label {
    border: solid #ced4da!important;
}