/*.toolbar{border: 1px solid #444; padding: 5px 10px 0; background: #F0F0F0 ;}
  .toolbar label, .pager-no-toolbar label{font-size: 11px; font-weight: 700;}
  .sorter > .sort-by select, .sorter .limiter select{border: #CCC 1px solid !important; border-radius: 5px !important; -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; width: auto !important; padding: 0 5px 0 0 !important;}
  .sorter > .sort-by select{width: 45% !important;}

  @media (max-width: 500px){
      .category-products .sorter .sort-by {width: 100%!important;}
      .sorter > .sort-by select {width: 42% !important;}
      .category-products .sorter .limiter {width: 50%!important;}
      .limiter label {display: block!important;}
  }

  @media (min-width: 501px) and (max-width: 600px){
      .category-products .sorter .sort-by {width: 100%!important;}
      .category-products .sorter .limiter {width: 50%!important;}
      .limiter label{display: block;}

  }

  @media (min-width: 601px) and (max-width: 770px){
      .category-products .sorter .sort-by { width: 50%!important;}
      .category-products .sorter .limiter { width: 25%!important;}
  }

  @media (min-width: 771px) and (max-width: 880px)  {
      .category-products .sorter{width: 80%!important;}
      .sorter > .view-mode{margin: 0;}
      .category-products .sorter .sort-by {width: 51%!important;}
      .category-products .sorter .limiter {width: 27%!important;}
      .category-products .pager {width: 20%!important;clear: none!important;}
  }

  @media (min-width: 881px) and (max-width: 980px)  {
      .sorter > .view-mode{margin: 0;}
      .category-products .sorter{width: 65%!important;}
      .category-products .sorter .sort-by {width: 51%!important;}
      .category-products .sorter .limiter {width: 27%!important;}
      .category-products .pager {width: 33%!important;clear: none!important;}
  }

  @media (min-width: 981px) and (max-width: 1140px)  {
      .sorter > .view-mode{margin: 0;}
      .category-products .sorter{width: 64%;}
      .category-products .sorter .sort-by {width: 51%!important;}
      .category-products .sorter .limiter {width: 27%!important;}
      .category-products .pager {width: 33%!important;clear: none!important;}
  }*/