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

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

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

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.container.tab {
    background-color: #fff;
    padding: 20px;
    width:100%;
    margin-bottom:-80px;
}
.container.tab button {
    width: auto;
}
.gallery_product.portrait {
    margin-bottom: 30px;
    max-height: 365px;
    overflow: hidden;
  }
.gallery_product.portrait img {
    max-height: 100%;
        width: 365px;
}
.row.gallery {
    width: 90%;
    margin: auto;
}
.section.gallery {
    background-color: #fff;
}
btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto #7e012d!important;
}
@media only screen and (max-width: 1000px){

  .lightbox-content {
      max-width: 300px;
  }
  .lightbox-image img {
      max-width: 90%;
  }

}
