
.del__catprice {
    padding: 40px 0;
    font-family: Arial, sans-serif;
}

.del__catprice .del__title{
    padding-right: 1rem;
    padding-left: 1rem;
}

.del__catprice p{
    padding-right: 1rem;
    padding-left: 1rem;
}

.del__title {
    font-size: 28px;
    margin-bottom: 25px;
}

.del__category {
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.del__category-title {
    background: var(--color-green);
    color: #fff;
    padding: 14px 18px;
    font-size: 18px;
}

.del__table {
    width: 100%;
    border-collapse: collapse;
}

.del__table-head th {
    background: #f5f5f5;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.del__table-row td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
}

.del__table-row:hover {
    background: #fafafa;
}

.del__col-name {
    width: 60%;
}

.del__col-unit {
    width: 15%;
}

.del__col-price {
    width: 25%;
    font-weight: bold;
}
