/*** agrega aqui los estilos necesarios para modificar el template ***/
.announcement-bar {
    color: #434530;
    background: #bcc1c3;
    border-color: #bcc1c3;
}
@media screen and (min-width: 768px) {
    .banner-principal__title {
        background: white;
        color: #5c7156;
    }
}
.bs-footer {
    color: #5c7156;
}
.bs-footer-title::after {
    background: #434530;

}
.bs-collection__product-notice {
    color: var(--highlight-contrast, var(--secondary-contrast));
    background: #bcc1c37a;
}
.btn-secondary, .badge-secondary {
    background: #5c7156;
    border-color: #5c7156;
    color: white;
}
.bs-collection__product-final-price {
    color: #5c7156;
}
.bs-collection-filter .btn-secondary {
    background-color: #5c7156;
    color: white;
}
.bs-collection-filter .btn-secondary:hover {
    background-color: #bcc1c3;
    border-color: #bcc1c3;
    color: black;
}
.bs-collection__title {
    color: #5c7156;
}
.bs-product__title {
    color: #5c7156;
}
.bs-product__final-price {
    color: #5c7156;
}
.btn-light {
    color: white;
    background-color: #5c7156;
    border-color: #f8f9fa;
}
.btn-danger, .badge-danger {
    background: #434530;
    border-color: #434530;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    background: #bcc1c3;
    border-color: #bcc1c3;
    color: black;
}
@media screen and (min-width: 992px) {
    .bs-grid-header- .btn-search {
        color: #434530;
        background: #bcc1c3;
    }
}
.btn-login {
    color: #434530;
    background: #D2D3D4;
}
.btn-cart {
    color: #434530;
    background: #D2D3D4;
}
.bs-collection__product__stock-msg {
    color: black;
    background: #ffffff96;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #5c7156;
    border-color: #5c7156;
}
form#bs-collection-filter-form .btn-link{
    color: white;
    background: #5c7156;
    border-color: #5c7156;
}
.logomarca .fluid-img{
    max-width: 50%;
}
img.imagenfooter {
    max-width: 168px;
}
.bs-footer__site-description {
    background: transparent;
}
.bs-collection__product-info {
    padding: 2rem 1rem 0rem;
}
.bs-collection__product-notice {
    bottom: -2.1rem;
}
.btn-primary:hover {
    background: #bcc1c3;
    border-color: #bcc1c3;
    color: #434530;
}
@media only screen and (max-width : 900px) {
.logomarca .fluid-img {
    max-width: 27%;
}}
@media screen and (min-width: 992px) {
    .bs-grid-header-lg .btn-search {
        color: var(--btn-search-color, var(--primary-color));
        background: #D2D3D4;
    }
}

.bs-main a {
    color: #5c7156;
}
.bs-product__notice {
font-style: italic
}
.btn-primary, .badge-primary {
    background: #d2d3d4;
    border-color: #d2d3d4;
    color: var(--primary-contrast);
}
.info-3 .btn {
    color: white;
}
