/*** agrega aqui los estilos necesarios para modificar el template ***/
#cookies__container {
    z-index: 1000!important;
}
a.btn.btn-secondary.info-texto {
    background: #f2e9e2;
    color: black;
}
a.btn.btn-secondary.info-texto:hover {
    background: #ededed;
}
.bs-collection__product-final-price {
    font-weight: normal;
}
.form-grid form .form-group .btn {
    padding: .375rem .75rem;
}
/*** Ajuste pie de pagina  ***/
.bs-footer__site-description{
    font-size: 12px;
}
.bs-footer__link {
    font-size: 15px;
}
.bs-footer-title {
    font-size: 16px;
}