

.filter-button
{
    font-size: 1.1em;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    background-color: transparent;

}
.filter-button.item-active{
    background-color: #7F190F !important;
    color: #FFF;
    border: 1px solid #7F190F;
}
.filter-button:hover
{
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #7F190F;
    border: 1px solid #7F190F;

}
.filter-button:focus,.filter-button:active{
    outline: none !important;
}


.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
    position: relative;
}
.gallery_product .gallery-title {
	background-color: #FFF;
	border-bottom: 2px solid #e3e3e3;
	display: block;
	padding: 10px 15px;
	font-size: 1.2em;
	color: #515151;
	font-weight: 600;
	text-align: center;
	border-radius: 0 0 6px 6px;
}
.gallery_product:hover .gallery-title{
    color: #7F190F;
}
