#gallery
	{
		margin-bottom: 30px;
	}


	.gallery-title{
		font-size: 36px;
		color: #3f51b5;
		text-align: center;
		font-weight: 500;
		margin-bottom: 70px;
	}
	.filter-button{
		font-size: 15px;
		border: 1px solid #3f51b5;
		border: 0;
		padding: 5px 15px;
		text-align: center;
		color: #BDBDBD;
		margin-bottom: 5px;
		background: transparent;
		font-weight: 600;
	}
	.filter-button:hover,
	.filter-button:focus,
	.filter-button{
		color: #000000;
	}
  .filter-button:hover,
	.filter-button:focus,
	.filter-button.active{
		color: #016faa;
	}
	.gallery_product{
		margin: 0px;
		padding:0;
		position:relative;
	}
	.gallery_product .img-info{
		position: absolute;
		background: rgba(0,0,0,0.5);
		left: 0;
		right: 0;
		bottom: 0;
		padding: 20px;
		overflow:hidden;
		color:#fff;
		top:0;
		display:none;
		   -webkit-transition: 2s;
		transition: 2s;
	}

	.gallery_product:hover .img-info{
		display:block;
	   -webkit-transition: 2s;
		transition: 2s;
	}

	.fancybox-button--share {
		display: none;
	}
	.gallery_product img
	{
		border: 5px solid #fff;
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
	#gallery a.fancybox>img
	{
		/* max-width: 300px; */
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
.gallery .filter{
  padding-right: 0;
}
.gallery-section{
  padding-bottom: 5rem;
}
/*  */