#catalog-title,
#vendors-title {
  position: relative;
  z-index: 4;
  font-size: 20px;
  color: #222;
  background-color: #fff;
  font-weight: bold;
  padding: 7px 17px;
  margin-right: 5px;
  font-family: 'Ubuntu', cursive;
  float: left;
  border: dashed 2px #8065a5;
  border-radius: 5px;
}
#catalog-title:hover,
#vendors-title:hover {
  color: #fff;
  background-color: #8065a5;
}
#cat-toggler {
  display: none;
  float: right;
  margin-top: 5px;
  color: #fff;
  cursor: pointer;
}
#vend-toggler {
  display: none;
  float: right;
  margin-top: 5px;
  color: #fff;
  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;
}
#top-cat-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  z-index: 1001;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.cat-left-indent {
  display: block !important;
}
.user-left-indent {
  left: 0 !important;
}
nav#main-menu,
nav#vendors-menu {
  position: absolute;
  margin-top: 2px;
  left: -2px;
  color: #333;
  border-radius: 5px;
  border-top: none;
  top: 100%;
  background: #fff;
  padding: 20px 0;
  min-width: 254px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.cat-title-indent {
  right: -80px !important;
  border-bottom: none !important;
}
#menu-toggler {
  float: right;
  border: solid 2px #73bd0a;
  padding: 7px;
  border-radius: 50%;
  font-size: 17px;
}
.menu-toggler-rotate {
  transform: rotate(180deg);
}
UL.menu,
UL#vendors-ul {
  display: block;
  clear: both;
  position: relative;
  margin-bottom: 0px;
}
.glyph-rotate {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
Ul.menu LI,
UL#vendors-ul LI {
  position: relative;
}
UL.menu > LI,
UL#vendors-ul > LI {
  display: block;
  font-weight: 600;
  position: relative;
}
@media (min-width: 768px) {
  UL.menu > LI:hover > UL.mob-subcategories {
    display: block;
  }
}
UL.menu > LI > A,
UL#vendors-ul > LI > A {
  color: #333;
  display: block;
  font-size: 15px;
  padding: 12px 15px;
  border-bottom: solid 1px #eee;
}
UL.menu > LI:first-child > A,
UL#vendors-ul > LI:first-child > A {
  border-top: solid 1px #eee;
}
UL.menu > LI > A:hover,
UL#vendors-ul > LI > A:hover {
  text-decoration: none;
  background: #f6f6f6;
}
UL.menu > LI I.cat-i {
  display: none;
  float: right;
  padding: 12px 0 10px;
  width: 45px;
  font-size: 22px;
  line-height: 19px;
  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 {
  float: right;
  right: 10px;
  font-size: 9px;
  top: 17px;
  color: #8065a5;
}
UL.mob-subcategories > LI I.cat-s {
  float: right;
  font-size: 9px;
  top: 15px;
  right: 10px;
}
UL.mob-subcategories {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 100%;
  top: 0;
  padding: 5px 0;
  background: #fff;
  border-radius: 5px;
  border-top: solid 1px #ddd;
  min-width: 250px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
UL.mob-subcategories LI:last-child > A {
  border: none;
}
UL.mob-subcategories LI A {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-weight: normal;
  font-size: 15px;
  border-bottom: 1px dotted #ddd;
}
UL.mob-subcategories LI A:hover {
  text-decoration: none;
  background: #f6f6f6;
}
@media (min-width: 768px) {
  UL.mob-subcategories > LI:hover > UL.mob-subcategories {
    display: block;
  }
}
UL.mob-subcategories LI A.active {
  font-weight: bold;
}
@media (max-width: 767px) {
  UL.menu > LI I.cat-i,
  UL.mob-subcategories > LI I.cat-i {
    display: block;
    color: #8065a5;
    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 > 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,
  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;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 0px;
    font-family: 'Ubuntu', cursive, sans-serif;
    background: #8065a5;
    border-bottom: solid 1px #735998;
  }
  #vendors-title {
    float: none;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 0px;
    font-family: 'Ubuntu', cursive, sans-serif;
    background: #8065a5;
  }
  #catalog-title:hover,
  #vendors-title:hover {
    color: #fff;
  }
  #vendors-ul {
    display: none;
  }
  #cat-toggler,
  #vend-toggler {
    display: inline;
  }
  #main-menu,
  #vendors-menu {
    display: none;
  }
  UL.menu,
  UL#vendors-ul {
    border-top: solid 15px #8065a5;
  }
  UL.mob-subcategories {
    display: none;
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    padding: 0 15px 20px;
    background: #f6f6f6;
    border-top: none;
    box-shadow: none;
  }
  UL.mob-subcategories LI A {
    display: block;
    padding: 5px;
    color: #333;
    font-size: 15px;
    border-bottom: none;
  }
  UL.mob-subcategories LI A:hover {
    background: #f6f6f6;
  }
  UL.menu > LI > A:hover {
    background: #f6f6f6;
  }
}
@media (max-width: 600px) {
  UL.menu > LI {
    display: block;
  }
}
@media (min-width: 768px) {
  nav#main-menu {
    display: none;
  }
  #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;
  }
}
