/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-footer {
    padding-top: 1rem;
    background: #f2f2f0;
    color: #D9923B;
    font-weight: var(--font-bold);
}

.announcement-bar {
    color: var(--primary-contrast);
    background: #020202;
    border-color: #020202;
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.bs-grid-header__menu-desktop, .navbar-collapse {
    background: #D9923B;
}

.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: #D9923B;
}

.bs-categories__title {
    text-align: center;
    font-weight: var(--font-bold);
    font-size: 1rem;
    background: #D9923B;
    color: #0d0d0d;
    padding: 1rem;
    margin: 0 1rem;
    z-index: 10;
    border-radius: 7px;
    position: absolute;
    bottom: 0;
    min-width: 50%;
    font-family: var(--font-body-family);
}

.bs-header {
    background: #f2f2f0;
    color: var(--header-color);
}



    .bs-categories__item:hover .bs-categories__title{
    background: #F2BC79;
    color:var(--banner-hover-title-color,var(--primary-hover-contrast));
}

.bs-copyright {
    width: 100%;
    bottom: 0;
    font-size: .85rem;
    text-align: center;
    margin-top: 1rem;
    background: #000000;
    color: var(--primary-contrast);
    padding: 0.5rem 1rem;
    z-index: 10;
    position: relative;
}

.bs-footer__link__icon {
    color: #000000;
    margin-right: .5rem;
    display: inline-block;
    font-size: var(--footer-font-size, .8rem);
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        color: #D9923B;
        background-color: var(--element-bg);
    }}

.bs-footer__social .btn-social:hover {
    background: #FFE2B6;
    color: #D98E32;
}

.chat-widget__btn {
    background: #000000;
    box-shadow: var(--box-shadow-widget);
    color: white;
    width: 1.5em;
    height: 1.5em;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: solid 1px rgba(255, 255, 255, 0.3);
}

.chat-widget__btn:hover {
    background: #D98E32;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.bs-grid-header__search .btn {
    --btn-padding: .375rem .75rem;
    --btn-bg: #D98E32;
    --btn-color: var(--primary-contrast);
    --btn-hover-color: var(--primary-hover-contrast);
    --btn-hover-bg: #FFE2B6;
}

.bs-grid-header__cart {
    grid-area: cart;
    position: relative;
    padding: 9px;
    color: #000;
}

.cart-items {
    font-size: .8em;
    position: absolute;
    top: -.5em;
    right: -.5em;
    height: 1.6em;
    min-width: 1.6em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D98E32;
    color: #000000;
    border: #D98E32;
}

.bs-grid-header__cart:hover {
    background: #d98e32;
    color: var(--header-bg);
}

.cart-items:hover {
    background: #000000;
    color: var(--cart-items-color);
    border: var(--cart-items-border);
}

.btn-primary {
    background: #D98E32;
    border-color: #D98E32;
    color: #000;
}

.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 {
    background: #F2BC79;
    border-color: #F2BC79;
    color: var(--primary-hover-contrast);
}

.bs-collection__product-notice_tag {
    color: var(--collection-notice-color);
    background: #000000;
    padding: var(--collection-notice-padding);
    border-radius: var(--collection-notice-border-radius);
    font-weight: var(--font-regular);
    display: inline-block;
    font-size: 0.9rem;
    right: 0rem;
    bottom: 0rem;
    margin: .5rem;
    z-index: 10;
    position: absolute;
    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-secondary {
    background: #000000;
    border-color: #000000;
    color: var(--secondary-contrast, var(--btn-color));
}

.btn-share {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    border: 1px solid var(--primary-contrast);
    background: var(--primary-contrast);
    border-radius: 2em;
    color: #D98E32;
}

.btn-share:hover {
    border: 1px solid #D98E32;
    background: #D98E32;
    color: #000000;
}

.bs-collection__title {
    color: #000000;
    text-transform: capitalize;
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1, .navbar-toggler:hover {
    color: #F2F2F2;
    background: var(--lv1-hover-bg);
}

a.tyc {
    color: #D98E32;
}

a.tyc:hover {
    color: #F2BC79;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #d98e32;
    border-color: #d98e32;
}

@media screen and (min-width: 368px) {
.bs-menu__lv1:hover, .show > .bs-menu__lv1, .navbar-toggler:hover {
    color: #000000;
    background: var(--lv1-hover-bg);
}}