﻿a {
    text-decoration: none !important;
}

label {
    margin-bottom: 0 !important;
}

#contenidoWeb p {
    text-align: left;
}

#contenidoWeb .ql-align-center {
    text-align: center;
}

#contenidoWeb .ql-align-right {
    text-align: right;
}

#contenidoWeb .ql-align-justify {
    text-align: justify;
}

.label-resumen {
    font-size: 15px;
    padding: 5px;
    color: gray;
}

/* Contenedor general */
.canvasEscritorio {
    background-color: #F8F9FA;
    padding: 20px;
    font-family: "Inter", sans-serif;
}

    /* Títulos de secciones */
    .canvasEscritorio h6 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

/* Contenedor para el checkbox y el label */
.filtro-item {
    gap: 8px;
    font-size: 13px;
    font-weight: bold;
    color: #918f8f;
    background: none;
    border: none;
    padding: 3px 0;
    margin-left: 20px;
    max-width: 90%;
}

    .filtro-item label {
        margin-left: 5px;
        cursor: pointer;
    }

    /* Personalización del checkbox */
    .filtro-item input[type="checkbox"] {
        appearance: none;
        width: 15px;
        height: 15px;
        border: 2px solid #918f8f;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .filtro-item input[type="checkbox"]:checked {
            background-color: #333;
            border-color: #333;
        }


/* Estilo minimalista para el buscador */
.search {
    border-bottom: 2px solid #333; /* Solo borde inferior */
    padding-bottom: 5px;
}

    .search input {
        border: none;
        outline: none;
        box-shadow: none;
        background: transparent;
        width: 100%;
        font-size: 14px;
        padding: 5px;
    }

    .search button {
        background: none;
        border: none;
        color: #333;
        padding: 5px;
        cursor: pointer;
    }

        .search button:hover {
            color: #000;
        }


/* Animación de transición para cambiar el tamaño de la columna */
.product-list {
    transition: all 0.3s ease;
}

/* Animación de transición para cambiar el ícono */
.bi-grid, .bi-grid-3x3-gap {
    transition: all 0.3s ease;
}

#offcanvasNavbar #divCanvasEscritorio {
    max-height: 100vh;
    overflow-y: auto;
}

/* Contenedor con scroll interno */
.offcanvas-content {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
}

    .offcanvas-content::-webkit-scrollbar {
        width: 6px;
    }

    .offcanvas-content::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

        .offcanvas-content::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.close-offcanvas {
    font-size: 30px;
    position: absolute;
    top: -5px;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1051;
}

.input-counter {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f5f5f5;
    height: 38px;
}

    .input-counter button {
        background-color: #dcdcdc;
        border: none;
        color: #333;
        width: 38px;
        height: 100%;
        font-size: 18px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

        .input-counter button:hover {
            background-color: #c0c0c0;
        }

    .input-counter .input-number {
        border: none;
        width: 80px;
        text-align: center;
        font-size: 16px;
        background-color: transparent;
        color: #333;
        outline: none;
    }

.producto-container {
    background-color: #f8f9fa;
    padding: 7px;
}

.producto-info h1 {
    font-size: 2rem;
    font-weight: bold;
}

.producto-info h5 {
    color: #666;
}

.detalle-linea {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #444;
}

    .detalle-linea span {
        font-weight: bold;
        color: #333;
    }

#imgProduct {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.producto-descripcion {
    margin-top: 20px;
    font-size: 1rem;
    color: #555;
}

.producto-relacionados {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.1rem;
}

#precioProducto {
    font-size: 30px;
    font-weight: bold;
    padding: 8px;
}
