.pto_fp { /* featured products */
  margin: 20px 0;
}
.pto_fp p {
  text-align: center;
}

.pto_az { /* a-z indexes */

}
.pto_az ul {
  list-style: none;
}

.pto_ba { /* banner */
  margin: 15px 0;
}

.pto_sr { /* searchresults */
 margin: 15px 0;
}
@media only screen and (min-width: 40.063em) {
  .pto_sr p {
    margin: 0 20px;
  }
}

.pto_na { /* navigation */
  margin: 15px 0;
}

/* alignment */

.pto_ali-l {
  text-align: left;
}
.pto_ali-c {
  text-align: center;
}
.pto_ali-r {
  text-align: right;
}

/* grid */

.pto_row {
  width: 100%;
}
.pto_row:before, .pto_row:after {
  content: " ";
  display: table;
}
.pto_row:after {
  clear: both;
}

.pto_col-s-10 {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .pto_col-m-2 {
    width: 20%;
    float: left;
  }
  .pto_col-m-5 {
    width: 50%;
    float: left;
  }
  .pto_col-m-6 {
    width: 60%;
    float: left;
  }
  .pto_pr-img {
    padding: 0 20px 0 20px;
  }

}
@media only screen and (max-width: 40em) {
  .pto_hide-s {
    display: none;
  }
}