@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .sort__buttons--title {
    font-size: 10px;
    width: 150px;
    text-align: right;
  }
  .sort__buttons--a {
    width: 80px;
  }
  .sort__buttons--a[type='radio']{
    width: 20px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
  .sort__buttons--title {
    font-size: 10px;
    width: 100%;
    text-align: right;
  }
  .sort__buttons--a {
    width: 80px;
  }
  .filters__brandInput img {
    display: none;
  }
  .filters__stars img {
    width: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .sort {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  .sort__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sort__buttons--title {
    width: 100%;
    text-align: right;
  }
  .sort__buttons--button {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1em;
  }
  .sort__buttons--a {
    margin-bottom: 1em;
    margin-right: .5em;
  }
  .sort__toggle {
    text-align: center;
  }
  .filters__done, .filters__category {
    padding: 1em;
  }
  .filters__category .btn-primary,
  .filters__category .collapse,
  .filters__category .show {
    text-align: right;
  }
  .filters__mobilesize {
    width: 50%;
  }
  .filters__doneSpan {
    padding-right: 1em;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .sort__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sort__buttons--title {
    width: 100%;
    text-align: right;
  }
  .sort__buttons--button {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1em;
  }
  .sort__buttons--a {
    margin-bottom: 1em;
  }
  .sort__toggle {
    text-align: center;
  }
  .filters__done, .filters__category {
    padding: 1em;
  }
  .filters__category .btn-primary,
  .filters__category .collapse,
  .filters__category .show {
    text-align: right;
  }
  .filters__mobilesize {
    width: 50%;
  }
  .filters__doneSpan {
    padding-right: 1em;
  }
}

@media screen and (max-width: 480px) {
  .sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    line-height: 40px;
  }
  .sort__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sort__buttons--title {
    width: 100%;
    text-align: right;
  }
  .sort__buttons--button {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1em;
  }
  .sort__buttons--a {
    margin-bottom: 0em;
    width:20px;
  }
  input[type='radio']:after{
    top:0;
  }
  input[type='radio']:checked:after {
    top:0;
  }
  .sort__toggle {
    text-align: center;
  }
  .filters__done, .filters__category {
    padding: 1em;
  }
  .filters__category .btn-primary,
  .filters__category .collapse,
  .filters__category .show {
    text-align: right;
  }
  .filters__mobilesize {
    width: 50%;
  }
  .filters__doneSpan {
    padding-right: 1em;
  }
}

/*# sourceMappingURL=stufflistresponsive.css.map */