
.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
{
      border-color: #ffffff;
      color: #ffffff;
      transition: all 0.2s ease-in-out 0s;
border-width: 2px;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
text-decoration: none;
word-spacing: 1px;
font-size: 14px;
  }

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

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

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 0px;
}
