/* #Left, Right Header
================================================== */

.header_left {
    z-index: 1000;
    position: fixed;
    left: 360px;
    width: 0;
    height: 100%;
    margin-left: -360px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 2%;
    padding-right: 2%;
} 
.header_right {
    z-index: 1000;
    position: fixed;
    right: 360px;
    width: 0;
    height: 100%;
    margin-right: -360px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 2%;
    padding-right: 2%;
} 
#wrapper.toggled #sidebar-wrapper {
    width: 360px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -360px;
}
#sidebar-wrapper .cosmedix-logo{
    margin-top: 10%; 
    margin-bottom: 15%;
	text-align: left;
}
#sidebar-wrapper .mCSB_scrollTools{
    right: -14px !important;
}
.cosmedix_search input[name="s"]{
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background: #272727;
    border: 1px dashed #737373 !important;
    color: #737373;
    font-family: 'SignPainter-HouseScript';
    font-size: 20px;
	padding: 0 20px;
	padding-top: 5px;
}
/* Sidebar Styles */

.sidebar-nav,.sidebar-nav li ul.sub-menu {
    top: 0;  
    margin: 0;
    padding: 0;
    list-style: none;
}


.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
	border-bottom: 1px dashed #737373;
}
.sidebar-nav>li>a {
	margin-left: -15px;
}
.sidebar-nav li a {
	position: relative;
    display: block;
    text-decoration: none;
	font-size: 16px;
	color: #ebebeb !important;
	font-family: Raleway-Medium;
}
.sidebar-nav li ul.sub-menu, .sidebar-nav li ul.sub-menu li a{
	background: transparent;
}
.cart-sidebar{
    text-align: right;
}
.cart-sidebar .cart-qty i.circle-number {
    padding: 1px 2px;
}
.cart-sidebar .cart-url .fa-shopping-cart{
    color:#cccccc;
}   
#sidebar-wrapper .cart-sidebar .cart-qty{ 
    top: -2px !important;
    left: 13px !important;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
ul.sidebar-nav li.menu-item-has-children > a:after{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #444444;
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 5px;
} 
ul.sidebar-nav li.menu-item-has-children > a.toggle_arrow:after{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #444444;
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 5px;
} 
.cosmedix_search{
	position: relative;
    margin-bottom:15%; 
    margin-top:10%; 
}
.cosmedix_search:after{
    content: ""; 
    position: absolute;
    right: 7px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 25px;
    width: 30px;
    height: 20px;
    background: url('../images/icon/arrow-search.png') no-repeat;
    cursor: pointer;
}  

.sidebar-nav li.menu-item-has-children ul{
    display: none;
    left: 0;
} 
.sidebar-nav ul.sub-menu li a{
    padding-left: 5%;
}
.toggle_class #menu-toggle{ 
    float:left;
}
#menu-toggle-left{ 
    opacity: 0;
     position: fixed;
    left: 0;
    z-index: 0;
    padding: 10px;
    background: black;
    height: 100%;
    display: table;
}  
#menu-toggle-right{ 
    position: fixed;
    right: 0;
    z-index: 0;
    padding: 10px;
    background: black;
    height: 100%;
    display: table;
    opacity: 0;
}  

.icon-menu-toggle .fa-bars{
    vertical-align: middle;
    display: table-cell;
}
.fa-iconbar{
    font-size: 1.5em;
}
@media(max-width:1024px) {
    #menu-toggle-right,#menu-toggle-left{
        display: none;
    }
} 
@media(min-width:768px) {

    #wrapper.toggled {
        padding-left: 0;
    }
    #wrapper.toggled {
        padding-right: 0;
    } 
    #sidebar-wrapper {
        width: 360px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

