@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body,h1,h2,h3,h4,h5,h6,a,p,span,label,li{
	 font-family: "Fira Sans", sans-serif;
}
.single-brand .img-small{
	width: 70px; 
	height: 80px;
}
.gallery-title
{
    font-size: 36px;
    color: black;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery_product img{
	width: 100%;
	height: 100%;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
/*    border-bottom: 1px solid #5e5e5e;*/
}
.filter-button
{
    font-size: 12px;
    border: 1px solid red;
    border-radius: 5px;
    text-align: center;
    color: white;
    padding: 15px 10px;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 12px;
    border: 1px solid red;
    border-radius: 5px;
    text-align: center;
    color: red;
    background-color: red;

}
.btn-default:active .filter-button:active
{
    background-color: black;
    color: red;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.gallery_product:hover{
	filter: grayscale(70%);
}