/*** agrega aqui los estilos necesarios para modificar el template ***/


.bs-header {
    background: var(--header-bg-color);
    color: #3e4140;
}

.bs-footer__link {
    display: block;
    padding: .4rem 0;
    color: var(--footer-link-txt-color);
    font-size: 12px;
    font-weight: 400;
}

.bs-footer__link.bs-footer__link:hover {
    color: #c8a138;
    text-decoration: underline;
}

.bs-footer__title {
    font-weight: 500;
    text-transform: var(--title-transform);
    color: #c8a138;
}

.bs-footer__link__icon {
    padding-right: .5rem;
    color: #c8a138;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary:disabled {
    background: #696e6d;
    border-color: #696e6d;
    color: #ffffff;
}

.btn-primary, .badge-primary {
    position: relative;
    background: #c8a138;
    border-width: 2px;
    border-color: #c8a138;
    color: var(--primary-contrast);
    overflow: hidden;
    border-radius: 4px;
}

.btn-share {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    border: 1px solid #c8a138;
    border-radius: 2em;
    color: #ffffff;
    background: #c8a138;
}

.btn-share:hover {
    color: var(--secondary-hover-color);
    border-color: var(--secondary-hover-color);
    background: #f2f2f2;
}

.badge-secondary {
    background: #c8a138;
    color: #ffffff;
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
    box-shadow: 0 -3px inset #c8a138;
    color: #c8a138;
}

.bs-header .bs-social-media a {
    color: #22231d;
    font-size: 1.4rem;
}

.bs-header-navbar {
    background: #f2f2f2;
}

.bs-menu__lv1 {
    white-space: normal;
    color: #0e0e0e;
    background: var(--lv1-bg-color);
    font-size: var(--lv1-size);
    font-weight: var(--font-bold);
    text-align: center;
}

.bs-header .bs-social-media:hover a {
    color: #c8a138;
    font-size: 1.4rem;
}

.page-link {
    color: #ffffff;
}

.bs-collection__product-final-price {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #4f4f4f;
}

.bs-footer__social .btn-social {
    border: 1px solid var(--primary-hover-contrast);
    color: #4c4f4e;
    background-color: var(--primary-hover-contrast);
}

.bs-footer__social .btn-social:hover {
    background: #9b781a;
    color: #ffffff;
}

.navbar-collapse.collapse.show {
    max-width: 360px;
    width: 100%;
    padding: 0 0 4rem;
    background: #f2f2f2;
}

@media (max-width: 992px) {
    img[data-bs="header.logo"] {
        width: 150px !important;
        height: auto !important;
        transition: none !important;
    }
}

