.gallery-section{
    margin-top: 30px;
	margin-bottom: 30px;
	text-align:center;
	margin: 0 auto;
}
.gallery-item{
	margin-bottom: 30px;
}
.modal-footer{
	text-align: center;
}
.pagination{
	margin: 0;
}
.row1{
  width: 90%;
    margin:0 auto;	
	}


.gallery-title
{
    font-size: 36px;
    color: #561F1F;
    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: 18px;
    border: 1px solid #561F1F;
    border-radius: 5px;
    text-align: center;
    color: #561F1F;
    margin-bottom: 30px;

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

}
.filter-button.active
{
    background-color: #561F1F;
    color: white;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}