.next-page {
 display: inline !important;
  width: auto !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
      white-space: nowrap !important;
    height: 34px !important;
    line-height: 34px !important;
    padding: 14px !important;
    background: #e4e4e4 !important;
    color: inherit !important;
  margin-right: 10px;
}
.sorting.clearfix form {
  width: 280px;
  margin-right: 0px;
}
.grid-6.pagination.right {
  width: auto;
  float: right;
}
.sorting.clearfix .sort.grid-6 {
 width: initial; 
}
.grid-12.pagination.right .next-page {
  color: white !important;
  background-color: red !important;
}
