

.item{
    
  
    padding-bottom: 1rem;
    padding-top: 1rem;
}





.item .badge{
   margin-right:0.8rem;
    margin-top: 1rem;
}
.item .img{
    width: 100%;
    max-width: 200px;
    
}

.item .description{
   color: var(--bs-gray); 
}
.item .delete{
    
color: rgba(0,0,0,0.2);
    font-size: 1.3rem;
    cursor: pointer;
}

.qty{
    padding: 0px !important;
}
.qty span{
width: 100%;
    text-align: center;
    float: left;
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed versi*/
}

.qty .qty_add,.qty .qty_subtract {
    
    cursor: pointer;
    color: var(--bs-gray);
}

