﻿
.item-row {
/*    height: 7.5em;*/
}

.image-col {
    text-align: center;
    padding: 0.5em 0 0.5em 0.5em !important;
}


.cod-articulo {
    font-size: 12px;
}

.info-articulo {
    padding: 0.5em 0 0.5em 0 !important;
}


p {
    margin: 0 !important;
}

.item-descripcion {
    font-size: 1.4rem !important;
}

.precio-articulo-div {
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.precio-articulo {
    margin: 0 !important;
    color: black;
    font-size: 1.5rem;
}

.listado-articulos {
    width: 100%;
}

.articulo {
    padding: 0 1em !important;
}

.container-articulos {
    background-color: white;
    /*    height: 70vh;
    overflow-y: auto;*/
}


.custom-scrollbar-css {
    height: 60vh;
}


/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
    overflow-y: auto;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
    width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
    background-color: whitesmoke;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    height: 4em;
    background-color: gray;
}

.novedad:hover {
    background-color: rgba(0,0,0,0.5) ;
    cursor:pointer;
}

