#vendors-block {
}

#vendors-ul {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: solid 1px #ddd;
}

#catalog-title, #vendors-title  {
    font-size: 20px;
    color: #f7ad1f;
    padding: 20px 0 10px;
    border-top: 0;
    font-family: 'Oswald', sans-serif; 
}

#cat-toggler {
    display:none;
    float: right;
    top: 5px;
    color: #fff;
}

#vend-toggler {
    display:none;
    float: right;
    top: 5px;
    color: #f7ad1f;
    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: 14px;
    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 {
    position: relative;
}




.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 {
    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 {
    display: block;
    font-weight: 600;
    border-top: solid 1px #eee;
    position:relative;
}



UL.menu > LI > A {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 10px 10px 0;
}

UL.menu > LI > A:hover {
    text-decoration: none;
    background:#fff;
}

UL.menu > LI I.cat-i {
    display: none;
    float: right;
    padding: 11px 0 10px;
    width: 40px;
    font-size: 18px;
    line-height: 17px;
    cursor: pointer;
    text-align: center;
    background: #fff;
}

UL.mob-subcategories > LI I.cat-i {
    display: none;
    float: right;
    padding: 6px 0 5px;
    width: 26px;
    font-size: 17px;
    line-height: 17px;
    cursor: pointer;
    text-align: center;
    background: #fff;
}

UL.menu > LI I.cat-s {
    float: right;
    font-size: 9px;
    top: 15px;
}

UL.menu > LI:hover > I.cat-s {
}

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:-15px;
    padding: 5px 0;
    background: #fff;
    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 20px;
    color: #333;
    font-weight: normal;
    font-size: 13px;
    border-bottom: 1px dotted #ddd;
}


UL.mob-subcategories LI A:hover {
    text-decoration: none;
    background:#f6f6f6;
}

@media (min-width:768px) {
UL.menu > LI:hover > UL.mob-subcategories {
display:block;
}
UL.menu > LI > UL.mob-subcategories > LI > A {
    font-size: 13px;
    font-weight: bold;
    border: 0;
    padding: 5px;
    color:#333;
}
UL.mob-subcategories {
width:900px;
padding:20px;
}
UL.mob-subcategories LI A {
    display: block;
    padding: 5px 0 5px 10px;
    color: #606060;
    font-weight: normal;
    font-size: 13px;
    border-bottom: 0;
}
UL.mob-subcategories > LI {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

UL.mob-subcategories UL.mob-subcategories {
    display: block;
    width: auto;
    position: relative;
    box-shadow: none;
    padding: 0 0 10px;
    left: 0;
    top: 0;
}

UL.mob-subcategories UL.mob-subcategories LI {
    display: block;
    width: auto;
    position: relative;
    box-shadow: none;
    padding: 0;
    left: 0;
    top: 0;
}
UL.mob-subcategories > LI I.cat-s {
display:none;
}
}

UL.mob-subcategories LI A.active {
font-weight:bold;
}

@media (max-width:1199px) {
UL.mob-subcategories {
    width: 700px;
}
UL.mob-subcategories > LI {
    width: 32.9%;
}
}

@media (max-width:991px) {
UL.mob-subcategories {
    width: 574px;
}
UL.mob-subcategories > LI {
    width: 49.6%;
}
}

@media (max-width:767px) {

UL.mob-subcategories {
    width: 100%;
}
UL.mob-subcategories > LI {
    width: 100%;
}

UL.menu > LI I.cat-i,
UL.mob-subcategories > LI I.cat-i {
    display: block;
}

UL.menu > LI I.cat-s,
UL.mob-subcategories > LI I.cat-s {
display:none
}

UL.menu > LI { 
}

nav#main-menu {
}


#catalog-title {
    margin:0 -15px;
    font-size: 20px;
    color: #fff;
    padding: 20px 0 10px;
    border-top: none;
    font-family: 'Oswald', sans-serif;
    background: #f7ad1f;
    padding: 10px 15px;
    cursor: pointer;
}

#vendors-title {
    font-size: 20px;
    color: #f7ad1f;
    padding: 10px 15px 10px;
    margin: 0 -15px;
    border-top: none;
    background: #333;
    font-family: 'Oswald', sans-serif;
}

#vendors-ul {
display:none;
}

#cat-toggler, #vend-toggler {
    display:inline;
}
UL.menu {
    display: none;
}

UL.mob-subcategories {
    display: none;
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    padding: 10px 10px 20px;
    background: #f1f0f0;
    min-width: 250px;
    box-shadow: none;
}

UL.mob-subcategories LI A {
    display: block;
    padding: 5px;
    color: #333;
    font-size: 13px;
    border-bottom: solid 1px #e6e5e5;
}

UL.mob-subcategories LI A:hover {
background:#f6f6f6;
}

UL.menu > LI > A:hover {
background:#f6f6f6;
}

}


@media (max-width:600px) {
UL.menu > LI {

}
}



