#main-container .main-content {
    padding: 40px;
}

#main-container .top-banner .cover {
    background: url(../img/background-grey.svg) #F8F8F8;
    opacity: 1;
}

#main-container .top-banner.ingredients .container .content {
    max-width: 100%;
}

#main-container .top-banner.ingredients .container .content .breadcrumbs{
    display: flex;
    gap: 10px;
    font-size: 16px;
    align-items: center;
}

#main-container .top-banner.ingredients .container .content .breadcrumbs a{    
    cursor: pointer;
    color: var(--oronu-gray);
}

#main-container .top-banner.ingredients .container .content .breadcrumbs .icon-arrow-right{
    height: 16px;
}  

#main-container .top-banner.ingredients .container .content .breadcrumbs a.active{
    color: #000;
}

#main-container .top-banner.ingredients .container .content h1{
    font-size: 32px;
    gap: 24px;
}

#main-container .top-banner.ingredients .container .content h1 span{
    font-size: 28px;
}

#main-container .main-content {
    background-color: #fff;
}

#main-container .main-content .container.ingredients{
    padding-top: 124.8px;
    flex-direction: column;
}

#main-container .main-content .container.ingredients .ingredients-bar{
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    margin-top: -164.8px;
    background: #fff;
    z-index: 3;
}

#main-container .main-content .container.ingredients .ingredients-bar.fixed{
    top: 0;
    position: fixed;
    margin-top: 0 !important;
}

#main-container .main-content .container.ingredients .ingredients-bar .top-bar{
    display: flex;
    justify-content: center;
}

#main-container .main-content .container.ingredients .ingredients-bar .top-bar .top-bar-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    width: 100%;
    max-width: 1300px;
}

#main-container .main-content .container.ingredients .ingredients-bar .top-bar .top-bar-container .results-container{
    color: var(--oronu-gray);
}

#main-container .main-content .container.ingredients .ingredients-bar .top-bar .top-bar-container .filters{
    display: flex;
    gap: 30px;
}

#main-container .main-content .container.ingredients .ingredients-bar .top-bar .top-bar-container .filters label{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--oronu-gray);
}

#main-container .main-content .container.ingredients .ingredients-bar .top-bar .top-bar-container .filters label input, select{
    padding: 6px 10px;
    background: transparent;
    border: 1px solid var(--oronu-gray);
    color: var(--oronu-gray);
}

#main-container .main-content .container.ingredients .ingredients-bar .bottom-bar .header-row{
    display: flex;
    justify-content: center;
    background-color: var(--oronu-gray-alpha);
}

#main-container .main-content .container.ingredients .ingredients-bar .bottom-bar .header-row .header-container{
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    padding: 18px 0;
    gap: 20px;
    width: 100%;
    max-width: 1300px;
    align-items: center;
}

#main-container .main-content .container.ingredients .no-results-message{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    gap: 20px;
    padding: 20px;
    text-align: center;
}

#main-container .main-content .container.ingredients .no-results-message.active{
    display: flex;
}

#main-container .main-content .container.ingredients .ingredients-table{
    display: flex;
    flex-direction: column;
}

#main-container .main-content .container.ingredients .ingredients-table .table-row{
    display: grid;
    grid-template-columns: 2fr 5.1fr;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid var(--oronu-gray-alpha);
    padding: 40px 0;
}

