/*
Theme Name: Stellar Theme
Version: 1.0
Theme URI: http://stellarwebstudios.com/
Description: The Stellar Theme is an assemblage of awesome resources, put together to form an extremely flexible WordPress foundation.
Author: Stellar Web Studios
Author URI: http://www.stellarwebstudios.com/
*/

ul.children {
    display: none;
    margin-left: 20px;
    height: 100% !important;
    /*position: absolute;*/
    /*width: 100%;
    background: lightgrey;
    */z-index: 1;
}
#sidebar select {
    width:100%;
}
#sidebar {
    background: #EEEEEE !important;
}

.cat-item a, #sidebar .widget_nav_menu a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 8px 0px 6px 20px;
    color: inherit;
    border-bottom: 1px solid #dfdfdf;
    text-decoration: none;
}
h3.widget_title {
    /*display: none;*/
    
}

.shopp-collection #main-content {
    padding: 20px 44px !important;
}

.category .imageFrame img {
    width: 227px !important;
    height: auto;
}

.shopp_page .products, .shopp_page .products ul {
    margin-left: -41px !important;
}

#shopp.shopp_page ul.paging {
    z-index: 1;
}


.cat-item {
    list-style-type: none;
    position:relative;
}

.cat-item a:before, #sidebar .widget_nav_menu a:before {
    content: "\f105";
    font-family: FontAwesome;
    right: 0px;
    position: absolute;
    top: 7px;
}

.no-childe a:before{
    content: none !important;
}

#main {
    margin-top: -10px;
}


