.logo_carrito, .login-logo a img{
    filter: invert(1) brightness(.5) sepia(10) saturate(10) hue-rotate(
183deg) brightness(0.9);
  }

  @media screen and (max-width: 520px){

    .table-responsive::-webkit-scrollbar-track {
    
        background: lightgray;
    
        border-radius: 10px;
    
    }
    
    .table-responsive::-webkit-scrollbar-thumb {
    
        background: gray;
    
        border-radius: 13px;
    
        border: 2px solid lightgray;
    
    }
    
    .table-responsive::-webkit-scrollbar {
    
        width: 0;
    
    }
    
       }