/****************
reset
*******************/
*:focus {
    outline:0 none;
}

/*********************************
ESTUCTURAS BASE
**********************************/
/* Body 
--------------- */

body {
    font-family: var(--font-body-family);
}
a {
    color: #2a2a2a;
}

a:hover {
    color: gray;
}
/****************
Oferta cabecera
*******************/
.alert-content {
    display: inline-flex;
    align-items: center;
    white-space: pre-wrap; /* Por defecto */
}

.alert-content.animated {
    white-space: nowrap; /* Cuando tiene animación */
}

.alert {
    color: var(--primary-contrast);
    background: var(--primary-color);
    border-color: var(--primary-color);
    padding: 4px 16px; 
    position: relative;
    display: flex;
    align-items: center; 
    justify-content: center; 
    white-space: nowrap;
}
@media (max-width: 992px) {
    .alert {
        font-size: 13px;
    }
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0rem 1.25rem;
    color: inherit;
}
.animated {
    animation: marquee var(--animation-speed) linear infinite;
}
.animated:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
/**********************************
    Pagina en construccion
***********************************/
.bs-construction-page {
    height:100%;
    display: flex;
    align-items: center;
}
.fondo-construccion {
    background: url(texturaseda.jpeg);
}

/**********************************
 Owl
***********************************/
[data-bs="slider"].owl-carousel {
    margin-top:-1rem;
}
/**********************
 Header
***********************/
.navbar-brand img {
    width: var(--logo-width);
    height: var(--logo-height);
}
/*************************
    HOME
*************************/
.bs-home-title{
    font-family: var(--font-title-family);
    color:var(--title-color);
    font-weight: 500;
    text-transform: var(--title-transform);
    font-size: var(--home-title-size);
    letter-spacing: .25rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align: center;    
    margin:2rem 0 1rem;
    margin-bottom: -48px;
    padding-top: 16px; 
}  
@media screen and (max-width:992px){
   .bs-home-title {
    font-size:13pt;
}
}
.bs-home-title:hover{
    color:#0b3e1a;
}

.bs-home-title::after{
    content:" ";
    display:inline-block;
    background-color: var(--highlight);
    max-width:80px;
    width:100%;
    height: 2px;
    margin: 1rem;
}


.slick-horizontal .slick-arrow {
    background: white;
    font-size: 20pt;
    color: #114f24;
}


/**********************************
    2. Collection
***********************************/
.row.pb-3 {
    margin-right: 1px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 1rem;
    margin-left: 1px;
}


@media (max-width: 576px) {
    .row.pb-3 .col {
        text-align: center; /* Centrar texto en pantallas pequeñas */
        padding-bottom: 7px;
    }
}

.bs-collection__title{
    /*es diferente a la del home */
    color:var(--primary-color);
    text-transform: capitalize;
}
@media screen and (max-width:576px) {
    .bs-collection__title{
        font-size:1.8rem;
    }
}

.bs-collection__old-price {
    color: grey;
}
.bs-collection__product-final-price.has-discount {
    color: var(--highlight-contrast);
}
.bs-collection__product{
    background:var(--product-collection-bg);
    text-align:var(--product-collection-txt-direction);
    display:flex;
    flex-direction:column;
    padding-bottom:1rem;
    width:100%;
    height:100%;
    overflow:hidden;
    border-radius: var(--product-collection-border-radius);
    font-weight: var(--font-regular);
}
.bs-collection__product-info{
    height:100%;
    padding-top:.5rem;
    padding-bottom:.5rem;
}
.bs-collection__product-info,
.bs-collection__product-price,
.bs-product-cart{
    padding-left: 0rem;
    padding-right: 0rem;
}


.bs-collection__product-title{
    font-size:0.9rem;
    color:var(--body-txt-default-color);
}
.bs-collection__product-brand{
    font-size:.55rem;
    color:
    var(--highlight-contrast);
    background:
    var(--highlight-color);
    padding:.25rem;
    border-radius:.25rem;
    font-weight: var(--font-regular);
}
.bs-collection__product-brand:empty{
    display:none;
}

