﻿:root {
    --ancho09: 18rem;
}

.card {
    background-color: white;
}

#result {
    font-size: 23px;
}

#buttle {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tachado {
    text-decoration: line-through;
}
.card-img-top {
}

#encabeza{
display: flex;
justify-content: left;
align-items: flex-start;
}

.imgselcarr {
    cursor: pointer;
    border-radius: 1rem;
}

.imgsel, .imgselli, .imgselne {
    cursor: pointer;
    border-radius: 1rem;
}

.imgseli {
    cursor: pointer;
}


#buscar {
    cursor: pointer;
}

#butvolver {
    cursor: pointer;
}

#Buscaritems {
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.imgsel:hover, .imgselli:hover, .imgselne:hover, .imgseli:hover {
    transition: transform 1s;
    transform: scale(1.2);
}

.itesub:hover {
    transition: transform 1s;
    transform: scale(1.1);
    background-color: lightskyblue;
    border-radius: 0.6rem;
}

.boton-carrito:hover {
    transition: transform 1s;
    transform: scale(1.4);
}

.contenedor-productos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.producto-imagen {
    max-width: 100%;
    border-radius: 1rem;
}

.producto-detalles {
    background-color: blue;
    color: white;
    border-radius: 1rem;
    padding: .5rem;
    margin-top: -2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    height:250px;
}


.sucursal {
    padding: 0px;
    font-size: 16px;
    margin-top: -10px;
}
.accordiontie {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    transition: 0.4s;
    border-radius: 0.7rem;
    margin-bottom: -10px;
}

    .active, .accordiontie:hover {
        background-color: lightgreen;
    }

.tienda-acciones {
    display: flex;
    justify-content: space-between;
}
.tienda-acciones-derecha {
    display: flex;
}

.tienda-acciones-izquierda {
    display: flex;
    margin-right: 30px;
}



.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.borderless td, .borderless th {
    border: none !important;
}

.marcaite:hover {
    background-color: lightskyblue;
    border-radius: 0.6rem;
}

.formato09 {
    border-radius: 1rem;
    width: var(--ancho09);
    height: auto;
}


@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color:transparent) {

        .number-input.def-number-input.safari_only button:before,
        .number-input.def-number-input.safari_only button:after {
            margin-top: -.3rem;
        }
    }
}
