

/*** cabecera ***/
.btn-header-outline {
    color: white;
}

.bs-header-top .btn-cart {
    background: #000000;
}

.collection-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
}

.collection-cover__img {
  width: 100%;
  max-width: 900px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}



/*** Pie de pagina ***/

.bs-footer__logo {
    max-width: 70%;
}

@media screen and (max-width:992px) {
.bs-footer__logo img {
    margin-left: 20%;
}
}


/*** producto ***/

.bs-collection__product-final-price {
    color: #000000;
}

/*** suscripcion ***/

.bs-subscription {
    background: #73201D !important;
}

.bs-subscription__title strong {
    color: rgb(255 255 255) !important;
}

.bs-footer__top-section__info {
    color: #ffffff;
}

.bs-subscription__content {
    color: #ffffff;
}

.btn-primary {
    background: rgb(249 3 2);
    border-color: rgb(249 3 2);
}

.btn-primary:disabled {
    background: rgb(255 164 164);
    border-color: rgb(235 152 152);
}
.footer_sin_link {
    color: var(--footer-link-color, var(--footer-color));
    padding: 4px 0;
    font-weight: var(--font-light);
    font-size: var(--footer-font-size, .8rem);
    display: block;
    padding-left: inherit;
}
.announcement-bar {
    color: withe;
    background: #8D99AE;
    border-color: #F5F7FA;
}