#vitrina {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* padding-left: 30px; */
    padding-left: clamp(0.3125vw, 1.9531vw, 1.875rem);
    padding-right: clamp(0.3125vw, 1.9531vw, 1.875rem);
    /* width: 1150px; */
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    /* background-color: #bed1f4; */
    color: rgb(68, 64, 71);
    justify-content: flex-start;
    align-items:flex-start;
    opacity: 1;
}


#cardex {
    font-weight: bold;
    color: #000000;
}

/* #bodyarea-div-sec1 {
    background-color: #bed1f4;
} */

/* #bodyarea-div-sec2 {
    background-color: #bed1f4;
} */

#canasta-detalle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* gap: 20px; */
    justify-content: center;
    align-items: center;
}

    .canasta-texto p {
        display: flex;
        flex-direction: column;
        padding-right: 10px;
        font-family: var(--font-card-descr);
        font-size: 14px;
        line-height: 14px;
        color: var(--text-card-descr1);
        text-align: left;
    }

    .canasta-cantidad {
        display: flex;
        flex-direction: column;
        padding-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 28px;
        color: #484848;
        font-weight: bold;
        /* line-height: 12px; */
        text-align: center;
    }

    .canasta-compra {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .canasta-compra-link1,
        .canasta-compra-link2 {
            position: relative;
        }
        
        .canasta-img {
            width: 50px;
            height: 50px; 
            margin-right: 30px; 
            margin-left: 30px;
            margin-top: 5px;
            margin-bottom: 5px;
            cursor: pointer;
        }
        
        .registradora-img {
            width: 50px;
            height: 50px; 
            margin-right: 30px;
            margin-top: 5px;
            margin-bottom: 5px;
            cursor: pointer;
        }

            .canasta-compra-link1 p {
                position: absolute;
                visibility: hidden;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                /* text-shadow: 0 0 8px rgba(250, 248, 248, 0.8); */
                color: #fff;
                text-shadow: 3px 3px 8px rgb(0, 0, 0, 0.8);
                font-size: 14px;
                line-height: 16px;
                font-family: "Montserrat", sans-serif;
                font-weight: 600;
                text-align: center;
            }

            .canasta-compra-link1:hover {
                p {
                    visibility: visible;
                }
            }

            .canasta-compra-link2 p {
                position: absolute;
                visibility: hidden;
                top: 50%;
                left: 30%;
                transform: translate(-50%,-50%);
                /* text-shadow: 0 0 8px rgba(250, 248, 248, 0.8); */
                color: #fff;
                text-shadow: 3px 3px 8px rgb(0, 0, 0, 0.8);
                font-size: 14px;
                line-height: 16px;
                font-family: "Montserrat", sans-serif;
                font-weight: 600;
                text-align: center;
            }

            .canasta-compra-link2:hover {
                p {
                    visibility: visible;
                }
            }

.bskt-resu {
    display: flex; 
    flex-direction: column; 
    width: 100%; 
    align-items: left; 
    justify-content: 
    center; padding: 0px 15px 0px 15px;
}

.bskt-resu-title p {
    font-family: var(--font-card-descr);
    font-size: 18px;
    line-height: 20px;
    color: var(--text-card-descr1);
    font-weight: bold;
    text-align: left;    
}

.bskt-resu-detail p {
    font-family: var(--font-card-descr);
    font-size: 18px;
    line-height: 20px;
    color: var(--text-card-descr1);
    font-weight: bold;
    text-align: left;    
}

.no_pedido {
    font-family: var(--font-card-descr);
    font-size: 20px;
    line-height: 20px;
    color: red;
    /* color: var(--text-card-descr1); */
    font-weight: bold;
    text-align: left; 
}


.precio_total {
    font-family: var(--font-card-descr);
    font-size: 18px;
    line-height: 20px;
    color: var(--text-card-descr1);
    font-weight: bold;
    text-align: left; 
}

.precio_total_clm {
    font-family: var(--font-card-descr);
    font-size: 16px;
    line-height: 20px;
    color: var(--text-discr1);
    font-weight: normal;
    text-align: left; 
}
