.tabel-feed__box {
    overflow-x: auto;
}
.tabel-feed__guide-box {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.tabel-feed__guide {
    font-family: 'RotonBol';
    font-size: 16px;
    line-height: 20px;
    color: #00a955;
    text-align: center;
}

.tabel-feed__guide:first-child {
    flex-grow: 1;
}

.tabel-feed__guide::after {
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    border-top: 1px solid #00a955;
    border-left: 1px solid #00a955;
    border-right: 1px solid #00a955;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 8px;
    box-sizing: border-box;
}

.b-product-content__tabel-feed {
    width: 100%;
    min-width: 602px;
}

.tabel-feed__charts {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.tabel-feed__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.tabel-feed__item-box:last-child .tabel-feed__item {
    margin-top: 0;
}

.tabel-feed__day {
    color: #00a955;
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}

.chart {
    border: 1px solid #eee;
    border-radius: 20px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.chart__content {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    color: #00a955;
    font-size: 18px;
    width: 100%;
}

.chart__text {
    text-align: center;
    margin: 0 auto 10px;
}

.tabel-feed__item:last-child .chart__text {
    width: 100%;
    margin-left: 10px;
}

.chart__scale {
    margin-top: 36px;
    margin-bottom: 18px;
    margin-right: 10px;
}

.chart__background {
    background: linear-gradient(270deg, #FFFFFF 0%, #CCEABF 100%);
    border-bottom-left-radius: 20px;
    height: 32px;
}

.table-feed__quantity {
    color: #00a955;
}

.tabel-feed__item:nth-child(2) .chart__background {
    height: 75px;
}

.tabel-feed__item:nth-child(3) .chart__background {
    height: 117px;
}

.tabel-feed__item:nth-child(4) .chart__background {
    height: 159px;
}

.tabel-feed__item:nth-child(5) .chart__background {
    height: 201px;
}

.tabel-feed__item:nth-child(6) .chart__background {
    height: 243px;
}

.b-product-content__description {
    font-family: 'RotondaWebBold';
    border-radius: 20px;
    color: #00a955;
    min-height: 70px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    background: #EFFFF0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.b-product-content__description-icon {
    flex: 0 1 38px;
    height: 38px;
}

.b-product-content__footer {
    font-size: 12px;
}