
.collection-group-menu {
    box-shadow: 30px 0 50px -50px rgba(0, 0, 0, 0.5);
}

.collection-group-menu .heading {
    margin-bottom: 10px;
    border: solid #cccccc;
    border-width: 2px 0;
}

.collection-group-menu .heading .row {
    margin: 0;
}

.collection-group-menu .heading .caption {
    padding: 10px 30px 10px 15px;
}

.collection-group-menu .heading .image {
    padding-left: 0;
}

.collection-group-menu .heading .image img {
    max-width: 100%;
}

.collection-group-menu .heading h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collection-group-menu .heading h3 a {
    color: #666;
}

.collection-group-menu .collection .row {
    margin: 0;
}

.collection-group-menu .collection ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.collection-group-menu .collection li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collection-group-menu .collection li::before {
    content: '> ';
    color: #f7921e;
    white-space: nowrap;
}


@media (max-width: 767px) {

    .collection-group-menu .heading h3{
        white-space: normal;
        word-break: break-all;
    }

    .collection-group-menu.block,
    .ccm-page .collection-group-menu.block{
        margin-bottom: 0;
    }

    .collection-group-menu .col-height{
        display: block;
    }
    .collection-group-menu img{
        width: 100%;
    }

    .collection-group-menu .heading{
        border: none;
    }

    .collection-group-menu .heading .caption{
        padding-left: 0;
        padding-right: 0;
    }

    .collection-group-menu .caption a{
        color: #000000;
        font-weight: bold;
    }

    .collection-group-menu .caption i{
        color: #F7901E;
    }

    .collection-group-menu .caption h3 a{
        font-size: 14px;
        color: #000;
    }
}

