/*** agrega aqui los estilos necesarios para modificar el template ***/

.announcement-bar {
    color: white;
    background: #6f8470;
    border-color: #6f8470;
}
.bs-grid-header__search .btn {
    --btn-color: white;
    --btn-hover-color: #6f8470;
}
.bs-grid-header__menu-desktop {
    background: white;
}
.navbar-toggler, .bs-menu__lv1 {
    font-size: 1rem;
    font-weight: 400;
}
.bs-title-decoration {
    font-weight: normal;
    color: black;
}
.bs-discount.template {
    border: .25em solid #B4CABC;
    background: #B4CABC;
    color: black;
    font-weight: 500;
}
.bs-collection__product-old-price {
    font-size: .85rem;
    color: grey;
}
.has-discount .bs-collection__product-final-price {
    color: black;
}
.bs-collection__product-final-price {
    font-weight: normal;
}
.btn-primary {
    font-weight: normal;
}
.bs-categories__title {
    font-size: 1rem;
    font-weight: 400;
}
.bs-copyright, strong {
    font-weight: normal;
}
.bs-footer__title {
    font-weight: 500;
}
.bs-footer__link {
    color: black;
    font-weight: normal;
    font-size: 1rem;
}
.bs-footer__social .btn-social {
    color: white;
    background-color: #6f8470;
}
.bs-footer__social .btn-social:hover {
    color: white;
}
.bs-collection-filter .bs-filter-btn:hover {
    color: #6f8470;
}
.bs-collection-filter .list-group-item:hover {
    background-color: #f0f0eb;
}
.bs-product__title {
    font-size: 2rem;
    font-weight: normal;
    text-transform: capitalize;
}
.bs-product__label {
    color: black;
}
.bs-product__original-price {
    font-weight: normal;
    color: grey;
}
.bs-product__final-price {
    font-size: 2rem;
    font-weight: normal;
}
.btn-share {
    border: 1px solid #6f8470;
    background: #6f8470;
    color: white;
}
.bs-img-square picture img {
    object-fit: contain;
}
.bs-footer__section-form .btn {
    color: white;
}
.chat-widget__btn:hover {
    background: black;
    color: var(--primary-hover-color);
}
.page-item.active .page-link.page-link {
    background: var(--primary-color);
}

.bs-copyright {
    background: transparent;
}
.navbar-collapse {
    background: var(--primary-hover-color);
}
.fa-times {

    color: black;
}
.bs-collection__title {
    text-transform: lowercase;
    font-weight: normal;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: black;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}