.bs-collection__product-stock {
    position: absolute;
    background:#f3eae2;
    color:#114f24;
    padding: .5rem 1rem;
    border-radius: var(--default-border-radius);
    z-index: 50;
    bottom: 0;
    left:1rem;
    font-size: 0.75rem;
}

.bs-discount.corner-badge span, .bs-discount.corner-badge strong {
    font-weight: var(--font-bold);
}

.bs-collection__product-price,
.bs-collection__product-final-price,
.bs-collection__discount-condition,
.bs-collection__product-old-price{
    display:block;   
}


.bs-collection__final-price {
    font-weight: 600;
    color: #565656;
    letter-spacing: 2px;
}
.bs-collection__product-notice {
    color: #7e937e;
    font-size: 10pt;
}

.badge-primary {
    color: var(--primary-contrast);
    background-color: var(--primary-color);
}
.badge-secondary {
    color: var(--highlight-color);
    background-color: #44754e;
    font-size: 10px;
    padding: 4px;
}

.image-collection {
    width:100%;
    max-height: 18.75rem;
    margin-bottom:1rem;
}

/*********************
cambio de imagen
**********************/
picture[style*="--image-hover"]::before {
  content: "";
  background-image: var(--image-hover);
  opacity: 0;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  transition: opacity 0.25s ease; /*velocidad de transicion */ 
  display:block;
}
picture[style*="--image-hover"]:hover::before {
  opacity: 1;
}


/***************************************
    PRODUCTOS
***************************************/
.bs-product-related__title,
.bs-product-accessories__title{
    text-transform:var(--title-transform);
    font-size:1.4rem;
}
.bs-product-title{
    font-family:var(--font-title-family);
}

/*********************************
Botones y formularios 
**********************************/

.form-control {
    border: 1px solid #dbdbdb;
}
.form-control, .btn, .dropdown-menu{
    /*inputs y botones debener tener el mismo alto siempre */
    font-size: 0.85rem;
    border-radius:var(--default-border-radius);
}
.form-control:focus {
    box-shadow: 0 0 0 0 transparent;
    border-color: #d0d0d0;
}
/*********************************
formulario
**********************************/
.texto-form {
    font-size: 10px;
}

/* Estilos base para el jumbotron de mensaje */
.jumbotron.formulario-mensaje-personalizado {
    border: 1px solid #e1e5ec;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

/* Estilos específicos para mensajes de error */
.jumbotron.formulario-mensaje-error {
    background-color: #fef2f2;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Estilos específicos para mensajes de éxito */
.jumbotron.formulario-mensaje-exito {
    background-color: #ffffff;
    border-color: #c3e6cb;
    color: #155724;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.1);
}

/* Estilo de los encabezados dentro del mensaje */
.jumbotron.formulario-mensaje-personalizado h1.display-4 {
    font-size: 1.8rem;
    font-weight: var(--font-light);
    margin-bottom: 0.5rem;
    color: var(--body-txt-default-color);
}

.jumbotron.formulario-mensaje-personalizado p.lead {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #555;
}

/* Media Query para pantallas pequeñas */
@media (max-width: 768px) {
    .jumbotron.formulario-mensaje-personalizado {
        padding: 1rem;
        height: auto;
    }

    .jumbotron.formulario-mensaje-personalizado h1.display-4 {
        font-size: 1.6rem;
    }

    .jumbotron.formulario-mensaje-personalizado p.lead {
        font-size: 0.9rem;
    }
}

/*reset de botones*/ 
.btn,.btn:hover,.btn:focus,.btn.focus,.btn:active,.btn:disabled,
.btn.btn:not(:disabled):not(.disabled).active,
.btn.btn:not(:disabled):not(.disabled):active,
.show>.btn.dropdown-toggle{
    border:0 none;
    box-shadow: 0 0 0 0 transparent;
}
.btn{
    border-radius: var(--default-border-radius);
}
/*  boton compartir  
---------------------*/ 
.btn-share {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-contrast);
    color: var(--primary-color);
}

.btn-share:hover {
    color: #6c6c6c;
}
/* colores botones  
---------------------*/ 
.btn-link {
    font-weight: 400;
    color: var(--body-txt-default-color);
}

.btn-link:hover {
    color: #44754e;
    text-decoration:none;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--primary-contrast);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.btn-primary:hover,.btn-primary:focus,.btn-primaty:active,.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
    background-color: var(--primary-hover-color);
    color: var(--primary-hover-contrast);
}

