.page-title:before{
  content:"";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url('/files/public/images/tile/toys.png');
  background-size: 100px 100px;
  margin-bottom: -10px;
  margin-right: 10px;
}


.page-toys .page-tabs li {
  width: 100%;
  margin: 20px 0 -10px 0;
  font-family: gooddog, comic, sans-serif;
  font-size: 2em;
}

.page-toys .page-tabs li a {
  padding: 10px;
  border-radius: 10px;
}
.page-toys .primary-tab {
border-bottom: none;
}

.view-toys {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.view-toys .views-row {
  margin: 0 10px;
  text-align: center;
}

.view-toys .views-row img {
  border: 2px solid #ccc;
  border-radius: 10px;
}

.view-toys .views-row p {
  width: 165px;
  line-height: 0.9;
  margin-top: -10px;
}

.quicktabs-tabs {
  margin-bottom: -3px;
  x.margin-left: -2px;
  font-size: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0;
}