* {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

body {
    color: #444;
    font-size: 16px;
    background-color: #7ea341;
}

p {
    padding: 10px 0;
}

aside article {
    color: white;
}

aside article.cluster h4 {
    color: #999999;
}

.categories-home h3 {
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}

#container {
    max-width: 1200px;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

header img {
    width: 200px;
}

header {
    padding: 20px;
    /*grid-area: header;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#623275+0,7ea341+100 */
    background: #623275; /* Old browsers */
    background: -moz-linear-gradient(left, #623275 0%, #7ea341 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #623275 0%, #7ea341 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #623275 0%, #7ea341 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#623275', endColorstr='#7ea341', GradientType=1); /* IE6-9 */
}

nav {
    position: relative;
    display: grid;
    grid-template-columns: auto;
    background-color: #464646;
    z-index: 10;
}

nav a {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.dropdown {
    position: relative;
    border: 1px solid white;
}

.dropdown .dropbtn {
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    padding: 14px 16px;
    margin: 0;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1.5px;
    background-color: inherit;
}

.dropdown-content {
    display: none;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

}

.dropdown-content a {
    color: #444;
    padding: 12px 16px;
    text-decoration: none;
    /* display: block;*/
    text-align: left;
    font-size: 16px;
}

nav a, .dropdown .dropbtn, .dropbtn {
    transition: background-color 0.6s;
}

nav a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: #DF7401;
}

.dropdown-content a:hover {
    color: #fff !important;
}

#content {
    grid-template-columns: auto;
    grid-template-areas: "main" "aside";
    margin: 10px auto;
}

#content h1 {
    font-size: 22px;
}

#content h2 {
    font-size: 18px;
}

main {
    grid-area: main;
}

aside {
    grid-area: aside;
    background-color: #464646;
    padding-top: 15px;
    padding-bottom: 15px;

}

aside h1 {
    margin-top: 15px;
}

footer {
    grid-area: footer;
    background-color: #111;
    color: #dddddd;
    padding: 20px;
    text-align: center;
    font-size: small;
    padding-bottom: 50px;
}

footer a {
    display: block;
    color: #dddddd;
    text-decoration: none;
    padding: 0 10px;
    margin-bottom: 15px;
}

.categories {
    margin-top: 15px;
    padding: 15px;
}

.categories div img {
    width: 100%;
}

.categories div h2 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.main-kw,
.secondary-kw {
    text-align: center;
    margin: 30px 0 10px;
}

.content-intro {
    padding: 0 30px;
}

.cluster {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 10px 20px;
    border: 1px solid #464646;
}

.cluster .link-img,
.featured-product .link-img {
    background-color: transparent;
    cursor: pointer;
}

.cluster .link-img img,
.featured-product .link-img img {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
}

.cluster .link-img:hover img,
.featured-product .link-img:hover img {
    opacity: 0.5;
}

.cluster h3,
.featured-product h3 {
    margin: 10px auto;
    font-size: 15px;
}

.cluster h4,
.featured-product h4 {
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.cluster .link-bottom {
    background-color: #DF7401;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.cluster .link-bottom:hover {
    background: #623275; /* Old browsers */
    background: -moz-linear-gradient(left, #623275 0%, #7ea341 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #623275 0%, #7ea341 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #623275 0%, #7ea341 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#623275', endColorstr='#7ea341', GradientType=1); /* IE6-9 */
}

.cluster p {
    /*margin: inherit;*/
}

.cluster ul {
    list-style-position: inside;
}

.product h3,
.featured-product h3 {
    text-align: center;
}

.product h3 > a > span,
.featured-product h3 > a > span {
    display: block;
    font-size: small;
    padding-top: 4px;
}

.aside-heading {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.featured-product {
    margin: 15px 10px;
    color: #ffffff;
}

.featured-product a,
.featured-product a.link-h3 {
    color: #ffffff;
}

.featured-product .link-bottom {
    display: block;
    background-color: #B15147;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
    margin-top: 10px;
    width: 100%;
}

.legal-text {
    padding: 20px 20px 40px;
}

.legal-text ul {
    list-style: none;
}

.cookies-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(190, 190, 190, 1);
    padding: 10px 20px 30px;
    color: #444;
    text-align: left;
    display: none;
    transition: opacity 1s;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .6);
    z-index: 1000;
}

.cookies-panel h5 {
    text-align: center;
    margin: 10px auto;
    letter-spacing: 1px;
}

.cookies-panel table {
    margin: auto;
    text-align: left;
    border-collapse: collapse;
}

.cookies-panel td {
    padding: 15px 6px;
    border-bottom: 1px solid white;
}

.cookies-panel a {
    text-decoration: none;
    color: #1E90FF;
}

.cookies-panel .layer-two a {
    display: block;
    margin: 16px auto;
    font-size: small;
}

.cookies-panel button {
    border: none;
    background-color: #1E90FF;
    color: #ffffff;
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px;
}

.cookies-switch {
    position: fixed;
    bottom: 0;
    left: 90%;
    display: none;
    transition: opacity 1s;
}

#cookies-switch-btn {
    background-color: #1E90FF;
    border: none;
    color: #ffffff;
    padding: 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 11px;
    letter-spacing: 1px;
    box-shadow: 1px -1px 4px rgba(150, 150, 150, .75);
    margin-left: -50%;
}

.layer-one,
.layer-two {
    display: none;
}

.show {
    display: block !important;
}

.yellow-amazon {
    color: #FF9900;
}

.read-more {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #888;
    border: 1px solid #aaa;
    width: 110px;
    margin: 10px auto;
    padding: 6px;
}

#zoomed-images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#modal-black-bg {
    background-color: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#zoomed-img-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#zoomed-img {
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .9);
}

#close-zoomed {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    border: 5px solid black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: white;
    color: black;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
}

.product .infolink {
    background-color: #CDF8CD;
    padding: 0 5px;
    border-radius: 10px;
    font-weight: bold;
    color: #0D590D;
}

.infolink:after
{
    content: ' \2139';
    color: #000;
}

.infolink:hover:before
{
    /*color: white;
    background: blue;
    border-color: white;
    text-decoration: none;*/
}

/* Small devices (portrait tablets and large phones, 600px up) ********************************************************/
@media only screen and (min-width: 600px) {

    .categories {
        display: grid;
        grid-column-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .cluster .link-bottom {
        position: absolute;
        width: calc(100% - 20px);
        bottom: 10px;
        left: 10px
    }
}

/* Medium devices (landscape tablets, 768px up) ***********************************************************************/
@media only screen and (min-width: 768px) {
    nav {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
    }

    header {
        text-align: left;
        padding: 20px;
    }

    .dropdown-content {
        position: absolute;
        left: 0;
        right: 0;
    }

    #content {
        display: grid;
        grid-template-columns: 75% 25%;
        grid-template-areas: "main aside";
    }

    main {
        grid-area: main;
    }

    aside {
        grid-area: aside;
    }

    footer a {
        display: inline-block;
    }
}

/* Large devices (laptops/desktops, 992px) ****************************************************************************/
@media only screen and (min-width: 992px) {

    .categories {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Extra large devices (1200px up) ************************************************************************************/
@media only screen and (min-width: 1200px) {
    /**/
}
