		.filtered {
            display: none;
        }
        .brand-card{
            border:1px solid #ececec;
            border-radius:5px;
            box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
        }
        .active-btn {
            font-weight:bolder;
            background-color:grey;
        }
        .drop-btn:focus{
            outline:none;
        }
		.brand-card-img-container {
			height: 0;
			position: relative;
			padding-top: calc(249 / 348 * 100%);			
		}
		.brand-img-inner{
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			padding: 0rem;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center center;
			background-clip: content-box;
		}
        .brand-card-btn{
            padding: 15px 15px 15px 15px;
            border-radius: 5px;
            background: #000000;
            color: #fff;
            display: inline-block;
            font-weight: 500;
            font-size: 12px;
            transition: all .4s ease;
            flex:1;
        }
        .brand-card-btn:hover{
            background-color: #d21e2b;
            color: #fff;
        }
        .clamp-toggle:hover{
            cursor: pointer;
        }
        .card-description {
            min-height: 69px;
        }
        /*#map-container{
            height: 55%;
            width: 100%;
        }
        #brands-map{
            height:100%;
            width:100%;
        }*/
        
        
.product-icon {
    color: #df1d27;
}

.product-icon:hover {
    color: #005d91;
}

.product-icon.active {
    color: #005d91;
}