.carro * {
    position: relative;
}

@media screen and (min-width: 900px){
    .folder {
        position: absolute;
        left: -575px;
        top: 50px;
    }
    .prueba {
        position: absolute;
        left: -425px;
        top: 50px;
    }
    .prueba tbody tr td:last-child{
        margin-bottom: 10px;
    }
    .prueba tbody tr{
        font-size: 12px;
        color: rgb(178, 205, 209);
    }
    .carro tbody tr{
        font-size: 12px;
        color: rgb(178, 205, 209);
    }
}
@media screen and (max-width: 900px){
    .carro{
        display: block;
        width: 260px !important;
        height: auto;
    }
    .carro thead{
        display:none;
    }
    .carro > *, .carro tr, .carro td{
        display: block;
    }
    .carro tbody tr td{
        padding-left: 35% !important;
        margin-bottom: -15px;
    }
    .carro tbody tr td:last-child{
        margin-bottom: 0;
    }
    .carro tbody tr td:before{
        color: rgb(11, 223, 251);
        font-weight: unset;
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .carro tbody tr{
        font-size: 12px;
        color: rgb(11, 223, 251);
    }





    .carro tbody tr td:nth-child(1):before{
        content: "Nombre";
        font-weight: bold;
        color: rgb(11, 223, 251);
    }
    .carro tbody tr td:nth-child(2):before{
        content: "Cantidad";
        font-weight: bold;
        color: rgb(11, 223, 251);
    }
    .carro tbody tr td:nth-child(3):before{
        content: "CCostos";
        font-weight: bold;
        color: rgb(11, 223, 251);
    }
   
}

.imagen-carrito{
    position: relative;
    display: inline-block;
    text-align: center;
}
.contador{
    position: absolute;
    top: 0px;
    right: 3px;
}