i.concept-icon {
    margin-right: 0 !important;
    color: inherit;
}

/*put your css code here*/

.bx_storege .list-item.list .name {
    font-size: 1.8vh;
    line-height: 24px;
    max-width: 70%;

}

.bx_storege .list-item.list .quantity {
    font-size: 1.5vh;
    line-height: 24px;
    max-width: 20%;
    white-space: nowrap;
    color: #11da1f;
}


.bx_storege .list-item.list .field {
    font-size: 1.5vh;
    line-height: 19px;
    color: #7b7b7b;
    margin-bottom: 4px;
}

.bx_storege .list-item.list .field.description {
    margin-bottom: 15px;
    display: none;
}