#categories-cont {
  position: relative;
  z-index: 20;
  padding: 20px 0 0;
  background-color: #f6f6f6;
  border-top: solid 1px #e6e6e6;
}
#categories-cont > .container {
  position: relative;
  background-color: #ececec;
  border: solid 1px #dadada;
  padding: 15px;
  border-radius: 15px;
}
#catalog-title {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  background-color: #ff00aa;
  padding: 7px 15px;
  margin-right: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  border: solid 1px #cc0088;
  border-radius: 5px;
}
#vendors-title {
  font-size: 16px;
  color: #ffffff;
  background-color: #ff00aa;
  padding: 3px 7px;
  margin: 0 10px 0 5px;
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  border: solid 1px #cc0088;
  border-radius: 5px;
}
#catalog-title:hover {
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #ff00aa;
}
#vendors-title:hover {
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #ff00aa;
}
#cat-toggler {
  display: none;
  float: right;
  margin-top: 5px;
  color: #ffffff;
  cursor: pointer;
}
#vend-toggler {
  display: none;
  float: right;
  margin-top: 5px;
  color: #ffffff;
  cursor: pointer;
}
#vendors-block UL.categories > LI {
  display: block;
  font-weight: 600;
  border-top: solid 1px #eee;
  position: relative;
}
#vendors-block .categories LI A {
  display: block;
  color: #333;
  font-size: 13px;
  padding: 12px 0;
  text-transform: uppercase;
}
#vendors-block .categories A:hover {
  text-decoration: none;
  background: #f6f6f6;
}
nav#main-menu {
  position: static;
  border-top: none;
  padding: 0;
}
nav#vendors-menu {
  position: absolute;
  margin-top: 0;
  padding: 20px 0;
  left: 0px;
  right: 0px;
  top: auto;
  border-radius: 0;
  border-top: none;
  background: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
UL.menu {
  display: block;
  clear: both;
  margin-bottom: 0px;
}
UL#vendors-ul {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  position: relative;
  margin-bottom: 0px;
}
.glyph-rotate {
  transform: rotate(90deg);
}
Ul.menu LI,
UL#vendors-ul LI {
  position: relative;
}
UL.menu > LI {
  display: block;
  float: left;
  position: static;
  width: 25%;
}
UL#vendors-ul > LI {
  display: block;
  font-weight: 600;
  position: relative;
  width: 10%;
}
UL.mob-subcategories LI {
  display: block;
  font-weight: 600;
  position: relative;
  width: 25%;
}
@media (max-width: 991px) {
  UL#vendors-ul > LI {
    width: 25%;
  }
  UL.mob-subcategories LI {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  #catalog-title {
    display: none;
  }
  UL.menu > LI:hover > UL.mob-subcategories {
    display: flex;
    flex-wrap: wrap;
  }
}
UL.menu > LI > A {
  color: #000;
  display: block;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px 10px;
  border-bottom: 0;
}
UL#vendors-ul > LI > A {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 15px;
  border-bottom: 0;
}
UL.menu > LI:first-child > A {
  border-top: 0;
}
UL#vendors-ul > LI:first-child > A {
  border-top: 0;
}
UL.menu > LI > A:hover,
UL#vendors-ul > LI > A:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
UL.menu > LI I.cat-i {
  display: none;
  float: right;
  padding: 10px 0 8px;
  width: 42px;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
UL.mob-subcategories > LI I.cat-i {
  display: none;
  float: right;
  padding: 6px 0 5px;
  width: 28px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
UL.menu > LI I.cat-s {
  position: relative;
  font-size: 9px;
  top: 1px;
  margin-left: 5px;
  color: #ff00aa;
}
UL.mob-subcategories > LI I.cat-s {
  float: none;
  font-size: 9px;
  top: 0;
  right: 0;
}
UL.mob-subcategories {
  display: none;
  position: absolute;
  z-index: 2;
  margin-top: 0;
  left: 0px;
  right: 0px;
  color: #333;
  border-radius: 0;
  border-top: none;
  top: auto;
  background: #fff;
  padding: 20px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  min-width: 254px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
UL.mob-subcategories LI A {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 0;
}
UL.mob-subcategories LI A:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
UL.mob-subcategories > LI > UL.mob-subcategories LI {
  width: 100%;
}
UL.mob-subcategories > LI > UL.mob-subcategories > LI A {
  font-size: 12px;
  padding: 5px 10px;
  border-bottom: 0;
}
@media (min-width: 768px) {
  UL.mob-subcategories > LI > UL.mob-subcategories {
    display: block;
    position: static;
    padding: 10px 0 10px 10px;
    box-shadow: none;
    border-bottom: 0;
  }
}
UL.mob-subcategories LI A.active {
  font-weight: bold;
}
@media (max-width: 767px) {
  #categories-cont > .container {
    padding: 0px;
    border-radius: 0px;
  }
  #categories-cont {
    padding: 0px;
  }
  UL#vendors-ul > LI {
    width: 50%;
  }
  UL.mob-subcategories LI {
    width: 100%;
  }
  UL.menu > LI I.cat-i,
  UL.mob-subcategories > LI I.cat-i {
    display: block;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  UL.menu > LI I.cat-s,
  UL.mob-subcategories > LI I.cat-s {
    display: none;
  }
  UL.menu > LI {
    float: none;
    clear: both;
    width: 100%;
  }
  UL.menu > LI > A,
  UL#vendors-ul > LI > A {
    padding: 12px 15px;
  }
  UL.menu > LI:first-child > A,
  UL#vendors-ul > LI:first-child > A {
    border-top: none;
  }
  nav#main-menu {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  nav#vendors-menu {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  #catalog-title {
    float: none;
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    padding: 15px;
    border-radius: 0px;
    font-family: 'Roboto Condensed', sans-serif, sans-serif;
    background: #ff00aa;
    border: none;
    border-bottom: solid 1px #d6008f;
  }
  #vendors-title {
    float: none;
    clear: both;
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    padding: 15px;
    border: none;
    border-radius: 0px;
    font-family: 'Roboto Condensed', sans-serif, sans-serif;
    background-color: #ff00aa;
  }
  #catalog-title:hover {
    color: #ffffff;
    background-color: #d6008f;
    border: none;
    border-bottom: solid 1px #ad0074;
  }
  #vendors-title:hover {
    color: #ffffff;
    border: none;
    background-color: #d6008f;
  }
  #vendors-ul {
    display: none;
  }
  #cat-toggler,
  #vend-toggler {
    display: inline;
  }
  #main-menu,
  #vendors-menu {
    display: none;
  }
  UL#vendors-ul {
    border-top: solid 15px #ff00aa;
  }
  UL.mob-subcategories {
    display: none;
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    padding: 15px;
    background: #f6f6f6;
    border-top: none;
    box-shadow: none;
  }
  UL.mob-subcategories LI A {
    display: block;
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  UL.menu > LI {
    display: block;
  }
}
@media (min-width: 768px) {
  #catalog-title:hover {
    cursor: pointer;
  }
  #catalog-title:hover nav#main-menu {
    display: block;
  }
  nav#vendors-menu {
    display: none;
  }
  #vendors-title:hover {
    cursor: pointer;
  }
  #vendors-title:hover nav#vendors-menu {
    display: block;
  }
}
