/* .shop-one img
{
    height: auto;
} */

.loader
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-list
{

}

.popular-brands
{
  padding: 80px 0;
}

.link-all-brands
{
  line-height: 50px;
}



.list-popular-brands .one-brand
{
  width: 150px;
}

.img-brand
{
  height: 150px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.img-brand img
{
  max-height: 150px;
  max-width: 150px;
}


.one-brand a
{
 color: #3F3F42;

}




.country
{


  padding: 5px 10px;
  background: white;
  margin-top: 15px;
  display: flex;
  align-items: center;
  line-height: 16px;
}


.country img {
  width: 20px;
  height: auto;
  border: 0.5px solid #F5F5F5;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 8px;
}

.list-popular-brands
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}










