@media screen and (min-width: 0px) and (max-width: 600px) {

    .icon-bar {
        background-color: #CADAD1;
        display: none;
    }

    .icon-bar a {
        display: none;
    }

    .icon-bar button {
        display: block;
        position: fixed;
        margin-top: 2rem;
        height: 3rem;
    }

    .icon-bar a:hover {
        background-color: #DDE7E1;
        box-shadow: 6px 6px 2px 1px rgba(0, 40, 19, .2);
    }
}



@media screen and (min-width: 601px){

    .icon-bar {
        margin-top: 2rem;
        width: 100px;
        background-color: #CADAD1;
        flex-wrap: wrap;
        position: fixed;
        border-radius: 0 1rem 1rem 0;
        border: 1px solid #003218;
        display: none;
    }

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 5px;
        transition: all 0.3s ease;
        color: white;
        font-size: 10px;
        /*border-radius: 1rem 0 1rem 0;*/
    }


    .icon-bar a:hover {
        background-color: #DDE7E1;
        box-shadow: 6px 6px 2px 1px rgba(0, 40, 19, .2);
    }


}





div#result {
    display: none;
    min-height: 100%;
    border: 2px solid #003a1b;
    border-radius: 3rem;
    padding: 1rem .2rem 5rem .2rem;
    margin: 1rem;
    box-shadow: 0px 10px 13px 12px rgba(0, 58, 27, .5);
    background-color: #004e25;
    align-content: center;
}



.main-title {
    color: #cadad1;
    text-align: center;
}

.agro-catalogue img {
    border-radius: 2rem;
    margin: 1rem;
}

.catalogue-full-content {
    background-color: #d5e1da;
    border-radius: 2rem;

}

.agro-catalogue .row {
    border-radius: 1rem;
    font-size: .8rem;
    font-family: inherit;

}

.agro-catalogue .row:nth-child(odd) {
    background: rgba(0, 78, 33, 0.1);
}

.agro-catalogue input[type="checkbox"] {
    transform: scale(1.6);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

div#filters {
    padding: 3rem;
}


p.title,
p.title2 {
    font-size: 1.5rem;
    font-family: inherit;
    color: #003a1b;
    font-weight: 800;
}

.agro-catalogue a:link {
    color: #003a1b;
    font-weight: 800;
}


#checker {
    font-size: .8rem;
    margin: .5rem 0 .5rem 0;
}



table#compareTable tr:nth-child(even) {}

table#compareTable tr:nth-child(odd) {
    background: rgba(0, 78, 33, 0.1);
}

table#compareTable table,
table#compareTable tr,
table#compareTable td {
    border: .3px solid hsl(148, 100%, 15%);
    font-size: 1rem;
    font-family: inherit;
    padding: .5rem;

}

table#compareTable img {
    border-radius: 3rem;
    padding: 1rem;
}