		.recommendations-head{
            color: #111;
            font-size: 22px;
            font-weight: 500;
        }
        .recommendations-listing p{
            color: #d21e2b;
            font-size: 15px;
            font-weight: 500;
        }
        .recommendations-listing p span {
            color: black;
        }
        .recommendations-listing p span::before{
            font-family: "Font Awesome 5 Free"; 
            font-weight: 900;
            content: "\f00c";
            margin-right: 10px;
            color:#d21e2b;
        }
        .filtered {
            display: none;
        }
        .brand-card {
            border: 1px solid #ececec;
            border-radius: 5px;
            box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
            height: 449px;
        }
        .thumbnail-container {
            border-bottom: 1px solid rgba(226, 226, 226, 0.8);
            height: 55.66%;
            overflow: hidden;
        }
        .card-thumbnail {
            position:relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%
        }
        .description-container {
            height: 44.34%;
        }
        .active-btn {
            font-weight: bolder;
            background-color: grey;
        }
        .drop-btn:focus{
            outline:none;
        }
        .brand-card h4{
            font-size: 20px;
            color: #111;
            font-weight: 500;
            margin-bottom: 10px;            
        }
        .brand-card h4::before{
            content: 'â—';
            color: #d21e2b;
            margin-right: 10px;
        }
        .brand-card-btn{
            padding: 11px 45px 11px 45px;
            border-radius: 5px;
            background: #000000;
            color: #fff;
            display: inline-block;
            font-weight: 500;
            font-size: 12px;
            transition: all .4s ease;
        }
        .brand-card-btn:hover{
            background-color: #d21e2b;
            color: #fff;
        }
        #banner-div{
            margin-bottom: 30px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
            border-radius: 10px;
            max-height:;
        }
        #banner-div img{
            border-radius: 10px;
        }