﻿
.product-details .details-list .details-list-item.wine h3 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin: 0;
    margin-bottom: 29px;
}

.product-details .details-list .details-list-item.wine .inner-item {
    margin: 0;
    margin-bottom: 20px;
}

    .product-details .details-list .details-list-item.wine .inner-item .mbold {
        font-family: "Roboto", sans-serif;
        color: inherit !important;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-transform: none;
        margin: 0;
        margin-bottom: 10px !important;
    }

    .product-details .details-list .details-list-item.wine .inner-item p {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height: 19px;
        margin: 0;
    }

/* Score Bars */
.scorebars {
    width: 100%;
}

    .scorebars .bars-wrapper {
        width: 100%;
        display: flex;
        column-gap: 2px;
    }

        .scorebars .bars-wrapper .bar {
            width: 20%;
            min-height: 8px;
            background-color: #F4F4F4;
        }

            .scorebars .bars-wrapper .bar.active {
                background-color: #C30000;
            }

            .scorebars .bars-wrapper .bar:first-of-type {
                border: 0;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
            }

            .scorebars .bars-wrapper .bar:last-of-type {
                border: 0;
                border-bottom-right-radius: 4px;
                border-top-right-radius: 4px;
            }

    .scorebars .legend-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .scorebars .legend-wrapper p {
            width: fit-content;
            width: -moz-fit-content;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            line-height: 17px;
            color: #888888;
            font-size: 14px !important;
        }
/* END of Score Bars */
