.category.catalogue{
    text-align: center;
}


.category.catalogue .category-header{
    height: 30px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 25px;
    background-color: #EEE;
}

.product.catalogue .product-body .row{
    height: 100%;
}

.product-image{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.category-body img{
    width: 100%;
}

.product-description{
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-description div{
    margin: 20px 0;
    height: 160px;
    width: 100%;
    font-size: 12px;
    /*border-style: solid;*/
    /*border-width: 1px;*/
    text-align: left;
}

.product-description div p.description{
    font-size: 11px;
}

.product-description div p.product-title{
    font-size: 14px;
}