﻿
/* Product Page */
.srt-heading {
    padding: 0;
    margin: 0 0px;
    border:0;
}

    .srt-heading h1 {
        display: block;
        width: 100%;
        background: #1B7383;
        color: #fff;
        text-align: center;
        margin: 15px -15px;
        padding: 15px 0;
    }

    .srt-heading span {
        display: none;
        height: 100%;
        color: #fff;
        align-items: center;
        padding: 0 9px;
    }

        .srt-heading span.new {
            background: #5f7801;
        }

        .srt-heading span.rm {
            background: #B5B5B5;
        }

        .srt-heading span.chu {
            background: #6E6E6E;
        }

.corn_social .socials {
    background: #949494;
    width: 28.5px;
    height: 28.5px;
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    color: #ffffff;
    font-size: 15px;
    padding-top: 4px;
    margin-right: 7px;
}

.srt-logo img {
    width: 107px;
}

.srt-logo:after {
   
    width: 0;
}

.srt-heading .printAndShare {
    position: absolute;
    right: 0px;
    bottom: 5px;
    display: none;
    top: 14px;
}

#comparison-section, #comparison-table {
    background: #fff;
    border: 0;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    padding: 15px 20px;
}

span.relative-maturity, span.crop-heat-units {
    
    width: 48px;
   
}

span.variety {
    font-weight: 500;
    font-size: 30px;
   
}

.product-details{
    border: 1px solid #d9d5d2;
}

span.add-compare, span.see-details {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B7383;
    width: 100%;
  text-transform: initial;
    text-align: center;    
    color: #fff;

}
#comparison-section span.see-details:after {
    display:none;
}

/*span.relative-maturity span, span.crop-heat-units span {
    display: block;
    width: calc(100% - 3px);
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}*/

.rel_text {
    font-size: 16px;
    font-weight: 700;
}

span.relative-maturity span {
    font-size: 16px;
    font-weight: 700;
}

.bar {
    border-top: 2px solid white;
    width: calc(100% - 32px) !important;
}

.product-select .select2-selection__arrow b:before {
    font-size: 16px !important;
}

.product-select .select2-container--default .select2-selection--single {
    border: 0;
    font-size: 15px !important;
    line-height: 16px;
    color: #6E6E6E;
    display: inline-block;
    text-decoration: none;
    width: 240px;
    height: 38px;
    padding-top: 0px;
    text-align: center;
}

#select2-dp1-results,
#select2-dp2-results,
#select2-dp3-results {
    width: auto;
}

.table-heading {
    font-size:16px;
}



@media only screen and (min-width:992px) {
    .srt-heading {
            padding: 0;
            margin: 0;
        }

            .srt-heading h1 {
                margin: 0 20px 0 40px;
                background: none;
                color: #333333;
                width: auto;
            }

            .srt-heading span {
                display: flex;
            }

            .srt-heading .printAndShare {
                display: block;
            }
    }

@media (max-width: 1048px) {


    .product-select .select2-container--default .select2-selection--single {
        width: 173px;
    }

    span.variety {
        font-weight: 500;
        font-size: 25px;
        line-height: 34px; 
    }

    #comparison-section .product-details {
        margin-top: 0;
        margin-bottom: 43px;
        padding: 30px 15px 30px 56px;
    }

}

@media only screen and (max-width:767px) {
    .table-row {
        height: auto;
        padding: 9px 20px;
    }

    .product-select .select2-container--default .select2-selection--single {
        width: auto;
    }

   
}

@media only screen and (max-width:580px) {
    #comparison-section .product-details {
        margin-top: 0;
        margin-bottom: 64px;
        padding: 30px 15px 30px 65px;
    }
    .table-row div {
        flex: 1;
        text-align: center;        
        word-break: break-word;
    }
}

.product-select a {
font-weight:normal;
}

#comparison-section {
    top:0;
}

