.breadcrumbs {
  padding: 12px 0;
  background: #f9f9f9;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width:749px){
  .breadcrumbs{
    display:none !important;
  }
}
