.roll_count .roll-item {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.roll_count .roll-item.custom-qty-wrap {
    align-items: center;
}

.roll_count .tap .roll-item {
    width: calc(100% - 30px);
}

.roll_count .roll-item .qty {
    font-size: 18px;
    font-weight: bold;
    color: #24272E;
}

.roll_count .roll-item .qty span {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

.roll_count .roll-item .price {
    color: #00A753;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    flex: 1;
}

.roll_count .roll-item .price .unit {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #24272E;
}