.w-catalog-listing-look .b2b.active {
  background-color: #11a0db;
  color: #ffffff;
}
.w-catalog-listing-look .b2b {
  color: #263238;
  height:35x;
  text-align: center;
  vertical-align: top;
  width:35px;
  line-height:35px;
  display:inline-block;
  border-radius:5px 5px 5px 5px;
  margin-left:5px;
}
.w-catalog-listing-look .b2b:before {
  content:'\f0c9';
  font-family:'FontAwesome', Verdana, Arial, sans-serif;
}
.w-catalog-listing-look .grid.active {
  background-color: #11a0db;
  color: #ffffff;
}
.w-catalog-listing-look .grid {
  color: #263238;
  height:35px;
  text-align: center;
  vertical-align: top;
  width:35px;
  line-height:35px;
  display:inline-block;
  border-radius:5px 5px 5px 5px;
}
.w-catalog-listing-look .grid:before {
  content:'\f009';
  font-family:'FontAwesome', Verdana, Arial, sans-serif;
}
.w-catalog-listing-look .list.active {
  background-color: #11a0db;
  color: #ffffff;
}
.w-catalog-listing-look .list {
  color: #263238;
  height:35px;
  text-align: center;
  vertical-align: top;
  width:35px;
  line-height:35px;
  display:inline-block;
  border-radius:5px 5px 5px 5px;
  margin-left:5px;
}
.w-catalog-listing-look .list:before {
  content:'\f00b';
  font-family:'FontAwesome', Verdana, Arial, sans-serif;
}
.w-catalog-listing-look .listing-look-title {
  display:inline-block;
  padding-top:4px;
  margin-right:10px;
}
@media (max-width:992px) {
  .w-catalog-listing-look  {
    display:none;
  }
}
