﻿.views-categories {
}

    .views-categories .root-category-container {
        padding: 20px;
        text-align: center;
    }

        .views-categories .root-category-container img {
            max-width: 100%;
        }

    .views-categories .child-category-container {
        background-color: #ffffff;
        border-radius: 8px;
        margin: 20px;
        padding: 10px;
        text-align: center;
    }

        .views-categories .child-category-container .child-category-image-container {
            height: 200px;
        }

        .views-categories .child-category-container img {
            max-height: 100%;
            max-width: 100%;
        }

        .views-categories .child-category-container .child-category-title {
            color: #000000;
            font-size: 1.2rem;
            font-weight: 500;
            height: 3rem;
            margin-top: 20px;
            text-align: center;
        }

.views-brands {
}

    .views-brands .brand-container {
        border: solid 1px #dedede;
        border-radius: 10px;
        margin: 20px;
        padding: 10px;
        text-align: center;
    }

        .views-brands .brand-container img {
            max-width: 100%;
        }
