.gallery-title {
    font-size: 36px;
    color: #bb0000;
    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 #bb0000;
    }

.filter-button {
    font-size: 18px;
    border: 1px solid #bb0000;
    border-radius: 5px;
    text-align: center;
    color: #bb0000;
    margin-bottom: 30px;
}

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

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

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}