/*** agrega aqui los estilos necesarios para modificar el template ***/


.bs-categories__item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--default-border-radius, 0);
    height: 90%;
    background: #e58826;
    padding: 1rem;
    box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 20%);
    margin-top: 6px;
    margin-bottom: 9px;
}

.announcement-bar {
    color: #000000;
    background: #ee9c22;
    border-color: #ee9c22;
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.bs-footer__link__icon {
    color: #ee9c22;
    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: #e58826;
        background-color: var(--element-bg);
    }
}

.bs-footer__social .btn-social:hover {
    background: #e58826;
    color: var(--primary-contrast);
}

.chat-widget__btn {
    background: #e58826;
    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: #c5741f;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.grid-slider .slick-arrow > * {
    background: var(--slider-arrow-bg, transparent);
    color: #e58826;
    width: 2rem;
    height: 2rem;
    border-radius: var(--slider-arrow-border-radius, var(--default-border-radius));
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-slider .slick-arrow:hover > * {
    background: #e58826;
    color: var(--slider-arrow-hover-color, var(--primary-contrast));
}

.cart-items {
    position: absolute;
    right: -.3rem;
    top: -.3rem;
    background: #ee9c22;
    color: var(--primary-hover-contrast);
    border-radius: 5rem;
    font-size: .8rem;
    min-width: 1.5rem;
    padding: .125rem .375rem;
    border: 2px solid var(--header-bg-color);
}

.navbar-toggler:hover, .btn-cart:hover, .btn-login:hover, .btn-search:hover {
    background: #ee9c22;
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .navbar__menu-desktop__menu-title {
        width: 100%;
        padding: 0rem 1rem;
        background: #e58826;
        color: var(--primary-contrast);
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 4rem;
        font-size: 1rem;
        font-weight: var(--font-bold);
    }
}

.bs-menu__lv1:hover, .show>.bs-menu__lv1 {
    color: #fff;
    background: #e58826;
}

@media screen and (min-width: 992px) {
    .navbar__menu-desktop__menu-title__link:hover {
        color: #000;
        background: #e58826;
    }
}

@media screen and (min-width: 992px) {
    .navbar__menu-desktop__menu-title__link {
        background: #000000;
        color: #e58826;
        border: var(--btn-border) #fff;
        font-size: 0.8rem;
        padding: .25rem .5rem;
        border-radius: var(--btn-border-radius);
    }
}

.bs-header-top .btn:hover {
    text-decoration: underline;
    color: #e58826;
}

.bs-banners {
    margin: calc(var(--gap, 1rem) / 2 * -1);
    padding-bottom: 2rem;
}

.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: #e58826;
    border-color: #e58826;
    color: var(--secondary-contrast);
}

.noUi-connect {
    background: #ee9c22;
}

.bs-collection-filter .btn-secondary:hover {
    background-color: #e58826;
    border-color: #ee9c22;
}

.bs-collection-filter .bs-filter-btn:hover {
    color: #e58826;
}

.btn-primary {
    background: #e58826;
    border-color: #e58826;
    color: var(--secondary-contrast);
}

.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: #ee9c22;
    border-color: #e58826;
    color: #fff;
}

.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: #e58826;
}

.btn-share:hover {
    border: 1px solid #e58826;
    background: #e58826;
    color: var(--primary-contrast);
}

.bs-footer__top-section__title {
    color: #000;
    text-transform: var(--footer__top-section__title__transform, uppercase);
    font-weight: var(--font-bold);
    font-size: 32px;
}

.bs-footer__top-section {
    position: relative;
    background: var(--footer-bg-top-color);
    background-position: center;
    background-size: cover;
    padding: 5rem 1rem;
    border-radius: var(--default-border-radius);
    margin-bottom: 1rem;
    text-align: center;
    color: #000000;
}

.bs-footer__title {
    height: var(--footer-logo-h, 60px);
    margin-bottom: .25rem;
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
    color: #303030;
}

.page-item.active .page-link.page-link {
    color: var(--primary-hover-contrast);
    background: #ee9c22;
}

.page-link.page-link:hover {
    color: var(--secondary-hover-contrast);
    background: #e58826ba;
}

.bs-footer__social .btn-social, .bs-footer__social .chat-facebook, .bs-footer__social .chat-whatsapp {
    border: 0 none;
    color: #e58826;
    background-color: var(--primary-contrast);
}

.floating-menu__item:hover {
    color: #e58826;
    transition: .3s;
}

.floating-menu__cart .cart-items {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e58826;
    color: white;

}