 .gallery-title {
     font-size: 36px;
     color: #FFA500;
     text-align: center;
     font-weight: 500;
     margin-bottom: 70px
 }

 .gallery-title:after {
     content: "";
     position: absolute;
     width: 22.5%;
     left: 38.5%;
     height: 45px;
     border-bottom: 1px solid #5e5e5e
 }

 .filter-button {
     font-size: 12px;
     border: 1px solid #000;
     border-radius: 0px;
     text-align: center;
     color: #000;
     margin-bottom: 30px;
     background-color: #fff;
 }

 .filter-button:hover {
     font-size: 12px;
     border: 1px solid #000;
     border-radius: 0px;
     text-align: center;
     color: #ffffff;
     background-color: #000
 }

 .btn-default:active .filter-button:active {
     background-color: #bb911c;
     color: white
 }

 .port-image {
     width: 100%
 }

 .gallery_product {
     margin-bottom: 30px
 }

