body {
    font-size: 14px !important;
    padding-top: 90px;
}

@media (max-width: 900px) {

    /* Hasta pantallas pequeñas (<768px) */
    .custom-flex {
        display: none !important;
    }

    .sticky-button {
        display: block !important;
    }
}

@media (min-width: 900px) {

    /* Desde pantallas medianas (>=768px) */
    .custom-flex {
        display: flex !important;
    }

    .sticky-button {
        display: none !important;
    }
}

.sticky-button {
    position: sticky;
    top: 60%;
    z-index: 1000;
    /*     transform: translateX(550%);
 */
    left: 0 !important;
}


.custom-font-size {
    font-size: 14px !important;
    padding: 0;
    margin: 0;
}

.custom-color {
    color: #9B9D9E;

}

.menu-div {
    background-color: #1A1A1A;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

nav {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #1A1A1A !important;
}

h1 {
    color: #222425;
}

.filter-container {
    gap: 10px;
    background-color: #1A1A1A;
    padding: 10px;
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}

.show-info {
    background-color: #1A1A1A;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
}

.show-info-right {
    background-color: #eef0f3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.filter-container select {
    margin-right: 10px;
    flex: 1 1 auto;
}

.accordion {
    width: 95%;
    margin: 0 auto;
}

.accordion-button {
    border-radius: 10px !important;
    height: 30px;
    /*  padding-left: 2px; */
}

.degradado {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px !important;
    height: 30px;
    width: 100%;
    padding-left: 4px;
    padding-top: 4px;
    padding: auto;
    z-index: 0;
    position: absolute;
    background: linear-gradient(to right, #F6F6F6, #e0dfdf);
    white-space: nowrap;
    overflow: hidden;
}

.div-botones {
    background-color: #F6F6F6;
    height: 30px;
    padding-left: 2px;
    padding-top: 4px;
    padding: auto;
    min-width: 20%;
    z-index: 9;
    position: absolute;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    right: 0;
    text-align: right;
}

.icon-accordion {

    background-color: #F6F6F6;
    color: black;
    font-size: 16px;
}

.accordion-button:hover .icon-accordion {
    background-color: 1A1A1A;
    color: white !important;
}

.icon-attribute {
    background-color: #F6F6F6;
    font-size: 20px;
}

.accordion-button:hover .icon-attribute {
    background-color: #1A1A1A;
}

.accordion-button:hover {
    background-color: #1A1A1A;
    color: white;
    border-radius: 10px !important;
}

.accordion-button:hover .div-botones {
    background-color: #1A1A1A;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    /* Define el borde aquí */
}

.accordion-button:hover .degradado {
    background: linear-gradient(to right, #1A1A1A, #4a4949);
    /* Define el borde aquí */
}


.accordion-button:not(.collapsed) {
    background-color: #1A1A1A;
    color: #bdc1c2;

}

.accordion-collapse.show {
    background-color: #f8f9fa !important;
    /* Cambia el color de fondo */
}



.custom-select-dark {
    background-color: #1A1A1A;
    color: #bfc1c2;
    /* Letras blancas */
    border: 1px solid #495057;
    width: 15%;
}

.custom-input {
    background-color: #1A1A1A;
    color: #bfc1c2;
    /* Letras blancas */
    border: none;
    width: 200px;
}

.custom-select-dark option {
    background-color: #1A1A1A;
    /* Fondo oscuro para opciones */
    color: #bfc1c2;
    /* Letras blancas */
}

#slider-round {
    height: 10px;
}

#slider-round .noUi-connect {
    background: #c0392b;
}

#slider-round .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    /* half the width */
    border-radius: 9px;
}

.filter-button {
    background-color: #282828;
    border: none;
    padding: 4px;
    cursor: pointer;
    height: 55px !important;
    width: 55px !important;
    min-height: 55px;
    min-width: 55px;
    margin: 5px;
}

