/* CSS Document */
.gallery-title
{
    font-size: 36px;
    /*color: #ab8a62;*/
    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 #021B49;
}
.filter-button
{	
  /*font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  background: #ab8a62;
  color: #fff;
  padding: 13px 22px;
  margin: 0;
  position: relative;
  font-size: 14px;*/
  margin-bottom:18px
}
.filter-button:hover{
  /*border-radius: 5px;
  text-align: center;
  border: 1px solid #ab8a62;
  color: #ffffff;
  background-color: #34241D;*/

}
.btn-default:active .filter-button:active
{
    /*background-color: #ab8a62;
    color: white;*/
}
.port-image
{
    width: 100%;
}
.gallery_product
{
    margin-bottom: 30px;
}