.sub-menu {
	background: @grey-background;
  height : 60px;
  margin-top: -10px;
  position : relative;
  z-index : 1;
  line-height : 60px;

	&-container {
		width: @width-container;
		margin: 0 auto;

    &.news-home {
      width : 650px;

      .sub-menu-filters {
        margin-left : -10px;
        margin-right : -10px;
      }

    }

    &.catalog-menu {
      .sub-menu-filters {
        margin-left : -10px;
        margin-right : -10px;
      }
      .bootstrap-select {
        width : 25%;
        float : left;
        margin-left : 0;
        padding-left : 10px;
        box-sizing: border-box;
      }

    }

	}
	&-filters {}

    &-filters label {
    	display:none;
    }
    
	&-filters-item {
    .btn {
      	background-color : @grey-background;
    } 
  }

  &-list {
    display : inline-block;
    width : 100%;
    height : 100%;
  }

  &-list-item {
    display:inline-block;

    &-link {
      padding : 19px 30px;
      font-size : 18px;
      display : block;
    }

    &.selected {  }

    &.selected &-link {
      color:@red;
      background: @white;
    }

  }
  &-list-item-link {
    color:@black;
    text-decoration: none;
    &:hover {
      color:@red;
    }
  }

}

.sub-menu .bootstrap-select .dropdown-toggle {
  background-color: @grey-background;
}