.ingredients-table .table-row .ingredient-title{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ingredients-table .table-row .ingredient-title p{
    font-size: 14px;
    line-height: 20px;
}

.ingredients-table .table-row .ingredient-content{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ingredients-table .table-row .ingredient-content .top-content{
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 20px;
}

.ingredients-table .table-row .ingredient-content .top-content h5{
    display: none;
}

.ingredients-table .table-row .ingredient-content .top-content ul.ingredient-benefits{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ingredients-table .table-row .ingredient-content .top-content ul.ingredient-benefits li{
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-weight: 500;
}

.ingredients-table .table-row .ingredient-content .top-content ul.ingredient-benefits li:before{
    content:"·";
    font-size:30px;
    line-height:15px;
}

.ingredients-table .table-row .ingredient-content .top-content .ingredient-found{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ingredients-table .table-row .ingredient-content .top-content .ingredient-found p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.ingredients-table .table-row .ingredient-content .top-content .ingredient-found ul.ingredient-products{
    display: flex;
}

.ingredients-table .table-row .ingredient-content .top-content .ingredient-found ul.ingredient-products a{
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    width: 50px;
}

.ingredients-table .table-row .ingredient-content .top-content .ingredient-found ul.ingredient-products a:first-child{
    margin-left: 0;
}

.ingredients-table .table-row .ingredient-content .top-content .ingredient-found ul.ingredient-products img{
    width: 55px;
}

.ingredients-table .table-row .ingredient-content .bottom-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ingredients-table .table-row .ingredient-content .bottom-content .more-title{
    font-size: 12px;
    font-weight: 600;
    color: var(--oronu-gray);
}

.ingredients-table .table-row .ingredient-content .bottom-content a.paper-reference{
    border: 2px solid var(--oronu-gray-alpha);
    display: flex;
}

.ingredients-table .table-row .ingredient-content .bottom-content a.paper-reference .icon-research{
    display: flex;
    border-right: 2px solid var(--oronu-gray-alpha);
    width: 100px;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    padding-left: 8px;
}

.ingredients-table .table-row .ingredient-content .bottom-content a.paper-reference .icon-research img{
    width: 45px;
}

.ingredients-table .table-row .ingredient-content .bottom-content a.paper-reference .reference-cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 10px;
    padding-right: 14px;
    justify-content: center;
    position: relative;
    gap: 20px;
}

.ingredients-table .table-row .ingredient-content .bottom-content a.paper-reference .reference-cont h6{
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding-right: 25px;
}

.ingredients-table .table-row .ingredient-content .bottom-content a.paper-reference .reference-cont p{
    color: var(--oronu-gray);
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    width: 100%;
    text-align: right;
}

.ingredients-table .table-row .ingredient-content .bottom-content a.paper-reference .reference-cont .icon-open-new-tab{
    top: 0;
    width: 40px;
    position: absolute;
    right: 0;
    padding: 8px;
    color: var(--oronu-gray);
}


footer{
    background-color: #fff;
}


@media screen and (max-width: 1400px) {

    #main-container .main-content .container.ingredients .ingredients-bar .top-bar{
        padding: 0 40px;
    }

    #main-container .main-content .container.ingredients .ingredients-bar .bottom-bar .header-row{
        padding: 0 40px;
    }

    #main-container .main-content .container.ingredients .ingredients-bar .top-bar .top-bar-container {
        max-width: 1140px;
    }

    #main-container .main-content .container.ingredients .ingredients-bar .bottom-bar .header-row .header-container {
        max-width: 1140px;
    }

}

@media screen and (max-width: 1300px) {

    #main-container .main-content .container.ingredients .ingredients-bar .top-bar .top-bar-container {
        max-width: 960px;
    }

    #main-container .main-content .container.ingredients .ingredients-bar .bottom-bar .header-row .header-container {
        max-width: 960px;
    }

}

@media screen and (max-width: 768px) {

    .loader-container{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 2;
        background-color: #fff;
    }

    #main-container .top-banner.ingredients .container .content .breadcrumbs {
        flex-wrap: wrap;
    }

    #main-container .top-banner.ingredients .container .content h1{
        font-size: 26px;
        gap: 15px;
        line-height: 30px;
    }

    #main-container .top-banner.ingredients .container .content h1 span {
        font-size: 22px;
    }

    #main-container .main-content {
        padding: 0;
    }

    #main-container .main-content .container.ingredients {
        padding-top: 0 !important;
    }

    #main-container .main-content .container.ingredients .ingredients-table .table-row {
        grid-template-columns: 1fr;
        padding: 40px 20px;
    }

    .ingredients-table .table-row .ingredient-content .top-content {
        grid-template-columns: 1fr;
    }

    .ingredients-table .table-row .ingredient-content .top-content h5{
        display: block;
    }

    #main-container .main-content .container.ingredients .ingredients-bar{
        padding: 20px 0;
        gap: 20px;
        position: fixed;
        margin-top: 0 !important;
        bottom: 0;
        top: unset !important;
        border-top: 2px solid var(--oronu-gray-alpha);
    }

    #main-container .main-content .container.ingredients .ingredients-bar .top-bar{
        padding: 0 18px;
    }

    #main-container .main-content .container.ingredients .ingredients-bar .top-bar .top-bar-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    #main-container .main-content .container.ingredients .ingredients-bar .top-bar .top-bar-container .filters {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 10px;
    }

    #main-container .main-content .container.ingredients .ingredients-bar .top-bar .top-bar-container .filters label input, select {
        width: 100%;
    }

    #main-container .main-content .container.ingredients .ingredients-bar .bottom-bar{
        display: none;
    }

    footer{
        margin-bottom: 100px;
    }

}