.swal-overlay {
    background-color: transparent !important;
}

.only-button button {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.only-button:hover button {
    opacity: 1;
}

.table td, .table th {
    padding: 6px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.header {
    position: sticky;
    top: 0;
    border: 1px solid #dee2e6;
    z-index: 1;
}

.table-hl {
    background-color: #dde7ab;
}

.none-b {
    border: none !important;
    border-top: 1px solid #dee2e6 !important;
}

td {
    /* width: 100px; */
}

.table td, .table th {
    padding: 5px !important;
}

.table thead th {
    vertical-align: middle !important;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 50px;
    white-space: nowrap;
    vertical-align: bottom;
}

.avatar-sm {
    width: 30px;
}

.FilterActive {
    color: #404040;
    font-size: 12px;
}

.FilterReady {
    color: #909090;
    font-size: 12px;
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
}

.range-slider {
    height: 5px;
    position: relative;
    background-color: #e1e9f6;
    border-radius: 2px;
}

.range-selected {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background-color: black;
}

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -7px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .range-input input::-webkit-slider-thumb {
            height: 20px;
            width: 20px;
            border-radius: 50%;
            border: 3px solid black;
            background-color: #fff;
            pointer-events: auto;
            -webkit-appearance: none;
        }

        .range-input input::-moz-range-thumb {
            height: 15px;
            width: 15px;
            border-radius: 50%;
            border: 3px solid black;
            background-color: #fff;
            pointer-events: auto;
            -moz-appearance: none;
        }

.range-price {
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    /*.range-price input {
                width: 40px;
                padding: 5px;
            }*/

    .range-price input:first-of-type {
        margin-right: 15px;
    }

.linea-deals {
    font-size: 14px;
    line-height: 14px;
}

.limitar-lineas {
    display: -webkit-box;
    -webkit-line-clamp: 2;  /*Limita a 2 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-row {
    display: flex;
    overflow-x: hidden;
    /*white-space: nowrap;*/
}

.card-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    transition: transform 10s ease-in-out; /* Transición más suave */
}

.controls {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 10px;
}

    .controls button {
        margin: 0 5px;
        padding: 10px 20px;
        cursor: pointer;
    }

.deal-add-cart {
    display: none;
    opacity: 0;
    transition: opacity 5s ease-in-out;
}

.card-item:hover .deal-add-cart {
    display: block;
    opacity: 1;
}
