.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: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    color: #ec5a73;
    margin-bottom: 30px;
    cursor: pointer;
    text-transform: capitalize;
    background-color: #eee;
}
.filter-button:hover {
    border: 1px solid #e5007e;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #e5007e;
}
.btn-default:active .filter-button:active {
    background-color: #e5007e;
    color: white;
}
.filter-button.active {
    background-color: #e5007e;
    color: white;
}
.port-image {
    width: 100%;
}
.gallery_product {
    margin-bottom: 30px;
}
