.filter-button
{


}

.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
}
.gallery_product:hover{
    cursor: pointer;
}

.gallery_product:hover img{
    opacity: 0;
}
.gallaryPText{
  width: 80%;
  height: 90%;
  position: absolute;
  top: -100px;
  left: 10%;
  color: #222;
}
.gallaryPBtn{
  position: absolute;
  bottom: -100px;
  left: 25%;
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.gallery_product:hover .gallaryPText{
  top: 20%;
}

.gallery_product:hover .gallaryPBtn{
  bottom: 20%;
}
.gallery_product *{
  transition: all 0.35s ease-in-out;
}

.gallery-btns{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;

}
