/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-header {
    background: #EEE4DA;
    color: var(--header-txt-color);
}

.bs-menu__lv1 {
    color: #ededed;
    background: var(--lv1-bg);
    font-size: var(--lv1-size);
    font-weight: var(--font-regular);
}

.navbar-toggler {
    color: #ededed;
}

.btn-cart {
    display: inline-flex;
    color: #EEE4DA;
}

.bs-grid-header__cart:hover {
    background: #C8989B;
    color: var(--header-bg);
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1, .navbar-toggler:hover {
    color: #D8CEC4;
    background: var(--lv1-hover-bg);
}

.bs-blog-article__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1rem;
    background: #C8989B;
}

.bs-footer {
    padding-top: 1rem;
    background: #C8989B;
    color: var(--footer-txt-color);
    font-weight: var(--font-bold);
}

.bs-footer__section-form {
    margin: 1rem 1rem -3rem;
    z-index: 10;
    display: flex;
    justify-content: center;
    background-color: var(--primary-color);
    padding: 45px;
}

.bs-footer__section-form__container {
    max-width: 768px;
    width: 100%;
    background: #eee4da;
    border-radius: 13px;
    color: #72143d;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bs-footer__section-form .btn {
    background: #515f2a;
    color: #fafafa;
}

.bs-footer__description, .bs-footer__link {
    color: #2b2b2b;
    padding: .25rem 0;
    font-weight: 500;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        color: var(--primary-color);
        background-color: #eee4da;
    }
}


.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.bs-footer__title {
    font-weight: 800;
    text-transform: var(--title-transform);
    font-size: var(--footer-title-size, 1.5rem);
    color: #72143d;
}

.bs-title-decoration {
    font-weight: var(--font-bold);
    color: #6b6b6b;
    font-size: 2rem;
}

.bs-title-decoration::before, .bs-title-decoration::after {
    align-self: center;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: var(--default-border-radius, 0);
    background: #515F2A;
}

.bs-breadcrumb {
    background: #eee4da;
    border-radius: 0.25rem;
    width: 100%;
}

.breadcrumb {
    display: flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    background: #eee4da;
}

.btn-share {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    border: 1px solid #515f2a;
    background: #515f2a;
    border-radius: 2em;
    color: #f2f2f2;
}

body {
    background-color: #EEE4DA;
}

.bs-title, .bs-title a, .bs-title:hover {
    font-size: 1.8rem;
    color: #6b6b6b;
    text-transform: var(--title-transform);
    font-weight: var(--title-weight);
}

.btn-primary, .badge-primary {
    position: relative;
    background: var(--primary-color);
    border-width: 2px;
    border-color: var(--primary-color);
    color: var(--primary-contrast);
    overflow: hidden;
    border-radius: 6px;
}

.bs-footer__link.bs-footer__link:hover {
    color: #72143d;
    text-decoration: underline;
}

.item.blog:hover {
    background: #D8CEC4;
    border-radius: 5px;
}

.item.blog {
    background: #C8989B;
    border-radius: 5px;
}

.bs-blog-article__content {
    font-size: 0.95rem;
    color: #2b2b2b;
    line-height: 1.5;
    margin-bottom: 0;
}

.bs-blog-article:hover .bs-blog-article__title {
    color: #515F2A;
}

.btn-link {
    color: var(--primary-color);
    font-size: 1.4rem;
}

.bs-footer__social .btn-social {
    border: 1px solid #eee4da;
    color: var(--primary-color);
    font-size: 1.4rem;
}

.bs-footer__social .btn-social:hover {
    background: #72143d;
    color: #ffffff;
    border: #72143d;
    font-size: 1.4rem;
}

.chat-widget__btn {
    background: var(--primary-color);
    box-shadow: var(--box-shadow-widget);
    color: white;
    width: 1.5em;
    height: 1.5em;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: solid 1px rgb(114 20 61);
}

.ir-arriba {
    display: none;
    padding: 12px;
    background: var(--primary-color);
    font-size: 15px;
    right: 8px;
    }

.bs-header {
    background: #72143D;
    color: #ffffff;
}

.navbar-collapse.collapse.show {
    max-width: 360px;
    width: 100%;
    padding: 0 0 4rem;
    background: #515F2A;
}

@media (max-width: 992px) {
    .announcement-bar {
        font-size: 10px;
    }
}

.bs-header-search {
    display: flex;
    max-width: 240px;
    width: 100%;
    min-width: 100px;
    border-bottom: 1px solid #EEE4DA;
}

.announcement-bar {
    color: #2b2b2b;
    background: #C8989B;
    border-color: #C8989B;
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 12px;
}

.btn {
    color: #fff;
}

.form-control {
    border-radius: var(--default-border-radius);
    border-color: var(--input-border-color);
    color: #000000;
    background: #f2f2f2;
}

.bs-collection__old-price, .bs-collection__product-final-price {
    font-size: 0.9rem;
    }

.bs-collection__product-title {
    font-family: 'Inter';
}

.border {
    border: 1px solid #dee2e600 !important;
}

.slick-horizontal.slick-initialized .item.item {
    display: block;
    position: relative;
    margin-left: 5px;
}

.modal-content
{
    top: 100px;
}

.modal-backdrop.show {
    display: none;
}

.bs-collection__product-title {
    font-size: 1rem;
    text-transform: capitalize;
    color: var(--body-txt-default-color);
    font-weight: 400;
    margin-bottom: 0.1rem;
}

.bs-collection__product-info {
    padding: .5rem 1rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.1rem;
    padding-left: 1rem;
    height: 100%;
}