.filter-button-resp {
    background-color: #282828;
    border: none;
    padding: 4px;
    cursor: pointer;
    height: 55px !important;
    width: 55px !important;
    margin: 5px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-button:hover {
    background-color: #212529;
}

.filter-button svg {
    /*     width: 20px;
    height: 20px; */
    fill: #9B9D9E;
    transition: fill 0.3s ease;
}

.filter-button:hover svg {
    fill: #d6d8da;
}

/* -------------------------------------- */
/*    badge para los botones de marcas    */
/* -------------------------------------- */
.button-indicators {
    height: 55px !important;
    width: 55px !important;
    min-height: 55px;
    min-width: 55px;
    margin: 5px;
}

/* today deals */
.link-td {
    font-weight: bold;
}


.link-td:hover i {
    color: #4687D6;
}

.link-td:hover>span {
    font-size: 11px !important;
    background-color: #4687D6 !important;
    color: white !important;
}

.color-td {
    color: #4687D6;
}

.button-indicators-td {
    background-color: #4687D6;
    color: white;
}

.button-indicators-td:hover {
    background-color: #4687D6;
    color: white;
}

.td-badge {
    border: 1px solid #1A1A1A;
    font-size: 11 !important;
    background-color: #4687D6;
    color: white;
}

.filter-badge-td {
    border: 1px solid #282828;
    font-size: 10 !important;
    background-color: #1A1A1A;
    color: #9B9D9E;
}

.filter-button:hover .filter-badge-td {
    background-color: #4687D6;
    color: white;
    transition: background-color 0.3s ease;
}

/* price */
.link-price {
    font-weight: bold;
}

.link-price:hover i {
    color: #79BD5A;
}

.link-price:hover span {
    font-size: 11px !important;
    background-color: #79BD5A !important;
    color: white !important;
}

.color-price {
    color: #79BD5A;
}

.button-indicators-price {
    background-color: #79BD5A;
    color: white;
}

.button-indicators-price:hover {
    background-color: #79BD5A;
    color: white;
}

.price-badge {
    border: 1px solid #1A1A1A;
    font-size: 11 !important;
    background-color: #79BD5A;
    color: white;
}

.filter-badge-price {
    border: 1px solid #282828;
    font-size: 10 !important;
    background-color: #1A1A1A;
    color: #9B9D9E;
}

.filter-button:hover .filter-badge-price {
    background-color: #79BD5A;
    color: white;
    transition: background-color 0.3s ease;
}

/* just launched */
.link-jl {
    font-weight: bold;
}

.link-jl:hover i {
    color: #EB3B44;
}

.link-jl:hover span {
    font-size: 11px !important;
    background-color: #EB3B44 !important;
    color: white !important;
}

.color-jl {
    color: #EB3B44;
}

.button-indicators-jl {
    background-color: #EB3B44;
    color: white;
}

.button-indicators-jl:hover {
    background-color: #EB3B44;
    color: white;
}

.jl-badge {
    border: 1px solid #1A1A1A;
    font-size: 11 !important;
    background-color: #EB3B44;
    color: white;
}

.filter-badge-jl {
    border: 1px solid #282828;
    font-size: 10 !important;
    background-color: #1A1A1A;
    color: #9B9D9E;
}

.filter-button:hover .filter-badge-jl {
    background-color: #EB3B44;
    color: white;
    transition: background-color 0.3s ease;
}


/* -------------------------------------- */
/*    TERMINA
      badge para los botones de marcas    */
/* -------------------------------------- */

.scrolling-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;

}

.scrolling-container::-webkit-scrollbar {
    display: none;
}

#scrolling-button-left,
#scrolling-button-right {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #1A1A1A;
    padding: 5px 10px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    margin-top: 5px;
}

#scrolling-button-left {
    left: 0;
}

#scrolling-button-right {
    right: 0;
}

.custom-button {
    background: linear-gradient(to right, #DA254B, #FB523C);
    color: white;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    /*   padding: 2px; */
    font-size: 12px !important;

}


.custom-icon {
    font-size: 24px;
    /* Ajusta el tamaño según sea necesario */
    background: linear-gradient(to right, #DA254B, #FB523C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inptu-custom {
    border-radius: 5px;
    border: none;
}

.custom-tooltip-red {
    --bs-tooltip-bg: #EB3B44;
}

.custom-tooltip-green {
    --bs-tooltip-bg: #79BD5A;
}

.checkout-column {
    border: 1px solid;
    border-radius: 10px;
    background: #000000;
    padding-top: 5px;
    padding-left: 10px;
}

.cart-button {
    background-color: black;
    color: white !important;
    border: none;
    padding: 4px;
    cursor: pointer;
    height: 60px !important;
    width: 60px !important;
    min-height: 55px;
    min-width: 55px;
    border-radius: 10px;
    margin: 5px;
}

.cart-button svg {
    fill: white;
    transition: fill 0.3s ease;
}