﻿.agrigold .products {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1208px;
    max-width: 75.5rem;
    margin: 25px auto;
    margin: 1.5625rem auto;
}

    .agrigold .products .back-header {
        width: 100%;
        text-align: left;
        padding-left: 20px;
        padding-left: 1.25rem;
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
    }

    .agrigold .products .columns {
        display: flex;
        flex-direction: row;
        gap: 70px;
        gap: 4.375rem;
        width: 100%;
    }



    .agrigold .products .back-header a, .agrigold .products .back-header a:visited {
        font-family: gotham-narrow;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 600;
        line-height: 12px;
        line-height: .75rem;
        color: #343333;
        text-decoration: none;
        cursor: pointer;
    }


@media (max-width: 767px) {
    .agrigold .products {
        width: 100%;
        margin-bottom: 0;
    }

        .agrigold .products .columns {
            display: flex;
            flex-direction: column;
            width: 100%;
            gap: 0;
        }
}

.agrigold .products .col1 {
    width: 50%;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
}

.agrigold .products .col2 {
    width: 50%;
}



@media (max-width: 767px) {
    .agrigold .products .col1 {
        width: 100%;
    }

    .agrigold .products .col2 {
        width: 100%;
    }
}


.agrigold .products .col2 .ratings {
    padding: 16px 64px 48px 64px;
    padding: 1rem 4rem 3rem 4rem;
    gap: 16px;
    gap: 1rem;
    background: rgba(200, 201, 199, 0.2);
}

.agrigold .products .product-section {
    border-bottom: 1px solid #C8C9C7;
}

.agrigold .products .ratings .product-section:last-child {
    border-bottom: none;
}


.agrigold .products .ratings .product-section .detail-item {
    border-bottom: none;
    padding: 3px 0 3px 0;
}



.agrigold .products .col1 .details-header .maturity {
    font-family: gotham;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 16px;
    line-height: 1rem;
    text-align: left;
    color: #53565A;
}

.agrigold .products .col1 .details-header .variety {
    font-family: gotham-narrow;
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 44px;
    line-height: 2.75rem;
    text-align: left;
    color: #154734;
}


.agrigold .products .col1 .details-header .bullets ul {
    padding-left: 20px;
    padding-left: 1.25rem;
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
}

    .agrigold .products .col1 .details-header .bullets ul li {
        font-family: gotham;
        font-size: 15px;
        font-size: .9375rem;
        font-weight: 500;
        line-height: 22.5px;
        line-height: 1.40625rem;
        text-align: left;
        color: #53565A;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-top: .3125rem;
        margin-bottom: .3125rem;
    }

.agrigold .products .col1 .details-header .button-bar {
    display: flex;
    flex-direction: row;
    gap: 16px;
    gap: 1rem;
}


@media (max-width: 767px) {
    .agrigold .products .col1 .details-header .button-bar {
        flex-direction: column;
    }
}

