/*font-size*/
/*colors*/
/*path*/
#collect h2.title {
  width: calc(4em + (.87px * 4)); }

#collect .filter {
  text-align: center;
  margin-bottom: 1rem; }
  #collect .filter option {
    color: #000; }
    #collect .filter option[selected] {
      color: #FFF; }

#collect .order {
  display: inline-block;
  border: 1px solid #fff; }

#collect .order span {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #fff;
  line-height: 1.2;
  padding: 0 .8em; }

#collect main.wrap {
  padding-bottom: 6rem; }

@media screen and (min-width: 750px) {
  #collect .list {
    position: relative; }
  #collect .filter {
    position: absolute;
    right: 0;
    top: 12px; } }