.btn-secondary {
    background-color: var(--secondary-color);
    color: var(--secondary-contrast);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:disabled,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):focus {
    background-color: var(--secondary-hover-color);
    color: var(--secondary-hover-contrast);
}

/* danger */
.btn-danger {
    background-color: var(--danger-color);
    color: var(--danger-contrast);
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger:disabled,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
    background-color: var(--danger-hover-color);
    color: var(--danger-hover-contrast);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}




/*buscador*/
#bs-header-search .form-control{
    background: transparent;
    color: var(--lv1-txt-color);
    border: 1px solid #bababa;
}

#bs-header-search .btn{
    background: var(--primary-color);
    color: var(--primary-contrast);
    border: 1px solid var(--primary-color);
}
#bs-header-search .btn:hover{
    background: var(--primary-hover-color);
    color: var(--primary-contrast);
    border: 1px solid var(--primary-hover-color);
}
#bs-header-search .btn,
.navbar-toggler{
    min-width:40px;
}
.form-control::-webkit-search-decoration,
.form-control::-webkit-search-cancel-button,
.form-control::-webkit-search-results-button,
.form-control::-webkit-search-results-decoration { display: none; }

/**********************************
    Migas de Pan
***********************************/
.bs-breadcrumb .dropdown-menu.show {
    width: auto;
    max-width: 300px;
}    
.bs-breadcrumb .dropdown-item:active {
    background-color: var(--primary-color);
}

.bs-breadcrumb {
    background: var(--breadcrumb-bg-color);
    border-radius: 0.25rem;
    width: 100%;
}

.breadcrumb {
    display: flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    background: var(--breadcrumb-bg-color);
}

.breadcrumb-item {
    line-height: 2;
}

.breadcrumb-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #696969;
    cursor: pointer;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
    color: #6c757d;
    padding: 0 5px;
}

.breadcrumb-item.active {
    color: rgb(69 69 69);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 30%;
    padding-bottom: 1px;
}

.icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: currentColor;
}

/* Estilos para pantallas pequeñas */
@media (max-width: 768px) {
    .breadcrumb {
        min-height: 28px;
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
        margin-left: 0;
        justify-content: flex-start;
    }
    
    .breadcrumb-item.active {
        max-width: 50%; 
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 3px;
    }

    .icon {
        width: 12px;
        height: 12px;
        margin-right: 3px;
    }

    /* Agrega scroll al dropdown en mobile */
    .breadcrumb-item .dropdown-menu {
        max-height: 200px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* Para mejor scroll en iOS */
    }

    /* Estilizar scrollbar para móviles que lo soporten */
    .breadcrumb-item .dropdown-menu::-webkit-scrollbar {
        width: 4px;
    }

    .breadcrumb-item .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .breadcrumb-item .dropdown-menu::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }
}


/*********************************
    detalle producto
**********************************/

/*selector de variante cuando el combinacion no este disponible */
.bs-option-disabled {
    background:silver;
    color:gray;
}



/**********************************
   filtro
***********************************/


/* nouislider
------------------*/
.noUi-tooltip {
    display: none;
}

.noUi-active .noUi-tooltip {
    display: block;
}

.noUi-horizontal {
   height: .6rem
}

.noUi-connect {
    height: 100%;
    background-color: #ffffff;
}

