/*** agrega aqui los estilos necesarios para modificar el template ***/

.btn-primary, .badge-primary {
    position: relative;
    background: #39B187;
    border-width: 2px;
    border-color: #39B187;
    color: var(--primary-contrast);
    overflow: hidden;
    border-radius: 4px;
}

.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
Specificity: (0,5,0)
 {
    background: #39b187ad;
    border-color: #39b187ad;
    color: #ffffff;
}

.bs-header-navbar {
    background: #FF8812;
}

.bs-title, .bs-title a, .bs-title:hover {
    font-size: var(--home-title-size);
    color: #39B187;
    text-transform: var(--title-transform);
    font-weight: var(--title-weight);

}

.bs-footer__link.bs-footer__link:hover {
    color: #194c2c;
    text-decoration: underline;
}

.bs-footer {
    box-shadow: 0px 2px 10px -4px rgb(0 0 0 / 75%);
    background: #39B187;
    color: var(--footer-txt-color);
    padding-top: 3rem;
    margin-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.bs-footer__social .btn-social {
    border: 1px solid var(--primary-hover-contrast);
    color: #1a4e2e;
    background-color: var(--primary-hover-contrast);
}

.bs-footer__social .btn-social:hover {
    background: #1a4e2e;
    color: var(--primary-hover-contrast);
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
    box-shadow: 0 -1px inset var(--lv1-hover-decoration);
    color: #194c2a;
}

.bs-header {
    background: #39B187;
    color: var(--header-txt-color);
}



.announcement-bar {
    color: #ffffff;
    background: #184c2a;
    border-color: #184c2a;
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.bs-header-search .form-control::placeholder
{
color: white;
}

.bs-header-search {
    display: flex
;
    max-width: 240px;
    width: 100%;
    min-width: 100px;
    border-bottom: 2px solid #e2e2e2;
}

.bs-header .bs-social-media a {
    padding: .5rem;
    color: #ffffff;
    font-size: 1.5rem;
}

.page-link {
    border: 0px none;
    border-radius: var(--default-border-radius);
    margin: 0 .25rem;
    background: #ff8812;
    color: #fff;
   }

   .page-item.active .page-link {
    background-color: #39b187;
    border-color: #39b187;
}

@media (max-width: 992px) { 
.bs-menu__lv1 {
    white-space: normal;
    color: var(--lv1-txt-color);
    background: #39b086;
    font-size: var(--lv1-size);
    font-weight: var(--font-bold);
    text-align: center;
} }

@media (max-width: 992px) { .bs-menu__lv2, .bs-header .dropdown-item {
    padding: .5rem 1rem;
    color: #ffffff;
    background: #39b086;
    font-size: var(--lv2-size);
}}

@media (max-width: 992px) { .bs-menu__lv3 {
    padding: .5rem 1rem;
    color: #fff;
    font-size: var(--lv3-size);
    background: #39b086;
}}

.chat-widget__btn {
    background: #ff8812;
    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 #ff8812;
}

.chat-widget__btn:hover {
    background: #ff8812bd;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.ir-arriba {
    display: none;
    padding: 12px;
    background: #ff8812;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
}


.ir-arriba:hover {
    background: #ff8812bd;
    font-size: 20px;
    cursor: pointer;
    border: solid 0.5px #bcbcbc;
}

.discount-best-deal {
    background-color: var(--primary-color);
    color: #ff0000;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    animation: pulse-promo 2s infinite;
}

@media (max-width: 992px) {
    .bs-menu__lv2, .bs-header .dropdown-item {
        padding: .5rem 1rem;
        color: #ffffff;
        background: #39b086;
        font-size: 1.1rem;
        font-weight: 600;
    }
}



    @media screen and (min-width: 320px) {
    .bs-banner__title {
      border-radius: 5%;
      font-size: 1.5rem;
    }
}

.bs-collection__product-final-price {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0e4c2a;
}

.bs-collection__product-brand {
    color: #A4A4A4;
}

.btn-danger, .badge-danger {
    background: #b1661c;
    border-color: #b1661c;
    color: var(--danger-contrast);
}

@media screen and (min-width: 1200px) {
    .bs-banner__title {
        opacity: 0;
        background: rgb(0 0 0 / 26%);
        border-radius: 100%;
    }
}

 .btn-primary:disabled {
    background: #0f4c29;
    border-color: #0f4c29;
    color: #ffffff;
}

@media (max-width: 992px) {
.bs-title, .bs-title a, .bs-title:hover {
    font-size: 1.1rem;
    color: #39B187;
    text-transform: var(--title-transform);
    font-weight: var(--title-weight);
}}

@media (max-width: 992px) {
.img-fluid {
    max-width: 150px;
    height: auto;
}}

@media (max-width: 992px) { 
.navbar-collapse.collapse.show {
    max-width: 360px;
    width: 100%;
    padding: 0 0 4rem;
    background: #39b086;
}}


.bs-discount.circle {
    height: 3em;
    width: 3em;
    border-radius: 500em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -.5em;
    font-weight: bold;
}

.bs-collection__product-stock {
    position: absolute;
    background: #ff3400a3;
    color: #ffffff;
    padding: .4rem 1rem;
    z-index: 50;
    bottom: 0;
    left: 0rem;
    font-size: 0.80rem;
    width: 42%;
    border-radius: 3px;
}