#cat-1 {
    background: #f6f6f6;
}

#vendors-block {
}

#vendors-ul {
    display: block;
    margin-bottom: 0;
    border-bottom: solid 1px #eee;
}

#catalog-title, #vendors-title  {
    font-size: 20px;
    color: #ea7a9a;
    padding: 20px 20px 10px;
}

#cat-toggler {
    display:none;
    float: right;
    top: 5px;
    color: #fff;
}

#vend-toggler {
    display:none;
    float: right;
    top: 5px;
    color: #ca0000;
    cursor:pointer;
}

#vendors-block UL.categories > LI {
    display: block;
    border-top: solid 1px #eee;
    position: relative;
}

#vendors-block .categories LI A {
    display: block;
    color: #333;
    font-size: 15px;
    padding: 10px 20px;
}

#vendors-block .categories A:hover {
    text-decoration: none;
    background:#f0f0f0;
} 


#top-cat-container {
    position: absolute;
    z-index: 1010;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 300px;
    padding: 50px 0 30px;
    background:#f6f6f6;
    transition: all 0.3s ease-in-out;
}

.cat-left-indent {
display:block !Important;
left:0px !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 {
    margin-top: 5px;
    display: block;
    clear: both;
    position: relative;
    margin-bottom: 0px;
    border-top: solid 1px #eee;
}



.glyph-rotate {
     -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
UL.menu LI {
position:relative;
}
UL.menu > LI {
    display: block;
    font-weight: 600;
    border-bottom: solid 1px #eee;
    position:relative;
}

@media (min-width:768px) {
UL.menu > LI:hover > UL.mob-subcategories {
display:block;
}
}

UL.menu > LI > A {
    color: #333;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: normal;
}

UL.menu > LI > A:hover {
    text-decoration: none;
    background:#f0f0f0;
}

UL.menu > LI I.cat-i {
    display: none;
    float: right;
    padding: 12px 0 10px;
    width: 45px;
    font-size: 17px;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
    background: #f0f0f0;
    font-family: verdana;
}

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;
    font-family: verdana;
}

UL.menu > LI I.cat-s {
    display:block;
    position:relative;
    float: right;
    font-size: 9px;
    top: 17px;
    right:10px;
    color:#ccc;
}

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;
    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 20px;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    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;
}

UL.menu > LI I.cat-s,
UL.mob-subcategories > LI I.cat-s {
display:none
}

UL.menu > LI { 
}

nav#main-menu {
}


#catalog-title {
}

#vendors-title {
}

#vendors-ul {
}

#cat-toggler, #vend-toggler {
    display:inline;
}
UL.menu {
}

UL.mob-subcategories {
    display: none;
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    padding: 0 15px 20px;
    background: #fff;
    min-width: 250px;
    box-shadow: none;
}

UL.mob-subcategories LI A {
    display: block;
    padding: 5px;
    color: #333;
    font-size: 13px;
    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 {

}
}



