.all-brands-list{
  width:100%;
  height:auto;
  border:1px solid #d0d0d0;
  transition: all 0.4s ease-in-out;
  box-shadow: 5px 5px 10px 0px #ccc;
  margin-top: 10px;
}
.all-brands-list:hover{
  border:1px solid #d0d0d0;
  box-shadow: 5px 5px 5px -2px #ccc;
  transition: all 0.4s ease-in-out;
}
.brands-list-heading{
  background-color:#ffffff;
  width:100%;
  height:auto;
  border-bottom:1px solid #d0d0d0;
}
.brands-list-heading .heading-text{
  font-size:16px;
  color:#000;
  font-weight: bold;
  text-align:center;
  padding:5px 0;

}
.brands-list-heading .heading-text a:hover{
  text-decoration:underline;
}
.brands-list-body{
  width:100%;
  height:200px;
  position:relative;
  overflow:auto;
  background: #fff;
}
.brands-list-body .brands-show{
  padding:0px 5px 0px 5px;
  width:100%;
  display:block;
  position:relative;
  border-bottom:1px solid #e8e8e8;
}
.brand-image{
  padding:5px;
}
.brand-name{
  padding:5px;
}
.brand-image img{
  border:1px solid #d0d0d0;
  border-radius: 3px;
  width:40px;
  height:auto;
}
.category_menu .todays_deal::-webkit-scrollbar,
.all-brands-list .brands-list-body::-webkit-scrollbar,
.comments-scroll::-webkit-scrollbar,
.product-single .fix-length::-webkit-scrollbar,
.store_locator .vendors::-webkit-scrollbar{
  width: 3px;
  background: #737373;
}
.category_menu .todays_deal::-webkit-scrollbar-thumb,
.all-brands-list .brands-list-body::-webkit-scrollbar-thumb,
.comments-scroll::-webkit-scrollbar-thumb,
.product-single .fix-length::-webkit-scrollbar-thumb,
.store_locator .vendors::-webkit-scrollbar-thumb{
  background: #fff;
}
.category_menu .sub-menu .content::-webkit-scrollbar,
.all-brands-list .brands-list-body::-webkit-scrollbar,
.comments-scroll::-webkit-scrollbar,
.product-single .fix-length::-webkit-scrollbar,
.store_locator .vendors::-webkit-scrollbar{
  width: 3px;
  background: #0564a0;
}
.category_menu .sub-menu .content::-webkit-scrollbar-thumb,
.all-brands-list .brands-list-body::-webkit-scrollbar-thumb,
.comments-scroll::-webkit-scrollbar-thumb,
.product-single .fix-length::-webkit-scrollbar-thumb,
.store_locator .vendors::-webkit-scrollbar-thumb{
  background: #fff;
}
.categroy_link{
  background: -webkit-linear-gradient(#0564a0, #009cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:bolder;
}
.categroy_link1{
  background: -webkit-linear-gradient(#0564a0, #009cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}