/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-collection__product-notice {
    opacity: .7;
    font-size: .85rem;
    font-weight: 400;
    padding-top: 3px;
    font-style: italic;
}

.bs-product__title-notice {
    font-size: 55%;
    display: block;
    opacity: .8;
    font-style: italic;
}


.btn-primary, .badge-primary {
    background: #e16148;
    border-color: #e16148;
    color: var(--primary-contrast);
    font-size: 14px;
}

.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: #bc4e38;
    border-color: #bc4e38;
    color: var(--primary-hover-contrast);
}

.bs-footer__description, .bs-footer__link {
    color: #FAE8D4;
    padding: .25rem 0;
}

.bs-footer__link__icon {
    color: #E16148;
    margin-right: .5rem;
    display: inline-block;
}

.bs-footer {
    background: var(--footer-bg-color);
    color: var(--footer-txt-color);
    font-weight: 400;
}

.bs-footer__top-section {
    background: #b8885aba;
    padding: 1rem 0;
}

.btn-secondary, .badge-secondary {
    background: #3f3f3d;
    border-color: #3f3f3d;
    color: var(--secondary-contrast);
    font-size: 14px;
}

.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: #3f3f3dd6;
    border-color: #3f3f3dd6;
    color: var(--secondary-hover-contrast);
}

@media (hover: hover) {
    .bs-categories__title {
        width: max-content;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        border-radius: 5px;
        transition: .3s;
    }
}

.bs-menu__lv3:hover {
    background: #B8885A;
    color: #000000;
}

.bs-menu__lv2, .bs-header .dropdown-item {
    padding: .5rem 1rem;
    color: var(--lv2-txt-color);
    background: var(--lv2-bg-color);
    font-size: .9rem;
    text-transform: var(--lv2-transform);
    font-weight: 500;
}

.noUi-connect {
    background: #E16148;
}

.bs-collection-filter .btn-secondary {
    background-color: #B8885A;
    border-color: #B8885A;
    color: #fff;
}

.bs-collection-filter .btn-secondary:hover {
    background-color: #99663f;
    border-color: #99663f;
}

.bs-collection-filter .bs-filter-btn:hover {
    color: #E16148;
}

.bs-collection__product-brand {
    color: #B87C4F;
    background: var(--collection-brand-bg);
    padding: .25rem;
    font-size: .8rem;
    font-weight: 500;
}

.cart-items {
    position: absolute;
    right: -.25rem;
    top: -.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1.5rem;
    height: 1.5rem;
    background: #E16148;
    color: #fff;
    border-radius: 5rem;
    font-size: .85rem;
    padding: .125rem .375rem;
    border: var(--cart-items-border, 2px solid var(--header-bg-color));
    font-weight: 500;
}

.navbar-toggler:hover, .btn-cart:hover, .btn-login:hover, .btn-search:hover {
    background: #FAE8D4;
    color: var(--icon-header-hover-color);
}

.btn-share {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    border: 1px solid #E16148;
    background: #E16148;
    border-radius: 2em;
    color: #fff;
}

.bs-footer {
    background: #2b2b29;
    color: var(--footer-txt-color);
    font-weight: 400;
}

.bs-footer__logo {
    height: var(--footer-logo-h, 80px);
    margin-bottom: .25rem;
    display: inline-flex;
    align-items: flex-end;
    filter: drop-shadow(1px 1px 4px grey);
}

@media (min-width: 1200px) {
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 34%;
        max-width: 35%;
    }
}

.chat-widget__btn {
    background: #E16148;
    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: #3F3F3D;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.bs-footer__link:hover {
    color: #B87C4F;
    padding: .25rem 0;
}

@media (max-width: 992px) {
    img[data-bs="header.logo"] {
        width: auto !important;
        height: 100px !important;
        transition: none !important;
    }
}

a.tyc {
    color: #E16148;
}

a.tyc:hover {
     color: #B87C4F;
    }

.special-header .bs-header::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: rgb(43 43 41);
}

.bs-collection__title {
    color: var(--body-txt-default-color);
    text-transform: uppercase;
}

.bs-collection__product-title {
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--body-txt-default-color);
    font-weight: var(--font-bold);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: var(--collection-product-title-lines, 2);
    -webkit-box-orient: vertical;
    margin: 0;
}

.container-search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #191919;
    z-index: 200;
    display: none;
    color: var(--secondary-contrast);
    display: flex;
    align-items: center;
    padding: .125rem 0;
}

.bs-copyright {
    width: 100%;
    bottom: 0;
    font-size: .85rem;
    text-align: center;
    margin-top: 1rem;
    background: #2b2b29;
    color: var(--primary-contrast);
    padding: 0.5rem 1rem;
    z-index: 10;
    position: relative;
}

.bs-parallax__content .btn {
    white-space: nowrap;
    background: #e16148;
    border-color: #e16148;
}

.bs-parallax__content .btn:hover {
    white-space: nowrap;
    background: #2b2b29;
    border-color: #2b2b29;
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        border: 1px solid #2b2b29;
        color: #2b2b29;
        background-color: #fae8d4;
        font-size: 1.2rem;
    }
}

.bs-footer__social .btn-social:hover {
    background: #e16148;
    color: var(--primary-contrast);
}

.btn-search-mobile:hover {
    color: #e16148;
}