.carroItem:hover{
    background-color: rgb(230,240,250);
}
.text-uppercase{
    background-color: rgb(230,240,250);
}
.carroItem td{
    vertical-align: middle;
}
.skuProd{
    color: rgb(190, 190, 190);
}
.inpCanti{
    max-width: 60px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}
.inpDesc{
    display: inline-block;
    padding: 8px 4px;
    max-width: 50px;
    text-align: center;
}
.carroTotales{
    border-top: 0 !important;
}
.table-shopping-cart{
    border-bottom: 1px solid rgb(200,200,200);
    margin-bottom: 0;
    padding-bottom: 1rem;
}