/*** agrega aqui los estilos necesarios para modificar el template ***/
.cart-items {
    background: #fee102;
    color: #0000ff;
    font-size: 1rem;
}
.bs-footer__title {
    color: black;
}
.bs-copyright {
    background: transparent;
    color: #888989;
}
.bs-brands__item.grilla {
    background: #ffffff;
}
.bs-parallax__content .btn-secondary {
    background: #0202fd;
    border-color: #0202fd;
}
.bs-parallax__content .btn-secondary:hover {
    background: #0202fd;
    border-color: #0202fd;
    opacity:.7;
}
.term {
    font-weight: 700;
}
.term:hover {
    font-weight: 700;
    opacity:.7;
}

.bs-footer
{
background-image: url(autos3.webp);
background-position-y: center;
}
.bs-footer__top-section {
    background: #f3f2f1;
}
.navbar-collapse.collapse.show {
    background: #ffffff;
}
.chat-widget__whatsapp, .chat-widget__facebook {
    font-size: 2.5rem;
    width: 3.5rem;
    height: 3.5rem;
}
i.fas.fa-share-alt {
    color: #0000ff;
}
i.fas.fa-share-alt:hover {
    background: #0000ff;
    color:white;
}
.bs-collection__title {
    text-transform: uppercase;
}
.navbar-collapse.collapse.show {
    background: #ffffff;
}
.bs-header-search .form-control::placeholder {
    color: grey;
}