.noUi-horizontal .noUi-handle {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    top: -.6rem;
}
[data-bs="filter.range.size"]{
    padding:.5rem;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

/**********************************
    Suscripción inicio
***********************************/

.bs-form-inline.text-center {
    background: url(textura-sus.jpg);
    padding: 2% 0;
    border-radius: 7px;
    background-size: cover;
}
.bs-form-inline input {
    border-radius: 0rem;
    padding: 0 15px;
    overflow: hidden;
    font-size: 1em;
    height: 45px;
    text-align: center;
    width: 50%;
    display: unset;
    line-height: 45px;
}

.title-link {
    font-size: 19px;
    color: var(--title-color);
}

.bs-home-hr {
    background-color: #c5dace;
    width: 11%;
    height: 0.2rem;
    margin-bottom: 2rem;
    margin-top: 3px;
}
/**********************************
    Pie de página
***********************************/
.bs-footer {
    background: url(TEXTURA-FOOTER-HEADER-DESKTOP.png);
    color: var(--footer-txt-color);
    padding: 0.5rem 0;
    font-weight:500;
    box-shadow: 0px 3px 10px -2px rgb(76 76 76 / 75%);
    font-size:10pt;
    font-family: var(--font-title-family);
}
.title-footer {
    font-family: var(--font-title-family);
}

.bs-footer img {
    max-height: 6rem;
    padding-top: 10px;
}
.bs-pay-method{
    filter: opacity(0.6);
}

.bs-footer .bs-social-media a {
    padding: 0.5rem;
    color:var(--rrss-bg) ;
    background: var(--rrss-txt-color);
    width: 2rem;
    height: 2rem;
    border: 1px solid rgb(195, 196, 197);
    border-radius: 50%;
    font-size: 14px;
    line-height: 2.8125rem;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.bs-footer .bs-social-media a:hover {
    opacity:0.7;
}
@media screen and (min-width: 1200px){
.bs-footer .bs-social-media a {
    margin: 0px 3%;
}}

@media screen and (max-width: 1200px){
.bs-header-navbar .container .navbar {
    margin: 7px;
    padding: 0;
}
}
.bs-chat .btn-facebook{
    background:#09f;
    color:white;
}
.bs-chat .btn-whatsapp{
    background:#25d366;
    color:white;
}

@media screen and (max-width:992px){
    .bs-footer .bs-chat a {
    /* padding: 0.5rem; */
    color: var(--rrss-bg);
    background: var(--rrss-txt-color);
    width: 2rem;
    height: 2rem;
    border: 1px solid rgb(195, 196, 197);
    border-radius: 50%;
    font-size: 9px;
    line-height: 2.8125rem;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    }
    
    .bs-footer .bs-chat a:hover {
        background:transparent;
    }
    
    .bs-footer .bs-chat .btn-facebook,
    .bs-footer .bs-chat .btn-whatsapp {
        padding: .375rem .75rem;
    }
}


.bs-footer .list-group-item {
    border:none 0;
    color: var(--footer-txt-color);
    background-color:transparent;
    font-size: 12px;
    padding: .10rem;
}
@media screen and (min-width: 768px){
    .bs-footer .list-group-item {
        padding: .25rem 0;
    }
}

.bs-footer .list-group-item:hover {
    color: var(--footer-txt-color);
    border: 0px none;
    text-decoration: underline;
    font-size: 12px;
}

.bs-line-footer {
    margin: 0.9375rem 0 1.5rem;
    border-width: 1px 0;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-color: rgba(255,255,255,.15);
}


.bs-footer .bs-credits {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 1px 0px 0px rgb(255 255 255 / 20%);
    padding: 1rem 0;
    margin-top: 1rem;
        font-size: 13px;
}

.bs-footer .bs-credits a:hover {
     color: #a1a0a0;
    text-decoration:underline;
}

.ir-arriba {
    display: none;
    background: var(--primary-color);
    font-size: 16px;
    color: #fff;
    position: fixed;
    bottom: 73px;
    right: 16px;
    border-radius: 12px;
    z-index: 999; 
    border: solid 0.5px #bcbcbc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ir-arriba:hover {
    background: var(--primary-hover-color);
    font-size: 16px;
    cursor: pointer; 
    border: solid 0.5px #bcbcbc;
}
/**********************************
    Pie de página con sucursales
***********************************/
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #25D366;
    background-color: white;
    border: 2px solid #25D366;
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp-btn i {
    margin-right: 8px;
    font-size: 20px;
}

.whatsapp-btn:hover {
    color: white;
    background-color: #25D366;
    border-color: #1e8e58;
    transform: scale(1.05);
    text-decoration: auto;
}

@media (max-width: 767px) {
    .whatsapp-btn {
        display: flex;
        justify-content: center;
        margin: 6px auto; 
        padding: 1px 5px;
        font-size: 14px;
        width: 52%;
    }
}
/**********************************
    carro
***********************************/
.bs-cart-item {
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    margin-bottom: 20px;
}

.infoItemCart a {
    font-size: .8rem; /*titulo en carro desplegable*/
}

/* Termino y condiciones boton*/

.btn-underline {
    display: inline-block;
    color: inherit;
    background: transparent;
    border: solid 0px white;
    margin-top: -1px;
}

.btn-underline:after {
    height: 1px;
    width: 0px;
    background: black;
    content: "";
    display: block;
    margin-top:-4px;
    
}
.btn-underline:hover:after {
    width: 100%;
    transition: all .3s;
}
/*color de check en estado checked*/
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

/*******************************
Banner
********************************/
.bs-banners{
    margin-bottom:1rem;
}
.bs-banners__title {
    color: var(--title-color);
    text-transform: none;
    text-align: center;
    font-weight: 600;
    font-size: 14pt;
    margin-top: 10px;
    padding-bottom: 20px;
}
.hover-img:hover{
    transform: scale(1.05);
    transition: 0.8s ease;
}
/************************************
BLOG
*************************************/

/* Container styles */
.bs-blog-article {
    display: block;
    padding: 15px;
    color: var(--title-color);
    text-decoration: none;
    padding-top: 0.5rem;
}

/* Title styles */
.bs-blog-article__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 1.4;
    max-height: 2.8em;
    min-height: 2.8em;
    font-size: 1.2rem;
    text-align: center;
    font-weight: var(--font-regular);
    color: var(--primary-color);
}

/* Content styles */
.bs-blog-article__content{
    color: var(--body-txt-default-color);
    font-size: 0.9rem;
    line-height: 1.4;
    display: -webkit-box;
    min-height: calc(1.4em* 4);
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}

/* Button styles */
.bs-blog-article__btn.btn-link {
    display: inline-block;
    padding: 5px 14px;
    background: var(--primary-color);
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: var(--font-regular);
    letter-spacing: 0.5px;
    transition: background 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    margin-top: 0.5rem;
}

.bs-blog-article__btn.btn-link:hover {
    background: var(--primary-hover-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-decoration: none;
}

/* Contenedor de imagen */
.bs-img-square.blog {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.bs-img-square.blog:hover {
    transform: scale(1.03);
}
.item.blog:hover {
    background: #f9f9f9;
    border-radius: 5px;
}


/******************
        Sucursales 
*******************/
.bs-table {
    display:flex;
    flex-wrap:wrap;
}

.bs-table table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.bs-table table td {
    vertical-align: top;
    border-top:1px solid #dee2e6;
}

.bs-table div {
    width:50%;
}
/******************
        Sucursales tabla 
*******************/
/* Estilos para la tabla estática */
.bs-table-sucursal-static table {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1); 
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Estilos para la tabla en el acordeón */
.bs-table-sucursal-accordion table {
    width: 100%;
    margin: 1px auto;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgb(248 249 250);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Encabezado de la tabla */
.bs-table-sucursal-static thead, .bs-table-sucursal-accordion thead {
    background-color: #f8f9fa; 
    color: #333;
}

.bs-table-sucursal-static th, .bs-table-sucursal-accordion th {
    padding: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    font-weight: bold;
}

/* Filas de la tabla */
.bs-table-sucursal-static td, .bs-table-sucursal-accordion td {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); /* Borde sutil */
}

.bs-table-sucursal-static tbody tr:last-child td, .bs-table-sucursal-accordion tbody tr:last-child td {
    border-bottom: none;
}

.bs-table-sucursal-static tbody tr:hover, .bs-table-sucursal-accordion tbody tr:hover {
    background-color: #f5f5f5; /* Efecto hover */
    transition: background-color 0.3s ease;
}

/* Estilos para el acordeón */
.stock-accordion .stock-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin: 8px 0;
    width: 70%;
}

.stock-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
    color: #333;
}

.stock-accordion-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.stock-accordion-btn {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-contrast);
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.stock-accordion-btn:hover {
    background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: white;
}

.stock-toggle-icon {
    font-size: 18px;
}

.collapse.show + .stock-card-header .stock-accordion-btn .stock-toggle-icon {
    content: "-";
}

.stock-card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px;
}

