.sortingItem {
  cursor: pointer;
  transition: all .3s;
}

.sortingItem .uk-icon {
  margin-left: 10px;
}

.sortingDropdown > div {
  margin-bottom: 10px;
}

.sortingDropdown a {
  color: #333333;
}

.setView.uk-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background: #e1e1e1;
  color: #858585;
  transition: all .3s;
}

.setView.uk-icon.active,
.setView.uk-icon:hover {
  color: #fff;
  background: #0355ff;
}

.preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.5);
  text-align: center;
  padding-top: 50px;
  z-index: 2;
  display: none;
}

@media (min-width: 992px) {
  .sortingItem:hover {
    color: #0355ff;
  }

  .sortingDropdown a:hover {
    color: #0355ff;
    text-decoration: none;
  }
}