﻿
.nav__breadcrumb
{
    display:none;
}

h1 {
    /*margin-top: 20px;*/
    text-align: center;
}

ul#brands {
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

    ul#brands li {
        padding: 0 10px;
        margin: 0.5rem;
        /*min-width: 320px;*/
        width: 170px;
        height: 130px;
        display: inline-block;
        position: relative;
        /*border: solid 1px #ccc;*/
        border-radius: 5px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, .23);
        
        box-shadow: 0 10px 20px rgb(0 0 0 / 9%), 0 6px 6px rgb(0 0 0 / 23%);
        border: solid 1px #ccc;
        box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); 
        box-shadow: 0 6px 6px rgb(0 0 0 / 13%);
        background-color:#fff;
    }

    ul#brands li.partner {
        width: 250px;
        height: 200px;
    }

        ul#brands li > a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            /* padding: 20px; */
            align-items: center;
            justify-content: start;
            z-index: 2;
            /* background: rgba(0,0,0,0.5); */
            flex-wrap: nowrap;
            flex-direction: column;
            color: white;
            text-decoration: none;
            transition: 0.2s;
            justify-content: center;
            padding-bottom: 10px;
        }

        ul#brands li div.brands__name {
            position:absolute;
            bottom:0;
            left:0;
            width:100%;
            height:calc(20%);
            text-align:center;
            display:none;
        }

            ul#brands li div.brands__name span {
                font-size:1rem;
            }

        ul#brands li span {
            color: var(--dark-maroon);
            bottom: 10px;
        }

        ul#brands li img {
            margin-top: 10px;
            max-width: calc(80%);
            max-height: calc(90%);
        }



.seoheader {
    border-bottom: 1px solid #e3e3e3;
}

.seotext {
    width: 1000px;
    margin: 20px auto;
}

    .seotext p {
        font-size: 0.9rem;
    }

.seofooter {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
}

#product-list .seofooter {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
}


.seofooter {
    max-height: 20vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
}

    .seofooter .truncated-wrapper {
        overflow: hidden;
    }

    .seofooter a.readmore {
        position: absolute;
        bottom: -25px;
        z-index: 10;
        width: 100%;
        text-align: center;
        color: var(--dark-maroon);
        text-decoration: underline;
        background: #fff;
        padding: 0;
    }


@media (max-width: 1200px) {
    .seotext {
        width: 900px;
    }
}


@media (max-width: 1000px) {
    .seotext {
        width:700px;

    }
}


@media (max-width: 800px) {
    .seotext {
        width: 500px;
    }
}

@media (max-width: 600px) {
    .seotext {
        width:90%;
        text-align:center;
    }
}
