


 .title{
    padding-top: 6px;
    font-size: 12px;
}

 .items .img{
     height: 100px;
     width: 200px;
     background-position: center;
     background-size: contain;
     background-repeat: no-repeat;
  }


.item{
     justify-content: flex-start;
}

.filter .item [brand]{
     padding: 4px;
     margin: 4px;
     background: #e0e8d1;
     border-radius: 4px;
     cursor: pointer;
 }

 .filter .item [brand].selected{

     background: #205b8b;
     color: #fff;
 }


 .filter .item [brand]:hover{
     padding: 4px;
     margin: 4px;
     background: #666c61;
     border-radius: 4px;
     cursor: pointer;
     color: #fff;
 }