/*** agrega aqui los estilos necesarios para modificar el template ***/
.special-header .bs-header::before {
    background: #bfa995;
}

.bs-footer__top-section {
    background: #bfa995;
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        background-color: #bfa995;
    }
}

.cart-items {
    background: #C1C8BF;
    color: white;
    border: var(--cart-items-border, 2px solid var(--header-bg-color));
}

.bs-footer__social .btn-social, .bs-footer__social .chat-facebook, .bs-footer__social .chat-whatsapp {
    border: 1px solid var(--footer-bg-top-color);
    color: var(--breadcrumb-bg-color);
    background-color: #bfa995;
}

.floating-menu__cart .cart-items {
    background: #C1C8BF;
    color: var(--cart-items-color, var(--primary-hover-contrast));
}

.bs-grid-header__logo img {
    width: var(--logo-width);
    height: var(--logo-height);

}
.bs-categories__title {
    background: #81918880;
    color: var(--banner-title-color, white);
    font-weight: 300;
    text-transform: math-auto;
}

.bs-header .img-fluid {
    width: 100px;
    height: auto;
    transition: 0.25s;
}

.bs-collection__product-title {
    font-size: 1rem;
    text-transform: math-auto;
}
.bs-product__title {
    font-size: var(--prod-title-size);
    font-weight: var(--title-weight);
    text-transform: math-auto;
}
.bs-collection__title {
    font-weight: 400;
}
.bs-product-description {
    font-weight: 300;
}
@media screen and (min-width: 1200px) {
    .bs-parallax__title {
        font-weight: 300;
    }

    p {
    font-weight: 300;
}

.bs-brands__item img {
    filter: none;
}

.bs-brands__item img {
    filter: none;
}

@media only screen and (max-width : 900px) {
.bs-brands__item img {
    filter: none;
}
}
.article-title {
    text-transform: MATH-AUTO;
}
.etiqueta
{
    margin-top: 12px;
}
.bs-footer__social .btn-social:hover {
    background: #C1C8BF;
}
.container-search {
    background: #bfa995;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #bfa995;
    border-color: #bfa995;
}
.bs-collection-filter .bs-filter-btn:hover {
    color: #99ab42;
}