.stock-accordion-body {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #ffffff;
    color: #333;
}


/********************
Pagination

.pagination .page-item .page-link
********************/
.page-link,
.page-link:hover{
    color:inherit;
}

/* color de la página actual */
.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--highlight-contrast);
}


/**********************************
   filtro Colección
***********************************/

.noUi-connect {
    background: var(--primary-color);
}

.panel-heading .btn {
    background: var(--element-bg);
}

.bs-collection-filter {
    border: 1px solid #ededed; /* Borde sutil */
    border-radius: 8px; /* Bordes redondeados */
    padding: 16px;
    background-color: #f9f9f9; /* Fondo suave */
}

.bs-collection-filter .bs-filter-btn {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.bs-collection-filter .bs-filter-btn:hover {
    color: var(--primary-hover-color); /* Color de hover */
}

.bs-collection-filter .list-group-item {
    padding: 16px 16px;
    transition: background-color 0.3s ease;
    padding-right: 24px;
    text-transform: capitalize;
}

.bs-collection-filter .list-group-item:hover {
    background-color: #f0f0f0; /* Fondo al pasar el mouse */
}

.bs-collection-filter .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    color: var(--primary-color); /* Color de texto al seleccionar */
    font-weight: bold;
}

.bs-collection-filter .bs-filter-color-label {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    cursor: pointer;
}

