/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-header {
    background: #5d041e;
}
.announcement-bar {
    background: #f3cbcb;
    color: black;
}
.bs-grid-header__search .btn {
    --btn-bg: #f3cbcb;
}
.bs-grid-header__menu-desktop, .navbar-collapse {
    background: #5d041e;
}
.bs-title-decoration {
    color: #5b031d;
}
.bs-footer {
    background: #5d041e;
}
.bs-footer__link__icon {
    color: #f3cbcb;
}
.bs-grid-header__search .btn {
    --btn-color: #5d041e;
}
.cart-items {
    background: white;
    color: #5d041e;
}
.bs-footer__section-form__container {
    background: #f3cbcb;
}
.bs-footer__section-form__title {
    color: black;
}
.bs-special-collection__product-group .bs-collection__product-info, .bs-special-collection__product-group .bs-collection__product-price {
    background: #FAFAFA;
}
.bs-collection__product-title {
    color: #5b031d;
}
.bs-grid-header__cart:hover {
    background: #f3cbcb;
    color: black;
}
.cart-items:hover {
    background: #5d041e;
    color: white;
}
.bs-footer__section-form .btn:hover {
    background: black;
    color: white;
}
.bs-collection__product-notice_tag {
    background: #5d041e4d;
    color: white;
    display: none;
}
.badge-warning {
    color: black;
}
.bs-product__label {
    color: black;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background: #5b031d;
    border-color: #5b031d;
    color: white;
}
.bs-collection-filter .btn-secondary:hover {
    color: white;
}
.bs-collection-filter .bs-filter-btn {
    color: black;
}
.bs-collection-filter .bs-filter-btn:hover {
    color: black;
    background: #f3cbcb;
    border-color: #f3cbcb;
}
.bs-collection__title {
    color: black;
}
@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        background-color: #f3cbcb;
    }
}
a.tyc {
    color: #5d041e;
}
.floating-menu__item {
    color: #5d041e;
}
.floating-menu__cart .cart-items {
    background: #f3cbcb;
    color: black;
}
.btn:hover {
    background: #f3cbcb;
}
.bs-grid-header__login:hover {
    background: #f3cbcb;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #5d041e;
    border-color: #5d041e;
}


/** cookies **/

#cookies__container {
    background-color: #5d041e !important;
    color: white;
}