.left-categor > li {
  margin-bottom: 5px;
  width: 33.33%; }

.left-categor > li > a {
  padding: 8px 0 9px;
  margin: 0; }

.left-categor > li > a.has-image {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 6px 0 7px; }
  .left-categor > li > a.has-image .item-image {
    width: 80px;
    min-width: 80px;
    display: block;
    margin: 0 5px 0 0;
    text-align: center; }
  .left-categor > li > a.has-image .item-title {
    display: block; }

.top-categor li > a.has-image {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .top-categor li > a.has-image .item-image {
    width: 40px;
    min-width: 40px;
    display: block;
    margin: 0 5px 0 0;
    text-align: center; }
  .top-categor li > a.has-image .item-title {
    display: block; }

.top-categor ul li a, .top-categor li > a {
  padding-right: 37px;
  padding-left: 15px; }