.agrigold .products .col1 .details-header .button-bar a, .agrigold .products .col1 .details-header .button-bar a:visited {
    height: 40px;
    height: 2.5rem;
    gap: 16px;
    gap: 1rem;
    border: 1px solid #343333;
    font-family: gotham-narrow;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 16px;
    line-height: 1rem;
    text-align: center;
    color: #343333;
    text-decoration: none;
    width: 525px;
    width: 32.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.agrigold .products .col1 .details-header .button-bar .download-product {
    background: #154734;
    color: #FFF;
}


@media (max-width: 767px) {

    .agrigold .products .col1 .details-header .button-bar a {
        width: 100%;
    }

    .agrigold .products .col1 .details-header .button-bar .save-product {
        background: #000;
        color: #FFF;
    }
}


.agrigold .products .col1 .details-header .product-details {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin-top: 1.5625rem;
}

.agrigold .products .product-section {
    margin-top: 8px;
    margin-top: .5rem;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    padding-bottom: 8px;
    padding-bottom: .5rem;
}

    .agrigold .products .product-section .title {
        font-family: gotham-narrow;
        font-size: 15px;
        font-size: .9375rem;
        font-weight: 600;
        line-height: 16px;
        line-height: 1rem;
        text-align: left;
        color: #53565A;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-bottom: .3125rem;
    }



.agrigold .products .detail-item {
    display: flex;
    flex-direction: row;
    line-height: 15px;
    line-height: .9375rem;
    letter-spacing: 0.01em;
    justify-content: space-between;
    padding: 6px 0px 6px 0px;
    border-bottom: 1px solid #C8C9C7;
    margin: 0;
}

.agrigold .products .product-section.plant-characteristics {
    flex-direction: column;
    display: flex;
    /* justify-content: flex-start;*/
   
    border-bottom: none;
    margin-top: 20px;
    margin-top: .1rem;
    /*  gap: 100px;
        gap: 6.25rem;*/
}

    .agrigold .products .product-section.plant-characteristics .items {
        flex-direction: row;
        display: flex;
        margin-top: 10px;
        justify-content: space-evenly;
    }


@media (max-width: 767px) {
    .agrigold .products .product-section.plant-characteristics .items{
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        gap: 1rem;
        align-items: center;
    }
}

.agrigold .products .product-section.plant-features, .agrigold .products .product-section.plant-population {
    border-bottom: none;
}

    .agrigold .products .product-section.plant-features .detail-item {
        border-bottom: none;
    }

    .agrigold .products .product-section.plant-characteristics .detail-item, .agrigold .products .product-section.plant-population .detail-item {
        border-bottom: none;
        flex-direction: column;
    }


@media (max-width: 767px) {
    .agrigold .products .product-section.plant-characteristics .detail-item {
        width: 100%;
        align-items: center;
    }
}

.agrigold .products .product-section.plant-features .detail-item:nth-child(odd) {
    background: rgba(200, 201, 199, 0.2);
}


.agrigold .products .detail-item .label {
    font-family: gotham;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 16px;
    line-height: 1rem;
    text-align: left;
    color: #53565A;
}

.agrigold .products .product-section.plant-characteristics .detail-item .label {
    font-family: gotham-narrow;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 12px;
    line-height: .75rem;
    text-align: left;
    color: #154734;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-bottom: .9375rem;
}

.agrigold .products .detail-item .value {
    font-family: gotham;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 16px;
    line-height: 1rem;
    text-align: right;
    color: #53565A;
}

.agrigold .products .product-section.plant-characteristics .detail-item .value {
    font-family: gotham-narrow;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 29.23px;
    line-height: 1.826875rem;
    text-align: left;
    color: #53565A;
}


.agrigold .products .detail-item .value .scale {
    display: flex;
    flex-direction: row;
    gap: 10px;
    gap: .625rem;
}

    .agrigold .products .detail-item .value .scale .circle {
        height: 16px;
        height: 1rem;
        width: 16px;
        width: 1rem;
        border-radius: 8px;
        border-radius: .5rem;
        background: #D9D9D9;
    }

        .agrigold .products .detail-item .value .scale .circle.selected {
            background: #154734;
        }

.agrigold .products .soil-adaptability .detail-item .value .scale .circle.selected {
    background: #DC7C2E;
}

.agrigold .products .planting-applications .detail-item .value .scale .circle.selected {
    background: #3375C2;
}

.agrigold .products .disease-tolerance .detail-item .value .scale .circle.selected {
    background: #154734;
}

.agrigold .products .silage-characteristics .detail-item .value .scale .circle.selected {
    background: #FFC72C;
}



.agrigold .products table.planting-population {
    border-spacing: .5rem;
    border-collapse: separate;
}

    .agrigold .products table.planting-population th {
        font-family: gotham-narrow;
        font-size: .875rem;
        font-weight: 700;
        line-height: .75rem;
        text-align: left;
        color: #53565A;
        padding: .25rem;
        border-bottom: 1px solid #C8C9C7;
        text-transform: uppercase;
    }

.agrigold .products.Soybeans table.planting-population th.pp-first-column, .agrigold .products.Soybeans table.planting-population td.pp-first-column {
    display: none;
}

.agrigold .products table.planting-population td {
    font-family: gotham;
    font-size: .875rem;
    font-weight: 400;
    line-height: .75rem;
    text-align: left;
    color: #53565A;
    padding: .25rem;
}




.agrigold .products table.planting-population th.planting-population-Low {
    color: #3375C2;
}


.agrigold .products table.planting-population th.planting-population-Medium {
    color: #154734;
}

.agrigold .products table.planting-population th.planting-population-High {
    color: #154734;
}
