
.gallery-title
{
    font-size: 36px;
    color: rgb(128, 97, 51);
    text-align: center;
    font-weight: 500;
}

.filter-button
{
    font-size: 16px;
    /*border: 1px solid rgb(134, 119, 49);*/
    border-radius: 5px;
    text-align: center;
    color:#fff;
    margin-bottom: 30px;
    background-color:rgb(134, 119, 49);

}
.filter-button:hover
{
    font-size: 16px;
    /*border: 1px solid #42B32F;*/
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: rgb(100, 27, 21);

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.gallery_product img
{
    width:100%;
}
