#category-tree-parent h1 {
    margin-bottom: 20px;
}
#category-tree-parent p {
    font-size: 1.2em;
    line-height: 1.2em;
}
#category-tree-parent-image {
    background-size: cover;
    background-position: center;
}

/* ---- */

#category-tree-list h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.category-tree-item {
    min-height: 325px;
    margin-bottom: 40px;
}
.category-tree-item a {
    display: block;
    text-align: center;
}
.category-tree-item-image {
    background-size: cover;
    background-position: center;
}
.category-tree-item-name {
    display: block;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .category-tree-item {
        width: 50%;
    }
}

#category-tree-parent-button {
    margin-top: 20px;
}

/* ---- */

#category-tree-parent-image {
    margin-bottom: 10px;
}
.category-tree-parent-gallery-item {
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
}

/* ---- */

#category-tree-back {
    margin: 20px 0;
}
@media (max-width: 767px) {
    #category-tree-parent-button .btn, #category-tree-back .btn {
        display: block;
    }
}

/* ---- */

.italic {
    font-style: italic;
}
