/*** agrega aqui los estilos necesarios para modificar el template ***/


.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
  box-shadow: 0 -3px inset #D97C0B;
    color: #707374;
}

.bs-footer {
    background: url(pie2.png)no-repeat center center;
    background-size: cover;
}
.bs-credits {
    display: none; /*Creado por KCPLUS FORELLANA 12/09/2025 - default: no existe -> new: "none"*/
    color: #103f01;
}
.bs-collection__product-stock {
    position: absolute;
    background: var(--secondary-color);
    color: #fff;
    padding: .4rem 1rem;
    z-index: 50;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    width: 42%;
    border-radius: 3px;
}

.page-link {
    color: #ffffff;
}

.page-link:hover {
    background-color: #707374;
}
.page-link:hover{
    color: #ffffff;
}

.alert-primary {
    color: #fff;
}


.bs-header {
    border-bottom: 3px #d9910d24 solid;
}

.announcement-bar {
    background: #6F7273;
    border-color: #6F7273;
    }

.btn-cart, .btn-login {
    color: #0D0D0D;
}

.btn-cart:hover, .btn-login:hover {
    color: #0D0D0D;
    opacity: .7;
}

.badge-secondary {
    background: #D97C0B;
    color: white;
    }

.logo-header
{
    width: 198px;
}

@media screen and (max-width: 992px){
.bs-header .img-fluid
{
    width: 140px !Important;
}
}

body {
    color: #0D0D0D;
    }

.btn-primary {
    background: #D9910D;
    border-color: #D9910D;
    }

.bs-collection__product-notice {
    color: #a6a6a6;
    text-transform: lowercase;
    font-style: italic;
    font-weight: 300;
}

.bs-collection__product-brand {
    color: #595959;
    background: #eeeeee;
    }

.badge-primary {
    background: white;
    border-color: white;
    color: #D97C0B;
}

.noUi-connect {
    background: #8C8630;
}

.page-link {
    background: #6F7273;
    }

.bs-parallax .btn-primary {
    background: #6F7273;
    border-color: #6F7273;
}

.bs-parallax .btn-primary:hover {
    background: #6F7273;
    border-color: #6F7273;
    opacity: .7;
}

.text-muted {
    color: #6F7273 !important;
}

 .btn-primary:disabled{
     background: #0d0d0d;
    border-color: #0d0d0d;
    }

.bs-footer__title {

    color: #0d0d0d;
}

.bs-footer__link.bs-footer__link:hover {
    color: #d9d9d9;
    }

.bs-footer__link__icon {
    color: #0d0d0d;
}

.bs-footer__social .btn-social {
    border: 1px solid #0d0d0d;
    color: white;
    background-color: #0d0d0d;
}

.bs-footer__social .btn-social:hover {
    border: 1px solid #0d0d0d;
    color: white;
    background-color: #0d0d0d;
    opacity: .7;
}

.mobile-contact-banner {
    display: none;
}

.bs-collection__product-stock {
    position: absolute;
    background: #d97c0b;
}
div[data-bs="product.stock"] {
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}