div.catalog > div.row > div.col-md-8 > h3,
div.catalog > div.row > div.col-md-8 > h3 a
{
    color: #121212;
    margin-top: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}


div.catalog div.subproducts a {
    color: #696969;
    font-size: 12px;
    width: 100%;
    display: inline-block;
/*
    width: 100%;
    border: 1px lightgrey solid;
    display: inline-block;
    margin: 3px;
    overflow: hidden;
    padding: 3px;
    font-size: 11px;
    text-align: center;
    color: #44adef;
*/

}

div.catalog div.subproducts p {
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
}

div.catalog div.subproducts  {
    max-height: 123px;
}

div.catalog div.subproducts .page-item {
    margin-bottom: 0.45em;
}

div.catalog div.subproducts .page-item:hover {
    background: #44adef;
}

div.catalog div.subproducts .page-item:hover a {
    color: white;
}