.btn {
    border-radius: 0;
}

.gallery-title {
    font-size: 36px;
    color: #11999E;
    text-align: center;
    font-weight: 500;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 50px;
    border-bottom: 2px solid #11999E;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #11999E;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    transition: all .3s;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    background-color: #11999E;

}

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
    overflow: hidden;
}
