.brandListCard{
  padding: 0;
  margin: 0;
  margin-bottom:10px;
}

.brandListCard ul{
  margin: 0;
}

.brandListCard li{
  padding: 0;
  margin: 0;
  margin-right: 1%;
}

.brandListCard>li{
  display: inline-block;
  vertical-align: top;
  width: 47%;
}


.brandListCard li a{
  text-decoration: underline;
  color: #2aaae3
}

.brandListCard li a:hover{
  text-decoration: none;
}

.brandListCard li::before{
  display: none;
}

.oldPrice{
  color: #dc2f2f;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.oldPrice span{
  text-decoration: line-through;
}

.brZag{
  font-weight: bold;
  display: block;
  margin-top: 1%;
}


.show-comment.btn.btn-xs.btn-default.has-ripple.more{
  display: none;
  cursor: pointer;
  margin-top: 10px  !important;
  margin-bottom: 10px !important;
}

.show-comment.btn.btn-xs.btn-default.has-ripple.closeMore{
  cursor: pointer;
  margin-top: 10px  !important;
  margin-bottom: 10px !important;
}


.bonusInfo{
  color: #dc2f2f;
}