.bs-collection-filter .bs-filter-color-label:hover {
    border-color: #007bff;
}

.bs-collection-filter .btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--secondary-contrast);
}

.bs-collection-filter .panel-heading {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.bs-collection-filter .btn-secondary:hover {
    background-color: var(--secondary-hover-color);
    border-color: var(--secondary-hover-color);
}

/************************************
Alerta
*************************************/
.badge-warning {
    color: var(--secondary-contrast);
    background-color: var(--secondary-color);
    font-weight: var(--font-light);
}
/************************************
Chat Widget
*************************************/
.chat-widget .dropdown-toggle::after {
    display: none; /* Oculta el dropdown-toggle solo dentro del widget */
}

.chat-widget {
    --box-shadow-widget: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    position: fixed;
    bottom: 139px;
    z-index: 1000;
    right: 10px; /* Por defecto, ajusta a la izquierda si se requiere */
}

.chat-widget .chat-widget__close-icon { display: none; }
.chat-widget.show .chat-widget__close-icon { display: inline; }
.chat-widget .chat-widget__chat-icon { display: inline; }
.chat-widget.show .chat-widget__chat-icon { display: none; }

.chat-widget .dropdown-menu.show {
    box-shadow: var(--box-shadow-widget);
    width: auto;
}

.chat-widget__btn {
    background: var(--primary-color);
    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: var(--primary-hover-color);
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1); 

}
.chat-widget__content {
    background: white;
    width: 100%;
    min-width: 260px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    padding: 10px;
}

.chat-widget__img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.chat-widget__message {
    box-sizing: border-box;
    border: silver 1px solid;
    padding: 6px;
    border-radius: var(--default-border-radius);
}

.chat-widget__chat-list {
    grid-column: 2 / 3;
    display: flex;
    flex-wrap: wrap;
}

.chat-widget__whatsapp,
.chat-widget__facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100px;
}

.chat-widget__whatsapp {
    background: linear-gradient(0deg, rgb(32,176,56) 0%, rgb(96,214,106) 100%);
    color: white;
    margin-left: 6px;
}

.chat-widget__whatsapp:hover {
    color: white;
    outline: 4px rgba(96,214,106, 0.6) solid;
}

.chat-widget__facebook {
    background: linear-gradient(0deg, rgba(0,98,224,1) 0%, rgba(25,175,255,1) 100%);
    color: white;
    margin-left: 4px;
}

.chat-widget__facebook:hover {
    color: white;
    outline: 4px rgba(25,175,255, 0.6) solid;
}

@media screen and (min-width: 768px) {
    .chat-widget { bottom: 30%; }
}
