
.gallery-title{
    font-size: 20px;
    color: #e73e04;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}

.gallery-title:after{
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 30px;
    border-bottom: 1px solid #5e5e5e;
}

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

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

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

.port-image{
    width: 100%;
}

.gallery_product{
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width:767px){
    .filter-button{
        font-size: 16px;
    }
    .gallery-title{
    font-size: 18px;

}   
