.view-more-box {
    clear: both;
    padding: 10px 15px;
    text-align: center;
}

.view-more-box>a {
    background: #fff;
    color: #000;
    padding: 10px 10px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #000;
    transition: 0.2s;
}

.view-more-box>a:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    transition: 0.2s;
}
.filter-custom {
    width: 100%;
}
#collection-body .heading-collection .titleCategory {
    float: left;
}