
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

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

.port-image
{
    width: 20%;
}

.gallery_product 
{
    margin-bottom: 1px;
     margin-top: 1px;
}
.gallery_product button
{
    background: transparent;
    width: 250px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100%;
    max-height: 100%;
    height: 250px;
    border: 0;

}
.gallery_product button img
{
    margin-bottom: 10px; 
    object-fit: cover;
    width: 100%;
    border: 0;
}
.gallery_product button:hover
{
    cursor: pointer  ;
}

.gallery_product a .active{
    background: #d9efd5;
    border-radius: 21px 21px 21px 21px;
    -moz-border-radius: 21px 21px 21px 21px;
    -webkit-border-radius: 21px 21px 21px 21px;
    border: 0px solid #000000;
    }