.breadcrumbs a:not(:last-child):after{
  content: " >>";
  width: auto;
  height: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: unset;
}
.breadcrumbs{
  padding-top: 5px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.breadcrumbs a:nth-child(1){
  display: none;
}
.breadcrumbs a:last-child{
  color: #c82f24;
  margin-left: 10px;
}
@media (max-width:650px){
  .breadcrumbs-hide-in-wap{
    display:none
  }
}